:root {
  --ink: #07111f;
  --ink-2: #111827;
  --muted: #5d6470;
  --muted-2: #87909f;
  --gold: #d6a650;
  --gold-2: #f4d28a;
  --cream: #fff8e8;
  --ivory: #f7f2e8;
  --white: #ffffff;
  --line: rgba(7, 17, 31, .12);
  --glass: rgba(255, 255, 255, .78);
  --shadow: 0 24px 70px rgba(7, 17, 31, .15);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1180px;
  --header-h: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 12% 10%, rgba(214, 166, 80, .16), transparent 28%),
    radial-gradient(circle at 86% 4%, rgba(7, 17, 31, .10), transparent 30%),
    linear-gradient(180deg, #fffaf0 0%, var(--ivory) 45%, #f0e6d5 100%);
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--gold); }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(214,166,80,.75); outline-offset: 3px; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 870px; }
.section-pad { padding: clamp(72px, 8vw, 116px) 0; }
.section-pad-sm { padding: clamp(46px, 6vw, 76px) 0; }
.skip-link { position: absolute; left: 20px; top: -100px; z-index: 999; padding: 12px 16px; border-radius: 12px; background: var(--ink); color: var(--cream); transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(255, 248, 232, .78);
  backdrop-filter: saturate(130%) blur(18px);
  border-bottom: 1px solid rgba(7,17,31,.08);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(7,17,31,.08); background: rgba(255, 248, 232, .92); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; min-width: 170px; }
.brand__logo { width: 184px; height: auto; }
.nav { display: flex; align-items: center; gap: 6px; }
.nav__link {
  padding: 10px 13px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  color: rgba(7,17,31,.78);
}
.nav__link:hover, .nav__link.is-active { background: rgba(214,166,80,.15); color: var(--ink); }
.nav-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.62); }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 5px auto; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 820;
  letter-spacing: -.01em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); color: inherit; }
.btn--gold { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #231b0f; box-shadow: 0 14px 30px rgba(214,166,80,.28); }
.btn--gold:hover { box-shadow: 0 18px 34px rgba(214,166,80,.36); }
.btn--glass { background: rgba(255,255,255,.76); border-color: rgba(255,255,255,.72); color: var(--ink); box-shadow: 0 10px 26px rgba(7,17,31,.08); }
.btn--ghost { border-color: var(--line); background: rgba(255,255,255,.62); color: var(--ink); }
.btn--ghost-light { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.08); color: var(--cream); }
.btn--nav { min-height: 42px; padding: 10px 16px; margin-left: 6px; }
.btn--full { width: 100%; border: none; margin-top: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 850; color: var(--ink); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #9a6c18;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 900;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; opacity: .7; }
.eyebrow--light { color: var(--gold-2); }
h1, h2, h3, h4 { margin: 0; line-height: 1.04; letter-spacing: -.045em; color: var(--ink); }
h1 { font-size: clamp(48px, 7vw, 92px); max-width: 940px; }
h2 { font-size: clamp(34px, 4.6vw, 60px); }
h3 { font-size: clamp(22px, 2.3vw, 30px); }
p { margin: 0; }
.lead, .hero__lead { font-size: clamp(18px, 2vw, 23px); color: rgba(7,17,31,.74); max-width: 720px; line-height: 1.62; }
.hero { position: relative; overflow: hidden; min-height: calc(100vh - var(--header-h)); display: grid; align-items: center; }
.hero--inner { min-height: 0; padding-top: clamp(72px, 8vw, 120px); }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 6vw, 80px); align-items: center; position: relative; z-index: 2; }
.hero__copy { max-width: 830px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 22px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 10px; color: rgba(7,17,31,.76); font-weight: 750; }
.proof-row span { padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.62); border: 1px solid rgba(7,17,31,.08); }
.hero__visual { position: relative; }
.hero-card {
  position: relative;
  padding: clamp(12px, 2vw, 22px);
  border-radius: var(--radius-xl);
  background: linear-gradient(160deg, rgba(255,255,255,.78), rgba(255,255,255,.28));
  border: 1px solid rgba(255,255,255,.68);
  box-shadow: var(--shadow);
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: calc(var(--radius-xl) - 8px);
  background: radial-gradient(circle at 60% 0%, rgba(214,166,80,.24), transparent 44%), linear-gradient(140deg, rgba(7,17,31,.06), transparent);
  z-index: -1;
}
.availability-card {
  position: absolute;
  left: clamp(14px, 3vw, 32px);
  bottom: clamp(14px, 3vw, 32px);
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(7,17,31,.92);
  color: var(--cream);
  box-shadow: 0 18px 46px rgba(7,17,31,.32);
}
.availability-card small { display: block; color: rgba(255,248,232,.72); font-weight: 700; }
.pulse { width: 11px; height: 11px; border-radius: 50%; background: #47e37e; box-shadow: 0 0 0 0 rgba(71,227,126,.8); animation: pulse 1.7s infinite; }
.hero__glow { position: absolute; border-radius: 999px; filter: blur(10px); opacity: .72; pointer-events: none; }
.hero__glow--one { width: 480px; height: 480px; background: rgba(214,166,80,.18); left: -160px; top: 40px; }
.hero__glow--two { width: 380px; height: 380px; background: rgba(7,17,31,.12); right: -110px; top: 90px; }

.stat-band { margin-top: -34px; position: relative; z-index: 5; }
.stat-band__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(7,17,31,.1);
  box-shadow: var(--shadow);
}
.stat { padding: 26px; background: rgba(255,255,255,.82); }
.stat strong { display: block; font-size: clamp(28px, 4vw, 44px); letter-spacing: -.04em; line-height: 1; color: var(--ink); }
.stat span { display: block; color: var(--muted); margin-top: 8px; font-weight: 720; }

