:root {
  --ink: #12332e;
  --forest: #0b3b34;
  --forest-2: #082a26;
  --turquoise: #39bfb2;
  --water: #cdeee7;
  --cream: #f5f4ec;
  --paper: #fbfaf5;
  --sand: #e8ce91;
  --white: #ffffff;
  --line: rgba(18, 51, 46, 0.18);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --header-height: 78px;
  --shell: min(1320px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--turquoise); outline-offset: 4px; }
::selection { color: var(--forest-2); background: var(--sand); }

.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; color: var(--white); background: var(--forest); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; color: rgba(255,255,255,.8); font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: #387067; }
.section-index { color: #6d8a84; font-size: .73rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-index.light { color: rgba(255,255,255,.62); }
.lead { font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.38; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; min-height: var(--header-height); padding: 0 32px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); transition: color .35s ease, background .35s ease, box-shadow .35s ease; }
.site-header.scrolled { color: var(--ink); background: rgba(251,250,245,.92); box-shadow: 0 12px 36px rgba(13,56,50,.08); backdrop-filter: blur(16px); border-bottom-color: var(--line); }
.brand { display: inline-flex; align-items: center; justify-self: start; gap: 10px; width: fit-content; color: inherit; text-decoration: none; line-height: 1; }
.brand-mark { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.brand span { display: grid; }
.brand strong { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; letter-spacing: -.02em; white-space: nowrap; }
.brand small { justify-self: end; margin-top: 4px; font-size: .57rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 34px); }
.desktop-nav a { position: relative; font-size: .78rem; font-weight: 650; text-decoration: none; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; padding: 10px 18px; font-size: .76rem; font-weight: 750; text-decoration: none; border: 1px solid currentColor; border-radius: 999px; }
.menu-toggle { display: none; justify-self: end; width: 46px; height: 46px; padding: 0; background: none; border: 0; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .25s ease; }
.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-menu { position: fixed; z-index: 40; inset: 0; padding: 120px 28px 40px; color: var(--white); background: var(--forest-2); }
.mobile-menu nav { display: grid; gap: 6px; }
.mobile-menu a { padding: 8px 0; font-family: var(--serif); font-size: clamp(2rem, 9vw, 3.7rem); line-height: 1.08; text-decoration: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: var(--white); background: var(--forest-2); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; transform: scale(1.025); animation: hero-settle 1.7s cubic-bezier(.22,.72,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,35,31,.78) 0%, rgba(4,35,31,.36) 54%, rgba(4,35,31,.1) 100%), linear-gradient(0deg, rgba(3,29,26,.54), transparent 42%); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; width: var(--shell); min-height: 100svh; margin: auto; padding: 130px 0 110px; }
.hero h1 { max-width: 930px; margin: 0; font-family: var(--serif); font-size: clamp(4rem, 9.2vw, 9rem); font-weight: 400; letter-spacing: -.065em; line-height: .82; text-wrap: balance; }
.hero h1 em { color: var(--sand); font-weight: 400; }
.hero-copy { max-width: 570px; margin: 38px 0 32px; font-size: clamp(1rem, 1.6vw, 1.25rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 13px 23px; font-size: .85rem; font-weight: 750; text-align: center; text-decoration: none; border: 1px solid transparent; border-radius: 2px; cursor: pointer; transition: transform .22s ease, background .22s ease, color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--forest-2); background: var(--cream); }
.button-light:hover { background: var(--sand); }
.button-dark { color: var(--white); background: var(--forest); }
.button-dark:hover { background: #145a50; }
.text-link { display: inline-flex; gap: 10px; align-items: center; width: fit-content; padding: 10px 0; font-size: .84rem; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }
.hero-meta { position: absolute; z-index: 2; right: 32px; bottom: 32px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.78); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-meta i { width: 1px; height: 24px; background: rgba(255,255,255,.35); }
.photo-note { position: absolute; z-index: 2; bottom: 28px; left: 32px; margin: 0; color: rgba(255,255,255,.55); font-size: .66rem; }

.intro { display: grid; grid-template-columns: .45fr 1.35fr 1.2fr; gap: clamp(32px, 5vw, 90px); align-items: start; padding-block: clamp(100px, 13vw, 190px); }
.intro-copy h2, .destination-heading h2, .route h2, .map-copy h2, .reservation-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6.5rem); font-weight: 400; letter-spacing: -.055em; line-height: .94; text-wrap: balance; }
.intro-copy > p:not(.eyebrow) { max-width: 630px; }
.intro-copy > p + p { color: #4f6863; }
.intro-copy .button { margin-top: 20px; }
.intro-visual { position: relative; margin: 60px 0 0; }
.intro-visual::before { position: absolute; z-index: -1; top: -28px; right: -28px; width: 55%; height: 55%; border-top: 1px solid var(--turquoise); border-right: 1px solid var(--turquoise); content: ""; }
.intro-visual img { width: 100%; aspect-ratio: .78; object-fit: cover; }
.intro-visual figcaption { display: flex; justify-content: space-between; margin-top: 14px; color: #6d8a84; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.destinations { padding: clamp(90px, 11vw, 150px) 0 50px; background: #e8f4ef; }
.destination-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; margin-bottom: 60px; }
.destination-heading .section-index { margin-bottom: 34px; }
.destination-heading > p { max-width: 450px; margin: 0 0 8px; color: #4f6863; }
.destination-tabs { display: flex; width: var(--shell); margin: 0 auto 24px; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.destination-tabs::-webkit-scrollbar { display: none; }
.destination-tabs button { flex: 1 0 auto; padding: 14px 22px 18px; color: #5b7771; background: transparent; border: 0; border-bottom: 2px solid transparent; cursor: pointer; }
.destination-tabs button[aria-selected="true"] { color: var(--forest); border-color: var(--forest); }
.destination-stage { position: relative; display: grid; grid-template-columns: 1.5fr 1fr; width: var(--shell); min-height: 610px; margin: 0 auto; color: var(--white); background: var(--forest); overflow: hidden; }
.destination-stage.is-changing .destination-image-wrap img, .destination-stage.is-changing .destination-copy > * { opacity: 0; transform: translateY(12px); }
.destination-image-wrap { position: relative; min-height: 610px; overflow: hidden; }
.destination-image-wrap::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,32,28,.42), transparent 42%); content: ""; pointer-events: none; }
.destination-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s ease, transform .35s ease; }
.destination-image-wrap > p { position: absolute; z-index: 2; right: 18px; bottom: 13px; margin: 0; color: rgba(255,255,255,.68); font-size: .65rem; }
.destination-count { position: absolute; z-index: 2; top: 24px; left: 24px; padding: 8px 12px; font-size: .68rem; font-weight: 700; letter-spacing: .12em; background: rgba(7,45,39,.58); backdrop-filter: blur(10px); }
.destination-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 88px); }
.destination-copy > * { transition: opacity .25s ease, transform .35s ease; }
.destination-copy h3 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(3.3rem, 5.4vw, 6.1rem); font-weight: 400; letter-spacing: -.05em; line-height: .9; }
.destination-copy > p:not(.eyebrow) { color: rgba(255,255,255,.75); }
.destination-copy ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 36px; padding: 0; list-style: none; }
.destination-copy li { padding: 7px 10px; font-size: .69rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; border: 1px solid rgba(255,255,255,.24); }
.destination-inquiry { width: fit-content; padding: 11px 0; color: var(--white); font-weight: 700; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.55); cursor: pointer; }
.destination-inquiry span { display: inline-block; margin-left: 12px; transition: transform .2s ease; }
.destination-inquiry:hover span { transform: translate(3px, -3px); }
.destination-controls { position: absolute; right: 22px; bottom: 22px; display: flex; gap: 8px; }
.destination-controls button { width: 46px; height: 46px; color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.28); cursor: pointer; }
.destination-controls button:hover { color: var(--forest); background: var(--white); }
.destination-thumbs { display: grid; grid-template-columns: repeat(5, minmax(180px, 1fr)); gap: 12px; width: var(--shell); margin: 18px auto 0; overflow-x: auto; padding-bottom: 14px; }
.destination-thumbs button { position: relative; min-width: 180px; height: 150px; padding: 0; color: var(--white); text-align: left; background: var(--forest); border: 0; overflow: hidden; cursor: pointer; }
.destination-thumbs img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .35s ease, opacity .2s ease; }
.destination-thumbs span { position: absolute; right: 12px; bottom: 10px; left: 12px; font-size: .7rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; text-shadow: 0 2px 12px rgba(0,0,0,.55); }
.destination-thumbs button:hover img { opacity: 1; transform: scale(1.035); }

