:root {
  --a1h-navy-950: #032532;
  --a1h-navy-900: #063743;
  --a1h-navy-800: #0a4552;
  --a1h-aqua: #24bfc1;
  --a1h-aqua-light: #9be7df;
  --a1h-coral: #ff765f;
  --a1h-coral-dark: #c64535;
  --a1h-sand: #f5efe5;
  --a1h-cream: #fcfaf6;
  --a1h-ink: #102f39;
  --a1h-muted: #61727a;
  --a1h-line: #dfe7e7;
  --a1h-white: #fff;
  --a1h-shadow: 0 24px 70px rgba(4, 47, 59, .13);
  --a1h-shadow-soft: 0 12px 40px rgba(4, 47, 59, .09);
  --a1h-radius: 20px;
  --a1h-container: 1240px;
  --a1h-serif: Georgia, "Times New Roman", serif;
  --a1h-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
@supports (overflow: clip) { html, body { overflow-x: clip; } }
body { margin: 0; color: var(--a1h-ink); background: var(--a1h-cream); font-family: var(--a1h-sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:where(a, button, input, select, textarea):focus-visible { outline: 3px solid var(--a1h-aqua); outline-offset: 3px; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--a1h-serif); font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
h3 { line-height: 1.25; }

.a1h-container { width: min(calc(100% - 48px), var(--a1h-container)); margin-inline: auto; }
.a1h-section { padding: 112px 0; }
.a1h-skip-link { position: fixed; z-index: 10000; top: 12px; left: 12px; padding: 10px 16px; background: var(--a1h-white); color: var(--a1h-navy-950); transform: translateY(-200%); border-radius: 8px; }
.a1h-skip-link:focus { transform: translateY(0); }

.a1h-topbar { position: relative; z-index: 70; min-height: 34px; color: rgba(255,255,255,.8); background: var(--a1h-navy-950); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.a1h-topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.a1h-topbar__promise { display: flex; gap: 26px; }
.a1h-topbar__promise span, .a1h-topbar__contact { display: flex; align-items: center; gap: 7px; }
.a1h-topbar svg { width: 13px; height: 13px; color: var(--a1h-aqua-light); stroke-width: 2.4; }
.a1h-status-dot { width: 7px; height: 7px; border-radius: 50%; background: #63dc98; box-shadow: 0 0 0 4px rgba(99,220,152,.12); }

.a1h-site-header { position: sticky; z-index: 60; top: 0; height: 88px; background: rgba(252,250,246,.92); border-bottom: 1px solid rgba(6,55,67,.08); backdrop-filter: blur(18px); transition: height .25s, box-shadow .25s; }
.a1h-site-header.is-scrolled { height: 74px; box-shadow: 0 8px 32px rgba(5,46,57,.08); }
.a1h-site-header__inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.a1h-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.a1h-brand__lockup { min-width: 0; display: grid; justify-items: center; gap: 1px; }
.a1h-brand__image { width: auto; height: auto; display: block; object-fit: contain; }
.a1h-site-header .a1h-brand__image--default { width: 205px; }
.a1h-site-header .a1h-brand__image--custom { max-width: 205px; max-height: 58px; }
.a1h-brand__tagline { color: var(--a1h-muted); font-size: 10px; font-weight: 800; line-height: 1.1; letter-spacing: .035em; white-space: nowrap; }
.a1h-site-header.is-scrolled .a1h-brand__image--default { width: 172px; }
.a1h-site-header.is-scrolled .a1h-brand__image--custom { max-width: 172px; max-height: 45px; }
.a1h-site-header.is-scrolled .a1h-brand__tagline { font-size: 9px; }
.a1h-primary-nav { margin-left: auto; }
.a1h-menu { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.a1h-menu li { position: relative; list-style: none; }
.a1h-menu a { position: relative; display: block; padding: 10px 0; color: var(--a1h-navy-900); font-size: 13px; font-weight: 750; }
.a1h-menu a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; background: var(--a1h-coral); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.a1h-menu a:hover::after, .a1h-menu a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.a1h-menu .current-menu-item > a::after, .a1h-menu .current-menu-ancestor > a::after { transform: scaleX(1); }
.a1h-menu .sub-menu { position: absolute; z-index: 5; top: calc(100% - 2px); left: -18px; min-width: 210px; margin: 0; padding: 12px 18px; visibility: hidden; border: 1px solid var(--a1h-line); border-radius: 12px; background: var(--a1h-white); box-shadow: var(--a1h-shadow-soft); opacity: 0; transform: translateY(8px); transition: opacity .2s, transform .2s, visibility .2s; }
.a1h-menu li:hover > .sub-menu, .a1h-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.a1h-menu .sub-menu a { padding: 8px 0; white-space: nowrap; }
.a1h-header-tools { display: flex; align-items: center; gap: 14px; padding-left: 24px; border-left: 1px solid var(--a1h-line); }
.a1h-language-switcher { display: flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--a1h-line); border-radius: 999px; background: rgba(255,255,255,.65); }
.a1h-language-switcher a { min-width: 34px; height: 34px; display: grid; place-items: center; border-radius: 999px; color: var(--a1h-muted); font-size: 10px; font-weight: 850; transition: .2s; }
.a1h-language-switcher a:hover, .a1h-language-switcher a.is-active { color: var(--a1h-white); background: var(--a1h-navy-900); }
.a1h-nav-toggle, .a1h-mobile-tools { display: none; }

.a1h-hero { position: relative; min-height: 700px; display: grid; align-items: center; overflow: hidden; color: var(--a1h-white); background-image: var(--a1h-hero-image); background-size: cover; background-position: center; }
.a1h-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 140px; background: linear-gradient(transparent, rgba(2,30,39,.24)); pointer-events: none; }
.a1h-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,30,39,.88) 0%, rgba(3,40,50,.64) 39%, rgba(3,40,50,.1) 72%), linear-gradient(0deg, rgba(2,30,39,.18), transparent 45%); }
.a1h-hero__inner { position: relative; z-index: 2; min-height: 700px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-block: 90px; }
.a1h-hero__content { max-width: 690px; }
.a1h-eyebrow { margin-bottom: 20px; display: flex; align-items: center; gap: 10px; color: var(--a1h-coral-dark); font-size: 11px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.a1h-eyebrow > span { width: 33px; height: 1px; display: inline-block; background: currentColor; }
.a1h-eyebrow--light { color: var(--a1h-aqua-light); }
.a1h-eyebrow--aqua { color: var(--a1h-aqua); }
.a1h-hero h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(56px, 7vw, 94px); text-shadow: 0 8px 32px rgba(0,0,0,.15); }
.a1h-hero__lead { max-width: 610px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.7; }
.a1h-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.a1h-hero__actions .a1h-button { min-height: 64px; gap: 12px; padding: 17px 32px; font-size: 14px; }
.a1h-hero__actions .a1h-button svg { width: 21px; height: 21px; }
.a1h-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 850; letter-spacing: .03em; transition: transform .2s, color .2s, background .2s, border-color .2s; }
.a1h-button:hover { transform: translateY(-2px); }
.a1h-button svg { width: 18px; height: 18px; }
.a1h-button--coral { color: var(--a1h-white); background: var(--a1h-coral-dark); box-shadow: 0 12px 34px rgba(198,69,53,.24); }
.a1h-button--coral:hover { background: #a93429; }
.a1h-button--glass { color: var(--a1h-white); border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.a1h-button--glass:hover { background: rgba(255,255,255,.16); }
.a1h-button--navy { color: var(--a1h-white); background: var(--a1h-navy-900); }
.a1h-button--navy:hover { background: var(--a1h-navy-950); }
.a1h-button--white { color: var(--a1h-navy-950); background: var(--a1h-white); }
.a1h-button--whatsapp { width: 100%; color: var(--a1h-white); background: #188047; box-shadow: 0 12px 30px rgba(24,128,71,.2); }
.a1h-button--whatsapp:hover { background: #136d3d; }
.a1h-hero__note { align-self: flex-end; margin-bottom: 8px; display: flex; align-items: center; gap: 13px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(4,39,49,.46); backdrop-filter: blur(14px); }
.a1h-hero__note-icon { width: 39px; height: 39px; display: grid; place-items: center; color: var(--a1h-aqua-light); border: 1px solid rgba(155,231,223,.36); border-radius: 50%; }
.a1h-hero__note div { display: flex; flex-direction: column; }
.a1h-hero__note strong { font-family: var(--a1h-serif); font-size: 15px; }
.a1h-hero__note span { color: rgba(255,255,255,.64); font-size: 10px; }

.a1h-trust-strip { color: var(--a1h-white); background: var(--a1h-navy-900); }
.a1h-trust-strip__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.a1h-trust-strip__inner > div { min-height: 86px; display: flex; align-items: center; gap: 12px; padding: 20px 26px; border-right: 1px solid rgba(255,255,255,.1); }
.a1h-trust-strip__inner > div:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.a1h-trust-strip span { color: var(--a1h-aqua); font-family: var(--a1h-serif); font-size: 20px; font-style: italic; }
.a1h-trust-strip strong { color: rgba(255,255,255,.8); font-size: 11px; font-weight: 750; }

.a1h-section-heading { margin-bottom: 52px; }
.a1h-section-heading h2 { max-width: 760px; margin-bottom: 0; color: var(--a1h-navy-950); font-size: clamp(40px, 5vw, 62px); }
.a1h-section-heading--split { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; }
.a1h-section-heading--split > p { max-width: 460px; margin-bottom: 3px; color: var(--a1h-muted); }
.a1h-section-heading--center { text-align: center; }
.a1h-section-heading--center .a1h-eyebrow { justify-content: center; }
.a1h-section-heading--center h2 { margin-inline: auto; }

.a1h-categories-section { background: var(--a1h-cream); }
.a1h-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.a1h-category-card { position: relative; min-height: 510px; overflow: hidden; border-radius: var(--a1h-radius); color: var(--a1h-white); background: var(--a1h-navy-900); box-shadow: var(--a1h-shadow-soft); }
.a1h-category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.a1h-category-card:hover img { transform: scale(1.055); }
.a1h-category-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,30,38,.02) 35%, rgba(2,30,38,.9) 100%); }
.a1h-category-card__number { position: absolute; top: 22px; right: 23px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; font-family: var(--a1h-serif); font-size: 13px; }
.a1h-category-card__content { position: absolute; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; padding: 30px; }
.a1h-category-card__content strong { max-width: 290px; margin-bottom: 9px; font-family: var(--a1h-serif); font-size: 31px; font-weight: 500; line-height: 1.05; }
.a1h-category-card__content small { min-height: 48px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.55; }
.a1h-category-card__content i { display: flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--a1h-aqua-light); font-size: 10px; font-style: normal; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.a1h-category-card__content svg { width: 16px; transition: transform .2s; }
.a1h-category-card:hover .a1h-category-card__content svg { transform: translateX(5px); }

.a1h-featured-section { background: var(--a1h-white); }
.a1h-trip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 20px; }
.a1h-trip-card { overflow: hidden; border: 1px solid var(--a1h-line); border-radius: 18px; background: var(--a1h-white); box-shadow: 0 1px 0 rgba(4,47,59,.03); transition: transform .28s, box-shadow .28s; }
.a1h-trip-card:hover { transform: translateY(-5px); box-shadow: var(--a1h-shadow-soft); }
.a1h-trip-card__image { position: relative; height: 255px; display: block; overflow: hidden; background: var(--a1h-navy-800); }
.a1h-trip-card__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(3,38,48,.26)); }
.a1h-trip-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.a1h-trip-card:hover .a1h-trip-card__image img { transform: scale(1.045); }
.a1h-badge { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 6px 11px; border-radius: 999px; color: var(--a1h-white); background: var(--a1h-coral-dark); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.a1h-trip-card__body { padding: 22px 22px 19px; }
.a1h-trip-card__meta { min-height: 25px; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; color: var(--a1h-coral-dark); font-size: 9px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.a1h-trip-card__meta span { display: flex; align-items: center; gap: 5px; }
.a1h-trip-card__meta span:last-child { color: var(--a1h-muted); }
.a1h-trip-card__meta svg { width: 14px; height: 14px; }
.a1h-trip-card h3 { min-height: 54px; margin: 0 0 9px; color: var(--a1h-navy-950); font-family: var(--a1h-serif); font-size: 23px; font-weight: 600; }
.a1h-trip-card h3 a:hover { color: var(--a1h-coral-dark); }
.a1h-trip-card__body > p { min-height: 67px; margin-bottom: 16px; color: var(--a1h-muted); font-size: 13px; line-height: 1.65; }
.a1h-trip-card__footer { display: flex; align-items: center; padding-top: 15px; border-top: 1px solid var(--a1h-line); }
.a1h-trip-card__details { width: 100%; min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 5px 6px 5px 18px; border-radius: 999px; color: var(--a1h-white); background: var(--a1h-navy-900); font-size: 11px; font-weight: 850; letter-spacing: .065em; text-transform: uppercase; transition: background .2s, transform .2s; }
.a1h-trip-card__details > span { transition: color .2s; }
.a1h-circle-link { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; color: var(--a1h-white); background: var(--a1h-coral-dark); transition: .2s; }
.a1h-trip-card__details:hover { background: var(--a1h-navy-950); transform: translateY(-2px); }
.a1h-trip-card__details:hover .a1h-circle-link { background: var(--a1h-coral); transform: translateX(3px); }
.a1h-section-action { margin-top: 42px; text-align: center; }
.a1h-empty-state { grid-column: 1 / -1; padding: 60px 30px; text-align: center; border: 1px dashed var(--a1h-line); border-radius: var(--a1h-radius); }
.a1h-empty-state strong { font-family: var(--a1h-serif); font-size: 30px; }
.a1h-empty-state p { margin: 8px 0 0; color: var(--a1h-muted); }

.a1h-vip-section { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; color: var(--a1h-white); background: var(--a1h-navy-950); }
.a1h-vip-section__image { position: relative; min-height: 620px; background-size: cover; background-position: 67% center; }
.a1h-vip-section__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(3,37,50,.45)); }
.a1h-vip-stamp { position: absolute; z-index: 2; right: -54px; top: 70px; width: 108px; height: 108px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: var(--a1h-white); background: var(--a1h-coral-dark); font-family: var(--a1h-serif); font-size: 29px; transform: rotate(-8deg); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.a1h-vip-stamp span { margin-top: -5px; font-family: var(--a1h-sans); font-size: 9px; font-weight: 850; letter-spacing: .2em; }
.a1h-vip-section__content { display: grid; place-items: center; padding: 90px clamp(40px, 7vw, 110px); }
.a1h-vip-section__inner { max-width: 570px; }
.a1h-vip-section h2 { max-width: 560px; margin-bottom: 22px; color: var(--a1h-white); font-size: clamp(44px, 5vw, 67px); }
.a1h-vip-intro { margin-bottom: 40px; color: rgba(255,255,255,.63); }
.a1h-vip-list { display: grid; gap: 0; }
.a1h-vip-list > div { display: grid; grid-template-columns: 52px 1fr; gap: 13px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.11); }
.a1h-vip-list > div > span { color: var(--a1h-aqua); font-family: var(--a1h-serif); font-size: 18px; font-style: italic; }
.a1h-vip-list h3 { margin: 0 0 5px; font-family: var(--a1h-serif); font-size: 20px; font-weight: 500; }
.a1h-vip-list p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }

