/* Gorge Rides — brand book design system
   Palette: River / Cream / Marigold + Pine, Rust, Moss, Mist
   Type: Bricolage Grotesque (display) / Geist (body) / Geist Mono (eyebrows)
*/

:root {
  --river:    #0E4D5C;
  --river-2:  #0A3C49;
  --river-3:  #062A33;
  --pine:     #2B4A3A;
  --pine-2:   #1E3528;
  --cream:    #F4EFE6;
  --cream-2:  #ECE4D4;
  --cream-3:  #E2D8C0;
  --basalt:   #1C1A16;
  --basalt-2: #2A2620;
  --marigold: #E0A03A;
  --marigold-2:#C58517;
  --rust:     #B7522C;
  --moss:     #8AA361;
  --mist:     #C8D5D8;

  --serif: "Bricolage Grotesque", "Times New Roman", serif;
  --sans:  "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --mono:  "Geist Mono", ui-monospace, "SF Mono", monospace;

  --radius:    14px;
  --radius-sm: 6px;
  --radius-lg: 24px;
  --line:      rgba(28,26,22,0.12);
  --line-2:    rgba(28,26,22,0.22);
  --line-light:rgba(244,239,230,0.18);

  --shadow:    0 2px 14px rgba(14,77,92,0.10);
  --shadow-lg: 0 18px 48px rgba(14,77,92,0.18);

  --maxw:        1180px;
  --maxw-narrow: 760px;
  --pad-x:       80px;

  /* Legacy aliases — keep so any inline style/old class still resolves */
  --c-green:     var(--river);
  --c-green-dk:  var(--river-2);
  --c-green-lt:  var(--moss);
  --c-river:     var(--river);
  --c-river-lt:  var(--mist);
  --c-amber:     var(--marigold);
  --c-cream:     var(--cream);
  --c-cream-2:   var(--cream-2);
  --c-ink:       var(--basalt);
  --c-ink-soft:  #4a4641;
  --c-ink-mute:  #6b6660;
  --c-line:      var(--line);
  --c-bad:       var(--rust);
  --c-ok:        var(--moss);
  --c-warn:      var(--marigold-2);
}

@media (max-width: 1000px) {
  :root { --pad-x: 32px; }
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--cream);
  color: var(--basalt);
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--marigold); color: var(--basalt); }

img { max-width: 100%; display: block; }

/* ============================================================
   Type
   ============================================================ */

h1, h2, h3, h4, h5 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--basalt);
  margin: 0 0 0.4em;
}
h1 { font-size: clamp(48px, 7vw, 112px); line-height: 0.96; letter-spacing: -0.035em; font-weight: 700; }
h2 { font-size: clamp(34px, 4.5vw, 64px); line-height: 1.02; letter-spacing: -0.028em; font-weight: 700; }
h3 { font-size: clamp(22px, 2vw, 28px); line-height: 1.15; font-weight: 600; }
h4 { font-size: 17px; font-weight: 600; letter-spacing: -0.005em; }

p { margin: 0 0 1em; }
a { color: var(--river); text-decoration: underline; text-decoration-color: rgba(14,77,92,0.3); text-underline-offset: 3px; transition: text-decoration-color 0.12s; }
a:hover { text-decoration-color: var(--river); }

.it    { font-style: italic; font-weight: 400; color: var(--marigold); }
.it-rust { font-style: italic; font-weight: 400; color: var(--rust); }

.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.7;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.eyebrow .num { display: inline-block; min-width: 26px; }
.eyebrow .rule { flex: 1; height: 1px; background: currentColor; opacity: 0.25; }

.lede {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.28;
  letter-spacing: -0.015em;
  max-width: 30ch;
  margin: 0 0 1em;
}

.body { max-width: 64ch; font-size: 16.5px; line-height: 1.65; }

.small {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.75;
}

/* ============================================================
   Wordmark with o-wheel
   ============================================================ */

