/* ===========================================================================
   Byron Bay Buses — design system v2 "Cape Byron"
   Basalt headland, deep water, sea glass, and the light.
   One stylesheet. No framework, no icon fonts.
   =========================================================================== */

/* ---------- tokens ---------- */
:root {
  --ink:        #0b1418;
  --ink-2:      #101e24;
  --deep:       #0f3339;
  --deep-2:     #14434a;
  --surf:       #17696f;
  --surf-lift:  #2a9aa1;
  --beam:       #ffc233;
  --beam-warm:  #ffab00;
  --glass:      #e9f1ee;
  --glass-2:    #dbe8e3;
  --glass-deep: #c9ded8;
  --paper:      #ffffff;
  --slate:      #4c5f63;
  --slate-2:    #6a7d80;
  --hairline:   #d6e0dd;

  --display: "Bricolage Grotesque", "Trebuchet MS", "Segoe UI", sans-serif;
  --body:    "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --t-hero:  clamp(2.5rem, 1.1rem + 4.4vw, 4.75rem);
  --t-h1:    clamp(2rem, 1.35rem + 2.6vw, 3.25rem);
  --t-h2:    clamp(1.6rem, 1.2rem + 1.6vw, 2.35rem);
  --t-h3:    clamp(1.15rem, 1.03rem + 0.55vw, 1.4rem);
  --t-h4:    1.0625rem;
  --t-lead:  clamp(1.08rem, 1.01rem + 0.36vw, 1.28rem);
  --t-base:  1.0625rem;
  --t-small: 0.905rem;
  --t-micro: 0.78rem;

  --s1: .5rem;  --s2: .75rem; --s3: 1rem;   --s4: 1.5rem;
  --s5: 2rem;   --s6: 3rem;   --s7: 4.75rem; --s8: 7rem;

  --wrap: 1200px;
  --wrap-narrow: 44rem;
  --measure: 66ch;

  --r-sm: 3px;
  --r:    8px;
  --r-lg: 18px;

  --ring: 0 0 0 3px rgba(255,194,51,.6);
  --lift: 0 1px 2px rgba(11,20,24,.04), 0 14px 34px -18px rgba(11,20,24,.30);
  --lift-2: 0 2px 4px rgba(11,20,24,.05), 0 28px 60px -28px rgba(11,20,24,.42);
  --ease: cubic-bezier(.2,.7,.3,1);

  --bar-h: 4.25rem;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 6.5rem; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: var(--t-base);
  line-height: 1.66;
  color: var(--ink);
  background: var(--paper);
  font-synthesis-weight: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg, video, iframe { max-width: 100%; height: auto; display: block; }
img { background: var(--glass-2); }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.09;
  letter-spacing: -0.022em;
  margin: 0 0 var(--s3);
  text-wrap: balance;
  font-variation-settings: "opsz" 36;
}
h1 { font-size: var(--t-h1); }
h2 { font-size: var(--t-h2); }
h3 { font-size: var(--t-h3); letter-spacing: -0.012em; font-variation-settings: "opsz" 18; }
h4 { font-size: var(--t-h4); letter-spacing: -0.006em; font-variation-settings: "opsz" 14; }
p  { margin: 0 0 var(--s3); text-wrap: pretty; }
a  { color: var(--surf); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--deep); }
ul, ol { margin: 0 0 var(--s3); padding-left: 1.2rem; }
li { margin-bottom: .4rem; }
li::marker { color: var(--surf-lift); }
strong { font-weight: 600; }
hr { border: 0; border-top: 1px solid var(--hairline); margin: var(--s5) 0; }
:focus-visible { outline: 3px solid var(--beam); outline-offset: 2px; border-radius: 2px; }
::selection { background: var(--beam); color: var(--ink); }

/* ---------- layout ---------- */
.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.wrap-narrow { width: min(100% - 2.5rem, var(--wrap-narrow)); margin-inline: auto; }
.section { padding-block: var(--s7); position: relative; }
.section--tight { padding-block: var(--s6); }
.section--glass { background: var(--glass); }
.section--dark {
  background:
    radial-gradient(120% 90% at 82% 0%, rgba(42,154,161,.22), transparent 62%),
    linear-gradient(180deg, var(--deep) 0%, var(--ink-2) 100%);
  color: var(--glass);
}
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: var(--paper); }
.section--dark a { color: var(--beam); }
.section--dark a:hover { color: var(--paper); }
.section--dark .lead, .section--dark .small { color: rgba(233,241,238,.76); }