.route { padding-block: clamp(110px, 14vw, 200px); }
.route-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: start; margin-top: 36px; }
.route-intro .eyebrow { padding-top: 12px; }
.route-path { position: relative; height: 250px; margin: 80px 0 70px; }
.route-path svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.route-path path { fill: none; stroke: var(--turquoise); stroke-width: 2; stroke-dasharray: 6 7; vector-effect: non-scaling-stroke; }
.route-path span { position: absolute; top: var(--y); left: var(--x); display: grid; gap: 8px; color: var(--forest); font-size: .72rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; transform: translate(-50%, -50%); }
.route-path span::before { justify-self: center; width: 13px; height: 13px; background: var(--paper); border: 3px solid var(--forest); border-radius: 50%; content: ""; box-shadow: 0 0 0 8px rgba(57,191,178,.14); }
.experience-notes { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.experience-notes article { padding: 36px 42px 10px 0; }
.experience-notes article + article { padding-left: 42px; border-left: 1px solid var(--line); }
.experience-notes span { color: #6d8a84; font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.experience-notes h3 { margin: 24px 0 10px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.experience-notes p { color: #56706b; }

.map-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; color: var(--white); background: var(--forest-2); }
.map-copy { display: flex; flex-direction: column; justify-content: center; max-width: 660px; padding: clamp(70px, 8vw, 125px); }
.map-copy .section-index { margin-bottom: 70px; }
.map-copy p:not(.eyebrow) { max-width: 570px; color: rgba(255,255,255,.7); }
.map-actions { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; margin-top: 22px; }
.map-canvas { position: relative; min-height: 600px; background: #b8ddd4; overflow: hidden; }
.map-canvas iframe { width: 100%; height: 100%; min-height: 720px; border: 0; filter: saturate(.75) contrast(.92); }
.map-placeholder { position: absolute; inset: 0; display: grid; place-content: center; gap: 10px; padding: 30px; color: var(--forest); text-align: center; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.55), transparent 32%), #b8ddd4; }
.map-placeholder svg { width: min(440px, 80vw); }
.map-placeholder path { fill: none; stroke: rgba(11,59,52,.42); stroke-width: 3; stroke-dasharray: 6 8; }
.map-placeholder circle { fill: var(--sand); stroke: var(--forest); stroke-width: 3; }
.map-placeholder p { max-width: 340px; margin: 0 auto; font-size: .85rem; }

.reservation { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 130px); padding-block: clamp(100px, 13vw, 180px); }
.reservation-heading .section-index { margin-bottom: 70px; }
.reservation-heading p:last-child { max-width: 520px; color: #56706b; }
.reservation-form { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 22px; align-self: start; padding-top: 18px; }
.field { display: grid; gap: 9px; }
.field.full, .consent.full, .form-footer.full { grid-column: 1 / -1; }
.field label { font-size: .74rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.field label span { color: #76918c; font-size: .65rem; font-weight: 550; text-transform: none; }
.field input, .field select, .field textarea { width: 100%; min-height: 54px; padding: 13px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #98aaa5; border-radius: 0; outline: none; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest); box-shadow: 0 2px 0 var(--forest); }
.field [aria-invalid="true"] { border-color: #a83232; }
.field-error { min-height: 18px; color: #983636; font-size: .72rem; }
.consent { display: flex; gap: 12px; align-items: flex-start; color: #56706b; font-size: .78rem; }
.consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 3px; accent-color: var(--forest); }
.consent button { padding: 0; color: var(--forest); background: transparent; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; }
.form-footer { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 6px; }
.form-footer p { max-width: 360px; margin: 0; color: #56706b; font-size: .78rem; }

.site-footer { display: grid; grid-template-columns: 1.4fr .6fr .7fr; gap: 60px; padding: 78px 5vw 26px; color: var(--white); background: var(--forest-2); }
.brand.inverse { color: var(--white); }
.footer-brand > p { color: rgba(255,255,255,.58); font-family: var(--serif); font-size: 1.5rem; }
.footer-column { display: grid; align-content: start; gap: 8px; }
.footer-column h2 { margin: 0 0 14px; color: rgba(255,255,255,.46); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-column a, .footer-column button { width: fit-content; padding: 3px 0; color: rgba(255,255,255,.78); font-size: .85rem; text-decoration: none; background: transparent; border: 0; cursor: pointer; }
.footer-column a:hover, .footer-column button:hover { color: var(--white); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 30px; margin-top: 40px; padding-top: 24px; color: rgba(255,255,255,.46); font-size: .68rem; border-top: 1px solid rgba(255,255,255,.14); }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-bottom button { padding: 0; color: inherit; background: transparent; border: 0; cursor: pointer; }

.whatsapp-float { position: fixed; z-index: 35; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 9px; min-height: 51px; padding: 0 18px 0 14px; color: var(--white); font-size: .76rem; font-weight: 800; background: var(--forest); border: 1px solid rgba(255,255,255,.3); border-radius: 999px; box-shadow: 0 12px 30px rgba(7,42,38,.25); cursor: pointer; }
.whatsapp-float svg { width: 24px; fill: currentColor; }
.whatsapp-float:hover { background: #176c5f; }

.modal { width: min(620px, calc(100vw - 32px)); max-height: min(78vh, 760px); padding: 46px; color: var(--ink); background: var(--paper); border: 0; box-shadow: 0 28px 90px rgba(0,0,0,.35); overflow-y: auto; }
.modal::backdrop { background: rgba(3,30,27,.72); backdrop-filter: blur(5px); }
.modal h2 { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 400; line-height: 1; }
.modal h3 { margin-top: 26px; font-family: var(--serif); font-size: 1.35rem; }
.modal p, .modal li { color: #506b65; }
.modal-close { position: absolute; top: 14px; right: 16px; width: 40px; height: 40px; font-size: 1.8rem; line-height: 1; background: transparent; border: 0; cursor: pointer; }

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

@keyframes hero-settle { from { opacity: .2; transform: scale(1.09); } to { opacity: 1; transform: scale(1.025); } }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 42px, 940px); }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 22px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero h1 { font-size: clamp(4.4rem, 13vw, 8rem); }
  .intro { grid-template-columns: .25fr 1fr; }
  .intro-visual { grid-column: 2; width: 78%; margin-top: 25px; }
  .destination-stage { grid-template-columns: 1.1fr .9fr; }
  .destination-copy { padding: 50px 38px; }
  .destination-controls { right: 12px; bottom: 12px; }
  .route-intro { grid-template-columns: 1fr; }
  .map-copy { padding: 70px 48px; }
  .reservation { grid-template-columns: 1fr; }
  .reservation-heading { max-width: 780px; }
}

@media (max-width: 760px) {
  :root { --header-height: 68px; --shell: calc(100% - 32px); }
  .site-header { min-height: var(--header-height); padding-inline: 16px; }
  .brand-mark { width: 33px; height: 33px; }
  .hero-content { justify-content: flex-end; padding: 120px 0 116px; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,35,31,.88) 0%, rgba(4,35,31,.3) 72%, rgba(4,35,31,.18) 100%); }
  .hero h1 { font-size: clamp(3.75rem, 18vw, 6.4rem); line-height: .86; }
  .hero-copy { margin: 28px 0 24px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; align-self: center; }
  .hero-meta { display: none; }
  .photo-note { right: 16px; bottom: 16px; left: 16px; text-align: center; }
  .intro { display: block; }
  .intro .section-index { margin-bottom: 50px; }
  .intro-visual { width: 92%; margin: 70px 0 0 auto; }
  .intro-copy h2, .destination-heading h2, .route h2, .map-copy h2, .reservation-heading h2 { font-size: clamp(2.7rem, 13.5vw, 4.7rem); }
  .destination-heading { grid-template-columns: 1fr; gap: 28px; }
  .destination-stage { display: block; min-height: 0; }
  .destination-image-wrap { min-height: 430px; height: 54vh; }
  .destination-copy { min-height: 430px; padding: 45px 26px 90px; }
  .destination-tabs { width: 100%; padding-left: 16px; }
  .destination-thumbs { width: 100%; padding-left: 16px; }
  .destination-copy h3 { font-size: 3.9rem; }
  .route-path { display: none; }
  .experience-notes { grid-template-columns: 1fr; margin-top: 70px; }
  .experience-notes article, .experience-notes article + article { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .map-section { grid-template-columns: 1fr; }
  .map-copy { padding: 80px 22px; }
  .map-copy .section-index { margin-bottom: 48px; }
  .map-canvas, .map-canvas iframe { min-height: 480px; }
  .reservation-form { grid-template-columns: 1fr; }
  .field.full, .consent.full, .form-footer.full { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 64px 24px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 50px; padding: 0; justify-content: center; }
  .whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .modal { padding: 44px 26px 30px; }
}

button[aria-label^="Powered by Netlify"] { display: none !important; }

@media (max-width: 430px) {
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand, .footer-bottom { grid-column: 1; }
  .destination-image-wrap { min-height: 360px; }
}

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

/* =========================================================
   V2 — THE TIDE AS INTERFACE
   A responsive motion layer inspired by currents, ripples
   and the point where the Darien rainforest meets the sea.
   ========================================================= */

:root {
  --aqua: #65e0cf;
  --deep-aqua: #1a8c80;
  --sun: #f4d27f;
  --shell: min(1280px, calc(100vw - 80px));
}

body {
  background:
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 20%), rgba(57, 191, 178, .09), transparent 22rem),
    var(--paper);
}

.scroll-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--sun), var(--aqua));
  box-shadow: 0 0 18px rgba(101, 224, 207, .65);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

#tide-canvas {
  position: fixed;
  z-index: 90;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
}

.cursor-aura {
  position: fixed;
  z-index: 91;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  pointer-events: none;
  border: 1px solid rgba(101, 224, 207, .75);
  border-radius: 50%;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: width .25s ease, height .25s ease, border-color .25s ease, background .25s ease, opacity .25s ease;
}

.cursor-aura::after {
  width: 4px;
  height: 4px;
  background: var(--aqua);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 14px var(--aqua);
}

.cursor-aura span {
  position: absolute;
  padding: 4px 8px;
  color: var(--forest-2);
  font-size: .57rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: 0;
}

.cursor-aura.is-active {
  width: 82px;
  height: 82px;
  background: rgba(101, 224, 207, .86);
  border-color: transparent;
}

.cursor-aura.is-active::after { opacity: 0; }
.cursor-aura.is-active span { opacity: 1; }

.site-header {
  top: 16px;
  left: 50%;
  width: calc(100% - 32px);
  max-width: 1420px;
  min-height: 66px;
  padding: 0 18px 0 20px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(6, 39, 35, .13);
  box-shadow: 0 12px 40px rgba(4, 25, 23, .08);
  backdrop-filter: blur(8px) saturate(125%);
  transform: translateX(-50%);
  transition: max-width .45s cubic-bezier(.2,.72,.2,1), top .35s ease, color .3s ease, background .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.site-header.scrolled {
  top: 10px;
  max-width: 1180px;
  color: var(--ink);
  background: rgba(251, 250, 245, .82);
  border-color: rgba(255,255,255,.62);
  box-shadow: 0 16px 50px rgba(5, 45, 39, .14);
  backdrop-filter: blur(20px) saturate(160%);
}

.site-header.scrolled .header-cta {
  color: var(--white);
  background: var(--forest);
  border-color: var(--forest);
}

.brand-mark { transition: transform .5s cubic-bezier(.2,.72,.2,1); }
.brand:hover .brand-mark { transform: rotate(-8deg) scale(1.08); }
.desktop-nav a { font-size: .74rem; letter-spacing: .015em; }
.header-cta { background: rgba(255,255,255,.08); backdrop-filter: blur(8px); transition: transform .2s ease, color .2s ease, background .2s ease; }

.hero { min-height: min(920px, 100svh); }

.hero::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: radial-gradient(circle at var(--hero-x, 68%) var(--hero-y, 45%), rgba(101, 224, 207, .15), transparent 24rem);
  content: "";
  pointer-events: none;
}

.hero::after {
  position: absolute;
  z-index: 2;
  right: -12vw;
  bottom: -34vw;
  width: 58vw;
  height: 58vw;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 4vw rgba(255,255,255,.025), 0 0 0 9vw rgba(255,255,255,.018);
  pointer-events: none;
  animation: tide-breathe 8s ease-in-out infinite;
}

.hero-image {
  object-position: center 42%;
  transform: translate3d(var(--hero-px, 0), calc(var(--hero-py, 0px) + var(--hero-scroll, 0px)), 0);
  scale: 1.075;
  transition: transform .2s linear;
  animation: hero-develop 1.9s cubic-bezier(.2,.72,.2,1) both;
  will-change: transform;
}

.reveal { transition-delay: var(--reveal-delay, 0ms); }

.hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 35, 30, .88) 0%, rgba(3, 35, 30, .47) 46%, rgba(3, 35, 30, .08) 76%),
    linear-gradient(0deg, rgba(3, 29, 26, .62), transparent 55%);
}

