/* ==========================================================================
   Bus and Plane — site design system (v2, 2026-09)
   One stylesheet for every public page. Quiet-luxury travel house:
   warm ivory paper, deep navy ink, a single brass accent, Fraunces display
   type, photography graded to one collection. No per-page CSS.
   ========================================================================== */

:root {
  --ink:        #0E1729;
  --ink-2:      #15213A;
  --ink-3:      #1E2B47;
  --paper:      #F6F1E8;
  --paper-2:    #EDE6D8;
  --cream:      #FBF8F2;
  --line:       rgba(14, 23, 41, .14);
  --line-strong:rgba(14, 23, 41, .3);
  --line-dark:  rgba(246, 241, 232, .16);
  --brass:      #A8842F;
  --brass-lt:   #E4C36F;
  --muted:      #5C6373;
  --muted-dark: rgba(246, 241, 232, .7);
  --error:      #A8322A;

  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --sans:  "Albert Sans", "Helvetica Neue", Arial, sans-serif;
  --mono:  "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --wrap: 1240px;
  --gutter: clamp(20px, 5vw, 64px);
  --sec: clamp(72px, 9vw, 132px);
  --radius: 4px;
  --ease: cubic-bezier(.22, .8, .3, 1);
}

/* ---------- reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scrollbar-gutter: stable; }
/* fixed header (76px desktop / 68px mobile) must never cover an anchor target on jump */
[id] { scroll-margin-top: 116px; }
@media (max-width: 960px) { [id] { scroll-margin-top: 96px; } }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--sans); font-size: 17px; line-height: 1.65;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern", "liga";
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid var(--brass); outline-offset: 3px; border-radius: 2px;
}
::selection { background: rgba(228, 195, 111, .45); color: var(--ink); }
[hidden] { display: none !important; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- typography ---------- */
.serif { font-family: var(--serif); }
h1, .h1 {
  font-family: var(--serif); font-variation-settings: "opsz" 144;
  font-size: clamp(42px, 6.4vw, 88px); line-height: .98; letter-spacing: -.022em;
  text-wrap: balance;
}
h2, .h2 {
  font-family: var(--serif); font-variation-settings: "opsz" 96;
  font-size: clamp(32px, 3.9vw, 54px); line-height: 1.04; letter-spacing: -.018em;
  text-wrap: balance;
}
h3, .h3 {
  font-family: var(--serif); font-variation-settings: "opsz" 48;
  font-size: clamp(24px, 2.3vw, 32px); line-height: 1.12; letter-spacing: -.012em;
}
h4, .h4 { font-family: var(--serif); font-size: 21px; line-height: 1.25; letter-spacing: -.008em; }
h1 em, h2 em, h3 em, .h1 em, .h2 em, .h3 em { font-style: italic; font-weight: 300; color: var(--brass); }
.sec--dark h1 em, .sec--dark h2 em, .sec--dark h3 em, .hero h1 em, .band h2 em, .panel-side h3 em, .panel-side .h3 em { color: var(--brass-lt); }

.eyebrow {
  font-family: var(--sans); font-weight: 600; font-size: 11.5px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--brass); margin: 0 0 18px;
}
.sec--dark .eyebrow, .hero .eyebrow, .band .eyebrow { color: var(--brass-lt); }
.lede { font-size: clamp(17px, 1.35vw, 19.5px); line-height: 1.6; color: var(--muted); max-width: 34em; }
.sec--dark .lede { color: var(--muted-dark); }
.small { font-size: 14.5px; line-height: 1.55; color: var(--muted); }
.sec--dark .small { color: var(--muted-dark); }
.fine { font-size: 13px; line-height: 1.5; color: var(--muted); }
.sec--dark .fine { color: rgba(246, 241, 232, .55); }
.num { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.tnum { font-variant-numeric: tabular-nums; }
.ital { font-family: var(--serif); font-style: italic; }
.rule { height: 1px; background: var(--line); border: 0; margin: 0; }
.sec--dark .rule { background: var(--line-dark); }

/* ---------- layout ---------- */
.wrap { width: min(var(--wrap), 100% - var(--gutter) * 2); margin-inline: auto; }
.wrap--narrow { width: min(820px, 100% - var(--gutter) * 2); margin-inline: auto; }
.sec { padding-block: var(--sec); position: relative; }
.sec--tight { padding-block: calc(var(--sec) * .62); }
.sec--sand { background: var(--paper-2); }
.sec--cream { background: var(--cream); }
.sec--dark { background: var(--ink); color: var(--paper); }
.sec--dark + .sec--dark { padding-top: 0; }
.sec--line-top { border-top: 1px solid var(--line); }
.sec--dark.sec--line-top { border-top-color: var(--line-dark); }

.sec-head { margin-bottom: clamp(40px, 5vw, 64px); }
.sec-head .lede { margin-top: 18px; }
.sec-head--center { text-align: center; }
.sec-head--center .lede { margin-inline: auto; }
.sec-head--split {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(28px, 5vw, 80px); align-items: end;
}
.sec-head--split .lede { margin-top: 0; padding-bottom: 6px; }
@media (max-width: 860px) {
  .sec-head--split { grid-template-columns: 1fr; align-items: start; }
  .sec-head--split .lede { margin-top: 14px; }
}
.split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.split--even { grid-template-columns: 1fr 1fr; }
.split > .sticky { position: sticky; top: 108px; }
@media (max-width: 860px) { .split, .split--even { grid-template-columns: 1fr; } .split > .sticky { position: static; } }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: 15px; letter-spacing: .01em; line-height: 1;
  padding: 16px 26px; border-radius: var(--radius); border: 1px solid transparent;
  white-space: nowrap; transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
  cursor: pointer;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn--primary:hover { background: var(--ink-3); border-color: var(--ink-3); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--brass { background: var(--brass); color: var(--cream); border-color: var(--brass); }
.btn--brass:hover { background: #8F6F25; border-color: #8F6F25; }
.btn--lg { padding: 19px 32px; font-size: 16px; }
.btn--sm { padding: 11px 18px; font-size: 13.5px; }
.btn--block { display: flex; width: 100%; }
.btn .arr { display: inline-block; transition: transform .3s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }
/* on dark surfaces the primary inverts */
.sec--dark .btn--primary, .hero .btn--primary, .band .btn--primary, .card--dark .btn--primary, .panel-side .btn--primary, .facts .btn--primary {
  background: var(--paper); color: var(--ink); border-color: var(--paper);
}
.sec--dark .btn--primary:hover, .hero .btn--primary:hover, .band .btn--primary:hover, .card--dark .btn--primary:hover, .panel-side .btn--primary:hover { background: #fff; border-color: #fff; }
.sec--dark .btn--ghost, .hero .btn--ghost, .band .btn--ghost, .card--dark .btn--ghost, .panel-side .btn--ghost {
  color: var(--paper); border-color: rgba(246, 241, 232, .38);
}
.sec--dark .btn--ghost:hover, .hero .btn--ghost:hover, .band .btn--ghost:hover, .card--dark .btn--ghost:hover { border-color: var(--paper); }
.btn[disabled] { opacity: .55; cursor: default; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.link { font-weight: 600; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; text-decoration-color: rgba(14, 23, 41, .35); }
.link:hover { text-decoration-color: currentColor; }
.sec--dark .link { text-decoration-color: rgba(246, 241, 232, .4); }
.link--arrow { font-weight: 600; display: inline-flex; gap: 8px; align-items: center; }
.link--arrow .arr { transition: transform .3s var(--ease); }
.link--arrow:hover .arr { transform: translateX(4px); }

/* ---------- tags ---------- */
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
  font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted);
}
.sec--dark .tag, .hero .tag, .card--dark .tag { border-color: var(--line-dark); color: var(--muted-dark); }
.tag--brass { border-color: rgba(168, 132, 47, .5); color: var(--brass); }
.sec--dark .tag--brass, .hero .tag--brass { border-color: rgba(228, 195, 111, .5); color: var(--brass-lt); }

/* ---------- header ---------- */
.hdr {
  position: sticky; top: 0; z-index: 60;
  background: rgba(246, 241, 232, .86); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: background-color .4s var(--ease), border-color .4s var(--ease);
}
.hdr-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 76px; }
.brand { display: flex; flex-direction: column; line-height: 1; gap: 5px; }
.brand-word { font-family: var(--serif); font-variation-settings: "opsz" 48; font-size: 25px; letter-spacing: -.02em; color: var(--ink); }
.brand-word .amp { font-style: italic; font-weight: 300; color: var(--brass); margin: 0 1px; }
.brand-sub { font-size: 10.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
@media (max-width: 480px) { .brand-sub { font-size: 9.5px; letter-spacing: .14em; } }
.hdr-nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 36px); }
.hdr-nav a { font-size: 14.5px; font-weight: 500; color: var(--ink); opacity: .78; transition: opacity .2s; padding: 6px 0; position: relative; }
.hdr-nav a:hover, .hdr-nav a[aria-current="page"] { opacity: 1; }
.hdr-nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1px; background: var(--brass); }
.hdr-right { display: flex; align-items: center; gap: 18px; }
.hdr-menu { display: none; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; padding: 10px 0; }
.hdr-menu .bars { width: 22px; height: 12px; position: relative; }
.hdr-menu .bars::before, .hdr-menu .bars::after { content: ""; position: absolute; left: 0; right: 0; height: 1.5px; background: var(--ink); transition: transform .3s var(--ease), top .3s var(--ease); }
.hdr-menu .bars::before { top: 0; } .hdr-menu .bars::after { top: 10px; }
body.nav-open .hdr-menu .bars::before { top: 5px; transform: rotate(45deg); }
body.nav-open .hdr-menu .bars::after { top: 5px; transform: rotate(-45deg); }
.hdr--dark { background: rgba(14, 23, 41, .72); border-bottom-color: var(--line-dark); }
.hdr--dark .brand-word, .hdr--dark .hdr-nav a, .hdr--dark .hdr-menu { color: var(--paper); }
.hdr--dark .brand-sub { color: var(--muted-dark); }
.hdr--dark .hdr-menu .bars::before, .hdr--dark .hdr-menu .bars::after { background: var(--paper); }
.hdr--dark .btn--primary { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.hdr--over { position: fixed; left: 0; right: 0; }
@media (max-width: 960px) {
  .hdr-nav { display: none; }
  .hdr-menu { display: inline-flex; }
  .hdr-right .btn { display: none; }
  .hdr-in { height: 68px; }
}
.mnav {
  position: fixed; inset: 0; z-index: 55; background: var(--paper); color: var(--ink);
  padding: 110px var(--gutter) 40px; display: flex; flex-direction: column; gap: 6px;
  opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .3s var(--ease), transform .3s var(--ease), visibility 0s .3s;
}
body.nav-open .mnav { opacity: 1; visibility: visible; transform: none; transition: opacity .3s var(--ease), transform .3s var(--ease); }
body.nav-open { overflow: hidden; }
.mnav a.mnav-link { font-family: var(--serif); font-size: 34px; line-height: 1.15; padding: 10px 0; border-bottom: 1px solid var(--line); letter-spacing: -.015em; }
.mnav a.mnav-link small { display: block; font-family: var(--sans); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-top: 4px; font-weight: 600; }
.mnav .mnav-cta { margin-top: auto; display: grid; gap: 10px; }
.mnav .mnav-fine { font-size: 13px; color: var(--muted); margin-top: 18px; }

/* ---------- hero ---------- */
.hero {
  position: relative; color: var(--paper); background: var(--ink); isolation: isolate; overflow: hidden;
  min-height: clamp(560px, 86svh, 880px); display: flex; align-items: flex-end;
}
.hero-bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; background-image: var(--hero-img); transform: scale(1.04); animation: heroDrift 24s var(--ease) both; filter: saturate(.82) contrast(1.05); }
@keyframes heroDrift { from { transform: scale(1.1); } to { transform: scale(1.02); } }
.hero-bg--pos-top { background-position: center top; }
.hero-scrim { position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(14, 23, 41, .5) 0%, rgba(14, 23, 41, .12) 32%, rgba(14, 23, 41, .58) 70%, rgba(14, 23, 41, .94) 100%),
    linear-gradient(90deg, rgba(14, 23, 41, .55) 0%, rgba(14, 23, 41, 0) 62%);
}
.hero-in { position: relative; width: min(var(--wrap), 100% - var(--gutter) * 2); margin-inline: auto; padding: 150px 0 clamp(56px, 8vw, 96px); }
.hero-in--facts { padding-bottom: calc(clamp(56px, 8vw, 96px) + 70px); }
.hero .eyebrow { margin-bottom: 22px; }
.hero h1 { max-width: 12em; text-shadow: 0 2px 30px rgba(0, 0, 0, .3); }
.hero .lede { color: rgba(246, 241, 232, .86); margin-top: 26px; max-width: 32em; text-shadow: 0 1px 14px rgba(0, 0, 0, .35); }
.hero .btn-row { margin-top: 34px; }
.hero-meta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(246, 241, 232, .66); }
.hero-meta a:hover { color: var(--paper); }
.hero--short { min-height: clamp(420px, 60svh, 600px); }
.hero--plain { background: var(--ink); }
.hero--plain .hero-scrim { background: radial-gradient(60% 80% at 80% 20%, rgba(228, 195, 111, .12), transparent 60%); }
.hero--plain .hero-in { padding-top: 130px; }
.hero--light { background: var(--paper); color: var(--ink); min-height: 0; }
.hero--light .hero-in { padding: 96px 0 48px; }
.hero--light .lede { color: var(--muted); text-shadow: none; }
.hero--light h1 { text-shadow: none; }
.hero--light h1 em { color: var(--brass); }
.hero--light .eyebrow { color: var(--brass); }
.hero--light .btn--primary { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.hero--light .btn--ghost { color: var(--ink); border-color: var(--line-strong); }
.hero--light .hero-meta { color: var(--muted); }
@media (max-width: 720px) {
  .hero { min-height: 0; }
  .hero-in { padding-top: 120px; }
  .hero-in--facts { padding-bottom: clamp(56px, 8vw, 96px); }
  /* full-width primary CTA reads stronger than an inline button on a phone hero */
  .hero .btn-row { flex-direction: column; align-items: stretch; }
  .hero .btn-row .btn { width: 100%; }
}

/* ---------- facts strip (overlaps the hero) ---------- */
.facts-wrap { position: relative; z-index: 3; margin-top: -70px; }
.facts { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 30px 60px -30px rgba(14, 23, 41, .35); overflow: hidden; }
.facts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.fact { padding: 22px 24px; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact-k { font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--brass); margin-bottom: 8px; }
.fact-v { font-family: var(--serif); font-size: 20px; line-height: 1.25; letter-spacing: -.01em; }
.fact-v small { display: block; font-family: var(--sans); font-size: 13.5px; color: var(--muted); margin-top: 4px; letter-spacing: 0; }
.facts-foot { padding: 14px 24px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 6px 22px; }
.facts--dark { background: var(--ink-2); border-color: var(--line-dark); color: var(--paper); }
.facts--dark .fact { border-right-color: var(--line-dark); }
.facts--dark .fact-k { color: var(--brass-lt); }
.facts--dark .fact-v small { color: var(--muted-dark); }
.facts--dark .facts-foot { border-top-color: var(--line-dark); color: var(--muted-dark); }
@media (max-width: 720px) {
  .facts-wrap { margin-top: 0; padding-top: 0; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact { border-bottom: 1px solid var(--line); }
  .fact:nth-child(2n) { border-right: 0; }
  .facts--dark .fact { border-bottom-color: var(--line-dark); }
}

/* ---------- departures / schedule table ---------- */
.sched { border-top: 1px solid var(--line); }
.sec--dark .sched, .facts--dark .sched { border-top-color: var(--line-dark); }
.sched-row {
  display: grid; grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.2fr) minmax(0, .8fr) auto;
  gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line);
  transition: background .25s var(--ease);
}
.sec--dark .sched-row, .facts--dark .sched-row { border-bottom-color: var(--line-dark); }
.sched-row:hover .sched-name { color: var(--brass); }
.sec--dark .sched-row:hover .sched-name { color: var(--brass-lt); }
.sched-name { font-family: var(--serif); font-size: 21px; letter-spacing: -.01em; transition: color .25s; }
.sched-name small { display: block; font-family: var(--sans); font-size: 13.5px; color: var(--muted); margin-top: 3px; }
.sec--dark .sched-name small { color: var(--muted-dark); }
.sched-when, .sched-len { font-size: 14.5px; color: var(--muted); font-variant-numeric: tabular-nums; }
.sec--dark .sched-when, .sec--dark .sched-len { color: var(--muted-dark); }
.sched-cta { justify-self: end; }
@media (max-width: 720px) {
  .sched-row { grid-template-columns: 1fr auto; grid-template-areas: "name cta" "when when"; }
  .sched-name { grid-area: name; font-size: 19px; }
  .sched-cta { grid-area: cta; }
  .sched-when { grid-area: when; }
  .sched-len { display: none; }
}