.skip {
  position: absolute; left: var(--s3); top: -100px; z-index: 300;
  background: var(--beam); color: var(--ink); font-weight: 600;
  padding: var(--s2) var(--s4); border-radius: var(--r-sm);
  transition: top .15s var(--ease);
}
.skip:focus { top: var(--s3); }

/* ---------- signature: the light ---------- */
.beamrule {
  height: 1px; border: 0; margin: 0;
  background: linear-gradient(90deg, transparent 0%, var(--hairline) 10%, var(--hairline) 90%, transparent 100%);
  position: relative; overflow: visible;
}
.beamrule::after {
  content: ""; position: absolute; top: -1px; left: var(--beam-pos, 18%);
  width: 10%; height: 3px; border-radius: 3px;
  background: linear-gradient(90deg, transparent, var(--beam), transparent);
}
.section--dark + .beamrule, .beamrule.on-dark { background: linear-gradient(90deg, transparent, rgba(233,241,238,.2) 10%, rgba(233,241,238,.2) 90%, transparent); }

/* ===========================================================================
   HEADER — two tiers. Utility row carries the things people ring about;
   the main row stays uncluttered so the nav never wraps.
   =========================================================================== */
.masthead { position: sticky; top: 0; z-index: 100; }

.utility {
  background: var(--ink);
  color: rgba(233,241,238,.72);
  font-size: var(--t-small);
  border-bottom: 1px solid rgba(233,241,238,.09);
}
.utility__bar { display: flex; align-items: center; gap: var(--s4); min-height: 2.4rem; }
.utility a { color: rgba(233,241,238,.9); text-decoration: none; }
.utility a:hover { color: var(--beam); text-decoration: underline; }
.utility__spacer { margin-left: auto; }
.utility__item { display: inline-flex; align-items: center; gap: .45rem; white-space: nowrap; }
.utility__item svg { width: 15px; height: 15px; flex: none; stroke: var(--beam); }
@media (max-width: 60rem) { .utility__hide { display: none; } }

.masthead__bar {
  display: flex; align-items: center; gap: var(--s4);
  min-height: var(--bar-h);
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid var(--hairline);
  width: 100%;
}
.masthead__inner { display: flex; align-items: center; gap: var(--s4); width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }

.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--ink); flex: none; }
.brand img { width: 40px; height: 40px; border-radius: 50%; background: none; }
.brand__name { font-family: var(--display); font-weight: 700; font-size: 1.075rem; line-height: 1.05; letter-spacing: -0.02em; display: grid; }
.brand__name span {
  font-family: var(--body); font-weight: 500; font-size: .66rem; letter-spacing: .04em;
  color: var(--slate-2); margin-top: .16rem;
}

.nav { margin-left: auto; }
.nav ul { display: flex; gap: var(--s4); list-style: none; margin: 0; padding: 0; }
.nav li { margin: 0; }
.nav a {
  text-decoration: none; color: var(--ink); font-weight: 500; font-size: .97rem;
  white-space: nowrap; padding-block: .4rem; position: relative; display: block;
}
.nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -.1rem; height: 2px;
  background: var(--beam); transform: scaleX(0); transform-origin: left;
  transition: transform .22s var(--ease);
}
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav a[aria-current="page"] { font-weight: 600; }
@media (max-width: 68rem) { .nav { display: none; } }

.masthead__actions { display: flex; align-items: center; gap: var(--s2); flex: none; margin-left: auto; }
@media (min-width: 68.01rem) { .masthead__actions { margin-left: 0; } }

.navtoggle {
  display: none; align-items: center; gap: .45rem; background: none; border: 1px solid var(--hairline);
  border-radius: var(--r-sm); padding: .5rem .75rem; font: inherit; font-size: .92rem; font-weight: 600;
  color: var(--ink); cursor: pointer;
}
.navtoggle svg { width: 20px; height: 20px; }
@media (max-width: 68rem) { .navtoggle { display: inline-flex; } }
/* On a phone the fixed action bar carries the quote CTA, so the header
   keeps only the brand and the menu — nothing has to be squeezed. */