.hero-current {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-current path {
  fill: none;
  stroke: rgba(255,255,255,.29);
  stroke-width: 1;
  stroke-dasharray: 9 13;
  vector-effect: non-scaling-stroke;
  animation: current-drift 24s linear infinite;
}

.hero-current path:last-child { stroke: rgba(101,224,207,.32); animation-direction: reverse; animation-duration: 31s; }

.hero-content {
  padding-top: 124px;
  padding-bottom: 90px;
}

.hero .eyebrow {
  opacity: 0;
  transform: translateY(12px);
  animation: rise-in .65s .25s ease forwards;
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(4.8rem, 8.8vw, 8.7rem);
  line-height: .78;
}

.hero-line {
  display: block;
  padding-bottom: .08em;
  overflow: hidden;
}

.hero-line > span {
  display: block;
  transform: translateY(112%) rotate(2deg);
  transform-origin: left bottom;
  animation: title-reveal 1.05s .35s cubic-bezier(.16,.8,.2,1) forwards;
}

.hero-line + .hero-line > span { animation-delay: .48s; }

.hero-copy,
.hero-actions {
  opacity: 0;
  transform: translateY(18px);
  animation: rise-in .8s .78s ease forwards;
}

.hero-actions { animation-delay: .9s; }

.hero-compass {
  position: absolute;
  z-index: 4;
  top: 52%;
  right: 8.5vw;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  transform: translateY(-50%);
  backdrop-filter: blur(4px);
}

.hero-compass::before,
.hero-compass::after {
  position: absolute;
  content: "";
  background: rgba(255,255,255,.32);
}

.hero-compass::before { width: 1px; height: 184px; }
.hero-compass::after { width: 184px; height: 1px; }
.hero-compass .compass-ring { position: absolute; inset: 11px; border: 1px dashed rgba(255,255,255,.22); border-radius: 50%; animation: spin 24s linear infinite; }
.hero-compass b { position: absolute; top: -9px; padding: 2px 6px; color: var(--forest); font-size: .58rem; background: var(--sun); border-radius: 999px; }
.hero-compass strong { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.hero-compass small { position: absolute; bottom: 35px; font-size: .55rem; letter-spacing: .1em; text-transform: uppercase; }

.hero-glass-card {
  position: absolute;
  z-index: 5;
  right: 7vw;
  bottom: 55px;
  display: grid;
  width: 220px;
  padding: 18px 20px;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 20px 4px 20px 4px;
  background: rgba(6, 48, 42, .36);
  box-shadow: 0 18px 50px rgba(2,24,21,.2);
  backdrop-filter: blur(18px) saturate(140%);
  transform-style: preserve-3d;
}

.hero-glass-card span { font-size: .6rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; opacity: .6; }
.hero-glass-card strong { margin: 4px 0 2px; font-family: var(--serif); font-size: 1.85rem; font-weight: 400; }
.hero-glass-card small { font-size: .62rem; opacity: .66; }

.hero-meta {
  right: 22px;
  bottom: 92px;
  gap: 9px;
}

.photo-note { bottom: 22px; }

.button {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  isolation: isolate;
}

.button::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: var(--aqua);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
  transition: width .45s ease, height .45s ease;
}

.button:hover::before { width: 330px; height: 330px; }
.button:hover { color: var(--forest-2); }
.button-dark::before { background: var(--sun); }
.magnetic { will-change: transform; }

.intro {
  position: relative;
  grid-template-columns: .28fr 1fr .92fr;
  gap: clamp(26px, 4vw, 70px);
  align-items: center;
  min-height: min(760px, 92svh);
  padding-block: clamp(75px, 8vw, 115px);
}

.intro::before {
  position: absolute;
  z-index: -1;
  top: 3%;
  right: -19vw;
  width: 48vw;
  height: 48vw;
  border: 1px solid rgba(57,191,178,.15);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 6vw rgba(57,191,178,.025), 0 0 0 12vw rgba(57,191,178,.018);
}

.intro-copy h2 { max-width: 620px; }
.intro-copy .lead { font-size: clamp(1.25rem, 1.7vw, 1.75rem); }

.intro-visual {
  width: 100%;
  max-width: 560px;
  margin: 0;
  perspective: 900px;
  transform-style: preserve-3d;
}

.intro-visual::before {
  z-index: 2;
  top: -17px;
  right: -17px;
  width: 62%;
  height: 62%;
  border-color: rgba(26,140,128,.5);
  border-radius: 0 46% 0 0;
  pointer-events: none;
}

.intro-visual img {
  height: clamp(390px, 48vw, 560px);
  aspect-ratio: 1 / 1;
  object-position: center;
  border-radius: 48% 48% 8px 8px;
  clip-path: ellipse(68% 58% at 50% 48%);
  filter: saturate(.9) contrast(1.04);
  transition: filter .5s ease;
}

.intro-visual:hover img { filter: saturate(1.08) contrast(1.04); }
.intro-visual figcaption { width: 82%; margin: -18px auto 0; padding: 14px 18px; color: var(--white); background: rgba(10,58,51,.84); border-radius: 999px; backdrop-filter: blur(12px); }

.intro-orbit {
  position: absolute;
  z-index: 3;
  top: 19%;
  left: -42px;
  display: grid;
  place-items: center;
  width: 106px;
  height: 106px;
  color: var(--forest);
  background: var(--sun);
  border-radius: 50%;
  box-shadow: 0 14px 35px rgba(11,59,52,.18);
  animation: float 4s ease-in-out infinite;
}

.intro-orbit::after { font-family: var(--serif); font-size: 1.8rem; content: "≈"; }
.intro-orbit span { position: absolute; width: 150%; font-size: .52rem; font-weight: 850; letter-spacing: .15em; text-align: center; transform: rotate(-42deg); }

.tide-band {
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding: 18px 0;
  color: var(--cream);
  background: var(--forest);
  transform: rotate(-1.2deg) scale(1.02);
}

.tide-band div {
  display: flex;
  align-items: center;
  gap: 32px;
  width: max-content;
  white-space: nowrap;
  animation: marquee 24s linear infinite;
}

.tide-band span { font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 2rem); font-style: italic; }
.tide-band i { color: var(--aqua); font-style: normal; }

