@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/space-grotesk-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --paper: #f5f3ee;
  --paper-bright: #fbfaf7;
  --ink: #0d0d0d;
  --muted: #686762;
  --line: #dcd8cf;
  --line-dark: #33322f;
  --orange: #ff4d1f;
  --orange-ink: #bd3211;
  --orange-soft: #ffe5db;
  --violet: #8c52ff;
  --violet-soft: #eee7ff;
  --yellow: #f2d400;
  --yellow-soft: #fff6a8;
  --green: #2b8f45;
  --green-soft: #dff2d8;
  --red: #e04a48;
  --red-soft: #ffdedd;
  --shadow: 0 18px 45px rgb(18 17 14 / 8%);
  --radius-pill: 999px;
  --radius-panel: 16px;
  --shell: min(1296px, calc(100% - 96px));
  font-family: "Space Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--ink);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  scrollbar-gutter: stable;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: min(320px, 100%);
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
}

body.mobile-menu-open {
  overflow: hidden;
  touch-action: none;
}

#service,
#outcome,
#pilot,
#how-it-works,
#for-brands,
#service-boundary,
#ai-discovery {
  scroll-margin-top: 16px;
}

a {
  color: inherit;
}

p,
h1,
h2,
h3,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3,
.brand-name,
.fact strong,
.pilot-stats strong {
  letter-spacing: -0.045em;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 306px;
  align-items: center;
  width: min(1344px, calc(100% - 96px));
  height: 64px;
  gap: 24px;
  padding: 10px 10px 10px 18px;
  border: 1px solid rgb(212 210 204 / 80%);
  border-radius: 32px;
  background: rgb(250 249 245 / 96%);
  box-shadow: 0 10px 24px rgb(11 11 11 / 12%);
  transform: translateX(-50%);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  text-decoration: none;
}

.brand-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.brand-rule {
  width: 1px;
  height: 26px;
  background: var(--line);
}

.brand-byline {
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
}

.site-header .brand-rule {
  display: none;
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.primary-nav a {
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--orange-ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 14px;
  border: 2px solid var(--orange);
  border-radius: var(--radius-pill);
  background: var(--orange);
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: #ec3b0e;
}

.button:focus-visible,
a:focus-visible,
.evidence-record summary:focus-visible,
.scope-details summary:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 4px;
}

.button-small {
  padding: 11px 12px 11px 18px;
  font-size: 11px;
}

.header-cta {
  justify-content: flex-start;
  width: 306px;
  height: 44px;
  padding: 0 18px;
  border: 0;
  gap: 8px;
  overflow: visible;
}

.header-cta .button-arrow {
  width: auto;
  height: auto;
  margin-left: auto;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
}

.header-cta-label--short,
.header-cta-panel-label,
.mobile-menu-trigger {
  display: none;
}

.mobile-menu-trigger {
  position: relative;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: #0b0b0b;
  cursor: pointer;
}

.mobile-menu-trigger span {
  position: absolute;
  left: 12px;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background: #faf9f5;
}

.mobile-menu-trigger span:first-child {
  top: 15px;
}

.mobile-menu-trigger span:last-child {
  top: 23px;
}

.mobile-menu-trigger:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 4px;
}

.button-primary {
  padding: 15px 16px 15px 24px;
}

.button-arrow {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: white;
  color: var(--orange);
  font-size: 18px;
  line-height: 1;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--orange-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 104px;
  background: var(--paper-bright);
}

.hero::before {
  position: absolute;
  top: 80px;
  right: 28%;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255 77 31 / 9%), transparent 70%);
  content: "";
  filter: blur(4px);
}

.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
  min-height: 570px;
  gap: 36px;
  padding-block: 56px 100px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 660px;
}

.hero h1 {
  max-width: 680px;
  margin-bottom: 30px;
  font-size: clamp(48px, 4.8vw, 70px);
  font-weight: 700;
  line-height: 0.98;
}

.accent-dot {
  color: var(--orange);
}

.hero-lede {
  max-width: 580px;
  margin-bottom: 34px;
  color: #2f2e2a;
  font-size: 18px;
  line-height: 1.55;
}

.boundary-note {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.signal-map {
  position: relative;
  min-height: 465px;
}

.signal-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 430px;
  overflow: visible;
  filter: blur(0.2px);
}

.evidence-card {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 124px;
  min-height: 134px;
  padding: 18px 16px 16px;
  border: 1px solid #e8e4dc;
  border-radius: 10px;
  background: white;
  box-shadow: var(--shadow);
  transform: rotate(var(--tilt));
}

.evidence-card strong {
  align-self: end;
  font-size: 15px;
  text-transform: uppercase;
}

.evidence-card small {
  color: var(--muted);
  font-size: 11px;
}

.evidence-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 7px;
  font-size: 24px;
  font-weight: 700;
}

.evidence-product {
  --tilt: 6deg;
  top: 10px;
  left: 8%;
}

.evidence-product .evidence-icon {
  background: var(--orange);
}

