:root {
  --ink: #111315;
  --navy: #052f5f;
  --blue: #0969ad;
  --cyan: #02b9df;
  --lime: #91cf22;
  --cloud: #f2f5f7;
  --line: #d8dde1;
  --muted: #56616a;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; transform: translateY(-160%); background: var(--lime); color: var(--ink); font-weight: 800; padding: 10px 16px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 30; background: var(--white); }
.nav-wrap { height: 98px; display: flex; align-items: center; gap: 36px; }
.brand { order: 3; align-self: stretch; width: 205px; margin-left: auto; display: flex; align-items: center; justify-content: center; padding: 12px; background: var(--white); text-decoration: none; box-shadow: 0 4px 18px rgba(0,0,0,.08); }
.brand img { width: 190px; }
nav { order: 1; display: flex; align-items: center; gap: 36px; }
nav a { position: relative; color: var(--ink); text-decoration: none; font-weight: 800; font-size: .97rem; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 3px; background: var(--lime); transition: right .2s ease; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.nav-cta { color: var(--blue); }
.menu-button { order: 2; display: none; margin-left: auto; border: 0; background: transparent; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); }

.hero { position: relative; padding-bottom: 78px; background: var(--white); }
.hero-frame { position: relative; height: clamp(560px, 67vw, 710px); overflow: visible; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,78,116,.58) 0%, rgba(0,173,210,.18) 29%, transparent 57%); }
.hero-wash::after { content: ""; position: absolute; left: 5%; bottom: -54px; width: 43%; height: 112px; background: linear-gradient(90deg, var(--cyan), var(--lime) 70%, rgba(145,207,34,0)); opacity: .88; }
.hero-copy { position: absolute; z-index: 2; left: 7.2%; top: 50%; transform: translateY(-44%); max-width: 760px; color: var(--white); }
.hero-label { display: inline-block; margin: 0 0 22px; padding: 7px 10px; background: rgba(5,47,95,.86); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 0; font-size: clamp(3.45rem, 6vw, 6.1rem); line-height: .94; letter-spacing: -.055em; font-weight: 800; text-wrap: balance; }
.action-rail { position: absolute; z-index: 5; right: -57px; top: 50%; transform: translateY(-50%); width: 92px; box-shadow: 0 6px 18px rgba(0,0,0,.12); }
.action-rail a { min-height: 91px; display: grid; place-items: center; align-content: center; gap: 4px; background: var(--lime); color: var(--ink); text-decoration: none; border-bottom: 4px solid var(--white); transition: background .2s ease; }
.action-rail a:hover { background: #aaea27; }
.action-icon { font-size: 1.35rem; line-height: 1; }.action-rail b { font-size: .8rem; }
.hero-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 38px 72px; align-items: start; padding-top: 88px; }
.hero-lede { margin: 0; max-width: 760px; color: #2d363d; font-size: 1.35rem; line-height: 1.55; }
.hero-intro-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 54px; padding: 13px 22px; border: 0; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: #aaea27; }
.text-link { color: var(--blue); font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--blue); padding: 7px 0 4px; }
.trust-list { grid-column: 1 / -1; list-style: none; display: flex; flex-wrap: wrap; gap: 34px; padding: 26px 0 0; margin: 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.trust-list li { position: relative; padding-left: 18px; }
.trust-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; background: var(--lime); }

.signal-strip { color: var(--white); background: var(--blue); }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.signal-grid p { display: grid; gap: 3px; margin: 0; padding: 34px; border-left: 1px solid rgba(255,255,255,.24); }
.signal-grid p:last-child { border-right: 1px solid rgba(255,255,255,.24); }
.signal-grid strong { font-size: 1rem; }.signal-grid span { color: rgba(255,255,255,.72); font-size: .8rem; }

.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 11px; color: var(--blue); font-size: .8rem; line-height: 1.2; letter-spacing: .14em; text-transform: uppercase; font-weight: 850; }
.eyebrow span { width: 28px; height: 4px; background: var(--lime); }
.eyebrow.light { color: rgba(255,255,255,.8); }
h2 { margin-bottom: 0; font-size: clamp(2.55rem, 4.6vw, 4.8rem); line-height: 1.02; letter-spacing: -.052em; font-weight: 800; }
.section-heading { margin-bottom: 58px; }
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.split-heading > p { margin-bottom: 4px; color: var(--muted); font-size: 1.08rem; }

.services { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 370px; padding: 40px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); overflow: hidden; }
.service-card::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: var(--cyan); opacity: .1; transition: height .25s ease; }
.service-card:hover::after { height: 100%; }
.service-card > * { position: relative; z-index: 1; }
.service-featured { background: var(--cloud); }
.service-wide { grid-column: 1 / -1; min-height: 330px; padding-right: min(42vw, 480px); background: linear-gradient(105deg, #eef8fb 0%, #ffffff 72%); border-left: 8px solid var(--lime); }
.service-wide::before { content: "CFA  ·  CA"; position: absolute; z-index: 1; right: 8%; top: 50%; transform: translateY(-50%); color: rgba(5,47,95,.1); font-size: clamp(3rem, 6vw, 5.6rem); line-height: 1; letter-spacing: -.05em; font-weight: 900; white-space: nowrap; }
.service-number { position: absolute; right: 30px; top: 30px; color: #929ba2; font-size: .76rem; font-weight: 850; }
.service-icon { display: grid; place-items: center; width: 55px; height: 55px; margin-bottom: 34px; color: var(--ink); background: var(--lime); font-size: 1.4rem; font-weight: 800; }
.service-card h3 { margin-bottom: 14px; font-size: 1.65rem; line-height: 1.18; letter-spacing: -.025em; }
.service-card p { max-width: 480px; color: var(--muted); }
.service-card ul { list-style: none; padding: 0; margin: 25px 0 0; display: grid; gap: 8px; font-size: .9rem; font-weight: 700; }
.service-card li::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 11px; background: var(--cyan); }
.scope-note { margin: 25px 0 0; color: #68727a; font-size: .8rem; }

.approach { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(118deg, #007fb9, var(--cyan)); }
.approach::after { content: ""; position: absolute; left: -12%; bottom: -130px; width: 62%; height: 160px; transform: rotate(-4deg); background: linear-gradient(90deg, var(--lime), rgba(145,207,34,0)); opacity: .72; }
.approach-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 105px; align-items: start; }
.approach-copy { position: sticky; top: 35px; }
.approach-copy > p:not(.eyebrow) { margin: 29px 0 34px; color: rgba(255,255,255,.82); font-size: 1.05rem; }
.button-light { background: var(--white); color: var(--ink); }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.38); }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 25px; padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.38); }
.process-list li > span { color: var(--lime); font-size: .8rem; font-weight: 900; }
.process-list h3 { margin: 0 0 5px; font-size: 1.45rem; }.process-list p { margin: 0; color: rgba(255,255,255,.8); }

