:root {
  color-scheme: dark;
  --bg: #080c0d;
  --bg-soft: #0d1314;
  --surface: #111819;
  --surface-2: #151e20;
  --text: #f4f2eb;
  --muted: #aab2b2;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.2);
  --teal: #00a3ac;
  --teal-light: #42c4ca;
  --danger: #ff8d85;
  --max: 1180px;
  --radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 54px 54px;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--text); color: var(--bg); }
.skip-link:focus { top: 16px; }
.section-inner { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.brand img { width: 36px; height: 36px; border-radius: 50%; }
.header-cta { color: var(--teal-light); text-decoration: none; font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.header-cta:hover { color: var(--text); }

.hero { position: relative; min-height: calc(100svh - 74px); display: grid; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,12,13,.98) 2%, rgba(8,12,13,.9) 47%, rgba(8,12,13,.56)), url("/assets/images/hero-athlete-silhouette.png") center right 18% / cover no-repeat; opacity: .42; filter: grayscale(.5); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: clamp(40px, 7vw, 100px); align-items: center; padding-block: 70px 92px; }
.eyebrow { margin: 0 0 16px; color: var(--teal-light); font-size: .72rem; line-height: 1.3; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, h4 { margin-top: 0; line-height: 1.08; letter-spacing: 0; }
h1 { margin-bottom: 24px; max-width: 780px; font-size: clamp(3rem, 7vw, 6.6rem); font-weight: 850; text-transform: uppercase; }
h2 { margin-bottom: 24px; max-width: 820px; font-size: clamp(2.05rem, 4.4vw, 4.2rem); text-transform: uppercase; }
h3 { font-size: 1.18rem; }
.hero-lede { max-width: 650px; margin: 0 0 32px; color: #d3d6d3; font-size: clamp(1.05rem, 1.8vw, 1.28rem); }
.hero-actions { display: block; }
.micro-copy { margin: 14px 0 0; color: var(--muted); font-size: .8rem; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 14px 22px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .77rem;
  font-weight: 850;
  letter-spacing: .08em;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid rgba(66,196,202,.5); outline-offset: 3px; }
.button-primary { background: var(--teal); color: #001b1d; }
.button-primary:hover { background: var(--teal-light); }
.button-secondary { background: transparent; border-color: var(--teal); color: var(--teal-light); }
.button-disabled { background: #263032; color: #8e9898; cursor: not-allowed; }
.button-full { width: 100%; }
.button[aria-busy="true"] { cursor: wait; opacity: .72; }

.guide-visual { position: relative; min-height: 570px; display: grid; place-items: center; perspective: 1300px; }
.book-shadow { position: absolute; width: 72%; height: 14%; bottom: 5%; border-radius: 50%; background: rgba(0,0,0,.68); filter: blur(26px); transform: rotate(-5deg); }
.book-cover { position: relative; width: min(402px, 82vw); aspect-ratio: .7; overflow: hidden; padding: 34px 34px 30px 46px; background: #0b1416; border: 1px solid rgba(66,196,202,.38); box-shadow: -18px 22px 44px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,.05); transform: rotateY(-13deg) rotateZ(2deg); }
.book-spine { position: absolute; inset: 0 auto 0 0; width: 13px; background: var(--teal); box-shadow: 6px 0 18px rgba(0,163,172,.3); }
.book-cover-real { padding: 0 0 0 13px; background: #006669; }
.book-cover-real img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(1.1) contrast(1.12); }
.cover-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(var(--teal) 1px, transparent 1px), linear-gradient(90deg, var(--teal) 1px, transparent 1px); background-size: 32px 32px; transform: skewY(-12deg) scale(1.2); }
.cover-brand, .cover-number, .cover-title, .cover-rule, .cover-subtitle, .cover-author { position: relative; z-index: 1; }
.cover-brand { margin: 0; font-size: .68rem; font-weight: 850; letter-spacing: .15em; }
.cover-number { margin-top: 62px; color: var(--teal-light); font-size: clamp(6rem, 13vw, 8.5rem); line-height: .8; font-weight: 900; }
.cover-title { margin: 22px 0 0; font-size: 1.46rem; line-height: 1.05; font-weight: 850; }
.cover-rule { display: block; width: 52px; height: 3px; margin-top: 22px; background: var(--teal); }
.cover-subtitle { margin: 14px 0 0; color: #c8d0cf; font-size: .82rem; text-transform: uppercase; }
.cover-author { position: absolute; left: 46px; bottom: 28px; margin: 0; color: var(--muted); font-size: .76rem; }

.content-band, .audience-band, .author-band, .form-band { padding-block: clamp(80px, 10vw, 138px); border-bottom: 1px solid var(--line); }
.content-band { background: var(--bg-soft); }
.audience-band { padding-block: clamp(44px, 5vw, 70px); }
.section-lede { max-width: 760px; margin: -6px 0 0; color: var(--muted); font-size: 1.05rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-grid-five { grid-template-columns: repeat(6, 1fr); }
.benefit-grid-five .benefit { grid-column: span 2; }
.benefit-grid-five .benefit:nth-child(4), .benefit-grid-five .benefit:nth-child(5) { grid-column: span 3; }
.benefit { min-height: 245px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit p { margin: 0; color: var(--muted); }
.line-icon { position: relative; display: block; width: 38px; height: 38px; margin-bottom: 44px; border: 1px solid var(--teal); }
.line-icon::before, .line-icon::after { content: ""; position: absolute; background: var(--teal-light); }
.focus-icon::before { width: 12px; height: 12px; border-radius: 50%; left: 12px; top: 12px; }
.pressure-icon { border-radius: 50%; }
.pressure-icon::before { width: 2px; height: 24px; left: 17px; top: 6px; transform: rotate(38deg); }
.pressure-icon::after { width: 6px; height: 6px; left: 9px; top: 8px; border-radius: 50%; }
.reset-icon { border-radius: 50%; border-right-color: transparent; }
.reset-icon::after { width: 9px; height: 9px; right: -1px; top: 0; transform: rotate(25deg); }
.target-icon { border-radius: 50%; box-shadow: inset 0 0 0 7px var(--surface), inset 0 0 0 8px var(--teal); }
.target-icon::after { width: 5px; height: 5px; border-radius: 50%; inset: 0; margin: auto; }
.voice-icon::before { width: 2px; height: 22px; left: 10px; top: 7px; box-shadow: 7px -5px 0 var(--teal-light), 14px 2px 0 var(--teal-light); }
.routine-icon::before { inset: 8px; background: transparent; border: 1px solid var(--teal-light); transform: rotate(45deg); }
.visual-icon::before { width: 24px; height: 14px; left: 6px; top: 11px; background: transparent; border: 1px solid var(--teal-light); border-radius: 50%; }
.visual-icon::after { width: 5px; height: 5px; left: 16px; top: 16px; border-radius: 50%; }

.audience-grid, .author-grid, .form-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(52px, 9vw, 140px); align-items: center; }
.audience-grid { gap: clamp(38px, 6vw, 88px); }
.audience-grid > div > p:last-child, .author-statement, .form-intro > p { color: var(--muted); font-size: 1.05rem; }
.audience-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-strong); }
.audience-list li { display: flex; gap: 24px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 700; }
.audience-list span { color: var(--teal-light); font-size: .68rem; }
.author-band { background: #0b1011; }
.author-photo { position: relative; aspect-ratio: 4/5; overflow: hidden; border: 1px solid rgba(66,196,202,.52); background: #e9eaee; box-shadow: 0 24px 58px rgba(0,0,0,.28); }
.author-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 24%; background: linear-gradient(to top, rgba(4,14,15,.2), transparent); pointer-events: none; }
.author-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.author-role { margin: -12px 0 28px; color: var(--teal-light); font-weight: 700; }
.author-statement { padding-left: 24px; border-left: 2px solid var(--teal); }
.author-statement p { margin: 0; }
.author-statement p + p { margin-top: 18px; }

.form-band { background: var(--surface); }
.form-layout { align-items: start; }
.form-intro { position: sticky; top: 40px; }
.form-points { margin: 36px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.form-points li { padding: 13px 0 13px 28px; border-bottom: 1px solid var(--line); position: relative; }
.form-points li::before { content: ""; position: absolute; left: 2px; top: 23px; width: 10px; height: 2px; background: var(--teal); }
.form-surface { padding: clamp(24px, 4vw, 46px); border: 1px solid var(--line-strong); background: var(--bg-soft); box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field-span { grid-column: 1 / -1; }
.field label, .role-field legend { display: block; margin-bottom: 7px; color: #dce0dd; font-size: .79rem; font-weight: 750; }
.field input { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid var(--line-strong); border-radius: 3px; background: #090e0f; color: var(--text); }
.field input:hover { border-color: rgba(66,196,202,.45); }
.field input[aria-invalid="true"] { border-color: var(--danger); }
.field-help { margin: -12px 0 0; color: var(--muted); font-size: .75rem; }
.field-error { min-height: 0; margin: 5px 0 0; color: var(--danger); font-size: .74rem; }
.role-field { margin: 4px 0 0; padding: 0; border: 0; }
.role-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.role-options label { position: relative; cursor: pointer; }
.role-options input { position: absolute; opacity: 0; }
.role-options span { min-height: 44px; display: grid; place-items: center; padding: 8px; border: 1px solid var(--line-strong); border-radius: 3px; color: var(--muted); font-size: .76rem; }
.role-options input:checked + span { border-color: var(--teal); background: rgba(0,163,172,.12); color: var(--text); }
.role-options input:focus-visible + span { outline: 3px solid rgba(66,196,202,.5); outline-offset: 2px; }
.role-minor-note { margin: 10px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.privacy-copy { margin-top: 28px; color: var(--muted); font-size: .78rem; }
.privacy-copy a { color: var(--teal-light); }
.check-row { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin: 18px 0 24px; color: #c2c9c7; font-size: .78rem; cursor: pointer; }
.check-row input { width: 18px; height: 18px; accent-color: var(--teal); }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.error-summary { margin-bottom: 22px; padding: 13px 15px; border-left: 3px solid var(--danger); background: rgba(255,141,133,.08); color: #ffd2cf; font-size: .84rem; }
.form-status { min-height: 24px; margin: 12px 0 0; color: var(--muted); font-size: .8rem; text-align: center; }
.form-status.is-error { color: var(--danger); }
.success-state { text-align: center; }
.success-state h3 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.2rem); text-transform: uppercase; }
.success-state > p:not(.eyebrow):not(.availability-note) { color: var(--muted); }
.success-mark { width: 54px; height: 54px; margin: 0 auto 26px; display: grid; place-items: center; border: 1px solid var(--teal); border-radius: 50%; }
.success-mark span { width: 20px; height: 10px; border-left: 2px solid var(--teal-light); border-bottom: 2px solid var(--teal-light); transform: rotate(-45deg) translate(2px,-2px); }
.availability-note { margin: 8px 0 0; color: #858f8e; font-size: .72rem; }
.next-step { margin-top: 34px; padding-top: 32px; border-top: 1px solid var(--line); }
.next-step h4 { margin-bottom: 12px; font-size: 1.32rem; text-transform: uppercase; }
.next-step > p:not(.eyebrow):not(.availability-note) { color: var(--muted); }
.booking-widget { margin-top: 24px; text-align: left; }
.booking-widget [hidden], .booking-confirmed[hidden] { display: none !important; }
.booking-loading { min-height: 58px; display: flex; gap: 12px; align-items: center; justify-content: center; color: var(--muted); font-size: .84rem; }
.booking-loading[hidden] { display: none; }
.booking-spinner { width: 19px; height: 19px; flex: 0 0 auto; border: 2px solid rgba(66,196,202,.22); border-top-color: var(--teal-light); border-radius: 50%; animation: booking-spin .8s linear infinite; }
@keyframes booking-spin { to { transform: rotate(360deg); } }
.booking-slots { display: grid; gap: 22px; }
.booking-day { min-width: 0; }
.booking-day h5 { margin: 0 0 10px; color: #dce0dd; font-size: .8rem; letter-spacing: 0; text-transform: capitalize; }
.booking-time-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.booking-time { min-width: 0; min-height: 44px; padding: 9px 6px; border: 1px solid var(--line-strong); border-radius: 3px; background: #090e0f; color: var(--text); font: inherit; font-size: .82rem; font-weight: 750; cursor: pointer; }
.booking-time:hover { border-color: rgba(66,196,202,.65); background: rgba(0,163,172,.08); }
.booking-time:focus-visible { outline: 3px solid rgba(66,196,202,.5); outline-offset: 2px; }
.booking-time[aria-pressed="true"] { border-color: var(--teal); background: rgba(0,163,172,.18); color: var(--teal-light); }
.booking-selection { margin-top: 24px; padding: 20px; scroll-margin-block: 24px; border: 1px solid rgba(66,196,202,.28); background: rgba(0,163,172,.055); text-align: center; }
.booking-selection > p { margin: 0 0 15px; color: #dce0dd; font-size: .88rem; }
.booking-status { min-height: 22px; margin: 13px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.booking-status.is-error { color: var(--danger); }
.booking-retry { display: block; margin: 5px auto 0; padding: 6px; border: 0; background: transparent; color: var(--teal-light); font: inherit; font-size: .78rem; text-decoration: underline; cursor: pointer; }
.booking-confirmed { margin-top: 24px; padding: 28px 22px; border: 1px solid rgba(66,196,202,.42); background: rgba(0,163,172,.07); text-align: center; }
.booking-confirmed-mark { width: 40px; height: 40px; margin: 0 auto 16px; display: grid; place-items: center; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal-light); }
.booking-confirmed h4 { margin-bottom: 9px; }
.booking-confirmed > p:not(.eyebrow):not(.availability-note) { color: #dce0dd; }
.booking-confirmed .button { margin-top: 20px; }
@media (max-width: 600px) {
  .booking-time-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .booking-confirmed { padding: 24px 16px; }
}

.site-footer { padding-block: 38px; background: #050708; }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 34px; align-items: center; }
.footer-inner strong { text-transform: uppercase; }
.footer-inner p { margin: 4px 0 0; color: var(--muted); font-size: .78rem; }
.footer-inner nav { display: flex; gap: 22px; }
.footer-inner a { color: #c6ccca; font-size: .78rem; }
.copyright { text-align: right; }

.simple-page, .legal-page { min-height: 100svh; }
.simple-shell { width: min(calc(100% - 40px), 760px); margin: 0 auto; padding: 90px 0; }
.legal-main { width: min(calc(100% - 40px), 840px); margin: 0 auto; padding: 90px 0; }
.simple-shell { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.simple-shell .brand-logo { width: 76px; border-radius: 50%; margin-bottom: 30px; }
.simple-shell h1, .legal-main h1 { font-size: clamp(2.6rem, 7vw, 5.5rem); }
.simple-shell > p:not(.eyebrow) { color: var(--muted); }
.legal-main { padding-top: 110px; }
.legal-intro { padding-bottom: 42px; border-bottom: 1px solid var(--line-strong); }
.legal-intro h1 { margin-bottom: 16px; }
.legal-intro > p:not(.eyebrow):not(.legal-updated) { max-width: 740px; margin-bottom: 0; color: #d4d9d7; font-size: 1.02rem; }
.legal-updated { margin: 0 0 24px; color: var(--muted); font-size: .8rem; }
.legal-updated strong { color: var(--teal-light); }
.legal-index { margin: 32px 0 18px; padding: 24px 26px; border-left: 3px solid var(--teal); background: var(--surface); }
.legal-index strong { display: block; margin-bottom: 10px; font-size: .88rem; text-transform: uppercase; }
.legal-index ol { columns: 2; column-gap: 42px; margin: 0; padding-left: 20px; }
.legal-index li { break-inside: avoid; margin: 5px 0; color: var(--muted); font-size: .82rem; }
.legal-index a, .legal-section a { color: var(--teal-light); text-underline-offset: 3px; }
.legal-section { padding: 38px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 24px; }
.legal-section:last-child { border-bottom: 0; }
.legal-section h2 { max-width: none; margin-bottom: 18px; font-size: clamp(1.55rem, 3vw, 2.25rem); text-transform: none; }
.legal-section h3 { margin: 28px 0 8px; color: #e3e6e3; font-size: 1rem; }
.legal-section p, .legal-section li { color: #c2c9c7; }
.legal-section p { margin: 0 0 15px; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul { margin: 14px 0 18px; padding-left: 23px; }
.legal-section li + li { margin-top: 6px; }
.legal-section code { padding: 2px 5px; border: 1px solid var(--line); border-radius: 3px; background: #090e0f; color: #dce3e1; font-size: .86em; overflow-wrap: anywhere; }
.legal-table-wrap { margin: 22px 0; overflow-x: auto; border: 1px solid var(--line); }
.legal-table { width: 100%; min-width: 620px; border-collapse: collapse; background: var(--bg-soft); }
.legal-table th, .legal-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { color: var(--teal-light); font-size: .76rem; text-transform: uppercase; }
.legal-table td { color: #c2c9c7; font-size: .84rem; }
.legal-table tr:last-child td { border-bottom: 0; }
.notice-panel { margin-top: 38px; padding: 28px; border-left: 3px solid var(--teal); background: var(--surface); }
.notice-panel strong { font-size: 1.1rem; }
.notice-panel p { margin-bottom: 0; color: var(--muted); }

@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero-grid, .audience-grid, .author-grid, .form-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 24px; padding-top: 70px; }
  .hero-copy { max-width: 700px; }
  .guide-visual { min-height: 500px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid-five .benefit { grid-column: span 1; }
  .benefit-grid-five .benefit:last-child { grid-column: 1 / -1; }
  .author-photo { max-width: 480px; width: 100%; }
  .form-intro { position: static; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .copyright { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 600px) {
  .section-inner, .site-header { width: min(calc(100% - 28px), var(--max)); }
  .site-header { min-height: 64px; }
  .brand span { font-size: .68rem; }
  .brand img { width: 31px; height: 31px; }
  .header-cta { font-size: .68rem; }
  .hero-grid { padding-block: 54px 62px; }
  .hero-copy { display: contents; }
  .hero-copy .eyebrow { order: 1; }
  .hero-copy h1 { order: 2; }
  .hero-copy .hero-lede { order: 3; }
  .guide-visual { order: 4; }
  .hero-actions { order: 5; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero-lede { font-size: 1rem; }
  .hero .button-primary { width: 100%; }
  .guide-visual { min-height: 410px; }
  .book-cover { width: min(294px, 78vw); }
  .cover-number { margin-top: 52px; font-size: 6.4rem; }
  .cover-title { font-size: 1.2rem; }
  .content-band, .audience-band, .author-band, .form-band { padding-block: 72px; }
  .audience-band { padding-block: 40px; }
  .benefit-grid,
  .benefit-grid-five { grid-template-columns: minmax(0, 1fr); margin-top: 38px; }
  .benefit-grid-five .benefit,
  .benefit-grid-five .benefit:nth-child(4),
  .benefit-grid-five .benefit:nth-child(5),
  .benefit-grid-five .benefit:last-child { min-width: 0; grid-column: 1 / -1; }
  .benefit h3,
  .benefit p { max-width: 100%; overflow-wrap: anywhere; }
  .benefit { min-height: 0; padding: 25px; }
  .line-icon { margin-bottom: 28px; }
  .author-photo { width: min(100%, 340px); margin-inline: auto; }
  .field-grid { grid-template-columns: 1fr; }
  .field-span { grid-column: auto; }
  .field-help { margin-top: -12px; }
  .role-options { grid-template-columns: 1fr 1fr; }
  .form-surface { padding: 22px 18px; }
  .legal-main { width: min(calc(100% - 28px), 840px); padding: 68px 0; }
  .legal-intro { padding-bottom: 30px; }
  .legal-intro h1 { font-size: clamp(2.5rem, 14vw, 4rem); overflow-wrap: anywhere; }
  .legal-index { padding: 20px; }
  .legal-index ol { columns: 1; }
  .legal-section { padding: 30px 0; }
  .legal-table { min-width: 560px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner nav { flex-direction: column; gap: 7px; }
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