/* ---------- index list (numbered hairline rows) ---------- */
.index { border-top: 1px solid var(--line); }
.sec--dark .index { border-top-color: var(--line-dark); }
.index-row {
  display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; gap: 20px; align-items: baseline;
  padding: 22px 0; border-bottom: 1px solid var(--line); transition: padding-left .3s var(--ease);
}
.sec--dark .index-row { border-bottom-color: var(--line-dark); }
a.index-row:hover { padding-left: 8px; }
.index-n { font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--brass); font-variant-numeric: tabular-nums; }
.sec--dark .index-n { color: var(--brass-lt); }
.index-t { font-family: var(--serif); font-size: clamp(22px, 2.4vw, 30px); letter-spacing: -.012em; line-height: 1.1; }
.index-d { font-size: 15px; color: var(--muted); line-height: 1.55; margin-top: 8px; max-width: 46em; }
.sec--dark .index-d { color: var(--muted-dark); }
.index-r { font-size: 13px; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; font-weight: 600; text-align: right; white-space: nowrap; }
.sec--dark .index-r { color: var(--muted-dark); }
.index-row--stack { grid-template-columns: 64px minmax(0, 1fr); align-items: start; }
.index-row--stack .index-n { padding-top: 6px; }
@media (max-width: 640px) {
  .index-row { grid-template-columns: 40px minmax(0, 1fr); }
  .index-r { grid-column: 2; text-align: left; margin-top: 6px; }
}
/* itinerary variant */
.day { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.day-k { font-size: 11.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--brass); padding-top: 6px; }
.day-k small { display: block; font-weight: 500; letter-spacing: .08em; color: var(--muted); margin-top: 6px; }
.day-t { font-family: var(--serif); font-size: 24px; letter-spacing: -.012em; line-height: 1.15; }
.day-d { margin-top: 8px; color: var(--muted); font-size: 15.5px; max-width: 52em; }
@media (max-width: 640px) { .day { grid-template-columns: 1fr; gap: 8px; } }