.a1h-how-section { background: var(--a1h-sand); }
.a1h-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.a1h-step { position: relative; padding: 34px; border: 1px solid rgba(6,55,67,.1); border-radius: var(--a1h-radius); background: rgba(255,255,255,.62); }
.a1h-step > span { position: absolute; right: 25px; top: 17px; color: rgba(6,55,67,.12); font-family: var(--a1h-serif); font-size: 48px; font-style: italic; }
.a1h-step__icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 28px; color: var(--a1h-navy-900); border-radius: 50%; background: var(--a1h-aqua-light); }
.a1h-step__icon svg { width: 25px; height: 25px; }
.a1h-step h3 { margin-bottom: 10px; color: var(--a1h-navy-950); font-family: var(--a1h-serif); font-size: 24px; font-weight: 600; }
.a1h-step p { margin: 0; color: var(--a1h-muted); font-size: 13px; }

.a1h-cta-section { padding: 72px 0; color: var(--a1h-white); background: var(--a1h-coral-dark); }
.a1h-cta-section__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.a1h-cta-section h2 { max-width: 690px; margin-bottom: 12px; color: var(--a1h-white); font-size: clamp(39px, 5vw, 61px); }
.a1h-cta-section p { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.78); }
.a1h-cta-section .a1h-button { flex: 0 0 auto; }