.destinations {
  position: relative;
  margin-top: -20px;
  padding: clamp(105px, 9vw, 135px) 0 70px;
  background:
    radial-gradient(circle at 88% 17%, rgba(101,224,207,.19), transparent 25rem),
    linear-gradient(135deg, #eaf6f1 0%, #dceee7 100%);
  border-radius: 0 0 8vw 8vw;
  overflow: hidden;
}

.destinations::before {
  position: absolute;
  top: 22%;
  left: -8vw;
  width: 28vw;
  height: 28vw;
  border: 1px solid rgba(11,59,52,.1);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 4vw rgba(11,59,52,.025), 0 0 0 8vw rgba(11,59,52,.018);
}

.destination-heading { margin-bottom: 40px; }
.destination-heading .section-index { margin-bottom: 22px; }
.destination-heading h2 { font-size: clamp(3.3rem, 5.5vw, 5.7rem); }

.destination-tabs {
  position: relative;
  z-index: 3;
  gap: 8px;
  margin-bottom: 24px;
  padding: 7px;
  background: rgba(255,255,255,.47);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  box-shadow: 0 10px 35px rgba(11,59,52,.07);
  backdrop-filter: blur(14px);
}

.destination-tabs button {
  padding: 11px 22px;
  border: 0;
  border-radius: 999px;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.destination-tabs button:hover { color: var(--forest); transform: translateY(-2px); }
.destination-tabs button[aria-selected="true"] { color: var(--white); background: var(--forest); box-shadow: 0 8px 18px rgba(11,59,52,.18); }

.destination-stage {
  grid-template-columns: 1.15fr .85fr;
  min-height: 510px;
  color: var(--ink);
  background: transparent;
  overflow: visible;
}

.destination-stage::before {
  position: absolute;
  z-index: -1;
  top: 5%;
  right: 0;
  bottom: 5%;
  left: 43%;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 5px 80px 80px 5px;
  box-shadow: 0 28px 70px rgba(9,62,54,.11);
  content: "";
  backdrop-filter: blur(12px);
}

.destination-image-wrap {
  min-height: 510px;
  border-radius: 90px 8px 90px 8px;
  clip-path: polygon(0 8%, 89% 0, 100% 87%, 12% 100%);
  box-shadow: 0 30px 70px rgba(7,48,42,.18);
  transform-style: preserve-3d;
}

.destination-image-wrap img { transform: scale(1.03); transition: opacity .35s ease, transform 1s cubic-bezier(.2,.72,.2,1); }
.destination-image-wrap:hover img { transform: scale(1.075); }
.destination-image-wrap::after { background: linear-gradient(0deg, rgba(3,32,28,.5), transparent 48%); }
.destination-count { top: 35px; left: 35px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; }

.destination-ripple { position: absolute; z-index: 2; right: 12%; bottom: 12%; width: 120px; height: 120px; pointer-events: none; }
.destination-ripple i { position: absolute; inset: 50%; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; animation: ripple 3.2s ease-out infinite; }
.destination-ripple i:nth-child(2) { animation-delay: 1.05s; }
.destination-ripple i:nth-child(3) { animation-delay: 2.1s; }

.destination-copy {
  position: relative;
  z-index: 2;
  justify-content: center;
  padding: 52px clamp(38px, 5vw, 75px);
}

.destination-copy .eyebrow { color: var(--deep-aqua); }
.destination-copy h3 { margin-bottom: 20px; color: var(--forest); font-size: clamp(3.7rem, 5.3vw, 5.8rem); }
.destination-copy > p:not(.eyebrow) { color: #47645e; }
.destination-copy li { color: var(--forest); border-color: rgba(11,59,52,.25); border-radius: 999px; }
.destination-inquiry { color: var(--forest); border-color: rgba(11,59,52,.45); }
.destination-controls { right: 34px; bottom: 48px; }
.destination-controls button { color: var(--forest); background: rgba(255,255,255,.65); border-color: rgba(11,59,52,.2); border-radius: 50%; transition: color .2s ease, background .2s ease, transform .2s ease; }
.destination-controls button:hover { color: var(--white); background: var(--forest); transform: rotate(-8deg); }

.destination-thumbs {
  position: relative;
  z-index: 4;
  gap: 16px;
  margin-top: 26px;
  padding: 5px 5px 22px;
}

.destination-thumbs button {
  height: 125px;
  border-radius: 56px 6px 56px 6px;
  box-shadow: 0 12px 28px rgba(7,48,42,.1);
  transform-style: preserve-3d;
  transition: transform .3s ease, border-radius .3s ease;
}

.destination-thumbs button:nth-child(even) { transform: translateY(12px); }
.destination-thumbs button:hover { border-radius: 8px 56px 8px 56px; }

.route {
  position: relative;
  padding-block: clamp(95px, 9vw, 135px);
  overflow: hidden;
}

.route::after {
  position: absolute;
  z-index: -1;
  top: 9%;
  left: 61%;
  width: 36vw;
  height: 36vw;
  background: radial-gradient(circle, rgba(232,206,145,.28), transparent 65%);
  border-radius: 50%;
  content: "";
}

.route-intro { grid-template-columns: .55fr 1.45fr; margin-top: 24px; }
.route h2 { font-size: clamp(3.5rem, 6vw, 6.1rem); }
.route-path { height: 190px; margin: 60px 0 35px; }
.route-path path { stroke-width: 2.5; stroke-dasharray: 1200; stroke-dashoffset: 1200; transition: stroke-dashoffset 2.2s cubic-bezier(.2,.72,.2,1); }
.route-path.is-visible path { stroke-dashoffset: 0; }

.route-words {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 4vw, 54px);
  margin: 10px 0 55px;
  color: var(--forest);
}

.route-words span { font-family: var(--serif); font-size: clamp(2.8rem, 7vw, 7.2rem); letter-spacing: -.06em; line-height: 1; }
.route-words i { color: var(--turquoise); font-size: clamp(1.3rem, 3vw, 3rem); font-style: normal; animation: arrow-pulse 2s ease-in-out infinite; }

.experience-notes { border-top-color: rgba(11,59,52,.22); }
.experience-notes article { position: relative; padding-top: 28px; overflow: hidden; }
.experience-notes article::before { position: absolute; top: 0; left: 0; width: 0; height: 2px; background: var(--turquoise); content: ""; transition: width .7s ease; }
.experience-notes article:hover::before { width: 100%; }
.experience-notes article:hover h3 { color: var(--deep-aqua); transform: translateX(7px); }
.experience-notes h3 { transition: color .25s ease, transform .25s ease; }

.map-section {
  position: relative;
  grid-template-columns: .82fr 1.18fr;
  min-height: 590px;
  margin-inline: 18px;
  border-radius: 90px 8px 90px 8px;
  box-shadow: 0 35px 100px rgba(5,38,34,.2);
  overflow: hidden;
}

.map-copy { max-width: 590px; padding: clamp(55px, 6vw, 86px); }
.map-copy .section-index { margin-bottom: 40px; }
.map-copy h2 { font-size: clamp(3rem, 5.1vw, 5.25rem); }
.map-canvas { min-height: 590px; }
.map-canvas iframe { min-height: 590px; filter: saturate(.62) sepia(.05) hue-rotate(112deg) contrast(.94); transition: filter .5s ease; }
.map-canvas:hover iframe { filter: saturate(.92) contrast(1); }
.map-coordinate { color: rgba(255,255,255,.6); font-family: var(--serif); font-size: .88rem; font-style: italic; }

.map-label {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 26px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 10px;
  min-width: 190px;
  padding: 14px 18px;
  color: var(--forest);
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 18px 4px 18px 4px;
  box-shadow: 0 12px 35px rgba(8,41,36,.15);
  backdrop-filter: blur(15px);
  pointer-events: none;
}

.map-label span { grid-row: 1 / 3; align-self: center; width: 11px; height: 11px; background: var(--turquoise); border: 3px solid var(--water); border-radius: 50%; box-shadow: 0 0 0 5px rgba(57,191,178,.16); }
.map-label strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 500; }
.map-label small { color: #628078; font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }

.reservation {
  position: relative;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(50px, 7vw, 110px);
  padding-block: clamp(95px, 9vw, 135px);
}

.reservation::before {
  position: absolute;
  z-index: -1;
  top: 5%;
  right: -14vw;
  width: 42vw;
  height: 42vw;
  border: 1px solid rgba(57,191,178,.15);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 5vw rgba(57,191,178,.026), 0 0 0 10vw rgba(57,191,178,.018);
}

.reservation-heading .section-index { margin-bottom: 42px; }
.reservation-heading h2 { font-size: clamp(3.2rem, 5.5vw, 5.7rem); }
.reservation-form { position: relative; padding: 36px; background: rgba(232,244,239,.62); border: 1px solid rgba(255,255,255,.9); border-radius: 44px 6px 44px 6px; box-shadow: 0 24px 70px rgba(8,63,54,.09); backdrop-filter: blur(18px); }
.field input, .field select, .field textarea { padding-inline: 4px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.field input:hover, .field select:hover, .field textarea:hover { transform: translateY(-2px); border-color: var(--deep-aqua); }

.site-footer {
  position: relative;
  margin-top: 25px;
  padding-top: 105px;
  border-radius: 10vw 10vw 0 0;
  overflow: hidden;
}

.site-footer::before {
  position: absolute;
  top: 28px;
  left: -5%;
  width: 110%;
  height: 38px;
  border-top: 1px dashed rgba(101,224,207,.4);
  border-radius: 50%;
  content: "";
  animation: footer-wave 7s ease-in-out infinite;
}

.whatsapp-float {
  bottom: 18px;
  border-color: rgba(255,255,255,.55);
  background: rgba(9,58,51,.82);
  backdrop-filter: blur(15px);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.whatsapp-float::before { position: absolute; inset: -7px; border: 1px solid rgba(101,224,207,.3); border-radius: inherit; content: ""; animation: whatsapp-pulse 2.8s ease-out infinite; }
.whatsapp-float:hover { box-shadow: 0 18px 38px rgba(7,42,38,.34); }

[data-tilt] { transform-style: preserve-3d; will-change: transform; transition: transform .22s ease-out; }

@keyframes hero-develop {
  from { opacity: .2; filter: blur(8px); scale: 1.16; }
  to { opacity: 1; filter: blur(0); scale: 1.075; }
}

@keyframes title-reveal { to { transform: translateY(0) rotate(0); } }
@keyframes rise-in { to { opacity: 1; transform: translateY(0); } }
@keyframes current-drift { to { stroke-dashoffset: -440; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes tide-breathe { 50% { transform: scale(1.035); opacity: .75; } }
@keyframes float { 50% { transform: translateY(-11px) rotate(4deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes ripple { from { inset: 50%; opacity: .8; } to { inset: 0; opacity: 0; } }
@keyframes arrow-pulse { 50% { transform: translateX(8px); } }
@keyframes footer-wave { 50% { transform: translateX(2%) scaleY(1.6); } }
@keyframes whatsapp-pulse { to { opacity: 0; transform: scale(1.2); } }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 48px, 1050px); }
  .hero-compass { right: 5vw; width: 125px; height: 125px; }
  .hero-compass::before { height: 150px; }
  .hero-compass::after { width: 150px; }
  .hero-glass-card { display: none; }
  .intro { grid-template-columns: .2fr 1fr .85fr; }
  .destination-stage { grid-template-columns: 1.05fr .95fr; }
}

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .hero-compass { top: 35%; right: 7vw; }
  .intro { grid-template-columns: .2fr 1fr; min-height: auto; }
  .intro-visual { grid-column: 2; width: min(78%, 590px); margin: 20px 0 0 auto; }
  .destination-stage::before { left: 38%; }
  .route-intro { grid-template-columns: 1fr; }
  .map-section { grid-template-columns: .9fr 1.1fr; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 32px); }
  #tide-canvas, .cursor-aura { display: none; }
  .site-header { top: 10px; width: calc(100% - 20px); min-height: 58px; padding-inline: 13px; }
  .site-header.scrolled { top: 7px; }
  .mobile-menu { background: radial-gradient(circle at 80% 15%, rgba(101,224,207,.15), transparent 20rem), var(--forest-2); }
  .hero { min-height: 100svh; }
  .hero-content { justify-content: flex-end; padding: 120px 0 105px; }
  .hero h1 { font-size: clamp(3.7rem, 17.2vw, 6rem); line-height: .84; }
  .hero-compass { top: 26%; right: 8vw; width: 92px; height: 92px; }
  .hero-compass::before { height: 112px; }
  .hero-compass::after { width: 112px; }
  .hero-compass strong { font-size: 1.25rem; }
  .hero-compass small { display: none; }
  .hero-current { opacity: .65; }
  .hero-meta { display: none; }
  .photo-note { bottom: 13px; }
  .intro { display: block; min-height: auto; padding-block: 82px 95px; }
  .intro .section-index { margin-bottom: 38px; }
  .intro-visual { width: calc(100% - 28px); margin: 65px 0 0 auto; }
  .intro-visual img { height: min(110vw, 480px); }
  .intro-orbit { left: -25px; width: 86px; height: 86px; }
  .tide-band { padding-block: 13px; }
  .destinations { padding-top: 100px; border-radius: 0 0 50px 50px; }
  .destination-heading { gap: 20px; }
  .destination-tabs { width: calc(100% - 24px); margin-left: 12px; border-radius: 20px 5px 20px 5px; }
  .destination-tabs button { flex: 0 0 auto; }
  .destination-stage { display: block; width: calc(100% - 28px); }
  .destination-stage::before { top: 45%; right: -8px; bottom: 0; left: 8px; border-radius: 6px 45px 45px 6px; }
  .destination-image-wrap { min-height: 385px; height: 48vh; max-height: 500px; border-radius: 52px 5px 52px 5px; }
  .destination-copy { min-height: 390px; padding: 48px 27px 82px; }
  .destination-copy h3 { font-size: clamp(3.6rem, 17vw, 5.1rem); }
  .destination-controls { right: 18px; bottom: 24px; }
  .destination-thumbs { padding-left: 16px; }
  .destination-thumbs button { height: 110px; border-radius: 40px 5px 40px 5px; }
  .destination-thumbs button:nth-child(even) { transform: none; }
  .route { padding-block: 90px; }
  .route-path { display: block; height: 130px; margin: 45px 0 25px; }
  .route-path span { font-size: .55rem; }
  .route-words { gap: 10px; margin-bottom: 42px; }
  .route-words span { font-size: clamp(2.5rem, 15vw, 4.5rem); }
  .experience-notes { margin-top: 0; }
  .map-section { grid-template-columns: 1fr; min-height: 0; margin-inline: 10px; border-radius: 48px 5px 48px 5px; }
  .map-copy { padding: 65px 25px 55px; }
  .map-canvas, .map-canvas iframe { min-height: 430px; }
  .reservation { padding-block: 90px; }
  .reservation-form { padding: 28px 20px; border-radius: 30px 5px 30px 5px; }
  .site-footer { border-radius: 55px 55px 0 0; padding-top: 85px; }
}

@media (pointer: coarse) {
  #tide-canvas, .cursor-aura { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  #tide-canvas, .cursor-aura { display: none; }
  .hero-line > span, .hero .eyebrow, .hero-copy, .hero-actions { opacity: 1; transform: none; }
  .route-path path { stroke-dashoffset: 0; }
}

/* V3 — CINEMATIC OPENING + CONVERSION JOURNEY */
body.opening-active { overflow: hidden; }

.opening {
  --opening-time: 5.2s;
  position: fixed;
  z-index: 9999;
  inset: 0;
  overflow: hidden;
  color: var(--white);
  background: #032f29;
  isolation: isolate;
}

.opening[hidden] { display: none; }
.opening.is-leaving { animation: opening-exit .95s cubic-bezier(.76,0,.24,1) forwards; }

.opening::before {
  position: absolute;
  z-index: 5;
  inset: 0;
  background: linear-gradient(115deg, rgba(4,41,36,.25), transparent 45%, rgba(4,41,36,.12));
  content: "";
  mix-blend-mode: screen;
  pointer-events: none;
}

.opening::after {
  position: absolute;
  z-index: 6;
  left: -10%;
  bottom: -42px;
  width: 120%;
  height: 84px;
  background: var(--paper);
  border-radius: 50% 50% 0 0;
  content: "";
  opacity: 0;
}

.opening.is-leaving::after { animation: opening-foam .95s ease forwards; }

.opening-image {
  position: absolute;
  inset: -6%;
  width: 112%;
  height: 112%;
  object-fit: cover;
  object-position: center 43%;
  filter: saturate(.8) contrast(1.08);
  clip-path: inset(47% 49% 47% 49% round 120px);
  animation: opening-landscape var(--opening-time) cubic-bezier(.2,.72,.2,1) both;
}

.opening-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(0deg, rgba(2,28,24,.78), rgba(2,28,24,.08) 58%, rgba(2,28,24,.4));
}

.opening-current { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; opacity: .78; }
.opening-current path { fill: none; stroke: rgba(105,231,214,.8); stroke-width: 1.5; stroke-dasharray: 1600; stroke-dashoffset: 1600; vector-effect: non-scaling-stroke; animation: opening-current 3.5s .25s cubic-bezier(.2,.72,.2,1) forwards; }
.opening-current path + path { stroke: rgba(255,255,255,.28); animation-delay: .5s; }

.opening-coordinates {
  position: absolute;
  z-index: 7;
  top: clamp(24px, 4vw, 55px);
  left: clamp(24px, 5vw, 76px);
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .18em;
  opacity: 0;
  animation: opening-fade .7s .15s ease forwards;
}

.opening-coordinates i { width: 48px; height: 1px; background: var(--aqua); }
.opening-words { position: absolute; z-index: 4; inset: 0; display: grid; place-items: center; pointer-events: none; }

.opening-words span {
  position: absolute;
  font-family: var(--serif);
  font-size: clamp(5rem, 17vw, 15rem);
  letter-spacing: -.08em;
  line-height: .8;
  opacity: 0;
  transform: translateY(38px) skewY(5deg);
}

.opening-words span:nth-child(1) { animation: opening-word .82s .45s ease both; }
.opening-words span:nth-child(2) { animation: opening-word .82s 1.25s ease both; }
.opening-words span:nth-child(3) { color: var(--sun); animation: opening-word .82s 2.05s ease both; }

.opening-brand {
  position: absolute;
  z-index: 7;
  inset: 0;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(.93);
  animation: opening-brand 1.1s 2.85s cubic-bezier(.2,.72,.2,1) forwards;
}

.opening-brand svg { width: 64px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.opening-brand div { display: grid; gap: 3px; }
.opening-brand strong { font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.035em; }
.opening-brand small { color: rgba(255,255,255,.72); font-size: .65rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.opening-skip {
  position: absolute;
  z-index: 8;
  top: clamp(22px, 4vw, 48px);
  right: clamp(22px, 4vw, 55px);
  padding: 10px 0;
  color: rgba(255,255,255,.74);
  font-size: .72rem;
  font-weight: 750;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.3);
  cursor: pointer;
}

.opening-skip:hover { color: var(--white); border-color: var(--aqua); }
.opening-progress { position: absolute; z-index: 8; right: 0; bottom: 0; left: 0; height: 3px; background: rgba(255,255,255,.15); }
.opening-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--aqua), var(--sun)); transform: scaleX(0); transform-origin: left; animation: opening-progress var(--opening-time) linear forwards; }

.tide-band div { animation: none; }
.tide-band .tide-track { display: flex; gap: 32px; width: max-content; animation: tide-loop 24s linear infinite; }
.tide-band .tide-group { display: flex; flex: none; gap: 32px; align-items: center; width: max-content; }
.tide-band:hover .tide-track { animation-play-state: paused; }

.route h2 { max-width: 1020px; font-size: clamp(3.35rem, 5.55vw, 5.75rem); line-height: .93; }
.route-path { height: clamp(170px, 16vw, 220px); margin: 58px 0 28px; }
.route-path svg { overflow: visible; }
.route-path .route-line { fill: none; stroke: rgba(11,59,52,.12); stroke-width: 7; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.route-path .route-glow { fill: none; stroke: var(--turquoise); stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 1250; stroke-dashoffset: 1250; vector-effect: non-scaling-stroke; transition: stroke-dashoffset 2.1s cubic-bezier(.2,.72,.2,1); }
.route-path.is-visible .route-glow { stroke-dashoffset: 0; }
.route-path g > circle:first-child { fill: rgba(232,244,239,.96); stroke: rgba(57,191,178,.26); stroke-width: 8; }
.route-path .route-core { fill: var(--paper); stroke: var(--forest); stroke-width: 3; }
.route-path text { fill: var(--forest); font-family: var(--sans); font-size: 12px; font-weight: 850; letter-spacing: 1.8px; text-anchor: middle; }
.route-path .route-traveler { fill: var(--sun); stroke: var(--forest); stroke-width: 3; filter: drop-shadow(0 0 8px rgba(232,206,145,.85)); }

.reviews {
  position: relative;
  margin: 0 18px;
  padding: clamp(90px, 9vw, 135px) 0;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 20%, rgba(57,191,178,.22), transparent 23rem),
    linear-gradient(135deg, #063d35, #032b26 75%);
  border-radius: 8px 90px 8px 90px;
  overflow: hidden;
}

.reviews::after { position: absolute; right: -12vw; bottom: -24vw; width: 48vw; height: 48vw; border: 1px solid rgba(101,224,207,.18); border-radius: 50%; box-shadow: 0 0 0 5vw rgba(101,224,207,.025), 0 0 0 10vw rgba(101,224,207,.018); content: ""; }
.reviews-shell { position: relative; z-index: 2; display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 8vw, 130px); align-items: center; }
.reviews-heading .section-index { margin-bottom: 42px; }
.reviews-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.5rem, 5.7vw, 5.8rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
.reviews-heading > p:last-child { max-width: 520px; color: rgba(255,255,255,.65); }

.review-stage { position: relative; min-height: 500px; padding: clamp(45px, 6vw, 78px); color: var(--forest); background: rgba(248,248,241,.93); border: 1px solid rgba(255,255,255,.65); border-radius: 95px 8px 95px 8px; box-shadow: 0 28px 80px rgba(1,24,21,.3); overflow: hidden; }
.review-watermark { position: absolute; top: -35px; right: 28px; color: rgba(57,191,178,.12); font-family: var(--serif); font-size: 18rem; line-height: 1; }
.review-status { position: relative; margin: 0 0 50px; color: #6a837d; font-size: .67rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.review-stage blockquote { position: relative; min-height: 175px; margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 3.5vw, 4rem); letter-spacing: -.045em; line-height: 1.03; transition: opacity .2s ease, transform .25s ease; }
.review-stage.is-changing blockquote, .review-stage.is-changing .review-meta { opacity: 0; transform: translateY(12px); }
.review-meta { display: grid; gap: 4px; margin: 30px 0 48px; transition: opacity .2s ease, transform .25s ease; }
.review-meta strong { font-size: .82rem; }
.review-meta span { color: #6a837d; font-size: .72rem; }
.review-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.review-tabs button { display: grid; gap: 5px; padding: 14px; color: #6b837e; text-align: left; background: transparent; border: 1px solid rgba(11,59,52,.13); border-radius: 22px 5px 22px 5px; cursor: pointer; transition: .25s ease; }
.review-tabs button span { color: var(--forest); font-family: var(--serif); font-size: 1.2rem; }
.review-tabs button small { font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.review-tabs button[aria-selected="true"], .review-tabs button:hover { color: var(--white); background: var(--forest); border-color: var(--forest); transform: translateY(-4px); }
.review-tabs button[aria-selected="true"] span, .review-tabs button:hover span { color: var(--sun); }

.trip-builder { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 7vw, 110px); padding-block: clamp(95px, 10vw, 145px); }
.builder-heading .section-index { margin-bottom: 40px; }
.builder-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 5.5vw, 5.7rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
.builder-heading > p:last-child { max-width: 490px; color: #59736d; }
.builder-panel { padding: 18px 34px 34px; background: rgba(232,244,239,.62); border: 1px solid var(--white); border-radius: 6px 62px 6px 62px; box-shadow: 0 28px 75px rgba(8,63,54,.1); }
.builder-choice { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid rgba(11,59,52,.13); }
.builder-choice > span { color: var(--deep-aqua); font-family: var(--serif); font-size: 1.25rem; }
.builder-choice h3 { margin: 0 0 14px; color: var(--forest); font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.choice-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.choice-buttons button { padding: 9px 15px; color: #4e6d66; background: rgba(255,255,255,.7); border: 1px solid rgba(11,59,52,.13); border-radius: 999px; cursor: pointer; transition: .2s ease; }
.choice-buttons button:hover { transform: translateY(-2px); border-color: var(--turquoise); }
.choice-buttons button[aria-pressed="true"] { color: var(--white); background: var(--forest); border-color: var(--forest); box-shadow: 0 8px 20px rgba(11,59,52,.15); }
.builder-result { display: flex; gap: 28px; align-items: center; justify-content: space-between; margin-top: 22px; padding: 24px; color: var(--white); background: var(--forest); border-radius: 28px 5px 28px 5px; }
.builder-result small { color: var(--aqua); font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.builder-result p { max-width: 520px; margin: 7px 0 0; font-family: var(--serif); font-size: 1.3rem; line-height: 1.12; }
.builder-result .button { flex: none; }

.map-section { grid-template-columns: .84fr 1.16fr; grid-template-rows: 1fr auto; width: var(--shell); min-height: 0; margin: 0 auto 55px; padding: 16px; border-radius: 75px 8px 75px 8px; }
.map-copy { grid-row: 1 / 3; padding: clamp(48px, 5vw, 72px); }
.map-copy h2 { font-size: clamp(3rem, 4.5vw, 4.8rem); }
.map-canvas { min-height: 440px; border-radius: 58px 5px 58px 5px; }
.map-canvas iframe { min-height: 440px; }
.map-canvas::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.45); border-radius: inherit; content: ""; pointer-events: none; }
.map-scan { position: absolute; z-index: 2; top: -20%; left: 0; width: 100%; height: 30%; background: linear-gradient(0deg, rgba(101,224,207,.2), transparent); border-bottom: 1px solid rgba(11,59,52,.22); pointer-events: none; animation: map-scan 7s ease-in-out infinite; }
.map-guide { position: absolute; z-index: 2; top: 24px; left: 24px; display: flex; gap: 10px; align-items: center; padding: 9px 13px; color: var(--forest); font-size: .57rem; font-weight: 850; letter-spacing: .12em; background: rgba(255,255,255,.78); border-radius: 999px; backdrop-filter: blur(12px); pointer-events: none; }
.map-guide i { width: 24px; height: 1px; background: var(--turquoise); }
.map-mini-card { display: flex; gap: 18px; align-items: center; justify-content: space-between; margin-top: 12px; padding: 19px 22px; color: var(--forest); background: var(--sun); border-radius: 5px 26px 5px 26px; }
.map-mini-card small { flex: none; font-size: .58rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.map-mini-card strong { max-width: 380px; font-family: var(--serif); font-size: 1rem; font-weight: 500; }
.map-mini-card button { flex: none; padding: 0 0 4px; color: var(--forest); font-weight: 800; background: transparent; border: 0; border-bottom: 1px solid rgba(11,59,52,.45); cursor: pointer; }

.travel-questions { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 145px); padding-block: clamp(90px, 9vw, 130px); }
.questions-heading .section-index { margin-bottom: 38px; }
.questions-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 5vw, 5.2rem); font-weight: 400; letter-spacing: -.055em; line-height: .94; }
.questions-list { border-top: 1px solid rgba(11,59,52,.2); }
.questions-list details { border-bottom: 1px solid rgba(11,59,52,.2); }
.questions-list summary { display: flex; gap: 20px; align-items: center; justify-content: space-between; padding: 27px 2px; color: var(--forest); font-family: var(--serif); font-size: 1.45rem; cursor: pointer; list-style: none; }
.questions-list summary::-webkit-details-marker { display: none; }
.questions-list summary span { display: grid; flex: none; place-items: center; width: 32px; height: 32px; font-family: var(--sans); font-size: 1rem; border: 1px solid rgba(11,59,52,.28); border-radius: 50%; transition: transform .3s ease, background .3s ease; }
.questions-list details[open] summary span { color: var(--white); background: var(--forest); transform: rotate(45deg); }
.questions-list details p { max-width: 650px; margin: -5px 50px 26px 2px; color: #57706b; }

.site-footer { display: block; margin-top: 0; padding: 0 clamp(22px, 5vw, 80px) 26px; border-radius: 95px 95px 0 0; }
.site-footer::before { display: none; }
.footer-cta { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; column-gap: 40px; align-items: end; padding: clamp(70px, 8vw, 115px) 0 62px; border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-cta .eyebrow { grid-column: 1; margin-bottom: 16px; }
.footer-cta h2 { grid-column: 1; margin: 0; font-family: var(--serif); font-size: clamp(4rem, 7.5vw, 8rem); font-weight: 400; letter-spacing: -.065em; line-height: .84; }
.footer-cta .button { grid-column: 2; grid-row: 1 / 3; margin-bottom: 8px; }
.footer-main { display: grid; grid-template-columns: 1.3fr .6fr .72fr .7fr; gap: clamp(35px, 6vw, 95px); padding: 55px 0 45px; }
.footer-brand > span { display: block; margin-top: 25px; color: rgba(255,255,255,.38); font-size: .62rem; font-weight: 800; letter-spacing: .15em; }
.footer-wordmark { margin: 0 -.04em -2vw; color: rgba(255,255,255,.055); font-family: var(--serif); font-size: clamp(5rem, 15vw, 15rem); letter-spacing: -.075em; line-height: .72; white-space: nowrap; }
.footer-bottom { margin-top: 0; }

@keyframes opening-landscape {
  0% { clip-path: inset(47% 49% 47% 49% round 120px); transform: scale(1.18); }
  48% { clip-path: inset(10% 12% 10% 12% round 80px 8px 80px 8px); }
  72%, 100% { clip-path: inset(0 round 0); transform: scale(1); }
}
@keyframes opening-current { to { stroke-dashoffset: 0; } }
@keyframes opening-word { 0% { opacity: 0; transform: translateY(38px) skewY(5deg); } 28%, 72% { opacity: 1; transform: translateY(0) skewY(0); } 100% { opacity: 0; transform: translateY(-35px) skewY(-4deg); } }
@keyframes opening-brand { to { opacity: 1; transform: scale(1); } }
@keyframes opening-fade { to { opacity: 1; } }
@keyframes opening-progress { to { transform: scaleX(1); } }
@keyframes opening-exit { to { visibility: hidden; transform: translateY(-105%); } }
@keyframes opening-foam { 20% { opacity: 1; } 100% { opacity: 1; } }
@keyframes tide-loop { to { transform: translateX(calc(-50% - 16px)); } }
@keyframes map-scan { 0%, 15% { top: -25%; } 70%, 100% { top: 105%; } }

@media (max-width: 1050px) {
  .reviews-shell, .trip-builder, .travel-questions { grid-template-columns: 1fr; }
  .reviews-heading { max-width: 760px; }
  .trip-builder { gap: 55px; }
  .builder-heading { max-width: 780px; }
  .map-section { grid-template-columns: 1fr; }
  .map-copy { grid-row: auto; max-width: 760px; }
  .map-mini-card { grid-column: 1; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .opening-coordinates { font-size: .56rem; }
  .opening-coordinates i { width: 24px; }
  .opening-brand { gap: 12px; padding-inline: 26px; }
  .opening-brand svg { width: 46px; }
  .opening-brand small { font-size: .5rem; letter-spacing: .11em; }
  .opening-skip { font-size: .64rem; }
  .route h2 { font-size: clamp(3rem, 13.5vw, 4.8rem); }
  .route-path { display: none; }
  .reviews { margin: 0 8px; padding-block: 78px; border-radius: 5px 50px 5px 50px; }
  .reviews-shell { gap: 42px; }
  .reviews-heading h2, .builder-heading h2, .questions-heading h2 { font-size: clamp(3.1rem, 13vw, 4.6rem); }
  .review-stage { min-height: 465px; padding: 38px 24px 26px; border-radius: 52px 5px 52px 5px; }
  .review-stage blockquote { min-height: 195px; font-size: clamp(2.15rem, 10.5vw, 3.2rem); }
  .review-status { margin-bottom: 34px; font-size: .56rem; }
  .review-tabs button { padding: 12px 9px; }
  .review-tabs button small { font-size: .5rem; }
  .trip-builder { padding-block: 88px; }
  .builder-panel { padding: 10px 18px 20px; border-radius: 5px 38px 5px 38px; }
  .builder-choice { grid-template-columns: 32px 1fr; gap: 10px; }
  .builder-result { align-items: stretch; flex-direction: column; }
  .builder-result .button { width: 100%; }
  .map-section { width: calc(100% - 16px); margin-bottom: 28px; padding: 8px; border-radius: 48px 5px 48px 5px; }
  .map-copy { padding: 55px 22px 45px; }
  .map-canvas, .map-canvas iframe { min-height: 370px; }
  .map-mini-card { align-items: flex-start; flex-direction: column; margin-top: 8px; padding: 22px; }
  .map-mini-card strong { font-size: 1.15rem; }
  .travel-questions { padding-block: 82px; }
  .questions-list summary { font-size: 1.2rem; }
  .site-footer { padding-inline: 24px; border-radius: 55px 55px 0 0; }
  .footer-cta { display: block; padding-block: 75px 48px; }
  .footer-cta h2 { margin-bottom: 35px; font-size: clamp(4rem, 18vw, 6rem); }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-wordmark { margin-bottom: 10px; font-size: 21vw; }
}

@media (prefers-reduced-motion: reduce) {
  .opening { --opening-time: .1s; }
  .opening-image { animation: none; clip-path: none; }
  .opening-current path { animation: none; stroke-dashoffset: 0; }
  .opening-words { display: none; }
  .opening-brand { opacity: 1; transform: none; animation: none; }
  .tide-band .tide-track, .map-scan { animation: none; }
  .route-path .route-traveler { display: none; }
}

/* V4 — VARIED EDITORIAL RHYTHM */
main > section[id] { scroll-margin-top: 112px; }
.desktop-nav { gap: clamp(13px, 1.55vw, 25px); }

/* The destination intro is now a layered editorial spread instead of a
   balanced left/right row. */
.intro {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto auto auto auto auto;
  gap: 0;
  align-items: start;
  min-height: 850px;
  padding-block: clamp(115px, 9vw, 145px);
}

.intro > .section-index { z-index: 5; grid-column: 1 / 4; grid-row: 1; margin-bottom: 28px; }
.intro-copy { display: contents; }
.intro-copy.reveal { opacity: 1; transform: none; }
.intro-copy .eyebrow { z-index: 4; grid-column: 2 / 6; grid-row: 2; align-self: end; margin: 0 0 22px; }
.intro-copy h2 { z-index: 4; grid-column: 2 / 9; grid-row: 3; max-width: 870px; margin: 0; font-size: clamp(4.7rem, 7.1vw, 7.4rem); text-shadow: 0 4px 34px rgba(248,248,242,.9); }
.intro-copy .lead { z-index: 5; grid-column: 1 / 6; grid-row: 4; align-self: start; max-width: 610px; margin: 38px 0 0; padding: 28px 31px; background: rgba(248,248,242,.9); border: 1px solid rgba(255,255,255,.9); border-radius: 36px 5px 36px 5px; box-shadow: 0 22px 65px rgba(8,63,54,.12); backdrop-filter: blur(16px); }
.intro-copy > p:not(.eyebrow):not(.lead) { z-index: 4; grid-column: 2 / 6; grid-row: 5; max-width: 540px; margin: 24px 0 0; }
.intro-copy .button { z-index: 4; grid-column: 2 / 5; grid-row: 6; justify-self: start; margin-top: 26px; }
.intro-visual { z-index: 2; grid-column: 6 / 13; grid-row: 2 / 7; align-self: center; width: 100%; max-width: none; margin: 0; }
.intro-visual img { width: 100%; height: clamp(590px, 45vw, 710px); clip-path: ellipse(65% 57% at 55% 49%); border-radius: 50% 50% 7px 7px; }
.intro-visual::before { top: -24px; right: 0; width: 62%; height: 72%; border-radius: 0 55% 0 0; }
.intro-visual figcaption { position: relative; z-index: 5; width: 68%; margin: -34px 5% 0 auto; }
.intro-orbit { top: 40px; left: 34px; width: 112px; height: 112px; overflow: hidden; }
.intro-orbit::after { margin-top: 18px; }
.intro-orbit span { top: 24px; width: 100%; padding: 0 11px; font-size: .51rem; line-height: 1.45; letter-spacing: .11em; transform: none; }

/* Guaranteed gapless marquee: JS sets the exact width of one repeated group. */
.tide-band .tide-track { animation-name: tide-loop-v4; will-change: transform; }

/* Destinations become one immersive scene with a floating information deck. */
.destination-heading { display: block; max-width: 1080px; margin-inline: auto; text-align: center; }
.destination-heading > p { max-width: 620px; margin: 22px auto 0; }
.destination-heading h2 { font-size: clamp(4rem, 6.7vw, 7rem); }
.destination-tabs { margin-bottom: 32px; }
.destination-stage { display: block; position: relative; width: var(--shell); min-height: clamp(610px, 48vw, 720px); overflow: visible; }
.destination-stage::before { display: none; }
.destination-image-wrap { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; clip-path: polygon(2% 3%, 95% 0, 100% 88%, 8% 100%, 0 58%); border-radius: 85px 7px 85px 7px; }
.destination-copy { position: absolute; z-index: 5; left: clamp(28px, 5vw, 75px); bottom: -55px; width: min(760px, 73%); min-height: 0; padding: 34px clamp(30px, 4vw, 55px); background: rgba(249,249,243,.91); border: 1px solid rgba(255,255,255,.95); border-radius: 7px 50px 7px 50px; box-shadow: 0 25px 70px rgba(7,48,42,.2); backdrop-filter: blur(20px); }
.destination-copy h3 { margin-bottom: 12px; font-size: clamp(3.3rem, 5vw, 5.2rem); }
.destination-copy ul { margin: 20px 0; }
.destination-controls { z-index: 6; right: 38px; bottom: 36px; }
.destination-thumbs { margin-top: 105px; }

/* Route keeps a wide horizontal gesture; the corrected Sapzurro station is
   now calculated on the curve rather than positioned by eye. */
.route { padding-block: clamp(120px, 10vw, 155px); }
.route-intro { display: block; max-width: 1040px; margin: 0 auto; text-align: center; }
.route-intro .eyebrow { padding: 0; }
.route h2 { margin: 18px auto 0; }
.route-path { margin-top: 72px; }

/* Reviews are a full-width focal moment, not another two-column section. */
.reviews { padding-block: clamp(105px, 10vw, 155px); }
.reviews-shell { display: block; }
.reviews-heading { max-width: 1060px; margin: 0 auto; text-align: center; }
.reviews-heading .section-index { margin-bottom: 30px; }
.reviews-heading h2 { max-width: 1000px; margin-inline: auto; font-size: clamp(4rem, 7vw, 7rem); }
.reviews-heading > p:last-child { max-width: 680px; margin: 26px auto 0; }
.review-stage { max-width: 1180px; min-height: 0; margin: 70px auto 0; padding: clamp(48px, 6vw, 78px) clamp(35px, 8vw, 110px) 42px; text-align: center; border-radius: 7px 90px 7px 90px; }
.review-stars { position: relative; margin-bottom: 14px; color: #c9951f; font-size: .82rem; letter-spacing: .26em; }
.review-status { margin-bottom: 34px; }
.review-stage blockquote { max-width: 900px; min-height: 0; margin: 0 auto; font-size: clamp(2.7rem, 4.7vw, 5rem); }
.review-meta { margin: 30px auto 42px; }
.review-tabs { max-width: 720px; margin-inline: auto; }

/* The travel builder reads as a three-step tool, with a different silhouette. */
.trip-builder { display: block; padding-block: clamp(110px, 10vw, 150px); }
.builder-heading { max-width: 1020px; margin: 0 auto; text-align: center; }
.builder-heading h2 { font-size: clamp(4rem, 6.5vw, 6.7rem); }
.builder-heading > p:last-child { max-width: 670px; margin: 24px auto 0; }
.builder-panel { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1250px; margin: 65px auto 0; padding: 20px; border-radius: 62px 7px 62px 7px; }
.builder-choice { grid-template-columns: 1fr; gap: 10px; padding: 28px 30px 34px; border-right: 1px solid rgba(11,59,52,.13); border-bottom: 0; }
.builder-choice:nth-child(3) { border-right: 0; }
.builder-choice > span { font-size: 2rem; }
.builder-choice h3 { font-size: 1.75rem; }
.builder-result { grid-column: 1 / -1; margin-top: 0; padding: 28px 32px; border-radius: 7px 34px 7px 34px; }

/* Map as a layered portal. The yellow action card now lives safely inside
   the map surface with a consistent inset from every curved edge. */
.map-section { display: block; position: relative; width: var(--shell); min-height: 680px; margin: 0 auto 45px; padding: 14px; background: var(--forest-2); border-radius: 85px 7px 85px 7px; overflow: hidden; }
.map-copy { position: absolute; z-index: 5; top: 42px; left: 42px; width: min(530px, 41%); max-width: none; padding: 42px 44px; background: rgba(4,47,41,.9); border: 1px solid rgba(255,255,255,.17); border-radius: 46px 6px 46px 6px; box-shadow: 0 24px 70px rgba(2,30,26,.28); backdrop-filter: blur(18px); }
.map-copy .section-index { margin-bottom: 25px; }
.map-copy h2 { font-size: clamp(2.9rem, 4vw, 4.45rem); }
.map-copy p:not(.eyebrow) { font-size: .95rem; }
.map-canvas { position: relative; width: 100%; min-height: 650px; border-radius: 72px 5px 72px 5px; }
.map-canvas iframe { min-height: 650px; }
.map-guide { top: 25px; right: 25px; left: auto; }
.map-label { top: 76px; right: 25px; bottom: auto; }
.map-mini-card { position: absolute; z-index: 5; right: 30px; bottom: 30px; display: grid; grid-template-columns: auto 1fr auto; width: min(690px, 52%); margin: 0; padding: 22px 25px; border: 1px solid rgba(255,255,255,.42); border-radius: 28px 6px 28px 6px; box-shadow: 0 18px 50px rgba(4,38,33,.22); }

/* One deliberate split section remains for scannable questions; the booking
   section switches to a centered vertical composition. */
.travel-questions { grid-template-columns: .72fr 1.28fr; }
.questions-heading { position: sticky; top: 130px; align-self: start; }
.reservation { display: block; padding-block: clamp(110px, 10vw, 155px); }
.reservation-heading { max-width: 1000px; margin: 0 auto; text-align: center; }
.reservation-heading h2 { max-width: 900px; margin-inline: auto; font-size: clamp(4rem, 6.5vw, 6.8rem); }
.reservation-heading > p:last-child { max-width: 680px; margin: 25px auto 0; }
.reservation-form { max-width: 1100px; margin: 65px auto 0; padding: clamp(30px, 4vw, 52px); }

@keyframes tide-loop-v4 { to { transform: translate3d(var(--tide-shift, -1450px), 0, 0); } }

@media (max-width: 1180px) {
  .intro { min-height: 800px; }
  .intro-copy h2 { grid-column: 1 / 9; }
  .intro-visual { grid-column: 6 / 13; }
  .destination-copy { width: min(730px, 80%); }
  .map-copy { width: 48%; }
  .map-mini-card { width: 48%; grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 1050px) {
  .intro { grid-template-columns: repeat(10, 1fr); min-height: 760px; }
  .intro-copy h2 { grid-column: 1 / 8; }
  .intro-copy .lead { grid-column: 1 / 6; }
  .intro-copy > p:not(.eyebrow):not(.lead) { grid-column: 1 / 6; }
  .intro-copy .button { grid-column: 1 / 5; }
  .intro-visual { grid-column: 5 / 11; }
  .builder-panel { grid-template-columns: 1fr; max-width: 760px; }
  .builder-choice { border-right: 0; border-bottom: 1px solid rgba(11,59,52,.13); }
  .builder-choice:nth-child(3) { border-bottom: 0; }
  .map-section { min-height: 760px; }
  .map-copy { width: min(560px, calc(100% - 82px)); }
  .map-mini-card { width: min(610px, calc(100% - 82px)); }
}

@media (max-width: 760px) {
  .desktop-nav a[href="#resenas"] { display: none; }
  .intro { display: block; min-height: 0; padding-block: 90px; }
  .intro > .section-index { margin-bottom: 42px; }
  .intro-copy { display: block; }
  .intro-copy .eyebrow { margin-bottom: 20px; }
  .intro-copy h2 { font-size: clamp(3.65rem, 16vw, 5.3rem); }
  .intro-copy .lead { margin: 30px 0 0; padding: 23px; }
  .intro-copy > p:not(.eyebrow):not(.lead) { margin-top: 22px; }
  .intro-copy .button { margin-top: 25px; }
  .intro-visual { width: calc(100% - 10px); margin-top: 55px; }
  .intro-visual img { height: min(118vw, 520px); }
  .intro-orbit { top: 24px; left: 18px; width: 90px; height: 90px; }
  .intro-orbit span { top: 19px; font-size: .43rem; }
  .destination-heading { padding-inline: 20px; }
  .destination-heading h2 { font-size: clamp(3.7rem, 16vw, 5.3rem); }
  .destination-stage { min-height: 0; }
  .destination-image-wrap { position: relative; inset: auto; height: min(118vw, 480px); }
  .destination-copy { position: relative; left: auto; bottom: auto; width: calc(100% - 18px); margin: -34px auto 0; padding: 42px 25px 78px; }
  .destination-controls { right: 22px; bottom: 20px; }
  .destination-thumbs { margin-top: 35px; }
  .reviews-heading h2, .builder-heading h2, .reservation-heading h2 { font-size: clamp(3.6rem, 15vw, 5.2rem); }
  .review-stage { margin-top: 48px; padding: 38px 22px 26px; }
  .review-stars { margin-bottom: 12px; }
  .builder-panel { margin-top: 45px; }
  .map-section { min-height: 0; padding: 8px; }
  .map-copy { position: relative; top: auto; left: auto; width: 100%; padding: 50px 24px 45px; background: transparent; border: 0; box-shadow: none; backdrop-filter: none; }
  .map-canvas, .map-canvas iframe { min-height: 520px; }
  .map-guide { top: 16px; right: 16px; }
  .map-label { display: none; }
  .map-mini-card { right: 15px; bottom: 15px; width: calc(100% - 30px); padding: 20px; }
  .travel-questions { display: block; }
  .questions-heading { position: static; margin-bottom: 45px; }
  .reservation-form { margin-top: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  .tide-band .tide-track { animation: none; transform: none; }
}

/* V5 — FINAL ART-DIRECTION POLISH
   The approved structure stays intact. This layer tightens the visual system:
   optical alignment, small-type legibility, signature corners and spacing. */
:root {
  --brand-radius-sm: 5px 20px 5px 20px;
  --brand-radius-md: 7px 34px 7px 34px;
  --brand-hairline: linear-gradient(90deg, var(--turquoise), rgba(57,191,178,.18));
}

body {
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

p, blockquote { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; }

.eyebrow,
.section-index {
  font-size: .76rem;
  line-height: 1.35;
  letter-spacing: .135em;
}

.section-index {
  display: flex;
  gap: 11px;
  align-items: center;
  width: fit-content;
}

.section-index::before {
  flex: 0 0 auto;
  width: 28px;
  height: 1px;
  background: var(--brand-hairline);
  content: "";
}

.section-index.light::before {
  background: linear-gradient(90deg, var(--aqua), rgba(255,255,255,.16));
}

.destination-heading .section-index,
.reviews-heading .section-index,
.builder-heading .section-index,
.reservation-heading .section-index {
  margin-inline: auto;
}

.lead { letter-spacing: -.012em; }

.site-header {
  min-height: 68px;
  padding-right: 16px;
  box-shadow: 0 14px 44px rgba(4,25,23,.1);
}

.site-header.scrolled { box-shadow: 0 18px 54px rgba(5,45,39,.13); }
.desktop-nav a { font-size: .77rem; font-weight: 700; letter-spacing: .005em; }
.desktop-nav a::after { bottom: -9px; background: var(--turquoise); }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; }
.brand small { font-size: .62rem; letter-spacing: .24em; }

.button {
  gap: 11px;
  min-height: 52px;
  padding-inline: 24px;
  border-radius: var(--brand-radius-sm);
  box-shadow: 0 10px 24px rgba(5,45,39,.08);
}

.button:hover { box-shadow: 0 16px 32px rgba(5,45,39,.13); }
.button span { line-height: 1; }

.photo-note {
  left: 24px;
  bottom: 20px;
  max-width: calc(100% - 48px);
  padding: 6px 10px;
  color: rgba(255,255,255,.72);
  font-size: .7rem;
  line-height: 1.35;
  background: rgba(4,41,36,.28);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.intro-copy h2,
.destination-heading h2,
.route h2,
.reviews-heading h2,
.builder-heading h2,
.map-copy h2,
.questions-heading h2,
.reservation-heading h2,
.footer-cta h2 {
  font-variant-ligatures: common-ligatures;
  hyphens: none;
}

.intro-copy .lead {
  border-color: rgba(11,59,52,.08);
  box-shadow: 0 24px 72px rgba(8,63,54,.11);
}

.intro-visual figcaption {
  gap: 24px;
  font-size: .73rem;
  letter-spacing: .105em;
}

.destination-tabs button {
  min-height: 44px;
  font-size: .78rem;
  font-weight: 720;
}

.destination-copy {
  border-color: rgba(11,59,52,.08);
  box-shadow: 0 28px 76px rgba(7,48,42,.18);
}

.destination-copy li,
.destination-thumbs span,
.destination-image-wrap > p,
.destination-count,
.experience-notes span {
  font-size: .72rem;
  line-height: 1.35;
}

.destination-thumbs span { letter-spacing: .06em; }
.destination-controls button { min-width: 46px; min-height: 46px; }

.route-path text { font-size: 12.5px; letter-spacing: 1.65px; }
.route-words i { color: var(--turquoise); }

.reviews-heading > p:last-child,
.builder-heading > p:last-child,
.reservation-heading > p:last-child,
.destination-heading > p {
  line-height: 1.72;
}

.review-stage {
  border-color: rgba(255,255,255,.78);
  box-shadow: 0 32px 90px rgba(1,24,21,.27);
}

.review-watermark { top: -42px; right: 34px; opacity: .72; }
.review-stars { line-height: 1; letter-spacing: .2em; }
.review-status { font-size: .72rem; line-height: 1.4; letter-spacing: .09em; }
.review-meta strong { font-size: .86rem; }
.review-meta span { font-size: .75rem; }
.review-tabs button { min-height: 68px; padding: 15px 16px; border-radius: var(--brand-radius-sm); }
.review-tabs button small { font-size: .7rem; line-height: 1.3; letter-spacing: .055em; }

.builder-panel { border-color: rgba(11,59,52,.07); box-shadow: 0 30px 82px rgba(8,63,54,.095); }
.builder-choice > span { line-height: 1; }
.choice-buttons button { min-height: 42px; padding-inline: 16px; font-size: .8rem; font-weight: 650; }
.builder-result small { font-size: .7rem; line-height: 1.35; }

.map-copy { border-color: rgba(255,255,255,.2); box-shadow: 0 28px 78px rgba(2,30,26,.3); }
.map-guide { font-size: .68rem; line-height: 1; letter-spacing: .1em; }
.map-mini-card small { font-size: .7rem; line-height: 1.35; }
.map-mini-card button { min-height: 42px; font-size: .82rem; }

.questions-list summary { line-height: 1.22; }
.questions-list summary span { transition: transform .3s ease, color .3s ease, background .3s ease; }

.reservation-form {
  background: rgba(255,255,255,.34);
  border: 1px solid rgba(11,59,52,.07);
  border-radius: var(--brand-radius-md);
  box-shadow: 0 26px 72px rgba(8,63,54,.075);
}

.field label { font-size: .76rem; line-height: 1.35; letter-spacing: .07em; }
.field label span { font-size: .72rem; }
.field input,
.field select,
.field textarea { transition: border-color .22s ease, box-shadow .22s ease, background .22s ease; }
.field input:hover,
.field select:hover,
.field textarea:hover { border-color: #66857e; }
.field input:focus,
.field select:focus,
.field textarea:focus { background: rgba(255,255,255,.38); }

.opening-coordinates,
.opening-brand small,
.opening-skip { font-size: .72rem; }
.footer-column h2 { color: rgba(255,255,255,.68); font-size: .72rem; line-height: 1.35; letter-spacing: .115em; }
.footer-bottom { color: rgba(255,255,255,.58); font-size: .72rem; }
.footer-column a,
.footer-column button { min-height: 32px; }

@media (max-width: 760px) {
  .eyebrow, .section-index { font-size: .73rem; letter-spacing: .115em; }
  .section-index { gap: 9px; }
  .section-index::before { width: 22px; }
  .site-header { min-height: 60px; padding-right: 12px; }
  .brand small { font-size: .58rem; letter-spacing: .22em; }
  .photo-note { right: auto; bottom: 12px; left: 16px; max-width: calc(100% - 32px); text-align: left; }
  .intro-orbit span { font-size: .51rem; line-height: 1.4; }
  .review-status { font-size: .67rem; }
  .review-tabs button small { font-size: .66rem; }
  .map-guide, .map-mini-card small { font-size: .65rem; }
  .footer-column h2, .footer-bottom { font-size: .7rem; }
}

/* V6 — CLIENT PHOTOGRAPHY CAROUSEL
   The approved editorial composition stays intact while the main Capurganá
   image becomes a tactile, accessible gallery of real client photographs. */
.capurgana-gallery { isolation: isolate; }

.capurgana-gallery-viewport {
  position: relative;
  width: 100%;
  height: clamp(590px, 45vw, 710px);
  overflow: hidden;
  background: #0a3933;
  border-radius: 50% 50% 7px 7px;
  clip-path: ellipse(65% 57% at 55% 49%);
  outline: none;
  touch-action: pan-y;
}

.capurgana-gallery-viewport:focus-visible {
  box-shadow: 0 0 0 3px var(--sand), 0 0 0 7px rgba(48,193,180,.42);
}

.intro-visual .capurgana-gallery-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: none;
  border-radius: 0;
  opacity: 0;
  transform: scale(1.055);
  filter: saturate(.93) contrast(1.02);
  transition: opacity .9s cubic-bezier(.22,.61,.36,1), transform 6.2s cubic-bezier(.22,.61,.36,1), filter .65s ease;
  pointer-events: none;
}

.intro-visual .capurgana-gallery-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.capurgana-gallery-slide:nth-child(2),
.capurgana-gallery-slide:nth-child(3) { object-position: 50% 48%; }
.capurgana-gallery-slide:nth-child(4) { object-position: 50% 42%; }
.capurgana-gallery-slide:nth-child(6) { object-position: 50% 43%; }
.capurgana-gallery-slide:nth-child(7) { object-position: 50% 45%; }
.capurgana-gallery-slide:nth-child(8),
.capurgana-gallery-slide:nth-child(9) { object-position: 50% 50%; }

.intro-visual:hover .capurgana-gallery-slide.is-active {
  filter: saturate(1.08) contrast(1.04);
}

.capurgana-gallery-shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(3,35,31,.48) 100%);
  pointer-events: none;
}

.capurgana-gallery-controls {
  position: absolute;
  z-index: 8;
  right: 7%;
  bottom: 67px;
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 7px;
  color: var(--white);
  background: rgba(7,49,43,.72);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  box-shadow: 0 15px 38px rgba(3,33,29,.22);
  backdrop-filter: blur(14px);
}

.capurgana-gallery-controls button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  color: inherit;
  background: rgba(255,255,255,.08);
  border: 0;
  border-radius: 50%;
  place-items: center;
  transition: color .22s ease, background .22s ease, transform .22s ease;
}

.capurgana-gallery-controls button:hover,
.capurgana-gallery-controls button:focus-visible {
  color: var(--deep-green);
  background: var(--sand);
  transform: scale(1.07);
}

.capurgana-gallery-controls span {
  min-width: 62px;
  text-align: center;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.capurgana-gallery figcaption span:first-child { color: rgba(255,255,255,.72); }

@media (max-width: 760px) {
  .capurgana-gallery-viewport { height: min(118vw, 520px); }
  .capurgana-gallery-controls { right: 7%; bottom: 60px; }
  .capurgana-gallery-controls button { width: 35px; height: 35px; }
  .capurgana-gallery-controls span { min-width: 56px; font-size: .64rem; }
  .capurgana-gallery figcaption { width: 82%; }
}

@media (prefers-reduced-motion: reduce) {
  .intro-visual .capurgana-gallery-slide { transition: opacity .15s ease; transform: none; }
}

/* V8 · destination galleries + social brand system */
.destination-mini-gallery {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 46px;
  left: 18px;
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
.destination-mini-gallery button {
  position: relative;
  width: 64px;
  height: 48px;
  padding: 0;
  background: rgba(3,35,31,.45);
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 3px;
  box-shadow: 0 7px 22px rgba(0,0,0,.16);
  overflow: hidden;
  cursor: pointer;
  opacity: .68;
  transform: translateY(5px);
  transition: opacity .25s ease, transform .25s ease, width .25s ease;
}
.destination-mini-gallery button:hover,
.destination-mini-gallery button.is-active,
.destination-mini-gallery button[aria-pressed="true"] { width: 86px; opacity: 1; transform: none; }
.destination-mini-gallery img { width: 100%; height: 100%; object-fit: cover; }
.destination-mini-gallery button::after { position: absolute; inset: 0; border: 2px solid transparent; content: ""; }
.destination-mini-gallery button.is-active::after,
.destination-mini-gallery button[aria-pressed="true"]::after { border-color: var(--sand); }

.social-ribbon {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(35px, 7vw, 110px);
  align-items: end;
  margin: 0 0 78px;
  padding: clamp(36px, 5vw, 68px);
  color: var(--forest-2);
  background: var(--sand);
  border-radius: 0 0 60px 6px;
  overflow: hidden;
}
.social-ribbon h3 { max-width: 540px; margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4.2vw, 4.7rem); font-weight: 400; letter-spacing: -.045em; line-height: .92; }
.social-ribbon .eyebrow { color: var(--forest); }
.social-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
.social-links a {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 2px 12px;
  align-items: center;
  min-height: 82px;
  padding: 15px 18px;
  color: var(--forest-2);
  text-decoration: none;
  background: rgba(255,255,255,.34);
  border: 1px solid rgba(7,61,53,.15);
  border-radius: 18px;
  transition: transform .22s ease, background .22s ease;
}
.social-links a:hover { background: rgba(255,255,255,.58); transform: translateY(-3px); }
.social-links a > span { grid-row: 1 / 3; display: grid; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; place-items: center; font-size: .65rem; font-weight: 850; }
.social-links strong { align-self: end; font-size: .82rem; }
.social-links small { align-self: start; color: rgba(4,43,38,.62); font-size: .64rem; }
.social-links a.is-pending { cursor: default; }
.footer-column a.is-pending { color: rgba(255,255,255,.44); }
.footer-column [data-contact-state] { font-size: .65rem; }
.footer-bottom .admin-access { color: inherit; text-decoration: none; }
.footer-bottom .admin-access:hover { color: var(--white); }

@media (max-width: 900px) {
  .social-ribbon { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 760px) {
  .destination-mini-gallery { right: 12px; bottom: 45px; left: 12px; }
  .destination-mini-gallery button { width: 52px; height: 42px; }
  .destination-mini-gallery button:hover,
  .destination-mini-gallery button.is-active,
  .destination-mini-gallery button[aria-pressed="true"] { width: 70px; }
  .social-ribbon { margin-bottom: 54px; padding: 34px 24px; border-radius: 0 0 38px 4px; }
  .social-links { grid-template-columns: 1fr; }
}

/* Las redes acompañan el viaje sin añadir otra sección al pie. */
.social-dock {
  position: fixed;
  z-index: 34;
  right: 32px;
  bottom: 92px;
  display: grid;
  gap: 7px;
  padding: 8px;
  background: rgba(255, 253, 247, .88);
  border: 1px solid rgba(14, 69, 60, .13);
  border-radius: 28px;
  box-shadow: 0 12px 42px rgba(5, 40, 35, .17);
  backdrop-filter: blur(18px);
}
.social-dock a {
  position: relative;
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  color: var(--forest-2);
  background: transparent;
  border-radius: 50%;
  transition: transform .2s ease, background .2s ease;
}
.social-dock a:hover, .social-dock a:focus-visible { transform: translateX(-3px); background: #e0f5ee; outline: 0; }
.social-dock img { display: block; width: 19px; height: 19px; }
.social-dock a span {
  position: absolute;
  right: 50px;
  padding: 7px 11px;
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  white-space: nowrap;
  background: var(--forest-2);
  border-radius: 9px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(5px);
  transition: opacity .2s ease, transform .2s ease;
}
.social-dock a:hover span, .social-dock a:focus-visible span { opacity: 1; transform: none; }
.social-dock a.is-pending { opacity: .68; }
.questions-list summary [data-copy] { display: inline; flex: 1 1 auto; width: auto; height: auto; font: inherit; border: 0; border-radius: 0; }
.questions-list details[open] summary [data-copy] { color: inherit; background: none; transform: none; }
.review-tabs { grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); }
@media (max-width: 760px) {
  .social-dock { right: 15px; bottom: 77px; gap: 2px; padding: 5px; border-radius: 25px; }
  .social-dock a { width: 39px; height: 39px; }
}
