:root {
  --navy-950: #071b2d;
  --navy-900: #0b2742;
  --navy-800: #102f4f;
  --navy-700: #17415f;
  --teal-700: #176f78;
  --teal-600: #218792;
  --teal-100: #dff2f1;
  --gold-500: #d1a33b;
  --gold-100: #f8edce;
  --ink: #172433;
  --muted: #5d6a77;
  --line: #d8e0e8;
  --surface: #ffffff;
  --surface-muted: #f3f6f8;
  --success: #247454;
  --shadow: 0 18px 50px rgba(12, 37, 60, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 2000;
  padding: .75rem 1rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.skip-link:focus { top: 1rem; }

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
}

.live-banner {
  background: var(--gold-100);
  color: #523d0f;
  text-align: center;
  padding: .55rem 1rem;
  font-size: .88rem;
  border-bottom: 1px solid #ead89e;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(216, 224, 232, .9);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand {
  display: inline-flex;
  gap: .75rem;
  align-items: center;
  text-decoration: none;
}
.brand img { width: 42px; height: 46px; object-fit: contain; flex: 0 0 auto; }
.brand span { display: grid; }
.brand strong { font-size: 1.05rem; letter-spacing: -.01em; }
.brand small { color: var(--muted); font-size: .74rem; }
.primary-nav { display: flex; align-items: center; gap: 1.4rem; }
.primary-nav > a:not(.button) {
  text-decoration: none;
  font-weight: 650;
  color: #334555;
  font-size: .91rem;
}
.primary-nav > a:not(.button):hover { color: var(--teal-700); }
.menu-button { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-button span[aria-hidden="true"] { display: block; width: 24px; height: 2px; background: var(--navy-900); margin: 5px 0; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .8rem 1.15rem;
  border: 1px solid var(--teal-700);
  border-radius: 999px;
  background: var(--teal-700);
  color: #fff;
  text-decoration: none;
  font-weight: 750;
  line-height: 1.1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); background: #105f67; box-shadow: 0 10px 24px rgba(23,111,120,.22); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(209,163,59,.7); outline-offset: 3px; }
.button-small { min-height: 40px; padding: .65rem .95rem; font-size: .88rem; }
.button-secondary { background: transparent; color: var(--teal-700); }
.button-secondary:hover { color: #fff; }

.section { padding: clamp(4.2rem, 8vw, 7.2rem) 0; }
.section-muted { background: var(--surface-muted); }
.section-dark { background: var(--navy-950); color: #fff; }

.eyebrow {
  margin: 0 0 .55rem;
  color: var(--teal-700);
  font-size: .76rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .13em;
}
.section-dark .eyebrow, .section-heading-light .eyebrow { color: #72d1d3; }

h1, h2, h3, h4 { line-height: 1.14; margin-top: 0; color: var(--navy-950); }
h1 { font-size: clamp(2.7rem, 6.2vw, 5.4rem); letter-spacing: -.055em; max-width: 850px; margin-bottom: 1.4rem; }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); letter-spacing: -.045em; margin-bottom: 1.15rem; }
h3 { font-size: 1.2rem; margin-bottom: .55rem; }
h4 { font-size: 1.05rem; margin-bottom: .35rem; }
p { margin-top: 0; }

.hero { overflow: hidden; background: linear-gradient(145deg, #fff 48%, #edf7f7 100%); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero-lede { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: #445463; max-width: 760px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0 1.5rem; }
.trust-list { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; padding: 0; margin: 0; list-style: none; color: #435565; font-size: .92rem; font-weight: 650; }
.trust-list li::before { content: "✓"; color: var(--success); margin-right: .45rem; font-weight: 900; }

.hero-visual {
  min-height: 430px;
  border-radius: var(--radius-lg);
  background: radial-gradient(circle at 20% 20%, #2c8c94 0, #16425f 42%, #0c263f 100%);
  box-shadow: var(--shadow);
  padding: clamp(1.5rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: .8fr auto 1.1fr;
  align-items: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
}
.hero-visual::after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -80px; top: -100px; }
.document-stack { position: relative; height: 230px; }
.paper { position: absolute; width: 150px; height: 195px; padding: 1.4rem 1rem; border-radius: 8px; background: #fff; box-shadow: 0 18px 30px rgba(4,18,31,.26); }
.paper span { display: block; height: 7px; margin-bottom: 12px; border-radius: 4px; background: #dfe7ec; }
.paper span:nth-child(2) { width: 80%; }
.paper span:nth-child(3) { width: 58%; }
.paper-one { transform: rotate(-8deg); left: 0; top: 25px; opacity: .68; }
.paper-two { transform: rotate(6deg); left: 25px; top: 8px; opacity: .8; }
.paper-three { left: 12px; top: 16px; }
.transform-arrow { color: #fff; font-size: 2.4rem; font-weight: 800; position: relative; z-index: 2; }
.mini-timeline { display: grid; gap: .75rem; position: relative; z-index: 2; }
.mini-event { display: grid; grid-template-columns: 58px 1fr; gap: .8rem; align-items: center; padding: .9rem; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.1); color: #fff; }
.mini-event b { color: #f5d477; }
.mini-event span { font-size: .87rem; }

.section-heading { max-width: 820px; margin-bottom: 2.6rem; }
.section-heading > p:not(.eyebrow), .split-heading > p { color: var(--muted); font-size: 1.06rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr .78fr; gap: 3rem; align-items: end; }

.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.metric-card { padding: 1.8rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.metric-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: var(--teal-100); color: var(--teal-700); font-size: 1.35rem; font-weight: 900; margin-bottom: 1rem; }
.metric-card p { color: var(--muted); margin-bottom: 0; }

.workflow-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; counter-reset: workflow; }
.workflow-grid li { padding: 1.5rem; border-left: 3px solid var(--teal-600); background: #f8fafb; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.step-number { display: block; color: var(--gold-500); font-weight: 900; font-size: .8rem; margin-bottom: .8rem; letter-spacing: .08em; }
.workflow-grid p { color: var(--muted); margin-bottom: 0; }

.section-heading-light h2, .section-heading-light p:not(.eyebrow), .section-dark h3, .section-dark h4 { color: #fff; }
.section-heading-light p:not(.eyebrow) { color: #b9c9d7; }
.demo-shell { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); background: #fff; color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.32); }
.demo-topbar { min-height: 70px; padding: 1rem 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #fff; background: var(--navy-800); }
.demo-topbar > div:first-child { display: flex; align-items: center; gap: .7rem; }
.demo-label { padding: .25rem .48rem; border-radius: 5px; background: var(--gold-500); color: var(--navy-950); font-size: .66rem; font-weight: 900; letter-spacing: .1em; }
.demo-status { font-size: .83rem; color: #d5e5ea; }
.demo-status span { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #65d09f; margin-right: .45rem; }
.demo-layout { display: grid; grid-template-columns: 280px 1fr; min-height: 650px; }
.condition-panel { padding: 1.35rem; background: #f2f5f7; border-right: 1px solid var(--line); }
.condition-panel h3 { font-size: .9rem; text-transform: uppercase; letter-spacing: .07em; color: #566776; }
.condition-tabs { display: grid; gap: .55rem; }
.condition-tab { text-align: left; width: 100%; padding: 1rem; border: 1px solid transparent; border-radius: 12px; background: transparent; color: var(--ink); }
.condition-tab span, .condition-tab small { display: block; }
.condition-tab span { font-weight: 800; margin-bottom: .15rem; }
.condition-tab small { color: var(--muted); }
.condition-tab:hover { background: #fff; }
.condition-tab.active { background: #fff; border-color: #b8d9dc; box-shadow: 0 8px 18px rgba(15,50,72,.08); }
.demo-note { margin-top: 2rem; padding: 1rem; border-radius: 12px; background: var(--gold-100); color: #55420f; font-size: .82rem; }
.demo-note p { margin: .3rem 0 0; }
.evidence-panel { padding: clamp(1.2rem, 3vw, 2rem); }
.evidence-header { display: flex; justify-content: space-between; gap: 1rem; align-items: start; border-bottom: 1px solid var(--line); padding-bottom: 1rem; }
.review-badge { display: inline-flex; align-items: center; padding: .45rem .7rem; border-radius: 999px; background: var(--gold-100); color: #674d0d; font-size: .74rem; font-weight: 800; }
.summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin: 1.3rem 0; }
.summary-grid > div { padding: .9rem 1rem; border: 1px solid var(--line); border-radius: 11px; }
.summary-grid span, .summary-grid strong { display: block; }
.summary-grid span { color: var(--muted); font-size: .76rem; }
.summary-grid strong { font-size: .96rem; margin-top: .25rem; }
.timeline { position: relative; margin: 1.5rem 0; padding-left: 1rem; }
.timeline::before { content: ""; position: absolute; top: 8px; bottom: 8px; left: 13px; width: 2px; background: #bdd7da; }
.timeline-event { position: relative; display: grid; grid-template-columns: 110px 1fr auto; gap: 1rem; padding: 0 0 1.5rem 1.6rem; }
.timeline-event::before { content: ""; position: absolute; left: -2px; top: .35rem; width: 11px; height: 11px; border-radius: 50%; background: var(--teal-600); border: 3px solid #e8f5f5; }
.timeline-date { font-size: .78rem; font-weight: 850; color: var(--teal-700); }
.timeline-copy strong { display: block; margin-bottom: .2rem; }
.timeline-copy p { color: var(--muted); font-size: .88rem; margin-bottom: 0; }
.source-chip { align-self: start; padding: .25rem .5rem; border-radius: 5px; background: #eef2f5; color: #596977; font-size: .7rem; white-space: nowrap; }
.reviewer-prompt { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; padding: 1rem; border: 1px solid #e3d49d; border-radius: 14px; background: #fff9e8; }
.prompt-icon { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-500); color: #fff; font-weight: 900; }
.reviewer-prompt p { margin-bottom: 0; color: #62583e; font-size: .87rem; }
.text-button { border: 0; background: transparent; color: var(--teal-700); font-weight: 800; white-space: nowrap; }
.text-button:hover { text-decoration: underline; }

.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.capability-grid article { padding: 1.55rem; border: 1px solid var(--line); border-radius: var(--radius-md); }
.capability-grid p { margin-bottom: 0; color: var(--muted); }
.capability-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 1rem; border-radius: 12px; background: var(--navy-900); color: #fff; font-size: 1.25rem; }

.governance-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.governance-grid > div:first-child p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.boundary-card { padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--navy-900); color: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.boundary-card h3 { color: #fff; }
.boundary-card ul { padding-left: 1.25rem; margin-bottom: 0; }
.boundary-card li { margin-bottom: .7rem; color: #d5e1e9; }

.pilot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.pilot-grid article { padding: 1.4rem; border-top: 4px solid var(--teal-600); background: #f6f8f9; border-radius: 0 0 14px 14px; }
.pilot-grid article > span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--teal-100); color: var(--teal-700); font-weight: 900; margin-bottom: 1rem; }
.pilot-grid p { color: var(--muted); margin-bottom: 0; }

.contact-section { padding-top: 1rem; }
.contact-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  padding: clamp(2rem, 5vw, 4rem);
  color: #fff;
  background: linear-gradient(135deg, var(--navy-900), #174f68);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.contact-card > * { min-width: 0; }
.contact-card h2 { color: #fff; }
.contact-card p:not(.eyebrow) { color: #d4e2ea; }
.contact-intro { position: sticky; top: 8.5rem; }
.contact-direct { display: grid; gap: .25rem; margin-top: 1.6rem; }
.contact-direct strong { color: #fff; }
.contact-direct a { color: #8fe0e2; font-weight: 800; }
.contact-form {
  display: block;
  width: 100%;
  min-width: 0;
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: var(--radius-md);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 22px 55px rgba(3, 20, 34, .2);
}
.contact-form *, .contact-form *::before, .contact-form *::after { box-sizing: border-box; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.1rem; }
.form-grid > * { min-width: 0; }
.form-field { display: grid; align-content: start; gap: .38rem; }
.form-field-wide, .form-error-wide { grid-column: 1 / -1; }
.form-field label, .form-label-row label { display: block; font-size: .84rem; font-weight: 800; color: var(--navy-900); }
.form-field label span, .form-label-row label span { color: #a62a2a; }
.form-label-row { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.form-field input,
.form-field select,
.form-field textarea {
  display: block;
  width: 100%;
  min-width: 0;
  border: 1px solid #aebdca;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  line-height: 1.35;
  padding: .78rem .85rem;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.form-field input, .form-field select { min-height: 48px; }
.form-field textarea { resize: vertical; min-height: 160px; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #71808d; opacity: 1; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: 3px solid rgba(23,111,120,.2);
  outline-offset: 0;
  border-color: var(--teal-700);
}
.form-field input.is-invalid, .form-field select.is-invalid, .form-field textarea.is-invalid {
  border-color: #b42318;
  background: #fff8f7;
  box-shadow: 0 0 0 3px rgba(180,35,24,.12);
}
.form-hint { color: #667684; font-size: .75rem; line-height: 1.35; }
.form-error { display: block; min-height: 1.05rem; color: #a61b1b; font-size: .75rem; font-weight: 700; line-height: 1.35; }
.character-count { color: #667684; font-size: .74rem; white-space: nowrap; }
.form-confirmation {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .65rem;
  align-items: start;
  padding: .7rem .75rem;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #435463;
  font-size: .82rem;
  line-height: 1.45;
}
.form-confirmation.is-invalid { border-color: #d92d20; background: #fff5f4; }
.form-confirmation input { width: 18px; height: 18px; margin: .12rem 0 0; accent-color: var(--teal-700); flex: 0 0 auto; }
.form-confirmation a { color: var(--teal-700); font-weight: 800; }
.form-honeypot, .form-honeypot[hidden] { display: none !important; }
.form-actions { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1rem; align-items: center; margin-top: 1.25rem; }
.form-actions .button { border: 0; cursor: pointer; }
.form-actions .button:disabled { cursor: wait; opacity: .7; transform: none; box-shadow: none; }
.form-status { min-height: 1.5rem; margin: 0; font-size: .86rem; color: #4d5d69 !important; }
.form-status.is-success { color: #0d7049 !important; font-weight: 750; }
.form-status.is-error { color: #9b2424 !important; font-weight: 750; }
.form-privacy { margin: 1rem 0 0; color: #5f6e79 !important; font-size: .78rem; line-height: 1.45; }
.form-privacy a { color: var(--teal-700); font-weight: 750; }

.site-footer { padding: 3rem 0; background: #071724; color: #c4d0d8; }
.footer-grid { display: grid; grid-template-columns: .7fr 1.5fr .6fr; gap: 2rem; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: .7rem; }
.footer-logo { width: 34px; height: 38px; object-fit: contain; flex: 0 0 auto; }
.footer-brand div { display: grid; }
.footer-brand strong { color: #fff; }
.footer-brand span { font-size: .78rem; }
.footer-notice { font-size: .78rem; }
.footer-notice p:last-child { margin-bottom: 0; }
.footer-meta { display: grid; gap: .6rem; font-size: .78rem; text-align: right; }
.footer-meta a { color: #fff; }

.source-dialog { width: min(680px, calc(100% - 2rem)); border: 0; border-radius: var(--radius-md); padding: 0; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.source-dialog::backdrop { background: rgba(4,18,30,.72); backdrop-filter: blur(4px); }
.source-dialog form { padding: 2rem; position: relative; }
.dialog-close { position: absolute; right: 1rem; top: .8rem; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #edf1f4; font-size: 1.4rem; }
.mock-document { margin: 1rem 0; padding: 1.4rem; background: #f7f3e8; border: 1px solid #ddd2b8; box-shadow: inset 0 0 25px rgba(92,72,30,.05); font-family: Georgia, serif; color: #403c32; }
.mock-document-header { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .7rem; border-bottom: 1px solid #c9bea4; margin-bottom: 1rem; font-size: .72rem; font-family: ui-monospace, monospace; }
.highlighted-source { padding: .35rem .2rem; background: #f5db72; }
.dialog-footnote { color: var(--muted); font-size: .8rem; margin-bottom: 0; }

@media (max-width: 1080px) {
  .primary-nav {
    display: none;
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 86px;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow);
    align-items: stretch;
    flex-direction: column;
  }
  .primary-nav.open { display: flex; }
  .menu-button { display: block; }
  .hero-grid, .split-heading, .governance-grid, .contact-card { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
  .hero-visual { min-height: 360px; }
  .metric-grid, .workflow-grid, .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .pilot-grid { grid-template-columns: repeat(2, 1fr); }
  .demo-layout { grid-template-columns: 220px 1fr; }
  .timeline-event { grid-template-columns: 90px 1fr; }
  .source-chip { grid-column: 2; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 720px) {
  .section { padding: 4rem 0; }
  .brand small { display: none; }
  .hero-visual { grid-template-columns: 1fr; min-height: auto; }
  .document-stack { height: 205px; width: 190px; margin-inline: auto; }
  .transform-arrow { transform: rotate(90deg); text-align: center; }
  .metric-grid, .workflow-grid, .capability-grid, .pilot-grid, .summary-grid { grid-template-columns: 1fr; }
  .demo-layout { grid-template-columns: 1fr; }
  .condition-panel { border-right: 0; border-bottom: 1px solid var(--line); }
  .condition-tabs { grid-template-columns: repeat(3, minmax(170px, 1fr)); overflow-x: auto; padding-bottom: .4rem; }
  .demo-note { display: none; }
  .evidence-header { display: grid; }
  .timeline-event { grid-template-columns: 1fr; padding-left: 1.6rem; gap: .2rem; }
  .source-chip { grid-column: auto; }
  .reviewer-prompt { grid-template-columns: auto 1fr; }
  .reviewer-prompt .text-button { grid-column: 2; justify-self: start; padding: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .form-actions { grid-template-columns: 1fr; }
  .form-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
}

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


/* Legal pages */
.legal-hero { padding: clamp(3.2rem, 7vw, 5.5rem) 0 2rem; background: linear-gradient(145deg, #fff 48%, #edf7f7 100%); }
.legal-hero h1 { max-width: 900px; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.legal-summary { max-width: 820px; color: #465765; font-size: 1.05rem; }
.legal-layout { display: grid; grid-template-columns: minmax(190px, .3fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; padding-bottom: clamp(4rem, 8vw, 7rem); }
.legal-nav { position: sticky; top: 108px; padding: 1.1rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-muted); }
.legal-nav strong { display: block; margin-bottom: .7rem; color: var(--navy-900); }
.legal-nav a { display: block; padding: .35rem 0; color: var(--teal-700); font-size: .88rem; font-weight: 700; text-decoration: none; }
.legal-nav a:hover { text-decoration: underline; }
.legal-document { min-width: 0; }
.legal-document section { padding-top: 1.3rem; scroll-margin-top: 110px; }
.legal-document h2 { margin-top: 1.5rem; font-size: clamp(1.55rem, 3vw, 2.25rem); letter-spacing: -.025em; }
.legal-document h3 { margin-top: 1.2rem; }
.legal-document p, .legal-document li { color: #394b59; }
.legal-document ul { padding-left: 1.35rem; }
.legal-document li { margin-bottom: .55rem; }
.legal-callout { padding: 1rem 1.15rem; border-left: 4px solid var(--gold-500); border-radius: 0 10px 10px 0; background: var(--gold-100); color: #523d0f; }
.legal-effective { color: var(--muted); font-size: .9rem; font-weight: 700; }
.legal-contact { padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-muted); }
.legal-contact p:last-child { margin-bottom: 0; }
.legal-header-nav { display: flex; align-items: center; gap: 1rem; }
.legal-header-nav a { color: var(--teal-700); font-weight: 750; text-decoration: none; }
.legal-header-nav a:hover { text-decoration: underline; }

@media (max-width: 820px) {
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; }
  .legal-header-nav { gap: .65rem; font-size: .85rem; }
}