/* ---------- feature panels (alternating image / text) ---------- */
.feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.feature-media { position: relative; overflow: hidden; background: var(--ink-2); }
.feature-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84) contrast(1.04); transition: transform 1.2s var(--ease); }
.feature:hover .feature-media img { transform: scale(1.03); }
.feature-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14, 23, 41, 0) 55%, rgba(14, 23, 41, .32) 100%); pointer-events: none; }
.feature-cap { position: absolute; left: 24px; bottom: 20px; z-index: 1; font-size: 11.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: rgba(246, 241, 232, .85); }
.feature-body { display: flex; align-items: center; padding: clamp(40px, 5.5vw, 88px) clamp(28px, 5vw, 80px); position: relative; }
.feature-body--sand { background: var(--paper-2); }
.feature-body--cream { background: var(--cream); }
.feature-inner { max-width: 520px; position: relative; }
.feature-num { position: absolute; right: clamp(20px, 3vw, 44px); top: clamp(24px, 3vw, 44px); font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(64px, 8vw, 120px); line-height: 1; color: var(--ink); opacity: .07; pointer-events: none; }
.feature--flip .feature-media { order: 2; }
.feature--flip .feature-body { order: 1; }
.feature .eyebrow { margin-bottom: 14px; }
.feature h3 { font-size: clamp(34px, 3.6vw, 48px); font-variation-settings: "opsz" 96; letter-spacing: -.02em; }
.feature-when { margin-top: 12px; font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.feature p.body { margin-top: 20px; color: var(--muted); font-size: 16.5px; }
.feature .tags { margin-top: 22px; }
.feature .btn-row { margin-top: 28px; }
.feature-note { margin-top: 16px; font-size: 13.5px; color: var(--muted); font-variant-numeric: tabular-nums; }
@media (max-width: 860px) {
  .feature, .feature--flip { grid-template-columns: 1fr; min-height: 0; }
  .feature--flip .feature-media { order: 1; } .feature--flip .feature-body { order: 2; }
  .feature-media { aspect-ratio: 4 / 3; }
}

/* ---------- cards ---------- */
.cards { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { background: var(--cream); padding: 30px 28px; }
.card-n { font-family: var(--serif); font-style: italic; font-size: 14px; color: var(--brass); margin-bottom: 16px; }
.card h4 { margin-bottom: 10px; }
.card p { font-size: 15px; color: var(--muted); line-height: 1.6; }
.card .tag { margin-left: 8px; vertical-align: middle; font-size: 10px; padding: 4px 8px; }
.sec--dark .cards { background: var(--line-dark); border-color: var(--line-dark); }
.sec--dark .card, .card--dark { background: var(--ink-2); color: var(--paper); }
.sec--dark .card p, .card--dark p { color: var(--muted-dark); }
.sec--dark .card-n, .card--dark .card-n { color: var(--brass-lt); }
.sec--sand .card { background: var(--paper); }
@media (max-width: 960px) { .cards--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .cards--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .cards--2, .cards--3, .cards--4 { grid-template-columns: 1fr; } }
/* a lone card left dangling on the final row (e.g. a count not divisible by the column count)
   spans the full row instead of leaving broken empty cells beside it */
@media (min-width: 961px) {
  .cards--3 .card:last-child:nth-child(3n+1) { grid-column: 1 / -1; }
  .cards--4 .card:last-child:nth-child(4n+1) { grid-column: 1 / -1; }
}
@media (max-width: 960px) and (min-width: 601px) {
  .cards--3 .card:last-child:nth-child(odd), .cards--4 .card:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
/* checklist grid (what's included) */
.checks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.check { background: var(--cream); padding: 20px 22px; display: flex; gap: 14px; align-items: flex-start; font-size: 15.5px; line-height: 1.5; }
.check::before { content: ""; flex: none; width: 18px; height: 18px; margin-top: 3px; border-radius: 50%; border: 1px solid var(--brass); background:
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5l2.5 2.5L12 5.5' fill='none' stroke='%23A8842F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat; }
.sec--dark .checks { background: var(--line-dark); border-color: var(--line-dark); }
.sec--dark .check { background: var(--ink-2); }
.sec--dark .check::before { border-color: var(--brass-lt); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5l2.5 2.5L12 5.5' fill='none' stroke='%23E4C36F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
@media (max-width: 860px) { .checks { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .checks { grid-template-columns: 1fr; } }
/* plain checklist (ul) */
.list-check li { position: relative; padding: 12px 0 12px 32px; border-bottom: 1px solid var(--line); font-size: 15.5px; }
.list-check li::before { content: ""; position: absolute; left: 0; top: 16px; width: 16px; height: 16px; border-radius: 50%; border: 1px solid var(--brass); background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5l2.5 2.5L12 5.5' fill='none' stroke='%23A8842F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 11px no-repeat; }
.sec--dark .list-check li, .card--dark .list-check li, .panel-side .list-check li { border-bottom-color: var(--line-dark); }

/* photo tile grid (trip ideas, verticals) */
.tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.tiles--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tile { position: relative; aspect-ratio: 16 / 10; overflow: hidden; border-radius: var(--radius); color: var(--paper); display: flex; align-items: flex-end; isolation: isolate; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; filter: saturate(.82) contrast(1.05); transition: transform 1.2s var(--ease); }
.tile:hover img { transform: scale(1.04); }
.tile::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(14, 23, 41, .05) 30%, rgba(14, 23, 41, .82) 100%); }
.tile-in { padding: 24px 26px; }
.tile .eyebrow { margin-bottom: 8px; color: var(--brass-lt); }
.tile h3 { font-size: 26px; }
.tile p { font-size: 14.5px; color: rgba(246, 241, 232, .8); margin-top: 6px; max-width: 32em; }
@media (max-width: 720px) { .tiles, .tiles--3 { grid-template-columns: 1fr; } }
/* photo pair */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.duo figure { margin: 0; position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.duo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.05); }
.duo figcaption { position: absolute; left: 22px; bottom: 18px; font-size: 11.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: rgba(246, 241, 232, .85); text-shadow: 0 1px 10px rgba(0, 0, 0, .5); }
@media (max-width: 640px) { .duo { grid-template-columns: 1fr; } }

/* ---------- two-tone panel (leader program, teacher portal, quote) ---------- */
.panel { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--cream); }
.panel-main { padding: clamp(32px, 4.5vw, 64px); }
.panel-main .eyebrow { margin-bottom: 14px; }
.panel-main p.body { margin-top: 18px; color: var(--muted); font-size: 16px; }
.panel-main p.body + p.body { margin-top: 12px; }
.panel-main .tags { margin-top: 24px; }
.panel-side { background: var(--ink); color: var(--paper); padding: clamp(32px, 4.5vw, 64px); display: flex; flex-direction: column; gap: 24px; justify-content: center; position: relative; }
.panel-side::before { content: ""; position: absolute; left: 0; top: 24px; bottom: 24px; width: 0; border-left: 1px dashed rgba(246, 241, 232, .25); }
.panel-side p { color: var(--muted-dark); font-size: 15px; }
.panel-side .eyebrow { color: var(--brass-lt); margin-bottom: 0; }
.bar-k { display: flex; justify-content: space-between; font-size: 11.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-dark); margin-bottom: 10px; }
.bar { height: 6px; border-radius: 999px; background: rgba(246, 241, 232, .14); overflow: hidden; }
.bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--brass), var(--brass-lt)); border-radius: inherit; }
.panel--flip .panel-main { order: 2; } .panel--flip .panel-side { order: 1; }
@media (max-width: 860px) { .panel, .panel--flip { grid-template-columns: 1fr; } .panel--flip .panel-main { order: 1; } .panel--flip .panel-side { order: 2; } .panel-side::before { display: none; } }