.evidence-supplier {
  --tilt: -7deg;
  top: 157px;
  left: 0;
}

.evidence-supplier .evidence-icon {
  background: var(--violet);
  color: white;
}

.evidence-claim {
  --tilt: 8deg;
  top: 305px;
  left: 12%;
}

.evidence-claim .evidence-icon {
  background: var(--yellow);
}

.evidence-source {
  --tilt: -5deg;
  top: 328px;
  left: 49%;
}

.evidence-source .evidence-icon {
  background: #efede7;
}

.dataset-node {
  position: absolute;
  z-index: 3;
  top: 192px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 192px;
  padding: 18px 22px;
  border-radius: 20px;
  background: var(--ink);
  box-shadow: 0 18px 35px rgb(0 0 0 / 20%);
  color: white;
  text-transform: uppercase;
}

.dataset-mark {
  color: var(--orange);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.dataset-node strong {
  font-size: 15px;
  line-height: 1.05;
}

.hero-facts {
  position: relative;
  padding: 48px 0 24px;
  background: var(--ink);
  color: white;
}

.hero-facts::before {
  position: absolute;
  inset: -82px -2% auto;
  height: 120px;
  border-radius: 50% 50% 0 0 / 70% 70% 0 0;
  background: var(--ink);
  content: "";
  transform: rotate(-0.4deg);
}

.fact-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 24px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 14px;
  font-size: 14px;
  font-weight: 600;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.text-link:hover { text-decoration-thickness: 2px; }

.dark-section .eyebrow { color: var(--orange); }

.fact {
  display: grid;
  min-height: 112px;
  padding: 0 42px;
  border-right: 1px solid var(--line-dark);
}

.fact:first-child {
  padding-left: 8px;
}

.fact:last-child {
  border: 0;
}

.fact strong {
  font-size: clamp(32px, 3.7vw, 55px);
  line-height: 1;
  text-transform: uppercase;
}

.fact span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-transform: uppercase;
}

.fact-timing strong {
  padding-top: 8px;
  font-size: clamp(23px, 2vw, 30px);
}

.fact-boundary {
  margin-top: 20px;
  margin-bottom: 0;
  color: #a8a49b;
  font-size: 11px;
}

.light-section {
  background: var(--paper);
}

.positioning {
  padding-block: 96px 88px;
  border-bottom: 1px solid var(--line);
}

.positioning-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 100px;
}

.positioning h2,
.section-heading h2,
.pilot h2,
.service-boundary > h2,
.final-cta h2 {
  margin-bottom: 26px;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.02;
}

.positioning-grid > div:first-child > p:not(.eyebrow, .signal-caption) {
  max-width: 610px;
  color: var(--muted);
  font-size: 17px;
}

.signal-caption {
  margin: 34px 0 0;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  background: var(--paper-bright);
  box-shadow: var(--shadow);
}

.comparison-step {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.comparison > div {
  min-height: 242px;
  padding: 38px;
}

.comparison > div:first-child {
  border-right: 1px solid var(--line);
}

.comparison strong {
  font-size: 18px;
}

.comparison > div:first-child strong {
  color: var(--orange-ink);
}

.comparison p {
  margin: 44px 0 3px;
  font-size: 17px;
  font-weight: 650;
}

.comparison span:not(.versus) {
  color: var(--muted);
  font-size: 14px;
}

.evidence-icon svg,
.flow-icon svg { width: 24px; height: 24px; }
.line-icon svg,
.step-icon svg { width: 32px; height: 32px; }
.dataset-mark svg { width: 30px; height: 30px; }

.versus {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.audience {
  padding-block: 88px 72px;
  border-bottom: 1px solid var(--line);
}

.split-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 80px;
}

.split-heading > p {
  max-width: 480px;
  padding-bottom: 20px;
  color: var(--muted);
  font-size: 18px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 62px;
}

.audience-grid article {
  min-height: 208px;
  padding: 0 26px;
  border-right: 1px solid var(--line);
}

.audience-grid article:first-child {
  padding-left: 0;
}

.audience-grid article:last-child {
  border: 0;
}

.line-icon {
  display: block;
  min-height: 58px;
  font-size: 38px;
  font-weight: 700;
}

.orange {
  color: var(--orange);
}

.violet {
  color: var(--violet);
}

.yellow {
  color: var(--yellow);
}

.charcoal {
  color: #393834;
}

.audience-grid h3 {
  margin: 8px 0 0;
  font-size: 31px;
  line-height: 1;
}

.audience-grid strong {
  color: var(--orange-ink);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.audience-grid p {
  max-width: 220px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 14px;
}

.source-rail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 44px;
  padding: 20px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: var(--paper-bright);
  box-shadow: var(--shadow);
  color: #393834;
  font-size: 12px;
}

.source-rail strong {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.outcome {
  padding-block: 92px 108px;
}

.section-heading > p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
}

.outcome-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
  margin-block: 32px 0;
}

.outcome-flow article {
  width: 100%;
  min-height: 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.flow-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: currentcolor;
  font-size: 20px;
  font-weight: 700;
}

