:root {
  --navy: #17324d;
  --navy-deep: #10273c;
  --blue: #3f6f91;
  --ice: #eaf2f7;
  --cloud: #f4f6f7;
  --white: #ffffff;
  --ink: #19242c;
  --muted: #5c6972;
  --line: #ccd7de;
  --gold: #c69a55;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.mobile-action-bar { display: none; }
section[id] { scroll-margin-top: 96px; }
button, a { -webkit-tap-highlight-color: rgba(198,154,85,.22); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.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; left: 16px; top: -80px; z-index: 1000; background: var(--white); color: var(--navy); padding: 12px 18px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(16,39,60,.97); box-shadow: 0 12px 28px rgba(8,25,38,.16); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 16px; text-decoration: none; }
.brand-mark { font-size: 1.85rem; line-height: 1; font-weight: 800; letter-spacing: -.05em; }
.brand-name { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.35); font-size: .67rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .86rem; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gold); transition: right .2s ease; }
.site-nav a:not(.nav-cta):hover::after, .site-nav a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { border: 1px solid rgba(255,255,255,.55); padding: 10px 16px; transition: background .2s ease, color .2s ease; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--white); color: var(--navy); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 28px; height: 2px; margin: 5px 0; background: var(--white); }

.hero { min-height: 780px; position: relative; isolation: isolate; display: flex; align-items: stretch; color: var(--white); overflow: hidden; }
.hero-image, .hero-wash { position: absolute; inset: 0; }
.hero-image { z-index: -3; background: url('/assets/icfs-building.png') center 58% / cover no-repeat; transform: scale(1.01); }
.hero-wash { z-index: -2; background: linear-gradient(90deg, rgba(13,36,56,.98) 0%, rgba(18,48,73,.95) 46%, rgba(18,48,73,.6) 70%, rgba(18,48,73,.3) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; z-index: -1; background: linear-gradient(0deg, rgba(11,31,48,.75), transparent); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); gap: 80px; align-items: end; padding: 190px 0 100px; }
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 22px; color: var(--blue); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: #b9cfdd; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Source Serif 4", Georgia, serif; font-weight: 600; letter-spacing: -.035em; line-height: 1.05; }
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(3.25rem, 6vw, 5.8rem); }
h2 { margin-bottom: 28px; color: var(--navy); font-size: clamp(2.4rem, 4.2vw, 4.4rem); }
h3 { margin-bottom: 16px; color: var(--navy); font-size: 1.55rem; line-height: 1.2; }
.hero-lede { max-width: 690px; margin-bottom: 40px; color: #dce6ec; font-size: 1.2rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 25px; text-decoration: none; font-size: .86rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.button.gold { background: var(--gold); color: var(--navy-deep); }
.button.gold:hover, .button.gold:focus-visible { background: #dfb775; }
.text-link { font-weight: 700; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 8px; color: var(--gold); transition: transform .2s ease; }
.text-link:hover span { transform: translate(4px, 4px); }
.hero-card { align-self: end; padding: 34px; background: rgba(255,255,255,.94); color: var(--navy); border-top: 4px solid var(--gold); }
.card-kicker { margin-bottom: 18px; color: var(--blue); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.hero-card-line { margin: 0; font-size: 1.25rem; font-weight: 800; line-height: 1.55; }
.hero-card-rule { width: 44px; height: 3px; margin: 24px 0; background: var(--gold); }
.hero-card > p:last-child { margin: 0; color: var(--muted); font-size: .86rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.proof-strip { background: var(--navy); color: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 104px; display: flex; align-items: center; gap: 14px; padding: 24px 24px 24px 0; border-right: 1px solid rgba(255,255,255,.14); }
.proof-grid > div + div { padding-left: 24px; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid span { color: var(--gold); font-size: .68rem; font-weight: 800; }
.proof-grid strong { font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }

.section { padding: 120px 0; }
.split-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 100px; align-items: start; }
.section-heading h2 { max-width: 600px; }
.problem-copy { padding-top: 54px; }
.problem-copy > p { max-width: 660px; color: var(--muted); }
.large-copy { color: var(--ink) !important; font-size: 1.38rem; line-height: 1.65; }
.benefit-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 46px; background: var(--line); border: 1px solid var(--line); }
.benefit-pair > div { min-height: 170px; padding: 28px; background: var(--white); }
.benefit-pair strong, .benefit-pair span { display: block; }
.benefit-pair strong { margin-bottom: 12px; color: var(--navy); }
.benefit-pair span { color: var(--muted); font-size: .9rem; }

.services-section { background: var(--cloud); }
.section-heading.compact { max-width: 760px; margin-bottom: 60px; }
.section-heading.compact > p:last-child { max-width: 650px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 510px; padding: 42px 36px; background: var(--white); border: 1px solid var(--line); overflow: hidden; }
.service-card.featured { background: var(--navy); border-color: var(--navy); color: var(--white); transform: translateY(-14px); }
.service-card.featured h3 { color: var(--white); }
.service-card.featured .card-kicker { color: #b9cfdd; }
.service-number { display: block; margin-bottom: 72px; color: var(--gold); font-size: .72rem; font-weight: 800; }
.service-card > p:not(.card-kicker) { color: var(--muted); }
.service-card.featured > p:not(.card-kicker) { color: #dce6ec; }
.service-card ul { padding: 0; margin: 34px 0 0; list-style: none; }
.service-card li { padding: 13px 0; border-top: 1px solid var(--line); font-size: .88rem; font-weight: 700; }
.service-card.featured li { border-color: rgba(255,255,255,.18); }

.process-section { background: var(--navy-deep); color: var(--white); }
.process-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 100px; }
.process-intro { position: sticky; top: 140px; align-self: start; }
.process-intro h2 { color: var(--white); }
.process-intro > p:last-child { max-width: 520px; color: #b9cfdd; }
.process-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.process-list li { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-list li > span { color: var(--gold); font-size: .74rem; font-weight: 800; }
.process-list h3 { margin-bottom: 7px; color: var(--white); font-size: 1.18rem; }
.process-list p { margin: 0; color: #b9cfdd; }

.scope-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 100px; align-items: start; }
.scope-grid .section-heading > p:last-child { max-width: 560px; color: var(--muted); }
.scope-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.scope-list div { min-height: 92px; display: flex; align-items: center; padding: 20px 28px 20px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 700; }
.scope-list div:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--line); }

.control-section { padding: 0; background: var(--ice); }
.control-grid { display: grid; grid-template-columns: 1.1fr .9fr; }
.control-copy { padding: 110px max(60px, 7vw) 110px max(0px, calc((100vw - 1180px) / 2)); background: var(--navy); color: var(--white); }
.control-copy h2 { color: var(--white); }
.control-copy > p:last-child { max-width: 640px; color: #dce6ec; }
.closeout-card { margin: 72px max(0px, calc((100vw - 1180px) / 2)) 72px 0; padding: 48px; background: var(--white); align-self: center; box-shadow: 0 24px 60px rgba(22,50,77,.1); }
.closeout-card ul { padding: 0; margin: 0; list-style: none; }
.closeout-card li { position: relative; padding: 17px 0 17px 28px; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 700; }
.closeout-card li::before { content: ""; position: absolute; left: 0; top: 25px; width: 8px; height: 8px; background: var(--gold); }
.closeout-note { margin: 28px 0 0; color: var(--blue); font-weight: 700; }

.contact-section { padding: 110px 0; background: var(--gold); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.contact-section .eyebrow { color: var(--navy); }
.contact-section h2 { margin-bottom: 18px; font-size: clamp(3rem, 5vw, 5rem); }
.contact-section p:last-child { max-width: 560px; color: var(--navy-deep); font-weight: 600; }
.contact-actions { border-top: 1px solid rgba(23,50,77,.35); }
.contact-actions a { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(23,50,77,.35); text-decoration: none; color: var(--navy); }
.contact-actions span { font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-actions strong { font-size: 1.05rem; }
.contact-actions a:hover strong, .contact-actions a:focus-visible strong { text-decoration: underline; text-underline-offset: 5px; }

.site-footer { padding: 54px 0; background: var(--navy-deep); color: #b9cfdd; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.6fr 1fr; gap: 32px; align-items: center; }
.footer-brand { color: var(--white); }
.site-footer p { margin: 0; font-size: .72rem; line-height: 1.6; text-transform: uppercase; letter-spacing: .07em; }
.site-footer p:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 760px); }
  .site-nav { position: absolute; inset: 88px 0 auto; display: none; padding: 24px; background: var(--navy-deep); flex-direction: column; align-items: stretch; gap: 8px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 0; }
  .nav-cta { border: 0; }
  .menu-toggle { display: block; }
  .hero { min-height: 850px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; padding: 170px 0 70px; }
  .hero-card { max-width: 390px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.14); }
  .proof-grid > div:nth-child(3) { padding-left: 0; }
  .split-grid, .process-grid, .scope-grid { grid-template-columns: 1fr; gap: 54px; }
  .problem-copy { padding-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card.featured { transform: none; }
  .service-number { margin-bottom: 36px; }
  .process-intro { position: static; }
  .control-grid { grid-template-columns: 1fr; }
  .control-copy { padding: 90px max(20px, calc((100vw - 760px) / 2)); }
  .closeout-card { margin: 40px auto; width: var(--shell); }
  .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .footer-grid { grid-template-columns: 1fr; }
  .site-footer p:last-child { text-align: left; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 32px); }
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); font-size: 16px; overflow-wrap: break-word; }
  section[id] { scroll-margin-top: 78px; }
  .nav-wrap { min-height: 72px; }
  .site-header .brand-name { display: none; }
  .brand-mark { font-size: 1.65rem; }
  .menu-toggle { min-width: 44px; min-height: 44px; display: grid; place-content: center; }
  .menu-toggle span:not(.sr-only) { width: 26px; }
  .site-nav { inset: 72px 0 auto; padding: 12px 16px 18px; gap: 0; border-top: 1px solid rgba(255,255,255,.14); box-shadow: 0 18px 30px rgba(8,25,38,.25); }
  .site-nav a { min-height: 50px; display: flex; align-items: center; padding: 12px 8px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .site-nav .nav-cta { margin-top: 10px; justify-content: center; border: 1px solid rgba(255,255,255,.4); }
  .hero { min-height: auto; }
  .hero-image { background-position: 60% center; }
  .hero-wash { background: linear-gradient(180deg, rgba(12,34,52,.96) 0%, rgba(18,48,73,.9) 62%, rgba(13,36,56,.94) 100%); }
  .hero-grid { gap: 36px; padding: 124px 0 56px; }
  h1 { margin-bottom: 22px; font-size: clamp(2.55rem, 12.5vw, 3.65rem); line-height: 1.02; }
  h2 { margin-bottom: 22px; font-size: clamp(2.15rem, 10vw, 3rem); line-height: 1.08; }
  h3 { font-size: 1.4rem; }
  .eyebrow { margin-bottom: 16px; }
  .hero-lede { font-size: 1.05rem; }
  .hero-actions { align-items: stretch; gap: 20px; }
  .hero-actions .button { width: 100%; min-height: 54px; }
  .hero-actions .text-link { width: 100%; text-align: center; }
  .hero-card { width: 100%; max-width: none; padding: 26px 24px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div, .proof-grid > div + div { min-height: 94px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; padding: 16px; border-top: 1px solid rgba(255,255,255,.14); border-right: 1px solid rgba(255,255,255,.14); }
  .proof-grid > div:nth-child(even) { border-right: 0; }
  .proof-grid > div:nth-child(3) { padding-left: 16px; }
  .proof-grid strong { font-size: .76rem; line-height: 1.4; }
  .section { padding: 72px 0; }
  .split-grid, .process-grid, .scope-grid { gap: 38px; }
  .large-copy { font-size: 1.16rem; }
  .benefit-pair, .scope-list { grid-template-columns: 1fr; }
  .benefit-pair { margin-top: 34px; }
  .benefit-pair > div { min-height: 0; padding: 24px; }
  .scope-list div, .scope-list div:nth-child(even) { min-height: 76px; padding: 18px 0; border-left: 0; }
  .section-heading.compact { margin-bottom: 38px; }
  .service-grid { gap: 14px; }
  .service-card { padding: 30px 24px; }
  .service-number { margin-bottom: 28px; }
  .service-card ul { margin-top: 28px; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 14px; padding: 28px 0; }
  .control-copy { padding: 72px 16px; }
  .closeout-card { margin: 28px auto; padding: 30px 22px; }
  .contact-section { padding: 72px 0; }
  .contact-grid { gap: 34px; }
  .contact-section h2 { font-size: clamp(2.6rem, 12vw, 3.5rem); }
  .contact-actions a { min-height: 68px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; }
  .contact-actions strong { overflow-wrap: anywhere; }
  .site-footer { padding: 44px 0; }
  .footer-grid { gap: 22px; }
  .footer-brand .brand-name { display: inline-block; }
  .mobile-action-bar { position: fixed; inset: auto 0 0; z-index: 80; min-height: calc(68px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; padding-bottom: env(safe-area-inset-bottom); background: var(--navy-deep); color: var(--white); box-shadow: 0 -10px 28px rgba(8,25,38,.22); }
  .mobile-action-bar a { min-width: 0; min-height: 68px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 8px 10px; text-align: center; text-decoration: none; }
  .mobile-action-bar a + a { border-left: 1px solid rgba(255,255,255,.18); background: var(--gold); color: var(--navy-deep); }
  .mobile-action-bar span { font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-action-bar strong { max-width: 100%; font-size: .82rem; line-height: 1.35; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

@media (max-width: 370px) {
  :root { --shell: calc(100% - 24px); }
  h1 { font-size: 2.4rem; }
  h2 { font-size: 2rem; }
  .hero-grid { padding-top: 114px; }
  .hero-card-line { font-size: 1.08rem; }
  .proof-grid > div, .proof-grid > div + div { padding-inline: 12px; }
}
