:root {
    --ink: #17342f;
    --forest: #143d37;
    --forest-deep: #0b2b27;
    --sage: #dce8df;
    --cream: #f7f4eb;
    --paper: #fffdf8;
    --gold: #efba57;
    --gold-light: #f7d994;
    --rust: #c46645;
    --muted: #68756f;
    --line: rgba(20, 61, 55, .15);
    --shadow: 0 24px 70px rgba(22, 47, 43, .13);
    --radius: 22px;
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.6 var(--sans); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 760px; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 16px; color: white; background: var(--forest); border-radius: 8px; }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--rust); font-size: .73rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--gold-light); }
.section { padding: 112px 0; }
.section h2 { margin: 0; font: 500 clamp(2.35rem, 5vw, 4.5rem)/.99 var(--serif); letter-spacing: -.045em; }
.section h2 em { color: var(--rust); font-weight: 400; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 28px; padding: 14px 24px; border: 0; border-radius: 10px; color: white; background: var(--forest); box-shadow: 0 10px 24px rgba(20, 61, 55, .15); font-weight: 750; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { background: var(--forest-deep); box-shadow: 0 14px 30px rgba(20, 61, 55, .22); transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 10px 17px; border-radius: 8px; font-size: .86rem; }
.button-gold { color: var(--forest-deep); background: var(--gold); box-shadow: none; }
.button-gold:hover { color: var(--forest-deep); background: var(--gold-light); }
.button-wide { width: 100%; justify-content: space-between; }
.button-whatsapp { color: white; background: #167a55; }
.button-whatsapp:hover { color: white; background: #106443; }
.button-link { border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; }
.closing-text-button { padding: 10px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.5); color: white; background: transparent; font-size: .75rem; font-weight: 700; cursor: pointer; }

/* Header */
.site-header { position: fixed; z-index: 100; top: 0; width: 100%; border-bottom: 1px solid transparent; background: rgba(247, 244, 235, .9); backdrop-filter: blur(15px); transition: box-shadow .2s, border-color .2s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 5px 20px rgba(20, 61, 55, .07); }
.nav-shell { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand > span:last-child { display: grid; line-height: 1.1; }
.brand strong { color: var(--forest); font: 700 1.3rem var(--serif); letter-spacing: -.02em; }
.brand small { margin-top: 3px; color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.brand-mark { position: relative; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--forest); overflow: hidden; }
.brand-mark::before, .brand-mark::after { content: ''; position: absolute; width: 28px; height: 16px; border-radius: 50% 50% 0 0; background: #6c9788; transform: rotate(-8deg); }
.brand-mark::before { left: -3px; bottom: 5px; }
.brand-mark::after { right: -8px; bottom: 5px; background: #98b4a7; }
.brand-mark span { position: relative; z-index: 1; width: 2px; height: 22px; background: var(--gold); transform: rotate(21deg); }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: .83rem; font-weight: 700; }
.desktop-nav a { position: relative; padding: 28px 0; }
.desktop-nav a::after { content: ''; position: absolute; bottom: 21px; left: 0; width: 100%; height: 2px; background: var(--rust); transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.text-call { display: grid; text-align: right; font-size: .75rem; font-weight: 800; line-height: 1.25; }
.text-call span { color: var(--muted); font-size: .58rem; font-weight: 600; text-transform: uppercase; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 12px; border: 0; border-radius: 8px; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s; }
.menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-nav { display: none; }

/* Hero */
.hero { position: relative; padding-top: 78px; background: var(--cream); overflow: hidden; }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 680px; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 60px; padding-top: 54px; padding-bottom: 50px; }
.availability-pill { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 25px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255, 255, 255, .54); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.availability-pill span { width: 7px; height: 7px; border-radius: 50%; background: #4d9a66; box-shadow: 0 0 0 4px rgba(77, 154, 102, .15); }
.hero h1 { max-width: 700px; margin: 0; color: var(--forest); font: 500 clamp(3.35rem, 6vw, 6rem)/.9 var(--serif); letter-spacing: -.055em; }
.hero h1 em { color: var(--rust); font-weight: 400; }
.hero-lead { max-width: 620px; margin: 28px 0 30px; color: #50655e; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.button-secondary { padding: 14px 0; border-bottom: 1px solid currentColor; color: var(--forest); font-size: .84rem; font-weight: 800; }
.hero-reassurance { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 25px; color: var(--muted); font-size: .75rem; font-weight: 650; }
.hero-reassurance i { display: inline-grid; width: 17px; height: 17px; margin-right: 4px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--sage); font-style: normal; font-size: .62rem; }
.hero-visual { position: relative; min-height: 530px; }
.vehicle-frame { position: absolute; inset: 10px -100px 0 -50px; display: flex; align-items: end; }
.vehicle-frame img { width: 100%; height: 100%; object-fit: contain; object-position: bottom; filter: drop-shadow(0 30px 25px rgba(30, 50, 45, .15)); }
.vehicle-photo-frame { inset: 85px -10px 45px 10px; border: 9px solid rgba(255, 253, 248, .8); border-radius: 180px 180px 22px 22px; background: #d8e3dd; box-shadow: 0 28px 65px rgba(20, 61, 55, .18); overflow: hidden; }
.vehicle-photo-frame img { object-fit: cover; object-position: 66% center; filter: none; }
.route-note { position: absolute; z-index: 3; display: grid; padding: 16px 20px; border: 1px solid rgba(20, 61, 55, .1); border-radius: 12px; background: rgba(255, 253, 248, .94); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.route-note span { color: var(--rust); font-size: .58rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.route-note strong { color: var(--forest); font: 700 1.06rem var(--serif); }
.route-note small { color: var(--muted); font-size: .65rem; }
.route-note-top { top: 45px; right: 0; }
.route-note-bottom { bottom: 35px; left: -25px; display: flex; align-items: center; gap: 12px; }
.route-note-bottom > span:last-child { display: grid; letter-spacing: 0; text-transform: none; }
.route-note-bottom .note-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: white; background: var(--rust); font-size: 1rem; }
.hero-landscape { position: absolute; inset: 78px 0 0 50%; pointer-events: none; }
.hill { position: absolute; right: -10vw; bottom: 110px; width: 60vw; height: 33vw; border-radius: 50% 50% 0 0; background: #e3e7d8; transform: rotate(-9deg); }
.hill-two { right: -30vw; bottom: 65px; width: 75vw; height: 37vw; background: #d0dfd3; transform: rotate(9deg); }
.sun { position: absolute; top: 80px; right: 7vw; width: 100px; height: 100px; border-radius: 50%; background: rgba(239, 186, 87, .38); }
.proof-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.proof-strip div { display: grid; gap: 2px; padding: 24px 25px; border-right: 1px solid var(--line); }
.proof-strip div:first-child { padding-left: 0; }
.proof-strip div:last-child { border: 0; }
.proof-strip strong { font: 700 1.05rem var(--serif); }
.proof-strip span { color: var(--muted); font-size: .69rem; }

/* Services */
.service-section { background: var(--paper); }
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 70px; margin-bottom: 60px; }
.split-heading > p { max-width: 390px; margin: 0 0 4px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 390px; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: white; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.service-number { position: absolute; top: 24px; right: 27px; color: #a1aea8; font: italic 1rem var(--serif); }
.service-icon { position: relative; width: 66px; height: 66px; margin: 20px 0 48px; border-radius: 50%; background: var(--sage); }
.service-icon::after, .service-icon::before, .service-icon span { content: ''; position: absolute; }
.icon-station::before { left: 18px; top: 17px; width: 29px; height: 23px; border: 2px solid var(--forest); border-radius: 8px 8px 4px 4px; }
.icon-station::after { left: 24px; bottom: 16px; width: 6px; height: 6px; border: 2px solid var(--forest); border-radius: 50%; box-shadow: 13px 0 0 -2px var(--sage), 13px 0 0 0 var(--forest); }
.icon-hills::before { left: 13px; bottom: 18px; width: 38px; height: 24px; background: var(--forest); clip-path: polygon(0 100%, 37% 18%, 55% 57%, 72% 28%, 100% 100%); }
.icon-road::before { left: 27px; top: 12px; width: 12px; height: 42px; background: var(--forest); clip-path: polygon(34% 0, 66% 0, 100% 100%, 0 100%); }
.icon-road::after { left: 31px; top: 15px; width: 3px; height: 32px; background: repeating-linear-gradient(to bottom, var(--sage) 0 6px, transparent 6px 11px); }
.service-card h3 { max-width: 270px; margin: 0 0 14px; font: 700 1.5rem/1.2 var(--serif); }
.service-card p { margin: 0 0 25px; color: var(--muted); font-size: .88rem; }
.service-card button, .inline-link { display: inline-flex; gap: 16px; padding: 0; border: 0; border-bottom: 1px solid var(--line); background: none; font-size: .78rem; font-weight: 800; cursor: pointer; }
.service-card button span, .inline-link span { color: var(--rust); }
.featured-service { color: white; border-color: var(--forest); background: var(--forest); }
.featured-service .service-number { color: rgba(255,255,255,.45); }
.featured-service .service-icon { background: var(--gold); }
.featured-service p { color: rgba(255,255,255,.72); }
.featured-service button { color: white; border-color: rgba(255,255,255,.25); }

/* Routes */
.route-section { color: white; background: var(--forest); }
.route-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 50px; }
.route-heading p { max-width: 370px; margin: 0 0 5px; color: rgba(255,255,255,.6); font-size: .8rem; }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.route-card { padding: 27px 27px 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.045); transition: background .2s, transform .2s; }
.route-card:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); }
.route-line { display: flex; align-items: center; margin-bottom: 16px; }
.route-line span { width: 7px; height: 7px; border: 2px solid var(--gold); border-radius: 50%; }
.route-line span:last-child { background: var(--gold); }
.route-line i { flex: 1; height: 1px; margin: 0 5px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.28) 0 5px, transparent 5px 10px); }
.route-places { display: flex; justify-content: space-between; gap: 20px; font: 700 1.12rem var(--serif); }
.route-places span:last-child { text-align: right; }
.route-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 35px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.55); font-size: .68rem; }
.route-meta strong { color: var(--gold-light); font-size: .7rem; }
.route-meta i { margin-left: 5px; font-style: normal; }
.routes-cta { display: flex; align-items: center; justify-content: center; gap: 26px; margin-top: 38px; }
.routes-cta p { color: rgba(255,255,255,.7); }

/* Innova experience */
.innova-section { background: var(--cream); }
.innova-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.innova-showcase { position: relative; min-height: 560px; border-radius: 230px 230px 24px 24px; background: #d9e4dd; box-shadow: var(--shadow); overflow: hidden; }
.innova-showcase::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,43,39,.5), transparent 45%); pointer-events: none; }
.innova-showcase > img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: 64% center; }
.innova-spec { position: absolute; z-index: 3; top: 48%; display: flex; width: 118px; height: 118px; align-items: center; justify-content: center; gap: 7px; border: 7px solid var(--cream); border-radius: 50%; color: white; box-shadow: 0 16px 30px rgba(20,61,55,.16); }
.innova-spec strong { font: 500 2.3rem var(--serif); }
.innova-spec span { font-size: .56rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.spec-seats { left: -34px; background: var(--rust); }
.spec-ac { right: -34px; background: var(--forest); }
.about-lead { max-width: 600px; margin: 28px 0 34px; color: #52645f; font-size: 1.05rem; }
.innova-copy h2 { margin: 0; font: 500 clamp(2.5rem, 4.5vw, 4.3rem)/1 var(--serif); letter-spacing: -.045em; }
.innova-copy h2 em { color: var(--rust); font-weight: 400; }
.promise-list { margin-bottom: 30px; border-top: 1px solid var(--line); }
.promise-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 10px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.promise-list > div > span { color: var(--rust); font: italic .9rem var(--serif); }
.promise-list p { display: grid; margin: 0; color: var(--muted); font-size: .83rem; }
.promise-list strong { margin-bottom: 2px; color: var(--ink); font: 700 1rem var(--serif); }

/* Interactive route preview */
.journey-lab { color: white; background: #092d29; overflow: hidden; }
.journey-lab-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 72px; }
.journey-copy h2 { margin-bottom: 24px; }
.journey-copy h2 em { color: var(--gold); }
.journey-copy > p { max-width: 500px; color: rgba(255,255,255,.62); }
.scene-route-options { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 22px; }
.scene-route-button { padding: 9px 15px; border: 1px solid rgba(255,255,255,.17); border-radius: 30px; color: rgba(255,255,255,.65); background: transparent; font-size: .72rem; font-weight: 800; cursor: pointer; }
.scene-route-button.is-active, .scene-route-button:hover { color: var(--forest-deep); border-color: var(--gold); background: var(--gold); }
.scene-summary { display: flex; gap: 42px; margin-bottom: 26px; }
.scene-summary span { display: grid; }
.scene-summary small { color: rgba(255,255,255,.45); font-size: .58rem; font-weight: 700; text-transform: uppercase; }
.scene-summary strong { font: 700 1rem var(--serif); }
.three-scene { position: relative; min-height: 560px; border: 1px solid rgba(255,255,255,.12); border-radius: 240px 240px 22px 22px; background: radial-gradient(circle at 50% 25%, #315b52, #0b3530 55%, #082522); box-shadow: inset 0 0 80px rgba(0,0,0,.22); overflow: hidden; cursor: grab; }
.three-scene:active { cursor: grabbing; }
.three-scene canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity .6s; }
.three-scene.is-ready canvas { opacity: 1; }
.scene-fallback { position: absolute; inset: 26% 15% 20%; display: flex; align-items: center; }
.scene-fallback span { width: 16px; height: 16px; border: 4px solid var(--gold); border-radius: 50%; }
.scene-fallback span:last-child { background: var(--gold); }
.scene-fallback i { flex: 1; height: 2px; margin: 0 8px; background: repeating-linear-gradient(90deg,var(--gold) 0 8px,transparent 8px 15px); transform: rotate(-18deg); }
.three-scene.is-ready .scene-fallback { opacity: 0; }
.scene-origin, .scene-destination { position: absolute; z-index: 3; display: flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 7px; color: var(--forest); background: rgba(255,253,248,.88); font-size: .65rem; font-weight: 850; box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.scene-origin { left: 10%; bottom: 12%; }
.scene-destination { top: 15%; right: 10%; }
.scene-origin i, .scene-destination i { width: 7px; height: 7px; border-radius: 50%; background: var(--rust); }
.scene-destination i { background: var(--gold); }
.three-scene > p { position: absolute; z-index: 3; right: 18px; bottom: 12px; margin: 0; color: rgba(255,255,255,.4); font-size: .56rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

/* Safety and booking confidence */
.confidence-section { background: white; }
.confidence-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.confidence-grid article { min-height: 290px; padding: 30px 26px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.confidence-grid article:nth-child(2) { background: var(--sage); }
.confidence-grid article:nth-child(3) { background: #f6e2bb; }
.confidence-grid article:nth-child(4) { color: white; background: var(--forest); }
.confidence-grid article > span { display: inline-grid; width: 31px; height: 31px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .65rem; font-weight: 800; opacity: .65; }
.confidence-grid h3 { margin: 60px 0 12px; font: 700 1.25rem var(--serif); }
.confidence-grid p { margin: 0; color: var(--muted); font-size: .78rem; }
.confidence-grid article:nth-child(4) p { color: rgba(255,255,255,.7); }

/* Steps */
.steps-section { background: white; }
.centered-heading { margin-bottom: 60px; text-align: center; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.steps-grid article { position: relative; padding: 25px 55px 35px; border-right: 1px solid var(--line); text-align: center; }
.steps-grid article:last-child { border: 0; }
.steps-grid i { position: absolute; top: 0; right: 28px; color: #b7c0bc; font: italic 1rem var(--serif); }
.step-icon { display: grid; width: 62px; height: 62px; margin: 0 auto 25px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--sage); font-size: 1.4rem; }
.steps-grid article:nth-child(2) .step-icon { background: #f6dfb0; }
.steps-grid article:nth-child(3) .step-icon { color: white; background: var(--rust); }
.steps-grid h3 { margin: 0 0 8px; font: 700 1.25rem var(--serif); }
.steps-grid p { max-width: 260px; margin: auto; color: var(--muted); font-size: .82rem; }
.expectation-note { display: flex; max-width: 840px; align-items: center; gap: 25px; margin: 55px auto 0; padding: 20px 25px; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); }
.expectation-note span { flex: none; padding: 6px 10px; border-radius: 5px; color: white; background: var(--forest); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.expectation-note p { margin: 0; color: var(--muted); font-size: .78rem; }

/* FAQ */
.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-intro p { margin: 30px 0 0; color: var(--muted); font-size: .83rem; }
.faq-intro a { display: inline-block; margin-top: 5px; border-bottom: 1px solid var(--ink); font-size: .83rem; font-weight: 800; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item h3 { margin: 0; }
.accordion-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 23px 0; border: 0; background: none; text-align: left; font: 700 1.05rem var(--serif); cursor: pointer; }
.accordion-item button i { position: relative; flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--sage); }
.accordion-item button i::before, .accordion-item button i::after { content: ''; position: absolute; top: 11px; left: 7px; width: 10px; height: 2px; background: var(--forest); }
.accordion-item button i::after { transform: rotate(90deg); transition: transform .2s; }
.accordion-item.is-open button i::after { transform: rotate(0); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s; }
.accordion-panel p { min-height: 0; margin: 0; color: var(--muted); font-size: .84rem; overflow: hidden; }
.accordion-item.is-open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.is-open .accordion-panel p { padding: 0 45px 24px 0; }

/* Closing */
.closing-cta { position: relative; color: white; background: var(--forest-deep); overflow: hidden; }
.closing-inner { position: relative; z-index: 2; padding-top: 110px; padding-bottom: 120px; text-align: center; }
.closing-inner h2 { margin: 0; font: 500 clamp(3rem, 7vw, 6.4rem)/.88 var(--serif); letter-spacing: -.05em; }
.closing-inner p { max-width: 540px; margin: 25px auto; color: rgba(255,255,255,.66); }
.closing-inner > div { display: flex; align-items: center; justify-content: center; gap: 26px; }
.closing-inner > div a { border-bottom: 1px solid rgba(255,255,255,.5); font-size: .75rem; font-weight: 700; }
.closing-road { position: absolute; inset: 0; opacity: .15; background: radial-gradient(circle at 50% 150%, transparent 0 36%, #d6e7df 36.2% 36.8%, transparent 37% 48%, #d6e7df 48.2% 48.5%, transparent 48.7%); }

/* Footer */
.site-footer { padding: 70px 0 30px; color: #d7e1dc; background: #071f1c; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 80px; padding-bottom: 55px; }
.brand-footer strong { color: white; }
.brand-footer small { color: rgba(255,255,255,.5); letter-spacing: 0; text-transform: none; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid p { max-width: 350px; color: rgba(255,255,255,.5); font-size: .78rem; }
.footer-grid h2 { margin: 0 0 14px; color: var(--gold-light); font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div > a, .footer-grid > div > span { margin: 4px 0; color: rgba(255,255,255,.66); font-size: .76rem; }
.footer-button { margin: 7px 0; padding: 0 0 3px; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); color: white; background: none; font-size: .76rem; cursor: pointer; }
.legal-links { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); }
.legal-links a, .legal-links button { padding: 0; border: 0; color: rgba(255,255,255,.45); background: none; font-size: .64rem; cursor: pointer; }
.legal-links a:hover, .legal-links button:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: .65rem; }
.photo-credit { margin-top: 12px; color: rgba(255,255,255,.3); font-size: .58rem; }

/* Booking modal */
.booking-modal { position: fixed; z-index: 300; inset: 0; display: flex; justify-content: flex-end; visibility: hidden; }
.booking-modal[aria-hidden=false] { visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(3, 22, 19, .72); opacity: 0; cursor: pointer; transition: opacity .3s; }
.booking-modal[aria-hidden=false] .modal-backdrop { opacity: 1; }
.booking-panel { position: relative; width: min(620px, 100%); height: 100%; padding: 36px 46px; background: var(--paper); box-shadow: -20px 0 70px rgba(0,0,0,.2); overflow: auto; transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.75,.25,1); }
.booking-modal[aria-hidden=false] .booking-panel { transform: none; }
.booking-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.booking-panel h2 { margin: 0; font: 500 2.7rem/1 var(--serif); letter-spacing: -.04em; }
.booking-panel .eyebrow { margin-bottom: 10px; }
.close-button { flex: none; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.booking-intro { max-width: 480px; margin: 18px 0 28px; color: var(--muted); font-size: .82rem; }
.booking-whatsapp-link { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: -10px 0 24px; padding: 12px 14px; border: 1px solid rgba(22,122,85,.22); border-radius: 9px; color: #106443; background: #e7f3ec; font-size: .73rem; font-weight: 750; }
.booking-whatsapp-link span { padding: 4px 7px; border-radius: 4px; color: white; background: #167a55; font-size: .59rem; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 14px; }
.form-grid label { display: grid; gap: 6px; }
.form-grid label > span { font-size: .68rem; font-weight: 800; }
.form-grid em { color: var(--muted); font-style: normal; font-weight: 500; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #ccd3d0; border-radius: 8px; color: var(--ink); background: white; font-size: .82rem; }
.form-grid textarea { resize: vertical; }
.form-grid input.is-invalid, .form-grid select.is-invalid, .form-grid textarea.is-invalid { border-color: #bd4b3c; background: #fff7f5; }
.full-field { grid-column: 1 / -1; }
.form-consent { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0; color: var(--muted); font-size: .72rem; }
.form-consent input { margin-top: 3px; accent-color: var(--forest); }
.form-consent a { color: var(--forest); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.form-status { min-height: 0; margin: 0; padding: 0; border-radius: 8px; font-size: .75rem; }
.form-status:not(:empty) { margin-bottom: 15px; padding: 10px 12px; color: #813c31; background: #fae1dc; }
.form-status.success:not(:empty) { color: #205a3b; background: #deefe3; }
.form-fineprint { margin: 10px 0 0; color: var(--muted); font-size: .64rem; text-align: center; }
.trap-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.mobile-booking-bar { display: none; }

/* Cookie notice */
.cookie-banner { position: fixed; z-index: 240; right: 20px; bottom: 20px; display: flex; width: min(560px, calc(100% - 40px)); align-items: center; gap: 22px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,253,248,.97); box-shadow: 0 22px 60px rgba(7,31,28,.22); backdrop-filter: blur(14px); opacity: 0; pointer-events: none; transform: translateY(20px); transition: opacity .25s, transform .25s; }
.cookie-banner.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.cookie-banner strong { font: 700 .9rem var(--serif); }
.cookie-banner p { margin: 2px 0 0; color: var(--muted); font-size: .67rem; line-height: 1.5; }
.cookie-actions { display: flex; flex: none; gap: 7px; }
.cookie-actions button { min-height: 36px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 7px; font-size: .67rem; font-weight: 800; cursor: pointer; }
.cookie-details-button { color: var(--forest); background: transparent; }
.cookie-accept-button { color: white; background: var(--forest); }
.cookie-panel { position: fixed; z-index: 320; inset: 0; display: grid; place-items: center; visibility: hidden; }
.cookie-panel[aria-hidden=false] { visibility: visible; }
.cookie-panel > .modal-backdrop { opacity: 0; transition: opacity .25s; }
.cookie-panel[aria-hidden=false] > .modal-backdrop { opacity: 1; }
.cookie-panel > section { position: relative; width: min(560px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 32px; border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); overflow: auto; opacity: 0; transform: translateY(20px); transition: opacity .25s, transform .25s; }
.cookie-panel[aria-hidden=false] > section { opacity: 1; transform: none; }
.cookie-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.cookie-panel-head h2 { margin: 0; font: 500 2.3rem var(--serif); }
.cookie-panel-head > button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 1.5rem; cursor: pointer; }
.cookie-panel > section > p { color: var(--muted); font-size: .78rem; }
.cookie-setting { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; border-top: 1px solid var(--line); }
.cookie-setting div { display: grid; }
.cookie-setting strong { font: 700 .95rem var(--serif); }
.cookie-setting span { color: var(--muted); font-size: .66rem; }
.cookie-setting b { flex: none; color: #1b754f; font-size: .62rem; text-transform: uppercase; }
.cookie-setting b.cookie-off { color: var(--muted); }
.cookie-panel-note a { text-decoration: underline; }

/* Route detail pages */
.route-hero { padding: 170px 0 85px; color: white; background: var(--forest); overflow: hidden; }
.route-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.back-link { display: table; margin-bottom: 45px; color: rgba(255,255,255,.6); font-size: .72rem; font-weight: 700; }
.route-hero h1 { display: grid; margin: 0; font: 500 clamp(3.5rem, 7vw, 6.5rem)/.85 var(--serif); letter-spacing: -.055em; }
.route-hero h1 i { margin: 7px 0; color: rgba(255,255,255,.42); font: italic 1.5rem var(--serif); }
.route-hero h1 em { color: var(--gold); font-weight: 400; }
.route-hero p { max-width: 570px; margin: 28px 0; color: rgba(255,255,255,.7); }
.route-call { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .77rem; font-weight: 800; }
.route-map-card { position: relative; min-height: 430px; border: 1px solid rgba(255,255,255,.13); border-radius: 50% 50% 16px 16px; background: rgba(255,255,255,.04); overflow: hidden; }
.route-map-card strong { position: absolute; padding: 7px 10px; border-radius: 5px; color: var(--forest); background: var(--gold-light); font-size: .68rem; }
.route-map-card strong:nth-of-type(1) { left: 12%; bottom: 13%; }
.route-map-card strong:nth-of-type(2) { top: 17%; right: 11%; }
.map-contour { position: absolute; inset: -30%; background: repeating-radial-gradient(ellipse at 60% 40%, transparent 0 28px, rgba(255,255,255,.08) 29px 30px); transform: rotate(-20deg); }
.map-pin { position: absolute; z-index: 2; width: 14px; height: 14px; border: 4px solid var(--gold); border-radius: 50%; }
.pin-start { left: 30%; bottom: 27%; }
.pin-end { top: 31%; right: 26%; background: var(--gold); }
.map-road { position: absolute; left: 33%; bottom: 29%; width: 45%; height: 46%; border-top: 2px dashed var(--gold); border-right: 2px dashed var(--gold); border-radius: 0 70% 0 0; transform: rotate(-10deg); }
.route-facts { background: var(--cream); }
.route-facts .shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.route-facts div { display: grid; gap: 3px; padding: 27px 45px; border-right: 1px solid var(--line); }
.route-facts div:first-child { padding-left: 0; }
.route-facts div:last-child { border: 0; }
.route-facts span { color: var(--muted); font-size: .64rem; font-weight: 700; text-transform: uppercase; }
.route-facts strong { font: 700 1.12rem var(--serif); }
.route-detail-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; }
.route-detail h2 { max-width: 700px; font-size: clamp(2.4rem, 4vw, 3.7rem); line-height: 1.05; }
.route-detail p { max-width: 680px; color: var(--muted); }
.route-detail aside { padding: 34px; border-radius: 15px; background: var(--cream); }
.route-detail aside h3 { margin: 0 0 22px; font: 700 1.25rem var(--serif); }
.route-detail aside p { display: flex; gap: 10px; margin: 12px 0; color: var(--ink); font-size: .8rem; }
.route-detail aside p span { color: var(--rust); font-weight: 900; }
.route-detail aside hr { margin: 25px 0; border: 0; border-top: 1px solid var(--line); }
.route-detail aside small { display: block; color: var(--muted); line-height: 1.6; }
.mini-cta { padding: 65px 0; color: white; background: var(--rust); }
.mini-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.mini-cta h2 { margin: 0; font: 500 2.3rem var(--serif); }
.mini-cta .eyebrow { margin-bottom: 10px; }

/* Policies and errors */
.simple-page { min-height: 70vh; padding: 170px 0 110px; background: var(--cream); }
.simple-page h1 { margin: 0 0 20px; font: 500 clamp(3rem, 6vw, 5rem)/1 var(--serif); letter-spacing: -.05em; }
.simple-page > .shell > p { color: var(--muted); }
.back-link.dark { color: var(--muted); }
.policy-content .page-intro { margin-bottom: 60px; font-size: 1.1rem; }
.policy-content section { padding: 23px 0; border-top: 1px solid var(--line); }
.policy-content section h2 { margin: 0 0 7px; font: 700 1.25rem var(--serif); }
.policy-content section p { margin: 0; color: var(--muted); }
.updated { margin-top: 50px; font-size: .75rem; }
.policy-disclaimer { margin-top: 45px; padding: 16px 18px; border-left: 3px solid var(--gold); background: white; font-size: .75rem; }

@media (max-width: 1040px) {
    .desktop-nav, .text-call { display: none; }
    .menu-toggle { display: block; }
    .mobile-nav { position: absolute; top: 78px; left: 0; display: grid; width: 100%; padding: 15px 24px 24px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 15px 25px rgba(20,61,55,.1); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s, opacity .25s; }
    .mobile-nav.is-open { transform: none; opacity: 1; visibility: visible; }
    .mobile-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font: 700 1.1rem var(--serif); }
    .hero-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
    .hero h1 { font-size: 4.8rem; }
    .vehicle-frame { inset-inline: -40px -150px; }
    .vehicle-photo-frame { inset: 95px -10px 55px 0; }
    .split-heading, .faq-grid { gap: 45px; }
    .about-grid { gap: 70px; }
    .innova-grid { gap: 60px; }
    .journey-lab-grid { gap: 45px; }
    .confidence-grid { grid-template-columns: 1fr 1fr; }
    .route-hero-grid { gap: 45px; }
}

@media (max-width: 780px) {
    .shell { width: min(100% - 32px, 680px); }
    .section { padding: 78px 0; }
    .site-header .button-small { display: none; }
    .nav-shell { min-height: 68px; }
    .mobile-nav { top: 68px; }
    .brand strong { font-size: 1.14rem; }
    .hero { padding-top: 68px; }
    .hero-grid { display: flex; min-height: 0; flex-direction: column; gap: 10px; padding-top: 55px; padding-bottom: 15px; }
    .hero-copy { position: relative; z-index: 3; }
    .hero h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
    .hero-lead { margin: 23px 0; font-size: .96rem; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
    .button-secondary { text-align: center; }
    .hero-reassurance { gap: 10px 16px; }
    .hero-visual { width: 100%; min-height: 390px; }
    .vehicle-frame { inset: -20px -60px 0 -60px; }
    .vehicle-photo-frame { inset: 45px -12px 30px -12px; border-width: 6px; border-radius: 130px 130px 18px 18px; }
    .route-note-top { top: 30px; right: -5px; }
    .route-note-bottom { bottom: 15px; left: 0; }
    .hero-landscape { inset: auto 0 90px 0; height: 430px; }
    .hill { right: -50%; bottom: 0; width: 140%; height: 70%; }
    .hill-two { right: -80%; bottom: -30px; width: 160%; height: 75%; }
    .sun { top: 10px; right: 15px; width: 75px; height: 75px; }
    .proof-strip { grid-template-columns: 1fr 1fr; }
    .proof-strip div { padding: 18px 12px; border-bottom: 1px solid var(--line); }
    .proof-strip div:nth-child(2) { border-right: 0; }
    .proof-strip div:first-child { padding-left: 12px; }
    .split-heading, .route-detail-grid { grid-template-columns: 1fr; gap: 25px; }
    .section h2 { font-size: clamp(2.45rem, 12vw, 3.8rem); }
    .service-grid, .route-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 330px; }
    .service-icon { margin-bottom: 35px; }
    .route-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
    .route-card { padding: 23px; }
    .routes-cta { align-items: stretch; flex-direction: column; text-align: center; }
    .innova-grid, .journey-lab-grid { grid-template-columns: 1fr; gap: 55px; }
    .innova-showcase { width: calc(100% - 20px); min-height: 410px; margin: auto; border-radius: 170px 170px 18px 18px; }
    .innova-showcase > img { min-height: 410px; }
    .innova-spec { width: 96px; height: 96px; border-width: 5px; }
    .innova-spec strong { font-size: 1.8rem; }
    .spec-seats { left: -12px; }
    .spec-ac { right: -12px; }
    .three-scene { min-height: 430px; border-radius: 180px 180px 18px 18px; }
    .confidence-grid { grid-template-columns: 1fr; }
    .confidence-grid article { min-height: 230px; }
    .confidence-grid h3 { margin-top: 38px; }
    .steps-grid { grid-template-columns: 1fr; }
    .steps-grid article { padding: 30px 25px; border-right: 0; border-bottom: 1px solid var(--line); }
    .steps-grid i { right: 15%; top: 30px; }
    .expectation-note { align-items: flex-start; flex-direction: column; gap: 10px; }
    .faq-grid { grid-template-columns: 1fr; gap: 50px; }
    .closing-inner > div { align-items: stretch; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
    .mobile-booking-bar { position: fixed; z-index: 90; bottom: 0; left: 0; display: grid; width: 100%; grid-template-columns: .8fr 1.2fr; padding: 9px 12px; border-top: 1px solid var(--line); background: rgba(255,253,248,.96); backdrop-filter: blur(10px); }
    .mobile-booking-bar a, .mobile-booking-bar button { display: grid; min-height: 46px; place-items: center; border: 0; border-radius: 8px; font-weight: 800; }
    .mobile-booking-bar a { color: var(--forest); background: var(--sage); }
    .mobile-booking-bar a.mobile-whatsapp { color: white; background: #167a55; }
    .mobile-booking-bar button { margin-left: 8px; color: white; background: var(--forest); }
    .site-footer { padding-bottom: 90px; }
    .cookie-banner { right: 12px; bottom: 76px; width: calc(100% - 24px); align-items: flex-start; flex-direction: column; gap: 12px; }
    .cookie-actions { width: 100%; }
    .cookie-actions button { flex: 1; }
    .booking-panel { padding: 25px 20px 80px; }
    .booking-panel h2 { font-size: 2.2rem; }
    .form-grid { grid-template-columns: 1fr; }
    .full-field { grid-column: auto; }
    .route-hero { padding: 130px 0 60px; }
    .route-hero-grid { grid-template-columns: 1fr; }
    .route-map-card { min-height: 310px; }
    .route-facts .shell { grid-template-columns: 1fr; }
    .route-facts div, .route-facts div:first-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .mini-cta .shell { align-items: stretch; flex-direction: column; }
    .simple-page { padding: 125px 0 90px; }
}

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