.a1h-page-hero { position: relative; min-height: 400px; display: grid; align-items: end; padding: 90px 0 72px; overflow: hidden; color: var(--a1h-white); background: radial-gradient(circle at 75% 20%, rgba(36,191,193,.35), transparent 30%), linear-gradient(125deg, var(--a1h-navy-950), var(--a1h-navy-800)); }
.a1h-page-hero::after { content: "A1"; position: absolute; right: 4vw; bottom: -95px; color: rgba(255,255,255,.035); font-family: var(--a1h-serif); font-size: 330px; line-height: 1; }
.a1h-page-hero--trips { min-height: 460px; background-image: linear-gradient(90deg, rgba(3,37,50,.88), rgba(3,37,50,.32)), url('../images/category-snorkelling.webp'); background-size: cover; background-position: center 47%; }
.a1h-experience-gallery { margin-top: 72px; padding: 42px; border: 1px solid rgba(36,191,193,.18); border-radius: calc(var(--a1h-radius) + 6px); background: linear-gradient(145deg, rgba(36,191,193,.08), rgba(255,255,255,.9) 43%), var(--a1h-white); box-shadow: var(--a1h-shadow-soft); }
.a1h-experience-gallery__heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, 430px); align-items: end; gap: 50px; margin-bottom: 30px; }
.a1h-experience-gallery__heading h2 { max-width: 660px; font-size: clamp(36px, 5vw, 57px); }
.a1h-experience-gallery__heading > p { margin: 0; color: var(--a1h-muted); font-size: 14px; line-height: 1.7; }
.a1h-experience-gallery__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.a1h-experience-gallery__item { position: relative; min-width: 0; aspect-ratio: 3 / 4; overflow: hidden; padding: 0; border: 0; border-radius: 14px; background: #e5eff0; cursor: zoom-in; }
.a1h-experience-gallery__item img { width: 100%; height: 100%; object-fit: contain; transition: transform .5s ease, filter .5s ease; }
.a1h-experience-gallery__item > span { position: absolute; right: 14px; bottom: 14px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: var(--a1h-white); background: rgba(3,37,50,.58); backdrop-filter: blur(6px); font-size: 24px; font-weight: 300; line-height: 1; transition: transform .25s, background .25s; }
.a1h-experience-gallery__item:hover img { filter: saturate(1.08); transform: scale(1.045); }
.a1h-experience-gallery__item:hover > span { background: var(--a1h-coral-dark); transform: rotate(90deg); }
body.a1h-gallery-open { overflow: hidden; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); white-space: nowrap; }
.a1h-gallery-lightbox { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; padding: 28px; opacity: 0; transition: opacity .22s ease; }
.a1h-gallery-lightbox[hidden] { display: none; }
.a1h-gallery-lightbox.is-open { opacity: 1; }
.a1h-gallery-lightbox__backdrop { position: absolute; inset: 0; background: rgba(1,20,27,.92); backdrop-filter: blur(8px); }
.a1h-gallery-lightbox__dialog { position: relative; width: min(calc(100vw - 64px), 860px); height: min(68vh, 620px); display: grid; grid-template-columns: 58px minmax(0, 1fr) 58px; align-items: center; gap: 16px; }
.a1h-gallery-lightbox figure { min-width: 0; height: 100%; display: grid; place-items: center; grid-template-rows: minmax(0, 1fr) auto; gap: 12px; margin: 0; }
.a1h-gallery-lightbox figure img { width: auto; max-width: min(100%, 760px); height: auto; max-height: min(60vh, 560px); object-fit: contain; border-radius: 18px; box-shadow: 0 18px 55px rgba(0,0,0,.24); }
.a1h-gallery-lightbox figcaption { color: rgba(255,255,255,.8); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-align: center; }
.a1h-gallery-lightbox button { border: 1px solid rgba(255,255,255,.3); color: var(--a1h-white); background: rgba(255,255,255,.08); cursor: pointer; transition: background .2s, transform .2s; }
.a1h-gallery-lightbox button:hover { background: var(--a1h-coral-dark); transform: scale(1.06); }
.a1h-gallery-lightbox__close { position: absolute; z-index: 2; top: 0; right: 0; width: 48px; height: 48px; border-radius: 50%; font-size: 31px; line-height: 1; }
.a1h-gallery-lightbox__nav { width: 58px; height: 58px; border-radius: 50%; font-size: 25px; }
.a1h-trip-photo-section { padding-top: 0; background: var(--a1h-white); }
.a1h-trip-photo-section .a1h-experience-gallery { margin-top: 0; }
.a1h-page-hero .a1h-container { position: relative; z-index: 2; }
.a1h-page-hero h1 { max-width: 850px; margin-bottom: 17px; font-size: clamp(52px, 7vw, 82px); }
.a1h-page-hero p:not(.a1h-eyebrow) { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.7); font-size: 17px; }
.a1h-archive-section { min-height: 600px; background: var(--a1h-white); }
.a1h-filter-bar { margin-bottom: 42px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.a1h-filter-bar a { min-height: 42px; display: inline-flex; align-items: center; padding: 10px 17px; border: 1px solid var(--a1h-line); border-radius: 999px; color: var(--a1h-muted); background: var(--a1h-white); font-size: 11px; font-weight: 800; transition: .2s; }
.a1h-filter-bar a:hover, .a1h-filter-bar a.is-active { color: var(--a1h-white); border-color: var(--a1h-navy-900); background: var(--a1h-navy-900); }
.nav-links { display: flex; justify-content: center; gap: 6px; margin-top: 48px; }
.nav-links .page-numbers { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--a1h-line); border-radius: 50%; font-size: 12px; }
.nav-links .current { color: var(--a1h-white); border-color: var(--a1h-coral-dark); background: var(--a1h-coral-dark); }

