/* Stag Cycles Richmond — design system tokens */
:root {
  --moss: oklch(0.3 0.03 150);
  --moss-light: oklch(0.52 0.04 150);
  --parchment: oklch(0.97 0.014 85);
  --parchment-warm: oklch(0.94 0.02 80);
  --ink: oklch(0.24 0.025 50);
  --muted: oklch(0.42 0.02 55);
  --accent: #b5651d;
  --line: oklch(0.24 0.025 50 / 0.12);
  --display: 'Fraunces', serif;
  --body-font: 'Work Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--parchment);
  font-family: var(--body-font);
  color: var(--ink);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
a:hover { opacity: 0.82; }
img { display: block; max-width: 100%; }

.head-serif {
  font-family: var(--display);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(26px, 3vw, 38px);
  margin: 0;
}
.eyebrow {
  font-family: var(--body-font);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
}
.eyebrow-light { color: oklch(0.8 0.03 85 / 0.7); }
.center { text-align: center; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 17px;
  padding: 17px 36px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
}
.btn-cta {
  background: var(--accent);
  color: oklch(0.98 0.01 85);
  box-shadow: 0 8px 28px oklch(0.2 0.05 40 / 0.35);
}
.btn-outline {
  background: transparent;
  border: 1.5px solid oklch(0.9 0.015 85 / 0.5);
  color: oklch(0.96 0.015 85);
}

.section { padding: 110px 8vw; background: var(--parchment); }
.section.itineraries,
.section.pricing { background: var(--parchment-warm); }
.section.fleet,
.section.who-we-are { padding: 100px 8vw; }
.section.testimonials { padding: 100px 8vw; background: var(--moss); color: oklch(0.96 0.015 85); }
.section.faqs { padding: 100px 8vw; background: var(--parchment-warm); }

/* ============ HERO ============ */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 680px;
  max-height: 980px;
}
.hero-collage {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 3px;
  padding: 3px;
  background: oklch(0.3 0.02 60);
  min-width: 0;
}
.hero-collage .tile { overflow: hidden; position: relative; background: oklch(0.3 0.02 60); }
.hero-collage .tile img { width: 100%; height: 100%; object-fit: cover; }
.hero-collage .ph-label {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 8px; font-size: 12px; color: oklch(0.9 0.015 85 / 0.55);
  font-family: var(--body-font);
}
.t-gatehouse { grid-area: 1 / 1 / 3 / 3; }
.t-green { grid-area: 1 / 3 / 3 / 5; }
.t-deer { grid-area: 1 / 5 / 3 / 6; }
.t-whitecross { grid-area: 1 / 6 / 3 / 7; }
.t-riverside { grid-area: 3 / 1 / 4 / 3; }
.t-swan { grid-area: 3 / 3 / 4 / 4; }
.t-marblehill { grid-area: 3 / 4 / 4 / 6; }
.t-hillview { grid-area: 3 / 6 / 4 / 7; }
.t-twickriverside { grid-area: 4 / 1 / 5 / 4; }
.t-oldpalaceyard { grid-area: 4 / 4 / 5 / 7; }

.hero-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(185deg, oklch(0.3 0.03 55 / 0.22) 0%, oklch(0.22 0.03 45 / 0.42) 50%, oklch(0.16 0.025 40 / 0.55) 100%);
}

.wordmark {
  position: absolute;
  top: clamp(24px, 5vw, 64px);
  right: clamp(16px, 2.5vw, 36px);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: clamp(8px, 1vw, 14px);
  color: oklch(0.97 0.015 85);
}
.wordmark-name {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(16px, 2vw, 22px);
  letter-spacing: 0.01em;
  text-shadow: 0 1px 12px oklch(0.1 0.02 40 / 0.5);
}
.stag-icon { filter: drop-shadow(0 1px 6px oklch(0.1 0.02 40 / 0.5)); flex-shrink: 0; width: clamp(30px, 4.5vw, 44px); height: clamp(30px, 4.5vw, 44px); }

