@import url('oceidon-destinations.css');

:root {
  --teal: #12a0a0;
  --turquoise: #5fcec0;
  --brown: #c14d36;
  --sky: #ccedeb;
  --pearl: #f5f0e3;
  --ink: #102c31;
  --navy: #123b52;
  --muted: #61777a;
  --white: #fff;
  --line: rgba(16, 44, 49, .14);
  --shadow: 0 24px 70px rgba(8, 40, 45, .12);
  --radius: 28px;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Poppins', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--pearl);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--brown); outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px; background: var(--ink); color: #fff; border-radius: 999px; }
.skip-link:focus { top: 16px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.section--compact { padding: 70px 0; }
.section--white { background: #fff; }
.section--dark { background: var(--ink); color: #fff; }
.section--soft { background: linear-gradient(145deg, #fff 0%, rgba(204, 237, 235, .6) 100%); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 16px; padding: 6px 12px; border: 1px solid currentColor; border-radius: 999px; color: var(--teal); font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(3.1rem, 7vw, 7rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.25rem, 4.3vw, 4.4rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
p { margin: 0 0 1rem; }
.lede { max-width: 720px; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 40px; align-items: end; margin-bottom: 48px; }
.section-heading p { margin: 0; }
.text-teal { color: var(--teal); }
.text-turquoise { color: var(--turquoise); }
.muted { color: var(--muted); }

.site-header { position: absolute; inset: 18px 0 auto; z-index: 1000; transition: .28s ease; }
.site-header.is-sticky { position: fixed; inset: 12px 0 auto; }
.header-shell { width: min(1220px, calc(100% - 32px)); min-height: 76px; margin: auto; padding: 10px 14px 10px 20px; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 22px; border: 1px solid rgba(255,255,255,.28); border-radius: 22px; background: rgba(7, 43, 51, .48); box-shadow: 0 16px 45px rgba(5,30,36,.16); backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); color: #fff; }
.site-header.is-sticky .header-shell { background: rgba(245,240,227,.83); border-color: rgba(16,44,49,.13); color: var(--ink); }
.brand img { width: 126px; height: auto; }
.nav-list { display: flex; align-items: center; justify-content: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.nav-item { position: relative; }
.nav-link, .nav-toggle { display: flex; align-items: center; gap: 6px; padding: 12px 10px; border: 0; background: none; color: inherit; font-size: .77rem; font-weight: 600; letter-spacing: .02em; cursor: pointer; white-space: nowrap; }
.nav-toggle svg { width: 12px; transition: transform .2s ease; }
.nav-item:hover .nav-toggle svg, .nav-item:focus-within .nav-toggle svg { transform: rotate(180deg); }
.dropdown { position: absolute; left: 0; top: calc(100% + 10px); width: 258px; padding: 10px; display: grid; gap: 3px; border: 1px solid rgba(16,44,49,.1); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); color: var(--ink); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.nav-item:hover .dropdown, .nav-item.is-open .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; padding: 10px 12px; border-radius: 12px; font-size: .79rem; }
.dropdown a:hover, .dropdown a:focus { background: var(--sky); color: #076f70; }
.dropdown small { display: block; color: var(--muted); font-size: .66rem; font-weight: 400; }
.dropdown hr { width: 100%; margin: 5px 0; border: 0; border-top: 1px solid var(--line); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-switch { display: flex; padding: 4px; border: 1px solid currentColor; border-radius: 999px; font-size: .68rem; font-weight: 700; }
.language-switch a { padding: 5px 7px; border-radius: 50%; }
.language-switch a[aria-current='true'] { background: var(--teal); color: #fff; }
.language-switch span { padding: 5px 7px; border-radius: 999px; opacity: .46; cursor: not-allowed; }
.btn { min-height: 46px; padding: 11px 19px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; background: var(--ink); color: #fff; font-size: .75rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: .22s ease; }
.btn:hover { transform: translateY(-2px); background: #fff; border-color: var(--ink); color: var(--ink); box-shadow: 0 12px 30px rgba(16,44,49,.18); }
.btn--teal { background: var(--teal); }
.btn--teal:hover { color: #076f70; border-color: var(--teal); }
.btn--light { background: #fff; color: var(--ink); }
.btn--outline { border-color: currentColor; background: transparent; color: inherit; }
.header-cta { min-height: 44px; padding-inline: 17px; white-space: nowrap; }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; }

.hero { position: relative; min-height: 820px; padding: 150px 0 80px; color: #fff; isolation: isolate; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -2; background: var(--hero-image) center/cover no-repeat; transform: scale(1.015); }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(2,28,38,.91) 0%, rgba(2,28,38,.64) 42%, rgba(2,28,38,.1) 75%), linear-gradient(0deg, rgba(2,25,31,.45), transparent 50%); }
.hero-grid { min-height: 570px; display: grid; grid-template-columns: minmax(0, 660px) 1fr; align-items: center; }
.hero-copy { padding-top: 42px; }
.hero-copy h1 { max-width: 720px; }
.hero-copy .lead { max-width: 590px; margin: 26px 0 30px; color: rgba(255,255,255,.9); font-size: clamp(1rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { position: absolute; right: max(24px, calc((100% - 1180px)/2)); bottom: 50px; width: min(390px, 34vw); padding: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; border: 1px solid rgba(255,255,255,.4); border-radius: 24px; background: rgba(255,255,255,.84); backdrop-filter: blur(16px); }
.hero-proof img { width: 100%; height: 112px; object-fit: cover; border-radius: 16px; }
.hero-caption { grid-column: 1/-1; padding: 2px 7px 4px; color: var(--ink); font-size: .72rem; }
.page-hero { min-height: 620px; padding-top: 170px; }
.page-hero .hero-grid { min-height: 390px; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 6rem); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; padding: 0; list-style: none; color: rgba(255,255,255,.8); font-size: .77rem; }
.breadcrumbs li + li::before { content: '/'; margin-right: 8px; opacity: .55; }

.planner-wrap { position: relative; z-index: 20; margin-top: -44px; }
.planner { border: 1px solid rgba(16,44,49,.11); border-radius: 30px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); overflow: hidden; }
.planner-intro { padding: 28px 30px 18px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.planner-intro h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
.planner-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 22px; }
.planner-tab { position: relative; min-height: 110px; padding: 20px 22px; display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; border: 1px solid var(--line); border-radius: 20px 20px 0 0; background: #f7fbfa; color: var(--ink); text-align: left; cursor: pointer; }
.planner-tab.is-active { border-color: var(--teal); background: linear-gradient(135deg, var(--teal), #0c7f86); color: #fff; }
.planner-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: rgba(95,206,192,.22); font-size: 1.4rem; }
.planner-tab strong, .planner-tab small { display: block; }
.planner-tab strong { font-family: var(--serif); font-size: 1.25rem; }
.planner-tab small { opacity: .78; }
.planner-panel { padding: 22px 26px 28px; display: none; grid-template-columns: 1.1fr .85fr .65fr auto; gap: 12px; border-top: 1px solid var(--line); }
.planner-panel.is-active { display: grid; }
.field { min-width: 0; padding: 11px 14px; border: 1px solid var(--line); border-radius: 16px; background: #f5f9f8; }
.field label { display: block; margin-bottom: 6px; font-size: .67rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.field input, .field select { width: 100%; padding: 0; border: 0; background: transparent; color: var(--ink); outline: 0; font-size: .86rem; }
.planner-submit { align-self: stretch; padding-inline: 22px; }
.planner-note { grid-column: 1/-1; margin: 2px 4px 0; color: var(--muted); font-size: .75rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { position: relative; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-media { aspect-ratio: 16/10; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-media img { transform: scale(1.04); }
.card-body { padding: 25px; }
.card-kicker { color: var(--teal); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.card h3 { margin: 7px 0 10px; }
.card p { color: var(--muted); font-size: .9rem; }
.card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-cards { grid-template-columns: 1fr 1fr; }
.service-card { min-height: 520px; display: flex; align-items: end; color: #fff; isolation: isolate; }
.service-card::before { content: ''; position: absolute; inset: 0; z-index: -2; background: var(--card-image) center/cover; transition: transform .6s ease; }
.service-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(4,32,38,.92), rgba(4,32,38,.1) 75%); }
.service-card:hover::before { transform: scale(1.04); }
.service-card .card-body { padding: 38px; }
.service-card h3 { font-size: clamp(2rem, 3vw, 3.3rem); }
.service-card p { color: rgba(255,255,255,.8); }
.price-pill { display: inline-flex; margin: 0 0 14px; padding: 7px 12px; border-radius: 999px; background: rgba(95,206,192,.2); border: 1px solid rgba(255,255,255,.35); color: #fff; font-size: .74rem; font-weight: 700; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split-media { position: relative; }
.split-media > img { width: 100%; min-height: 560px; object-fit: cover; border-radius: 34px; }
.split-badge { position: absolute; right: -22px; bottom: 34px; width: 150px; aspect-ratio: 1; display: grid; place-items: center; padding: 20px; border-radius: 50%; background: var(--brown); color: #fff; font-family: var(--serif); font-size: 1.1rem; text-align: center; transform: rotate(-7deg); box-shadow: var(--shadow); }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0 34px; }
.feature { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.75); }
.feature strong { display: block; font-family: var(--serif); }
.feature span { color: var(--muted); font-size: .82rem; }

.route { position: relative; margin-top: 44px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.route::before { content: ''; position: absolute; top: 27px; left: 7%; right: 7%; height: 2px; background: rgba(95,206,192,.45); }
.route-stop { position: relative; text-align: center; }
.route-number { width: 56px; height: 56px; margin: 0 auto 14px; display: grid; place-items: center; border: 5px solid var(--ink); border-radius: 50%; background: var(--turquoise); color: var(--ink); font-family: var(--serif); font-weight: 700; }
.route-stop strong { display: block; font-family: var(--serif); }
.route-stop small { color: var(--muted); }

.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.fact { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.72); }
.fact small { display: block; margin-bottom: 6px; color: var(--muted); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.fact strong { font-family: var(--serif); font-size: 1.2rem; }
.answer-box { margin: -52px 0 64px; position: relative; z-index: 5; padding: 28px 32px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.answer-box strong { display: block; margin-bottom: 6px; color: var(--teal); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.answer-box p { margin: 0; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.65rem); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 65px; align-items: start; }
.prose-section { padding: 0 0 48px; margin-bottom: 48px; border-bottom: 1px solid var(--line); }
.prose-section:last-child { border-bottom: 0; }
.prose-section h2 { margin-bottom: 20px; font-size: clamp(2rem, 3.4vw, 3.4rem); }
.prose-section p, .prose-section li { color: #38555a; }
.prose-section ul { padding-left: 21px; }
.prose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.prose-card { padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #f8fbfa; }
.prose-card strong { display: block; margin-bottom: 5px; font-family: var(--serif); }
.side-card { position: sticky; top: 110px; padding: 25px; border-radius: 24px; background: var(--ink); color: #fff; }
.side-card h3 { margin-bottom: 12px; }
.side-card p { color: rgba(255,255,255,.72); font-size: .86rem; }
.side-card .btn { width: 100%; margin-top: 10px; }
.price-table { width: 100%; margin-top: 24px; border-collapse: collapse; border-radius: 18px; overflow: hidden; }
.price-table th, .price-table td { padding: 15px 17px; border-bottom: 1px solid var(--line); text-align: left; }
.price-table th { background: var(--ink); color: #fff; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.price-table tr:nth-child(even) td { background: #f4f9f8; }

.destination-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.destination-card { min-height: 390px; display: flex; align-items: end; isolation: isolate; color: #fff; }
.destination-card::before { content: ''; position: absolute; inset: 0; z-index: -2; background: var(--card-image) center/cover; transition: transform .5s ease; }
.destination-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(5,36,42,.88), transparent 70%); }
.destination-card:hover::before { transform: scale(1.05); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 220px; gap: 14px; }
.gallery-grid figure { margin: 0; position: relative; grid-column: span 4; overflow: hidden; border-radius: 22px; }
.gallery-grid figure:nth-child(1), .gallery-grid figure:nth-child(6) { grid-column: span 8; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-grid figure:hover img { transform: scale(1.04); }
.gallery-grid figcaption { position: absolute; inset: auto 14px 14px; padding: 7px 11px; border-radius: 999px; background: rgba(5,36,42,.7); color: #fff; font-size: .68rem; backdrop-filter: blur(8px); }

.faq-list { max-width: 920px; margin: 38px auto 0; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 24px 4px; display: flex; justify-content: space-between; gap: 18px; border: 0; background: none; color: var(--ink); font-family: var(--serif); font-size: 1.25rem; text-align: left; cursor: pointer; }
.faq-item > h3 { margin: 0; }
.faq-question span:last-child { color: var(--teal); font-family: var(--sans); }
.faq-answer { height: 0; overflow: hidden; color: var(--muted); transition: height .28s ease; }
.faq-answer p { padding: 0 46px 24px 4px; }
.faq-item.is-open .faq-answer { height: auto; }

.cta-banner { position: relative; min-height: 340px; padding: 60px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 34px; background: linear-gradient(115deg, var(--teal), #08778a); color: #fff; overflow: clip; }
.cta-banner::after { content: ''; position: absolute; right: 18%; bottom: -52px; width: 330px; height: 210px; background: url('../images/oceidon/fleet/private-charter-boat.png') center/contain no-repeat; filter: drop-shadow(0 18px 22px rgba(0,0,0,.18)); animation: boatFloat 4s ease-in-out infinite; }
.cta-banner > * { position: relative; z-index: 2; }
.cta-banner h2 { max-width: 590px; font-size: clamp(2.2rem, 4.2vw, 4.2rem); }
@keyframes boatFloat { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-9px) rotate(1deg); } }

.site-footer { position: relative; padding: 82px 0 28px; background: linear-gradient(rgba(4,37,44,.91), rgba(4,37,44,.96)), url('../images/oceidon/home/brand/footer-bg.jpg') center/cover; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr .75fr; gap: 70px; }
.footer-brand img { width: 135px; margin-bottom: 22px; }
.footer-brand p { max-width: 390px; color: rgba(255,255,255,.7); }
.socials { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.socials a, .socials span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: .7rem; font-weight: 700; }
.socials a:hover { background: var(--turquoise); color: var(--ink); }
.socials span { color: rgba(255,255,255,.55); cursor: not-allowed; }
.oceidon-footer-title { margin-bottom: 18px; font-size: 1.25rem; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 20px; }
.footer-links a { color: rgba(255,255,255,.75); font-size: .82rem; }
.footer-links a:hover { color: var(--turquoise); }
.footer-policy-links { margin-top: 34px; padding-top: 18px; display: flex; flex-wrap: wrap; gap: 8px 18px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-policy-links a { color: rgba(255,255,255,.66); font-size: .7rem; }
.footer-policy-links a:hover { color: var(--turquoise); }
.footer-legal { margin-top: 62px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.55); font-size: .72rem; }
.footer-legal a { color: var(--turquoise); }
.floating-wa { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #052b22; box-shadow: 0 12px 35px rgba(0,0,0,.2); }
.floating-wa::before { content: attr(data-label); position: absolute; right: 66px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-size: .7rem; font-weight: 600; white-space: nowrap; }
.floating-wa svg { width: 26px; }

.staging-label, .policy-status { margin-bottom: 28px; padding: 18px 20px; display: grid; gap: 4px; border: 1px solid rgba(193,77,54,.3); border-radius: 18px; background: rgba(193,77,54,.08); }
.staging-label strong, .policy-status strong { color: #8e3524; font-family: var(--serif); font-size: 1.15rem; }
.staging-label span, .policy-status span { color: #5e5550; font-size: .82rem; }
.review-preview-grid { display: grid; gap: 14px; }
.review-preview-card { padding: 22px; display: grid; grid-template-columns: 54px 1fr; gap: 16px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.review-preview-card h2 { margin: 0 0 2px; font-size: 1.3rem; }
.review-preview-card small { color: var(--teal); }
.review-preview-card p { margin: 10px 0 0; }
.review-preview-avatar { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg,var(--teal),var(--turquoise)); color: #fff; font-family: var(--serif); font-size: 1.45rem; }
.review-source-note, .policy-updated, .policy-source { margin-top: 22px; font-size: .8rem; }
.policy-document > section { padding: 26px 0; border-bottom: 1px solid var(--line); }
.policy-document > section h2 { margin-bottom: 10px; font-size: clamp(1.55rem,2.4vw,2.25rem); }
.policy-document a { color: #087f82; text-decoration: underline; text-underline-offset: 3px; }
.researched-section .direct-answer { padding: 18px 20px; border-left: 4px solid var(--teal); border-radius: 0 16px 16px 0; background: rgba(204,237,235,.55); color: var(--ink); font-family: var(--serif); font-size: 1.08rem; }
.prose-callout { margin: 18px 0; padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; background: #f8fbfa; }
.prose-callout strong { display: block; margin-bottom: 5px; font-family: var(--serif); }
.prose-callout p { margin: 0; }

@media (max-width: 1050px) {
  .header-shell { grid-template-columns: 150px 1fr auto; }
  .main-nav { position: fixed; inset: 98px 16px auto; max-height: calc(100vh - 120px); padding: 18px; border-radius: 22px; background: rgba(255,255,255,.98); color: var(--ink); box-shadow: var(--shadow); overflow: auto; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-list { display: grid; justify-content: stretch; }
  .nav-link, .nav-toggle { width: 100%; justify-content: space-between; padding: 12px; }
  .dropdown { position: static; width: 100%; display: none; padding: 6px; opacity: 1; visibility: visible; transform: none; box-shadow: none; }
  .nav-item.is-open .dropdown { display: grid; }
  .menu-button { display: grid; place-items: center; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-proof { width: 340px; }
  .planner-panel { grid-template-columns: 1fr 1fr; }
  .planner-submit { min-height: 60px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .destination-grid { grid-template-columns: repeat(2, 1fr); }
  .route { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
  .route::before { display: none; }
  .content-layout { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .cta-banner::after { right: 8%; opacity: .45; }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .site-header, .site-header.is-sticky { inset: 8px 0 auto; }
  .header-shell { width: calc(100% - 16px); min-height: 64px; grid-template-columns: 1fr auto; padding: 8px 10px 8px 14px; border-radius: 18px; }
  .brand img { width: 106px; }
  .header-actions { gap: 7px; }
  .language-switch { display: none; }
  .main-nav { inset: 80px 8px auto; }
  .hero { min-height: 730px; padding-top: 120px; }
  .hero-copy { padding-top: 16px; }
  .hero-copy h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .hero-proof { right: 14px; bottom: 20px; width: calc(100% - 28px); }
  .hero-proof img { height: 78px; }
  .page-hero { min-height: 590px; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 32px; }
  .planner-wrap { margin-top: -22px; }
  .planner-intro { display: block; padding: 24px 18px 16px; }
  .planner-tabs { grid-template-columns: 1fr; padding: 0 12px; }
  .planner-tab { min-height: 92px; border-radius: 18px; }
  .planner-panel { grid-template-columns: 1fr; padding: 16px; }
  .service-cards, .cards, .destination-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 460px; }
  .split { grid-template-columns: 1fr; gap: 38px; }
  .split-media > img { min-height: 380px; }
  .split-badge { right: 12px; width: 120px; }
  .feature-list, .prose-grid { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr 1fr; }
  .route { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-auto-rows: 170px; }
  .gallery-grid figure, .gallery-grid figure:nth-child(1), .gallery-grid figure:nth-child(6) { grid-column: span 6; }
  .cta-banner {
    min-height: 450px;
    padding: 34px 24px 220px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .cta-banner .btn {
    min-height: 44px;
    max-width: 100%;
    white-space: normal;
  }
  .cta-banner::after { right: -20px; bottom: -15px; width: 290px; opacity: .8; }
  .cta-banner { overflow: clip; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-legal { display: block; }
  .floating-wa::before { display: none; }
}

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