.section-intro { max-width: 760px; margin-bottom: 36px; }
.section-intro--center { text-align: center; margin-inline: auto; }
.section-intro--center .eyebrow { justify-content: center; }
.section-intro--center .eyebrow::after { content: ""; width: 26px; height: 1px; background: currentColor; opacity: .7; }
.section-intro p { color: var(--muted); font-size: 18px; margin-top: 16px; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  padding: 30px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(7,17,31,.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 44px rgba(7,17,31,.08);
  min-height: 290px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(7,17,31,.12); background: rgba(255,255,255,.92); }
.service-card__icon { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #2b1e0f; font-size: 22px; font-weight: 900; }
.service-card p { color: var(--muted); }
.service-card .text-link { margin-top: auto; }

.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(30px, 6vw, 70px); align-items: center; }
.split--reverse { grid-template-columns: 1.08fr .92fr; }
.panel {
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(7,17,31,.08);
  box-shadow: var(--shadow);
  padding: clamp(26px, 4vw, 42px);
}
.dark-panel { background: var(--ink); color: var(--cream); }
.dark-panel h2, .dark-panel h3 { color: var(--cream); }
.dark-panel p, .dark-panel li { color: rgba(255,248,232,.74); }
.feature-list { display: grid; gap: 14px; margin: 24px 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); }
.feature-list li::before { content: "✓"; flex: 0 0 26px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: rgba(214,166,80,.18); color: #9a6c18; font-weight: 900; }
.dark-panel .feature-list li::before { background: rgba(214,166,80,.18); color: var(--gold-2); }

.routes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.route-card {
  padding: 26px;
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: var(--cream);
  position: relative;
  overflow: hidden;
  min-height: 220px;
}
.route-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -48px; top: -48px; border-radius: 50%; background: rgba(214,166,80,.2); }
.route-card h3 { color: var(--cream); margin-bottom: 10px; }
.route-card p { color: rgba(255,248,232,.75); }
.route-card .tag { margin-top: 22px; display: inline-flex; color: #211608; background: var(--gold); border-radius: 999px; padding: 7px 11px; font-weight: 850; font-size: 13px; }

.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fleet-card {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(7,17,31,.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(7,17,31,.09);
}
.fleet-card__body { padding: 24px; }
.fleet-card p { color: var(--muted); margin-top: 8px; }
.meta-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.meta-list span { padding: 7px 10px; border-radius: 999px; background: rgba(214,166,80,.14); color: #775111; font-size: 13px; font-weight: 800; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(7,17,31,.08);
  box-shadow: 0 18px 44px rgba(7,17,31,.08);
}
.stars { color: #bc821d; letter-spacing: .12em; font-size: 18px; }
.testimonial blockquote { margin: 14px 0 18px; color: rgba(7,17,31,.78); font-size: 18px; line-height: 1.55; }
.testimonial cite { font-style: normal; font-weight: 850; color: var(--ink); }

.booking-card {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(24px, 5vw, 60px);
  align-items: start;
  border-radius: var(--radius-xl);
  padding: clamp(24px, 5vw, 48px);
  background: linear-gradient(145deg, rgba(7,17,31,.98), rgba(16,31,52,.96));
  color: var(--cream);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}
.booking-card::before { content: ""; position: absolute; inset: -110px auto auto -80px; width: 310px; height: 310px; background: rgba(214,166,80,.18); border-radius: 50%; }
.booking-card h2, .booking-card h3 { color: var(--cream); }
.booking-card p { color: rgba(255,248,232,.74); }
.contact-stack { display: grid; gap: 14px; margin-top: 26px; position: relative; z-index: 1; }
.contact-chip {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}
.contact-chip strong { display: block; color: var(--cream); }
.contact-chip span { color: rgba(255,248,232,.7); }
.booking-form { position: relative; z-index: 1; padding: 22px; border-radius: 24px; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 20px 60px rgba(0,0,0,.22); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.booking-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 850; color: rgba(7,17,31,.78); margin-bottom: 12px; }
.booking-form input, .booking-form select, .booking-form textarea {
  width: 100%;
  border: 1px solid rgba(7,17,31,.13);
  border-radius: 14px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  outline: none;
  transition: border .2s ease, box-shadow .2s ease;
}
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: rgba(214,166,80,.85); box-shadow: 0 0 0 4px rgba(214,166,80,.16); }
.booking-form textarea { resize: vertical; }
.form-note { color: var(--muted) !important; font-size: 13px; margin-top: 10px; }

.faq-list { display: grid; gap: 12px; margin-top: 30px; }
.faq-item {
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(7,17,31,.08);
  box-shadow: 0 12px 32px rgba(7,17,31,.06);
  overflow: hidden;
}
.faq-item summary { cursor: pointer; list-style: none; padding: 20px 22px; font-weight: 900; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; float: right; color: #9a6c18; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { padding: 0 22px 22px; color: var(--muted); }

.page-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 26px; }
.content-card { padding: 28px; border-radius: var(--radius-lg); background: rgba(255,255,255,.78); border: 1px solid rgba(7,17,31,.08); box-shadow: 0 18px 44px rgba(7,17,31,.08); }
.content-card p { color: var(--muted); margin-top: 12px; }
.content-card ul { margin: 16px 0 0; padding-left: 20px; color: var(--muted); }
.pricing-note { padding: 18px; border-radius: 18px; background: rgba(214,166,80,.16); color: #7a5414; font-weight: 800; margin-top: 22px; }

.map-wrap { overflow: hidden; border-radius: var(--radius-lg); min-height: 390px; border: 1px solid rgba(7,17,31,.08); box-shadow: var(--shadow); background: rgba(255,255,255,.7); }
.map-wrap iframe { width: 100%; height: 430px; border: 0; display: block; }

.cta-strip { background: var(--ink); color: var(--cream); }
.cta-strip h2 { color: var(--cream); }
.cta-strip p { color: rgba(255,248,232,.74); margin-top: 12px; }
.cta-strip__grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.cta-strip__actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.site-footer { background: #050b14; color: rgba(255,248,232,.72); padding: 62px 0 28px; }
.footer__grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr 1fr; gap: 36px; }
.site-footer h3 { color: var(--cream); font-size: 18px; letter-spacing: -.02em; margin-bottom: 16px; }
.footer__brand p { margin-top: 16px; max-width: 360px; }
.footer__badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.footer__badges span { border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: 6px 10px; color: var(--gold-2); font-size: 13px; font-weight: 850; }
.footer__links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer__links a { color: rgba(255,248,232,.74); }
.footer__links a:hover { color: var(--gold-2); }
.footer__hours { color: var(--gold-2); font-weight: 850; margin-top: 12px; }
.footer__bottom { margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 16px; color: rgba(255,248,232,.55); font-size: 14px; }
.footer__bottom a { color: rgba(255,248,232,.68); }
.sticky-actions { position: fixed; z-index: 99; left: 50%; bottom: 18px; transform: translateX(-50%); display: none; gap: 8px; padding: 8px; border-radius: 999px; background: rgba(7,17,31,.92); box-shadow: 0 16px 46px rgba(7,17,31,.32); }
.sticky-actions a { min-width: 116px; padding: 11px 14px; border-radius: 999px; text-align: center; font-weight: 900; color: var(--ink); background: var(--gold); }
.sticky-actions a:first-child { background: var(--cream); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(71,227,126,.72); } 70% { box-shadow: 0 0 0 12px rgba(71,227,126,0); } 100% { box-shadow: 0 0 0 0 rgba(71,227,126,0); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1060px) {
  .hero__grid, .split, .split--reverse, .booking-card, .page-grid { grid-template-columns: 1fr; }
  .services-grid, .routes-grid, .fleet-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-band__grid { grid-template-columns: repeat(2, 1fr); }
  .cta-strip__grid { grid-template-columns: 1fr; }
  .cta-strip__actions { justify-content: flex-start; }
}

@media (max-width: 880px) {
  :root { --header-h: 74px; }
  .brand__logo { width: 162px; }
  .nav-toggle { display: inline-block; }
  .nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(var(--header-h) - 4px);
    display: grid;
    gap: 6px;
    padding: 16px;
    background: rgba(255,248,232,.96);
    border: 1px solid rgba(7,17,31,.1);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(7,17,31,.18);
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav__link, .btn--nav { width: 100%; justify-content: flex-start; margin: 0; border-radius: 14px; }
  .hero { min-height: auto; }
  h1 { font-size: clamp(42px, 12vw, 64px); }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section-pad { padding: 62px 0; }
  .services-grid, .routes-grid, .fleet-grid, .testimonial-grid, .stat-band__grid, .form-grid, .footer__grid { grid-template-columns: 1fr; }
  .hero__actions .btn { width: 100%; }
  .availability-card { position: static; margin: -14px 14px 14px; }
  .service-card, .testimonial, .content-card { padding: 24px; }
  .booking-card { padding: 18px; border-radius: 26px; }
  .booking-form { padding: 18px; }
  .footer__bottom { flex-direction: column; }
  .sticky-actions { display: flex; }
  body { padding-bottom: 78px; }
}
