@charset "UTF-8";

:root {
  --navy: #172640;
  --deep: #00001e;
  --ink: #172640;
  --blue: #2559d8;
  --blue-dark: #1945b1;
  --muted: #526173;
  --line: #dbe2ec;
  --soft: #f3f6fa;
  --white: #fff;
  --page-width: 1280px;
  --gutter: 48px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 100%;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 115px; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #85a9ff; outline-offset: 6px; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
h1, h2, h3, p { margin: 0; }
address { font-style: normal; }
.container { width: min(var(--page-width), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; top: -70px; left: 16px; padding: 14px 20px; color: white; background: var(--navy); z-index: 100; }
.skip-link:focus { top: 12px; }
.site-header { background: rgba(255,255,255,.98); position: sticky; top: 0; z-index: 20; border-bottom: 1px solid #e6ebf2; }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 14px; flex-shrink: 0; }
/* Frame the original uploaded artwork without altering its pixels. */
.brand-symbol { position: relative; display: block; width: 49px; aspect-ratio: 288 / 256; overflow: hidden; flex-shrink: 0; mix-blend-mode: multiply; }
.brand-symbol img { position: absolute; display: block; max-width: none; width: 533.333333%; height: auto; left: -220.833333%; top: -101.5625%; }
.brand-name { display: flex; flex-direction: column; gap: 5px; }
.brand-name strong { font-size: 1.25rem; font-weight: 650; letter-spacing: .21em; line-height: 1.1; }
.brand-name > span { font-size: .75rem; font-weight: 600; letter-spacing: .1em; line-height: 1.25; }
.header-phone { display: inline-flex; align-items: center; gap: 9px; font-size: .875rem; font-weight: 600; white-space: nowrap; margin-left: auto; }
.header-phone svg { width: 17px; height: 17px; }
.header-phone:hover { color: var(--blue); }
.primary-nav { display: flex; align-items: center; gap: 24px; font-size: .875rem; font-weight: 500; }
.primary-nav > a:not(.button) { padding-block: 15px; white-space: nowrap; transition: color .2s; }
.primary-nav > a:not(.button):hover { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 58px; max-width: 100%; padding: 17px 23px; border: 1px solid transparent; border-radius: 5px; font-size: .9375rem; line-height: 1.5; font-weight: 600; transition: background-color .2s, transform .2s; }
.button svg { width: 20px; height: 20px; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--navy); color: white; }
.button-dark:hover { background: #2a3e5e; }
.button-small { min-height: 46px; padding: 11px 17px; gap: 16px; white-space: nowrap; }
.button-blue { background: var(--blue); color: white; }
.button-blue:hover { background: var(--blue-dark); }
.button-white { background: white; color: var(--navy); }
.button-white:hover { background: #eaf0ff; }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 54px; padding-block: 72px 66px; }
.hero > * { min-width: 0; }
.eyebrow { font-size: .875rem; font-weight: 600; letter-spacing: .08em; line-height: 1.6; }
.hero .eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 26px; font-size: .8125rem; letter-spacing: .065em; }
.eyebrow-line { height: 2px; width: 24px; background: var(--blue); flex-shrink: 0; }
h1 { font-size: clamp(2.6rem, 4.6vw, 4.2rem); font-weight: 600; letter-spacing: -.05em; line-height: 1.12; }
h1 > span { color: var(--blue); }
.hero-description { font-size: 1.125rem; line-height: 1.8; color: var(--muted); max-width: 510px; margin-top: 27px; }
.hero-actions { display: flex; align-items: flex-start; gap: 22px; flex-direction: column; margin-top: 31px; }
.text-link { display: inline-flex; align-items: center; gap: 11px; font-size: .9375rem; font-weight: 600; line-height: 1.5; }
.text-link svg { width: 18px; height: 18px; transition: transform .2s; }
.text-link:hover { color: var(--blue); }
.text-link:hover svg { transform: translateX(3px); }
.hero-location { display: flex; gap: 8px; align-items: center; margin-top: 27px; font-size: .875rem; line-height: 1.6; color: var(--muted); }
.hero-location svg { width: 17px; height: 17px; }
.hero-visual { position: relative; padding-bottom: 27px; }
.photo-frame { width: 100%; height: 520px; border-radius: 6px 72px 6px 6px; position: relative; overflow: hidden; background: #dce2e6; }
.photo-frame > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.photo-gradient { position: absolute; inset: 58% 0 0; background: linear-gradient(transparent, rgba(14,29,45,.75)); pointer-events: none; }
.photo-caption { position: absolute; bottom: 26px; left: 26px; right: 20px; display: flex; align-items: center; gap: 11px; color: white; font-size: .75rem; font-weight: 500; letter-spacing: .09em; line-height: 1.5; }
.caption-rule { width: 22px; height: 1px; background: white; flex-shrink: 0; }
.support-note { position: absolute; display: flex; align-items: center; gap: 14px; left: -32px; bottom: 97px; max-width: calc(100% + 8px); padding: 21px 24px; border: 1px solid #e5e9f0; border-radius: 5px; background: white; box-shadow: 0 8px 24px rgba(17,34,56,.09); }
.support-icon { width: 42px; height: 42px; display: flex; justify-content: center; align-items: center; background: #edf2ff; color: var(--blue); border-radius: 50%; flex-shrink: 0; }
.support-icon svg { width: 21px; height: 21px; stroke-width: 2; }
.support-note strong { display: block; font-size: 1rem; font-weight: 600; line-height: 1.5; margin-bottom: 3px; }
.support-note div > span { display: block; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.image-index { display: block; padding-top: 14px; font-size: .75rem; font-weight: 500; color: #657383; letter-spacing: .055em; line-height: 1.5; text-align: right; }
.industry-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.industry-inner { display: grid; grid-template-columns: .75fr 1.5fr; align-items: center; gap: 54px; padding-block: 42px; }
.industry-intro .eyebrow { font-size: .75rem; letter-spacing: .07em; color: var(--muted); margin-bottom: 13px; }
.industry-intro h2 { font-size: 1.9rem; line-height: 1.2; letter-spacing: -.03em; }
.industry-list { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px 24px; }
.industry-list > span { display: block; font-size: .9375rem; line-height: 1.5; font-weight: 600; }
.industry-content > p { font-size: .875rem; color: var(--muted); line-height: 1.75; margin-top: 22px; max-width: 760px; }
.section-pad { padding-block: 96px; }
.section-eyebrow { color: var(--muted); font-size: .8125rem; margin-bottom: 25px; letter-spacing: .1em; }
.section-heading { display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; gap: 60px; margin-bottom: 45px; }
h2 { font-size: clamp(2.3rem, 3.4vw, 3.4rem); line-height: 1.12; font-weight: 500; letter-spacing: -.045em; }
.section-heading > p { font-size: 1rem; line-height: 1.8; color: var(--muted); padding-bottom: 3px; max-width: 490px; }
.services { background: var(--soft); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; align-items: start; }
.service-card { background: white; padding: 31px 34px 29px; border: 1px solid #dfe5ee; border-top: 3px solid var(--navy); border-radius: 5px; transition: box-shadow .2s, border-color .2s; }
.service-card:hover, .service-card:focus-within { border-top-color: var(--blue); box-shadow: 0 10px 25px #17264008; }
.service-card:target { border-color: var(--blue); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 23px; }
.service-icon { width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; background: #edf2fc; border-radius: 4px; color: var(--blue); }
.service-number { color: #6c7b8d; font-size: .8125rem; }
.service-card > .service-question { font-size: .875rem; line-height: 1.5; color: var(--blue-dark); margin-bottom: 10px; font-weight: 600; }
.service-card h3 { font-size: 2rem; line-height: 1.2; font-weight: 550; letter-spacing: -.035em; margin-bottom: 17px; }
.service-card > p { color: var(--muted); font-size: 1rem; line-height: 1.75; }
.service-details { margin-top: 24px; border-top: 1px solid #e3e9f0; }
.service-details summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; list-style: none; padding-block: 19px 2px; cursor: pointer; font-size: .875rem; line-height: 1.5; font-weight: 600; }
.service-details summary::-webkit-details-marker { display: none; }
.detail-toggle { position: relative; width: 16px; height: 16px; flex-shrink: 0; }
.detail-toggle::before, .detail-toggle::after { content: ""; position: absolute; background: var(--blue); inset: 7px 1px auto; height: 2px; }
.detail-toggle::after { transform: rotate(90deg); transition: transform .2s; }
details[open] .detail-toggle::after { transform: rotate(0); }
.service-list { list-style: none; margin: 19px 0 0; padding: 0; }
.service-list li { font-size: .9375rem; line-height: 1.6; position: relative; padding-left: 19px; }
.service-list li + li { margin-top: 9px; }
.service-list li::before { content: ""; width: 5px; height: 5px; background: var(--blue); position: absolute; left: 1px; top: .62em; }
.services-bottom { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 28px; }
.services-bottom > p { font-size: .9375rem; line-height: 1.7; color: var(--muted); max-width: 700px; }
.services-bottom .text-link { flex-shrink: 0; }
.approach { background: var(--navy); color: white; }
.approach .section-eyebrow { color: #bdcadb; }
.approach h2 > span { color: #a8b9d1; }
.approach .section-heading > p { color: #c1cbda; }
.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px; margin-top: 48px; }
.step-track { display: flex; align-items: center; justify-content: space-between; color: #b6c9e6; border-top: 1px solid #4b5b76; padding-top: 22px; margin-bottom: 27px; }
.step-track > span { font-size: .9375rem; }
.step-track svg { width: 20px; height: 20px; }
.step h3 { font-size: 1.3rem; font-weight: 500; letter-spacing: -.025em; margin-bottom: 15px; }
.step > p { color: #bdc8d8; font-size: 1rem; line-height: 1.8; }
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 86px; }
.about-intro h2 { margin-bottom: 28px; }
.about-intro > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; line-height: 1.85; }
.about-intro > p + p:not(.eyebrow) { margin-top: 16px; }
.about-location { display: flex; align-items: center; gap: 8px; margin-top: 29px; font-size: .875rem; font-weight: 500; line-height: 1.6; }
.about-location svg { color: var(--blue); width: 18px; height: 18px; }
.principles { background: var(--soft); border-radius: 5px; padding: 33px 35px; align-self: center; }
.principles-label { font-size: .8125rem; font-weight: 600; letter-spacing: .09em; color: var(--muted); margin-bottom: 27px; }
.principle { display: grid; grid-template-columns: 28px 1fr; gap: 15px; }
.principle + .principle { margin-top: 23px; padding-top: 23px; border-top: 1px solid var(--line); }
.principle > span { color: var(--blue); font-size: .875rem; margin-top: 4px; }
.principle h3 { font-size: 1.125rem; font-weight: 550; letter-spacing: -.025em; margin-bottom: 8px; }
.principle p { font-size: 1rem; line-height: 1.7; color: var(--muted); }
.principles-signoff { padding-top: 25px; margin-top: 25px; border-top: 1px solid var(--line); font-size: 1rem; line-height: 1.65; color: var(--muted); }
.principles-signoff strong { color: var(--ink); font-weight: 600; }
.contact { color: white; background: var(--blue); }
.contact-inner { padding-block: 76px 80px; display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 72px; }
.contact .eyebrow { font-size: .8125rem; letter-spacing: .1em; margin-bottom: 23px; }
.contact h2 { font-size: clamp(2.4rem, 3.8vw, 3.7rem); letter-spacing: -.045em; }
.contact h2 + p { margin-top: 24px; font-size: 1.0625rem; line-height: 1.8; color: #e3eafd; max-width: 520px; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; padding: 10px 0 10px 42px; border-left: 1px solid #ffffff45; min-width: 0; }
.contact-actions .button { font-size: 1.125rem; min-height: 64px; padding-inline: 24px; gap: 14px; }
.contact-email { display: inline-flex; align-items: center; gap: 9px; font-size: 1rem; line-height: 1.6; overflow-wrap: anywhere; text-underline-offset: 5px; }
.contact-email svg { width: 18px; height: 18px; }
.contact-email:hover { text-decoration: underline; }
.contact-actions address { display: flex; gap: 12px; font-size: 1rem; line-height: 1.8; }
.contact-actions address svg { width: 19px; height: 19px; margin-top: 5px; }
.site-footer { background: var(--deep); color: white; }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr 1fr; align-items: start; gap: 58px; padding-block: 52px 45px; }
.brand-symbol-dark { mix-blend-mode: normal; width: 49px; aspect-ratio: 362 / 326; }
.brand-symbol-dark img { width: 565.745856%; left: -233.701657%; top: -86.809816%; }
.footer-brand > p { color: #b7c3d8; font-size: .9375rem; line-height: 1.8; margin-top: 20px; }
.footer-top > nav { display: flex; flex-direction: column; align-items: flex-start; gap: 17px; font-size: .9375rem; line-height: 1.5; }
.footer-top nav a:hover, .footer-contact a:hover { color: #a5bfff; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; font-size: .9375rem; line-height: 1.6; overflow-wrap: anywhere; }
.footer-contact address { color: #b7c3d8; line-height: 1.8; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 24px 27px; border-top: 1px solid #ffffff25; font-size: .8125rem; line-height: 1.7; color: #b7c3d8; }

@media (min-width: 1500px) {
  .hero { padding-block: 84px 78px; }
  .photo-frame { height: 540px; }
}

@media (max-width: 1120px) {
  :root { --gutter: 32px; }
  .header-inner { min-height: 86px; gap: 24px; }
  .menu-toggle { display: flex; width: 44px; height: 44px; flex-shrink: 0; align-items: center; justify-content: center; flex-direction: column; gap: 6px; background: transparent; border: 1px solid var(--line); border-radius: 5px; cursor: pointer; order: 3; }
  .menu-toggle > span { width: 18px; height: 2px; background: var(--navy); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .primary-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; padding: 17px var(--gutter) 23px; box-shadow: 0 12px 18px #0f1f3814; border-bottom: 1px solid var(--line); gap: 2px; align-items: stretch; }
  .primary-nav.is-open { display: flex; flex-direction: column; }
  .primary-nav a { font-size: 1rem; }
  .primary-nav > .button { margin-top: 11px; align-self: flex-start; }
  .hero { grid-template-columns: 1.2fr 1fr; gap: 32px; padding-block: 58px 50px; }
  h1 { font-size: clamp(2.3rem, 4.6vw, 3.3rem); }
  .hero .eyebrow { font-size: .75rem; }
  .hero-description { font-size: 1.0625rem; }
  .photo-frame { height: 510px; border-top-right-radius: 54px; }
  .support-note { left: -17px; padding: 18px 19px; }
  .support-note strong { font-size: .9375rem; }
  .industry-inner { grid-template-columns: .8fr 1.5fr; gap: 32px; }
  .industry-list { grid-template-columns: 1fr 1fr; gap: 14px 24px; }
  .section-pad { padding-block: 78px; }
  .section-heading { gap: 32px; }
  .service-card { padding: 28px; }
  .steps { gap: 28px; }
  .about-grid { gap: 42px; }
  .principles { padding-inline: 28px; }
  .contact-inner { grid-template-columns: 1.2fr 1fr; gap: 32px; }
  .contact-actions { padding-left: 27px; }
  .contact-actions .button { font-size: 1rem; padding-inline: 18px; }
  .footer-top { gap: 32px; }
}

@media (max-width: 760px) {
  :root { --gutter: 26px; }
  html { scroll-padding-top: 100px; }
  .hero { grid-template-columns: 1fr; gap: 35px; padding-block: 43px 36px; }
  h1 { font-size: clamp(2.35rem, 7.4vw, 4rem); }
  .hero .eyebrow { margin-bottom: 23px; }
  .hero-description { max-width: 540px; }
  .hero-actions { flex-direction: row; align-items: center; flex-wrap: wrap; }
  .hero-location { margin-top: 24px; }
  .hero-visual { padding-bottom: 0; }
  .photo-frame { height: 385px; border-radius: 5px 56px 5px 5px; }
  .photo-frame > img { object-position: 50% 46%; }
  .support-note { left: 20px; bottom: 93px; max-width: calc(100% - 40px); }
  .industry-inner { grid-template-columns: 1fr; gap: 27px; padding-block: 34px; }
  .industry-intro h2 br { display: none; }
  .industry-list { grid-template-columns: 1fr 1fr; gap: 13px 22px; }
  .section-pad { padding-block: 60px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 29px; }
  h2 { font-size: clamp(2.05rem, 5.7vw, 2.7rem); }
  .section-heading > p { max-width: none; }
  .service-grid { grid-template-columns: 1fr; gap: 20px; }
  .service-card { padding: 27px; }
  .service-card h3 { font-size: 1.9rem; }
  .service-card h3 br { display: none; }
  .services-bottom { flex-direction: column; align-items: flex-start; gap: 19px; }
  .steps { grid-template-columns: 1fr; gap: 32px; margin-top: 35px; }
  .step-track { margin-bottom: 19px; padding-top: 18px; }
  .step h3 { margin-bottom: 12px; }
  .step > p { max-width: none; }
  .about-grid { grid-template-columns: 1fr; gap: 33px; }
  .contact-inner { grid-template-columns: 1fr; gap: 32px; padding-block: 55px 60px; }
  .contact h2 { font-size: clamp(2.2rem, 6vw, 3rem); }
  .contact-actions { align-items: flex-start; padding: 30px 0 0; border-left: 0; border-top: 1px solid #ffffff45; gap: 23px; }
  .contact-actions .button { font-size: 1.125rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; padding-block: 43px 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (max-width: 560px) {
  :root { --gutter: 22px; }
  .header-inner { min-height: 80px; gap: 10px; }
  .brand { gap: 10px; }
  .brand-symbol, .brand-symbol-dark { width: 43px; }
  .brand-name strong { font-size: 1.05rem; letter-spacing: .17em; }
  .brand-name > span { font-size: .75rem; letter-spacing: .055em; }
  .header-phone { width: 38px; min-height: 44px; justify-content: center; }
  .header-phone > span { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .header-phone svg { width: 20px; height: 20px; }
  .hero .eyebrow { gap: 8px; letter-spacing: .035em; }
  .eyebrow-line { width: 18px; }
  .hero .button { padding-inline: 19px; gap: 16px; }
  .hero-location { font-size: .875rem; }
  .photo-frame { height: 345px; }
  .support-note { padding: 16px; gap: 11px; }
  .support-icon { width: 34px; height: 34px; }
  .support-note strong { font-size: .9375rem; }
  .support-note div > span { font-size: .875rem; }
  .photo-caption { font-size: .75rem; left: 20px; bottom: 24px; }
  .image-index { font-size: .75rem; letter-spacing: .01em; }
  .industry-list > span { font-size: .875rem; }
  .service-card { padding: 25px 23px; }
  .service-card h3 { font-size: 1.75rem; }
  .principles { padding: 28px 24px; }
  .principle { grid-template-columns: 24px 1fr; gap: 10px; }
  .contact h2 br { display: none; }
  .footer-top { grid-template-columns: 1fr; gap: 29px; }
  .footer-top > nav { flex-direction: row; flex-wrap: wrap; gap: 16px 24px; }
}

@media (max-width: 359px) {
  :root { --gutter: 16px; }
  .header-inner { gap: 6px; }
  .brand { gap: 8px; }
  .brand-name strong { font-size: .95rem; letter-spacing: .12em; }
  .brand-name > span { letter-spacing: 0; }
  .brand-symbol { width: 37px; }
  .header-phone { width: 32px; }
  h1 { font-size: 2.15rem; }
  .hero .eyebrow { letter-spacing: 0; }
  .service-card { padding-inline: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .button:hover, .text-link:hover svg { transform: none; }
}
