:root {
  --forest-950: #041b16;
  --forest-900: #06271f;
  --forest-800: #0d3b31;
  --paper: #fbfcf8;
  --paper-warm: #f3efe5;
  --ink: #10221c;
  --muted: #62706a;
  --coral: #ff7155;
  --coral-deep: #cf4a35;
  --line: rgba(6,39,31,.14);
  --site: min(1120px, calc(100vw - 48px));
  --font: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.site-wrap { width: var(--site); margin-inline: auto; }
.legal-header { color: #fff; background: var(--forest-900); border-bottom: 1px solid rgba(255,255,255,.14); }
.legal-header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 23px; font-weight: 700; letter-spacing: -.045em; }
.brand svg { width: 34px; height: 25px; fill: none; stroke: var(--coral); stroke-linecap: square; stroke-width: 4; }
.back-link { padding-bottom: 3px; color: rgba(255,255,255,.76); border-bottom: 1px solid rgba(255,255,255,.3); font-size: 14px; }
.back-link:hover { color: #fff; border-color: var(--coral); }
.legal-hero { color: #fff; background: var(--forest-900); }
.legal-hero-inner { padding-block: clamp(66px,8vw,110px); }
.eyebrow { margin: 0 0 16px; color: var(--coral); font-size: 12px; font-weight: 760; letter-spacing: .11em; text-transform: uppercase; }
.legal-hero h1 { max-width: 820px; margin: 0; font-size: clamp(48px,7vw,78px); font-weight: 540; letter-spacing: -.048em; line-height: 1.05; text-wrap: balance; }
.legal-hero p:last-child { max-width: 720px; margin: 24px 0 0; color: rgba(255,255,255,.72); font-size: 18px; }
.draft-banner { color: var(--forest-950); background: var(--coral); }
.draft-banner .site-wrap { display: flex; min-height: 54px; align-items: center; gap: 12px; font-size: 13px; }
.draft-banner strong { font-weight: 800; }
.legal-layout { display: grid; grid-template-columns: minmax(0,1fr) 250px; align-items: start; gap: clamp(44px,8vw,110px); padding-block: clamp(64px,8vw,104px); }
.legal-document { max-width: 760px; }
.legal-document h2 { margin: 0 0 18px; font-size: 31px; font-weight: 650; letter-spacing: -.035em; line-height: 1.12; }
.legal-document p { margin: 0 0 22px; color: #34463f; }
.legal-document .placeholder { padding: 26px; background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--coral); border-radius: 10px; box-shadow: 0 18px 50px rgba(4,27,22,.08); }
.legal-document .placeholder strong { display: block; margin-bottom: 8px; color: var(--forest-900); font-size: 18px; }
.legal-meta { padding: 22px; background: var(--paper-warm); border: 1px solid var(--line); border-radius: 10px; }
.legal-meta dl { display: grid; gap: 18px; margin: 0; }
.legal-meta div { display: grid; gap: 3px; }
.legal-meta dt { color: var(--muted); font-size: 11px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.legal-meta dd { margin: 0; color: var(--forest-900); font-size: 14px; font-weight: 650; }
.legal-meta a { text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { color: rgba(255,255,255,.7); background: var(--forest-950); }
.legal-footer .site-wrap { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 26px; }
.legal-footer nav { display: flex; flex-wrap: wrap; gap: 22px; }
.legal-footer a { font-size: 13px; }
.legal-footer a:hover { color: var(--coral); }
.thanks-main { display: grid; min-height: calc(100vh - 168px); place-items: center; padding-block: 70px; color: #fff; background: var(--forest-900); }
.thanks-card { width: min(680px,100%); padding: clamp(34px,7vw,72px); color: var(--ink); background: var(--paper); border-top: 6px solid var(--coral); border-radius: 16px; box-shadow: 0 34px 100px rgba(0,0,0,.3); }
.thanks-card h1 { margin: 0; font-size: clamp(43px,7vw,68px); font-weight: 560; letter-spacing: -.046em; line-height: 1.05; text-wrap: balance; }
.thanks-card p { margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.thanks-card a { display: inline-flex; min-height: 50px; align-items: center; margin-top: 30px; padding-inline: 22px; color: var(--forest-950); background: var(--coral); border: 1px solid var(--coral); border-radius: 8px; font-size: 14px; font-weight: 740; }
.booking-main { min-height: calc(100vh - 168px); padding-block: clamp(44px,6vw,80px); color: #fff; background: var(--forest-900); }
.booking-layout { display: grid; grid-template-columns: minmax(250px,.64fr) minmax(620px,1.36fr); align-items: start; gap: clamp(34px,5vw,72px); }
.booking-copy { position: sticky; top: 36px; padding-top: 18px; }
.booking-copy h1 { max-width: 450px; margin: 0; font-size: clamp(52px,6vw,78px); font-weight: 540; letter-spacing: -.048em; line-height: 1.05; text-wrap: balance; }
.booking-copy > p:not(.eyebrow) { max-width: 430px; margin: 26px 0 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.55; }
.booking-support { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.booking-support strong { display: block; margin-bottom: 5px; color: #fff; font-size: 14px; }
.booking-support a { color: var(--coral); font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
.booking-frame-shell { overflow: hidden; min-height: 760px; background: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; box-shadow: 0 34px 100px rgba(0,0,0,.28); }
.booking-frame { display: block; width: 100%; min-height: 760px; border: 0; background: #fff; }

@media (max-width: 760px) {
  :root { --site: calc(100% - 30px); }
  .legal-header-inner { min-height: 68px; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-meta { order: -1; }
  .draft-banner .site-wrap { padding-block: 10px; }
  .legal-footer .site-wrap { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 24px; }
  .booking-main { padding-top: 34px; }
  .booking-layout { grid-template-columns: 1fr; gap: 28px; }
  .booking-copy { position: static; padding-top: 0; }
  .booking-copy h1 { font-size: clamp(48px,14vw,62px); }
  .booking-copy > p:not(.eyebrow) { margin-top: 18px; }
  .booking-support { margin-top: 22px; padding-top: 18px; }
  .booking-frame-shell, .booking-frame { min-height: 780px; border-radius: 12px; }
}

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