.fit { background: var(--cloud); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.fit-copy > p { color: var(--muted); font-size: 1.08rem; }
.sector-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 42px; }
.sector-tags span { padding: 10px 14px; border: 1px solid #cbd1d5; background: var(--white); font-size: .82rem; font-weight: 750; }
blockquote { margin: 0; padding: 26px 0 0 28px; border-left: 5px solid var(--lime); color: var(--navy); font-size: 1.4rem; line-height: 1.5; font-weight: 700; }

.contact { color: var(--white); background: var(--navy); }
.contact-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: start; }
.contact-copy > p:not(.eyebrow):not(.location) { margin: 28px 0; color: rgba(255,255,255,.72); }
.email-link { display: inline-flex; gap: 10px; color: var(--lime); text-decoration: none; font-size: 1.25rem; font-weight: 800; }
.location { margin-top: 12px; color: rgba(255,255,255,.5); font-size: .85rem; }
.contact-form { padding: 38px; color: var(--ink); background: var(--white); border-top: 7px solid var(--cyan); box-shadow: 0 24px 65px rgba(0,0,0,.2); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 17px; color: #303b44; font-size: .8rem; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #cbd2d7; border-radius: 0; background: #fbfcfc; color: var(--ink); min-height: 49px; padding: 10px 12px; outline: none; }
.contact-form textarea { min-height: 110px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(2,185,223,.13); }
.form-submit { width: 100%; margin-top: 3px; }
.form-note { margin: 11px 0 0; color: #717a80; text-align: center; font-size: .72rem; line-height: 1.5; }

.privacy { padding: 43px 0; background: #e9eef1; border-bottom: 1px solid var(--line); }
.privacy-inner { display: grid; grid-template-columns: 180px 1fr; gap: 35px; }
.privacy h2 { font-size: 1rem; letter-spacing: 0; }.privacy p { margin: 0; color: var(--muted); font-size: .82rem; }
footer { padding: 72px 0 24px; color: rgba(255,255,255,.72); background: #08131f; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 50px; padding-bottom: 48px; }
.footer-brand img { width: 240px; margin-bottom: 17px; }.footer-brand p { font-size: .85rem; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 7px; }
.footer-grid span { color: #7e909e; font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; margin-bottom: 6px; }
.footer-grid a { text-decoration: none; color: rgba(255,255,255,.72); font-size: .88rem; }.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: .73rem; color: #758694; }.footer-bottom p { margin: 0; }

@media (max-width: 1100px) {
  .hero-frame { width: min(100% - 90px, 1180px); }
  .action-rail { right: -46px; }
  .approach-grid, .contact-shell { gap: 56px; }
  .split-heading { gap: 45px; }
}

@media (max-width: 780px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .nav-wrap { height: 78px; }
  .brand { order: 1; width: 185px; margin-left: 0; padding: 8px; box-shadow: none; }.brand img { width: 170px; }
  .menu-button { order: 3; display: block; margin-left: auto; position: relative; z-index: 3; }
  nav { position: fixed; inset: 0; z-index: 2; display: none; flex-direction: column; justify-content: center; background: rgba(255,255,255,.98); }
  nav.is-open { display: flex; }
  nav a { font-size: 1.25rem; }
  .hero { padding-bottom: 62px; }
  .hero-frame { width: 100%; height: 590px; }
  .hero-image { object-position: 62% center; }
  .hero-wash { background: linear-gradient(90deg, rgba(0,74,110,.66), rgba(0,158,192,.26) 65%, transparent); }
  .hero-wash::after { left: 0; width: 75%; height: 76px; bottom: -35px; }
  .hero-copy { left: 24px; right: 24px; top: 54%; max-width: none; }
  .hero-label { font-size: .68rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .action-rail { display: none; }
  .hero-intro { grid-template-columns: 1fr; gap: 28px; padding-top: 72px; }
  .hero-lede { font-size: 1.12rem; }
  .hero-intro-actions { align-items: flex-start; flex-direction: column; }
  .trust-list { grid-column: auto; display: grid; gap: 10px; }
  .signal-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .signal-grid p, .signal-grid p:last-child { padding: 19px 4px; border: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .signal-grid p:last-child { border-bottom: 0; }
  .split-heading, .fit-grid, .approach-grid, .contact-shell, .privacy-inner { grid-template-columns: 1fr; gap: 34px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 31px 25px; }
  .service-wide { grid-column: auto; padding-right: 25px; border-left-width: 5px; }
  .service-wide::before { display: none; }
  .approach-copy { position: static; }
  .contact-form { padding: 25px 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .privacy-inner { gap: 10px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
