:root {
  --navy: #041d4f;
  --blue: #0a3d88;
  --sky: #4bbbed;
  --red: #ff3f42;
  --cream: #f6f8fb;
  --ink: #0a1b3d;
  --muted: #5e6b82;
  --white: #fff;
  --radius-lg: 2rem;
  --shadow: 0 24px 70px rgba(3, 24, 65, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--cream); }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--sky); outline-offset: 4px; }

.site-header { height: 88px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: rgba(255,255,255,.94); position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(4,29,79,.08); backdrop-filter: blur(16px); }
.brand-crop { display: flex; width: 215px; height: 66px; align-items: center; }
.brand-crop img { position: static; width: 100%; height: auto; max-height: 62px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.4vw, 2.5rem); font-size: .93rem; font-weight: 700; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.55rem; height: 2px; background: var(--red); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.desktop-nav .active-page::after { right: 0; }
.promo-link { color: var(--red); }
.header-actions { display: flex; align-items: center; gap: .8rem; }
.lang-switch { border: 0; background: #eaf0f8; padding: .32rem; border-radius: 999px; display: flex; gap: .15rem; cursor: pointer; }
.lang-switch span { width: 32px; height: 30px; display: grid; place-items: center; border-radius: 999px; font-size: .74rem; font-weight: 800; color: var(--muted); }
.lang-switch .active { background: var(--white); color: var(--navy); box-shadow: 0 2px 9px rgba(4,29,79,.15); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 800; }
.header-cta { padding: .8rem 1.25rem; color: var(--white); background: var(--navy); }
.menu-toggle { display: none; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(4,29,79,.14); background: white; position: relative; cursor: pointer; }
.menu-toggle span { position: absolute; width: 17px; height: 2px; background: var(--navy); left: 12px; transition: .25s ease; }
.menu-toggle span:first-child { top: 16px; }
.menu-toggle span:last-child { top: 23px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 20px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 20px; transform: rotate(-45deg); }
.mobile-nav { display: none; }

.hero { min-height: calc(100vh - 88px); padding: clamp(3.5rem, 6vw, 7rem) clamp(1.25rem, 6vw, 7rem); display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; overflow: hidden; background: radial-gradient(circle at 80% 20%, #dff6ff 0, transparent 28%), linear-gradient(145deg, #fff 0 62%, #eef6fd 62%); }
.eyebrow { color: var(--red); font-size: .78rem; line-height: 1.3; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; margin: 0 0 1.25rem; }
.hero h1, .section-heading h2 { margin: 0; font-size: clamp(3.8rem, 7vw, 7.5rem); line-height: .88; letter-spacing: -.065em; color: var(--navy); }
.hero h1 em { color: var(--sky); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.04em; }
.hero-lead { max-width: 630px; margin: 2rem 0; font-size: clamp(1.05rem, 1.35vw, 1.25rem); line-height: 1.7; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; }
.button-primary { background: var(--red); color: var(--white); padding: 1rem 1.4rem; box-shadow: 0 15px 30px rgba(255,63,66,.24); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(255,63,66,.34); }
.button { transition: transform .2s ease, box-shadow .2s ease; }
.text-link { font-weight: 850; color: var(--navy); }
.text-link b { color: var(--red); font-size: 1.2rem; margin-left: .35rem; }
.trust-row { display: flex; gap: clamp(1.5rem, 4vw, 4rem); margin-top: clamp(2.5rem, 5vw, 5rem); padding-top: 1.5rem; border-top: 1px solid #dce5ef; }
.trust-row span { display: flex; flex-direction: column; }
.trust-row b { font-size: 1.35rem; color: var(--navy); }
.trust-row small { margin-top: .25rem; color: var(--muted); font-size: .8rem; }

.hero-gallery { height: min(68vh, 700px); position: relative; }
.hero-card { margin: 0; position: absolute; overflow: hidden; background: #dce9f4; box-shadow: var(--shadow); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-main { inset: 4% 15% 4% 4%; border-radius: 10rem 2.5rem 10rem 2.5rem; transform: rotate(2deg); z-index: 2; }
.hero-card-main img { object-position: center 55%; }
.hero-card-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(2,16,48,.76)); }
.hero-card-main figcaption { position: absolute; left: 2rem; bottom: 2.2rem; z-index: 2; color: white; display: flex; flex-direction: column; }
.hero-card-main figcaption span { text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 900; }
.hero-card-main figcaption strong { font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.hero-card-small { width: 30%; height: 29%; right: 0; z-index: 3; border: .55rem solid var(--white); }
.hero-card-small.top { top: 4%; border-radius: 50% 50% 1.5rem 50%; transform: rotate(-4deg); }
.hero-card-small.bottom { bottom: 4%; border-radius: 1.5rem 50% 50% 50%; transform: rotate(5deg); }
.sun-disc { width: 180px; height: 180px; border-radius: 50%; background: var(--red); position: absolute; right: -55px; top: 39%; z-index: 1; opacity: .92; }

.section { padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 6vw, 7rem); }
.services { background: var(--navy); color: white; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 3rem; align-items: end; margin-bottom: 3.5rem; }
.section-heading h2 { color: white; font-size: clamp(3rem, 5.5vw, 6rem); }
.section-heading > p { color: #bfcce1; font-size: 1.1rem; line-height: 1.7; max-width: 440px; margin: 0 0 .7rem; }
.service-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 1rem; }
.service-card { margin: 0; min-height: 480px; position: relative; overflow: hidden; border-radius: 1.6rem; background: #102c60; }
.service-card img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover img { transform: scale(1.035); }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(2,15,44,.94)); }
.service-overlay { position: absolute; inset: auto 1.5rem 1.5rem; z-index: 2; }
.service-overlay span { color: var(--red); font-weight: 900; font-size: .76rem; letter-spacing: .14em; }
.service-overlay h3 { margin: .55rem 0 .45rem; font-size: clamp(1.35rem, 2vw, 2rem); }
.service-overlay p { margin: 0; line-height: 1.5; color: #c9d5e8; font-size: .92rem; }

.route-strip { min-height: 90px; display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 3vw, 3rem); padding: 1rem; background: var(--red); color: white; font-size: clamp(.75rem, 1.4vw, 1rem); font-weight: 900; letter-spacing: .13em; text-transform: uppercase; text-align: center; }
.route-strip i { font-style: normal; color: #ffd6d7; }
.light-heading h2 { color: var(--navy); }
.light-heading > p { color: var(--muted); }

.experiences { background: white; }
.experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.experience-card { min-width: 0; background: var(--cream); border-radius: 1.7rem; overflow: hidden; border: 1px solid #e6ebf1; transition: transform .25s ease, box-shadow .25s ease; }
.experience-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.experience-card > img { height: 370px; object-fit: cover; object-position: top center; }
.experience-card > img.mountain-photo { object-position: center 48%; }
.experience-card > div { padding: 1.5rem; position: relative; }
.experience-card h3 { font-size: 1.5rem; margin: .65rem 0 .55rem; color: var(--navy); letter-spacing: -.02em; }
.experience-card p { color: var(--muted); line-height: 1.55; margin: 0; }
.price { font-size: 1.05rem; font-weight: 900; color: var(--red); }
.price small { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.center-action { text-align: center; margin-top: 2.5rem; }
.button-outline { border: 1px solid #b9c7d9; color: var(--navy); padding: 1rem 1.35rem; background: white; }
.button-outline:hover { border-color: var(--navy); transform: translateY(-2px); }

.motion-story { min-height: 760px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); padding: clamp(5rem, 8vw, 9rem) clamp(1.25rem, 8vw, 9rem); color: white; background: radial-gradient(circle at 15% 20%, #124b91, transparent 34%), var(--navy); overflow: hidden; }
.motion-copy { max-width: 590px; }
.motion-copy h2 { margin: 0 0 1.5rem; font-size: clamp(3.5rem, 6vw, 7rem); line-height: .92; letter-spacing: -.06em; }
.motion-copy > p:not(.eyebrow) { color: #bdcce3; font-size: 1.12rem; line-height: 1.7; margin: 0 0 2rem; }
.text-link.light { color: white; }
.video-shell { height: 570px; max-width: 470px; width: 100%; justify-self: center; position: relative; border-radius: 9rem 2rem 9rem 2rem; overflow: hidden; border: 10px solid rgba(255,255,255,.12); box-shadow: 0 30px 100px rgba(0,0,0,.38); transform: rotate(2deg); }
.video-shell video { width: 100%; height: 100%; object-fit: cover; }
.video-shell::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(2,16,48,.65)); pointer-events: none; }
.video-badge { position: absolute; z-index: 2; bottom: 1.4rem; left: 1.4rem; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; padding: .7rem 1rem; text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 900; backdrop-filter: blur(10px); }

.essentials { background: #eef4fa; }
.feature-row { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 600px; background: white; border-radius: var(--radius-lg); overflow: hidden; margin-top: 1.5rem; box-shadow: 0 10px 50px rgba(3,24,65,.07); }
.feature-row.reverse { grid-template-columns: .92fr 1.08fr; }
.feature-row.reverse .feature-image { order: 2; }
.feature-image { min-height: 500px; position: relative; overflow: hidden; background: #dae4ee; }
.feature-image > img { height: 100%; object-fit: cover; }
.feature-image > span { position: absolute; top: 1.5rem; left: 1.5rem; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--red); font-weight: 900; box-shadow: 0 10px 25px rgba(3,24,65,.15); }
.feature-copy { padding: clamp(2.5rem, 5vw, 6rem); align-self: center; }
.feature-copy h3 { margin: 0 0 1rem; font-size: clamp(2.5rem, 4vw, 4.8rem); line-height: .98; letter-spacing: -.055em; color: var(--navy); }
.feature-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; font-size: 1.04rem; }
.feature-copy ul { list-style: none; padding: 0; margin: 1.7rem 0 2rem; display: grid; gap: .8rem; }
.feature-copy li { display: flex; align-items: flex-start; gap: .7rem; font-weight: 750; }
.feature-copy li::before { content: "✓"; flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; background: #e5f7ff; color: var(--blue); border-radius: 50%; font-size: .75rem; }
.stay-collage { display: grid; grid-template-columns: 1.15fr .85fr; gap: .4rem; padding: .4rem; background: white; }
.stay-collage > img { min-width: 0; border-radius: 1.4rem; }

.why-marino { background: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 10rem); }
.why-title h2 { color: var(--navy); margin: 0; font-size: clamp(3rem, 5.5vw, 6rem); line-height: .95; letter-spacing: -.06em; }
.why-title h2 em { font-family: Georgia, serif; font-weight: 400; color: var(--sky); }
.why-grid { display: grid; }
.why-grid article { padding: 2rem 0; border-bottom: 1px solid #dce4ed; display: grid; grid-template-columns: 60px 1fr; }
.why-grid article > span { grid-row: 1 / 3; color: var(--red); font-weight: 900; }
.why-grid h3 { margin: 0 0 .4rem; font-size: 1.45rem; color: var(--navy); }
.why-grid p { margin: 0; color: var(--muted); line-height: 1.6; }

.contact-section { min-height: 480px; padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 8vw, 9rem); display: flex; align-items: center; justify-content: space-between; gap: 3rem; background: var(--sky); color: var(--navy); }
.contact-section > div { max-width: 830px; }
.contact-section h2 { font-size: clamp(3.5rem, 7vw, 7.5rem); line-height: .9; letter-spacing: -.065em; margin: 0 0 1.5rem; }
.contact-section > div > p:last-child { max-width: 650px; margin: 0; line-height: 1.6; font-size: 1.05rem; }
.contact-orb { flex: 0 0 clamp(180px, 19vw, 270px); width: clamp(180px, 19vw, 270px); aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: 50%; background: var(--red); color: white; font-size: clamp(1.1rem, 1.7vw, 1.45rem); font-weight: 900; line-height: 1.15; transform: rotate(-7deg); transition: transform .25s ease; box-shadow: 0 25px 55px rgba(7,39,83,.2); }
.contact-orb:hover { transform: rotate(0) scale(1.04); }
.contact-orb b { margin-top: .8rem; font-size: 2rem; }

footer { padding: 4rem clamp(1.25rem, 6vw, 7rem) 2rem; background: #02163e; color: white; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; position: relative; }
.brand-crop.dark { filter: brightness(0) invert(1); }
.footer-brand > p { color: #9eb0cc; margin: .4rem 0 0; }
footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: .7rem; }
footer strong { color: #8097bb; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; margin-bottom: .4rem; }
footer a { color: #d8e1ef; }
.copyright { grid-column: 1 / -1; margin: 2rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); color: #7187aa; font-size: .78rem; }
.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; }
.whatsapp-float { position: fixed; z-index: 60; right: 1.15rem; bottom: 1.15rem; width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: #20c968; color: white; font-size: 2rem; box-shadow: 0 16px 38px rgba(0,0,0,.24); }
.whatsapp-widget { position: fixed; z-index: 70; right: 1.15rem; bottom: 1.15rem; display: flex; flex-direction: column; align-items: flex-end; gap: .85rem; pointer-events: none; }
.whatsapp-launcher { width: 72px; height: 72px; border: 0; border-radius: 50%; display: grid; place-items: center; position: relative; color: white; background: linear-gradient(145deg, #2bdd77, #14ad57); box-shadow: 0 18px 42px rgba(8,93,47,.35), inset 0 1px 1px rgba(255,255,255,.35); cursor: pointer; pointer-events: auto; transition: transform .25s ease, box-shadow .25s ease; }
.whatsapp-launcher:hover { transform: translateY(-4px) scale(1.04); box-shadow: 0 22px 50px rgba(8,93,47,.42), inset 0 1px 1px rgba(255,255,255,.35); }
.whatsapp-launcher:active { transform: scale(.97); }
.whatsapp-icon { width: 39px; height: 39px; display: block; fill: currentColor; stroke: none; transform: translateX(1px); transition: opacity .2s ease, transform .25s ease; }
.whatsapp-x { position: absolute; width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; opacity: 0; transform: rotate(-45deg) scale(.7); transition: opacity .2s ease, transform .25s ease; }
.whatsapp-ring { position: absolute; inset: -7px; border: 2px solid rgba(37,211,102,.35); border-radius: 50%; animation: whatsapp-pulse 2.3s ease-out infinite; }
.whatsapp-panel { width: min(370px, calc(100vw - 2rem)); border-radius: 1.6rem; overflow: hidden; color: var(--ink); background: white; box-shadow: 0 28px 80px rgba(2,22,62,.28); opacity: 0; visibility: hidden; transform: translateY(18px) scale(.94); transform-origin: bottom right; pointer-events: none; transition: opacity .22s ease, visibility .22s ease, transform .28s cubic-bezier(.2,.8,.2,1); }
.whatsapp-widget.is-open .whatsapp-panel { opacity: 1; visibility: visible; transform: translateY(0) scale(1); pointer-events: auto; }
.whatsapp-widget.is-open .whatsapp-icon { opacity: 0; transform: translateX(1px) scale(.6); }
.whatsapp-widget.is-open .whatsapp-x { opacity: 1; transform: rotate(0) scale(1); }
.whatsapp-widget.is-open .whatsapp-ring { animation: none; opacity: 0; }
.whatsapp-panel-header { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; padding: 1rem 1rem 1.05rem; color: white; background: linear-gradient(135deg, #063e32, #087a56); }
.whatsapp-avatar { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 50%; background: #25d366; box-shadow: inset 0 0 0 2px rgba(255,255,255,.3); }
.whatsapp-avatar svg { width: 29px; height: 29px; display: block; fill: white; stroke: none; transform: translateX(1px); }
.whatsapp-panel-header strong { display: block; font-size: 1rem; }
.whatsapp-panel-header small { display: flex; align-items: center; gap: .4rem; margin-top: .22rem; color: rgba(255,255,255,.78); font-size: .75rem; }
.whatsapp-panel-header small i { width: 7px; height: 7px; border-radius: 50%; background: #55ef93; box-shadow: 0 0 0 3px rgba(85,239,147,.15); }
.whatsapp-close { width: 35px; height: 35px; border: 0; border-radius: 50%; color: white; background: rgba(255,255,255,.11); font-size: 1.45rem; line-height: 1; cursor: pointer; }
.whatsapp-close:hover { background: rgba(255,255,255,.2); }
.whatsapp-panel-body { padding: 1rem; background: linear-gradient(rgba(239,246,242,.94), rgba(248,250,249,.98)); }
.whatsapp-bubble { position: relative; margin: 0 0 1rem; padding: .9rem 1rem; border-radius: .25rem 1rem 1rem 1rem; background: white; color: #34445a; line-height: 1.5; font-size: .92rem; box-shadow: 0 6px 20px rgba(7,67,50,.08); }
.whatsapp-bubble::before { content: ""; position: absolute; left: -7px; top: 0; border-top: 10px solid white; border-left: 8px solid transparent; }
.whatsapp-quick { display: flex; gap: .45rem; flex-wrap: wrap; margin-bottom: .85rem; }
.whatsapp-quick button { border: 1px solid #bfe8d0; border-radius: 999px; padding: .5rem .7rem; color: #087a56; background: rgba(255,255,255,.85); font-size: .75rem; font-weight: 800; cursor: pointer; }
.whatsapp-quick button:hover { border-color: #25d366; background: white; }
.whatsapp-form { display: grid; gap: .65rem; }
.whatsapp-form textarea { width: 100%; min-height: 82px; resize: vertical; box-sizing: border-box; border: 1px solid #d5e1db; border-radius: .9rem; padding: .82rem .9rem; color: var(--ink); background: white; font: inherit; font-size: .9rem; line-height: 1.45; outline: none; }
.whatsapp-form textarea:focus { border-color: #25c86a; box-shadow: 0 0 0 4px rgba(37,200,106,.13); }
.whatsapp-send { min-height: 48px; border: 0; border-radius: .9rem; display: flex; align-items: center; justify-content: center; gap: .65rem; color: white; background: linear-gradient(135deg, #20c968, #0e9d4c); font-weight: 900; cursor: pointer; box-shadow: 0 10px 24px rgba(14,157,76,.22); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-send:hover { transform: translateY(-2px); box-shadow: 0 13px 29px rgba(14,157,76,.3); }
.whatsapp-send svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-form > small { color: #6f7f79; text-align: center; font-size: .7rem; line-height: 1.35; }
@keyframes whatsapp-pulse { 0% { transform: scale(.92); opacity: .8; } 75%, 100% { transform: scale(1.22); opacity: 0; } }

/* Seasonal promotions */
.promos-hero { min-height: 760px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 7vw, 8rem); padding: clamp(4rem, 7vw, 8rem) clamp(1.25rem, 7vw, 8rem); overflow: hidden; background: linear-gradient(145deg, #fff 0 55%, #e6f6ff 55%); }
.promos-hero h1 { color: var(--navy); font-size: clamp(4rem, 7.5vw, 8rem); line-height: .88; letter-spacing: -.07em; margin: 0; }
.promos-hero h1 em { color: var(--red); font-family: Georgia, serif; font-weight: 400; }
.promos-hero > div:first-child > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; max-width: 590px; margin: 2rem 0; font-size: 1.1rem; }
.promo-hero-art { height: 620px; max-width: 580px; width: 100%; justify-self: center; position: relative; }
.promo-hero-art img { width: 76%; height: 100%; object-fit: cover; object-position: top; margin-left: auto; border-radius: 7rem 1.8rem 7rem 1.8rem; box-shadow: var(--shadow); transform: rotate(3deg); }
.promo-burst { position: absolute; z-index: 3; left: 0; top: 12%; width: 185px; aspect-ratio: 1; border-radius: 50%; background: var(--red); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(-10deg); box-shadow: 0 20px 50px rgba(255,63,66,.3); border: 7px solid white; }
.promo-burst b, .promo-burst small { text-transform: uppercase; letter-spacing: .1em; font-size: .67rem; }
.promo-burst strong { font-size: 3.3rem; line-height: 1; }
.promo-list { background: white; }
.promo-list .section-heading h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.promo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.3rem; }
.promo-card { display: grid; grid-template-columns: .86fr 1.14fr; background: var(--cream); border: 1px solid #e0e7ef; border-radius: 1.5rem; overflow: hidden; min-height: 410px; }
.promo-image { position: relative; min-height: 100%; overflow: hidden; }
.promo-image img { height: 100%; object-fit: cover; object-position: top; transition: transform .4s ease; }
.promo-card:hover .promo-image img { transform: scale(1.04); }
.promo-image span { position: absolute; left: .8rem; top: .8rem; border-radius: 999px; padding: .45rem .65rem; background: var(--red); color: white; font-weight: 900; font-size: .76rem; }
.promo-card > div:last-child { padding: 1.45rem; align-self: center; }
.promo-meta { color: var(--red) !important; text-transform: uppercase; font-size: .68rem; font-weight: 900; letter-spacing: .13em; margin: 0 0 .55rem !important; }
.promo-card h3 { font-size: 1.45rem; color: var(--navy); margin: 0 0 .8rem; }
.promo-card > div:last-child > p { color: var(--muted); line-height: 1.5; }
.promo-price { display: flex; align-items: baseline; gap: .4rem; flex-wrap: wrap; }
.promo-price s { color: #8491a5; font-size: .8rem; }
.promo-price strong { color: var(--red); font-size: 1.7rem; }
.promo-price small { color: var(--muted); font-size: .7rem; }
.promo-card a { display: inline-block; margin-top: .6rem; font-weight: 900; color: var(--navy); }
.transfer-promo { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 760px; background: var(--navy); color: white; }
.transfer-promo-image { min-height: 620px; }
.transfer-promo-image img { height: 100%; object-fit: cover; object-position: top; }
.transfer-promo-copy { padding: clamp(3.5rem, 7vw, 8rem); align-self: center; }
.transfer-promo-copy h2 { font-size: clamp(3rem, 5vw, 6rem); line-height: .92; letter-spacing: -.06em; margin: 0 0 1.5rem; }
.transfer-promo-copy > p:not(.eyebrow):not(.fine-print) { color: #bccbe0; line-height: 1.7; }
.fare-list { display: grid; margin: 2rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.fare-list span { display: flex; justify-content: space-between; gap: 2rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.fare-list b { font-weight: 700; color: #dbe5f3; }
.fare-list strong { color: #ffce54; white-space: nowrap; }
.fine-print { color: #93a7c5; font-size: .82rem; margin-bottom: 2rem; }
.contact-section.compact { min-height: 400px; }

/* Individual service pages */
.service-hero { min-height: calc(100vh - 88px); position: relative; display: flex; align-items: flex-end; overflow: hidden; background: var(--navy); color: white; }
.service-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.service-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,14,42,.9) 0%, rgba(1,14,42,.65) 45%, rgba(1,14,42,.1) 80%), linear-gradient(0deg, rgba(1,14,42,.45), transparent 50%); }
.service-hero-copy { position: relative; z-index: 2; max-width: 850px; padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); }
.service-hero-copy h1 { margin: 0; font-size: clamp(4rem, 7.5vw, 8rem); line-height: .87; letter-spacing: -.07em; }
.service-hero-copy h1 em { color: var(--sky); font-family: Georgia, serif; font-weight: 400; }
.service-hero-copy > p:not(.eyebrow) { max-width: 690px; margin: 1.8rem 0 2rem; color: #d8e3f1; font-size: 1.12rem; line-height: 1.7; }
.service-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 8vw, 9rem); align-items: end; background: white; }
.service-intro h2, .media-heading h2, .rates-copy h2, .amenities-copy h2, .coco-heading h2 { color: var(--navy); font-size: clamp(3.2rem, 5.8vw, 6.5rem); line-height: .92; letter-spacing: -.06em; margin: 0; }
.service-intro > p { color: var(--muted); font-size: 1.12rem; line-height: 1.75; margin: 0 0 .5rem; max-width: 600px; }
.benefit-band { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(1.25rem, 6vw, 7rem) clamp(5rem, 9vw, 9rem); background: white; }
.benefit-band article { padding: clamp(2rem, 3vw, 3.5rem); background: #eef5fa; border-right: 1px solid #dce6ef; }
.benefit-band article:first-child { border-radius: 2rem 0 0 2rem; }
.benefit-band article:last-child { border-radius: 0 2rem 2rem 0; border-right: 0; }
.benefit-band span, .trip-detail > div > span:not(.trip-price) { color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .15em; }
.benefit-band h3 { color: var(--navy); font-size: 1.35rem; margin: 1rem 0 .5rem; }
.benefit-band p { color: var(--muted); line-height: 1.6; margin: 0; }
.trip-catalog { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; background: #eef4fa; }
.trip-detail { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 470px; border-radius: 2rem; overflow: hidden; background: white; box-shadow: 0 10px 45px rgba(3,24,65,.06); }
.trip-detail > img { height: 100%; min-height: 470px; object-fit: cover; }
.mountain-photo { transform: scale(1.065); object-position: center center; }
.experience-card:hover .mountain-photo, .gallery-button:hover .mountain-photo { transform: scale(1.095); }
.trip-detail > img.mountain-photo, .gallery-button img.mountain-photo { object-position: center 48%; }
.trip-detail > div { padding: clamp(1.8rem, 3vw, 3rem); align-self: center; }
.trip-detail h2 { color: var(--navy); margin: .8rem 0; font-size: clamp(2rem, 3vw, 3.4rem); line-height: .95; letter-spacing: -.045em; }
.trip-detail p { color: var(--muted); line-height: 1.6; }
.trip-detail ul { list-style: none; padding: 0; display: grid; gap: .55rem; color: var(--navy); font-weight: 700; font-size: .9rem; }
.trip-detail li::before { content: "✓"; color: var(--red); margin-right: .55rem; }
.trip-detail a { display: inline-block; margin-top: 1rem; font-weight: 900; color: var(--red); }
.trip-price { display: inline-flex; border-radius: 999px; padding: .5rem .75rem; color: white; background: var(--red); font-weight: 900; }
.more-experiences { background: white; }
.mini-experience-grid, .fleet-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.mini-experience-grid article, .fleet-grid article { border: 1px solid #e0e7ef; border-radius: 1.5rem; overflow: hidden; background: var(--cream); }
.mini-experience-grid img, .fleet-grid img { height: 280px; object-fit: cover; }
.mini-experience-grid article > div, .fleet-grid article > div { padding: 1.4rem; }
.mini-experience-grid h3, .fleet-grid h3 { margin: 0; color: var(--navy); font-size: 1.35rem; }
.mini-experience-grid strong { color: var(--red); display: block; margin-top: .5rem; }
.mini-experience-grid p, .fleet-grid p { color: var(--muted); line-height: 1.55; margin-bottom: 0; }
.coco-section { background: radial-gradient(circle at 75% 20%, #0e4c91, transparent 26%), var(--navy); color: white; }
.coco-heading { max-width: 920px; margin-bottom: 3rem; }
.coco-heading h2 { color: white; }
.coco-heading > p:last-child { color: #bdcae0; line-height: 1.7; max-width: 650px; }
.ticket-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.ticket-grid > article { --ticket-accent: var(--sky); display: flex; flex-direction: column; min-height: 580px; padding: 2rem; border: 1px solid color-mix(in srgb, var(--ticket-accent) 40%, transparent); border-radius: 1.6rem; background: linear-gradient(160deg, color-mix(in srgb, var(--ticket-accent) 15%, transparent), rgba(255,255,255,.045) 52%); position: relative; overflow: hidden; isolation: isolate; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.ticket-grid > article:hover { transform: translateY(-8px); border-color: var(--ticket-accent); box-shadow: 0 25px 65px rgba(0,0,0,.3), 0 0 40px color-mix(in srgb, var(--ticket-accent) 18%, transparent); }
.ticket-grid > article::after { content: ""; position: absolute; z-index: -1; width: 190px; height: 190px; right: -80px; bottom: -90px; border-radius: 50%; background: var(--ticket-accent); opacity: .12; filter: blur(5px); }
.ticket-visual { width: calc(100% + 4rem); height: 240px; margin: -2rem -2rem 1.4rem; object-fit: cover; border-bottom: 1px solid color-mix(in srgb, var(--ticket-accent) 46%, transparent); -webkit-mask-image: linear-gradient(to bottom, #000 72%, transparent 100%); mask-image: linear-gradient(to bottom, #000 72%, transparent 100%); transition: transform .45s ease; }
.ticket-grid > article:hover .ticket-visual { transform: scale(1.04); }
.ticket-grid > article > span { position: absolute; top: 1rem; left: 1rem; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: white; background: color-mix(in srgb, var(--ticket-accent) 78%, #06152f); border: 1px solid rgba(255,255,255,.7); box-shadow: 0 8px 25px rgba(0,0,0,.28); font-weight: 900; }
.ticket-grid h3 { font-size: 1.5rem; margin: .35rem 0 1.2rem; }
.ticket-grid strong { color: #ffcf5a; font-size: 2rem; }
.ticket-grid p { color: #c3cfe1; line-height: 1.55; }
.ticket-grid > article > small { color: #f7a7a9; margin-top: auto; }
.ticket-regular { --ticket-accent: #18bfff !important; }
.ticket-premium { --ticket-accent: #aa5cff !important; }
.ticket-grid .ticket-gold { --ticket-accent: #ffcf5a; border-color: rgba(255,207,90,.7); background: linear-gradient(160deg, rgba(255,207,90,.22), rgba(255,255,255,.045) 55%); }
.ticket-front { --ticket-accent: #ff4dbe !important; }
.ticket-grid .ticket-featured { transform: translateY(-.7rem); }
.ticket-grid .ticket-featured:hover { transform: translateY(-1.15rem); }
.dual-price { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.dual-price p { margin: 0; }
.dual-price small { display: block; min-height: 32px; color: #9db0cc; }
.dual-price strong { display: block; font-size: 1.55rem; margin-top: .3rem; }
.media-section { background: #f5f8fb; }
.video-section { background: white; }
.media-heading { max-width: 900px; margin-bottom: 3rem; }
.media-heading p:last-child { color: var(--muted); }
.photo-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 235px; gap: 1rem; }
.gallery-button { min-width: 0; border: 0; padding: 0; border-radius: 1.25rem; overflow: hidden; cursor: zoom-in; background: #dce6ee; }
.gallery-button img { height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-button:hover img { transform: scale(1.04); }
.gallery-button.gallery-wide { grid-column: span 2; }
.gallery-button.gallery-tall { grid-row: span 2; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.video-grid-small { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 1000px; }
.single-video { grid-template-columns: minmax(0, 750px); }
.video-grid article { overflow: hidden; border-radius: 1.4rem; background: var(--navy); color: white; }
.video-grid video { display: block; width: 100%; aspect-ratio: 9 / 13; max-height: 610px; object-fit: cover; background: #061938; }
.video-grid h3 { padding: 1rem 1.2rem; margin: 0; }
.media-dialog { width: min(94vw, 1200px); max-height: 92vh; padding: 0; border: 0; border-radius: 1.2rem; overflow: hidden; background: #061938; box-shadow: 0 25px 100px rgba(0,0,0,.5); }
.media-dialog::backdrop { background: rgba(1,11,32,.84); backdrop-filter: blur(8px); }
.media-dialog img { width: 100%; max-height: 88vh; object-fit: contain; }
.media-dialog button { position: absolute; z-index: 2; top: .8rem; right: .8rem; width: 45px; height: 45px; border: 0; border-radius: 50%; background: white; color: var(--navy); font-size: 1.7rem; cursor: pointer; box-shadow: 0 8px 25px rgba(0,0,0,.2); }
.rates-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; background: var(--navy); color: white; }
.rates-copy h2 { color: white; }
.rates-copy > p:last-child { color: #b9c9df; line-height: 1.7; max-width: 580px; }
.light-fares { padding: 2.5rem; border-radius: 2rem; background: white; color: var(--navy); }
.light-fares span { border-color: #dbe3ec; }
.light-fares b { color: var(--navy); }
.light-fares .fine-print { color: var(--muted); }
.fleet-section { background: white; }
.fleet-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fleet-grid img { height: 310px; }
.rental-offer { margin-top: 2rem; display: flex; align-items: center; gap: 1.2rem; padding: 1.4rem 1.7rem; border-radius: 1.4rem; background: var(--sky); color: var(--navy); }
.rental-offer strong { font-size: 2.5rem; }
.rental-offer p { font-weight: 800; margin: 0; }
.rental-offer a { margin-left: auto; font-weight: 900; }
.stay-stats { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 clamp(1.25rem, 6vw, 7rem) clamp(6rem, 9vw, 9rem); background: white; }
.stay-stats article { display: flex; flex-direction: column; align-items: center; padding: 2rem; border-right: 1px solid #dce4ed; }
.stay-stats article:last-child { border: 0; }
.stay-stats strong { color: var(--red); font-size: clamp(2.8rem, 5vw, 5rem); }
.stay-stats span { color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 900; }
.amenities-section { display: grid; grid-template-columns: 1fr 1fr; padding-top: 0; gap: 0; background: white; }
.amenities-image { min-height: 650px; border-radius: 2rem 0 0 2rem; overflow: hidden; }
.amenities-image img { height: 100%; object-fit: cover; }
.amenities-copy { padding: clamp(2.5rem, 5vw, 6rem); border-radius: 0 2rem 2rem 0; background: #eef4fa; }
.amenity-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 2rem 0; }
.amenity-grid span { padding: 1rem; border-radius: .9rem; background: white; color: var(--navy); font-weight: 800; }
.amenity-grid span::before { content: "✓"; color: var(--red); margin-right: .5rem; }

@media (max-width: 1250px) {
  .experience-grid, .promo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .promo-card { grid-template-columns: .8fr 1.2fr; }
  .trip-catalog { grid-template-columns: 1fr; }
  .ticket-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fleet-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .site-header.menu-open .mobile-nav { display: flex; }
  .mobile-nav { position: absolute; left: 1rem; right: 1rem; top: calc(100% + .6rem); padding: 1rem; border-radius: 1.2rem; background: white; box-shadow: var(--shadow); flex-direction: column; gap: .2rem; }
  .mobile-nav a { padding: .9rem 1rem; font-weight: 800; border-radius: .7rem; }
  .mobile-nav a:hover { background: #edf3f9; }
  .hero { grid-template-columns: 1fr; }
  .hero-gallery { height: 560px; max-width: 700px; width: 100%; margin: 0 auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .motion-story, .why-marino, .promos-hero, .transfer-promo { grid-template-columns: 1fr; }
  .motion-story { padding-bottom: 6rem; }
  .video-shell { width: min(100%, 460px); }
  .feature-row, .feature-row.reverse { grid-template-columns: 1fr; }
  .feature-row.reverse .feature-image { order: 0; }
  .contact-section { align-items: flex-start; flex-direction: column; }
  .contact-orb { align-self: flex-end; }
  .promo-hero-art { height: 560px; }
  .transfer-promo-image { max-height: 700px; }
  .service-intro, .rates-section, .amenities-section { grid-template-columns: 1fr; }
  .amenities-image, .amenities-copy { border-radius: 2rem; }
  .mini-experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .photo-gallery { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  .site-header { height: 72px; padding: 0 1rem; }
  .brand-crop { width: 148px; height: 52px; }
  .brand-crop img { width: 100%; height: auto; max-height: 48px; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding-top: 3.5rem; }
  .hero h1 { font-size: clamp(3.45rem, 18vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
  .trust-row b { font-size: 1rem; }
  .trust-row small { font-size: .7rem; }
  .hero-gallery { height: 430px; }
  .hero-card-main { inset: 4% 10% 4% 0; border-radius: 6rem 1.6rem 6rem 1.6rem; }
  .hero-card-small { width: 32%; border-width: .35rem; }
  .sun-disc { width: 120px; height: 120px; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-heading h2 { font-size: 3.2rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 410px; }
  .route-strip { flex-wrap: wrap; }
  .experience-grid, .promo-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: -1.25rem; padding: 0 1.25rem 1.25rem; }
  .experience-card { flex: 0 0 82vw; scroll-snap-align: start; }
  .experience-card > img { height: 350px; }
  .motion-story { min-height: auto; }
  .motion-copy h2 { font-size: 3.5rem; }
  .video-shell { height: 500px; }
  .feature-row { min-height: auto; }
  .feature-image { min-height: 380px; }
  .stay-collage { grid-template-columns: 1fr; height: 520px; }
  .stay-collage > img { height: 50%; }
  .why-grid article { grid-template-columns: 45px 1fr; }
  .contact-section h2 { font-size: 3.7rem; }
  .contact-orb { align-self: center; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .promo-hero-art { height: 480px; }
  .promo-hero-art img { width: 85%; }
  .promo-burst { width: 135px; }
  .promo-burst strong { font-size: 2.4rem; }
  .promo-card { flex: 0 0 88vw; grid-template-columns: .84fr 1.16fr; scroll-snap-align: start; min-height: 390px; }
  .transfer-promo-copy { padding: 4rem 1.25rem; }
  .fare-list span { font-size: .9rem; }
  .service-hero { min-height: 720px; }
  .service-hero-shade { background: linear-gradient(0deg, rgba(1,14,42,.94) 0%, rgba(1,14,42,.45) 75%, rgba(1,14,42,.15)); }
  .service-hero-copy h1 { font-size: clamp(3.45rem, 17vw, 5rem); }
  .benefit-band { grid-template-columns: 1fr; }
  .benefit-band article, .benefit-band article:first-child, .benefit-band article:last-child { border: 0; border-bottom: 1px solid #dce6ef; border-radius: 0; }
  .trip-detail { grid-template-columns: 1fr; }
  .trip-detail > img { min-height: 340px; height: 340px; }
  .mini-experience-grid, .fleet-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: -1.25rem; padding: 0 1.25rem 1rem; }
  .mini-experience-grid article, .fleet-grid article { flex: 0 0 82vw; scroll-snap-align: start; }
  .ticket-grid { grid-template-columns: 1fr; }
  .ticket-grid .ticket-featured { transform: none; }
  .photo-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .gallery-button.gallery-tall { grid-row: span 1; }
  .gallery-button.gallery-wide { grid-column: span 2; }
  .video-grid, .video-grid-small { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: -1.25rem; padding: 0 1.25rem 1rem; }
  .video-grid article { flex: 0 0 82vw; scroll-snap-align: start; }
  .rental-offer { align-items: flex-start; flex-direction: column; }
  .rental-offer a { margin-left: 0; }
  .stay-stats { grid-template-columns: repeat(2, 1fr); }
  .stay-stats article:nth-child(2) { border-right: 0; }
  .amenities-image { min-height: 450px; }
  .amenity-grid { grid-template-columns: 1fr; }
  .ticket-grid { grid-template-columns: 1fr; }
  .ticket-grid .ticket-featured { transform: none; }
  .ticket-grid .ticket-featured:hover { transform: translateY(-8px); }
  .ticket-visual { height: 270px; }
  .whatsapp-widget { right: .85rem; bottom: .85rem; }
  .whatsapp-launcher { width: 66px; height: 66px; }
  .whatsapp-panel { width: min(360px, calc(100vw - 1.7rem)); max-height: calc(100vh - 100px); overflow-y: auto; }
}

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