.hero-content {
  position: relative; z-index: 2; height: 100%;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  padding: 0 5vw; pointer-events: none;
}
.hero-inner {
  max-width: 980px; pointer-events: auto; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.hero-inner h1 {
  font-family: var(--display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(38px, 6.4vw, 84px);
  line-height: 1.03;
  color: oklch(0.97 0.015 85);
  margin: 0 0 22px;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 24px oklch(0.1 0.02 40 / 0.4);
}
.hero-sub {
  font-family: var(--body-font);
  font-weight: 600;
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.5;
  color: oklch(0.94 0.015 85 / 0.92);
  margin: 0 0 36px;
  max-width: 620px;
}
.hero-inner .btn { font-size: 18px; padding: 18px 38px; }

/* ============ WHY RIDE ============ */
.section-head {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 24px;
  margin-bottom: 64px; flex-wrap: wrap;
}
.section-head h2 { font-family: var(--display); font-weight: 500; font-style: italic; font-size: clamp(30px, 3.4vw, 48px); margin: 0; max-width: 620px; }
.section-head .rule { width: 46px; height: 2px; background: oklch(0.24 0.025 50 / 0.3); }

.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 32px; }
.why-card { position: relative; padding: 26px; }
.why-backdrop { position: absolute; inset: 0; opacity: 0.45; border-radius: 4px; overflow: hidden; }
.why-backdrop img { width: 100%; height: 100%; object-fit: cover; }
.why-body { position: relative; }
.why-num { font-family: var(--display); font-size: 15px; color: var(--accent); margin-bottom: 14px; letter-spacing: 0.06em; }
.why-body h3 { font-family: var(--display); font-weight: 500; font-size: 26px; margin: 0 0 12px; }
.why-body p { font-size: 16px; line-height: 1.65; color: var(--ink); margin: 0; }

/* ============ ITINERARIES ============ */
.section-head-left { max-width: 720px; margin: 0 0 64px; }
.section-head-left h2 { line-height: 1.3; }

.itin-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 56px; }
.itin-card {
  background: var(--parchment); border: 1px solid var(--line); border-radius: 4px;
  padding: 34px 28px; display: flex; flex-direction: column; gap: 16px; overflow: hidden; margin: 0;
}
.itin-photo { margin: -34px -28px 0; width: calc(100% + 56px); aspect-ratio: 3/2; }
.itin-photo img { width: 100%; height: 100%; object-fit: cover; }
.itin-title { font-family: var(--display); font-style: italic; font-size: 22px; font-weight: 500; }
.itin-card p { font-size: 15px; line-height: 1.6; color: var(--muted); margin: 0; flex-grow: 1; }
.itin-badge { font-size: 13px; letter-spacing: 0.06em; color: var(--accent); font-weight: 500; }

/* ============ FLEET ============ */
.fleet-head { margin-bottom: 56px; }
.fleet-head p.fleet-lede { font-size: 17px; color: var(--muted); margin: 0; max-width: 600px; }
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(10px, 1.5vw, 22px); max-width: 900px; margin: 0 auto; }
.fleet-photo { width: 100%; aspect-ratio: 1/1; margin-bottom: 14px; overflow: hidden; border-radius: 4px; }
.fleet-photo img { width: 100%; height: 100%; object-fit: cover; }
.fleet-label { font-family: var(--display); font-style: italic; font-size: clamp(15px, 1.6vw, 20px); }
.fleet .center { margin-top: 56px; }

/* ============ PRICING ============ */
.pricing-head { text-align: center; margin-bottom: 56px; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; max-width: 780px; margin: 0 auto; }
.price-tile { border-radius: 6px; padding: 48px 40px; text-align: center; }
.price-day { background: var(--moss); color: oklch(0.96 0.015 85); }
.price-hour { background: var(--moss-light); color: var(--parchment); }
.price-amt { font-family: var(--display); font-size: 56px; font-weight: 600; margin-bottom: 8px; }
.price-unit { font-size: 15px; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 18px; opacity: 0.8; }
.price-tile p { font-size: 15px; line-height: 1.6; margin: 0; opacity: 0.9; }
.pricing .center { margin-top: 56px; }

/* ============ WHO WE ARE ============ */
.who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 48px; align-items: center; max-width: 980px; margin: 0 auto; }
.who-photo { width: 100%; aspect-ratio: 1/1; overflow: hidden; border-radius: 4px; }
.who-photo img { width: 100%; height: 100%; object-fit: cover; }
.who-copy h2 { margin: 0 0 20px; }
.who-copy p { font-size: 17px; line-height: 1.75; color: var(--muted); margin: 0; }
.ig-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-size: 15px; font-weight: 500; color: var(--ink); }