@media (max-width: 48rem) {
  .masthead__actions > .btn--primary { display: none; }
  .brand img { width: 34px; height: 34px; }
  .brand__name { font-size: .98rem; }
  .brand__name span { font-size: .6rem; }
  .masthead__bar { min-height: 3.6rem; }
  .utility__bar { justify-content: center; }
}
@media (max-width: 26rem) { .navtoggle { padding: .5rem .6rem; } }

/* ---------- mobile sheet ---------- */
.navsheet {
  border: 0; padding: 0; width: min(92vw, 26rem); max-width: none; height: 100dvh; max-height: 100dvh;
  margin: 0 0 0 auto; background: var(--ink); color: var(--glass);
}
.navsheet::backdrop { background: rgba(11,20,24,.6); backdrop-filter: blur(3px); }
.navsheet__inner { padding: var(--s5) var(--s4) var(--s6); display: grid; gap: var(--s4); }
.navsheet__close {
  justify-self: end; background: none; border: 1px solid rgba(233,241,238,.25); color: var(--glass);
  border-radius: var(--r-sm); padding: .45rem .8rem; font: inherit; font-size: .9rem; cursor: pointer;
}
.navsheet nav ul { list-style: none; margin: 0; padding: 0; display: grid; }
.navsheet nav li { margin: 0; border-bottom: 1px solid rgba(233,241,238,.1); }
.navsheet nav a {
  display: block; padding: .85rem 0; color: var(--glass); text-decoration: none;
  font-family: var(--display); font-weight: 600; font-size: 1.2rem; letter-spacing: -0.015em;
}
.navsheet nav a:hover { color: var(--beam); }
.navsheet__foot { margin-top: var(--s3); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--body); font-weight: 600; font-size: .97rem; line-height: 1;
  padding: .85rem 1.4rem; border-radius: var(--r-sm); border: 1px solid transparent;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: background-color .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease), transform .18s var(--ease);
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--beam); color: var(--ink); box-shadow: 0 1px 0 rgba(11,20,24,.08); }
.btn--primary:hover { background: var(--beam-warm); color: var(--ink); }
.btn--ghost { border-color: currentColor; color: var(--ink); background: transparent; }
.btn--ghost:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.section--dark .btn--ghost, .hero .btn--ghost { color: var(--paper); }
.section--dark .btn--ghost:hover, .hero .btn--ghost:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn--dark { background: var(--deep); color: var(--paper); }
.btn--dark:hover { background: var(--ink); color: var(--paper); }
.btn--call {
  background: transparent; color: var(--ink); border-color: var(--hairline);
  font-family: var(--display); font-weight: 700; letter-spacing: -0.01em;
}
.btn--call:hover { border-color: var(--ink); color: var(--ink); background: var(--glass); }
.btn--wide { width: 100%; }
.btnrow { display: flex; flex-wrap: wrap; gap: var(--s2); align-items: center; }