.flow-icon.orange,
.flow-icon.violet,
.flow-icon.yellow {
  color: var(--ink);
}

.flow-icon.orange {
  background: var(--orange);
}

.flow-icon.violet {
  background: var(--violet);
}

.flow-icon.yellow {
  background: var(--yellow);
}

.flow-icon.charcoal {
  background: var(--ink);
  color: white;
}

.outcome-flow h3 {
  margin: 18px 0 10px;
  font-size: 18px;
  line-height: 1.1;
}

.outcome-flow p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.flow-arrow { display: none; }

.ledger-panel {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  background: var(--paper-bright);
  box-shadow: var(--shadow);
}

.ledger-key {
  padding: 28px;
  border-right: 1px solid var(--line);
}

.ledger-key .eyebrow {
  margin-bottom: 8px;
  font-size: 9px;
}

.ledger-key h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.05;
}

.sample-product {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 650;
}

.sample-count {
  color: var(--muted);
  font-size: 11px;
}

.state-list {
  margin: 30px 0 0;
}

.state-list > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.state-list dd {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  padding: 5px 8px;
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.status-verified {
  background: var(--green-soft);
  color: #236f37;
}

.status-missing {
  background: var(--red-soft);
  color: #b93535;
}

.status-conflicting {
  background: var(--orange-soft);
  color: #9f3213;
}

.status-unverified {
  background: #e8e6e0;
  color: #595852;
}

.confidence {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.confidence::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentcolor;
  content: "";
}

.confidence.high {
  color: #236f37;
}

.confidence.medium {
  color: #756600;
}

.confidence.low {
  color: #b93535;
}

.ledger-records {
  min-width: 0;
  padding: 28px 32px;
}

.ledger-caption {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.ledger-instruction {
  margin-bottom: 20px;
  font-size: 14px;
}

.evidence-record {
  border-top: 1px solid var(--line);
}

.evidence-record summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 24px;
  padding-block: 20px;
  list-style: none;
  cursor: pointer;
}

.evidence-record summary::-webkit-details-marker { display: none; }
.evidence-record summary:hover .record-hint { color: var(--ink); }

.record-heading {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  line-height: 1.3;
}

.record-heading .status { flex-shrink: 0; }
.record-value { font-size: 15px; }

.record-hint {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
}

.record-toggle {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  transition: transform 160ms ease;
}

.evidence-record[open] .record-toggle { transform: rotate(45deg); }

.record-provenance {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 16px 24px;
  margin: 0 0 20px;
  padding: 20px;
  border-radius: 8px;
  background: var(--paper);
}

.record-provenance dt {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.record-provenance dd {
  margin: 0;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.pilot-contact-link { margin-top: 30px; }

.pilot-timing-note {
  max-width: 460px;
  margin: 12px 0 0;
  color: #aaa79f;
  font-size: 13px;
}

.service-owner {
  max-width: 720px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 17px;
}

.service-owner a { text-underline-offset: 4px; }

.scope-details summary {
  width: fit-content;
  padding-block: 14px;
  font-weight: 600;
  cursor: pointer;
}

.scope-details .boundary-grid { margin-top: 20px; }

.dark-section {
  background: var(--ink);
  color: white;
}

.pilot {
  padding-block: 90px;
}

.pilot-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
}

.pilot h2 {
  max-width: 560px;
  margin-bottom: 20px;
}

.pilot-intro {
  max-width: 650px;
  color: #aaa79f;
}

.pilot-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 52px;
}

.pilot-stats > div {
  display: grid;
  min-height: 100px;
  padding: 0 22px;
  border-right: 1px solid var(--line-dark);
}

.pilot-stats > div:first-child {
  padding-left: 0;
}

.pilot-stats > div:last-child {
  border: 0;
}

.pilot-stats strong {
  font-size: clamp(22px, 2.1vw, 31px);
  line-height: 1.05;
  text-transform: uppercase;
}

.pilot-stats span {
  color: var(--orange);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-transform: uppercase;
}

.included-list {
  padding-left: 52px;
  border-left: 1px solid var(--line-dark);
}

.included-list h3 {
  margin-bottom: 28px;
  color: #aaa79f;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.included-list ul,
.boundary-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.included-list li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 29px;
  font-size: 14px;
}

.included-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border: 1px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  content: "✓";
  font-size: 9px;
  font-weight: 700;
}

.pilot-boundary {
  margin: 28px 0 0;
  color: #aaa79f;
  font-size: 12px;
}

.pilot-needs {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line-dark);
}

.pilot-needs h3 {
  margin-bottom: 20px;
}

.pilot-needs li {
  margin-bottom: 11px;
}

.process {
  padding-block: 96px 108px;
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 44px 0 48px;
  padding: 0;
  list-style: none;
}

.process-flow li {
  position: relative;
  min-height: 210px;
  padding: 0 30px;
  border-right: 1px solid var(--line);
}

.process-flow li:first-child {
  padding-left: 0;
}

.process-flow li:last-child {
  border: 0;
}