.a1h-trip-hero { position: relative; min-height: 650px; display: grid; align-items: end; overflow: hidden; color: var(--a1h-white); background-image: var(--a1h-trip-image); background-position: center; background-size: cover; }
.a1h-trip-hero__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,27,35,.92), rgba(2,34,43,.12) 75%), linear-gradient(90deg, rgba(2,35,44,.45), transparent 60%); }
.a1h-trip-hero__inner { position: relative; z-index: 2; padding-block: 130px 48px; }
.a1h-back-link { display: inline-block; margin-bottom: 25px; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 750; }
.a1h-back-link:hover { color: var(--a1h-white); }
.a1h-trip-hero h1 { max-width: 900px; margin-bottom: 15px; font-size: clamp(49px, 7vw, 82px); }
.a1h-trip-hero__inner > p:not(.a1h-eyebrow) { max-width: 720px; margin-bottom: 30px; color: rgba(255,255,255,.72); font-size: 17px; }
.a1h-trip-facts { display: flex; flex-wrap: wrap; gap: 1px; }
.a1h-trip-facts > span { min-width: 180px; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; padding: 15px 26px 15px 0; margin-right: 27px; border-right: 1px solid rgba(255,255,255,.18); }
.a1h-trip-facts > span:last-child { border-right: 0; }
.a1h-trip-facts svg { grid-row: 1 / 3; align-self: center; width: 21px; height: 21px; color: var(--a1h-aqua-light); }
.a1h-trip-facts small { color: rgba(255,255,255,.5); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.a1h-trip-facts strong { font-size: 13px; }
.a1h-trip-detail { background: var(--a1h-white); }
.a1h-trip-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; align-items: start; gap: 85px; }
.a1h-trip-content { min-width: 0; }
.a1h-content-section { padding-bottom: 42px; margin-bottom: 42px; border-bottom: 1px solid var(--a1h-line); }
.a1h-content-section h2 { margin-bottom: 22px; color: var(--a1h-navy-950); font-size: 36px; }
.a1h-rich-text { color: var(--a1h-muted); font-size: 17px; line-height: 1.9; }
.a1h-rich-text p:last-child { margin-bottom: 0; }
.a1h-detail-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.a1h-detail-list li { display: flex; align-items: flex-start; gap: 11px; color: var(--a1h-ink); font-size: 14px; }
.a1h-detail-list li > svg { flex: 0 0 auto; width: 23px; height: 23px; padding: 4px; color: var(--a1h-navy-900); border-radius: 50%; background: var(--a1h-aqua-light); }
.a1h-detail-list--numbered { counter-reset: details; }
.a1h-detail-list--numbered li { position: relative; min-height: 64px; padding: 9px 0 18px 58px; counter-increment: details; border-bottom: 1px solid var(--a1h-line); }
.a1h-detail-list--numbered li::before { content: counter(details, decimal-leading-zero); position: absolute; left: 0; top: 0; color: var(--a1h-coral-dark); font-family: var(--a1h-serif); font-size: 28px; font-style: italic; }
.a1h-detail-list--numbered li > svg { display: none; }
.a1h-detail-list--muted li > svg { color: var(--a1h-muted); background: #edf0f0; transform: rotate(45deg); }
.a1h-inclusion-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.a1h-good-to-know { display: flex; gap: 19px; padding: 25px; border-radius: 15px; background: var(--a1h-sand); }
.a1h-good-to-know > span { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; color: var(--a1h-navy-900); border-radius: 50%; background: var(--a1h-aqua-light); }
.a1h-good-to-know h2 { margin: 0 0 6px; font-size: 23px; }
.a1h-good-to-know p { margin: 0; color: var(--a1h-muted); font-size: 13px; }

.a1h-booking-card { position: sticky; top: 98px; padding: 28px; border: 1px solid var(--a1h-line); border-radius: var(--a1h-radius); background: var(--a1h-cream); box-shadow: var(--a1h-shadow); }
.a1h-booking-card > h2 { margin-bottom: 6px; font-size: 30px; }
.a1h-booking-card > p { margin-bottom: 21px; color: var(--a1h-muted); font-size: 12px; }
.a1h-field { margin-bottom: 13px; }
.a1h-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.a1h-field label { display: block; margin-bottom: 5px; color: var(--a1h-navy-900); font-size: 10px; font-weight: 800; }
.a1h-field input, .a1h-field select, .a1h-field textarea { width: 100%; padding: 11px 12px; border: 1px solid #d5dfdf; border-radius: 9px; outline: none; color: var(--a1h-ink); background: var(--a1h-white); font-size: 12px; transition: border-color .2s, box-shadow .2s; }
.a1h-field input:focus, .a1h-field select:focus, .a1h-field textarea:focus { border-color: var(--a1h-aqua); box-shadow: 0 0 0 3px rgba(36,191,193,.13); }
.a1h-field textarea { resize: vertical; }
.a1h-form-notice { min-height: 20px; margin-top: 8px; color: #b43c2d; font-size: 11px; text-align: center; }
.a1h-secure-note { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 11px; color: var(--a1h-muted); font-size: 9px; }
.a1h-secure-note svg { width: 13px; }

.a1h-about-hero { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--a1h-white); }
.a1h-about-hero__image { min-height: 550px; background-position: 68% center; background-size: cover; }
.a1h-about-hero__content { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 80px clamp(40px, 7vw, 110px); }
.a1h-about-hero h1 { max-width: 620px; margin-bottom: 26px; font-size: clamp(49px, 6vw, 76px); }
.a1h-about-hero__content > p:not(.a1h-eyebrow) { max-width: 600px; margin-bottom: 30px; color: var(--a1h-muted); font-size: 17px; }
.a1h-values-section { background: var(--a1h-sand); }
.a1h-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.a1h-values-grid > div { padding: 35px; border-radius: var(--a1h-radius); background: rgba(255,255,255,.7); }
.a1h-values-grid > div > span { width: 51px; height: 51px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 50%; color: var(--a1h-navy-900); background: var(--a1h-aqua-light); }
.a1h-values-grid h3 { margin-bottom: 10px; font-family: var(--a1h-serif); font-size: 24px; }
.a1h-values-grid p { margin: 0; color: var(--a1h-muted); font-size: 13px; }
.a1h-contact-section { background: linear-gradient(180deg, var(--a1h-cream), var(--a1h-sand)); }
.a1h-contact-layout { max-width: 1160px; }
.a1h-contact-primary { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 38px 42px; border-radius: var(--a1h-radius); color: var(--a1h-white); background: radial-gradient(circle at 90% 10%, rgba(36,191,193,.25), transparent 32%), var(--a1h-navy-900); box-shadow: var(--a1h-shadow-soft); }
.a1h-contact-primary__intro { min-width: 0; display: grid; grid-template-columns: 64px minmax(0, 1fr); align-items: center; gap: 22px; }
.a1h-contact-primary .a1h-eyebrow { margin-bottom: 10px; color: var(--a1h-aqua-light); }
.a1h-contact-primary h2 { margin-bottom: 10px; color: var(--a1h-white); font-size: clamp(32px, 4vw, 43px); }
.a1h-contact-primary__intro > div > p:not(.a1h-eyebrow) { max-width: 540px; margin: 0; color: rgba(255,255,255,.7); }
.a1h-contact-primary .a1h-button { width: auto; min-width: 230px; flex: 0 0 auto; margin: 0; }
.a1h-contact-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; color: var(--a1h-white); background: #188047; }
.a1h-contact-icon svg { width: 31px; height: 31px; }
.a1h-contact-details { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 16px; }
.a1h-contact-item { min-width: 0; min-height: 158px; display: grid; grid-template-columns: 46px minmax(0, 1fr); align-items: center; gap: 13px; padding: 24px; border: 1px solid var(--a1h-line); border-radius: var(--a1h-radius); background: var(--a1h-white); box-shadow: 0 8px 30px rgba(4,47,59,.05); }
.a1h-contact-item > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--a1h-navy-900); background: var(--a1h-aqua-light); }
.a1h-contact-item > span svg { width: 22px; height: 22px; }
.a1h-contact-item__copy { min-width: 0; display: flex; align-items: flex-start; flex-direction: column; }
.a1h-contact-item small { margin-bottom: 5px; color: var(--a1h-muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.a1h-contact-item strong { max-width: 100%; overflow-wrap: anywhere; color: var(--a1h-navy-950); font-family: var(--a1h-serif); font-size: 18px; line-height: 1.3; }
.a1h-contact-item a:hover { color: var(--a1h-coral-dark); }
.a1h-contact-languages .a1h-language-switcher { margin-top: 8px; }
.a1h-prose { max-width: 840px; }
.a1h-prose h2, .a1h-legal-copy h2 { margin: 46px 0 18px; font-size: 39px; }
.a1h-prose p, .a1h-prose li { color: var(--a1h-muted); font-size: 16px; line-height: 1.85; }
.a1h-prose a { color: var(--a1h-coral-dark); text-decoration: underline; }
.a1h-error-page { min-height: 650px; display: grid; place-items: center; text-align: center; background: var(--a1h-sand); }
.a1h-error-page span { display: block; color: var(--a1h-aqua); font-family: var(--a1h-serif); font-size: 110px; line-height: 1; }
.a1h-error-page h1 { margin: 10px 0; font-size: 60px; }
.a1h-error-page p { color: var(--a1h-muted); }

.a1h-site-footer { padding: 88px 0 24px; color: rgba(255,255,255,.65); background: var(--a1h-navy-950); }
.a1h-footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr 1.25fr; gap: 55px; padding-bottom: 62px; }
.a1h-brand--footer .a1h-brand__lockup { justify-items: center; padding: 10px 13px 8px; border-radius: 14px; background: var(--a1h-cream); }
.a1h-brand--footer .a1h-brand__image--default { width: 270px; }
.a1h-brand--footer .a1h-brand__image--custom { max-width: 270px; max-height: 82px; }
.a1h-brand--footer .a1h-brand__tagline { color: var(--a1h-muted); }
.a1h-footer-brand > p { max-width: 380px; margin: 23px 0; color: rgba(255,255,255,.55); font-size: 13px; }
.a1h-footer-whatsapp { display: inline-flex; align-items: center; gap: 10px; color: var(--a1h-white); font-size: 13px; font-weight: 750; }
.a1h-footer-whatsapp svg { color: #5fe296; }
.a1h-site-footer h2 { margin: 6px 0 22px; color: var(--a1h-white); font-family: var(--a1h-sans); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.a1h-footer-links ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.a1h-footer-links .a1h-menu { display: grid; gap: 9px; }
.a1h-footer-links a { padding: 0; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 500; }
.a1h-footer-links a:hover, .a1h-footer-contact a:hover { color: var(--a1h-white); }
.a1h-footer-links a::after { display: none; }
.a1h-footer-contact p { margin-bottom: 10px; font-size: 12px; }
.a1h-language-switcher--footer { width: fit-content; margin-top: 20px; border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.04); }
.a1h-language-switcher--footer a { color: rgba(255,255,255,.52); }
.a1h-language-switcher--footer a.is-active { color: var(--a1h-navy-950); background: var(--a1h-aqua-light); }
.a1h-footer-bottom { min-height: 60px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.a1h-footer-bottom p { margin: 0; color: rgba(255,255,255,.62); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.a1h-whatsapp-widget { position: fixed; z-index: 1000; right: max(22px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); display: flex; align-items: flex-end; flex-direction: column; gap: 13px; }
.a1h-whatsapp-popup { width: min(350px, calc(100vw - 32px)); overflow: hidden; visibility: hidden; border: 1px solid rgba(6,55,67,.1); border-radius: 20px; background: var(--a1h-white); box-shadow: 0 24px 70px rgba(3,37,50,.25); opacity: 0; transform: translateY(14px) scale(.97); transform-origin: bottom right; transition: opacity .22s ease, transform .22s ease, visibility .22s; }
.a1h-whatsapp-widget.is-open .a1h-whatsapp-popup { visibility: visible; opacity: 1; transform: translateY(0) scale(1); }
.a1h-whatsapp-popup__header { position: relative; display: grid; grid-template-columns: 46px 1fr 34px; align-items: center; gap: 12px; padding: 18px; color: var(--a1h-white); background: linear-gradient(135deg, #0d7a4c, #075c39); }
.a1h-whatsapp-popup__avatar { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); }
.a1h-whatsapp-popup__avatar svg { width: 25px; height: 25px; }
.a1h-whatsapp-popup__header h2 { margin: 0 0 3px; font-family: var(--a1h-sans); font-size: 16px; font-weight: 800; letter-spacing: 0; }
.a1h-whatsapp-popup__header p { display: flex; align-items: center; gap: 7px; margin: 0; color: rgba(255,255,255,.78); font-size: 11px; }
.a1h-whatsapp-popup__header p span { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #65e198; box-shadow: 0 0 0 4px rgba(101,225,152,.14); }
.a1h-whatsapp-popup__close { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--a1h-white); background: rgba(255,255,255,.09); cursor: pointer; font-size: 24px; line-height: 1; }
.a1h-whatsapp-popup__close:hover { background: rgba(255,255,255,.18); }
.a1h-whatsapp-popup__body { padding: 20px; }
.a1h-whatsapp-popup__body > p { margin-bottom: 18px; color: var(--a1h-muted); font-size: 14px; line-height: 1.65; }
.a1h-whatsapp-popup__action { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 18px; border-radius: 999px; color: var(--a1h-white); background: #188047; box-shadow: 0 12px 28px rgba(24,128,71,.22); font-size: 13px; font-weight: 850; transition: transform .2s, background .2s; }
.a1h-whatsapp-popup__action:hover { background: #126b3c; transform: translateY(-2px); }
.a1h-whatsapp-popup__action svg { width: 20px; height: 20px; }
.a1h-whatsapp-fab { position: relative; width: 68px; height: 68px; display: grid; place-items: center; padding: 0; border: 4px solid var(--a1h-white); border-radius: 50%; color: var(--a1h-white); background: #1aa35b; box-shadow: 0 14px 34px rgba(3,72,43,.32); cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.a1h-whatsapp-fab:hover { background: #13894b; box-shadow: 0 17px 38px rgba(3,72,43,.4); transform: translateY(-3px); }
.a1h-whatsapp-fab svg { width: 31px; height: 31px; stroke-width: 1.9; }
.a1h-whatsapp-fab__badge { position: absolute; top: -5px; right: -4px; min-width: 23px; height: 23px; display: grid; place-items: center; padding: 0 5px; border: 2px solid var(--a1h-white); border-radius: 999px; color: var(--a1h-white); background: var(--a1h-coral-dark); font-size: 10px; font-weight: 900; }
.a1h-whatsapp-widget.has-opened .a1h-whatsapp-fab__badge { display: none; }
.a1h-reveal { opacity: 1; transform: none; }
.a1h-reveal.is-animated { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.a1h-reveal.is-animated.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1160px) {
  .a1h-site-header__inner { gap: 20px; }
  .a1h-primary-nav .a1h-menu { gap: 18px; }
	.a1h-site-header .a1h-brand__image--default { width: 175px; }
	.a1h-site-header .a1h-brand__image--custom { max-width: 175px; max-height: 47px; }
	.a1h-site-header .a1h-brand__tagline { font-size: 9px; }
  .a1h-header-tools { padding-left: 14px; }
  .a1h-trip-grid { grid-template-columns: repeat(2, 1fr); }
  .a1h-vip-section__content { padding-inline: 70px; }
  .a1h-trip-layout { gap: 45px; }
}

@media (max-width: 960px) {
	body::after { content: ""; position: fixed; z-index: 57; inset: 0; visibility: hidden; opacity: 0; pointer-events: none; background: rgba(3,37,50,.48); transition: opacity .3s, visibility .3s; }
	body.nav-open::after { visibility: visible; opacity: 1; pointer-events: auto; }
  .a1h-topbar__promise span:nth-child(2) { display: none; }
  .a1h-site-header { height: 74px; }
  .a1h-header-tools { order: 2; margin-left: auto; border: 0; }
  .a1h-nav-toggle { order: 3; margin-left: 0; }
  .a1h-primary-nav { order: 4; }
  .a1h-header-tools .a1h-language-switcher { display: none; }
  .a1h-nav-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; margin-left: 3px; padding: 0; border: 1px solid var(--a1h-line); border-radius: 50%; background: transparent; cursor: pointer; }
  .a1h-nav-toggle span { width: 17px; height: 1.5px; background: var(--a1h-navy-950); transition: .25s; }
  .nav-open .a1h-nav-toggle span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-open .a1h-nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .a1h-nav-toggle span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .a1h-primary-nav { position: absolute; z-index: 2; top: 100%; right: 0; width: min(380px, 100%); height: calc(100vh - 74px); height: calc(100dvh - 74px); display: flex; visibility: hidden; overflow-y: auto; overscroll-behavior: contain; flex-direction: column; padding: 40px 28px max(28px, env(safe-area-inset-bottom)); background: var(--a1h-cream); box-shadow: -20px 30px 40px rgba(3,37,50,.15); opacity: 0; pointer-events: none; transform: translateX(105%); transition: transform .3s, opacity .3s, visibility .3s; }
  .nav-open .a1h-primary-nav { visibility: visible; opacity: 1; pointer-events: auto; transform: translateX(0); }
  .a1h-primary-nav .a1h-menu { display: grid; gap: 8px; }
  .a1h-primary-nav .a1h-menu a { padding: 12px 0; font-family: var(--a1h-serif); font-size: 27px; font-weight: 500; }
	.a1h-primary-nav .a1h-menu .sub-menu { position: static; min-width: 0; display: grid; gap: 2px; visibility: visible; margin: 0; padding: 0 0 4px 16px; border: 0; background: transparent; box-shadow: none; opacity: 1; transform: none; }
	.a1h-primary-nav .a1h-menu .sub-menu a { padding: 7px 0; white-space: normal; font-family: var(--a1h-sans); font-size: 15px; font-weight: 700; }
  .a1h-mobile-tools { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 25px; border-top: 1px solid var(--a1h-line); }
	.a1h-mobile-tools .a1h-language-switcher a { min-width: 40px; height: 40px; }
  .a1h-hero, .a1h-hero__inner { min-height: 650px; }
  .a1h-hero__note { display: none; }
  .a1h-trust-strip__inner { grid-template-columns: repeat(2, 1fr); }
  .a1h-trust-strip__inner > div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.1); border-top: 1px solid rgba(255,255,255,.1); }
  .a1h-trust-strip__inner > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.1); }
  .a1h-section-heading--split { display: block; }
  .a1h-section-heading--split > p { margin-top: 20px; }
  .a1h-category-grid { grid-template-columns: 1fr 1fr; }
  .a1h-vip-section { grid-template-columns: 1fr; }
  .a1h-vip-section__image { min-height: 520px; }
  .a1h-vip-stamp { right: 35px; top: auto; bottom: -54px; }
  .a1h-vip-section__content { padding: 95px 48px 80px; }
  .a1h-steps { grid-template-columns: 1fr; }
  .a1h-trip-layout { grid-template-columns: 1fr; }
  .a1h-experience-gallery { padding: 32px; }
  .a1h-experience-gallery__heading { grid-template-columns: 1fr; gap: 15px; }
  .a1h-experience-gallery__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .a1h-booking-card { position: relative; top: auto; width: min(100%, 600px); }
  .a1h-about-hero { grid-template-columns: 1fr; }
  .a1h-about-hero__image { min-height: 480px; }
  .a1h-values-grid { grid-template-columns: 1fr; }
	.a1h-contact-primary { align-items: stretch; flex-direction: column; gap: 26px; }
	.a1h-contact-primary .a1h-button { align-self: flex-start; }
	.a1h-contact-details { grid-template-columns: 1fr 1fr; }
	.a1h-contact-item { min-height: 136px; }
  .a1h-footer-main { grid-template-columns: 2fr 1fr 1fr; }
  .a1h-footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .a1h-container { width: min(calc(100% - 32px), var(--a1h-container)); }
  .a1h-section { padding: 78px 0; }
  .a1h-topbar__contact { display: none; }
  .a1h-topbar__inner { justify-content: center; }
	.a1h-site-header .a1h-brand__image--default { width: 155px; }
	.a1h-site-header .a1h-brand__image--custom { max-width: 155px; max-height: 39px; }
	.a1h-site-header .a1h-brand__tagline { font-size: 9px; }
	.a1h-brand--footer .a1h-brand__image--default { width: 240px; }
	.a1h-brand--footer .a1h-brand__image--custom { max-width: 240px; max-height: 76px; }
  .a1h-hero { min-height: calc(100svh - 108px); background-position: 62% center; }
  .a1h-hero__inner { min-height: calc(100svh - 108px); padding-block: 70px; }
  .a1h-hero__shade { background: linear-gradient(90deg, rgba(2,30,39,.86), rgba(3,40,50,.36)), linear-gradient(0deg, rgba(2,30,39,.55), transparent 60%); }
  .a1h-hero h1 { overflow-wrap: break-word; hyphens: auto; font-size: clamp(42px, 13vw, 62px); }
  .a1h-hero__lead { font-size: 15px; }
  .a1h-hero__actions { align-items: stretch; flex-direction: column; }
  .a1h-hero__actions .a1h-button { width: 100%; }
  .a1h-trust-strip__inner { grid-template-columns: 1fr; }
  .a1h-trust-strip__inner > div { min-height: 64px; border: 0 !important; border-bottom: 1px solid rgba(255,255,255,.1) !important; }
  .a1h-section-heading { margin-bottom: 36px; }
  .a1h-section-heading h2 { font-size: 40px; }
  .a1h-category-grid, .a1h-trip-grid { grid-template-columns: 1fr; }
  .a1h-category-card { grid-column: auto; min-height: 430px; }
  .a1h-trip-card__image { height: 235px; }
  .a1h-trip-card h3, .a1h-trip-card__body > p { min-height: 0; }
  .a1h-vip-section__image { min-height: 420px; }
  .a1h-vip-section__content { padding: 90px 24px 70px; }
  .a1h-vip-section h2 { font-size: 43px; }
  .a1h-vip-list > div { grid-template-columns: 40px 1fr; }
  .a1h-cta-section__inner { align-items: flex-start; flex-direction: column; }
  .a1h-cta-section .a1h-button { width: 100%; }
  .a1h-page-hero { min-height: 340px; padding-bottom: 52px; }
  .a1h-page-hero--trips { min-height: 390px; }
  .a1h-filter-bar { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .a1h-filter-bar a { flex: 0 0 auto; }
  .a1h-experience-gallery { margin-top: 55px; padding: 24px 18px; }
  .a1h-experience-gallery__heading { margin-bottom: 24px; }
  .a1h-experience-gallery__heading h2 { font-size: 37px; }
  .a1h-experience-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .a1h-gallery-lightbox { padding: 12px; }
  .a1h-gallery-lightbox__dialog { width: calc(100vw - 24px); height: min(66vh, 540px); grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 4px; }
  .a1h-gallery-lightbox figure img { max-width: 100%; max-height: min(55vh, 480px); }
  .a1h-gallery-lightbox__nav { width: 42px; height: 42px; font-size: 19px; }
  .a1h-gallery-lightbox__close { width: 43px; height: 43px; }
  .a1h-trip-hero { min-height: 680px; }
  .a1h-trip-hero__inner { padding-block: 90px 30px; }
  .a1h-trip-hero h1 { font-size: 47px; }
  .a1h-trip-facts { display: grid; grid-template-columns: 1fr 1fr; }
  .a1h-trip-facts > span { min-width: 0; padding: 13px 10px 13px 0; margin: 0; border-right: 0; }
  .a1h-trip-facts > span:nth-child(3) { grid-column: 1 / -1; }
  .a1h-inclusion-grid { grid-template-columns: 1fr; gap: 0; }
  .a1h-booking-card { padding: 22px 18px; }
  .a1h-field-row { grid-template-columns: 1fr 1fr; }
	.a1h-field label { font-size: 12px; }
	.a1h-field input, .a1h-field select, .a1h-field textarea { min-height: 46px; font-size: 16px; }
  .a1h-about-hero__image { min-height: 390px; }
  .a1h-about-hero__content { padding: 65px 24px; }
	.a1h-contact-primary { padding: 32px 24px; }
	.a1h-contact-primary__intro { grid-template-columns: 1fr; gap: 16px; }
	.a1h-contact-icon { width: 56px; height: 56px; }
	.a1h-contact-primary h2 { font-size: 35px; }
	.a1h-contact-primary .a1h-button { width: 100%; min-width: 0; }
	.a1h-contact-details { grid-template-columns: 1fr; gap: 12px; }
	.a1h-contact-item { min-height: 116px; padding: 22px; }
  .a1h-footer-main { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .a1h-footer-brand, .a1h-footer-contact { grid-column: 1 / -1; }
	.a1h-footer-links a { min-height: 40px; display: inline-flex; align-items: center; }
  .a1h-footer-bottom { align-items: flex-start; flex-direction: column; }
	.a1h-whatsapp-widget { right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); }
	.a1h-whatsapp-fab { width: 62px; height: 62px; }
	.a1h-whatsapp-popup { width: min(340px, calc(100vw - 28px)); }
}

@media (max-width: 400px) {
	.a1h-site-header .a1h-brand__image--default { width: 140px; }
	.a1h-site-header .a1h-brand__image--custom { max-width: 140px; max-height: 35px; }
	.a1h-site-header .a1h-brand__tagline { font-size: 8.5px; }
  .a1h-field-row { grid-template-columns: 1fr; }
  .a1h-trip-facts { grid-template-columns: 1fr; }
  .a1h-trip-facts > span:nth-child(3) { grid-column: auto; }
}

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