/* ---------- search ---------- */
.searchwrap { position: relative; flex: none; }
.searchform {
  display: flex; align-items: center; gap: .45rem;
  border: 1px solid var(--hairline); border-radius: 999px; padding: .3rem .3rem .3rem .75rem;
  background: var(--paper); min-width: 12.5rem;
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.searchform:focus-within { border-color: var(--surf); box-shadow: 0 0 0 3px rgba(23,105,111,.12); }
.searchform > svg { width: 17px; height: 17px; color: var(--slate-2); flex: none; }
.searchform input {
  border: 0; outline: 0; background: none; font: inherit; font-size: .92rem; padding: .35rem 0;
  width: 100%; min-width: 0; color: var(--ink);
}
.searchform kbd {
  font: inherit; font-size: .7rem; color: var(--slate-2); border: 1px solid var(--hairline);
  border-radius: 4px; padding: .05rem .32rem; flex: none;
}
.searchform button[type="submit"] {
  position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}
.navsheet .searchform { background: rgba(233,241,238,.08); border-color: rgba(233,241,238,.2); }
.navsheet .searchform input { color: var(--glass); }
.navsheet .searchform input::placeholder { color: rgba(233,241,238,.5); }
@media (max-width: 80rem) { .masthead__bar .searchwrap { display: none; } }

.searchpanel {
  position: absolute; top: calc(100% + .55rem); right: 0; width: min(30rem, 88vw);
  background: var(--paper); border: 1px solid var(--hairline); border-radius: var(--r);
  box-shadow: var(--lift-2); z-index: 120; max-height: 70vh; overflow: auto;
}
.searchpanel ul { list-style: none; margin: 0; padding: .4rem; }
.searchresult { margin: 0; }
.searchresult a { display: grid; gap: .15rem; padding: .7rem .8rem; border-radius: var(--r-sm); text-decoration: none; color: var(--ink); }
.searchresult a:hover, .searchresult a:focus { background: var(--glass); }
.searchresult strong { font-family: var(--display); font-size: 1rem; }
.searchresult__page { font-size: var(--t-micro); color: var(--surf); }
.searchresult span:last-child { font-size: var(--t-small); color: var(--slate); }
.searchresult--empty p { margin: 0; padding: .9rem; font-size: var(--t-small); color: var(--slate); }

.bigsearch {
  display: flex; align-items: center; gap: .6rem; border: 1px solid var(--hairline);
  border-radius: 999px; padding: .55rem 1.1rem; background: var(--paper); max-width: 34rem;
}
.bigsearch svg { width: 20px; height: 20px; color: var(--slate-2); flex: none; }
.bigsearch input { border: 0; outline: 0; background: none; font: inherit; font-size: 1.05rem; width: 100%; padding: .3rem 0; }

/* ===========================================================================
   HERO — a photograph of the place, with the light across it.
   =========================================================================== */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  background: var(--ink);
  color: var(--glass);
  padding-block: clamp(3.5rem, 2rem + 7vw, 7rem);
  display: grid; align-items: center;
  min-height: clamp(25rem, 26vw + 13rem, 37rem);
}
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; background: var(--ink); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(96deg, rgba(11,20,24,.93) 0%, rgba(11,20,24,.80) 30%, rgba(11,20,24,.34) 58%, rgba(11,20,24,.10) 82%, rgba(11,20,24,.06) 100%),
    linear-gradient(180deg, rgba(11,20,24,.60) 0%, transparent 26%, transparent 64%, rgba(11,20,24,.45) 100%);
}
/* the light sweep */
.hero::after {
  content: ""; position: absolute; z-index: -1; top: -40%; right: -6%;
  width: 40%; height: 180%; pointer-events: none; opacity: .7;
  background: conic-gradient(from 202deg at 60% 0%, transparent 0deg, rgba(255,194,51,.13) 6deg, rgba(255,194,51,.03) 14deg, transparent 21deg);
  filter: blur(16px);
}
/* On a phone the frame is portrait, so the scrim has to come from the bottom
   rather than the side or the lead text sits on the bright part of the photo. */
@media (max-width: 48rem) {
  .hero::before {
    background:
      linear-gradient(180deg, rgba(11,20,24,.86) 0%, rgba(11,20,24,.72) 34%, rgba(11,20,24,.80) 62%, rgba(11,20,24,.94) 100%);
  }
  .hero__media img { object-position: center 40%; }
  .hero::after { opacity: .45; }
}
.hero--plain { min-height: auto; padding-block: clamp(3rem, 2rem + 4vw, 5rem); }
.hero--plain::after { opacity: .55; }
.hero .wrap { position: relative; }
.hero__eyebrow {
  font-size: var(--t-small); font-weight: 500; color: var(--beam);
  margin: 0 0 var(--s3); display: flex; align-items: flex-start; gap: .7rem; max-width: 46ch;
}
.hero__eyebrow::before { content: ""; width: 2rem; height: 2px; background: var(--beam); flex: none; margin-top: .72em; }
.hero h1 { font-size: var(--t-hero); color: var(--paper); max-width: 19ch; margin-bottom: var(--s4); font-variation-settings: "opsz" 72; letter-spacing: -0.03em; }
.hero__lead { font-size: var(--t-lead); color: rgba(233,241,238,.88); max-width: 54ch; margin-bottom: var(--s5); }
.hero .btnrow { gap: var(--s3); }