/* ---------- pricing ---------- */
.price { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr); gap: 20px; align-items: stretch; }
.price-card { background: var(--ink); color: var(--paper); border-radius: var(--radius); padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; gap: 18px; }
.price-card .eyebrow { color: var(--brass-lt); margin-bottom: 0; }
.price-big { font-family: var(--serif); font-variation-settings: "opsz" 144; font-size: clamp(54px, 6vw, 80px); line-height: 1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.price-big small { display: block; font-family: var(--sans); font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-dark); margin-top: 12px; }
.price-card p { color: var(--muted-dark); font-size: 15px; }
.price-card p b { color: var(--paper); font-weight: 600; }
.price-card .fine { margin-top: auto; color: rgba(246, 241, 232, .5); }
.plan { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 4vw, 44px); }
.plan .eyebrow { margin-bottom: 12px; }
.plan h3 { font-size: 24px; }
.plan p { color: var(--muted); font-size: 15px; margin-top: 8px; }
.plan-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 8px; margin-top: 22px; }
.plan-cell { border: 1px solid var(--line); border-radius: var(--radius); padding: 12px 10px; text-align: center; background: var(--paper); }
.plan-cell b { display: block; font-size: 10.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.plan-cell span { font-family: var(--serif); font-size: 19px; font-variant-numeric: tabular-nums; }
.plan-cell--dep { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.plan-cell--dep b { color: var(--brass-lt); }
.plan-total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 14px; color: var(--muted); font-variant-numeric: tabular-nums; }
.plan-total b { font-family: var(--serif); font-size: 22px; color: var(--ink); font-weight: 400; }
.price-notes { margin-top: 20px; padding: 20px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-2); font-size: 13.5px; color: var(--muted); line-height: 1.6; }
.price-notes p + p { margin-top: 6px; }
@media (max-width: 860px) { .price { grid-template-columns: 1fr; } }