.wordmark {
  font-family: var(--serif);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.9;
  display: inline-flex;
  align-items: baseline;
  gap: 0.02em;
  white-space: nowrap;
}
.wordmark .o-wheel {
  display: inline-block;
  width: 0.78em;
  height: 0.78em;
  border-radius: 50%;
  border: 0.09em solid currentColor;
  position: relative;
  margin: 0 0.01em;
  transform: translateY(0.02em);
  flex-shrink: 0;
}
.wordmark .o-wheel::after {
  content: "";
  position: absolute;
  inset: 50% 10% auto 10%;
  height: 0.09em;
  background: currentColor;
  transform: translateY(-50%);
}
.wordmark.xs { font-size: 22px; }
.wordmark.sm { font-size: 30px; }
.wordmark.md { font-size: 48px; }
.wordmark.lg { font-size: clamp(80px, 12vw, 184px); }

/* ============================================================
   Header / nav
   ============================================================ */

.site-header {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(8px);
  background-color: rgba(244, 239, 230, 0.92);
}
.nav {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.brand {
  text-decoration: none;
  color: var(--basalt);
  flex-shrink: 0;
}
.brand .wordmark { color: var(--basalt); }
.nav-links {
  display: flex; gap: 22px; margin-left: auto; align-items: center;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.nav-links > a {
  color: var(--basalt);
  text-decoration: none;
  font-weight: 500;
  opacity: 0.65;
  transition: opacity 0.12s;
}
.nav-links > a:hover, .nav-links > a.active { opacity: 1; }
.nav-links .btn { font-family: var(--mono); letter-spacing: 0.14em; opacity: 1; color: var(--cream); background: var(--river); border-color: var(--river); }
.nav-links .btn:hover { background: var(--river-2); border-color: var(--river-2); color: var(--cream); }
.lang-toggle {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  border: 1.5px solid var(--marigold);
  padding: 7px 14px 7px 11px;
  border-radius: 999px;
  color: var(--basalt) !important;
  background: rgba(224,160,58,0.10);
  text-decoration: none !important;
  font-weight: 600;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: background 0.12s, transform 0.08s;
}
.lang-toggle::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1.5px solid var(--marigold-2);
  background:
    linear-gradient(to right, transparent 49%, var(--marigold-2) 49%, var(--marigold-2) 51%, transparent 51%),
    linear-gradient(to bottom, transparent 49%, var(--marigold-2) 49%, var(--marigold-2) 51%, transparent 51%);
  flex-shrink: 0;
}
.lang-toggle:hover { background: var(--marigold); color: var(--basalt) !important; transform: translateY(-1px); }

@media (max-width: 720px) {
  .nav { gap: 12px; padding: 12px 18px; }
  .nav-links { font-size: 10px; gap: 14px; }
  .nav-links > a:not(.btn):not(.lang-toggle) { display: none; }
}

/* ============================================================
   Buttons
   ============================================================ */

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--basalt);
  color: var(--cream);
  padding: 14px 24px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid var(--basalt);
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.08s;
  white-space: nowrap;
}
.btn:hover { background: var(--river); border-color: var(--river); color: var(--cream); text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn.small { padding: 8px 14px; font-size: 10px; }
.btn.amber, .btn.marigold {
  background: var(--marigold);
  color: var(--basalt);
  border-color: var(--marigold);
}
.btn.amber:hover, .btn.marigold:hover { background: var(--marigold-2); border-color: var(--marigold-2); color: var(--cream); }
.btn.river {
  background: var(--river);
  color: var(--cream);
  border-color: var(--river);
}
.btn.river:hover { background: var(--river-2); border-color: var(--river-2); }
.btn.secondary {
  background: var(--cream-2);
  color: var(--basalt);
  border-color: var(--cream-3);
}
.btn.secondary:hover { background: var(--cream-3); border-color: var(--cream-3); color: var(--basalt); }
.btn.ghost {
  background: transparent;
  color: var(--basalt);
  border-color: rgba(28,26,22,0.3);
}
.btn.ghost:hover { background: rgba(28,26,22,0.06); color: var(--basalt); }
.btn.danger { background: var(--rust); border-color: var(--rust); color: var(--cream); }
.btn.danger:hover { background: #8d4123; border-color: #8d4123; }
.btn[disabled] { opacity: 0.4; cursor: not-allowed; }

/* On-dark variants */
.on-dark .btn.ghost {
  color: var(--cream);
  border-color: rgba(244,239,230,0.35);
}
.on-dark .btn.ghost:hover { background: rgba(244,239,230,0.08); color: var(--cream); }

/* ============================================================
   Section primitives
   ============================================================ */

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 96px var(--pad-x); }
.wrap.narrow { max-width: var(--maxw-narrow); }
.wrap.tight  { padding: 64px var(--pad-x); }

.wrap.alt { background: var(--cream-2); max-width: none; }
.wrap.alt > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }
.wrap.alt.narrow > * { max-width: var(--maxw-narrow); }