.hero__facts {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
  gap: var(--s4) var(--s5); margin-top: var(--s6);
  border-top: 1px solid rgba(233,241,238,.2); padding-top: var(--s4);
}
.hero__facts { list-style: none; padding: 0; }
.hero__facts li, .hero__facts div { display: grid; gap: .15rem; margin: 0; }
.hero__facts b, .hero__facts strong {
  font-family: var(--display); font-weight: 700; font-size: clamp(1.35rem, 1.1rem + .8vw, 1.75rem);
  color: var(--beam); letter-spacing: -0.02em; line-height: 1.1;
}
.hero__facts span { font-size: var(--t-small); color: rgba(233,241,238,.72); }

/* ---------- breadcrumbs ---------- */
.crumbs { padding-block: var(--s3); font-size: var(--t-small); color: var(--slate); }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; }
.crumbs li { margin: 0; display: flex; align-items: center; gap: .5rem; }
.crumbs li + li::before { content: "/"; color: var(--hairline); }
.crumbs a { color: var(--slate); text-decoration: none; }
.crumbs a:hover { color: var(--surf); text-decoration: underline; }

/* ---------- section headings ---------- */
.head { max-width: var(--measure); margin-bottom: var(--s5); }
.head h2 { margin-bottom: var(--s3); }
.eyebrow {
  font-size: var(--t-small); font-weight: 500; color: var(--surf);
  margin: 0 0 var(--s2); display: flex; align-items: flex-start; gap: .6rem;
}
.eyebrow::before { content: ""; width: 1.5rem; height: 2px; background: var(--beam); flex: none; margin-top: .72em; }
.section--dark .eyebrow { color: var(--beam); }
.lead { font-size: var(--t-lead); color: var(--slate); max-width: var(--measure); }
.small { font-size: var(--t-small); color: var(--slate); }
.mb0 { margin-bottom: 0; }

/* ---------- grids ---------- */
.grid { display: grid; gap: var(--s4); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)); }
@media (min-width: 62rem) { .grid--3 { grid-template-columns: repeat(3, 1fr); } }
.split { display: grid; gap: var(--s5); }
@media (min-width: 56rem) {
  .split { grid-template-columns: 1fr 1fr; align-items: start; }
  .split:has(> :only-child) { grid-template-columns: minmax(0, var(--measure)); }
  .split--wide { grid-template-columns: 1.2fr .8fr; gap: var(--s6); }
}