/* ---------- band (full-bleed dark CTA) ---------- */
.band { background: var(--ink); color: var(--paper); padding-block: clamp(72px, 9vw, 120px); text-align: center; position: relative; overflow: hidden; }
.band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 70% at 50% 100%, rgba(228, 195, 111, .1), transparent 70%); pointer-events: none; }
.band .wrap--narrow { position: relative; }
.band h2 { font-size: clamp(36px, 4.6vw, 64px); }
.band .lede { color: var(--muted-dark); margin: 20px auto 0; }
.band .btn-row { justify-content: center; margin-top: 34px; }
.band .fine { margin-top: 20px; color: rgba(246, 241, 232, .5); letter-spacing: .1em; text-transform: uppercase; font-weight: 600; font-size: 11.5px; }
.band--sand { background: var(--paper-2); color: var(--ink); }
.band--sand::before { display: none; }
.band--sand .lede { color: var(--muted); }
.band--sand .fine { color: var(--muted); }
.band--sand .btn--primary { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.band--sand .btn--ghost { color: var(--ink); border-color: var(--line-strong); }
.band--sand h2 em { color: var(--brass); }
.band--sand .eyebrow { color: var(--brass); }

/* ---------- statement / pull quote ---------- */
.statement { font-family: var(--serif); font-variation-settings: "opsz" 72; font-size: clamp(26px, 3vw, 40px); line-height: 1.25; letter-spacing: -.015em; text-wrap: balance; }
.statement em { font-style: italic; font-weight: 300; color: var(--brass); }
.sec--dark .statement em { color: var(--brass-lt); }
.notice { border-left: 2px solid var(--brass); padding: 22px 28px; background: var(--cream); border-radius: 0 var(--radius) var(--radius) 0; }
.notice .eyebrow { margin-bottom: 10px; }
.notice h4 { font-size: 22px; margin-bottom: 10px; }
.notice p { font-size: 15px; color: var(--muted); }
.notice p + p { margin-top: 10px; }
.sec--dark .notice { background: var(--ink-2); }
.sec--dark .notice p { color: var(--muted-dark); }
.sec--sand .notice { background: var(--paper); }

/* ---------- forms ---------- */
.form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.field { display: grid; gap: 8px; }
.field label { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.field label .opt { font-weight: 500; letter-spacing: 0; text-transform: none; color: var(--muted); }
.field label .req { color: var(--brass); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 16px; color: var(--ink); background: var(--cream);
  border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 14px 16px; line-height: 1.3;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease); appearance: none; -webkit-appearance: none;
}
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' fill='none' stroke='%230E1729' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 14px; padding-right: 40px; }
.field textarea { min-height: 120px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: rgba(92, 99, 115, .6); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(168, 132, 47, .18); }
.field input[aria-invalid="true"] { border-color: var(--error); }
.field input[type="file"] { padding: 11px 14px; font-size: 14px; }
.field input:disabled, .field select:disabled, .field textarea:disabled { opacity: .5; cursor: not-allowed; background: var(--paper-2); }
.sec--dark .field input:disabled, .sec--dark .field select:disabled, .sec--dark .field textarea:disabled { background: rgba(246, 241, 232, .03); }
.field-help { font-size: 13px; color: var(--muted); }
.sec--dark .field label, .sec--dark .field-help, .card--dark .field label { color: var(--muted-dark); }
.sec--dark .field input, .sec--dark .field select, .sec--dark .field textarea, .card--dark .field input { background: rgba(246, 241, 232, .06); border-color: rgba(246, 241, 232, .28); color: var(--paper); }
.sec--dark .field input:focus, .sec--dark .field select:focus, .sec--dark .field textarea:focus { border-color: var(--paper); box-shadow: 0 0 0 3px rgba(228, 195, 111, .18); }
.sec--dark .field input::placeholder, .sec--dark .field textarea::placeholder { color: rgba(246, 241, 232, .45); }
.form-err { font-size: 14px; color: var(--error); min-height: 0; }
.form-err:empty { display: none; }
.sec--dark .form-err { color: #F1A59C; }
.form-note { font-size: 13.5px; color: var(--muted); }
.form-note b { font-weight: 600; color: var(--ink); }
.sec--dark .form-note { color: var(--muted-dark); }
.sec--dark .form-note b { color: var(--paper); }
.form-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 4vw, 44px); }
.form-card .eyebrow { margin-bottom: 10px; }
.form-card h3 { font-size: 24px; margin-bottom: 24px; }
.sec--sand .form-card { background: var(--paper); }
/* choice chips (checkbox / radio) */
.choices { display: flex; flex-wrap: wrap; gap: 8px; }
.choice { position: relative; }
.choice input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.choice span { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: .04em; padding: 10px 16px; border: 1px solid var(--line-strong); border-radius: 999px; transition: background .2s, color .2s, border-color .2s; cursor: pointer; }
.choice input:checked + span { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.choice input:focus-visible + span { outline: 2px solid var(--brass); outline-offset: 2px; }
.sec--dark .choice span { border-color: rgba(246, 241, 232, .35); color: var(--paper); }
.sec--dark .choice input:checked + span { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.checkline { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: var(--muted); cursor: pointer; }
.checkline input { margin: 4px 0 0; accent-color: var(--ink); width: 16px; height: 16px; flex: none; }
.sec--dark .checkline { color: var(--muted-dark); }
.sec--dark .checkline input { accent-color: var(--brass-lt); }
.form-msg { font-family: var(--serif); font-size: 22px; line-height: 1.4; }
.form-msg + p { margin-top: 10px; }
.hp { position: absolute; left: -5000px; }

/* ---------- steps (three steps) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 4vw, 56px); }
.step { position: relative; padding-top: 22px; border-top: 1px solid var(--line-strong); }
.sec--dark .step { border-top-color: var(--line-dark); }
.step-n { font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--brass); margin-bottom: 14px; }
.sec--dark .step-n { color: var(--brass-lt); }
.step h4 { margin-bottom: 10px; }
.step p { font-size: 15.5px; color: var(--muted); }
.sec--dark .step p { color: var(--muted-dark); }
@media (max-width: 720px) { .steps { grid-template-columns: 1fr; gap: 24px; } }

/* ---------- comparison (two options) ---------- */
.options { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.option { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 3.6vw, 44px); display: flex; flex-direction: column; gap: 18px; position: relative; }
.option .eyebrow { margin-bottom: 0; }
.option h3 { font-size: 30px; }
.option p.body { color: var(--muted); font-size: 15.5px; }
.option .list-check { margin-top: 4px; }
.option .btn-row { margin-top: auto; padding-top: 10px; }
.option--dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.option--dark .eyebrow { color: var(--brass-lt); }
.option--dark p.body { color: var(--muted-dark); }
.option--dark h3 em { color: var(--brass-lt); }
.option--dark .btn--primary { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.option-flag { position: absolute; top: 18px; right: 18px; font-size: 10.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--brass-lt); border: 1px solid rgba(228, 195, 111, .5); padding: 6px 10px; border-radius: 999px; }
@media (max-width: 800px) { .options { grid-template-columns: 1fr; } }

/* ---------- contact block ---------- */
.contact-box { border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 30px 36px; display: inline-block; text-align: center; }
.contact-box .eyebrow { margin-bottom: 10px; }
.contact-box a { font-family: var(--serif); font-size: clamp(22px, 2.6vw, 30px); letter-spacing: -.01em; }
.contact-box a:hover { color: var(--brass-lt); }

/* ---------- footer ---------- */
.ftr { background: var(--ink); color: var(--paper); padding: clamp(56px, 7vw, 88px) 0 36px; }
.ftr-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr)); gap: clamp(28px, 4vw, 56px); }
.ftr .brand-word { color: var(--paper); }
.ftr .brand-sub { color: var(--muted-dark); }
.ftr-blurb { margin-top: 18px; font-size: 14.5px; color: var(--muted-dark); max-width: 30em; line-height: 1.6; }
.ftr-blurb a { color: var(--paper); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(246, 241, 232, .35); }
.ftr-h { font-size: 11.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--brass-lt); margin-bottom: 16px; }
.ftr-list li + li { margin-top: 10px; }
.ftr-list a { font-size: 15px; color: rgba(246, 241, 232, .82); transition: color .2s; }
.ftr-list a:hover { color: var(--paper); }
.ftr-foot { margin-top: clamp(40px, 5vw, 64px); padding-top: 24px; border-top: 1px solid var(--line-dark); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; font-size: 12.5px; color: rgba(246, 241, 232, .5); }
.ftr-foot a { color: rgba(246, 241, 232, .7); }
.ftr-foot a:hover { color: var(--paper); }
.ftr-foot .legal { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.ftr-foot p + p { margin-top: 4px; }
.ftr-logo { height: 34px; width: auto; margin-top: 22px; opacity: .55; }
@media (max-width: 860px) { .ftr-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .ftr-grid { grid-template-columns: 1fr; } }

/* ---------- reveal ---------- */
.rv { opacity: 0; transform: translateY(16px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: .08s; } .rv-d2 { transition-delay: .16s; } .rv-d3 { transition-delay: .24s; }
.no-js .rv { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .rv { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ---------- hub triptych (home) ---------- */
.doors { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: min(calc(100svh - 76px), 900px); background: var(--ink); }
.door { position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: flex-end; color: var(--paper); border-right: 1px solid rgba(246, 241, 232, .12); min-height: 560px; }
.door:last-child { border-right: 0; }
.door-bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; filter: saturate(.8) contrast(1.05); transform: scale(1.04); transition: transform 1.4s var(--ease), filter .8s var(--ease); }
.door:hover .door-bg { transform: scale(1.09); filter: saturate(.9) contrast(1.05); }
.door-scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(14, 23, 41, .35) 0%, rgba(14, 23, 41, .08) 35%, rgba(14, 23, 41, .6) 70%, rgba(14, 23, 41, .95) 100%); transition: background .6s var(--ease); }
.door::after { content: ""; position: absolute; inset: 0; z-index: 0; background: rgba(14, 23, 41, 0); transition: background .6s var(--ease); pointer-events: none; }
.doors:hover .door:not(:hover)::after { background: rgba(14, 23, 41, .38); }
.door-in { position: relative; z-index: 1; padding: clamp(28px, 3.4vw, 52px); width: 100%; }
.door .eyebrow { color: var(--brass-lt); margin-bottom: 14px; }
.door h2 { font-size: clamp(34px, 3.4vw, 52px); }
.door h2 em { color: var(--brass-lt); }
.door p { margin-top: 14px; color: rgba(246, 241, 232, .82); font-size: 15.5px; max-width: 24em; }
.door .tags { margin-top: 18px; max-height: 0; opacity: 0; overflow: hidden; transition: max-height .6s var(--ease), opacity .5s var(--ease) .1s; }
.door:hover .tags, .door:focus-within .tags { max-height: 120px; opacity: 1; }
.door .btn { margin-top: 22px; }
.door-link { position: absolute; inset: 0; z-index: 2; }
@media (max-width: 900px) {
  .doors { grid-template-columns: 1fr; min-height: 0; }
  .door { min-height: 540px; border-right: 0; border-bottom: 1px solid rgba(246, 241, 232, .12); }
  .door .tags { display: none; }
  .doors:hover .door:not(:hover)::after { background: none; }
}
.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 0; overflow: hidden; background: var(--cream); }
.marquee-in { display: flex; gap: 10px 40px; font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); justify-content: center; flex-wrap: wrap; text-align: center; line-height: 1.5; }
@media (max-width: 600px) { .marquee-in { gap: 6px 22px; font-size: 11px; letter-spacing: .14em; } }
.marquee-in b { color: var(--brass); font-weight: 600; }