/* ============ TESTIMONIALS ============ */
.section-head-center { text-align: center; margin-bottom: 56px; }
.testi-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; max-width: 1100px; margin: 0 auto 56px; }
.testi-card { flex: 1 1 260px; max-width: 320px; background: oklch(0.34 0.03 150); border-radius: 6px; padding: 34px 30px; display: flex; flex-direction: column; gap: 18px; }
.quote-mark { font-family: var(--display); font-size: 30px; line-height: 0; color: oklch(0.8 0.03 85); }
.testi-card p { font-family: var(--display); font-style: italic; font-size: 18px; line-height: 1.55; margin: 0; flex-grow: 1; }
.testi-name { font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; color: oklch(0.9 0.015 85 / 0.6); }

/* ============ FAQS ============ */
.faqs-inner { max-width: 780px; margin: 0 auto; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--parchment); border: 1px solid var(--line); border-radius: 4px; padding: 20px 24px; }
.faq-item summary { font-family: var(--display); font-style: italic; font-size: 19px; font-weight: 500; cursor: pointer; color: var(--ink); }
.faq-item summary::marker { color: var(--accent); }
.faq-item p { font-size: 16px; line-height: 1.65; color: var(--ink); margin: 14px 0 0; }
.faq-multi { font-size: 16px; line-height: 1.65; color: var(--ink); margin: 14px 0 0; display: flex; flex-direction: column; gap: 6px; }
.faq-multi p { margin: 0; }

/* ============ FOOTER ============ */
.footer { padding: 64px 8vw 48px; background: var(--ink); color: oklch(0.94 0.015 85); }
.footer-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }
.footer-name { font-family: var(--display); font-style: italic; font-weight: 500; font-size: 28px; margin-bottom: 8px; }
.footer-loc { font-size: 14px; color: oklch(0.9 0.015 85 / 0.6); }
.footer .btn-cta { font-size: 16px; padding: 15px 32px; }
.footer-bottom {
  border-top: 1px solid oklch(0.9 0.015 85 / 0.15); padding-top: 24px; font-size: 13px;
  color: oklch(0.9 0.015 85 / 0.5); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.wa-footer-link { color: oklch(0.9 0.015 85 / 0.7); text-decoration: underline; }

/* ============ BOOKING MODAL ============ */
.booking-overlay {
  position: fixed; inset: 0; z-index: 50; background: oklch(0.16 0.025 40 / 0.55);
  backdrop-filter: blur(4px); display: flex; align-items: flex-start; justify-content: center;
  overflow-y: auto; padding: 40px 16px 60px;
}
.booking-overlay[hidden] { display: none; }
.booking-panel {
  position: relative; width: 100%; max-width: 520px; background: var(--parchment-warm);
  border-radius: 8px; padding: 28px 20px 32px; box-shadow: 0 24px 80px oklch(0.1 0.02 40 / 0.4);
}
.booking-close {
  position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--line); background: var(--parchment); color: var(--ink);
  font-size: 16px; cursor: pointer; line-height: 1;
}

/* ============ MOBILE RESPONSIVE ============ */
@media (max-width: 780px) {
  .section, .section.fleet, .section.who-we-are, .section.testimonials, .section.faqs {
    padding: 72px 6vw;
  }
  .hero { min-height: 560px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .who-photo { order: -1; }
}

@media (max-width: 560px) {
  .hero-collage { gap: 2px; padding: 2px; }
  .fleet-grid { gap: 8px; }
  .itin-grid { gap: 14px; }
  .btn { font-size: 15px; padding: 14px 28px; }
  .price-tile { padding: 36px 26px; }
}

/* ============ THANK YOU PAGE ============ */
.thanks {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 6vw;
  background: var(--parchment-warm);
}
.thanks-card {
  max-width: 520px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thanks-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--moss);
  margin-bottom: 32px;
}
.thanks-name {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  color: var(--ink);
}
.thanks h1 {
  font-family: var(--display);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(28px, 4vw, 40px);
  margin: 0 0 18px;
  color: var(--ink);
}
.thanks p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 36px;
}