/* ---------- cards ---------- */
.card {
  background: var(--paper); border: 1px solid var(--hairline); border-radius: var(--r);
  overflow: hidden; display: flex; flex-direction: column;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.card:hover { border-color: var(--glass-deep); box-shadow: var(--lift); }
.card > img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.card__body { padding: var(--s4); display: flex; flex-direction: column; gap: var(--s2); flex: 1; }
.card__body h3 { margin: 0; }
.card__body p { margin: 0; font-size: var(--t-small); color: var(--slate); }
.card__body .btn { margin-top: auto; align-self: flex-start; }
.card__body .btn--dark {
  background: none; color: var(--deep); border: 0; padding: .2rem 0;
  border-bottom: 2px solid var(--beam); border-radius: 0;
}
.card__body .btn--dark:hover { background: none; color: var(--ink); border-bottom-color: var(--ink); }
.section--glass .card { border-color: var(--glass-deep); }
.section--dark .card { background: rgba(233,241,238,.05); border-color: rgba(233,241,238,.16); }
.section--dark .card__body p { color: rgba(233,241,238,.74); }

.callout {
  border-left: 2px solid var(--beam); padding: 0 0 0 var(--s4);
}
.callout h3, .callout h4 { margin-bottom: .35rem; }
.callout p:last-child { margin-bottom: 0; }
.callout p { font-size: var(--t-small); color: var(--slate); }
.section--dark .callout { border-left-color: var(--beam); }
.section--dark .callout p { color: rgba(233,241,238,.76); }
.grid .callout { padding-block: .1rem; }

/* ===========================================================================
   FLEET — the seat ladder. The number is the picture.
   =========================================================================== */
.fleet { display: grid; gap: 0; border-top: 1px solid var(--hairline); counter-reset: none; }
.fleet__item {
  display: grid; gap: var(--s2) var(--s5); align-items: baseline;
  grid-template-columns: 1fr; padding-block: var(--s4);
  border-bottom: 1px solid var(--hairline); position: relative;
}
@media (min-width: 44rem) {
  .fleet__item { grid-template-columns: 7rem 14.5rem 1fr; align-items: center; }
}
.fleet__seats {
  font-family: var(--display); font-weight: 700; line-height: .88;
  font-size: clamp(2.6rem, 2rem + 2.2vw, 3.9rem); letter-spacing: -0.045em;
  color: var(--ink); display: flex; align-items: baseline; gap: .4rem;
  bottom: 0; vertical-align: baseline;
  font-variation-settings: "opsz" 60;
}
.fleet__seats sub, .fleet__seats span {
  font-family: var(--body); font-size: var(--t-micro); font-weight: 600;
  letter-spacing: .02em; color: var(--slate-2); bottom: 0; vertical-align: baseline;
}
.fleet__item > img { display: none; }
.fleet__item .small { grid-column: 1 / -1; color: var(--slate-2); }
@media (min-width: 44rem) { .fleet__item .small { grid-column: 3; margin-top: .35rem; } }
.fleet__item h3 { margin: 0; }
.fleet__item p { margin: 0; font-size: var(--t-small); color: var(--slate); max-width: 52ch; }
.fleet__item::after {
  content: ""; position: absolute; left: 0; bottom: -1px; height: 2px;
  width: var(--cap, 0%); background: linear-gradient(90deg, var(--beam), rgba(255,194,51,0));
}
.section--glass .fleet, .section--glass .fleet__item { border-color: var(--glass-deep); }
.section--dark .fleet, .section--dark .fleet__item { border-color: rgba(233,241,238,.16); }
.section--dark .fleet__seats { color: var(--beam); }
.section--dark .fleet__item p { color: rgba(233,241,238,.74); }

/* ---------- routes / definition rows ---------- */
.routes { display: grid; gap: 0; border-top: 1px solid var(--hairline); }
.routes > div {
  display: grid; gap: .2rem var(--s4); padding-block: var(--s3);
  border-bottom: 1px solid var(--hairline); grid-template-columns: 1fr auto; align-items: baseline;
}
.routes strong { font-family: var(--display); font-size: 1.05rem; font-weight: 700; }
.routes .time { font-family: var(--display); font-weight: 700; color: var(--surf); white-space: nowrap; }
.routes p, .routes .small { grid-column: 1 / -1; margin: 0; font-size: var(--t-small); color: var(--slate); }

/* ---------- tables ---------- */
.tablewrap { overflow-x: auto; margin-bottom: var(--s4); border: 1px solid var(--hairline); border-radius: var(--r); }
table { border-collapse: collapse; width: 100%; font-size: var(--t-small); }
caption { text-align: left; font-size: var(--t-small); color: var(--slate); padding: var(--s3); }
th, td { text-align: left; padding: .8rem var(--s3); border-bottom: 1px solid var(--hairline); vertical-align: top; }
thead th { background: var(--glass); font-family: var(--display); font-weight: 700; font-size: .9rem; white-space: nowrap; }
tbody tr:last-child td { border-bottom: 0; }

/* ---------- longform ---------- */
.longform { max-width: var(--measure); }
.longform > p:first-of-type { font-size: var(--t-lead); color: var(--slate); }
.longform h3 { margin-top: var(--s6); padding-top: var(--s3); border-top: 1px solid var(--hairline); }
.longform h4 {
  margin: var(--s5) 0 var(--s2); color: var(--deep);
  display: flex; align-items: baseline; gap: .6rem;
}
.longform h4::before { content: ""; width: .45rem; height: .45rem; border-radius: 50%; background: var(--beam); flex: none; }
.longform ul, .longform ol { margin-bottom: var(--s4); }
.section--dark .longform h3 { border-top-color: rgba(233,241,238,.16); }
.section--dark .longform h4 { color: var(--beam); }

.prose { max-width: var(--measure); }
.prose h2 { margin-top: var(--s6); }
.prose h3 { margin-top: var(--s5); }

.stack { display: grid; gap: var(--s4); }
.keyfacts {
  background: var(--glass); border-radius: var(--r); padding: var(--s4);
  border-left: 2px solid var(--beam);
}
.keyfacts h3, .keyfacts h4 { margin-top: 0; }
.keyfacts ul { margin-bottom: 0; }
.keyfacts p:last-child { margin-bottom: 0; }
.section--dark .keyfacts { background: rgba(233,241,238,.06); }

.timeline { display: grid; gap: 0; border-left: 1px solid var(--hairline); padding-left: var(--s4); margin-left: .35rem; }
.timeline > div { position: relative; padding-block: var(--s3); }
.timeline > div::before {
  content: ""; position: absolute; left: calc(-1 * var(--s4) - .35rem); top: 1.45rem;
  width: .6rem; height: .6rem; border-radius: 50%; background: var(--paper); border: 2px solid var(--surf);
}
.timeline .time { font-family: var(--display); font-weight: 700; color: var(--surf); display: block; font-size: .95rem; }
.timeline strong { display: block; font-family: var(--display); font-size: 1.05rem; margin-top: .1rem; }
.timeline p { margin: .25rem 0 0; font-size: var(--t-small); color: var(--slate); }

.meta { font-size: var(--t-small); color: var(--slate-2); }
.note { font-size: var(--t-small); color: var(--slate); border-left: 2px solid var(--glass-deep); padding-left: var(--s3); }
.hint { font-size: var(--t-small); color: var(--slate-2); margin-top: .3rem; }
.tag {
  display: inline-block; font-size: var(--t-micro); font-weight: 600; color: var(--deep);
  background: var(--glass); border-radius: 999px; padding: .25rem .7rem;
}
.check { list-style: none; padding-left: 0; }
.check li { display: flex; gap: .6rem; align-items: baseline; }
.check li::before { content: ""; width: .4rem; height: .4rem; border-radius: 50%; background: var(--beam); flex: none; }

.figure { margin: var(--s5) 0; }
.figure img { border-radius: var(--r); width: 100%; }
.figure figcaption { font-size: var(--t-small); color: var(--slate); margin-top: var(--s2); padding-left: var(--s3); border-left: 2px solid var(--beam); }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- CTA band ---------- */
.cta {
  background:
    radial-gradient(100% 140% at 88% 10%, rgba(42,154,161,.26), transparent 60%),
    linear-gradient(140deg, var(--deep) 0%, var(--ink) 100%);
  color: var(--glass); border-radius: var(--r-lg); padding: clamp(2rem, 1.3rem + 3vw, 3.5rem);
  position: relative; overflow: hidden;
}
.cta::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: conic-gradient(from 200deg at 86% -10%, transparent 0deg, rgba(255,194,51,.16) 7deg, transparent 16deg);
}
.cta h2 { color: var(--paper); max-width: 20ch; }
.cta p { color: rgba(233,241,238,.82); max-width: 58ch; }
.cta .btn--ghost { color: var(--paper); border-color: rgba(255,255,255,.5); }
.cta .btn--ghost:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--hairline); }
.faq details { border-bottom: 1px solid var(--hairline); }
.faq summary {
  cursor: pointer; list-style: none; padding: var(--s4) 2.5rem var(--s4) 0; position: relative;
  font-family: var(--display); font-weight: 700; font-size: 1.1rem; letter-spacing: -0.012em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: .5rem; top: 50%; width: .62rem; height: .62rem;
  border-right: 2px solid var(--surf); border-bottom: 2px solid var(--surf);
  transform: translateY(-70%) rotate(45deg); transition: transform .22s var(--ease);
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.faq details[open] summary { color: var(--deep); }
.faq div, .faq > details > p { padding-bottom: var(--s4); }
.faq p { max-width: var(--measure); margin-bottom: var(--s2); font-size: var(--t-base); color: var(--slate); }
.section--dark .faq, .section--dark .faq details { border-color: rgba(233,241,238,.16); }
.section--dark .faq p { color: rgba(233,241,238,.78); }

/* ---------- forms ---------- */
.form { display: grid; gap: var(--s4); }
.field { display: grid; gap: .4rem; }
.field label { font-size: var(--t-small); font-weight: 600; }
.field input, .field select, .field textarea {
  font: inherit; font-size: 1rem; padding: .7rem .85rem; border: 1px solid var(--hairline);
  border-radius: var(--r-sm); background: var(--paper); color: var(--ink); width: 100%;
  transition: border-color .16s var(--ease), box-shadow .16s var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0; border-color: var(--surf); box-shadow: 0 0 0 3px rgba(23,105,111,.13);
}
.field textarea { min-height: 9rem; resize: vertical; }
.field--row { display: grid; gap: var(--s4); grid-template-columns: 1fr; }
@media (min-width: 40rem) { .field--row { grid-template-columns: 1fr 1fr; } }
.formnote { font-size: var(--t-small); color: var(--slate); }
.formnote[role="status"]:not([hidden]) {
  border-left: 2px solid var(--beam); padding-left: var(--s3); color: var(--ink);
}

/* ---------- section list (search page) ---------- */
.sectionlist { list-style: none; padding: 0; margin: var(--s4) 0 0; display: grid; gap: 0; border-top: 1px solid var(--hairline); }
.sectionlist li { margin: 0; border-bottom: 1px solid var(--hairline); }
.sectionlist a { display: grid; gap: .2rem; padding: var(--s3) 0; text-decoration: none; color: var(--ink); }
.sectionlist a:hover { color: var(--surf); }
.sectionlist em { font-style: normal; font-size: var(--t-micro); color: var(--surf); }
.sectionlist strong { font-family: var(--display); font-size: 1.05rem; }
.sectionlist span { font-size: var(--t-small); color: var(--slate); }

/* ===========================================================================
   FOOTER
   =========================================================================== */
.foot {
  background: var(--ink); color: rgba(233,241,238,.78); padding-block: var(--s7) var(--s5);
  margin-top: 0; position: relative;
}
.foot::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--beam) 22%, rgba(255,194,51,.25) 48%, transparent 82%);
}
.foot h2 { color: var(--paper); font-size: 1.5rem; }
.foot h3 {
  color: var(--paper); font-size: .95rem; font-family: var(--body); font-weight: 600;
  letter-spacing: .01em; margin-bottom: var(--s3);
}
.foot a { color: rgba(233,241,238,.82); text-decoration: none; }
.foot a:hover { color: var(--beam); text-decoration: underline; }
.foot ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.foot li { margin: 0; font-size: var(--t-small); }
.foot p { font-size: var(--t-small); }
.foot__grid { display: grid; gap: var(--s5); grid-template-columns: repeat(auto-fit, minmax(min(100%, 13.5rem), 1fr)); }
@media (min-width: 64rem) { .foot__grid { grid-template-columns: 1.6fr 1fr 1.1fr 1.2fr; gap: var(--s6); } }
.foot .btn--primary { margin-top: var(--s2); }