.wrap.dark { background: var(--river); color: var(--cream); max-width: none; }
.wrap.dark h1, .wrap.dark h2, .wrap.dark h3, .wrap.dark h4 { color: var(--cream); }
.wrap.dark > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }

.wrap.basalt { background: var(--basalt); color: var(--cream); max-width: none; }
.wrap.basalt h1, .wrap.basalt h2, .wrap.basalt h3, .wrap.basalt h4 { color: var(--cream); }
.wrap.basalt > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }

.section-head {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 56px;
  margin-bottom: 56px;
  align-items: end;
}
@media (max-width: 880px) {
  .section-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 36px; }
}

.section-head h3 { opacity: 0.5; font-weight: 500; }

/* ============================================================
   Hero (cover-style)
   ============================================================ */

.hero {
  background: var(--river);
  color: var(--cream);
  padding: 80px var(--pad-x) 96px;
  position: relative;
  overflow: hidden;
}
.hero-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 64px;
  align-items: start;
  position: relative;
  z-index: 1;
}
@media (max-width: 880px) {
  .hero { padding: 56px var(--pad-x) 72px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
}
.hero h1 { color: var(--cream); margin-bottom: 24px; }
.hero p.lead {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.32;
  letter-spacing: -0.012em;
  max-width: 32ch;
  opacity: 0.94;
  margin-bottom: 32px;
}
.hero .doc-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.78;
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.hero .doc-eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}
.hero .pill {
  display: inline-block;
  background: rgba(244,239,230,0.14);
  color: var(--cream);
  padding: 6px 14px;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hero-badge {
  position: absolute;
  right: var(--pad-x);
  top: 56px;
  width: 140px;
  height: 140px;
  color: var(--cream);
  opacity: 0.55;
  z-index: 0;
}
@media (max-width: 880px) { .hero-badge { display: none; } }
.hero-stripes {
  position: absolute;
  left: var(--pad-x); right: var(--pad-x);
  bottom: 32px;
  height: 1px;
  background: var(--cream);
  opacity: 0.15;
}

/* ============================================================
   Quick reserve card (in hero)
   ============================================================ */

.quick-reserve {
  background: var(--cream);
  color: var(--basalt);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 1;
}
.quick-reserve h3 {
  font-family: var(--serif);
  font-size: 24px;
  margin: 0 0 4px;
  color: var(--basalt);
}
.quick-reserve .qr-eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--river);
  margin-bottom: 18px;
  font-weight: 600;
}
.qr-row { display: flex; gap: 12px; margin-bottom: 14px; }
.qr-row > * { flex: 1; }
.qr-radio { display: flex; gap: 8px; }
.qr-radio label {
  flex: 1;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  cursor: pointer;
  text-align: center;
  background: white;
  transition: all 0.12s;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
}
.qr-radio input { display: none; }
.qr-radio label:has(input:checked) {
  border-color: var(--river);
  background: rgba(14,77,92,0.06);
}
.qr-radio label strong { display: block; font-family: var(--serif); font-size: 16px; font-weight: 600; margin-bottom: 2px; }

