:root {
  --navy: #10243e;
  --navy-deep: #091727;
  --blue: #1f4e79;
  --green: #007fc4;
  --green-soft: #e7ece4;
  --gold: #e5ad24;
  --gold-deep: #8a5e08;
  --ink: #18212b;
  --muted: #5c6875;
  --line: #d8dde2;
  --soft: #f3f5f6;
  --white: #ffffff;
  --header-h: 72px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; }
p, li, dd, summary { text-wrap: pretty; }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.04; margin-bottom: 22px; }
p { line-height: 1.65; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.eyebrow { margin-bottom: 14px; color: var(--green); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-h); display: flex; align-items: center; gap: 28px; padding: 0 4vw; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(16,36,62,.12); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 16px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.brand img { width: 38px; height: 38px; border-radius: 8px; }
.site-nav { display: flex; align-items: stretch; gap: 2px; height: 100%; }
.site-nav > a, .site-nav summary { height: 100%; display: flex; align-items: center; padding: 0 14px; color: #324150; font-size: 14px; font-weight: 650; text-decoration: none; cursor: pointer; list-style: none; }
.site-nav summary::-webkit-details-marker { display: none; }
.site-nav summary::after { content: "⌄"; margin-left: 7px; font-size: 13px; }
.site-nav > a:hover, .site-nav summary:hover, .site-nav details[open] summary { color: var(--navy); background: var(--soft); }
.site-nav > a[aria-current="page"], .site-nav summary[aria-current="page"] { color: var(--navy); background: var(--soft); }
.site-nav details { position: relative; }
.dropdown { position: absolute; top: calc(100% + 1px); left: 0; min-width: 270px; padding: 8px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 18px 45px rgba(15,32,50,.18); }
.dropdown a { display: block; padding: 10px 12px; color: #334252; font-size: 14px; text-decoration: none; border-radius: 4px; }
.dropdown a:hover { background: var(--soft); color: var(--navy); }
.pricing-dropdown { min-width: 190px; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 16px; white-space: nowrap; }
.text-link { color: var(--navy); font-size: 14px; font-weight: 700; text-decoration: none; }
.mobile-sign-in, .site-nav > .mobile-menu-sign-in { display: none; }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--navy); margin: 5px 0; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--gold); border-radius: 6px; background: var(--gold); color: #211803; font-size: 14px; font-weight: 800; text-decoration: none; }
.button:hover { background: #f2bf40; }
.button-small { min-height: 40px; padding-inline: 16px; }
.button-secondary { border-color: rgba(255,255,255,.7); background: rgba(8,20,33,.3); color: var(--white); }
.button-outline { border-color: rgba(255,255,255,.58); background: transparent; color: var(--white); }

.hero { position: relative; min-height: max(680px, calc(100svh - 112px)); display: flex; align-items: center; overflow: hidden; color: var(--white); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 56% 70%; }
.hero-shade { background: linear-gradient(90deg, rgba(4,16,28,.92) 0%, rgba(8,21,35,.78) 44%, rgba(8,21,35,.2) 76%, rgba(8,21,35,.06) 100%); }
.hero-content { position: relative; z-index: 1; width: min(760px, 90vw); margin-left: max(5vw, calc((100vw - 1280px) / 2)); padding: 80px 0 110px; }
.hero-system-line { display: flex; align-items: center; margin: 0 0 20px; color: #cbd4dc; font-family: "Avenir Next Condensed", "Arial Narrow", "Helvetica Neue", sans-serif; font-size: 25px; font-weight: 500; line-height: 1.15; white-space: nowrap; }
.hero-system-copy { display: block; }
.hero-system-separator { display: inline-block; margin: 0 9px; color: #f0c354; font-weight: 700; }
.hero-title-lockup { display: flex; align-items: center; gap: 4px; margin: 0 0 22px; }
.hero-mark { position: relative; flex: 0 0 auto; width: 84px; height: 84px; }
.hero-mark img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero h1 { width: min(596px, 100%); min-width: 0; margin: 0; line-height: 1; }
.hero-wordmark-text { display: block; width: 100%; height: auto; }
.hero-lead { max-width: 650px; margin-bottom: 12px; font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.25; font-weight: 650; }
.hero-copy { max-width: 620px; color: #d6e0e9; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-next { position: absolute; z-index: 2; bottom: 28px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.88); font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.hero-next span { margin-left: 8px; }

.section { width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 104px 0; }
.section-heading { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.section-heading.left { max-width: 820px; margin-left: 0; text-align: left; }
.section-heading p:last-child { color: var(--muted); font-size: 17px; }
.workflows .eyebrow, .field-copy .eyebrow, .company-inner .eyebrow, .projects .eyebrow, .faq .eyebrow, .history-intro .eyebrow, .qualifications-page .eyebrow, .credentials-band .eyebrow { font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 300px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.feature-card:nth-child(2), .feature-card:nth-child(5) { background: var(--soft); }
.feature-number { color: var(--green); font-size: 12px; font-weight: 800; }
.feature-card h3 { margin: 40px 0 14px; color: var(--navy); font-size: 22px; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; }

.record-band { display: grid; grid-template-columns: .9fr 1.1fr; gap: 6vw; align-items: center; padding: 100px max(5vw, calc((100vw - 1280px) / 2)); background: var(--navy); color: var(--white); }
.record-copy .eyebrow { color: #efc75f; }
.record-copy p { color: #cbd7e2; font-size: 17px; }
.inline-link { display: inline-block; margin-top: 14px; color: #f0c354; font-weight: 750; text-decoration: none; }
.record-flow { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.record-flow div { min-height: 150px; padding: 26px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.record-flow strong, .record-flow span { display: block; }
.record-flow strong { margin-bottom: 12px; color: #f0c354; font-size: 22px; }
.record-flow span { color: #d4dde6; font-size: 14px; line-height: 1.5; }

.field-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 6vw; align-items: center; }
.field-media { min-width: 0; }
.field-image-wrap { position: relative; }
.field-image-wrap img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: opacity .5s ease; }
.field-image-wrap.is-changing img, .field-image-wrap.is-changing .image-caption { opacity: 0; }
.image-caption { position: absolute; left: 0; bottom: 0; max-width: 430px; padding: 18px 20px; background: rgba(9,23,39,.9); color: var(--white); font-size: 13px; line-height: 1.45; }
.image-caption { transition: opacity .5s ease; }
.image-caption strong, .image-caption span { display: block; }
.image-caption strong { margin-bottom: 4px; font-size: 14px; }
.image-caption span { color: #d5dee7; }
.field-image-note { margin: 14px 0 0; color: var(--muted); font-size: 14px; font-weight: 650; }
.field-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.field-points { margin: 34px 0 0; }
.field-points div { padding: 18px 0; border-top: 1px solid var(--line); }
.field-points dt { color: var(--navy); font-weight: 800; }
.field-points dd { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.company-band { padding: 100px 24px; background: var(--green-soft); }
.company-inner { width: min(1120px, 100%); margin: 0 auto; text-align: center; }
.company-inner > p:not(.eyebrow) { max-width: 860px; margin: 0 auto; color: #465243; font-size: 18px; }
.company-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border-top: 1px solid #b9c5b2; border-left: 1px solid #b9c5b2; text-align: left; }
.company-stats div { padding: 28px; border-right: 1px solid #b9c5b2; border-bottom: 1px solid #b9c5b2; }
.company-stats strong, .company-stats span { display: block; }
.company-stats strong { color: var(--green); font-size: 30px; }
.company-stats.is-counting strong { min-height: 36px; }
.company-stats.is-counting [data-stat-reveal] { opacity: 0; transform: translateY(8px); transition: opacity .5s ease .25s, transform .5s ease .25s; }
.company-stats.is-counting.has-counted [data-stat-reveal] { opacity: 1; transform: none; }
.company-stats span { margin-top: 8px; color: #4d594a; font-size: 14px; line-height: 1.45; }

.qual-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.qual-grid div { min-height: 180px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.qual-grid strong, .qual-grid span { display: block; }
.qual-grid strong { margin-bottom: 12px; color: var(--navy); font-size: 18px; }
.qual-grid span { color: var(--muted); font-size: 14px; line-height: 1.55; }

.subpage-hero { position: relative; min-height: 520px; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); }
.subpage-hero > img, .subpage-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.subpage-hero > img { object-fit: cover; object-position: center 58%; }
.subpage-shade { background: linear-gradient(90deg, rgba(5,17,30,.94), rgba(5,17,30,.66) 55%, rgba(5,17,30,.2)); }
.subpage-hero-copy { position: relative; z-index: 1; width: min(820px, 90vw); margin-left: max(5vw, calc((100vw - 1280px) / 2)); padding: 90px 0 70px; }
.subpage-hero-copy .eyebrow { color: #f0c354; font-size: 17px; }
.subpage-hero-copy h1 { margin-bottom: 20px; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .98; }
.subpage-hero-copy > p:last-child { max-width: 700px; margin-bottom: 0; color: #d5e0e9; font-size: 19px; }
.qualifications-page { padding-bottom: 112px; }
.credentials-band { padding: 100px max(5vw, calc((100vw - 1280px) / 2)); background: var(--soft); }
.credentials-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.credential-list { border-top: 1px solid var(--line); }
.credential-list p { display: grid; grid-template-columns: 190px 1fr; gap: 24px; margin: 0; padding: 22px 0; border-bottom: 1px solid var(--line); }
.credential-list strong { color: var(--navy); }
.credential-list span { color: var(--muted); }

.projects { border-top: 1px solid var(--line); }
.project-heading { max-width: none; display: block; }
.project-heading h2 { white-space: nowrap; }
.project-heading > p { max-width: 820px; margin-bottom: 0; }
.project-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, 280px); gap: 14px; }
.project-card { position: relative; overflow: hidden; min-height: 0; background: var(--navy); }
.project-wide { grid-row: 1 / 3; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: opacity .35s ease; }
.project-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(4,14,25,.9)); }
.project-copy { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: 24px; color: var(--white); transition: opacity .35s ease; }
.project-card.is-changing img, .project-card.is-changing .project-copy { opacity: 0; }
.project-copy p { margin-bottom: 8px; color: #e6bf59; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.project-copy h3 { margin-bottom: 8px; font-size: 24px; }
.project-copy span { color: #d3dce5; font-size: 13px; }
.project-section-footer { display: flex; justify-content: flex-end; }
.project-history-link { flex: 0 0 auto; margin-top: 28px; border-color: var(--navy); color: var(--navy); }

.project-history-page { padding-top: 88px; }
.history-intro { max-width: 840px; margin-bottom: 48px; }
.history-intro > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 17px; }
.history-filters { display: flex; flex-wrap: wrap; gap: 0; margin: -14px 0 30px; }
.history-filter { min-height: 42px; padding: 10px 18px; border: 1px solid var(--line); border-right: 0; border-radius: 0; background: var(--white); color: var(--navy); font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; }
.history-filter:first-child { border-radius: 5px 0 0 5px; }
.history-filter:last-child { border-right: 1px solid var(--line); border-radius: 0 5px 5px 0; }
.history-filter:hover, .history-filter:focus-visible { background: #eef5f9; }
.history-filter.is-active { border-color: var(--navy); background: var(--navy); color: var(--white); }
.history-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.history-card[hidden] { display: none; }
.history-card { overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.history-card > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.history-card-copy { padding: 28px; }
.history-kicker { margin-bottom: 10px; color: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.history-card h2 { margin-bottom: 14px; color: var(--navy); font-size: 28px; line-height: 1.12; }
.history-summary { min-height: 78px; margin-bottom: 24px; color: var(--muted); font-size: 14px; }
.history-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; border-top: 1px solid var(--line); }
.history-meta div { padding: 14px 12px 12px 0; border-bottom: 1px solid var(--line); }
.history-meta div:nth-child(even) { padding-left: 12px; border-left: 1px solid var(--line); }
.history-meta dt { margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.history-meta dd { margin: 0; color: var(--ink); font-size: 13px; line-height: 1.45; }

.pricing-hero > img { object-position: center 52%; }
.pricing-page { padding-bottom: 88px; }
.pricing-intro { max-width: 880px; margin-bottom: 54px; }
.pricing-intro > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 18px; }
.support-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); align-items: start; gap: 24px; }
.support-option { display: flex; min-height: 590px; flex-direction: column; padding: 34px 30px; border: 1px solid var(--line); background: var(--white); }
.support-option-silver { position: relative; border-top: 5px solid #aeb8c2; padding-top: 29px; background: #f5f7f8; }
.support-option-silver::before { content: "Support service"; position: absolute; top: -31px; right: -1px; padding: 7px 12px; background: #aeb8c2; color: var(--navy); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.support-option-featured { position: relative; border-top: 5px solid var(--gold); padding-top: 29px; background: #fffdf7; }
.support-option-featured::before { content: "Primary service"; position: absolute; top: -31px; right: -1px; padding: 7px 12px; background: var(--gold); color: #211803; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.support-label { margin-bottom: 30px; color: var(--green); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.support-option h2 { margin-bottom: 14px; color: var(--navy); font-size: 28px; line-height: 1.12; }
.support-summary { min-height: 78px; margin-bottom: 24px; color: var(--muted); font-size: 15px; }
.support-responsibility { min-height: 116px; margin: 0 0 22px; padding: 14px 14px 14px 16px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.72); }
.support-responsibility strong, .support-responsibility span { display: block; }
.support-responsibility strong { margin-bottom: 5px; color: var(--navy); font-size: 11px; text-transform: uppercase; }
.support-responsibility span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.support-option ul, .included-list { margin: 0; padding: 0; list-style: none; }
.support-option li { position: relative; padding: 11px 0 11px 24px; border-top: 1px solid var(--line); color: #3e4b58; font-size: 14px; line-height: 1.45; }
.support-option li::before { content: "\2713"; position: absolute; left: 2px; color: var(--green); font-weight: 900; }
.support-highlights { margin-bottom: 20px !important; }
.support-highlights li { padding-top: 14px; padding-bottom: 14px; color: var(--navy); font-weight: 750; }
.support-details { margin: 0 0 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.support-details summary { position: relative; padding: 15px 38px 15px 2px; color: var(--navy); font-size: 13px; font-weight: 850; cursor: pointer; list-style: none; }
.support-details summary::-webkit-details-marker { display: none; }
.support-details summary::after { content: "+"; position: absolute; top: 8px; right: 5px; font-size: 25px; font-weight: 400; }
.support-details[open] summary::after { content: "\2212"; }
.support-details > ul { padding-bottom: 8px; }
.support-option .button { width: 100%; margin-top: auto; }
.trial-access-band { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 42px max(5vw, calc((100vw - 1280px) / 2)); background: var(--soft); border-top: 1px solid var(--line); }
.trial-access-band > div { max-width: 820px; }
.trial-access-band .eyebrow { margin-bottom: 8px; font-size: 13px; }
.trial-access-band h2 { margin-bottom: 10px; color: var(--navy); font-size: 30px; }
.trial-access-band p:last-child { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.trial-access-band .button { flex: 0 0 auto; }
.field-reporting-band { display: grid; grid-template-columns: .95fr 1.05fr; gap: 7vw; align-items: center; padding: 88px max(5vw, calc((100vw - 1280px) / 2)); background: #eef5f9; }
.field-reporting-copy .eyebrow { margin-bottom: 10px; font-size: 17px; }
.field-reporting-copy .service-area { display: inline-block; margin: 0 0 22px; padding: 7px 10px; border-left: 3px solid var(--gold); background: var(--white); color: var(--navy); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.field-reporting-copy h2 { color: var(--navy); }
.field-reporting-copy > p:not(.eyebrow, .service-area) { max-width: 650px; color: var(--muted); font-size: 17px; }
.field-reporting-copy .field-reporting-responsibility { min-height: 0; margin-top: 22px; font-size: inherit; }
.field-reporting-copy .button { margin-top: 18px; }
.field-reporting-scope { min-width: 0; }
.field-reporting-highlights { margin: 0 0 20px; padding: 0; border-top: 1px solid #bfcbd3; list-style: none; }
.field-reporting-highlights li { position: relative; padding: 20px 12px 20px 34px; border-bottom: 1px solid #bfcbd3; color: var(--navy); font-size: 16px; font-weight: 750; line-height: 1.4; }
.field-reporting-highlights li::before { content: "\2713"; position: absolute; left: 5px; color: var(--green); font-weight: 900; }
.field-reporting-details { margin-bottom: 0; border-color: #bfcbd3; }
.field-reporting-list { margin: 0; padding: 0; border-top: 1px solid #bfcbd3; list-style: none; }
.field-reporting-list li { position: relative; padding: 18px 12px 18px 34px; border-bottom: 1px solid #bfcbd3; color: var(--navy); font-size: 15px; font-weight: 700; line-height: 1.45; }
.field-reporting-list li::before { content: "\2713"; position: absolute; left: 5px; color: var(--green); font-weight: 900; }
.pricing-band { padding: 96px max(5vw, calc((100vw - 1280px) / 2)); background: var(--navy); color: var(--white); }
.pricing-band .section-heading { margin-left: 0; text-align: left; }
.pricing-band .eyebrow { color: #f0c354; font-size: 17px; }
.pricing-band .section-heading p:last-child { color: #cbd7e2; }
.included-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.included-list li { min-height: 145px; padding: 26px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.included-list strong, .included-list span { display: block; }
.included-list strong { margin-bottom: 10px; color: #f0c354; font-size: 18px; }
.included-list span { color: #d4dde6; font-size: 14px; line-height: 1.5; }
.pricing-factors { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: start; }
.pricing-factors .section-heading { max-width: none; margin: 0; text-align: left; }
.factor-list { margin: 0; border-top: 1px solid var(--line); }
.factor-list div { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.factor-list dt { color: var(--navy); font-weight: 800; }
.factor-list dd { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.pricing-note { padding: 70px max(5vw, calc((100vw - 1280px) / 2)); background: var(--soft); text-align: center; }
.pricing-note h2 { max-width: 850px; margin: 0 auto 18px; color: var(--navy); font-size: clamp(2rem, 4vw, 3.4rem); }
.pricing-note p { max-width: 780px; margin: 0 auto; color: var(--muted); font-size: 17px; }
.pricing-note .button { margin-top: 28px; }

.assessment-intro-band { padding: 86px max(5vw, calc((100vw - 1120px) / 2)); background: var(--navy); color: var(--white); }
.assessment-intro-band .eyebrow { color: #f0c354; font-size: 17px; }
.assessment-intro-band h1 { max-width: 800px; margin-bottom: 18px; font-size: 56px; line-height: 1; }
.assessment-intro-band > p:last-child { max-width: 760px; margin-bottom: 0; color: #d4dee8; font-size: 18px; }
.assessment-page { width: min(920px, calc(100% - 48px)); padding-top: 68px; }
.assessment-shell { overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--white); box-shadow: 0 18px 50px rgba(13, 34, 54, .08); }
.assessment-progress { display: grid; grid-template-columns: auto minmax(180px, 1fr); align-items: center; gap: 22px; padding: 20px 28px; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 13px; }
.assessment-progress-track { height: 5px; overflow: hidden; background: #e3e8ec; }
.assessment-progress-track span { display: block; width: 20%; height: 100%; background: var(--green); transition: width .22s ease; }
.assessment-form { padding: 38px; }
.assessment-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.assessment-form legend { max-width: 720px; padding: 0; color: var(--navy); font-size: 30px; font-weight: 800; line-height: 1.15; }
.assessment-help { margin: 10px 0 24px; color: var(--muted); font-size: 14px; }
.assessment-options { display: grid; gap: 10px; margin-top: 26px; }
.assessment-options label { display: flex; min-width: 0; align-items: flex-start; gap: 14px; padding: 17px 18px; border: 1px solid var(--line); background: var(--white); cursor: pointer; transition: border-color .15s ease, background .15s ease; }
.assessment-options label:hover { border-color: #99a9b7; background: #f8fafb; }
.assessment-options label:has(input:checked) { border-color: var(--green); background: #eef8fd; box-shadow: inset 4px 0 var(--green); }
.assessment-options input { width: 19px; height: 19px; flex: 0 0 19px; margin: 2px 0 0; accent-color: var(--green); }
.assessment-options span, .assessment-options strong, .assessment-options small { display: block; }
.assessment-options span { min-width: 0; }
.assessment-options strong { color: var(--navy); font-size: 15px; }
.assessment-options small { margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.assessment-error { min-height: 22px; margin: 18px 0 0; color: #a21f24; font-size: 13px; font-weight: 700; }
.assessment-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 8px; }
.assessment-actions .assessment-back { border-color: var(--navy); background: var(--white); color: var(--navy); }
.assessment-actions [data-assessment-next] { margin-left: auto; }
.assessment-result { padding: 54px 44px; }
.assessment-result .eyebrow { color: var(--green); font-size: 15px; }
.assessment-result h2 { max-width: 760px; margin-bottom: 18px; color: var(--navy); font-size: 42px; }
.assessment-result > p:not(.eyebrow) { max-width: 730px; color: var(--muted); font-size: 17px; }
.assessment-result .assessment-result-addon { margin: 24px 0 0; padding: 16px 18px; border-left: 4px solid var(--gold); background: #fff8e7; color: #50421d; font-size: 14px; }
.assessment-result-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 30px; }
.button-dark-outline { border-color: var(--navy); background: var(--white); color: var(--navy); }
.assessment-restart { min-height: 42px; margin-left: auto; padding: 0; border: 0; background: transparent; color: var(--navy); font: inherit; font-size: 13px; font-weight: 800; text-decoration: underline; cursor: pointer; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: start; border-top: 1px solid var(--line); }
.faq .section-heading { max-width: none; margin-bottom: 0; }
.faq h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 48px 22px 0; color: var(--navy); font-size: 17px; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 17px; font-size: 26px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { padding: 0 45px 20px 0; color: var(--muted); font-size: 15px; }

.closing { display: flex; justify-content: space-between; gap: 40px; align-items: center; padding: 80px max(5vw, calc((100vw - 1280px) / 2)); background: var(--navy-deep); color: var(--white); }
.closing .eyebrow { color: #f0c354; font-size: 17px; }
.closing h2 { max-width: 740px; margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.6rem); }
.sales-cta h2 { max-width: 780px; margin-bottom: 16px; font-size: 42px; line-height: 1.08; font-weight: 750; }
.sales-cta-copy { max-width: 760px; margin-bottom: 0; color: #cbd7e2; font-size: 17px; }
.closing-actions { display: flex; max-width: 430px; flex-direction: column; align-items: flex-end; gap: 14px; }
.closing-button-row { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.support-finder-link { color: #f0c354; font-size: 13px; font-weight: 800; text-align: right; text-decoration: none; }
.support-finder-link:hover { text-decoration: underline; }

.demo-dialog { width: min(680px, calc(100% - 32px)); max-height: min(760px, calc(100dvh - 32px)); padding: 0; overflow: auto; border: 0; border-radius: 8px; background: var(--white); color: var(--ink); box-shadow: 0 24px 70px rgba(2, 12, 22, .35); }
.demo-dialog::backdrop { background: rgba(4, 16, 28, .72); backdrop-filter: blur(3px); }
.demo-dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 28px 30px 18px; border-bottom: 1px solid var(--line); }
.demo-dialog-header .eyebrow { margin-bottom: 6px; color: #a16e00; font-size: 13px; }
.demo-dialog-header h2 { margin: 0; color: var(--navy); font-size: 30px; }
.demo-dialog-close { display: inline-flex; width: 40px; height: 40px; flex: 0 0 40px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 6px; background: transparent; color: var(--navy); font-size: 28px; line-height: 1; cursor: pointer; }
.demo-dialog-close:hover { background: #f2f5f7; }
.demo-dialog-intro { margin: 0; padding: 20px 30px 0; color: var(--muted); font-size: 15px; }
.demo-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 24px 30px 30px; }
.demo-form label { display: grid; gap: 7px; color: var(--navy); font-size: 13px; font-weight: 750; }
.demo-form label small { color: var(--muted); font-size: 11px; font-weight: 600; }
.demo-form input, .demo-form select, .demo-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #b9c3cb; border-radius: 5px; background: var(--white); color: var(--ink); font: inherit; }
.demo-form select { padding-right: 34px; }
.demo-form textarea { min-height: 104px; resize: vertical; }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: var(--navy); outline: 3px solid rgba(39, 127, 179, .18); }
.demo-form-wide { grid-column: 1 / -1; }
.demo-form-actions { display: flex; justify-content: flex-end; gap: 10px; padding-top: 4px; }
.button-secondary-dark { border-color: #aab5bd; background: transparent; color: var(--navy); }
.button-secondary-dark:hover { background: #eef2f4; }
.demo-form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.demo-form-status { min-height: 20px; margin: -4px 0 0; color: #a21f24; font-size: 13px; text-align: right; }
.demo-success { padding: 34px 30px 30px; text-align: center; }
.demo-success[hidden] { display: none; }
.demo-success strong { display: block; color: var(--navy); font-size: 25px; }
.demo-success p { max-width: 500px; margin: 12px auto 0; color: var(--muted); font-size: 15px; }
.demo-success .demo-success-id { color: var(--navy); font-size: 13px; font-weight: 700; }
.demo-success .button { margin-top: 24px; }
.demo-dialog.is-complete .demo-dialog-intro, .demo-dialog.is-complete .demo-form { display: none; }
body.demo-dialog-open { overflow: hidden; }

footer { display: flex; justify-content: space-between; gap: 30px; padding: 34px max(5vw, calc((100vw - 1280px) / 2)); background: #060f19; color: #9eacb9; font-size: 12px; }
footer div { display: flex; flex-direction: column; gap: 6px; }
footer strong { color: var(--white); font-size: 14px; }
footer a { color: #d6b75e; text-decoration: none; }

@media (max-width: 1040px) {
  .site-header { gap: 12px; padding-inline: 18px; }
  .site-nav > a, .site-nav summary { padding-inline: 10px; }
  .header-actions .text-link { display: none; }
  .feature-grid, .qual-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .record-band { grid-template-columns: 1fr; }
  .field-section { grid-template-columns: 1fr; }
  .field-copy { max-width: 780px; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 400px 300px; }
  .project-wide { grid-column: 1 / 3; grid-row: auto; }
  .faq { grid-template-columns: 1fr; }
  .support-grid, .included-list { grid-template-columns: 1fr 1fr; }
  .pricing-factors { grid-template-columns: 1fr; gap: 34px; }
  .field-reporting-band { grid-template-columns: 1fr; gap: 38px; }
  .faq .section-heading { margin-bottom: 34px; }
  .closing { display: block; }
  .closing-actions { max-width: none; align-items: flex-start; margin-top: 30px; }
  .closing-button-row { justify-content: flex-start; }
}

@media (max-width: 760px) {
  :root { --header-h: 62px; }
  h2 { font-size: 2.25rem; }
  body { max-width: 100%; overflow-x: hidden; }
  .site-header { width: 100%; height: var(--header-h); padding-inline: 16px; }
  .brand { min-width: 0; }
  .brand img { width: 34px; height: 34px; }
  .brand span { font-size: 14px; }
  .mobile-sign-in { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; margin-left: auto; padding: 0 13px; border: 1px solid var(--navy); border-radius: 6px; color: var(--navy); font-size: 13px; font-weight: 800; text-decoration: none; white-space: nowrap; }
  .menu-toggle { display: block; flex: 0 0 42px; margin-left: 0; }
  .site-nav { position: fixed; z-index: 99; inset: var(--header-h) 0 0; display: none; height: auto; padding: 12px 18px 30px; overflow-y: auto; background: var(--white); }
  .site-nav.open { display: block; }
  .site-nav .mobile-menu-sign-in { display: flex; align-items: center; justify-content: center; min-height: 46px; margin: 4px 0 10px; border-radius: 6px; background: var(--gold); color: #211803; font-size: 14px; font-weight: 800; text-decoration: none; }
  .site-nav > a, .site-nav summary { height: auto; min-height: 50px; padding: 0 4px; border-bottom: 1px solid var(--line); }
  .site-nav details { position: static; }
  .dropdown { position: static; min-width: 0; padding: 6px 0 12px 12px; border: 0; border-radius: 0; box-shadow: none; }
  .dropdown a { padding: 10px 8px; }
  .header-actions { display: none; }
  .hero { min-height: 610px; align-items: flex-end; }
  .hero-image { object-position: 92% center; transform: translateY(-72px) scale(1.24); transform-origin: 78% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,16,28,.97) 0%, rgba(8,21,35,.82) 58%, rgba(8,21,35,.2) 100%); }
  .hero-content { width: 100%; max-width: 100%; margin: 0; padding: 72px 20px 92px; }
  .hero-mark { display: block; width: 40px; height: 40px; }
  .hero-title-lockup { display: flex; gap: 3px; margin: 0 0 22px; white-space: nowrap; }
  .hero-system-line { margin-bottom: 14px; font-size: 11px; line-height: 1.15; white-space: nowrap; }
  .hero-system-copy { white-space: nowrap; }
  .hero-system-separator { margin: 0 3px; }
  .hero-system-break, .hero-system-final { display: inline; }
  .hero h1 { width: min(280px, 100%); }
  .hero-lead { font-size: 1.35rem; }
  .hero-copy { font-size: 15px; }
  .hero-actions { display: grid; width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-next { bottom: 20px; }
  .section { width: min(100% - 32px, 1280px); padding: 72px 0; }
  .section-heading { margin-bottom: 34px; text-align: left; }
  .feature-grid, .qual-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; padding: 24px; }
  .feature-card:nth-child(2), .feature-card:nth-child(5) { background: var(--white); }
  .feature-card:nth-child(even) { background: var(--soft); }
  .feature-card h3 { margin-top: 22px; }
  .record-band { padding: 72px 20px; }
  .record-flow { grid-template-columns: 1fr; }
  .record-flow div { min-height: 115px; }
  .image-caption { position: static; max-width: none; }
  .company-band { padding: 72px 20px; }
  .company-stats { grid-template-columns: 1fr; }
  .project-heading { display: block; }
  .project-heading h2 { white-space: normal; }
  .project-grid { display: block; }
  .project-card { height: 360px; margin-bottom: 12px; }
  .project-card:not(.project-wide) { height: 280px; }
  .project-copy h3 { font-size: 20px; }
  .project-section-footer { display: block; }
  .project-history-link { width: 100%; margin-top: 20px; }
  .project-history-page { padding-top: 64px; }
  .history-intro { margin-bottom: 34px; }
  .history-filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .history-filter, .history-filter:first-child, .history-filter:last-child { border: 1px solid var(--line); border-radius: 4px; }
  .history-grid { grid-template-columns: 1fr; gap: 16px; }
  .history-card-copy { padding: 22px; }
  .history-card h2 { font-size: 24px; }
  .history-summary { min-height: 0; }
  .history-meta { grid-template-columns: 1fr; }
  .history-meta div, .history-meta div:nth-child(even) { padding: 12px 0; border-left: 0; }
  .pricing-page { padding-bottom: 72px; }
  .pricing-intro { margin-bottom: 34px; }
  .support-grid, .included-list { grid-template-columns: 1fr; }
  .support-option, .support-option:last-child { grid-column: auto; min-height: 0; padding: 26px 22px; }
  .support-option-silver { margin-top: 28px; padding-top: 22px; }
  .support-option-featured { margin-top: 28px; padding-top: 22px; }
  .support-option h2 { font-size: 24px; }
  .support-summary { min-height: 0; }
  .support-responsibility { min-height: 0; }
  .support-option .button { margin-top: 28px; }
  .trial-access-band { display: block; padding: 44px 20px; }
  .trial-access-band .button { width: 100%; margin-top: 24px; }
  .field-reporting-band { padding: 64px 20px; }
  .field-reporting-copy .button { width: 100%; }
  .pricing-band { padding: 72px 20px; }
  .included-list li { min-height: 0; }
  .factor-list div { display: block; }
  .factor-list dd { margin-top: 8px; }
  .pricing-note { padding: 64px 20px; text-align: left; }
  .pricing-note .button { width: 100%; }
  .assessment-intro-band { padding: 64px 20px; }
  .assessment-intro-band h1 { font-size: 42px; }
  .assessment-intro-band > p:last-child { font-size: 16px; }
  .assessment-page { width: min(100% - 32px, 920px); padding-top: 42px; }
  .assessment-progress { display: block; padding: 17px 20px; }
  .assessment-progress-track { margin-top: 11px; }
  .assessment-form { padding: 26px 20px; }
  .assessment-form legend { font-size: 25px; }
  .assessment-options label { padding: 15px 14px; }
  .assessment-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .assessment-actions .button { width: 100%; padding-inline: 8px; }
  .assessment-result { padding: 36px 20px; }
  .assessment-result h2 { font-size: 32px; }
  .assessment-result-actions { display: grid; }
  .assessment-result-actions .button { width: 100%; }
  .assessment-restart { margin: 8px 0 0; }
  .faq-list summary { font-size: 15px; }
  .closing { padding: 72px 20px; }
  .closing-actions { display: grid; }
  .closing-button-row { display: grid; }
  .closing-button-row .button { width: 100%; }
  .support-finder-link { text-align: left; }
  .sales-cta h2 { font-size: 34px; }
  .sales-cta-copy { font-size: 16px; }
  .demo-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
  .demo-dialog-header { padding: 22px 20px 16px; }
  .demo-dialog-header h2 { font-size: 25px; }
  .demo-dialog-intro { padding: 17px 20px 0; }
  .demo-form { grid-template-columns: 1fr; gap: 15px; padding: 20px; }
  .demo-form-wide { grid-column: auto; }
  .demo-form-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .demo-form-actions .button { padding-inline: 10px; }
  .subpage-hero { min-height: 560px; }
  .subpage-hero > img { object-position: 58% center; }
  .subpage-hero-copy { width: 100%; margin: 0; padding: 80px 20px 58px; }
  .subpage-hero-copy h1 { font-size: 3.1rem; }
  .subpage-hero-copy > p:last-child { font-size: 16px; }
  .credentials-band { padding: 72px 20px; }
  .credentials-inner { grid-template-columns: 1fr; gap: 28px; }
  .credential-list p { display: block; }
  .credential-list span { display: block; margin-top: 8px; }
  footer { display: block; padding: 30px 20px; }
  footer div + div { margin-top: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
