:root {
  --ink: #0c1f1e;
  --ink-soft: #415250;
  --forest: #0c3b35;
  --forest-deep: #082b27;
  --red: #df382f;
  --red-dark: #be2923;
  --cream: #f6f1e7;
  --sand: #e8dfcc;
  --white: #fff;
  --line: #d8ded9;
  --shadow: 0 20px 50px rgba(8, 43, 39, .15);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fbfcfa; font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
button, input, select { font: inherit; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1160px) / 2)); color: white; transition: background .25s, box-shadow .25s, height .25s; }
.site-header.scrolled { height: 70px; background: rgba(8, 43, 39, .96); backdrop-filter: blur(12px); box-shadow: 0 8px 28px rgba(0,0,0,.14); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; line-height: 1; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; }
.brand-mark svg { width: 100%; fill: var(--red); }
.brand-mark .bolt { fill: white; }
.brand strong { display: block; font: 800 15px/1 "Avenir Next", Avenir, sans-serif; letter-spacing: -.4px; }
.brand small { display: block; margin-top: 5px; color: #ff8b81; font: 700 8px/1 "Avenir Next", Avenir, sans-serif; letter-spacing: 2.3px; }
.desktop-nav { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 600; }
.desktop-nav a { text-decoration: none; }
.desktop-nav a:not(.nav-cta) { opacity: .88; }
.desktop-nav a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.42); border-radius: 100px; transition: background .2s; }
.nav-cta:hover { background: white; color: var(--ink); }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 760px; height: 93vh; max-height: 920px; overflow: hidden; display: flex; align-items: center; color: white; background: var(--forest) url("assets/hero.webp") center 55% / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,24,23,.9) 0%, rgba(5,28,25,.64) 44%, rgba(5,28,25,.16) 72%, rgba(5,28,25,.04) 100%), linear-gradient(0deg, rgba(4,24,23,.35) 0%, transparent 36%); }
.hero-content { position: relative; z-index: 2; padding-top: 68px; }
.eyebrow { margin: 0 0 17px; color: var(--red); font: 800 12px/1.2 "Avenir Next", Avenir, sans-serif; letter-spacing: 2px; text-transform: uppercase; }
.eyebrow.light { color: #ffb2aa; }
.hero h1, .section-heading h2, .experience h2, .modal h2 { font-family: "Avenir Next", Avenir, sans-serif; letter-spacing: -2.5px; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(52px, 6.3vw, 86px); line-height: .98; font-weight: 700; }
.hero-copy { max-width: 620px; margin: 28px 0 0; font-size: 19px; line-height: 1.6; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 33px; }
.button { border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 24px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #ffc44e; outline-offset: 3px; }
.button-primary { background: var(--red); color: white; box-shadow: 0 10px 25px rgba(182, 38, 31, .25); }
.button-primary:hover { background: var(--red-dark); }
.button-whatsapp { color: white; background: #16894b; box-shadow: 0 10px 25px rgba(22, 137, 75, .22); }
.button-whatsapp:hover { background: #11743e; }
.button-call { color: var(--forest-deep); background: white; border: 1px solid var(--line); }
.button-call:hover { border-color: var(--forest-deep); }
.text-link { text-underline-offset: 5px; font-weight: 600; }
.text-link.light { color: white; }
.hero-proof { list-style: none; display: flex; gap: 28px; margin: 36px 0 0; padding: 24px 0 0; width: fit-content; border-top: 1px solid rgba(255,255,255,.26); font-size: 14px; color: rgba(255,255,255,.8); }
.hero-proof span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; color: white; background: rgba(255,255,255,.16); border-radius: 50%; font-size: 11px; }
.hero-card { position: absolute; z-index: 2; right: max(24px, calc((100vw - 1160px) / 2)); bottom: 50px; width: 290px; padding: 10px; border: 1px solid rgba(255,255,255,.22); background: rgba(4,24,23,.72); backdrop-filter: blur(12px); border-radius: 18px; box-shadow: var(--shadow); }
.hero-card img { width: 100%; height: 135px; object-fit: cover; border-radius: 12px; }
.hero-card div { padding: 12px 10px 9px; }
.hero-card span, .hero-card strong { display: block; }
.hero-card span { margin-bottom: 5px; color: #ffb2aa; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.3px; }
.hero-card strong { font: 700 14px/1.35 "Avenir Next", Avenir, sans-serif; }
.hero-location { position: absolute; z-index: 2; left: 28px; bottom: 30px; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 11px; text-transform: uppercase; letter-spacing: 2px; opacity: .68; }
.hero-location span { color: #ff6c62; }

.tours { padding: 112px 0 100px; background: #fbfcfa; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 45px; }
.section-heading h2, .experience h2 { margin: 0; font-size: clamp(38px, 4.5vw, 61px); line-height: 1.04; font-weight: 700; }
.section-heading > p { margin: 0 0 5px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.tour-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.tour-card { position: relative; overflow: hidden; border: 2px solid transparent; background: white; border-radius: var(--radius); box-shadow: 0 15px 45px rgba(14, 53, 49, .08); transition: border-color .2s, transform .2s, box-shadow .2s; }
.tour-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.tour-card.selected { border-color: var(--red); }
.card-select { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; border: 0; background: transparent; border-radius: inherit; cursor: pointer; }
.tour-image { position: relative; height: 282px; overflow: hidden; }
.tour-image::after { content: ""; position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(transparent, rgba(4,24,23,.2)); }
.tour-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.tour-card:hover .tour-image img { transform: scale(1.025); }
[data-tour-card="4-hour"] .tour-image img { object-position: center 47%; }
[data-tour-card="2-hour"] .tour-image img { object-position: center 47%; }
.recommendation { position: absolute; z-index: 1; top: 18px; left: 18px; padding: 9px 13px; color: white; background: var(--red); border-radius: 999px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; }
.recommendation.secondary { color: var(--forest); background: #e6f4e4; }
.selected-check { position: absolute; z-index: 3; top: 18px; right: 18px; width: 33px; height: 33px; display: none; place-items: center; color: white; background: var(--red); border: 3px solid white; border-radius: 50%; font-weight: 800; box-shadow: 0 5px 15px rgba(0,0,0,.16); }
.tour-card.selected .selected-check { display: grid; }
.tour-content { position: relative; z-index: 3; padding: 30px; pointer-events: none; }
.tour-title-row { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.tour-kicker { margin: 0 0 7px; color: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; }
.tour-title-row h3 { margin: 0; font: 700 28px/1.1 "Avenir Next", Avenir, sans-serif; letter-spacing: -1px; }
.price { text-align: right; }
.price strong { display: block; font: 800 31px/1 "Avenir Next", Avenir, sans-serif; }
.price span { display: block; margin-top: 5px; color: #71807d; font-size: 11px; }
.tour-description { min-height: 78px; margin: 22px 0; color: var(--ink-soft); line-height: 1.6; }
.tour-features { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 25px; padding: 0; }
.tour-features li { display: flex; align-items: flex-start; gap: 10px; padding: 13px; background: #f5f7f4; border-radius: 12px; }
.tour-features li > span { color: var(--red); font-weight: 800; }
.tour-features strong, .tour-features small { display: block; }
.tour-features strong { margin-bottom: 4px; font-size: 12px; }
.tour-features small { color: #697773; font-size: 10px; line-height: 1.35; }
.button-card { position: relative; z-index: 4; width: 100%; border: 1px solid var(--ink); background: white; color: var(--ink); pointer-events: auto; }
.tour-card.selected .button-card { color: white; background: var(--ink); }
.selected-label { display: none; }
.tour-card.selected .selected-label { display: inline; }
.tour-card.selected .unselected-label { display: none; }
.selection-bar { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 18px; margin-top: 28px; padding: 16px 17px 16px 20px; background: var(--forest-deep); color: white; border-radius: 18px; box-shadow: 0 16px 45px rgba(8,43,39,.18); }
.selection-icon { width: 40px; height: 40px; display: grid; place-items: center; color: white; background: var(--red); border-radius: 50%; font-weight: 800; }
.selection-text small, .selection-text strong, .selection-price small, .selection-price strong { display: block; }
.selection-text small, .selection-price small { color: rgba(255,255,255,.58); font-size: 11px; }
.selection-text strong { margin-top: 3px; font: 700 17px/1.2 "Avenir Next", Avenir, sans-serif; }
.selection-price { padding-right: 5px; text-align: right; }
.selection-price strong { font: 700 17px/1.2 "Avenir Next", Avenir, sans-serif; }
.selection-continue { min-width: 220px; }
.rate-note { margin: 15px 0 0; text-align: center; color: #77837f; font-size: 12px; }

.experience { overflow: hidden; padding: 110px 0; color: white; background: var(--forest-deep); }
.experience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.experience-copy > p:not(.eyebrow):not(.fine-print) { max-width: 520px; margin: 24px 0 30px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.7; }
.included-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0 0 31px; padding: 0; }
.included-list li { display: flex; gap: 12px; padding: 18px 15px 18px 0; border-top: 1px solid rgba(255,255,255,.12); }
.included-list li:nth-child(even) { padding-left: 15px; }
.included-list > li > span { flex: 0 0 auto; color: #ff7a70; font: 800 11px/1.4 "Avenir Next", Avenir, sans-serif; }
.included-list strong, .included-list small { display: block; }
.included-list strong { margin-bottom: 5px; font-size: 13px; }
.included-list small { color: rgba(255,255,255,.53); font-size: 11px; line-height: 1.4; }
.button-cream { color: var(--forest-deep); background: var(--cream); }
.button-cream:hover { background: white; }
.fine-print { max-width: 540px; margin: 22px 0 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.55; }
.photo-collage { position: relative; min-height: 620px; }
.photo-collage figure { position: absolute; margin: 0; overflow: hidden; background: #163e3a; border-radius: 18px; box-shadow: 0 18px 38px rgba(0,0,0,.22); }
.photo-collage img { width: 100%; height: 100%; object-fit: cover; }
.photo-main { top: 34px; left: 0; width: 67%; height: 470px; transform: rotate(-2deg); }
.photo-small { right: 0; width: 44%; height: 255px; border: 6px solid var(--forest-deep); }
.photo-small.top { top: 0; transform: rotate(3deg); }
.photo-small.bottom { top: 273px; transform: rotate(1deg); }
.photo-caption { position: absolute; left: 23px; bottom: 17px; margin: 0; color: rgba(255,255,255,.64); font: 500 12px/1.5 "Avenir Next", Avenir, sans-serif; text-transform: uppercase; letter-spacing: 1.2px; }
.photo-caption strong { color: white; font-size: 14px; }

.la-vida-feature { margin-top: 100px; padding: 46px; color: var(--ink); background: var(--cream); border-radius: 30px; scroll-margin-top: 80px; }
.la-vida-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: end; }
.la-vida-heading h3 { max-width: 490px; margin: 0; font: 700 clamp(39px, 4.8vw, 62px)/1.02 "Avenir Next", Avenir, sans-serif; letter-spacing: -2.5px; }
.la-vida-summary > p { margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.la-vida-actions { display: flex; align-items: center; gap: 20px; margin-top: 25px; }
.la-vida-actions .button { min-height: 48px; padding-inline: 20px; font-size: 13px; }
.la-vida-contact { color: var(--forest); font-size: 13px; font-weight: 700; text-underline-offset: 5px; }
.la-vida-amenities { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin: 38px 0 25px; padding: 0; }
.la-vida-amenities li { display: flex; gap: 12px; align-items: flex-start; min-height: 96px; padding: 17px; background: rgba(255,255,255,.72); border: 1px solid rgba(12,59,53,.09); border-radius: 14px; }
.la-vida-amenities li > span { flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; color: white; background: var(--forest); border-radius: 50%; font-weight: 800; }
.la-vida-amenities strong, .la-vida-amenities small { display: block; }
.la-vida-amenities strong { margin-bottom: 5px; font-size: 13px; }
.la-vida-amenities small { color: #6b7774; font-size: 11px; line-height: 1.45; }
.la-vida-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 190px); gap: 10px; }
.la-vida-gallery figure { position: relative; overflow: hidden; margin: 0; background: #d7d9d0; border-radius: 14px; }
.la-vida-gallery .la-vida-main { grid-column: span 2; grid-row: span 2; }
.la-vida-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.la-vida-gallery figure:hover img { transform: scale(1.03); }
.la-vida-gallery figcaption { position: absolute; z-index: 1; left: 12px; bottom: 11px; padding: 6px 9px; color: white; background: rgba(4,31,29,.75); backdrop-filter: blur(7px); border-radius: 99px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; }

.gallery-wrap { padding-top: 100px; margin-top: 95px; border-top: 1px solid rgba(255,255,255,.13); scroll-margin-top: 55px; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 33px; }
.gallery-heading h3 { margin: 0; font: 700 clamp(35px, 4vw, 52px)/1.05 "Avenir Next", Avenir, sans-serif; letter-spacing: -2px; }
.gallery-heading > p { max-width: 400px; margin: 0 0 4px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.6; }
.gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); grid-auto-flow: dense; grid-auto-rows: 225px; gap: 12px; }
.gallery-item { position: relative; min-width: 0; overflow: hidden; padding: 0; border: 0; background: #163e3a; border-radius: 15px; cursor: zoom-in; }
.gallery-item.gallery-wide { grid-column: span 2; }
.gallery-item.gallery-tall { grid-row: span 2; }
.gallery-item::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(3,19,18,.68)); opacity: .72; transition: opacity .25s; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s, filter .3s; }
.gallery-item:nth-child(2) img { object-position: 50% 47%; }
.gallery-item:nth-child(4) img, .gallery-item:nth-child(7) img { object-position: 50% 43%; }
.gallery-item:nth-child(6) img { object-position: 50% 55%; }
.gallery-logo img { object-position: center; }
.gallery-item span { position: absolute; z-index: 1; left: 15px; bottom: 13px; color: white; font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(1.08); }
.gallery-item:hover::after { opacity: 1; }

.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox { position: fixed; z-index: 110; inset: 0; display: grid; place-items: center; padding: 30px; }
.gallery-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(2,15,14,.92); backdrop-filter: blur(10px); cursor: default; }
.gallery-panel { position: relative; width: min(1120px, 100%); color: white; }
.gallery-stage { position: relative; height: min(73vh, 760px); display: grid; place-items: center; }
.gallery-stage img { max-width: calc(100% - 120px); max-height: 100%; width: auto; height: auto; object-fit: contain; border-radius: 14px; box-shadow: 0 25px 70px rgba(0,0,0,.42); }
.gallery-close { position: absolute; z-index: 3; top: -10px; right: 0; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: white; background: rgba(255,255,255,.08); font-size: 27px; cursor: pointer; }
.gallery-arrow { position: absolute; z-index: 2; top: 50%; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: white; background: rgba(255,255,255,.08); font-size: 20px; cursor: pointer; transform: translateY(-50%); transition: background .2s, transform .2s; }
.gallery-arrow:hover { background: var(--red); transform: translateY(-50%) scale(1.05); }
.gallery-arrow.previous { left: 0; }
.gallery-arrow.next { right: 0; }
.gallery-details { display: flex; align-items: center; justify-content: space-between; gap: 25px; width: min(880px, calc(100% - 120px)); margin: 22px auto 0; color: rgba(255,255,255,.68); }
.gallery-details p { margin: 0; font-size: 14px; }
.gallery-details > span { flex: 0 0 auto; font-size: 12px; letter-spacing: 2px; }
.gallery-details strong { color: white; }

.reviews { padding: 108px 0; background: #fbfcfa; scroll-margin-top: 68px; }
.reviews-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 40px; }
.reviews-heading h2 { margin: 0; font: 700 clamp(39px, 4.7vw, 61px)/1.03 "Avenir Next", Avenir, sans-serif; letter-spacing: -2.5px; }
.reviews-heading > p { margin: 0 0 5px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.review-summary { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; margin-bottom: 24px; padding: 18px 22px; color: white; background: var(--forest-deep); border-radius: 18px; }
.review-score { display: flex; align-items: center; gap: 14px; }
.review-score > strong { font: 800 36px/1 "Avenir Next", Avenir, sans-serif; }
.review-score span, .review-score small { display: block; }
.review-score b { color: #ffc44e; font-size: 14px; letter-spacing: 2px; }
.review-score small { margin-top: 4px; color: rgba(255,255,255,.6); font-size: 10px; text-transform: uppercase; letter-spacing: .9px; }
.review-summary > p { margin: 0; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.5; }
.review-summary-links { display: flex; align-items: center; gap: 17px; }
.review-summary-links a { color: white; font-size: 12px; font-weight: 700; text-underline-offset: 5px; }
.review-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.review-card { grid-column: span 2; min-height: 275px; display: flex; flex-direction: column; padding: 26px; background: white; border: 1px solid #e1e6e2; border-radius: 19px; box-shadow: 0 13px 35px rgba(14,53,49,.07); }
.review-card.review-featured { grid-column: span 3; min-height: 310px; padding: 30px; }
.review-card-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.review-stars { color: #f3a51c; font-size: 14px; letter-spacing: 2px; }
.review-source { display: inline-flex; align-items: center; min-height: 27px; padding: 0 10px; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; text-decoration: none; }
.review-source.google { color: #265c50; background: #e8f3ef; }
.review-source.tripadvisor { color: #246b52; background: #e3f5eb; }
.review-card blockquote { margin: 35px 0 30px; }
.review-card blockquote p { margin: 0; font: 700 20px/1.48 "Avenir Next", Avenir, sans-serif; letter-spacing: -.35px; }
.review-featured blockquote p { font-size: 25px; line-height: 1.4; }
.review-card footer { margin-top: auto; }
.review-card cite, .review-card footer span { display: block; }
.review-card cite { color: var(--ink); font-size: 13px; font-style: normal; font-weight: 800; }
.review-card footer span { margin-top: 6px; color: #73807d; font-size: 10px; line-height: 1.45; text-transform: uppercase; letter-spacing: .6px; }
.review-note { margin: 18px 0 0; color: #788481; font-size: 10px; text-align: center; }

.faq { padding: 105px 0; background: #f4f0e7; scroll-margin-top: 68px; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro h2 { margin: 0; font: 700 clamp(39px, 4.7vw, 60px)/1.03 "Avenir Next", Avenir, sans-serif; letter-spacing: -2.5px; }
.faq-intro > p:not(.eyebrow) { max-width: 390px; margin: 22px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.faq-policy-note { display: flex; gap: 12px; max-width: 410px; margin-top: 30px; padding: 18px; background: rgba(255,255,255,.7); border: 1px solid rgba(12,59,53,.09); border-radius: 14px; }
.faq-policy-note > span { flex: 0 0 auto; width: 27px; height: 27px; display: grid; place-items: center; color: white; background: var(--forest); border-radius: 50%; font-size: 12px; font-weight: 800; }
.faq-policy-note p { margin: 1px 0 0; color: #586663; font-size: 12px; line-height: 1.55; }
.faq-list { border-top: 1px solid #cfd6d0; }
.faq-list details { border-bottom: 1px solid #cfd6d0; }
.faq-list summary { min-height: 85px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px 4px; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font: 700 18px/1.4 "Avenir Next", Avenir, sans-serif; }
.faq-list summary b { position: relative; flex: 0 0 auto; width: 34px; height: 34px; border: 1px solid #aeb9b2; border-radius: 50%; transition: background .2s, border-color .2s, transform .2s; }
.faq-list summary b::before, .faq-list summary b::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; background: var(--forest); transform: translate(-50%, -50%); transition: transform .2s; }
.faq-list summary b::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary b { background: var(--forest); border-color: var(--forest); transform: rotate(180deg); }
.faq-list details[open] summary b::before, .faq-list details[open] summary b::after { background: white; }
.faq-list details[open] summary b::after { transform: translate(-50%, -50%) rotate(0); }
.faq-list summary:hover b { border-color: var(--forest); }
.faq-answer { padding: 0 68px 27px 4px; }
.faq-answer p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }

.contact-band { padding: 76px 0; color: white; background: #112f2c; scroll-margin-top: 70px; }
.contact-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.contact-intro h2 { margin: 0; font: 700 clamp(35px, 4vw, 50px)/1.05 "Avenir Next", Avenir, sans-serif; letter-spacing: -2px; }
.contact-intro > p:last-child { max-width: 430px; margin: 19px 0 0; color: rgba(255,255,255,.63); font-size: 15px; line-height: 1.6; }
.contact-options { display: grid; gap: 10px; }
.contact-option { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; min-height: 86px; padding: 14px 18px; color: white; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; text-decoration: none; transition: transform .2s, background .2s, border-color .2s; }
a.contact-option:hover { transform: translateX(4px); background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.24); }
.contact-option.whatsapp { background: rgba(37, 211, 102, .12); border-color: rgba(66, 220, 123, .28); }
.contact-icon { width: 44px; height: 44px; display: grid; place-items: center; color: white; background: rgba(255,255,255,.12); border-radius: 50%; font-size: 18px; }
.contact-option.whatsapp .contact-icon { background: #16894b; }
.contact-option small, .contact-option strong, .contact-option em { display: block; }
.contact-option small { margin-bottom: 4px; color: rgba(255,255,255,.48); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.contact-option strong { font: 700 16px/1.2 "Avenir Next", Avenir, sans-serif; }
.contact-option em { margin-top: 4px; color: rgba(255,255,255,.62); font-size: 11px; font-style: normal; }
.contact-option b { color: rgba(255,255,255,.7); font-size: 18px; }

footer { padding: 28px 0; color: white; background: #051c1a; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; align-items: center; }
.footer-note { text-align: center; }
.footer-note strong, .footer-note span { display: block; }
.footer-note strong { font-size: 12px; }
.footer-note span { margin-top: 4px; color: rgba(255,255,255,.46); font-size: 10px; }
.footer-link { justify-self: end; font-size: 12px; text-underline-offset: 4px; }

.mobile-selection { display: none; }
.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(2,18,17,.76); backdrop-filter: blur(6px); cursor: default; }
.modal-panel { position: relative; width: min(680px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: 38px; background: #fbfcfa; border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.modal-close { position: absolute; top: 17px; right: 17px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: white; font-size: 24px; line-height: 1; cursor: pointer; }
.modal h2 { margin: 0; font-size: 36px; line-height: 1.08; }
.modal-intro { margin: 16px 0 22px; color: var(--ink-soft); line-height: 1.55; }
.booking-summary { display: flex; gap: 15px; align-items: center; padding: 12px; background: var(--cream); border-radius: 15px; }
.booking-summary img { width: 78px; height: 62px; object-fit: cover; border-radius: 10px; }
.booking-summary small, .booking-summary strong { display: block; }
.booking-summary small { margin-bottom: 5px; color: var(--ink-soft); }
.booking-summary strong { font: 800 20px/1.2 "Avenir Next", Avenir, sans-serif; }
.booking-summary em { color: var(--ink-soft); font: 500 11px "Avenir Next", Avenir, sans-serif; }
.booqable-booking { margin: 20px 0 0; padding: 20px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.booking-widget-heading { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; }
.booking-widget-heading strong { font: 800 16px/1.25 "Avenir Next", Avenir, sans-serif; }
.booking-widget-heading small { color: var(--ink-soft); font-size: 10px; }
.booking-widget-instruction { margin: 8px 0 16px; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.booqable-datepicker, .booqable-product-button { width: 100%; }
.booqable-product-button { margin-top: 12px; }
.booking-help { display: flex; justify-content: space-between; gap: 22px; align-items: center; margin-top: 14px; padding: 16px 18px; color: var(--ink); background: var(--cream); border-radius: 14px; }
.booking-help strong, .booking-help span { display: block; }
.booking-help strong { margin-bottom: 3px; font-size: 13px; }
.booking-help span { color: var(--ink-soft); font-size: 11px; line-height: 1.4; }
.booking-help a { flex: 0 0 auto; color: var(--forest); font-size: 12px; font-weight: 800; text-decoration: none; }
.booking-note { display: flex; gap: 9px; align-items: center; margin: 14px 0 0; color: #6c7673; font-size: 11px; line-height: 1.45; }
.booking-note span { flex: 0 0 auto; width: 18px; height: 18px; display: grid; place-items: center; color: white; background: var(--forest); border-radius: 50%; font-size: 10px; font-weight: 800; }

@media (max-width: 980px) {
  .hero-card, .hero-location { display: none; }
  .section-heading { gap: 40px; }
  .experience-grid { gap: 45px; }
  .photo-collage { min-height: 540px; }
  .photo-main { height: 410px; }
  .photo-small { height: 215px; }
  .photo-small.bottom { top: 232px; }
  .tour-features { grid-template-columns: 1fr; }
  .tour-description { min-height: 105px; }
  .la-vida-feature { padding: 36px; }
  .la-vida-heading { gap: 40px; }
  .reviews-heading { gap: 40px; }
  .review-card { grid-column: span 3; }
  .review-card:last-child { grid-column: 2 / span 4; }
  .faq-layout { gap: 50px; }
  .contact-inner { grid-template-columns: .8fr 1.2fr; gap: 35px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; grid-auto-rows: 190px; }
  .gallery-item.gallery-wide { grid-column: span 2; }
  .gallery-item.gallery-tall { grid-row: auto; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 620px); }
  .site-header { height: 70px; padding: 0 18px; }
  .desktop-nav { display: none; }
  .menu-button { display: grid; gap: 5px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
  .menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; background: white; border-radius: 2px; }
  .mobile-nav { position: absolute; top: 65px; right: 16px; display: grid; min-width: 210px; padding: 9px; background: white; color: var(--ink); border-radius: 14px; box-shadow: var(--shadow); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { padding: 12px 14px; border-radius: 9px; text-decoration: none; font-weight: 600; }
  .mobile-nav a:last-child { color: white; background: var(--red); }
  .hero { min-height: 700px; height: 92svh; max-height: 820px; align-items: flex-end; background-position: 61% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,24,23,.97) 0%, rgba(4,24,23,.72) 52%, rgba(4,24,23,.17) 100%); }
  .hero-content { padding: 110px 0 56px; }
  .hero h1 { font-size: clamp(45px, 13vw, 64px); letter-spacing: -2.4px; }
  .hero-copy { margin-top: 20px; font-size: 16px; line-height: 1.55; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; margin-top: 27px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { text-align: center; }
  .hero-proof { width: 100%; justify-content: space-between; gap: 7px; padding-top: 19px; font-size: 10px; }
  .hero-proof span { display: none; }
  .tours { padding: 78px 0 88px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2, .experience h2 { font-size: 41px; letter-spacing: -2px; }
  .section-heading > p { margin-top: 18px; font-size: 15px; }
  .tour-grid { grid-template-columns: 1fr; gap: 20px; }
  .tour-image { height: 235px; }
  .tour-content { padding: 23px 20px 21px; }
  .tour-title-row h3 { font-size: 24px; }
  .price strong { font-size: 28px; }
  .tour-description { min-height: 0; margin: 18px 0; font-size: 14px; }
  .tour-features { grid-template-columns: 1fr 1fr; }
  .selection-bar { display: none; }
  .mobile-selection { position: fixed; z-index: 45; left: 12px; right: 12px; bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 10px 10px 18px; color: white; background: rgba(8,43,39,.96); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.15); border-radius: 17px; box-shadow: 0 16px 40px rgba(0,0,0,.27); transform: translateY(140%); transition: transform .3s; }
  .mobile-selection.visible { transform: translateY(0); }
  .mobile-selection small, .mobile-selection strong { display: block; }
  .mobile-selection small { margin-bottom: 2px; color: rgba(255,255,255,.6); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
  .mobile-selection strong { font-size: 15px; }
  .mobile-selection .button { min-height: 44px; padding-inline: 17px; font-size: 13px; }
  .rate-note { padding: 0 20px; }
  .experience { padding: 78px 0 94px; }
  .experience-grid { grid-template-columns: 1fr; }
  .included-list { grid-template-columns: 1fr; }
  .included-list li:nth-child(even) { padding-left: 0; }
  .experience-copy .button { width: 100%; }
  .photo-collage { min-height: 480px; order: -1; }
  .photo-main { height: 350px; }
  .photo-small { height: 188px; }
  .photo-small.bottom { top: 203px; }
  .photo-caption { bottom: 0; }
  .la-vida-feature { margin-top: 70px; padding: 28px 18px 18px; border-radius: 22px; }
  .la-vida-heading { grid-template-columns: 1fr; gap: 19px; }
  .la-vida-heading h3 { font-size: 41px; letter-spacing: -2px; }
  .la-vida-summary > p { font-size: 14px; }
  .la-vida-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .la-vida-actions .button { width: 100%; }
  .la-vida-contact { text-align: center; }
  .la-vida-amenities { grid-template-columns: 1fr; margin-top: 29px; }
  .la-vida-amenities li { min-height: 0; }
  .la-vida-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; grid-auto-rows: 145px; gap: 7px; }
  .la-vida-gallery .la-vida-main { grid-column: span 2; grid-row: auto; height: 235px; }
  .la-vida-gallery figure { border-radius: 10px; }
  .la-vida-gallery figcaption { left: 8px; bottom: 8px; max-width: calc(100% - 16px); font-size: 8px; }
  .gallery-wrap { padding-top: 75px; margin-top: 65px; }
  .gallery-heading { display: block; margin-bottom: 23px; }
  .gallery-heading h3 { font-size: 39px; }
  .gallery-heading > p { margin-top: 15px; font-size: 14px; }
  .gallery-grid { grid-auto-rows: 155px; gap: 8px; }
  .gallery-item { border-radius: 11px; }
  .gallery-item.gallery-wide { height: 210px; }
  .gallery-item span { left: 11px; bottom: 10px; font-size: 9px; }
  .gallery-lightbox { padding: 16px; }
  .gallery-stage { height: 68svh; }
  .gallery-stage img { max-width: 100%; max-height: calc(100% - 78px); border-radius: 11px; }
  .gallery-arrow { top: auto; bottom: 0; width: 46px; height: 46px; transform: none; }
  .gallery-arrow:hover { transform: scale(1.04); }
  .gallery-arrow.previous { left: calc(50% - 55px); }
  .gallery-arrow.next { right: calc(50% - 55px); }
  .gallery-close { top: 0; right: 0; }
  .gallery-details { width: 100%; margin-top: 10px; align-items: flex-start; }
  .gallery-details p { max-width: 78%; font-size: 12px; line-height: 1.45; }
  .reviews { padding: 76px 0; }
  .reviews-heading { grid-template-columns: 1fr; gap: 17px; margin-bottom: 29px; }
  .reviews-heading h2 { font-size: 41px; letter-spacing: -2px; }
  .reviews-heading > p { font-size: 14px; }
  .review-summary { grid-template-columns: 1fr; gap: 15px; padding: 19px; }
  .review-summary-links { align-items: flex-start; flex-direction: column; gap: 12px; }
  .review-grid { grid-template-columns: 1fr; gap: 12px; }
  .review-card, .review-card.review-featured, .review-card:last-child { grid-column: auto; min-height: 0; padding: 23px 20px; }
  .review-card blockquote, .review-card.review-featured blockquote { margin: 27px 0 29px; }
  .review-card blockquote p, .review-featured blockquote p { font-size: 20px; line-height: 1.45; }
  .faq { padding: 76px 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .faq-intro { position: static; }
  .faq-intro h2 { font-size: 41px; letter-spacing: -2px; }
  .faq-intro > p:not(.eyebrow) { font-size: 14px; }
  .faq-policy-note { max-width: none; margin-top: 23px; }
  .faq-list summary { min-height: 76px; gap: 16px; padding: 19px 2px; }
  .faq-list summary span { font-size: 16px; }
  .faq-list summary b { width: 32px; height: 32px; }
  .faq-answer { padding: 0 46px 23px 2px; }
  .faq-answer p { font-size: 14px; }
  .contact-band { padding: 68px 0; }
  .contact-inner { grid-template-columns: 1fr; gap: 30px; }
  .contact-intro h2 { font-size: 39px; }
  .contact-option { min-height: 80px; padding: 12px 14px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-link { justify-self: center; }
  footer { padding-bottom: 95px; }
  .modal { align-items: end; padding: 0; }
  .modal-panel { max-height: 90svh; padding: 31px 20px 25px; border-radius: 24px 24px 0 0; }
  .modal h2 { padding-right: 34px; font-size: 30px; }
  .booqable-booking { padding: 16px; }
  .booking-widget-heading, .booking-help { align-items: flex-start; flex-direction: column; }
  .booking-help { gap: 10px; }
}

@media (max-width: 420px) {
  .hero-proof { font-size: 9px; letter-spacing: -.1px; }
  .tour-features { grid-template-columns: 1fr; }
  .recommendation { max-width: 70%; line-height: 1.25; }
}

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