.process-flow li:not(:last-child)::after {
  position: absolute;
  top: 72px;
  right: -13px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--muted);
  content: "→";
  font-size: 13px;
}

.step-number {
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
}

.step-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper-bright);
  box-shadow: var(--shadow);
  font-size: 28px;
  font-weight: 700;
}

.process-flow h3 {
  margin: 24px 0 10px;
  font-size: 13px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.process-flow p {
  max-width: 220px;
  color: var(--muted);
  font-size: 13px;
}

.service-boundary {
  padding-top: 56px;
  border-top: 1px solid var(--line);
}

.service-boundary > h2 {
  font-size: 36px;
}

.boundary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
}

.boundary-grid article {
  padding: 30px 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  background: var(--paper-bright);
  box-shadow: var(--shadow);
}

.boundary-grid h3 {
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.provides h3 {
  color: #236f37;
}

.does-not h3 {
  color: #b93535;
}

.boundary-grid li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
  color: #35342f;
  font-size: 14px;
}

.boundary-grid li::before {
  position: absolute;
  left: 0;
  color: currentcolor;
  content: "•";
  font-weight: 700;
}

.ai-discovery {
  position: relative;
  padding-block: 64px 76px;
  border-top: 4px solid var(--violet);
  background: var(--paper);
}

.ai-discovery-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  grid-template-areas: "copy question" "actions question";
  align-items: start;
  gap: 16px 76px;
}

.ai-discovery-copy {
  grid-area: copy;
}

.ai-action-block { grid-area: actions; }

.ai-discovery-copy .eyebrow {
  color: var(--violet);
}

.ai-discovery h2 {
  max-width: 590px;
  margin-bottom: 24px;
  font-size: clamp(40px, 3.35vw, 48px);
  line-height: 1.06;
}

.ai-discovery-lede {
  max-width: 590px;
  margin-bottom: 40px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.ai-discovery-actions {
  display: flex;
  gap: 16px;
}

.ai-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 56px;
  gap: 12px;
  padding: 14px 28px;
  border: 1.5px solid var(--ink);
  border-radius: var(--radius-pill);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.ai-action:hover {
  transform: translateY(-2px);
}

.ai-action:focus-visible,
.ai-question:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 4px;
}

.ai-action-primary {
  background: var(--ink);
  color: white;
}

.ai-action-primary:hover {
  background: #24231f;
}

.ai-action-secondary {
  background: transparent;
  color: var(--ink);
}

.ai-action-secondary:hover {
  background: var(--paper-bright);
}

.ai-action-status {
  min-height: 20px;
  margin: 12px 0 0;
  color: var(--green);
  font-size: 12px;
  font-weight: 650;
}

.ai-action-status.is-manual {
  color: var(--violet);
}

.ai-booking-note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.ai-question-card {
  grid-area: question;
  min-width: 0;
  padding: 22px 26px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  background: var(--paper-bright);
}

.ai-question-label {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 16px;
  border-radius: var(--radius-pill);
  background: var(--violet-soft);
  color: #6532c2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ai-question {
  display: block;
  width: 100%;
  height: 330px;
  resize: none;
  overflow: auto;
  border: 0;
  padding: 0 2px;
  background: transparent;
  color: #35342f;
  font: inherit;
  font-size: 14px;
  line-height: 1.55;
  scrollbar-color: var(--line) transparent;
}

.final-cta {
  padding-block: 96px 34px;
  background: var(--ink);
  color: white;
  text-align: center;
}

.final-cta h2 {
  max-width: 940px;
  margin-inline: auto;
}

.final-cta .button {
  margin-inline: auto;
}

.footer-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 100px;
  color: #aaa79f;
  text-align: left;
}

.footer-brand .brand-name {
  color: white;
  font-size: 20px;
}

.footer-brand .brand-rule {
  background: var(--line-dark);
}

.footer-meta p {
  margin: 0;
  font-size: 11px;
}

.footer-notes {
  display: grid;
  gap: 8px;
  justify-items: end;
  text-align: right;
}

.footer-notes a,
.footer-notes button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.privacy-header {
  display: flex;
  width: var(--shell);
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  padding-block: 28px;
}

.privacy-header .brand-name {
  font-size: 20px;
}

.text-link,
.privacy-main a {
  text-underline-offset: 4px;
}

.privacy-main {
  width: min(780px, calc(100% - 48px));
  margin: 64px auto 120px;
}

.privacy-main h1 {
  max-width: 720px;
  margin-bottom: 26px;
  font-size: clamp(52px, 8vw, 104px);
  line-height: 0.92;
}

.privacy-lead {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.35;
}

.privacy-date,
.privacy-note {
  color: var(--muted);
  font-size: 13px;
}

.privacy-main section {
  padding-block: 36px;
  border-top: 1px solid var(--line);
}

.privacy-main section:first-of-type {
  margin-top: 72px;
}

.privacy-main section h2 {
  font-size: clamp(28px, 4vw, 40px);
}

.privacy-main section p {
  max-width: 700px;
  color: #35342f;
}