.aoc {
  margin-top: var(--s6); padding-top: var(--s4); border-top: 1px solid rgba(233,241,238,.14);
  font-size: var(--t-small); color: rgba(233,241,238,.62); max-width: 78ch;
}
.aoc strong { color: rgba(233,241,238,.85); }
.aoc p { margin: 0; }

.foot__legal {
  margin-top: var(--s5); padding-top: var(--s4); border-top: 1px solid rgba(233,241,238,.14);
  display: flex; flex-wrap: wrap; gap: var(--s2) var(--s4);
  font-size: var(--t-small); color: rgba(233,241,238,.55);
}
.foot__legal p { margin: 0; }

/* ---------- mobile action bar ---------- */
.actionbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: none; gap: 1px; background: rgba(11,20,24,.14);
  border-top: 1px solid var(--hairline); backdrop-filter: blur(10px);
  padding-bottom: env(safe-area-inset-bottom);
}
.actionbar a {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: .45rem;
  padding: .9rem .5rem; font-weight: 600; font-size: .95rem; text-decoration: none;
}
.actionbar a:first-child { background: var(--paper); color: var(--ink); }
.actionbar a:last-child { background: var(--beam); color: var(--ink); }
.actionbar svg { width: 17px; height: 17px; }
@media (max-width: 48rem) {
  .actionbar { display: flex; }
  body { padding-bottom: 3.6rem; }
}

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

/* ---------- print + motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
@media print {
  .masthead, .navsheet, .actionbar, .searchwrap, .btn { display: none !important; }
  .hero { background: none; color: #000; min-height: auto; }
  .hero::before, .hero::after, .hero__media { display: none; }
  body { color: #000; }
}
