:root {
  --ink: #071713;
  --ink-2: #0d2720;
  --ink-3: #16362c;
  --sand: #e9e0cf;
  --sand-2: #f1eadf;
  --lime: #b7f400;
  --orange: #ff6b1a;
  --paper: #fffdf8;
  --muted: #a9b7b1;
  --line: rgba(255,255,255,.15);
  --shell: min(1360px, calc(100% - 56px));
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); font-size: 18px; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); line-height: 1.55; }
body, button, input, select, textarea { font: inherit; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 12px 16px; background: var(--lime); color: var(--ink); }
.skip-link:focus { top: 10px; }
.eyebrow { margin: 0 0 12px; color: var(--lime); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 em,h2 em { color: var(--lime); font-weight: 400; }
.site-header { position: sticky; z-index: 90; top: 0; height: 108px; background: rgba(4,15,12,.94); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.header-inner { height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 18px; min-width: 330px; }
.brand img { width: 88px; height: 84px; object-fit: contain; flex: 0 0 auto; filter: drop-shadow(0 8px 18px rgba(0,0,0,.4)); }
.brand span { display: grid; }
.brand strong { font-family: var(--serif); font-size: 1.72rem; line-height: 1; }
.brand small { margin-top: 7px; color: #b7c4bf; font-size: .73rem; letter-spacing: .045em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px,1.7vw,32px); height: 100%; }
.desktop-nav > a,.nav-group > a { display: flex; height: 100%; align-items: center; color: #e0e6e3; font-size: .88rem; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.desktop-nav > a:hover,.nav-group:hover > a,.desktop-nav [aria-current="page"] { color: var(--lime); }
.nav-group { position: relative; height: 100%; }
.dropdown { position: absolute; visibility: hidden; opacity: 0; transform: translateY(8px); top: calc(100% - 3px); left: -18px; width: 295px; padding: 10px; background: #0a201a; border: 1px solid rgba(183,244,0,.25); box-shadow: 0 22px 60px rgba(0,0,0,.45); transition: .18s ease; }
.dropdown-right { left: auto; right: -10px; }
.nav-group:hover .dropdown,.nav-group:focus-within .dropdown { visibility: visible; opacity: 1; transform: none; }
.dropdown a { display: grid; padding: 13px 14px; border-radius: 6px; }
.dropdown a:hover { background: rgba(255,255,255,.06); color: var(--lime); }
.dropdown strong { font-size: .94rem; }
.dropdown small { color: var(--muted); margin-top: 3px; font-size: .78rem; }
.nav-book { height: auto !important; padding: 15px 22px; background: var(--lime); color: var(--ink) !important; }
.menu-button,.mobile-nav { display: none; }
.home-hero { position: relative; min-height: calc(100vh - 108px); display: grid; align-items: end; overflow: hidden; }
.home-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(2,10,8,.92) 0%,rgba(2,10,8,.55) 48%,rgba(2,10,8,.05) 75%),linear-gradient(0deg,rgba(2,10,8,.85),transparent 45%); }
.hero-copy { position: relative; z-index: 1; padding-bottom: clamp(48px,7vh,82px); }
.hero-copy h1 { max-width: 830px; margin-bottom: 24px; font-size: clamp(4rem,8vw,7.8rem); }
.hero-copy > p:not(.eyebrow) { max-width: 690px; color: #e1e7e3; font-size: clamp(1rem,1.5vw,1.25rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 26px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 13px 21px; border: 1px solid transparent; font-size: .86rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.btn.lime { background: var(--lime); color: var(--ink); }
.btn.glass { background: rgba(8,22,18,.32); border-color: rgba(255,255,255,.45); }
.btn.dark { background: var(--ink); color: #fff; }
.btn:hover { transform: translateY(-2px); }
.hero-facts { display: flex; gap: 24px; margin: 34px 0 0; padding: 19px 0 0; border-top: 1px solid rgba(255,255,255,.3); list-style: none; color: #e6ede9; font-size: .9rem; }
.hero-facts li + li:before { content: "•"; margin-right: 24px; color: var(--lime); }
.concept-band { padding: 90px 0; background: var(--sand); color: var(--ink); }
.concept-grid { display: grid; grid-template-columns: .58fr 1.14fr 1.28fr; gap: 64px; align-items: center; }
.concept-grid .eyebrow { color: #517065; }
.concept-grid h2 { margin: 0; font-size: clamp(2.8rem,5vw,5.4rem); }
.concept-grid h2 em { color: #4e6f62; }
.concept-grid > p:last-child { font-size: 1.2rem; color: #314940; }
.concept-steps { display: grid; gap: 15px; }
.concept-steps p { margin: 0; padding: 17px 18px; background: rgba(255,253,248,.55); border-left: 3px solid #66897b; color: #314940; font-size: 1.06rem; }
.concept-steps strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 1.02rem; }
.dark-section { padding: 100px 0; background: linear-gradient(145deg,var(--ink),#0b211b 70%); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 42px; }
.section-heading h2 { margin: 0; font-size: clamp(2.6rem,4.2vw,4.8rem); }
.section-heading > a { color: var(--lime); border-bottom: 1px solid rgba(183,244,0,.4); font-size: .82rem; }
.offer-grid { display: grid; grid-template-columns: repeat(2,1fr); grid-auto-rows: 330px; gap: 14px; }
.visual-card { position: relative; overflow: hidden; min-height: 300px; }
.visual-card img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.visual-card:after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(3,13,10,.94),transparent 70%); }
.visual-card span { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; display: grid; }
.visual-card small { color: var(--lime); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.visual-card strong { font-family: var(--serif); font-size: clamp(1.7rem,2.5vw,2.6rem); }
.visual-card em { color: #d3dcd8; font-style: normal; font-size: .98rem; line-height: 1.45; }
.visual-card:hover img { transform: scale(1.04); }
.visual-card.wide { grid-column: 1/-1; }
.trust-strip { padding: 24px 0; background: var(--lime); color: var(--ink); }
.trust-strip .shell { display: flex; justify-content: space-between; gap: 24px; font-size: .92rem; font-weight: 700; text-transform: uppercase; }
.page-hero { position: relative; min-height: 480px; display: grid; align-items: end; overflow: hidden; }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero:after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(2,13,10,.92),rgba(2,13,10,.2)),linear-gradient(0deg,rgba(2,13,10,.78),transparent); }
.page-hero .shell { position: relative; z-index: 1; padding-bottom: 58px; }
.page-hero h1 { max-width: 870px; margin-bottom: 18px; font-size: clamp(3.4rem,7vw,7rem); }
.page-hero .shell > p:last-child { max-width: 720px; color: #d8e1dc; font-size: 1.1rem; }
.sand-section { padding: 86px 0; background: var(--sand-2); color: var(--ink); }
.narrow { max-width: 1120px; }
.sand-section .section-heading h2 { color: var(--ink); }
.sand-section .section-heading .eyebrow { color: #527065; }
.sand-section .section-heading > a { color: #31584b; }
.tariff-block { margin-bottom: 22px; padding: 24px; background: #fffaf1; border: 1px solid rgba(7,23,19,.13); }
.tariff-block h3 { margin-bottom: 17px; font-family: var(--serif); font-size: 1.85rem; }
.table-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 780px; font-size: .84rem; }
th,td { padding: 13px 11px; border-bottom: 1px solid rgba(7,23,19,.12); text-align: right; white-space: nowrap; }
th:first-child { text-align: left; }
thead th { background: var(--ink); color: var(--lime); }
tbody th { color: #233e35; }
.tariff-details { margin-bottom: 16px; border: 1px solid rgba(7,23,19,.15); }
.tariff-details summary { padding: 18px 22px; cursor: pointer; background: #e2d7c4; font-weight: 700; }
.tariff-details .tariff-block { margin: 0; border: 0; border-top: 1px solid rgba(7,23,19,.15); }
.official-tariff-poster { position: relative; display: block; max-width: 980px; margin: 0 auto 30px; padding: 14px; background: #fffaf1; border: 1px solid rgba(7,23,19,.15); box-shadow: 0 26px 70px rgba(7,23,19,.13); }
.official-tariff-poster img { width: 100%; height: auto; object-fit: contain; }
.official-tariff-poster span { position: absolute; right: 28px; bottom: 28px; padding: 11px 15px; background: rgba(7,23,19,.92); color: var(--lime); font-size: .78rem; font-weight: 700; }
.accessible-prices { max-width: 980px; margin-inline: auto; }
.tariff-note { margin: 28px 0 0; padding-left: 15px; border-left: 3px solid #628575; color: #3b544b; }
.formula-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.formula-grid article { display: flex; flex-direction: column; min-height: 480px; padding: 0 24px 24px; background: #112a22; border: 1px solid var(--line); }
.formula-grid img { width: calc(100% + 48px); max-width: none; height: 210px; margin: 0 -24px 22px; object-fit: cover; }
.formula-grid small { color: var(--lime); }
.formula-grid h3 { margin: 8px 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.formula-grid strong { margin-bottom: 8px; font-size: 1.2rem; }
.formula-grid article > p { margin: 0 0 22px; color: #bdc9c4; font-size: .82rem; }
.formula-grid .btn { margin-top: auto; }
.tour-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.tour-card { overflow: hidden; background: #10271f; border: 1px solid var(--line); }
.tour-card img { height: 260px; object-fit: cover; }
.tour-card span { display: block; padding: 26px; }
.tour-card small { color: var(--lime); text-transform: uppercase; letter-spacing: .12em; }
.tour-card h2 { margin: 10px 0 15px; font-size: 2.25rem; }
.tour-card p { min-height: 100px; color: #bac8c2; font-size: .9rem; }
.tour-card strong { display: block; font-size: 1.35rem; }
.tour-card strong em { color: #a4b3ad; font-size: .75rem; font-style: normal; }
.tour-card b { display: inline-block; margin-top: 20px; color: var(--lime); font-size: .8rem; }
.tour-detail-page { min-height: calc(100vh - 108px); }
.tour-booking-hero { display: grid; grid-template-columns: minmax(430px,.82fr) minmax(620px,1.18fr); min-height: calc(100vh - 108px); background: var(--ink); }
.tour-story { position: relative; min-height: 720px; overflow: hidden; }
.tour-story > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 65%; }
.tour-2-days .tour-story > img { bottom: 145px; height: calc(100% - 145px); object-fit: contain; object-position: center; background: var(--ink); }
.tour-2-days .tour-story:after { background: linear-gradient(0deg,rgba(3,15,11,.98) 0 145px,transparent 145px); }
.tour-poster-caption { left: clamp(24px,4vw,58px); bottom: 24px; }
.tour-poster-caption .eyebrow { margin-bottom: 5px; }
.tour-poster-caption h1 { margin: 0; font-size: clamp(2.2rem,3.4vw,3.5rem); }
.tour-story:after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(3,15,11,.97),rgba(3,15,11,.1) 70%); }
.tour-story-copy { position: absolute; z-index: 2; left: clamp(28px,5vw,74px); right: 28px; bottom: 40px; }
.tour-story-copy h1 { max-width: 600px; font-size: clamp(3rem,4.6vw,5rem); }
.tour-story-copy > p { max-width: 620px; color: #d8e1dc; }
.big-price { display: block; margin: 18px 0; color: var(--lime); font-size: 2.1rem; }
.big-price small { color: #fff; font-size: .75rem; }
.tour-story-copy ul { display: flex; flex-wrap: wrap; gap: 7px 16px; padding: 0; list-style: none; font-size: .78rem; }
.tour-story-copy li:before { content:"✓"; margin-right: 6px; color: var(--lime); }
.tour-story-copy details { margin-top: 14px; max-width: 650px; color: #cad5d0; font-size: .78rem; }
.tour-story-copy summary { color: #fff; cursor: pointer; font-weight: 700; }
.booking-shell { min-width: 0; padding: 28px 32px; background: var(--sand-2); color: var(--ink); }
.booking-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 16px; }
.booking-heading h2 { margin: 0; font-size: 2.25rem; }
.booking-heading > p { max-width: 340px; margin: 0; color: #53675f; font-size: .8rem; }
.booking-frame { display: block; width: 100%; height: 680px; border: 0; background: #f6f0e5; box-shadow: 0 18px 55px rgba(4,19,14,.12); }
.delivery-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.zone-map { max-height: 720px; object-fit: contain; filter: drop-shadow(0 20px 40px rgba(7,23,19,.2)); }
.delivery-map-interactive { position: relative; align-self: center; aspect-ratio: 1; overflow: hidden; border-radius: 26px; background: #fffdf8; box-shadow: 0 26px 70px rgba(7,23,19,.18); isolation: isolate; }
.delivery-map-interactive .zone-map { position: absolute; z-index: -1; left: -4.63%; top: -66%; display: block; width: 174.38%; max-width: none; max-height: none; filter: saturate(.95) contrast(1.02); }
.delivery-map-interactive:after { content:""; position:absolute; z-index:0; top:0; right:0; width:43%; height:4.5%; background:#fffdf8; pointer-events:none; }
.delivery-zone-hotspot { z-index:1; }
.delivery-zone-hotspot { position: absolute; width: 22%; height: 22%; padding: 0; border: 2px solid transparent; border-radius: 42%; background: rgba(183,244,0,.01); cursor: pointer; transform: translate(-50%,-50%); transition: transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease; }
.delivery-zone-hotspot:hover,.delivery-zone-hotspot:focus-visible,.delivery-zone-hotspot.is-active { z-index: 2; transform: translate(-50%,-50%) scale(1.1); border-color: var(--lime); background: rgba(183,244,0,.2); box-shadow: 0 0 0 7px rgba(183,244,0,.13),0 16px 32px rgba(7,23,19,.2); }
.delivery-zone-hotspot-1 { left: 28%; top: 61%; width: 28%; height: 30%; }
.delivery-zone-hotspot-2 { left: 63%; top: 71%; width: 38%; height: 26%; }
.delivery-zone-hotspot-3 { left: 33%; top: 25%; width: 34%; height: 28%; }
.delivery-zone-hotspot-4 { left: 72%; top: 40%; width: 36%; height: 34%; }
.zone-list h2 { font-size: clamp(2.8rem,4vw,4.6rem); }
.zone-map-help { max-width: 620px; color: #53685f; }
.delivery-zone-results { height: 340px; margin: 24px 0 14px; overflow: hidden; }
.delivery-zone-results article { display: none; height: 100%; min-height: 0; padding: 24px; border: 1px solid rgba(7,23,19,.1); border-left: 4px solid var(--lime); border-radius: 16px; background: rgba(255,255,255,.7); box-shadow: 0 16px 40px rgba(7,23,19,.08); }
.delivery-zone-results article.is-active { display: grid; grid-template-rows: auto auto auto minmax(0,1fr); align-content: start; gap: 7px; animation: deliveryZoneIn .16s ease-out; }
.delivery-zone-results small { color: #648176; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.delivery-zone-results strong { font-family: "Fraunces",Georgia,serif; font-size: clamp(1.55rem,2.5vw,2.25rem); }
.delivery-zone-results span { color: #435b52; line-height: 1.55; }
.delivery-zone-city-links { display: flex; align-content: flex-start; flex-wrap: wrap; gap: 8px; min-height: 0; margin-top: 10px; padding: 2px 5px 6px 2px; overflow-y: auto; scrollbar-gutter: stable; }
.delivery-zone-city-links a { padding: 9px 11px; border: 1px solid rgba(7,23,19,.14); border-radius: 9px; background: #fff; color: #183b30; font-size: .78rem; font-weight: 800; transition: .18s ease; }
.delivery-zone-city-links a:hover,.delivery-zone-city-links a:focus-visible { border-color: #779d18; background: #efffc4; transform: translateY(-2px); }
@keyframes deliveryZoneIn { from { opacity: 0; } to { opacity: 1; } }
.zone-list ol { padding: 0; list-style: none; border-top: 1px solid rgba(7,23,19,.16); }
.zone-list li { display: grid; padding: 16px 12px; border-bottom: 1px solid rgba(7,23,19,.16); border-left: 3px solid transparent; cursor: pointer; transition: .18s ease; }
.zone-list li:hover,.zone-list li:focus-visible,.zone-list li.is-active { border-left-color: var(--lime); background: rgba(255,255,255,.52); transform: translateX(5px); }
.zone-list li span { color: #53685f; font-size: .84rem; }
.zone-exclusion { padding: 12px 14px; border-radius: 10px; background: rgba(7,23,19,.07); color: #31473f!important; }
.text-link { color: #31584b; font-weight: 700; font-size: .85rem; }
.circuit-atlas { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-bottom: 18px; padding: 30px 32px; background: linear-gradient(110deg,var(--lime),#d8ff65); color: var(--ink); }
.circuit-atlas span { display: block; max-width: 900px; }
.circuit-atlas small { display: block; margin-bottom: 7px; color: #33503e; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.circuit-atlas strong { display: block; font-family: var(--serif); font-size: clamp(2rem,3.4vw,3.5rem); font-weight: 400; line-height: 1; }
.circuit-atlas p { max-width: 820px; margin: 12px 0 0; color: #2e493b; }
.sector-pills { display: flex; flex: 0 0 auto; flex-wrap: wrap; justify-content: end; gap: 8px; max-width: 380px; }
.sector-pills a { padding: 11px 14px; border: 1px solid rgba(7,23,19,.35); font-size: .78rem; font-weight: 700; }
.sector-pills a:hover { background: var(--ink); color: var(--lime); }
.ride-card { scroll-margin-top: 130px; }
.ride-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.ride-card { display: block; padding: 0 28px 28px; background: #10281f; border: 1px solid var(--line); transition: transform .22s ease,border-color .22s ease,background .22s ease; }
.ride-card:hover { transform: translateY(-4px); background: #133126; border-color: rgba(183,244,0,.5); }
.ride-grid img { width: calc(100% + 56px); max-width: none; height: 250px; margin: 0 -28px 23px; object-fit: cover; }
.ride-grid small,.ride-card b { color: var(--lime); }
.ride-grid h2 { margin: 10px 0; font-size: 2.35rem; }
.ride-grid p { color: #b9c6c1; }
.ride-card b { display: inline-block; margin-top: 6px; font-size: .8rem; }
.ride-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.ride-actions a { display: inline-flex; align-items: center; min-height: 42px; padding: 10px 13px; border: 1px solid rgba(183,244,0,.46); color: var(--lime); font-size: .76rem; font-weight: 800; }
.ride-actions a:first-child { background: var(--lime); color: var(--ink); }
.ride-actions a:hover,.ride-actions a:focus-visible { transform: translateY(-2px); border-color: var(--lime); }
.safety-note { display: flex; align-items: center; gap: 24px; margin-top: 18px; padding: 24px 28px; background: var(--lime); color: var(--ink); }
.safety-note p { flex: 1; margin: 0; }
.safety-note a { font-weight: 700; white-space: nowrap; }
.safety-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 12px; }
.safety-links a { display: grid; padding: 18px 20px; background: rgba(255,255,255,.045); border: 1px solid var(--line); }
.safety-links a:hover { border-color: var(--lime); }
.safety-links strong { color: #fff; }
.safety-links span { margin-top: 4px; color: var(--lime); font-size: .78rem; }
.faq-list { max-width: 920px; }
.faq-list details { border-bottom: 1px solid rgba(7,23,19,.18); }
.faq-list summary { padding: 22px 0; cursor: pointer; font-family: var(--serif); font-size: 1.7rem; }
.faq-list details p { max-width: 760px; padding-bottom: 22px; color: #4b6058; }
.faq-contact { margin-top: 50px; padding: 32px; background: #dfd2bd; }
.faq-contact h2 { font-size: 2.7rem; }
.faq-contact a:last-child { display: inline-block; margin-left: 18px; font-weight: 700; }
.booking-page { min-height: calc(100vh - 108px); background: var(--sand-2); color: var(--ink); }
.booking-page-intro { padding: 36px 0 22px; background: var(--ink); color: #fff; }
.booking-page-intro .eyebrow { margin-bottom: 5px; }
.booking-page-intro h1 { margin: 0 0 7px; font-size: clamp(2.3rem,4vw,4rem); }
.booking-page-intro p:last-child { margin: 0; color: #b9c7c1; }
.booking-page-body { padding: 18px 0 34px; }
.booking-page .booking-shell { padding: 0; }
.booking-page .booking-frame { height: 690px; }
.legal-hero { padding: 90px 0 72px; background: linear-gradient(135deg,var(--ink),#174536); }
.legal-hero h1 { margin-bottom: 22px; font-size: clamp(3.5rem,7vw,7rem); }
.legal-hero p:not(.eyebrow) { max-width: 720px; color: #c5d1cc; }
.legal-section { padding: 72px 0; background: var(--sand-2); color: var(--ink); }
.legal-layout { display: grid; grid-template-columns: 290px minmax(0,1fr); gap: clamp(44px,6vw,86px); }
.legal-layout nav { position: sticky; top: 120px; align-self: start; display: grid; gap: 10px; }
.legal-layout nav a { color: #45645a; font-size: .88rem; }
.legal-layout article,.legal-copy { max-width: 920px; }
.legal-section h2 { margin-top: 42px; font-size: 2.4rem; }
.legal-section h2:first-child { margin-top: 0; }
.legal-section p { color: #43584f; }
.cgv-nav { padding: 22px; background: #e5dac7; border: 1px solid rgba(7,23,19,.12); }
.cgv-nav > strong { font-family: var(--serif); font-size: 1.65rem; }
.cgv-nav ol { display: grid; gap: 0; margin: 8px 0 12px; padding: 0; list-style: none; }
.cgv-nav li { border-bottom: 1px solid rgba(7,23,19,.1); }
.cgv-nav li a { display: grid; grid-template-columns: 28px 1fr; gap: 9px; padding: 8px 0; line-height: 1.25; }
.cgv-nav li a:hover { color: #173e31; }
.cgv-nav li span { color: #72877f; font-size: .7rem; }
.cgv-download { margin-top: 6px; padding-top: 12px; color: #173e31 !important; font-weight: 700; }
.cgv-version { margin-bottom: 22px; padding: 26px 28px; background: var(--ink); color: #fff; }
.cgv-version strong,.cgv-version span { display: block; }
.cgv-version strong { font-family: var(--serif); font-size: 1.85rem; font-weight: 400; }
.cgv-version span { margin: 4px 0 10px; color: var(--lime); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.cgv-version p { margin: 0; color: #bdcbc5; }
.cgv-article { scroll-margin-top: 130px; margin-bottom: 14px; padding: 30px 32px; background: #fffaf2; border: 1px solid rgba(7,23,19,.11); }
.cgv-article:target { background: #f3f5db; outline: 3px solid rgba(116,158,0,.45); }
.cgv-article h2 { margin: 0 0 18px; font-size: 2.2rem; }
.cgv-article p:last-of-type { margin-bottom: 17px; }
.cgv-article > a:last-child { color: #31584b; font-size: .78rem; font-weight: 700; }
.cgv-mediation { border-left: 5px solid var(--orange); }
.site-footer { padding: 0 0 22px; background: radial-gradient(circle at 0 0,#194739 0,transparent 35%),#050f0c; border-top: 1px solid rgba(183,244,0,.2); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 54px; padding-top: 54px; }
.footer-brand { display: flex; gap: 18px; }
.footer-brand img { width: 98px; height: 94px; object-fit: contain; }
.footer-brand strong { font-family: var(--serif); font-size: 1.9rem; }
.footer-brand p { color: #9eb0a8; max-width: 260px; }
.footer-title { color: var(--lime); font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid a { color: #d0dad5; font-size: .92rem; }
.footer-grid a:hover { color: var(--lime); }
.privacy-settings { align-self: start; padding: 0; border: 0; background: transparent; color: #c0ccc7; cursor: pointer; text-align: left; font-size: .84rem; }
.privacy-settings:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid var(--line); color: #9badA5; font-size: .78rem; }
@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-button { display: inline-flex; padding: 11px 14px; border: 1px solid rgba(255,255,255,.3); color: #fff; background: transparent; }
  .mobile-nav.open { display: grid; position: absolute; left: 0; right: 0; top: 108px; padding: 18px 20px 26px; background: #071713; border-bottom: 1px solid rgba(183,244,0,.25); }
  .mobile-nav > a,.mobile-nav summary { padding: 12px; font-weight: 700; }
  .mobile-nav details a { display: block; padding: 9px 26px; color: #b7c6c0; }
  .mobile-book { margin-top: 8px; background: var(--lime); color: var(--ink); text-align: center; }
  .concept-grid { grid-template-columns: 1fr 1.4fr; }
  .concept-grid > p:last-child { grid-column: 2; }
  .tour-booking-hero { grid-template-columns: 1fr; }
  .tour-story { min-height: 650px; }
  .tour-grid,.formula-grid { grid-template-columns: 1fr; }
  .tour-card { display: grid; grid-template-columns: .85fr 1.15fr; }
  .tour-card img { height: 100%; }
  .tour-card p { min-height: 0; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2/4; }
}
@media (max-width: 720px) {
  :root { --shell: min(100% - 28px,1360px); }
  .site-header,.header-inner { height: 88px; }
  .brand { min-width: 0; gap: 10px; }
  .brand img { width: 63px; height: 60px; }
  .brand strong { font-size: 1.28rem; }
  .brand small { display: none; }
  .mobile-nav.open { top: 88px; }
  .home-hero { min-height: calc(100svh - 88px); }
  .hero-copy h1 { font-size: clamp(3.4rem,17vw,5.5rem); }
  .hero-facts { display: grid; gap: 7px; }
  .hero-facts li + li:before { margin-right: 9px; }
  .concept-band,.dark-section,.sand-section { padding: 64px 0; }
  .concept-grid { grid-template-columns: 1fr; gap: 24px; }
  .concept-grid > p:last-child { grid-column: auto; }
  .offer-grid { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .visual-card.wide { grid-column: auto; }
  .trust-strip .shell { display: grid; grid-template-columns: 1fr 1fr; }
  .official-tariff-poster { padding: 7px; }
  .official-tariff-poster span { position: static; display: block; padding: 11px 10px; text-align: center; }
  .page-hero { min-height: 420px; }
  .page-hero h1 { font-size: clamp(3rem,14vw,5rem); }
  .section-heading { align-items: start; flex-direction: column; }
  .tariff-block { padding: 14px; }
  .tour-card { display: block; }
  .tour-card img { height: 230px; }
  .tour-story { min-height: 690px; }
  .tour-story-copy { left: 20px; bottom: 24px; }
  .tour-story-copy h1 { font-size: 3.2rem; }
  .tour-story-copy ul { display: grid; }
  .booking-shell { padding: 22px 14px; }
  .booking-heading { display: block; }
  .booking-heading > p { margin-top: 8px; }
  .booking-page-intro { padding: 24px 0 17px; }
  .booking-page-intro h1 { font-size: clamp(2rem,10vw,3rem); }
  .booking-page-intro p:last-child { font-size: .86rem; }
  .booking-page-body { padding-top: 10px; }
  .booking-page .booking-heading { display: none; }
  .booking-frame,.booking-page .booking-frame { height: 680px; }
  .delivery-layout,.ride-grid,.legal-layout,.safety-links { grid-template-columns: 1fr; gap: 34px; }
  .circuit-atlas { align-items: start; flex-direction: column; gap: 20px; padding: 24px 20px; }
  .safety-note { align-items: start; flex-direction: column; }
  .faq-list summary { font-size: 1.4rem; }
  .faq-contact a:last-child { margin: 16px 0 0; display: block; }
  .legal-layout nav { position: static; }
  .legal-hero h1 { font-size: clamp(2.7rem,13vw,4.4rem); overflow-wrap: anywhere; }
  .legal-copy a { overflow-wrap: anywhere; }
  .cgv-nav { position: static; padding: 18px; }
  .cgv-article { scroll-margin-top: 104px; padding: 24px 20px; }
  .cgv-article h2 { font-size: 1.8rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* Premium UI pass — depth, hierarchy and interaction without adding content */
:root {
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-soft: 0 14px 40px rgba(3,16,12,.09);
  --shadow-card: 0 24px 70px rgba(3,16,12,.18);
}
html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
h1,h2 { text-wrap: balance; }
p { text-wrap: pretty; }
:focus-visible { outline: 3px solid rgba(183,244,0,.72); outline-offset: 4px; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow:before { content: ""; width: 28px; height: 2px; flex: 0 0 auto; background: currentColor; border-radius: 99px; opacity: .85; }
.btn,.nav-book,.mobile-book {
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(2,13,10,.14);
  transition: transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;
}
.btn.lime,.nav-book,.mobile-book { background: linear-gradient(135deg,#c8ff22,var(--lime)); }
.btn.glass { border-color: rgba(255,255,255,.35); backdrop-filter: blur(12px); }
.btn.dark { background: linear-gradient(135deg,#102a22,var(--ink)); }
.btn:hover,.nav-book:hover,.mobile-book:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(2,13,10,.22); }
.btn:active,.nav-book:active,.mobile-book:active { transform: translateY(0) scale(.985); }
.dropdown { border-radius: 18px; box-shadow: 0 28px 70px rgba(0,0,0,.48); }
.dropdown a { border-radius: 11px; transition: background .18s ease,transform .18s ease; }
.dropdown a:hover { transform: translateX(3px); }
.concept-steps p {
  border: 1px solid rgba(7,23,19,.08);
  border-left: 3px solid #66897b;
  border-radius: 0 14px 14px 0;
  box-shadow: 0 10px 28px rgba(7,23,19,.05);
}
.visual-card,.formula-grid article,.tour-card,.ride-card {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}
.visual-card span { padding-right: 18px; }
.visual-card:before {
  content: "↗";
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 50%;
  background: rgba(4,15,12,.3);
  color: #fff;
  opacity: 0;
  transform: translate(-4px,4px);
  backdrop-filter: blur(10px);
  transition: opacity .22s ease,transform .22s ease,background .22s ease;
}
.visual-card:hover:before { opacity: 1; transform: none; background: rgba(4,15,12,.68); }
.trust-strip { box-shadow: inset 0 1px rgba(255,255,255,.35),inset 0 -1px rgba(7,23,19,.15); }
.tariff-block,.tariff-details,.official-tariff-poster,.faq-contact,.cgv-nav,.cgv-version,.cgv-article {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.tariff-details summary { transition: background .18s ease; }
.tariff-details summary:hover { background: #d9ccb7; }
.official-tariff-poster span { border-radius: 10px; backdrop-filter: blur(10px); }
.formula-grid article,.tour-card,.ride-card {
  transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease;
}
.formula-grid article:hover,.tour-card:hover,.ride-card:hover {
  transform: translateY(-5px);
  border-color: rgba(183,244,0,.42);
  box-shadow: 0 32px 80px rgba(3,16,12,.28);
}
.formula-grid article,.formula-grid img,.tour-card img,.ride-card,.ride-grid img { overflow: hidden; }
.formula-grid img,.tour-card img,.ride-grid img { transition: transform .55s ease; }
.formula-grid article:hover img,.tour-card:hover img,.ride-card:hover img { transform: scale(1.035); }
.booking-frame {
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(4,19,14,.16);
}
.booking-page {
  background:
    radial-gradient(circle at 8% 0,rgba(183,244,0,.08),transparent 28%),
    radial-gradient(circle at 92% 35%,rgba(21,55,45,.08),transparent 26%),
    var(--sand-2);
}
.booking-page-intro {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg,#061510 0%,#0d2d23 72%,#174536 100%);
}
.booking-page-intro:after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: 5%;
  bottom: -210px;
  border: 42px solid rgba(183,244,0,.08);
  border-radius: 50%;
}
.booking-page-intro .shell { position: relative; z-index: 1; display:grid; grid-template-columns:minmax(0,1fr) 390px; align-items:center; gap:48px; }
.booking-intro-copy { position:relative; z-index:2; }
.booking-intro-gallery { position:relative; height:230px; }
.booking-intro-gallery img { position:absolute; width:250px; height:165px; object-fit:cover; border:5px solid rgba(255,255,255,.88); border-radius:18px; box-shadow:0 24px 55px rgba(2,13,10,.38); }
.booking-intro-gallery img:first-child { left:0; top:8px; transform:rotate(-4deg); }
.booking-intro-gallery img:last-child { right:0; bottom:0; transform:rotate(4deg); }
.circuit-atlas,.safety-note { border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.sector-pills a,.safety-links a { border-radius: var(--radius-sm); transition: .2s ease; }
.safety-links a:hover { transform: translateY(-3px); background: rgba(255,255,255,.07); }
.faq-list details { border-radius: 12px; transition: background .18s ease,padding .18s ease; }
.faq-list details[open] { margin-inline: -20px; padding-inline: 20px; background: rgba(255,253,248,.48); }
.faq-list summary { position: relative; padding-right: 46px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  translate: 0 -50%;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(7,23,19,.22);
  border-radius: 50%;
  font-family: var(--sans);
  font-size: 1.1rem;
}
.faq-list details[open] summary:after { content: "−"; background: var(--ink); color: var(--lime); }
.cgv-nav li a { border-radius: 8px; transition: padding .18s ease,background .18s ease; }
.cgv-nav li a:hover { padding-inline: 8px; background: rgba(255,255,255,.42); }
.site-footer { box-shadow: inset 0 1px rgba(255,255,255,.03); }

@media (max-width: 720px) {
  .booking-page-intro .shell { display:block; }
  .booking-intro-gallery { display:none; }
  .visual-card,.formula-grid article,.tour-card,.ride-card { border-radius: 18px; }
  .btn { width: 100%; min-height: 52px; }
  .actions { display: grid; grid-template-columns: 1fr; width: 100%; max-width: 420px; }
  .booking-frame { border-radius: 14px; }
  .faq-list details[open] { margin-inline: -10px; padding-inline: 10px; }
}

.standalone-header-actions{display:flex;align-items:center;gap:16px;color:#b9c7c1;font-size:.76rem;font-weight:700}
.standalone-header-actions a{display:inline-flex;align-items:center;min-height:42px;padding:0 18px;border:1px solid rgba(255,255,255,.22);border-radius:9px;color:#fff;text-decoration:none}
.booking-standalone-footer{padding:18px 0;background:#061610;color:#b9c7c1;font-size:.72rem}
.booking-standalone-footer .shell{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}
.booking-standalone-footer a{color:#fff;text-decoration:none}
@media(max-width:620px){
  .booking-map-open .quick-connect{display:none!important}
  .booking-standalone-header .brand small,.standalone-header-actions span{display:none}
  .booking-standalone-header .header-inner{min-height:76px}
  .standalone-header-actions{gap:0}
  .standalone-header-actions a{min-height:40px;padding:0 12px;font-size:.72rem}
}