/* ============================================================
   Tiles / feature cards
   ============================================================ */

.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin: 36px 0;
}
.tile {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  position: relative;
  transition: transform 0.15s, box-shadow 0.15s;
}
.wrap.alt .tile { background: white; }
.tile:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.tile h3 {
  font-family: var(--serif);
  font-weight: 600;
  margin: 8px 0 8px;
  color: var(--basalt);
  font-size: 22px;
}
.tile .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--river);
  font-weight: 600;
  margin-bottom: 4px;
}
.tile .badge::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--marigold);
  display: inline-block;
}

/* ============================================================
   Steps (how it works)
   ============================================================ */

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
}
.step {
  background: var(--cream);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 28px;
}
.wrap.alt .step { background: white; }
.step .num {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--river);
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.step .num::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}
.step h3 {
  font-family: var(--serif);
  font-size: 22px;
  margin: 0 0 8px;
}

/* ============================================================
   Location cards
   ============================================================ */

.location-card {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 32px 28px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wrap.alt .location-card { background: white; }
.location-card h3 {
  font-family: var(--serif);
  font-size: 26px;
  margin: 0;
}
.location-card .addr {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--basalt);
  opacity: 0.65;
}
.location-card .badge {
  align-self: flex-start;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--river);
  font-weight: 600;
}

/* ============================================================
   CTA band
   ============================================================ */

.cta-band {
  background: var(--marigold);
  color: var(--basalt);
  padding: 56px var(--pad-x);
}
.cta-band .cta-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cta-band h2 { color: var(--basalt); margin: 0; max-width: 18ch; }
.cta-band .small { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.8; margin-top: 8px; display: block; }

/* ============================================================
   FAQ
   ============================================================ */

details.faq {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 20px 24px;
  margin-bottom: 12px;
}
details.faq[open] { background: var(--cream); border-color: var(--line-2); }
details.faq summary {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
  color: var(--basalt);
  letter-spacing: -0.01em;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after {
  content: "+";
  font-family: var(--sans);
  font-weight: 300;
  font-size: 28px;
  line-height: 1;
  color: var(--river);
  transition: transform 0.2s;
}
details.faq[open] summary::after { content: "−"; }
details.faq[open] summary { margin-bottom: 12px; }
details.faq p { margin: 0; }

/* ============================================================
   Forms
   ============================================================ */

form .field { margin-bottom: 18px; }
form label {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--basalt);
  opacity: 0.8;
  font-weight: 600;
  margin-bottom: 8px;
}
form .field > label:has(+ input[type="checkbox"]) { display: inline; }
form .hint {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--basalt);
  opacity: 0.65;
  margin-top: 6px;
  letter-spacing: 0;
  text-transform: none;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="date"],
input[type="datetime-local"], input[type="number"], input[type="password"],
input[type="file"], input[type="month"], select, textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  font-family: var(--sans);
  font-size: 15.5px;
  background: white;
  color: var(--basalt);
  transition: border-color 0.12s, box-shadow 0.12s;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--river);
  box-shadow: 0 0 0 3px rgba(14,77,92,0.12);
}
textarea { min-height: 110px; resize: vertical; line-height: 1.5; }
input[type="checkbox"], input[type="radio"] {
  width: auto;
  transform: scale(1.1);
  accent-color: var(--river);
  margin-right: 10px;
}
label:has(input[type="checkbox"]),
label:has(input[type="radio"]) {
  font-family: var(--sans);
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--basalt);
  opacity: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
}

.fieldgroup { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 600px) { .fieldgroup { grid-template-columns: 1fr; } }

/* ============================================================
   Notices
   ============================================================ */