/* ---------- utilities ---------- */
.mt-0 { margin-top: 0 !important; } .mt-1 { margin-top: 8px; } .mt-2 { margin-top: 16px; } .mt-3 { margin-top: 24px; } .mt-4 { margin-top: 36px; } .mt-5 { margin-top: 56px; }
.mb-2 { margin-bottom: 16px; } .mb-3 { margin-bottom: 24px; } .mb-4 { margin-bottom: 36px; }
.center { text-align: center; }
.mx-auto { margin-inline: auto; }
.maxw-s { max-width: 34em; } .maxw-m { max-width: 46em; } .maxw-l { max-width: 60em; }
.flex { display: flex; } .between { justify-content: space-between; } .items-center { align-items: center; } .gap-2 { gap: 16px; }
.hide-m { } @media (max-width: 720px) { .hide-m { display: none !important; } }
.only-m { display: none; } @media (max-width: 720px) { .only-m { display: block; } }

/* ---------- legacy class aliases ----------
   wire-forms.py injects `btn btn-rose` into its mailto fallback markup and must
   not be hand-edited, so the old button classes map onto the new system here. */
.btn-rose { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn-ink { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.sec--dark .btn-rose, .card--dark .btn-rose { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.door .btn--primary { background: var(--paper); color: var(--ink); border-color: var(--paper); }

/* ---------- legacy custom-property aliases (scripts set style.borderColor = 'var(--rose-deep)') ---------- */
:root { --rose: var(--error); --rose-deep: var(--error); --gold: var(--brass); --gold-lt: var(--brass-lt); --sky: var(--ink-3); --ink-mute: var(--muted); }

/* ---------- long-form document pages (policies, privacy) ---------- */
.doc h2 { font-size: clamp(28px, 3vw, 38px); margin: clamp(48px, 6vw, 72px) 0 18px; padding-top: 28px; border-top: 1px solid var(--line); }
.doc h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.doc h3 { font-size: 22px; margin: 34px 0 10px; }
.doc p { margin: 0 0 16px; color: #2E3646; font-size: 16.5px; line-height: 1.7; }
.doc p.legal, .doc ul.legal li { font-size: 15px; }
.doc ul { margin: 0 0 18px; padding-left: 0; }
.doc ul li { position: relative; padding: 10px 0 10px 24px; border-bottom: 1px solid var(--line); font-size: 15.5px; line-height: 1.6; color: #2E3646; }
.doc ul li::before { content: ""; position: absolute; left: 4px; top: 21px; width: 6px; height: 6px; border-radius: 50%; background: var(--brass); }
.doc table { width: 100%; border-collapse: collapse; margin: 6px 0 20px; font-size: 15.5px; }
.doc th { text-align: left; font-size: 11.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--brass); padding: 10px 14px 10px 0; border-bottom: 1px solid var(--line-strong); }
.doc td { padding: 12px 14px 12px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.doc .notice { margin: 18px 0 22px; }
.doc .notice p { margin: 0; }
.doc strong { font-weight: 600; color: var(--ink); }

/* ---------- print (policies + trip pages) ---------- */
@media print {
  .hdr, .mnav, .hdr-menu, .btn-row, .band, .facts .btn--primary, .form-card, form,
  .hero-scrim, .hero-bg, .marquee, .ftr-logo { display: none !important; }
  .hero { min-height: 0; background: none; color: var(--ink); padding-block: 24px; }
  .hero h1, .hero .lede, .hero .eyebrow { color: var(--ink); text-shadow: none; }
  .sec--dark, .card--dark, .panel-side, .band, .ftr { background: none !important; color: var(--ink) !important; }
  .sec { padding-block: 24px; }
  a { text-decoration: underline; }
  body { font-size: 12.5pt; background: #fff; }
  .doc h2, .doc h3 { break-after: avoid; }
  .day, .index-row, .fact, .card { break-inside: avoid; }
}

/* ---------- reservation flow (book) ---------- */
.picker { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 1000px) { .picker { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .picker { grid-template-columns: 1fr; } }
.tcard, .ocard { position: relative; cursor: pointer; display: block; }
.tcard input, .ocard input { position: absolute; opacity: 0; pointer-events: none; }
.tcard-box { display: flex; flex-direction: column; gap: 6px; height: 100%; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 22px 20px; transition: border-color .25s var(--ease), background .3s var(--ease), color .3s var(--ease); }
.tcard:hover .tcard-box { border-color: var(--line-strong); }
.tcard input:focus-visible + .tcard-box, .ocard input:focus-visible + .ocard-box { outline: 2px solid var(--brass); outline-offset: 3px; }
.tc-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 6px; }
.tc-n { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--brass); }
.tc-sel { font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; border: 1px solid var(--line); color: var(--muted); border-radius: 999px; padding: 4px 9px; white-space: nowrap; }
.tc-sel::before { content: "Select"; }
.tc-name { font-family: var(--serif); font-size: 22px; line-height: 1.15; letter-spacing: -.01em; }
.tc-when { font-size: 12.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.tc-price { font-family: var(--serif); font-size: 26px; letter-spacing: -.02em; margin-top: 10px; font-variant-numeric: tabular-nums; }
.tc-price small { display: block; font-family: var(--sans); font-size: 12px; color: var(--muted); margin-top: 3px; letter-spacing: 0; }
.tc-gate { font-size: 12.5px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 10px; margin-top: 8px; }
.tc-links a { font-size: 13.5px; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(14, 23, 41, .3); }
.tcard input:checked + .tcard-box { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.tcard input:checked + .tcard-box .tc-n { color: var(--brass-lt); }
.tcard input:checked + .tcard-box .tc-sel { border-color: rgba(228, 195, 111, .55); color: var(--brass-lt); }
.tcard input:checked + .tcard-box .tc-sel::before { content: "\2713\00a0\00a0Selected"; }
.tcard input:checked + .tcard-box .tc-when, .tcard input:checked + .tcard-box .tc-price small, .tcard input:checked + .tcard-box .tc-gate { color: var(--muted-dark); }
.tcard input:checked + .tcard-box .tc-gate { border-top-color: var(--line-dark); }
.tcard input:checked + .tcard-box .tc-links a { color: var(--brass-lt); text-decoration-color: rgba(228, 195, 111, .4); }
.occ-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 760px; }
@media (max-width: 560px) { .occ-row { grid-template-columns: 1fr; } }
.ocard-box { display: flex; flex-direction: column; gap: 4px; height: 100%; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; transition: border-color .25s var(--ease), background .3s var(--ease), color .3s var(--ease); }
.ocard:hover .ocard-box { border-color: var(--line-strong); }
.oc-t { font-family: var(--serif); font-size: 21px; }
.oc-s { font-size: 14px; color: var(--muted); }
.oc-p { font-family: var(--serif); font-size: 26px; margin-top: 10px; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.oc-p small { display: block; font-family: var(--sans); font-size: 12px; color: var(--muted); margin-top: 3px; }
.ocard input:checked + .ocard-box { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.ocard input:checked + .ocard-box .oc-s, .ocard input:checked + .ocard-box .oc-p small { color: var(--muted-dark); }
.g-reveal { display: none; border-top: 1px dashed var(--line); padding-top: 18px; }
.g-reveal.open { display: block; }
/* schedule board — the flow script renders .srow rows into #schedRows */
.board { background: var(--ink); color: var(--paper); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--ink); }
.board-head { display: flex; align-items: center; gap: 12px; padding: 18px 26px; border-bottom: 1px solid var(--line-dark); font-size: 11.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--brass-lt); }
.board-head .blink { width: 7px; height: 7px; border-radius: 50%; background: var(--brass-lt); flex: none; }
.board-head .rt { margin-left: auto; color: var(--muted-dark); letter-spacing: .1em; font-weight: 500; text-transform: none; font-size: 13px; }
.board-foot { padding: 14px 26px 16px; font-size: 13px; color: var(--muted-dark); border-top: 1px solid var(--line-dark); }
.srow { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 18px; align-items: baseline; padding: 15px 26px; border-bottom: 1px solid var(--line-dark); }
.srow .sl b { font-weight: 600; font-size: 15.5px; }
.srow .sd { display: block; font-size: 12.5px; color: var(--muted-dark); margin-top: 2px; }
.srow .sv { font-family: var(--serif); font-size: 20px; white-space: nowrap; text-align: right; font-variant-numeric: tabular-nums; }
.srow.dep { background: rgba(228, 195, 111, .07); }
.srow.dep .sv { color: var(--brass-lt); }
.srow.total { border-bottom: 0; background: rgba(246, 241, 232, .05); }
.srow.total .sv { font-size: 26px; color: var(--brass-lt); }
@media (max-width: 560px) { .board-head { padding: 14px 18px; } .board-head .rt { display: none; } .srow { padding: 13px 18px; } .board-foot { padding: 12px 18px 14px; } }
.f-summary b { color: var(--ink); font-weight: 600; }

/* ---- ported pages (spring break, charter-bus) ---- */
.sb-departures .dep-wrap { display: grid; gap: 34px; margin-top: clamp(24px, 3vw, 40px); }
.sb-departures .dep-state h3 { font-family: var(--serif); font-weight: 500; font-size: 1.35rem; margin: 0 0 12px; }
.sb-departures .dep-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table.dep { width: 100%; border-collapse: collapse; font-size: .95rem; min-width: 640px; }
table.dep th, table.dep td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
table.dep th { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
table.dep td.num, table.dep th.num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
table.dep td.num { font-weight: 700; color: var(--ink); }
table.dep .peak { display: inline-block; margin-left: 8px; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase;
  padding: 2px 7px; border-radius: 999px; background: var(--brass-lt); color: var(--ink); vertical-align: middle; }
/* phones: the price is the point — stack each departure as a card so it is never off-screen */
@media (max-width: 720px) {
  table.dep { min-width: 0; display: block; }
  table.dep thead { display: none; }
  table.dep tbody { display: grid; gap: 12px; }
  table.dep tr { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 12px; padding: 14px 16px;
    border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
  table.dep td { border: 0; padding: 0; }
  table.dep td:nth-child(1) { grid-column: 1 / -1; font-size: 1.05rem; }
  table.dep td:nth-child(2) { grid-column: 1 / -1; opacity: .85; }
  table.dep td:nth-child(3) { grid-column: 1 / -1; font-size: .9rem; opacity: .75; margin-bottom: 6px; }
  table.dep td.num { text-align: left; font-size: 1.15rem; }
  table.dep td.num::before { display: block; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; opacity: .6; font-weight: 600; margin-bottom: 2px; }
  table.dep td:nth-child(4)::before { content: "Per student"; }
  table.dep td:nth-child(5)::before { content: "Per chaperone"; }
}

/* ---- leader tools (portal, agreement) ----
   Small components the shared system has no equivalent for: the code-entry
   field, the live stat row, the 15-square seat picture, the share-link field,
   the roster table, the agreement banner and the sign block. All built from
   existing tokens (--ink/--paper/--cream/--line/--brass/--error/--serif/
   --sans/--mono) — no new colours or fonts. JS sets these class names
   directly (leaders/portal/index.html, leaders/agreement/index.html) so the
   names themselves must not change. */

/* leader code field */
.code-input { font-family: var(--mono); font-size: 20px; letter-spacing: .12em; text-align: center; text-transform: uppercase; }

/* live stat row */
.dash-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 18px; margin-bottom: 6px; }
.dash-code { font-family: var(--mono); font-size: 13px; color: var(--muted); background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 3px 10px; }
.trip-line { color: var(--muted); margin: 0 0 26px; }
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; }
.stat { border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; background: var(--cream); }
.stat .n { font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1; font-variant-numeric: tabular-nums; }
.stat .l { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: 7px; }
.stat.gold .n { color: var(--brass); }
.stat.rose .n { color: var(--error); }

/* the 15-square seat picture (JS sets className to "seat", "seat paid", "seat you", "seat you won") */
.seats { display: flex; flex-wrap: wrap; gap: 7px; margin: 8px 0 4px; }
.seat { width: 34px; height: 34px; border-radius: var(--radius); border: 1px solid var(--line-strong); background: var(--paper); display: flex; align-items: center; justify-content: center; font-family: var(--mono); font-size: 11px; color: var(--muted); }
.seat.paid { background: var(--brass-lt); border-color: var(--brass); color: var(--ink); font-weight: 600; }
.seat.you { border-style: dashed; border-color: var(--error); color: var(--error); font-weight: 600; }
.seat.you.won { background: var(--error); border-style: solid; color: var(--paper); }
.marker-line { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 11px; color: var(--muted); margin-top: 10px; }
.status-label { margin-top: 16px; font-weight: 600; }
.status-label.qualified { color: #2E7D57; }

/* share-link field */
.share-field input { width: 100%; font-family: var(--mono); font-size: 13.5px; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--paper); color: var(--ink); }
.share-copy { display: flex; align-items: center; gap: 12px; margin-top: 12px; }
.copied-note { color: #2E7D57; font-weight: 600; font-size: 14px; opacity: 0; transition: opacity .3s; }
.copied-note.on { opacity: 1; }

/* roster (first names only, by design) */
.roster table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.roster th { font-size: 10.5px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); text-align: left; padding: 0 12px 10px; border-bottom: 1px solid var(--line); }
.roster td { padding: 12px; border-bottom: 1px solid var(--line); }
.roster tr:last-child td { border-bottom: none; }
.roster .num { text-align: right; }
.roster .empty { color: var(--muted); text-align: center; padding: 26px 0; }
.roster .tag.paid { background: rgba(46, 125, 87, .1); border-color: rgba(46, 125, 87, .35); color: #2E7D57; }
.roster .tag.deposit { background: rgba(168, 132, 47, .12); border-color: rgba(168, 132, 47, .4); color: var(--brass); }

/* agreement banner on the portal */
.agree-banner { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; justify-content: space-between; background: rgba(168, 132, 47, .1); border: 1px solid rgba(168, 132, 47, .4); border-radius: var(--radius); padding: 16px 20px; margin-bottom: 18px; }
.agree-banner p { margin: 0; font-size: 14.5px; }
.agree-banner.signed { background: rgba(46, 125, 87, .07); border-color: rgba(46, 125, 87, .3); }

/* agreement page: the "what you earn" number strip and the sign block */
.num-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; margin: 18px 0; }
.num-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 15px 17px; background: var(--cream); font-size: 14.5px; color: var(--muted); }
.num-card b { display: block; font-family: var(--serif); font-weight: 400; font-size: 19px; color: var(--ink); margin-bottom: 3px; }
.sign-name { font-family: var(--serif) !important; font-style: italic; font-size: 22px !important; }
.sign-ok { text-align: center; padding: 10px 0; }
.sign-ok .big { font-family: var(--serif); font-weight: 400; font-size: 30px; margin: 6px 0; }
.sign-ok p { color: var(--muted); }

/* spring break departures: booking cell spans the card on phones */
@media (max-width:720px){ table.dep td:nth-child(6){ grid-column:1 / -1; margin-top:8px } }