.privacy-main code {
  font-size: 0.9em;
}

.consent-banner {
  position: fixed;
  z-index: 1000;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  max-width: 1120px;
  margin-inline: auto;
  padding: 24px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-panel);
  background: var(--ink);
  box-shadow: 0 22px 70px rgb(0 0 0 / 28%);
  color: white;
}

.consent-banner[hidden],
.consent-modal[hidden] {
  display: none;
}

.consent-banner__copy h2 {
  margin-bottom: 8px;
  font-size: 24px;
}

.consent-banner__copy > p:last-child,
.consent-panel__intro {
  max-width: 660px;
  margin: 0;
  color: #c7c4bc;
  font-size: 14px;
}

.consent-banner__copy a {
  text-underline-offset: 3px;
}

.consent-eyebrow {
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.consent-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.consent-button,
.consent-close {
  min-height: 44px;
  border: 1px solid #5b5954;
  border-radius: var(--radius-pill);
  padding: 10px 16px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}

.consent-button--primary {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--ink);
}

.consent-button:focus-visible,
.consent-close:focus-visible,
.footer-notes button:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.consent-modal {
  position: fixed;
  z-index: 1001;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgb(13 13 13 / 72%);
}

.consent-panel {
  width: min(620px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 28px;
  border-radius: var(--radius-panel);
  background: var(--paper-bright);
  box-shadow: 0 24px 80px rgb(0 0 0 / 34%);
  color: var(--ink);
}

.consent-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.consent-panel__header h2 {
  margin-bottom: 12px;
  font-size: 32px;
}

.consent-close {
  width: 44px;
  flex: 0 0 44px;
  padding: 0;
  border-color: var(--line);
  color: var(--ink);
  font-size: 26px;
}

.consent-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.consent-category h3,
.consent-category p {
  margin: 0;
}

.consent-category h3,
.consent-category > span > strong {
  display: block;
  font-size: 16px;
}

.consent-category p,
.consent-category > span > span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.consent-category > strong {
  color: var(--green);
  font-size: 12px;
  white-space: nowrap;
}

.consent-category input {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  accent-color: var(--orange);
}

.consent-panel .consent-actions {
  justify-content: flex-end;
  margin-top: 24px;
}

@media (min-width: 981px) and (max-width: 1160px) {
  .site-header {
    gap: 16px;
  }

  .site-header .brand-byline {
    display: none;
  }

  .primary-nav {
    gap: 12px;
  }
}

@media (max-width: 1100px) {
  :root {
    --shell: min(100% - 56px, 960px);
  }

  .hero-content {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }

  .signal-map {
    transform: scale(0.85);
    transform-origin: center right;
  }

  .positioning-grid,
  .pilot-grid {
    gap: 52px;
  }

  .outcome-flow {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .flow-arrow {
    display: none;
  }

  .ledger-panel {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .ai-discovery-grid {
    gap: 44px;
  }

  .ai-discovery-copy {
    padding-left: 0;
  }

  .ai-action {
    min-width: 0;
    flex: 1;
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 72px;
  }

  #service,
  #how-it-works,
  #for-brands,
  #service-boundary,
  #ai-discovery {
    scroll-margin-top: 16px;
  }

  .site-header {
    top: 12px;
    grid-template-columns: minmax(0, 1fr) auto 40px;
    width: calc(100% - 24px);
    height: 56px;
    gap: 8px;
    padding: 8px 8px 8px 16px;
    border-color: rgb(212 210 204 / 85%);
    border-radius: 28px;
    background: rgb(250 249 245 / 97%);
    box-shadow: 0 8px 18px rgb(11 11 11 / 13%);
  }

  .site-header .brand-lockup {
    min-width: 0;
  }

  .site-header .brand-name {
    overflow: hidden;
    font-size: 20px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-header .brand-byline {
    display: none;
  }

  .primary-nav {
    position: fixed;
    z-index: 1;
    top: 63px;
    left: 5px;
    display: none;
    width: min(310px, calc(100% - 36px));
    height: 254px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding: 20px 24px 58px;
    border-radius: 22px;
    background: #0b0b0b;
    box-shadow: 0 8px 18px rgb(11 11 11 / 16%);
  }

  .site-header.menu-open .primary-nav {
    display: flex;
  }

  .primary-nav[hidden] {
    display: none;
  }

  .primary-nav a {
    width: 100%;
    color: #faf9f5;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
  }

  .header-cta {
    width: 112px;
    height: 36px;
    justify-content: center;
    padding: 0 16px;
    border-radius: 18px;
    gap: 5px;
    font-size: 10px;
    line-height: 14px;
    white-space: nowrap;
  }

  .header-cta-label--full {
    display: none;
  }

  .header-cta-label--short,
  .mobile-menu-trigger:not([hidden]) {
    display: inline;
  }

  .header-cta .button-arrow {
    margin-left: 0;
    font-size: 12px;
  }

  .site-header.menu-open .header-cta-panel-label {
    position: fixed;
    z-index: 2;
    top: 277px;
    left: 29px;
    display: block;
    width: min(262px, calc(100% - 84px));
    height: 20px;
    color: #ff5a1f;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
  }

  .header-cta:focus-visible .header-cta-panel-label {
    outline: 3px solid var(--violet);
    outline-offset: 4px;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100% - 36px);
  }

  .brand-lockup {
    gap: 10px;
  }

  .brand-name {
    font-size: 20px;
  }

  .brand-byline {
    font-size: 9px;
  }

  .brand-rule {
    height: 22px;
  }

  .hero {
    padding-top: 82px;
  }

  .hero-content {
    display: block;
    min-height: 0;
    padding-block: 44px 64px;
  }

  .hero h1 {
    margin-bottom: 24px;
    font-size: clamp(42px, 12vw, 62px);
  }

  .hero-lede {
    font-size: 17px;
  }

  .signal-map {
    min-height: 380px;
    margin-top: 32px;
    transform: none;
  }

  .signal-lines {
    inset: 40px -90px auto -100px;
    width: calc(100% + 200px);
  }

  .evidence-card {
    width: 105px;
    min-height: 132px;
    padding: 12px;
  }

  .evidence-icon {
    width: 38px;
    height: 38px;
    font-size: 19px;
  }

  .evidence-card strong {
    font-size: 12px;
  }

  .evidence-product {
    left: 5%;
  }

  .evidence-supplier {
    left: 27%;
  }

  .evidence-claim {
    left: 5%;
  }

  .evidence-source {
    left: 30%;
  }

  .dataset-node {
    top: 198px;
    min-width: 150px;
    padding: 14px;
  }

  .dataset-mark {
    font-size: 30px;
  }

  .dataset-node strong {
    font-size: 12px;
  }

  .hero-facts::before {
    top: -48px;
    height: 70px;
  }

  .fact-grid,
  .pilot-stats {
    grid-template-columns: 1fr 1fr;
  }

  .fact {
    min-height: 122px;
    padding: 16px 18px;
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
  }

  .fact:nth-child(even) {
    border-right: 0;
  }

  .fact:first-child {
    padding-left: 18px;
  }

  .positioning,
  .audience,
  .outcome,
  .pilot,
  .process,
  .ai-discovery {
    padding-block: 52px;
  }

  .positioning-grid,
  .split-heading,
  .pilot-grid,
  .boundary-grid,
  .ai-discovery-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .positioning h2,
  .section-heading h2,
  .pilot h2,
  .ai-discovery h2,
  .final-cta h2 {
    font-size: clamp(36px, 10vw, 50px);
  }

  .ai-discovery-copy {
    max-width: 700px;
  }

  .ai-question-card {
    max-width: 700px;
  }

  .comparison > div {
    min-height: 210px;
    padding: 24px;
  }

  .comparison p {
    margin-top: 28px;
  }

  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 38px;
  }

  .audience-grid article,
  .audience-grid article:first-child {
    min-height: 0;
    padding: 22px 14px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .audience-grid article:nth-child(even) {
    border-right: 0;
  }

  .source-rail {
    flex-wrap: wrap;
    justify-content: flex-start;
    border-radius: 18px;
  }

  .source-rail strong {
    width: 100%;
  }

  .outcome-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .outcome-flow article {
    width: 100%;
    min-height: 0;
  }

  .ledger-panel {
    grid-template-columns: 1fr;
  }

  .ledger-key {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .state-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .state-list > div {
    display: block;
    margin: 0;
  }

  .state-list dd {
    margin-top: 8px;
  }

  .pilot-stats {
    margin-top: 36px;
  }

  .pilot-stats > div {
    min-height: 110px;
    padding: 16px;
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
  }

  .pilot-stats > div:nth-child(even) {
    border-right: 0;
  }

  .included-list {
    padding: 34px 0 0;
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .pilot-needs {
    margin-top: 30px;
    padding-top: 28px;
  }

  .process-flow {
    grid-template-columns: 1fr 1fr;
    margin-block: 32px 44px;
  }

  .process-flow li,
  .process-flow li:first-child {
    min-height: 0;
    padding: 24px 22px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .process-flow li:nth-child(even) {
    border-right: 0;
  }

  .process-flow li::after {
    display: none !important;
  }

  .footer-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
    margin-top: 72px;
  }

  .footer-notes {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 350px) {
  .site-header {
    gap: 6px;
    padding-left: 12px;
  }

  .site-header .brand-name {
    font-size: 18px;
  }

  .header-cta {
    width: 100px;
    padding-inline: 10px;
  }
}

@media (max-width: 430px) {
  .hero-content {
    padding-bottom: 64px;
  }

  .hero .button-primary,
  .final-cta .button-primary {
    width: 100%;
    justify-content: space-between;
  }

  .signal-map {
    min-height: 380px;
  }

  .signal-lines {
    top: 52px;
  }

  .dataset-node {
    right: -10px;
  }

  .comparison {
    grid-template-columns: 1fr;
  }

  .comparison > div:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .versus {
    top: 50%;
  }

  .process-flow {
    grid-template-columns: 1fr;
  }

  .process-flow li,
  .process-flow li:first-child {
    border-right: 0;
  }

  .outcome-flow article {
    min-height: 0;
    padding: 14px 0;
  }

  .outcome-flow h3 {
    margin-top: 18px;
    font-size: 16px;
  }

  .outcome-flow p {
    font-size: 14px;
  }

  .boundary-grid article {
    padding: 24px;
  }

  .ai-discovery {
    padding-block: 48px 62px;
  }

  .ai-discovery h2 {
    margin-bottom: 24px;
    font-size: 31px;
    line-height: 1.12;
  }

  .ai-discovery-lede {
    margin-bottom: 42px;
    font-size: 15px;
  }

  .ai-discovery-actions {
    flex-direction: column;
    gap: 14px;
  }

  .ai-action {
    width: 100%;
    min-height: 54px;
  }

  .ai-booking-note {
    margin-top: 10px;
  }

  .ai-question-card {
    padding: 18px 18px 20px;
  }

  .ai-question-label {
    margin-bottom: 22px;
    padding-inline: 14px;
  }

  .ai-question {
    height: 300px;
    font-size: 14px;
    line-height: 1.55;
  }
}

@media (max-width: 760px) {
  .privacy-header {
    width: calc(100% - 40px);
  }

  .privacy-header .brand-byline,
  .privacy-header .brand-rule {
    display: none;
  }

  .privacy-main {
    width: calc(100% - 40px);
    margin-block: 42px 88px;
  }

  .consent-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .consent-actions {
    flex-wrap: wrap;
  }

  .consent-button {
    flex: 1 1 auto;
  }

  .consent-modal {
    padding: 12px;
  }

  .consent-panel {
    max-height: calc(100vh - 24px);
    padding: 22px;
  }

  .consent-category {
    align-items: flex-start;
  }

  .consent-panel .consent-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .primary-nav a:hover,
  .primary-nav a:focus-visible { color: #ff9c80; }

  .hero-actions { gap: 12px; }
  .hero .eyebrow { max-width: 330px; font-size: 11px; }
  .signal-map { transform: none; }
}

@media (min-width: 761px) and (max-width: 980px) {
  .hero h1 { font-size: 48px; }
  .hero-content { gap: 24px; }
  .signal-map { transform: scale(0.8); transform-origin: center right; }
  .hero .button-primary { padding: 14px 12px; font-size: 13px; }
  .dataset-node { min-width: 160px; padding: 16px 14px; gap: 8px; }
  .dataset-node strong { font-size: 13px; }
}

@media (max-width: 760px) {
  .hero-sample-link { justify-content: center; width: 100%; }
  .boundary-note { margin-top: 12px; }
  .evidence-product { top: 0; left: 5%; }
  .signal-map { min-height: 440px; }
  .evidence-supplier { top: 142px; left: 10%; }
  .evidence-claim { top: 285px; left: 0; }
  .evidence-source { top: 300px; left: 46%; }
  .dataset-node { top: 192px; right: 0; }
  .signal-lines { inset: 0; width: 100%; height: 430px; }
  .ledger-records { padding: 22px; }
  .record-heading { align-items: flex-start; gap: 12px; font-size: 15px; }
  .record-value { font-size: 14px; }
  .record-hint { font-size: 11px; gap: 8px; }
  .record-provenance { padding: 16px; gap: 16px; }
  .record-provenance dd { font-size: 13px; }
  .state-list { margin-top: 22px; }
  .ai-discovery-grid { grid-template-areas: "copy" "question" "actions"; gap: 24px; }
  .ai-discovery-lede { margin-bottom: 0; }
  .process-flow li { display: grid; grid-template-columns: 34px 1fr; gap: 0 14px; padding: 24px 0; }
  .process-flow li:first-child { padding: 24px 0; }
  .process-flow .step-number { grid-row: 1 / 3; margin: 0; }
  .process-flow .step-icon { display: none; }
  .process-flow h3 { margin: 0 0 8px; }
  .process-flow p { max-width: none; margin: 0; font-size: 14px; }
  .service-boundary { padding-top: 32px; }
  .service-boundary > h2 { font-size: 32px; }
  .split-heading { gap: 4px; }
  .split-heading > p { padding-bottom: 0; font-size: 17px; }
  .audience-grid { margin-top: 20px; }
  .audience-grid article { display: grid; align-content: start; }
  .audience-grid .line-icon { min-height: 40px; }
  .audience-grid h3 { font-size: clamp(23px, 7vw, 29px); }
  .audience-grid p { margin-top: 16px; }
  .source-rail { margin-top: 24px; }
  .comparison > div { min-height: 0; padding: 24px; }
  .comparison p { margin-top: 20px; }
  .comparison-step { margin-bottom: 12px; }
  .process-flow { grid-template-columns: 1fr; }
  .process-flow li { border-right: 0; }
}

@media (max-width: 350px) {
  .record-heading { flex-wrap: wrap; }
  .record-provenance { grid-template-columns: 1fr; }
  .evidence-source { left: 48%; }
  .dataset-node { min-width: 140px; right: -4px; }
}

/* Approved contact flow: Figma 120:7 (desktop) and 120:8 (mobile). */
.contact-section { padding-block: 72px 40px; text-align: left; scroll-margin-top: 100px; }
.contact-section .section-shell { width: min(1296px, calc(100% - 144px)); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 624fr) minmax(0, 600fr); gap: 72px; }
.contact-intro, #contact-form, .contact-success { display: flex; flex-direction: column; align-items: stretch; gap: 24px; }
.contact-section [hidden] { display: none !important; }
.contact-intro > * { margin: 0; }
.contact-intro .eyebrow { color: var(--orange); font-size: 12px; line-height: 18px; }
.contact-section h2 { max-width: 560px; margin: 0; font-size: 48px; line-height: 54px; letter-spacing: -0.04em; }
.contact-lead { max-width: 520px; font-size: 18px; line-height: 28px; }
.contact-section .button { min-height: 56px; margin: 0; padding: 16px; gap: 8px; font-size: 15px; font-weight: 500; line-height: 22px; justify-content: center; }
.contact-intro .button-primary { width: min(390px, 100%); color: var(--ink); }
.contact-email-label { font-size: 14px; line-height: 22px; }
.contact-email { align-self: flex-start; font-size: 16px; line-height: 24px; font-weight: 500; }
.contact-section a:not(.button):not(.brand-lockup) { text-decoration: underline; text-underline-offset: 3px; }
.contact-card { min-width: 0; padding: 32px; border-radius: 12px; color: var(--ink); background: var(--paper); }
.contact-card h3 { margin: 0; font-size: 28px; line-height: 34px; letter-spacing: -0.02em; }
.contact-card p { margin: 0; }
.contact-description { color: var(--muted); font-size: 16px; line-height: 24px; }
.contact-identity { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact-field { display: flex; flex-direction: column; min-width: 0; gap: 8px; }
.contact-field label { font-size: 14px; line-height: 20px; font-weight: 500; }
.contact-field input, .contact-field textarea { box-sizing: border-box; width: 100%; min-width: 0; min-height: 56px; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); font: inherit; font-size: 16px; line-height: 24px; }
.contact-field textarea { height: 132px; resize: vertical; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: var(--muted); opacity: 1; }
.contact-section :focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.contact-card :focus-visible { outline-color: var(--ink); }
.contact-field [aria-invalid="true"] { border-color: #b42318; }
.contact-card .contact-field-error { color: #b42318; font-size: 13px; line-height: 20px; }
.contact-trap { display: none; }
.contact-section .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.contact-required { color: var(--muted); font-size: 12px; line-height: 18px; }
.contact-privacy { color: var(--muted); font-size: 13px; line-height: 20px; }
.contact-submit { width: 220px; max-width: 100%; background: var(--ink); color: white; border: 1px solid var(--ink); cursor: pointer; }
.contact-submit:hover { background: #33322f; }
.contact-submit:disabled { opacity: 0.7; cursor: wait; }
.contact-failure { display: grid; gap: 12px; padding: 20px; border: 1px solid #b42318; border-radius: 12px; font-size: 14px; line-height: 22px; }
.contact-failure strong { color: #b42318; font-size: 18px; }
.contact-success h3 { font-size: 32px; line-height: 38px; }
.contact-success p:not(.eyebrow) { font-size: 16px; line-height: 24px; }
.contact-success .eyebrow { color: var(--muted); }
.contact-section .footer-meta { margin-top: 64px; padding-top: 24px; border-top: 1px solid var(--line-dark); align-items: flex-start; color: white; gap: 24px; }
.contact-section .footer-meta p { font-size: 13px; line-height: 20px; }
.contact-section .footer-notes { text-align: left; justify-items: start; }
.contact-section .brand-byline { color: #aaa79f; }
@media (max-width: 1100px) {
  .contact-section .section-shell { width: calc(100% - 64px); }
  .contact-grid { gap: 32px; }
  .contact-section h2 { font-size: 40px; line-height: 46px; }
  .contact-identity { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .contact-section { padding-block: 48px 32px; }
  .contact-section .section-shell { width: calc(100% - 40px); }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-section h2 { font-size: 34px; line-height: 39px; }
  .contact-lead { font-size: 16px; line-height: 25px; }
  .contact-intro .button-primary, .contact-submit { width: 100%; }
  .contact-card { padding: 24px 20px; }
  #contact-form { gap: 20px; }
  .contact-card h3 { font-size: 26px; line-height: 32px; }
  .contact-success h3 { font-size: 28px; line-height: 34px; }
  .contact-section .footer-meta { margin-top: 40px; flex-direction: column; }
}

@media print {
  .site-header .button,
  .hero .button,
  .final-cta .button {
    display: none;
  }

  body,
  .light-section,
  .dark-section,
  .hero-facts,
  .final-cta {
    background: white;
    color: black;
  }
}