.notice {
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  margin: 20px 0;
  font-size: 15px;
  border-left: 3px solid;
  font-family: var(--sans);
}
.notice.info  { background: #e8f0f3; color: var(--river-2); border-left-color: var(--river); }
.notice.warn  { background: #fbeed3; color: #6a4407; border-left-color: var(--marigold-2); }
.notice.ok    { background: #e8efe3; color: #3a5023; border-left-color: var(--moss); }
.notice.error { background: #f7e2d8; color: #6a2510; border-left-color: var(--rust); }
.notice strong { font-weight: 600; }

/* ============================================================
   Reservation stepper
   ============================================================ */

.stepper {
  display: flex;
  gap: 4px;
  margin-bottom: 32px;
  flex-wrap: wrap;
  font-family: var(--mono);
}
.stepper .s {
  flex: 1; min-width: 88px;
  background: var(--cream-2);
  color: var(--basalt);
  padding: 10px 6px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  opacity: 0.55;
  font-weight: 500;
}
.stepper .s.done    { background: var(--river); color: var(--cream); opacity: 0.7; }
.stepper .s.current { background: var(--basalt); color: var(--cream); opacity: 1; font-weight: 600; }

/* ============================================================
   Footer band
   ============================================================ */

.site-footer {
  background: var(--basalt);
  color: var(--cream);
  padding: 64px var(--pad-x) 28px;
  margin-top: 0;
}
.site-footer .footer-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1.2fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 720px) {
  .site-footer .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}
.site-footer h4 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--marigold);
  font-weight: 600;
  margin: 0 0 16px;
}
.site-footer .footer-wm {
  margin-bottom: 18px;
  color: var(--cream);
}
.site-footer p {
  color: rgba(244,239,230,0.75);
  font-size: 14.5px;
  line-height: 1.55;
  margin-bottom: 8px;
}
.site-footer .partners {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: rgba(244,239,230,0.45);
  line-height: 1.7;
  margin-top: 10px;
  text-transform: none;
}
.site-footer a {
  color: rgba(244,239,230,0.85);
  text-decoration: none;
  display: block;
  padding: 4px 0;
  font-size: 14.5px;
}
.site-footer a:hover { color: var(--marigold); }
.site-footer .legal {
  border-top: 1px solid rgba(244,239,230,0.14);
  margin-top: 48px;
  padding-top: 20px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244,239,230,0.5);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

/* ============================================================
   Misc
   ============================================================ */

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
:focus-visible { outline: 2px solid var(--marigold); outline-offset: 2px; }

.upload-preview { display: flex; align-items: center; gap: 12px; margin-top: 10px; }
.upload-preview img {
  width: 96px; height: 64px; object-fit: cover;
  border-radius: 6px; border: 1px solid var(--line);
}

/* Pull quote */
.pull {
  border-left: 3px solid var(--marigold);
  padding: 8px 0 8px 24px;
  margin: 28px 0;
  font-family: var(--serif);
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.3;
  letter-spacing: -0.015em;
  font-weight: 500;
  max-width: 50ch;
  color: var(--basalt);
}

/* Card (reusable container) */
.card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  margin-bottom: 20px;
}

/* Chips */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.chip {
  font-family: var(--sans);
  font-size: 13px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.6);
  color: var(--basalt);
}

/* Status pills (reused in admin too) */
.status-pill {
  display: inline-block;
  padding: 3px 11px;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.status-pending_review { background: #fbeed3; color: #6a4407; }
.status-approved       { background: #e8f0f3; color: var(--river-2); }
.status-active         { background: #e8efe3; color: #3a5023; }
.status-returned       { background: #efe9d6; color: #6a5520; }
.status-cancelled,
.status-denied,
.status-no_show        { background: #f7e2d8; color: #6a2510; }
.status-available      { background: #e8efe3; color: #3a5023; }
.status-checked_out    { background: #fbeed3; color: #6a4407; }
.status-maintenance    { background: #f7e2d8; color: #6a2510; }
.status-retired        { background: #e8e6e1; color: #555; }
.status-in_service     { background: #e8efe3; color: #3a5023; }
.status-charging       { background: #e8f0f3; color: var(--river-2); }
.status-swap_ready     { background: #efe9d6; color: #6a5520; }
