:root {
  --ink: #14211f;
  --muted: #5f6c68;
  --forest: #102f2b;
  --forest-2: #16463f;
  --cream: #f6f1e8;
  --sand: #e8dcc7;
  --coral: #f46f52;
  --coral-dark: #d9563b;
  --sun: #f6bf4a;
  --white: #fff;
  --border: #dfe3df;
  --shadow: 0 24px 70px rgba(14, 40, 36, .15);
  --radius: 20px;
  --page: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.035em; }
h2 { font-size: clamp(2.25rem, 5vw, 4.6rem); line-height: .98; }
.page-shell { width: var(--page); margin-inline: auto; }
.section { padding: 112px 0; scroll-margin-top: 80px; }
.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; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; background: #fff; color: var(--forest); transform: translateY(-160%); border-radius: 8px; }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 18px; color: var(--coral-dark); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #ffaf9d; }

.announcement { min-height: 36px; padding: 8px 32px; display: flex; align-items: center; justify-content: center; gap: 28px; background: var(--forest); color: rgba(255,255,255,.78); font-size: .78rem; }
.announcement p { margin: 0; }
.announcement p span { color: #fff; font-weight: 700; }
.announcement a { border-bottom: 1px solid rgba(255,255,255,.4); color: #fff; font-weight: 600; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(20,33,31,.08); backdrop-filter: blur(14px); }
.nav-shell { width: min(1320px, calc(100% - 48px)); min-height: 82px; margin: auto; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 185px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50% 50% 44% 56%; background: var(--coral); color: white; font-family: "Manrope", sans-serif; font-size: .8rem; font-weight: 800; transform: rotate(-5deg); }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: "Manrope", sans-serif; font-size: 1.03rem; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.primary-nav { position: absolute; left: 50%; display: flex; align-items: center; gap: 29px; transform: translateX(-50%); }
.nav-actions { margin-left: auto; }
.primary-nav a { position: relative; padding: 30px 0; font-size: .88rem; font-weight: 700; }
.primary-nav a::after { position: absolute; right: 0; bottom: 22px; left: 0; height: 2px; background: var(--coral); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.text-button, .footer-button { padding: 0; display: inline-flex; align-items: center; gap: 7px; background: none; border: 0; color: inherit; cursor: pointer; }
.text-button { font-size: .85rem; font-weight: 700; }
.text-button svg { width: 18px; height: 18px; }
.saved-count { min-width: 18px; height: 18px; display: grid; place-items: center; border-radius: 99px; background: var(--cream); font-size: .7rem; }
.button { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(244,111,82,.4); outline-offset: 3px; }
.button-dark { background: var(--forest); color: #fff; }
.button-dark:hover { background: var(--forest-2); }
.button-coral { background: var(--coral); color: #fff; box-shadow: 0 9px 24px rgba(244,111,82,.22); }
.button-coral:hover { background: var(--coral-dark); }
.button-full { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; flex-direction: column; justify-content: center; gap: 5px; background: none; border: 0; }
.menu-toggle > span:not(.sr-only) { width: 100%; height: 2px; background: var(--forest); }

.hero { position: relative; min-height: 730px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: url("../images/slider/negril.jpg") center 54% / cover no-repeat; color: #fff; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,28,26,.88) 0%, rgba(6,28,26,.56) 48%, rgba(6,28,26,.08) 78%), linear-gradient(0deg, rgba(6,28,26,.45), transparent 45%); }
.hero-content { position: relative; padding: 82px 0 130px; }
.hero h1 { max-width: 860px; margin-bottom: 26px; font-size: clamp(3.5rem, 7.8vw, 7rem); line-height: .86; letter-spacing: -.065em; }
.hero h1 em { color: #ffd17b; font-family: Georgia, serif; font-weight: 400; letter-spacing: -.045em; }
.hero-copy { max-width: 590px; margin-bottom: 36px; color: rgba(255,255,255,.83); font-size: 1.14rem; line-height: 1.6; }
.search-card { max-width: 1010px; padding: 12px; display: grid; grid-template-columns: 1.35fr 1fr .8fr auto; gap: 0; border-radius: 18px; background: #fff; box-shadow: var(--shadow); color: var(--ink); }
.search-card label { min-width: 0; padding: 5px 22px; border-right: 1px solid var(--border); }
.search-card label > span { display: block; margin: 0 0 5px; color: var(--muted); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.search-card select, .search-card input { width: 100%; height: 28px; padding: 0; border: 0; outline: none; background: transparent; color: var(--ink); font-size: .93rem; font-weight: 700; }
.search-card .button { min-height: 58px; padding-inline: 26px; border-radius: 12px; }
.search-card svg { width: 19px; height: 19px; }
.hero-proof { position: absolute; right: 0; bottom: 0; left: 0; min-height: 72px; display: flex; align-items: center; gap: 38px; border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.73); font-size: .83rem; }
.hero-proof span { display: flex; align-items: baseline; gap: 7px; }
.hero-proof b { color: #fff; font-family: "Manrope", sans-serif; font-size: 1.1rem; }

.experiences-section { background: #fff; }
.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 480px; margin: 0 0 6px; color: var(--muted); line-height: 1.7; }
.filter-row { margin-bottom: 30px; display: flex; gap: 9px; flex-wrap: wrap; }
.filter-chip { padding: 10px 16px; border: 1px solid var(--border); border-radius: 999px; background: #fff; color: var(--muted); font-size: .81rem; font-weight: 700; cursor: pointer; }
.filter-chip.active, .filter-chip:hover { background: var(--forest); border-color: var(--forest); color: #fff; }
.tour-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.tour-card { min-width: 0; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.tour-card:hover { transform: translateY(-5px); box-shadow: 0 18px 46px rgba(16,47,43,.12); }
.tour-image { position: relative; aspect-ratio: 1.34; overflow: hidden; background: var(--cream); }
.tour-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.tour-card:hover .tour-image img { transform: scale(1.04); }
.tour-badge { position: absolute; top: 14px; left: 14px; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--forest); font-size: .7rem; font-weight: 800; backdrop-filter: blur(6px); }
.save-button { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--forest); cursor: pointer; }
.save-button svg { width: 19px; }
.save-button.active { background: var(--coral); color: #fff; }
.save-button.active svg { fill: currentColor; }
.tour-body { padding: 23px; }
.tour-kicker { margin-bottom: 10px; color: var(--coral-dark); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.tour-body h3 { margin-bottom: 10px; font-size: 1.34rem; line-height: 1.18; }
.tour-meta { display: flex; gap: 17px; margin-bottom: 21px; color: var(--muted); font-size: .79rem; }
.tour-footer { padding-top: 18px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--border); }
.tour-price small { display: block; color: var(--muted); font-size: .67rem; text-transform: uppercase; }
.tour-price strong { font-family: "Manrope", sans-serif; font-size: 1.13rem; }
.tour-view { padding: 8px 0; border: 0; background: none; color: var(--forest); font-size: .82rem; font-weight: 800; cursor: pointer; }
.empty-state { padding: 65px 20px; text-align: center; border: 1px dashed var(--border); border-radius: var(--radius); background: var(--cream); }
.empty-state h3 { font-size: 1.5rem; }
.empty-state p { color: var(--muted); }
.experience-more { margin-top: 34px; display: flex; justify-content: center; }

.promise-section { background: var(--cream); }
.promise-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.promise-photo { position: relative; }
.promise-photo > img { width: 100%; min-height: 610px; object-fit: cover; border-radius: 180px 180px 24px 24px; }
.photo-note { position: absolute; right: -25px; bottom: 42px; width: 210px; padding: 26px; background: var(--sun); border-radius: 16px; color: var(--forest); box-shadow: var(--shadow); }
.photo-note span { font-size: .7rem; font-weight: 800; }
.photo-note p { margin: 15px 0 0; font-family: "Manrope", sans-serif; font-size: 1.08rem; font-weight: 800; line-height: 1.25; }
.promise-copy h2 { margin-bottom: 40px; }
.steps { padding: 0; margin: 0 0 38px; list-style: none; }
.steps li { padding: 20px 0; display: grid; grid-template-columns: 40px 1fr; gap: 18px; border-top: 1px solid #d9cdbb; }
.steps li > span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--forest); border-radius: 50%; font-size: .76rem; font-weight: 800; }
.steps h3 { margin: 1px 0 7px; font-size: 1rem; }
.steps p { margin: 0; color: var(--muted); line-height: 1.55; }

.destinations-section { background: #fff; }
.centered-heading { text-align: center; }
.destination-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 285px 285px; gap: 18px; }
.destination-card { position: relative; padding: 0; overflow: hidden; border: 0; border-radius: var(--radius); cursor: pointer; }
.destination-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,25,22,.7), transparent 58%); content: ""; }
.destination-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.destination-card:hover img { transform: scale(1.045); }
.destination-card span { position: absolute; z-index: 1; right: 25px; bottom: 23px; left: 25px; color: #fff; font-family: "Manrope", sans-serif; font-size: 1.7rem; font-weight: 800; text-align: left; }
.destination-card small { display: block; margin-bottom: 5px; color: rgba(255,255,255,.72); font-family: "DM Sans", sans-serif; font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; }
.destination-large { grid-row: span 2; }
.destination-wide { grid-column: span 2; }

.group-section { position: relative; overflow: hidden; background: var(--forest); color: #fff; }
.group-section::before { position: absolute; width: 420px; height: 420px; right: -180px; top: -180px; border: 70px solid rgba(246,191,74,.12); border-radius: 50%; content: ""; }
.group-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 125px); align-items: center; }
.group-intro h2 { margin-bottom: 28px; }
.group-intro > p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.7; }
.group-intro ul { padding: 0; margin: 30px 0 0; list-style: none; }
.group-intro li { padding: 13px 0 13px 28px; position: relative; border-top: 1px solid rgba(255,255,255,.15); }
.group-intro li::before { position: absolute; left: 1px; color: var(--sun); content: "✓"; font-weight: 800; }
.light-form { padding: 38px; border-radius: var(--radius); background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 28px; display: flex; justify-content: space-between; gap: 15px; align-items: baseline; }
.form-heading span { font-family: "Manrope", sans-serif; font-size: 1.45rem; font-weight: 800; }
.form-heading small { color: var(--muted); }

.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
form label:not(.check-field):not(.honeypot) { display: block; margin-bottom: 16px; }
form label > span { display: block; margin-bottom: 7px; font-size: .76rem; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid var(--border); border-radius: 10px; background: #fff; color: var(--ink); }
input, select { height: 48px; padding: 0 13px; }
textarea { padding: 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--coral); }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.honeypot { position: absolute !important; left: -9999px !important; }

.about-section { padding-bottom: 0; overflow: hidden; background: #fff; }
.about-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: start; }
.about-grid h2 { max-width: 730px; font-size: clamp(2.2rem, 4.4vw, 4.3rem); line-height: 1.04; }
.about-copy { padding-top: 52px; }
.about-copy p { color: var(--muted); font-size: 1rem; line-height: 1.75; }
.arrow-link { margin-top: 18px; display: inline-flex; gap: 18px; align-items: center; color: var(--coral-dark); font-weight: 800; }
.arrow-link span { transition: transform .2s ease; }
.arrow-link:hover span { transform: translateX(5px); }
.marquee { margin-top: 90px; padding: 25px 0; overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); color: var(--forest); white-space: nowrap; }
.marquee span { display: block; font-family: Georgia, serif; font-size: clamp(2.5rem, 7vw, 6rem); font-style: italic; line-height: 1; opacity: .13; transform: translateX(-2vw); }

.faq-section { background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro p:last-child { max-width: 360px; color: var(--muted); line-height: 1.6; }
.accordion details { border-top: 1px solid #d7cab7; }
.accordion details:last-child { border-bottom: 1px solid #d7cab7; }
.accordion summary { padding: 25px 48px 25px 0; position: relative; list-style: none; font-family: "Manrope", sans-serif; font-size: 1.15rem; font-weight: 800; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span::before, .accordion summary span::after { position: absolute; right: 7px; top: 50%; width: 15px; height: 2px; background: var(--forest); content: ""; transition: transform .2s ease; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 680px; padding: 0 45px 26px 0; margin: 0; color: var(--muted); line-height: 1.7; }

.contact-section { background: #0b2421; color: #fff; }
.contact-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.contact-intro h2 { max-width: 580px; }
.contact-links { margin-top: 54px; display: flex; flex-direction: column; gap: 22px; }
.contact-links a { font-family: "Manrope", sans-serif; font-size: 1.1rem; font-weight: 700; }
.contact-links small { display: block; margin-bottom: 5px; color: rgba(255,255,255,.53); font-family: "DM Sans", sans-serif; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-form { padding: 38px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.contact-form input, .contact-form select, .contact-form textarea { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.07); color: #fff; }
.contact-form select option { color: var(--ink); }

.site-footer { padding: 75px 0 28px; background: #071916; color: rgba(255,255,255,.67); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr 1.1fr; gap: 55px; }
.brand-light strong { color: #fff; }
.brand-light small { color: rgba(255,255,255,.55); }
.footer-brand p { margin: 22px 0 0; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid h3 { margin-bottom: 9px; color: #fff; font-size: .95rem; letter-spacing: 0; }
.footer-grid a, .footer-button { font-size: .85rem; }
.footer-grid a:hover, .footer-button:hover { color: #fff; }
.newsletter form { width: 100%; display: flex; border-bottom: 1px solid rgba(255,255,255,.32); }
.newsletter input { height: 45px; padding: 0; border: 0; border-radius: 0; background: transparent; color: #fff; }
.newsletter button { width: 42px; border: 0; background: transparent; color: var(--coral); font-size: 1.4rem; cursor: pointer; }
.newsletter p { font-size: .73rem; }
.footer-bottom { margin-top: 65px; padding-top: 25px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }

.modal { width: min(980px, calc(100% - 32px)); max-height: min(88vh, 850px); padding: 0; overflow: auto; border: 0; border-radius: 22px; background: #fff; color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.modal::backdrop { background: rgba(3,20,18,.72); backdrop-filter: blur(5px); }
.modal-close { position: sticky; z-index: 4; top: 16px; float: right; width: 42px; height: 42px; margin: 16px 16px -58px 0; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.93); color: var(--ink); font-size: 1.6rem; cursor: pointer; box-shadow: 0 4px 18px rgba(0,0,0,.12); }
.tour-dialog { width: min(900px, calc(100% - 32px)); }
.tour-dialog-hero { position: relative; min-height: 390px; display: flex; align-items: end; }
.tour-dialog-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tour-dialog-hero::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,29,25,.85), transparent 72%); content: ""; }
.tour-dialog-title { position: relative; z-index: 1; padding: 38px; color: #fff; }
.tour-dialog-title h2 { max-width: 670px; margin-bottom: 8px; font-size: clamp(2rem, 5vw, 3.8rem); }
.tour-dialog-title p { margin: 0; color: rgba(255,255,255,.78); }
.tour-dialog-body { padding: 38px; display: grid; grid-template-columns: 1fr 285px; gap: 45px; }
.tour-dialog-body h3 { font-size: 1.1rem; }
.tour-dialog-body p { color: var(--muted); line-height: 1.7; }
.included-list { padding: 0; margin: 25px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; }
.included-list li::before { margin-right: 9px; color: var(--coral); content: "✓"; font-weight: 800; }
.tour-book-box { padding: 24px; align-self: start; border-radius: 16px; background: var(--cream); }
.tour-book-box small { color: var(--muted); }
.tour-book-box strong { display: block; margin: 3px 0 18px; font-family: "Manrope", sans-serif; font-size: 1.9rem; }
.tour-book-box p { margin-bottom: 17px; font-size: .8rem; }

.booking-dialog { width: min(1060px, calc(100% - 32px)); }
.booking-layout { display: grid; grid-template-columns: 38% 62%; }
.booking-summary { min-height: 690px; padding: 42px 34px; background: var(--forest); color: #fff; }
.booking-summary img { width: 100%; aspect-ratio: 1.25; margin-bottom: 27px; object-fit: cover; border-radius: 14px; }
.booking-summary h3 { margin-bottom: 12px; font-size: 1.55rem; }
.booking-summary p { color: rgba(255,255,255,.65); }
.summary-facts { margin-top: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); }
.summary-facts span { padding: 7px 0; display: flex; justify-content: space-between; font-size: .78rem; }
.summary-facts b { color: #fff; }
.booking-form { padding: 45px; }
.booking-head h2 { margin-bottom: 7px; font-size: 2.1rem; }
.booking-head > p:last-child { margin-bottom: 30px; color: var(--muted); }
.check-field { margin: 5px 0 22px; display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .77rem; }
.check-field input { width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--coral); }
.check-field span { margin: 1px 0 0; font-weight: 500; }
.booking-total { margin: 20px 0; padding: 17px 0; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--border); }
.booking-total span { color: var(--muted); }
.booking-total strong { font-family: "Manrope", sans-serif; font-size: 1.45rem; }

.trips-dialog { width: min(760px, calc(100% - 32px)); padding: 44px; }
.trips-head h2 { margin-bottom: 30px; font-size: 2.3rem; }
.trip-tabs { display: flex; gap: 24px; border-bottom: 1px solid var(--border); }
.trip-tabs button { padding: 0 0 13px; border: 0; border-bottom: 2px solid transparent; background: none; color: var(--muted); font-weight: 800; cursor: pointer; }
.trip-tabs button.active { border-color: var(--coral); color: var(--ink); }
.trip-panel { min-height: 260px; padding-top: 24px; }
.trip-access-box { margin-bottom: 20px; padding: 20px; border: 1px solid var(--border); border-radius: 14px; background: #f8faf8; }
.trip-access-box h3 { margin: 0 0 5px; }
.trip-access-box p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.55; }
.trip-access-form { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; align-items: end; }
.trip-access-form label span { display: block; margin-bottom: 6px; color: var(--ink); font-size: .72rem; font-weight: 800; }
.trip-access-form input { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid var(--border); border-radius: 9px; background: #fff; font: inherit; }
.trip-access-form .button { min-height: 45px; white-space: nowrap; }
.trip-code-form { grid-template-columns: 1fr auto; }
.trip-access-status { min-height: 20px; margin-top: 12px !important; font-weight: 700; }
.trip-access-status.error { color: #a33b32; }
.device-bookings-label { margin: 22px 0 10px; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.remote-trip { margin-bottom: 20px; border-color: #b9d9ca; background: #fbfffd; }
.trip-history { margin: 15px 0 0; padding: 15px 0 0; border-top: 1px solid var(--border); list-style: none; }
.trip-history li { margin-top: 8px; color: var(--muted); font-size: .76rem; }
.trip-item { padding: 18px; display: grid; grid-template-columns: 84px 1fr auto; gap: 18px; align-items: center; border: 1px solid var(--border); border-radius: 14px; }
.trip-item + .trip-item { margin-top: 12px; }
.trip-item img { width: 84px; height: 74px; object-fit: cover; border-radius: 10px; }
.trip-item h3 { margin: 0 0 5px; font-size: 1rem; }
.trip-item p { margin: 0; color: var(--muted); font-size: .76rem; }
.status-pill { padding: 6px 9px; border-radius: 999px; background: #fff0d2; color: #765518; font-size: .67rem; font-weight: 800; }
.remove-saved { padding: 8px; border: 0; background: none; color: var(--coral-dark); cursor: pointer; }
.blank-state { min-height: 220px; display: grid; place-items: center; text-align: center; color: var(--muted); }
.blank-state div { max-width: 370px; }
.blank-state h3 { color: var(--ink); }
.confirmation { padding: 80px 35px; text-align: center; }
.confirmation-mark { width: 66px; height: 66px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; background: #e5f4ec; color: #17734b; font-size: 1.8rem; }
.confirmation h2 { margin-bottom: 12px; font-size: 2.5rem; }
.confirmation p { max-width: 500px; margin: 0 auto 14px; color: var(--muted); line-height: 1.65; }
.confirmation strong { color: var(--ink); }
.toast { position: fixed; z-index: 200; right: 24px; bottom: 24px; max-width: 390px; padding: 15px 20px; border-radius: 12px; background: var(--forest); color: #fff; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(18px); transition: opacity .25s ease, transform .25s ease; }
.toast.show { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-shell { gap: 20px; }
  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: .78rem; }
  .text-button span { display: none; }
  .search-card { grid-template-columns: 1fr 1fr; gap: 9px; }
  .search-card label { border: 0; border-radius: 10px; background: #f7f7f4; }
  .search-card .button { min-height: 58px; }
  .tour-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .promise-grid, .group-layout, .contact-layout { gap: 55px; }
  .destination-grid { grid-template-rows: 235px 235px; }
  .footer-grid { grid-template-columns: 1.2fr .6fr .6fr; }
  .newsletter { grid-column: 1 / -1; max-width: 430px; }
}

@media (max-width: 760px) {
  :root { --page: min(100% - 30px, 650px); }
  .section { padding: 78px 0; }
  .announcement { padding-inline: 15px; justify-content: space-between; gap: 12px; }
  .announcement p { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .announcement p span { display: none; }
  .announcement a { flex: 0 0 auto; }
  .nav-shell { width: calc(100% - 30px); min-height: 70px; justify-content: space-between; }
  .menu-toggle { display: flex; order: 3; }
  .primary-nav { position: fixed; top: 106px; right: 0; left: 0; padding: 24px 22px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--border); box-shadow: 0 20px 35px rgba(0,0,0,.1); transform: none; }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 14px 0; font-size: .95rem; }
  .primary-nav a::after { display: none; }
  .nav-actions { margin-left: auto; }
  .nav-actions .button { min-height: 42px; padding-inline: 16px; }
  .text-button { display: none; }
  .hero { min-height: 700px; background-position: 42% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(6,28,26,.86), rgba(6,28,26,.42)), linear-gradient(0deg, rgba(6,28,26,.5), transparent); }
  .hero-content { padding: 65px 0 135px; }
  .hero h1 { font-size: clamp(3.25rem, 14.5vw, 5.4rem); }
  .hero-copy { font-size: .98rem; }
  .search-card { grid-template-columns: 1fr 1fr; }
  .search-card label:first-child { grid-column: 1 / -1; }
  .search-card .button { grid-column: 1 / -1; }
  .hero-proof { gap: 18px; justify-content: space-between; font-size: .65rem; }
  .hero-proof b { font-size: .9rem; }
  .split-heading, .promise-grid, .group-layout, .about-grid, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .split-heading, .about-grid, .faq-layout { gap: 25px; }
  .tour-grid { grid-template-columns: 1fr; }
  .promise-photo { width: calc(100% - 24px); }
  .promise-photo > img { min-height: 500px; }
  .photo-note { right: -24px; }
  .destination-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 285px 230px 230px; }
  .destination-large { grid-column: span 2; grid-row: auto; }
  .destination-wide { grid-column: span 2; }
  .about-copy { padding-top: 0; }
  .faq-intro { position: static; }
  .booking-layout { grid-template-columns: 1fr; }
  .booking-summary { min-height: 0; padding: 30px; }
  .booking-summary img { height: 180px; }
  .tour-dialog-body { grid-template-columns: 1fr; }
  .included-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { gap: 15px; flex-direction: column; }
}

@media (max-width: 520px) {
  .brand { min-width: 0; }
  .brand strong { font-size: .9rem; }
  .brand small { font-size: .62rem; }
  .brand-mark { width: 37px; height: 37px; }
  .nav-actions .button { padding-inline: 13px; font-size: .78rem; }
  .hero { min-height: 760px; }
  .search-card { grid-template-columns: 1fr; }
  .search-card label, .search-card label:first-child, .search-card .button { grid-column: 1; }
  .hero-proof span { flex-direction: column; gap: 1px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .light-form, .contact-form, .booking-form { padding: 27px 22px; }
  .form-heading { flex-direction: column; }
  .destination-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .destination-card { min-width: 82vw; height: 360px; scroll-snap-align: center; }
  .tour-dialog-hero { min-height: 330px; }
  .tour-dialog-title { padding: 28px 24px; }
  .tour-dialog-body { padding: 28px 24px; }
  .trips-dialog { padding: 32px 20px; }
  .trip-item { grid-template-columns: 70px 1fr; }
  .trip-item img { width: 70px; height: 65px; }
  .trip-item > :last-child { grid-column: 2; justify-self: start; }
  .trip-access-form, .trip-code-form { grid-template-columns: 1fr; }
}

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