@font-face {
  font-family: "Inter Local";
  src: url("../fonts/InterVariable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #082f32;
  --ink-2: #16484a;
  --action: #0b806d;
  --action-strong: #075f58;
  --action-soft: #e5f2ed;
  --blue: #315f88;
  --blue-soft: #e9eff5;
  --paper: #f5f7f5;
  --warm: #f2efe9;
  --white: #ffffff;
  --border: #d7e0dc;
  --text: #172b2a;
  --muted: #5b6d69;
  --danger: #a33a35;
  --shadow: 0 22px 52px rgba(8, 47, 50, 0.11);
  --font: "Inter Local", Inter, Arial, Helvetica, sans-serif;
  --mono: SFMono-Regular, Consolas, "Liberation Mono", monospace;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--font); font-size: 16px; line-height: 1.58; letter-spacing: 0; }
body.nav-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
p, h1, h2, h3, h4 { margin-top: 0; }
p { color: var(--muted); }
h1, h2, h3 { color: var(--ink); letter-spacing: 0; }
button { color: inherit; }

#hero, #proof, #workflow, #proof-center, #ai-assisted-review, #evidence-workspace, #categories, #about, #consultation,
#choose-source, #prepare-verify, #launch-ship { scroll-margin-top: 92px; }

.skip-link, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  z-index: 1000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--action);
  color: var(--white);
}
:where(a, button, summary, input, textarea):focus-visible {
  outline: 3px solid #78b9a7;
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(215, 224, 220, 0.9);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
}
.header-inner, .section-shell, .hero-shell, .footer-grid, .footer-bottom {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 20px; }
.brand { display: inline-flex; align-items: center; min-width: 0; color: var(--ink); }
.brand-lockup { display: inline-flex; align-items: center; gap: 9px; }
.brand-symbol { width: 42px; height: 42px; object-fit: contain; }
.brand-wordmark { display: grid; gap: 1px; color: currentColor; font-size: 15px; font-weight: 850; line-height: .9; }
.brand-wordmark span:last-child { font-size: 9px; font-weight: 700; }
.primary-nav, .menu-list { display: flex; align-items: center; gap: 4px; }
.menu-list { margin: 0; padding: 0; list-style: none; }
.nav-link { display: inline-flex; min-height: 42px; align-items: center; padding: 0 10px; border-radius: 6px; color: var(--ink-2); font-size: 12px; font-weight: 760; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.nav-link:hover { background: var(--action-soft); color: var(--ink); }
.nav-link-cta { margin-left: 4px; padding-inline: 14px; background: var(--action); color: var(--white); }
.nav-link-cta:hover { background: var(--action-strong); color: var(--white); transform: translateY(-1px); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 1px solid var(--border); border-radius: 6px; background: var(--white); }
.nav-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform 180ms ease, opacity 180ms ease; }
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.section-shell { padding: 76px 0; }
.eyebrow { margin-bottom: 10px; color: var(--action); font-family: var(--mono); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.section-heading { max-width: 780px; margin-bottom: 32px; }
.section-heading h2, .ai-copy h2, .operations-copy h2, .consultation-copy h2 { margin-bottom: 16px; font-size: clamp(32px, 4vw, 46px); line-height: 1.08; font-weight: 800; }
.section-heading > p, .ai-copy > p, .operations-copy > p, .consultation-copy > p { font-size: 17px; }
.heading-row { display: grid; max-width: none; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 56px; align-items: end; }
.heading-row > p { margin: 0; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 800; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease; }
.button::after, .text-link::after { content: "→"; margin-left: 9px; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--action); color: var(--white); box-shadow: 0 12px 26px rgba(11, 128, 109, .22); }
.button-primary:hover { background: var(--action-strong); }
.button-secondary { border-color: rgba(255,255,255,.45); background: var(--white); color: var(--ink); }
.button-on-light { border-color: var(--border); background: var(--white); color: var(--ink); }
.button-outline { border-color: var(--action); background: transparent; color: var(--action-strong); }
.text-link, .text-button { display: inline-flex; align-items: center; color: var(--action-strong); font-weight: 800; }
.text-link:hover, .text-button:hover { text-decoration: underline; text-underline-offset: 4px; }
.text-button { padding: 0; border: 0; background: transparent; cursor: pointer; }
.section-link-row { margin-top: 24px; text-align: right; }

.hero-section { position: relative; overflow: hidden; background: #0a3839; color: var(--white); }
.hero-section::after { content: ""; position: absolute; right: 0; bottom: 0; width: 32%; height: 18px; background: var(--blue); opacity: .65; }
.hero-shell { display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: 48px; align-items: center; padding: 54px 0 64px; }
.hero-copy { padding: 20px 0; }
.hero-copy .eyebrow, .hero-copy h1, .hero-copy .hero-lede { color: var(--white); }
.hero-copy h1 { max-width: 650px; margin-bottom: 22px; font-size: clamp(46px, 5vw, 64px); line-height: 1.02; font-weight: 800; }
.hero-lede { max-width: 650px; margin-bottom: 28px; font-size: 18px; opacity: .8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-assurance { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 26px; color: rgba(255,255,255,.72); font-size: 12px; }
.hero-assurance span { position: relative; padding-left: 14px; }
.hero-assurance span::before { content: ""; position: absolute; top: 8px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #79c4ad; }
.hero-media { position: relative; overflow: hidden; min-height: 500px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: #123e40; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { min-height: 500px; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(7,35,37,.75)); pointer-events: none; }
.hero-path { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 16px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; padding: 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; background: rgba(8,47,50,.82); backdrop-filter: blur(12px); }
.hero-path span { position: relative; display: grid; min-height: 48px; place-items: center; padding: 7px; border-radius: 5px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.85); font-size: 11px; font-weight: 750; text-align: center; }
.hero-path span:not(:last-child)::after { content: "→"; position: absolute; right: -8px; color: #9cc8d8; }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--border); }
.trust-shell { display: grid; gap: 28px; }
.trust-intro { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); gap: 52px; align-items: end; }
.trust-intro h2 { margin-bottom: 0; font-size: 36px; line-height: 1.1; }
.trust-intro p:last-child { margin: 0; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.metric-card { min-height: 170px; padding: 22px; border: 1px solid var(--border); border-radius: 8px; background: var(--paper); }
.metric-card strong { display: block; color: var(--ink); font-family: var(--mono); font-size: 38px; line-height: 1; }
.metric-card span { display: block; margin: 9px 0 10px; color: var(--ink-2); font-weight: 800; }
.metric-card p { margin: 0; font-size: 13px; }
.trust-boundaries { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--border); }
.trust-boundaries span { padding: 18px 20px; color: var(--muted); font-size: 13px; }
.trust-boundaries span + span { border-left: 1px solid var(--border); }
.trust-boundaries strong { display: block; margin-bottom: 4px; color: var(--ink); }

.journey-section { position: relative; overflow: hidden; background: var(--paper); }
.anchor-alias { position: absolute; inset: 0 auto auto 0; width: 1px; height: 1px; pointer-events: none; }
.journey-shell { display: grid; gap: 28px; }
.journey-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: 52px; align-items: end; }
.journey-heading h2 { max-width: 760px; margin-bottom: 0; }
.journey-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.journey-nav-wrap { position: relative; min-width: 0; max-width: 100%; padding-top: 16px; }
.journey-progress-track { position: absolute; top: 35px; right: 6.8%; left: 6.8%; height: 2px; overflow: hidden; background: var(--border); }
.journey-progress-track span { display: block; width: 0; height: 100%; background: var(--action); transition: width 260ms ease; }
.journey-tabs { position: relative; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; }
.journey-tab { display: grid; min-width: 0; justify-items: center; gap: 9px; padding: 0 5px 12px; border: 0; background: transparent; color: var(--muted); text-align: center; cursor: pointer; }
.journey-tab > span { position: relative; z-index: 2; display: grid; width: 40px; height: 40px; place-items: center; border: 2px solid var(--border); border-radius: 50%; background: var(--white); color: var(--action-strong); font-family: var(--mono); font-size: 11px; font-weight: 850; transition: border-color 200ms ease, background 200ms ease, color 200ms ease, transform 200ms ease; }
.journey-tab strong { max-width: 130px; color: var(--muted); font-size: 12px; line-height: 1.25; overflow-wrap: anywhere; }
.journey-tab:hover > span { transform: translateY(-2px); border-color: var(--action); }
.journey-tab.is-complete > span { border-color: var(--action); background: var(--action-soft); }
.journey-tab.is-active > span { border-color: var(--action); background: var(--action); color: var(--white); box-shadow: 0 0 0 5px var(--action-soft); }
.journey-tab.is-active strong { color: var(--ink); }
.journey-panels { width: 100%; min-width: 0; max-width: 100%; overflow: hidden; }
.journey-panel { display: none; grid-template-columns: minmax(0, 1.28fr) minmax(350px, .72fr); width: 100%; min-width: 0; max-width: 100%; min-height: 525px; overflow: hidden; border: 1px solid var(--border); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.journey-panel.is-active { display: grid; animation: journey-panel-in 260ms ease both; }
.journey-image { position: relative; min-width: 0; min-height: 525px; overflow: hidden; background: var(--ink); }
.journey-image picture, .journey-image img { width: 100%; height: 100%; }
.journey-image img { min-height: 525px; object-fit: cover; }
.journey-image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(8,47,50,.72)); pointer-events: none; }
.journey-image-label { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; display: flex; gap: 11px; align-items: center; padding: 12px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 6px; background: rgba(8,47,50,.78); color: var(--white); font-size: 14px; font-weight: 800; backdrop-filter: blur(9px); }
.journey-image-label b { font-family: var(--mono); font-size: 12px; }
.journey-stage-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 32px; }
.journey-stage-head > span { color: var(--action-strong); font-family: var(--mono); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.journey-stage-head h3 { margin: 8px 0 24px; font-size: 31px; }
.journey-handoffs { display: grid; gap: 9px; margin-bottom: 22px; }
.journey-handoffs > div { display: grid; gap: 4px; padding: 14px 15px; border-left: 3px solid var(--border); background: var(--paper); }
.journey-handoffs > div:nth-child(1) { border-left-color: var(--blue); }
.journey-handoffs > div:nth-child(2) { border-left-color: var(--action); }
.journey-handoffs > div.journey-deliverable { border: 1px solid #acd0c6; border-left: 3px solid var(--action); background: var(--action-soft); }
.journey-handoffs span { color: var(--muted); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.journey-handoffs strong { color: var(--ink); font-size: 14px; line-height: 1.4; }
.journey-stage-copy .text-link { align-self: flex-start; }
.journey-controls { display: none; align-items: center; justify-content: space-between; gap: 12px; }
.journey-controls > span { color: var(--muted); font-family: var(--mono); font-size: 12px; }
.journey-arrow { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: var(--white); color: var(--ink); font-size: 21px; cursor: pointer; }
.journey-arrow:hover { border-color: var(--action); color: var(--action-strong); }
.journey-arrow:disabled { opacity: .35; cursor: default; }
.journey-boundary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 18px; border-top: 1px solid var(--border); }
.journey-boundary p { margin: 0; color: var(--muted); font-size: 12px; }
.journey-boundary > div { display: flex; flex-wrap: wrap; gap: 16px 24px; }
@keyframes journey-panel-in { from { opacity: .28; transform: translateY(7px); } to { opacity: 1; transform: none; } }

.proof-center-section { background: var(--white); }
.proof-legend { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-bottom: 22px; padding: 13px 16px; border-block: 1px solid var(--border); color: var(--muted); font-size: 12px; }
.proof-legend span { display: inline-flex; align-items: center; gap: 8px; }
.proof-legend i { width: 9px; height: 9px; border-radius: 2px; background: var(--action); }
.proof-legend .legend-sample { background: var(--blue); }
.proof-legend .legend-project { border: 1px solid var(--ink-2); background: transparent; }
.proof-workspace { min-width: 0; }
.proof-workspace.proof-workspace-enhanced { display: grid; grid-template-columns: minmax(240px, .36fr) minmax(0, 1fr); gap: 18px; align-items: start; }
.proof-nav { display: none; }
.proof-workspace-enhanced .proof-nav { position: sticky; top: 96px; display: grid; gap: 8px; }
.proof-tab { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; width: 100%; min-width: 0; padding: 14px; border: 1px solid var(--border); border-radius: 7px; background: var(--paper); color: var(--muted); text-align: left; cursor: pointer; transition: border-color 180ms ease, background 180ms ease, transform 180ms ease; }
.proof-tab > span:first-child { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 4px; background: var(--white); color: var(--action-strong); font-family: var(--mono); font-size: 11px; }
.proof-tab small, .proof-item summary small { display: block; margin-bottom: 3px; color: var(--muted); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.proof-tab strong, .proof-item summary strong { display: block; color: var(--ink); font-size: 14px; line-height: 1.3; overflow-wrap: anywhere; }
.proof-tab:hover { transform: translateX(3px); border-color: #98bdb2; }
.proof-tab.is-active { border-color: var(--action); background: var(--action-soft); }
.proof-tab.is-active > span:first-child { background: var(--action); color: var(--white); }
.proof-panels { min-width: 0; }
.proof-item { min-width: 0; overflow: hidden; margin-bottom: 10px; border: 1px solid var(--border); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.proof-item > summary { display: flex; gap: 12px; align-items: center; padding: 15px; color: var(--ink); cursor: pointer; list-style: none; }
.proof-item > summary::-webkit-details-marker { display: none; }
.proof-item > summary > span:first-child { display: grid; flex: 0 0 auto; width: 34px; height: 34px; place-items: center; border-radius: 4px; background: var(--action-soft); color: var(--action-strong); font-family: var(--mono); font-size: 11px; }
.proof-item > summary > span:last-child { min-width: 0; }
.proof-item > summary::after { content: "+"; margin-left: auto; color: var(--action); font-size: 22px; }
.proof-item[open] > summary::after { content: "−"; }
@media (min-width: 641px) {
  .proof-workspace-enhanced .proof-item { display: none; margin-bottom: 0; }
  .proof-workspace-enhanced .proof-item.is-active { display: block; animation: proof-panel-in 220ms ease both; }
  .proof-workspace-enhanced .proof-item > summary { display: none; }
}
.proof-item-current { border-top: 3px solid var(--action); }
.proof-item-sample { border-top: 3px solid var(--blue); }
.proof-panel-content { min-width: 0; padding: 26px; }
.proof-panel-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .55fr); gap: 28px; align-items: start; padding-bottom: 22px; border-bottom: 1px solid var(--border); }
.proof-panel-head h3 { margin-bottom: 9px; font-size: 28px; }
.proof-panel-head p:not(.eyebrow) { margin: 0; font-size: 14px; }
.proof-meta { display: grid; gap: 9px; }
.proof-meta span { padding: 10px 12px; border-left: 3px solid var(--border); background: var(--paper); color: var(--muted); font-size: 11px; }
.proof-meta strong { display: block; margin-bottom: 2px; color: var(--ink); text-transform: uppercase; }
.proof-fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0; }
.proof-fact-grid span { min-height: 112px; padding: 16px; border: 1px solid var(--border); border-radius: 6px; background: var(--action-soft); color: var(--ink-2); font-size: 12px; }
.proof-fact-grid strong { display: block; margin-bottom: 10px; color: var(--ink); font-family: var(--mono); font-size: 29px; line-height: 1; }
.screening-flow { display: grid; grid-template-columns: repeat(5, minmax(130px, 1fr)); gap: 8px; overflow-x: auto; padding-bottom: 6px; }
.screening-flow article { position: relative; min-width: 130px; min-height: 154px; padding: 15px; border: 1px solid var(--border); border-radius: 6px; background: var(--paper); }
.screening-flow article > span { display: block; margin-bottom: 22px; color: var(--action); font-family: var(--mono); font-size: 11px; }
.screening-flow article strong { display: block; margin-bottom: 6px; color: var(--ink); font-size: 13px; }
.screening-flow article p { margin: 0; font-size: 11px; }
.proof-table-wrap { margin: 20px 0; }
.proof-table { min-width: 860px; }
.proof-status { display: inline-flex; min-height: 26px; align-items: center; padding: 4px 8px; border-radius: 4px; background: var(--paper); color: var(--ink-2); font-size: 10px; font-weight: 800; white-space: nowrap; }
.proof-status-reviewed, .proof-status-ready { background: var(--action-soft); color: var(--action-strong); }
.proof-status-buyer-approval-needed { background: #f3eee2; color: #6e5522; }
.proof-status-on-hold { background: #f5e8e6; color: var(--danger); }
.proof-decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.proof-decision-grid > div { padding: 14px 16px; border-radius: 6px; background: var(--paper); }
.proof-decision-grid > div:last-child { border: 1px solid var(--border); background: var(--white); }
.proof-decision-grid span { display: block; margin-bottom: 5px; color: var(--ink); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.proof-decision-grid p { margin: 0; font-size: 12px; }
@keyframes proof-panel-in { from { opacity: .2; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.sample-table-wrap { overflow-x: auto; margin: 20px 0; border: 1px solid var(--border); border-radius: 6px; }
.sample-table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 13px; }
.sample-table th, .sample-table td { padding: 12px 14px; border-bottom: 1px solid var(--border); text-align: left; }
.sample-table th { background: var(--ink); color: var(--white); }
.sample-table tr:last-child td { border-bottom: 0; }
.dialog-note { margin-bottom: 0; padding: 12px; background: var(--warm); font-size: 12px; }

.categories-section { background: var(--paper); }
.category-rail { display: flex; gap: 14px; overflow-x: auto; padding: 2px 2px 18px; scroll-snap-type: x mandatory; scrollbar-color: var(--action) var(--border); }
.category-card { flex: 0 0 330px; overflow: hidden; border: 1px solid var(--border); border-radius: 8px; background: var(--white); scroll-snap-align: start; }
.category-card picture { display: block; height: 210px; background: var(--warm); }
.category-card img { height: 100%; object-fit: cover; }
.category-card > div { padding: 18px; }
.category-card h3 { margin-bottom: 13px; font-size: 19px; }
.category-card p { margin-bottom: 11px; font-size: 13px; }
.category-card p:last-child { margin-bottom: 0; }
.category-card strong { display: block; color: var(--ink); font-size: 11px; text-transform: uppercase; }
.category-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; padding: 20px; border: 1px solid var(--border); border-radius: 7px; background: var(--white); }
.category-cta p { margin: 0; color: var(--ink); font-weight: 800; }

.operations-section { background: var(--warm); }
.operations-grid { display: grid; grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr); gap: 50px; align-items: center; }
.operations-photo { position: relative; overflow: hidden; aspect-ratio: 4 / 3; border-radius: 8px; background: var(--ink); box-shadow: var(--shadow); }
.operations-photo picture, .operations-photo img { width: 100%; height: 100%; }
.operations-photo img { object-fit: cover; }
.operations-photo span { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 10px 12px; border-radius: 5px; background: rgba(8,47,50,.82); color: var(--white); font-size: 11px; font-weight: 750; }
.operating-facts { display: grid; gap: 10px; margin: 24px 0; }
.operating-facts span { padding: 13px 15px; border-left: 3px solid var(--action); background: rgba(255,255,255,.64); color: var(--muted); font-size: 13px; }
.operating-facts strong { display: block; margin-bottom: 3px; color: var(--ink); }

.consultation-section { background: #123f43; color: var(--white); }
.consultation-grid { display: grid; grid-template-columns: minmax(320px, .78fr) minmax(420px, 1.22fr); gap: 48px; align-items: start; }
.consultation-copy .eyebrow, .consultation-copy h2 { color: var(--white); }
.consultation-copy > p { color: rgba(255,255,255,.74); }
.response-steps { display: grid; gap: 9px; margin-top: 24px; }
.response-steps span { display: flex; gap: 11px; align-items: center; padding: 11px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 5px; color: rgba(255,255,255,.78); font-size: 13px; }
.response-steps b { color: #9dc7dc; font-family: var(--mono); font-size: 11px; }
.contact-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.contact-links a { padding: 8px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 5px; color: var(--white); font-size: 12px; }
.consultation-form, .form-success { position: relative; padding: 26px; border-radius: 8px; background: var(--white); color: var(--text); box-shadow: var(--shadow); }
.form-status { margin-bottom: 16px; padding: 12px 14px; border-radius: 6px; font-weight: 750; }
.form-status-error { border: 1px solid rgba(163,58,53,.24); background: #fbefee; color: var(--danger); }
.form-row { display: grid; gap: 7px; margin-bottom: 15px; }
.form-row label { color: var(--ink); font-size: 13px; font-weight: 800; }
.form-row label span { margin-left: 5px; color: var(--muted); font-size: 10px; font-weight: 600; text-transform: uppercase; }
.form-row input, .form-row textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--border); border-radius: 6px; background: var(--paper); color: var(--text); }
.form-row textarea { resize: vertical; }
.form-hint { display: block; margin: -3px 0 5px; color: var(--muted); font-size: 11px; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--action); outline: 3px solid rgba(22,115,95,.14); background: var(--white); }
.form-row [aria-invalid="true"] { border-color: var(--danger); }
.field-error { color: var(--danger); font-size: 12px; }
.form-submit { width: 100%; }
.form-privacy { margin: 12px 0 0; font-size: 11px; text-align: center; }
.form-privacy a { color: var(--action-strong); text-decoration: underline; }
.honeypot-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.success-mark { display: grid; width: 48px; height: 48px; margin-bottom: 18px; place-items: center; border-radius: 50%; background: var(--action-soft); color: var(--action-strong); font-size: 24px; }
.form-success h3 { font-size: 27px; }
.form-success ol { padding-left: 20px; color: var(--muted); }

.page-hero { background: var(--white); border-bottom: 1px solid var(--border); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); gap: 48px; align-items: center; }
.page-hero h1 { margin-bottom: 20px; font-size: clamp(44px, 5vw, 62px); line-height: 1.03; font-weight: 800; }
.page-hero p:not(.eyebrow) { max-width: 680px; font-size: 18px; }
.page-hero-media { overflow: hidden; aspect-ratio: 4 / 3; border-radius: 8px; box-shadow: var(--shadow); }
.page-hero-media picture, .page-hero-media img { width: 100%; height: 100%; }
.page-hero-media img { object-fit: cover; }
.service-detail-section { background: var(--paper); }
.service-phase-detail { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 36px; padding: 64px 0; border-bottom: 1px solid var(--border); }
.service-phase-detail:last-child { border-bottom: 0; }
.service-phase-intro > span { display: grid; width: 46px; height: 46px; margin-bottom: 20px; place-items: center; border-radius: 6px; background: var(--action); color: var(--white); font-family: var(--mono); }
.service-phase-intro h2 { font-size: 38px; }
.service-phase-photo { overflow: hidden; aspect-ratio: 16 / 10; margin-top: 24px; border-radius: 7px; }
.service-phase-photo picture, .service-phase-photo img { width: 100%; height: 100%; }
.service-phase-photo img { object-fit: cover; }
.service-detail-list { display: grid; gap: 14px; }
.service-detail-card { padding: 24px; border: 1px solid var(--border); border-radius: 8px; background: var(--white); }
.service-detail-card h3 { font-size: 24px; }
.service-detail-card dl { margin: 0; }
.service-detail-card dl > div { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 11px 0; border-top: 1px solid var(--border); }
.service-detail-card dt { color: var(--ink); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.service-detail-card dd { margin: 0; color: var(--muted); font-size: 14px; }
.page-cta { background: var(--ink); color: var(--white); }
.page-cta .section-shell { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.page-cta h2, .page-cta .eyebrow { color: var(--white); }
.page-cta h2 { max-width: 760px; margin: 0; font-size: 36px; }
.control-section, .about-model-section { background: var(--paper); }
.control-grid, .model-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.control-grid article, .model-grid article { padding: 20px; border: 1px solid var(--border); border-radius: 7px; background: var(--white); }
.control-grid span, .model-grid span { display: block; margin-bottom: 22px; color: var(--action); font-family: var(--mono); font-size: 12px; }
.control-grid h3, .model-grid h3 { font-size: 18px; }
.control-grid p, .model-grid p { margin: 0; font-size: 13px; }
.model-grid { grid-template-columns: repeat(3, 1fr); }
.evidence-section { background: var(--white); }
.evidence-stack { display: grid; gap: 18px; }
.evidence-row { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 28px; align-items: center; padding: 22px; border: 1px solid var(--border); border-radius: 8px; }
.evidence-row h3 { font-size: 23px; }
.evidence-row .sample-table-wrap { margin: 0; }
.warehouse-band { background: var(--warm); }
.warehouse-band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.warehouse-band-grid > div:first-child { overflow: hidden; aspect-ratio: 4 / 3; border-radius: 8px; }
.warehouse-band-grid picture, .warehouse-band-grid img { width: 100%; height: 100%; }
.warehouse-band-grid img { object-fit: cover; }
.warehouse-band h2 { font-size: 40px; line-height: 1.08; }
.company-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.company-facts span { padding: 18px; border: 1px solid var(--border); border-radius: 7px; background: var(--white); color: var(--muted); font-size: 13px; }
.company-facts strong { display: block; margin-bottom: 5px; color: var(--ink); }
.faq-section { background: var(--white); }
.faq-shell { display: grid; gap: 4px; }
.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.faq-list details { overflow: hidden; border: 1px solid var(--border); border-radius: 7px; background: var(--paper); }
.faq-list summary { display: flex; gap: 12px; align-items: center; min-height: 64px; padding: 15px 17px; color: var(--ink); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; margin-left: auto; color: var(--action); font-size: 22px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 17px 17px; font-size: 13px; }

.site-footer { background: #072a2c; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(150px, .75fr)); gap: 34px; padding: 54px 0 32px; }
.brand-inverse { color: var(--white); }
.brand-inverse .brand-symbol { width: 48px; height: 48px; filter: brightness(0) invert(1); opacity: .95; }
.brand-inverse .brand-wordmark { font-size: 17px; }
.brand-inverse .brand-wordmark span:last-child { font-size: 10px; }
.footer-brand p, .footer-column a, .footer-column span, .footer-bottom { color: rgba(255,255,255,.7); }
.footer-brand p { max-width: 430px; margin-top: 16px; }
.footer-location { display: inline-block; padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 5px; font-size: 12px; }
.footer-column h2 { margin-bottom: 13px; color: var(--white); font-size: 12px; text-transform: uppercase; }
.footer-column a, .footer-column span { display: block; margin: 8px 0; font-size: 13px; }
.footer-column a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 28px; border-top: 1px solid rgba(255,255,255,.13); font-size: 12px; }

.portal-motion-ready [data-animate-section] { opacity: 0; transform: translateY(16px); transition: opacity 480ms ease, transform 480ms ease; }
.portal-motion-ready [data-animate-section].is-visible { opacity: 1; transform: none; }
.portal-motion-ready .image-reveal img { filter: blur(3px); transform: scale(1.015); transition: filter 520ms ease, transform 520ms ease; }
.portal-motion-ready .image-reveal.is-visible img, .portal-motion-ready .is-visible .image-reveal img { filter: blur(0); transform: scale(1); }
.portal-motion-ready .hero-path span { opacity: .45; transform: translateY(4px); }
.portal-motion-ready .hero-section.is-visible .hero-path span { animation: hero-step-in 420ms ease forwards; }
.portal-motion-ready .hero-section.is-visible .hero-path span:nth-child(2) { animation-delay: 70ms; }
.portal-motion-ready .hero-section.is-visible .hero-path span:nth-child(3) { animation-delay: 140ms; }
.portal-motion-ready .hero-section.is-visible .hero-path span:nth-child(4) { animation-delay: 210ms; }
.portal-motion-ready .hero-section.is-visible .hero-path span:nth-child(5) { animation-delay: 280ms; }
.proof-workspace-enhanced .proof-item.is-active .screening-flow article,
.proof-workspace-enhanced .proof-item.is-active .proof-table tbody tr { animation: evidence-row-in 240ms ease both; animation-delay: calc(var(--proof-order) * 45ms); }
@keyframes hero-step-in { to { opacity: 1; transform: none; } }
@keyframes evidence-row-in { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }

@media (max-width: 1120px) {
  .hero-shell, .page-hero-grid, .operations-grid, .consultation-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 560px; }
  .page-hero-media { max-height: 620px; }
  .journey-panel { grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); }
  .control-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
}

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; inset: 76px 16px auto; display: none; max-height: calc(100vh - 92px); overflow-y: auto; padding: 14px; border: 1px solid var(--border); border-radius: 7px; background: var(--white); box-shadow: var(--shadow); }
  body.nav-open .primary-nav { display: block; }
  .menu-list { display: grid; gap: 4px; }
  .nav-link { width: 100%; justify-content: flex-start; padding-inline: 12px; font-size: 14px; }
  .nav-link-cta { margin: 4px 0 0; color: var(--white); }
  .heading-row, .trust-intro { grid-template-columns: 1fr; gap: 16px; }
  .journey-heading { grid-template-columns: 1fr; gap: 14px; }
  .metric-grid, .trust-boundaries, .company-facts { grid-template-columns: 1fr; }
  .trust-boundaries span + span { border-top: 1px solid var(--border); border-left: 0; }
  .journey-nav-wrap { margin-inline: -14px; padding-inline: 14px; }
  .journey-progress-track { display: none; }
  .journey-tabs { display: flex; width: 100%; min-width: 0; max-width: 100%; gap: 8px; overflow-x: auto; padding: 3px 1px 12px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .journey-tab { flex: 0 0 148px; grid-template-columns: 34px minmax(0, 1fr); justify-items: start; align-items: center; gap: 10px; min-height: 62px; padding: 10px; border: 1px solid var(--border); border-radius: 7px; background: var(--white); text-align: left; scroll-snap-align: start; }
  .journey-tab > span { width: 34px; height: 34px; }
  .journey-tab strong { font-size: 11px; }
  .journey-tab.is-active { border-color: var(--action); background: var(--action-soft); }
  .journey-tab.is-active > span { box-shadow: none; }
  .journey-panel, .journey-panel.is-active { grid-template-columns: 1fr; min-height: 0; }
  .journey-image, .journey-image img { min-height: 0; }
  .journey-image { aspect-ratio: 3 / 2; }
  .journey-stage-copy { min-height: 350px; padding: 28px; }
  .journey-controls { display: flex; }
  .service-phase-detail, .evidence-row, .warehouse-band-grid { grid-template-columns: 1fr; }
  .service-phase-detail { gap: 24px; }
  .model-grid { grid-template-columns: 1fr; }
  .proof-workspace.proof-workspace-enhanced { grid-template-columns: 220px minmax(0, 1fr); }
  .proof-panel-head { grid-template-columns: 1fr; gap: 16px; }
  .proof-fact-grid { grid-template-columns: 1fr; }
  .faq-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  #hero, #proof, #workflow, #proof-center, #ai-assisted-review, #evidence-workspace, #categories, #about, #consultation { scroll-margin-top: 76px; }
  .header-inner, .section-shell, .hero-shell, .footer-grid, .footer-bottom { width: min(var(--max), calc(100% - 28px)); }
  .header-inner { min-height: 68px; }
  .brand-symbol { width: 38px; height: 38px; }
  .brand-inverse .brand-symbol { width: 44px; height: 44px; }
  .primary-nav { inset: 68px 14px auto; }
  .section-shell { padding: 44px 0; }
  .section-heading { margin-bottom: 24px; }
  .section-heading h2, .journey-heading h2, .operations-copy h2, .consultation-copy h2 { font-size: 31px; }
  .section-heading > p, .journey-heading > p, .operations-copy > p, .consultation-copy > p { font-size: 15px; }
  .hero-shell { gap: 30px; padding: 32px 0 42px; }
  .hero-copy { padding: 0; }
  .hero-copy h1 { font-size: 40px; }
  .hero-lede { font-size: 16px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-media { min-height: auto; }
  .hero-media img { min-height: 360px; }
  .hero-path { position: relative; right: auto; bottom: auto; left: auto; grid-template-columns: repeat(2, 1fr); margin: -1px 0 0; border-radius: 0; background: #0f494b; }
  .hero-path span { min-height: 42px; }
  .hero-path span:not(:last-child)::after { display: none; }
  .metric-grid { gap: 8px; }
  .metric-card { min-height: auto; padding: 17px; }
  .trust-boundaries span { padding-inline: 0; }
  .journey-shell { gap: 20px; }
  .journey-heading { gap: 10px; }
  .journey-tabs { padding-bottom: 9px; }
  .journey-tab { flex-basis: 132px; min-height: 58px; }
  .journey-image-label { right: 12px; bottom: 12px; left: 12px; padding: 10px 11px; font-size: 12px; }
  .journey-stage-copy { min-height: 342px; padding: 20px; }
  .journey-stage-head h3 { margin: 6px 0 18px; font-size: 27px; }
  .journey-handoffs { gap: 7px; margin-bottom: 17px; }
  .journey-handoffs > div { padding: 11px 12px; }
  .journey-handoffs strong { font-size: 13px; }
  .journey-boundary { display: grid; gap: 14px; padding-top: 14px; }
  .journey-boundary > div { display: grid; gap: 8px; }
  .section-link-row { text-align: left; }
  .proof-legend { display: flex; gap: 8px 14px; padding-inline: 0; }
  .proof-workspace.proof-workspace-enhanced { display: block; }
  .proof-workspace-enhanced .proof-nav { display: none; }
  .proof-item { box-shadow: none; }
  .proof-item > summary { display: flex; }
  .proof-panel-content { padding: 14px; }
  .proof-panel-head h3 { font-size: 24px; }
  .proof-fact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .proof-fact-grid span { min-height: 104px; padding: 11px 9px; font-size: 10px; }
  .proof-fact-grid strong { margin-bottom: 8px; font-size: 21px; }
  .screening-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; overflow: visible; }
  .screening-flow article { min-width: 0; min-height: 148px; padding: 12px; }
  .screening-flow article:last-child { grid-column: 1 / -1; min-height: auto; }
  .screening-flow article > span { margin-bottom: 10px; }
  .proof-decision-grid { grid-template-columns: 1fr; }
  .category-card { flex-basis: 82vw; }
  .category-card picture { height: 190px; }
  .category-cta { display: grid; }
  .operations-grid { gap: 28px; }
  .operations-photo { aspect-ratio: 4 / 3; }
  .consultation-form, .form-success { padding: 19px; }
  .page-hero h1 { font-size: 39px; }
  .page-hero p:not(.eyebrow) { font-size: 16px; }
  .page-hero-media { aspect-ratio: 4 / 3; }
  .service-phase-detail { padding: 42px 0; }
  .service-phase-intro h2 { font-size: 32px; }
  .service-detail-card { padding: 18px; }
  .service-detail-card dl > div { grid-template-columns: 1fr; gap: 4px; }
  .control-grid { grid-template-columns: 1fr; }
  .evidence-row { padding: 16px; }
  .warehouse-band h2 { font-size: 32px; }
  .page-cta .section-shell { display: grid; }
  .page-cta h2 { font-size: 30px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
  .portal-motion-ready [data-animate-section], .portal-motion-ready .image-reveal img, .portal-motion-ready .hero-path span { opacity: 1; filter: none; transform: none; animation: none; }
}
