:root {
  --ink: #17211d;
  --ink-soft: #35413b;
  --green: #063f34;
  --green-deep: #032d26;
  --lime: #d6f36f;
  --coral: #ff7657;
  --cream: #f6f3ea;
  --paper: #fffdf8;
  --mist: #e8eee9;
  --white: #fff;
  --muted: #69736e;
  --line: rgba(23, 33, 29, .13);
  --line-light: rgba(255, 255, 255, .18);
  --shadow-sm: 0 12px 30px rgba(18, 31, 25, .08);
  --shadow: 0 32px 90px rgba(18, 31, 25, .16);
  --radius-sm: 16px;
  --radius: 28px;
  --radius-xl: 42px;
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--lime); color: var(--ink); }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--white); padding: 12px 16px; border-radius: 12px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

h1, h2, h3 { margin: 0; line-height: .98; letter-spacing: -.055em; font-weight: 750; text-wrap: balance; }
h1 { font-size: clamp(3.8rem, 8vw, 8.2rem); }
h2 { font-size: clamp(2.6rem, 5.3vw, 5.3rem); }
h3 { font-size: clamp(1.35rem, 2.3vw, 2rem); letter-spacing: -.035em; }
p { margin: 0; }
.lead { max-width: 680px; font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: rgba(255,255,255,.76); }
.section-lead { max-width: 680px; font-size: clamp(1rem, 1.4vw, 1.16rem); color: var(--muted); }
.eyebrow, .kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before, .kicker::before { content: ""; width: 18px; height: 7px; border-radius: 99px; background: var(--coral); }
.section-dark .eyebrow, .page-hero .eyebrow, .cta .eyebrow { color: var(--lime); }
.section { padding: clamp(84px, 10vw, 150px) 0; }
.section-sm { padding: clamp(64px, 7vw, 100px) 0; }
.section-dark { background: var(--green-deep); color: var(--white); }
.section-sand { background: #ece9df; }
.section-header { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 70px; align-items: end; margin-bottom: 56px; }
.stack { display: grid; gap: 22px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: .92rem;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--coral); color: #211a17; box-shadow: 0 12px 30px rgba(255,118,87,.22); }
.btn-primary:hover { background: #ff896d; box-shadow: 0 15px 34px rgba(255,118,87,.3); }
.btn-secondary { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.28); color: var(--white); backdrop-filter: blur(12px); }
.btn-secondary:hover { background: rgba(255,255,255,.15); }
.btn-ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; color: var(--green); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

/* Navigation */
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 100; padding-top: 16px; color: var(--ink); }
.site-header.internal { position: relative; padding: 14px 0; background: var(--green-deep); }
.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 9px 10px 9px 18px;
  border: 1px solid rgba(23,33,29,.09);
  border-radius: 20px;
  background: rgba(255,253,248,.9);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand svg { width: 43px; height: 43px; flex: none; color: var(--green); }
.brand span { display: block; font-size: .94rem; font-weight: 900; line-height: .95; letter-spacing: .07em; text-transform: uppercase; }
.brand small { display: block; margin-top: 5px; font-size: .55rem; font-weight: 750; letter-spacing: .17em; opacity: .58; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: .89rem; font-weight: 750; }
.nav-links a:not(.btn) { position: relative; padding: 8px 0; }
.nav-links a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; border-radius: 99px; background: var(--coral); transition: right .2s ease; }
.nav-links a:not(.btn):hover::after, .nav-links a[aria-current="page"]::after { right: 0; }
.nav-toggle { display: none; width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: var(--paper); align-items: center; justify-content: center; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { position: relative; display: block; width: 20px; height: 2px; border-radius: 9px; background: currentColor; transition: transform .2s ease, top .2s ease, opacity .2s ease; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); background: var(--ink); }
.nav-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); background: var(--ink); }

/* New homepage */
.home-hero { position: relative; overflow: hidden; padding: 126px 0 54px; min-height: 860px; background: var(--cream); }
.home-hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -240px; top: 210px; border-radius: 50%; background: rgba(214,243,111,.23); filter: blur(1px); }
.home-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); gap: clamp(40px, 6vw, 90px); align-items: center; }
.home-hero-copy { position: relative; z-index: 2; padding: 56px 0 34px; }
.home-hero-copy h1 { margin: 22px 0 28px; max-width: 760px; color: var(--green-deep); }
.home-hero-copy h1 span { color: var(--coral); }
.home-hero-copy .intro { max-width: 600px; color: var(--ink-soft); font-size: clamp(1.06rem, 1.6vw, 1.27rem); }
.home-hero-copy .btn-row { margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 32px; color: var(--muted); font-size: .83rem; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.home-hero-visual { position: relative; min-height: 680px; }
.home-hero-image { position: absolute; inset: 0 0 0 50px; overflow: hidden; border-radius: 52px 14px 52px 52px; box-shadow: var(--shadow); background: var(--green); }
.home-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 54%, rgba(3,45,38,.48)); pointer-events: none; }
.hero-route-card { position: absolute; left: 0; bottom: 45px; z-index: 2; width: min(355px, 77%); padding: 22px; border-radius: 22px; background: rgba(255,253,248,.94); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.hero-route-card small { display: block; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-route-card strong { display: block; margin: 10px 0 6px; font-size: 1.15rem; line-height: 1.25; }
.hero-route-card p { color: var(--muted); font-size: .86rem; }
.hero-badge { position: absolute; right: -4px; top: 80px; z-index: 2; width: 128px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--green-deep); text-align: center; font-size: .75rem; font-weight: 900; line-height: 1.15; letter-spacing: .08em; text-transform: uppercase; transform: rotate(8deg); box-shadow: var(--shadow-sm); }

.signal-strip { padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.signal-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 18px; align-items: center; }
.signal-intro { font-weight: 850; letter-spacing: -.02em; }
.signal-item { padding-left: 24px; border-left: 1px solid var(--line); }
.signal-item strong { display: block; font-size: .9rem; }
.signal-item span { display: block; margin-top: 3px; color: var(--muted); font-size: .78rem; }

.editorial-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.editorial-intro h2 { max-width: 860px; }
.editorial-intro-copy { display: grid; gap: 24px; padding-top: 10px; }
.editorial-intro-copy p { color: var(--muted); font-size: 1.08rem; }

.experience-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 62px; }
.experience-card { position: relative; aspect-ratio: 1 / 1; min-height: 0; overflow: hidden; border-radius: var(--radius); color: var(--white); background: var(--green); }
.experience-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.experience-card:hover img { transform: scale(1.035); }
.experience-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 34%, rgba(3,45,38,.86)); }
.experience-copy { position: absolute; z-index: 1; left: 23px; right: 23px; bottom: 22px; }
.experience-copy span { font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; color: var(--lime); }
.experience-copy h3 { margin-top: 9px; font-size: clamp(1.4rem, 2vw, 2rem); }
.experience-copy p { margin-top: 8px; color: rgba(255,255,255,.75); font-size: .82rem; }

.journey-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.journey-row { position: relative; min-width: 0; display: flex; flex-direction: column; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.journey-row:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: rgba(6,63,52,.3); }
.journey-row picture { width: 100%; overflow: hidden; border-radius: 20px; }
.journey-row img { width: 100%; aspect-ratio: 16 / 10; height: auto; object-fit: cover; }
.journey-content { flex: 1; display: grid; align-content: start; gap: 11px; padding: 16px 10px 66px; }
.journey-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.journey-meta span { padding: 6px 9px; border-radius: 99px; background: var(--mist); color: var(--green); font-size: .64rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.journey-content h3 { font-size: clamp(1.45rem, 2vw, 1.9rem); }
.journey-content p { color: var(--muted); font-size: .88rem; }
.journey-arrow { position: absolute; right: 22px; bottom: 22px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--green); color: var(--white); font-size: 1.2rem; transition: transform .2s ease, background .2s ease; }
.journey-row:hover .journey-arrow { transform: translateX(3px); background: var(--coral); }

.why-panel { overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; border-radius: var(--radius-xl); background: var(--green-deep); color: var(--white); }
.why-image { min-height: 690px; }
.why-image img { width: 100%; height: 100%; object-fit: cover; }
.why-copy { padding: clamp(50px, 7vw, 95px); display: flex; flex-direction: column; justify-content: center; }
.why-copy h2 { margin: 18px 0 24px; }
.why-copy > p { color: rgba(255,255,255,.69); font-size: 1.06rem; }
.reason-list { display: grid; gap: 0; margin-top: 40px; }
.reason { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line-light); }
.reason-number { color: var(--lime); font-size: .74rem; font-weight: 900; letter-spacing: .12em; }
.reason h3 { font-size: 1.15rem; letter-spacing: -.02em; }
.reason p { margin-top: 5px; color: rgba(255,255,255,.62); font-size: .87rem; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 50px; counter-reset: process; }
.process-card { counter-increment: process; min-height: 265px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.process-card::before { content: "0" counter(process); color: var(--coral); font-size: .73rem; font-weight: 900; letter-spacing: .13em; }
.process-card h3 { font-size: 1.35rem; }
.process-card p { margin-top: 11px; color: var(--muted); font-size: .88rem; }

.home-cta { position: relative; overflow: hidden; min-height: 560px; display: flex; align-items: end; border-radius: var(--radius-xl); color: var(--white); background: var(--green); }
.home-cta img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.home-cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,45,38,.94), rgba(3,45,38,.35)); }
.home-cta-copy { position: relative; z-index: 1; max-width: 800px; padding: clamp(42px, 7vw, 86px); }
.home-cta-copy h2 { margin: 17px 0 23px; }
.home-cta-copy p { max-width: 610px; color: rgba(255,255,255,.74); font-size: 1.08rem; }
.home-cta-copy .btn-row { margin-top: 30px; }

/* Shared legacy layouts, redesigned */
.hero { position: relative; min-height: 800px; display: grid; align-items: end; color: var(--white); overflow: hidden; background: var(--green-deep); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,45,38,.91), rgba(3,45,38,.18)), linear-gradient(0deg, rgba(3,45,38,.55), transparent 48%); }
.hero-content { position: relative; z-index: 1; padding-bottom: 90px; }
.hero-content h1 { margin: 18px 0 24px; max-width: 900px; }
.hero-content .btn-row { margin-top: 32px; }
.hero-note { display: none; }
.trust-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-item { display: flex; gap: 13px; align-items: center; padding: 20px 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-icon { width: 34px; height: 34px; color: var(--coral); }
.trust-item strong { display: block; font-size: .9rem; }
.trust-item span { display: block; margin-top: 3px; color: var(--muted); font-size: .78rem; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr); gap: clamp(50px, 8vw, 112px); align-items: center; }
.split.reverse { grid-template-columns: minmax(380px, .85fr) minmax(0, 1fr); }
.split-copy { display: grid; gap: 26px; }
.split-copy h2 { max-width: 780px; }
.split-media { position: relative; }
.split-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-media.landscape img { aspect-ratio: 5/4; }
.split-media::after { content: ""; position: absolute; width: 42%; aspect-ratio: 1; right: -16px; bottom: -16px; border-radius: 50%; background: var(--lime); z-index: -1; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-top: 8px; }
.stat { padding-top: 16px; border-top: 1px solid var(--line); }
.stat strong { display: block; font-size: 2rem; font-weight: 850; letter-spacing: -.05em; }
.stat span { color: var(--muted); font-size: .78rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .22s ease, box-shadow .22s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.card > a { height: 100%; display: flex; flex-direction: column; }
.card-media { position: relative; overflow: hidden; }
.card-media img { width: 100%; height: auto; aspect-ratio: 16/10; object-fit: cover; transition: transform .55s ease; }
.card:hover .card-media img { transform: scale(1.03); }
.card-label { position: absolute; left: 14px; top: 14px; padding: 8px 11px; border-radius: 99px; background: rgba(255,253,248,.92); color: var(--green); font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.card-body { flex: 1; display: grid; align-content: start; gap: 15px; padding: 23px; }
.card-body p { color: var(--muted); }
.card-meta { display: flex; justify-content: space-between; gap: 10px; padding-top: 13px; border-top: 1px solid var(--line); font-size: .78rem; font-weight: 800; }
.mosaic { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 280px 280px; gap: 16px; }
.mosaic-item { position: relative; overflow: hidden; border-radius: var(--radius); color: var(--white); }
.mosaic-item:first-child { grid-row: 1 / 3; }
.mosaic-item img { width: 100%; height: 100%; object-fit: cover; }
.mosaic-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(3,45,38,.82)); }
.mosaic-copy { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 22px; }
.mosaic-copy h3 { font-size: 1.5rem; }
.mosaic-copy p { margin-top: 6px; color: rgba(255,255,255,.72); font-size: .84rem; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
.step { counter-increment: step; min-height: 250px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line-light); border-radius: 22px; }
.step::before { content: "0" counter(step); color: var(--lime); font-size: .73rem; font-weight: 900; letter-spacing: .13em; }
.step h3 { font-size: 1.3rem; }
.step p { margin-top: 10px; color: rgba(255,255,255,.64); font-size: .88rem; }
.quote-panel { padding: clamp(38px, 7vw, 82px); display: grid; grid-template-columns: .65fr 1.35fr; gap: 52px; align-items: center; border-radius: var(--radius-xl); background: #e5efbb; }
.quote-mark { font-size: clamp(5rem, 12vw, 10rem); line-height: .5; font-weight: 800; color: var(--green); }
.quote-panel blockquote { margin: 0; font-size: clamp(1.55rem, 3.1vw, 3rem); line-height: 1.12; letter-spacing: -.045em; font-weight: 750; }
.quote-panel p { margin-top: 22px; color: var(--ink-soft); }
.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 44px 24px 0; list-style: none; font-size: 1.05rem; font-weight: 800; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 21px; font-size: 1.4rem; color: var(--coral); }
details[open] summary::after { content: "−"; }
details p { padding: 0 38px 24px 0; color: var(--muted); }
.cta { position: relative; min-height: 570px; overflow: hidden; display: flex; align-items: end; border-radius: var(--radius-xl); color: var(--white); }
.cta img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,45,38,.94), rgba(3,45,38,.28)); }
.cta-copy { position: relative; z-index: 1; max-width: 800px; padding: clamp(42px, 7vw, 84px); display: grid; gap: 24px; }

/* Destinations */
.destination-hero { position: relative; overflow: hidden; padding: clamp(76px, 9vw, 126px) 0 clamp(76px, 9vw, 118px); background: var(--green-deep); color: var(--white); }
.destination-hero::before { content: ""; position: absolute; width: 560px; height: 560px; left: -330px; bottom: -390px; border-radius: 50%; background: var(--lime); opacity: .12; }
.destination-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr); gap: clamp(48px, 7vw, 96px); align-items: center; }
.destination-hero-copy { position: relative; z-index: 1; }
.destination-hero-copy .breadcrumbs { margin-bottom: 28px; }
.destination-hero-copy h1 { max-width: 760px; margin: 20px 0 28px; font-size: clamp(3.7rem, 6.2vw, 6.6rem); }
.destination-hero .eyebrow { color: var(--lime); }
.destination-hero-copy h1 span { color: var(--lime); }
.destination-hero-copy > p { max-width: 620px; color: rgba(255,255,255,.72); font-size: clamp(1.02rem, 1.45vw, 1.2rem); }
.destination-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 34px; }
.destination-text-link { color: var(--white); }
.destination-text-link:hover { color: var(--lime); }
.destination-hero-visual { position: relative; aspect-ratio: 5 / 4; overflow: hidden; border-radius: 44px 14px 44px 44px; box-shadow: var(--shadow); background: var(--green); }
.destination-hero-visual picture, .destination-hero-visual img { width: 100%; height: 100%; }
.destination-hero-visual img { object-fit: cover; }
.destination-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(3,45,38,.48)); pointer-events: none; }
.destination-hero-note { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 20px; display: flex; justify-content: space-between; gap: 18px; align-items: end; padding: 17px 19px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(3,45,38,.68); backdrop-filter: blur(12px); }
.destination-hero-note strong, .destination-hero-note span { display: block; }
.destination-hero-note strong { font-size: .9rem; }
.destination-hero-note span { color: rgba(255,255,255,.7); font-size: .78rem; text-align: right; }
.destination-section-header { align-items: start; }
.destination-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.destination-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.destination-card:hover { transform: translateY(-5px); border-color: rgba(6,63,52,.3); box-shadow: var(--shadow-sm); }
.destination-card-media { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: var(--mist); }
.destination-card-media picture, .destination-card-media img { width: 100%; height: 100%; }
.destination-card-media img { object-fit: cover; transition: transform .55s ease; }
.destination-card:hover .destination-card-media img { transform: scale(1.035); }
.destination-tag { position: absolute; left: 14px; top: 14px; padding: 7px 10px; border-radius: 99px; background: rgba(255,253,248,.92); color: var(--green); font-size: .64rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(10px); }
.destination-card-body { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.destination-card-title { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: start; }
.destination-card-title h3 { font-size: clamp(1.35rem, 2vw, 1.82rem); line-height: 1.02; }
.destination-card-title > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; background: var(--mist); color: var(--green); font-size: 1rem; transition: background .2s ease, color .2s ease, transform .2s ease; }
.destination-card:hover .destination-card-title > span { color: var(--white); background: var(--coral); transform: translate(2px, -2px); }
.destination-card-body > p { margin-top: 13px; color: var(--muted); font-size: .9rem; }
.destination-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: auto 0 0; padding-top: 16px; }
.destination-card dl div { padding-top: 13px; border-top: 1px solid var(--line); }
.destination-card dt { color: var(--muted); font-size: .63rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.destination-card dd { margin: 4px 0 0; font-size: .78rem; font-weight: 800; line-height: 1.35; }
.route-planning-strip { padding-top: 0; }
.route-planning-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.route-planning-grid > div { padding: 30px clamp(20px, 3vw, 42px); border-right: 1px solid var(--line); }
.route-planning-grid > div:first-child { padding-left: 0; }
.route-planning-grid > div:last-child { padding-right: 0; border-right: 0; }
.route-planning-grid span { display: block; margin-bottom: 22px; color: var(--coral); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.route-planning-grid strong { display: block; font-size: 1.05rem; }
.route-planning-grid p { margin-top: 7px; color: var(--muted); font-size: .85rem; }
.destination-season .split-media.landscape img { aspect-ratio: 4 / 3; }

/* Internal pages */
.page-hero { position: relative; overflow: hidden; padding: clamp(100px, 12vw, 160px) 0 clamp(82px, 10vw, 128px); background: var(--green-deep); color: var(--white); }
.page-hero::before { content: ""; position: absolute; width: 450px; height: 450px; right: -130px; bottom: -270px; border-radius: 50%; background: var(--lime); opacity: .12; }
.page-hero::after { content: "LK"; position: absolute; right: 3vw; top: 50%; transform: translateY(-50%); font-size: clamp(7rem, 17vw, 15rem); line-height: 1; font-weight: 950; letter-spacing: -.08em; color: rgba(255,255,255,.025); }
.page-hero h1 { position: relative; z-index: 1; max-width: 1000px; margin: 17px 0 22px; font-size: clamp(3.5rem, 7vw, 7.2rem); }
.page-hero p { position: relative; z-index: 1; max-width: 760px; color: rgba(255,255,255,.7); font-size: 1.12rem; }
.breadcrumbs { position: relative; z-index: 1; margin-bottom: 20px; color: rgba(255,255,255,.58); font-size: .75rem; font-weight: 750; }
.breadcrumbs a:hover { color: var(--lime); }
.feature-list { display: grid; gap: 13px; padding: 0; margin: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 28px; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: .52em; width: 12px; height: 8px; border-left: 2px solid var(--coral); border-bottom: 2px solid var(--coral); transform: rotate(-45deg); }
.itinerary { display: grid; }
.itinerary-item { display: grid; grid-template-columns: 90px 1fr; gap: 26px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.day { color: var(--coral); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.itinerary-item h3 { font-size: 1.35rem; }
.itinerary-item p { margin-top: 9px; color: var(--muted); }
.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.info-box { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.info-box h3 { margin-bottom: 18px; }
.form-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 74px; align-items: start; }
.form-card { padding: clamp(26px, 4vw, 44px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 17px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-size: .8rem; font-weight: 850; }
input, select, textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 13px; outline: none; background: var(--white); color: var(--ink); }
textarea { min-height: 145px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(6,63,52,.11); }
.form-note { margin-top: 14px; color: var(--muted); font-size: .77rem; }
.contact-list { display: grid; gap: 20px; margin-top: 32px; }
.contact-item { display: grid; grid-template-columns: 42px 1fr; gap: 14px; }
.contact-item svg { width: 29px; height: 29px; color: var(--coral); }
.contact-item strong { display: block; }
.contact-item span { display: block; color: var(--muted); }

/* Footer */
.site-footer { padding: 76px 0 25px; background: #021f1a; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .75fr 1fr; gap: 46px; padding-bottom: 56px; }
.footer-grid .brand svg { color: var(--green); }
.footer-grid h3 { margin-bottom: 19px; color: var(--lime); font-size: .7rem; line-height: 1; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.63); }
.footer-grid a:hover { color: var(--white); }
.footer-links { display: grid; gap: 10px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.43); font-size: .76rem; }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 80; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; background: var(--green); color: var(--white); box-shadow: 0 15px 35px rgba(3,45,38,.25); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 27px; height: 27px; }

/* Keep content visible even if JS fails */
.reveal { opacity: 1; transform: none; }
.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; }

@media (max-width: 1060px) {
  .home-hero-grid { grid-template-columns: minmax(0,.85fr) minmax(430px,1.15fr); gap: 38px; }
  .destination-hero-grid { grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); gap: 42px; }
  .home-hero-visual { min-height: 620px; }
  .experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .container { width: min(calc(100% - 34px), var(--max)); }
  .site-header { padding-top: 12px; }
  .nav { min-height: 66px; border-radius: 18px; padding-left: 14px; }
  .nav-toggle { display: inline-flex; }
  .nav-links { position: absolute; top: 84px; left: 17px; right: 17px; display: none; flex-direction: column; align-items: stretch; gap: 8px; padding: 16px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,253,248,.98); box-shadow: var(--shadow); color: var(--ink); }
  .nav-links.open { display: flex; }
  .nav-links a:not(.btn) { padding: 11px 10px; border-radius: 10px; }
  .nav-links a:not(.btn):hover { background: var(--mist); }
  .nav-links a:not(.btn)::after { display: none; }
  .nav-links .btn { width: 100%; margin-top: 4px; }
  .home-hero { padding-top: 108px; }
  .home-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .home-hero-copy { padding: 42px 0 12px; }
  .home-hero-copy h1 { font-size: clamp(4.2rem, 13vw, 7.3rem); max-width: 760px; }
  .home-hero-visual { min-height: 660px; }
  .home-hero-image { inset: 0 0 0 80px; }
  .signal-grid { grid-template-columns: repeat(3,1fr); }
  .signal-intro { grid-column: 1 / -1; padding-bottom: 12px; }
  .signal-item:first-of-type { padding-left: 0; border-left: 0; }
  .editorial-intro, .section-header, .split, .split.reverse, .faq, .form-shell, .why-panel { grid-template-columns: 1fr; }
  .destination-hero-grid { grid-template-columns: 1fr; }
  .destination-hero-copy { max-width: 820px; }
  .destination-hero-visual { max-width: 820px; width: 100%; }
  .destination-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split.reverse .split-media { order: 2; }
  .why-image { min-height: 520px; }
  .journey-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid, .steps { grid-template-columns: repeat(2,1fr); }
  .card-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .quote-panel { grid-template-columns: 1fr; gap: 18px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 250px 250px; }
  .mosaic-item:first-child { grid-column: 1 / -1; grid-row: auto; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .destination-hero { padding-top: 62px; }
  .destination-hero-copy h1 { font-size: clamp(3.35rem, 16vw, 5.4rem); }
  .destination-hero-actions .btn { width: 100%; }
  .destination-hero-visual { aspect-ratio: 4 / 3; border-radius: 30px 10px 30px 30px; }
  .destination-hero-note { align-items: start; flex-direction: column; }
  .destination-hero-note span { text-align: left; }
  .destination-grid { grid-template-columns: 1fr; gap: 16px; }
  .destination-card-body { padding: 20px; }
  .route-planning-grid { grid-template-columns: 1fr; }
  .route-planning-grid > div, .route-planning-grid > div:first-child, .route-planning-grid > div:last-child { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .route-planning-grid > div:last-child { border-bottom: 0; }
  h2 { font-size: clamp(2.55rem, 13vw, 4.2rem); }
  .section { padding: 76px 0; }
  .section-sm { padding: 58px 0; }
  .brand svg { width: 39px; height: 39px; }
  .brand span { font-size: .84rem; }
  .home-hero { min-height: auto; padding: 102px 0 30px; }
  .home-hero-copy { padding-top: 28px; }
  .home-hero-copy h1 { margin-top: 18px; font-size: clamp(3.6rem, 18vw, 5.6rem); }
  .home-hero-copy .btn-row .btn { width: 100%; }
  .hero-proof { display: grid; gap: 9px; }
  .home-hero-visual { min-height: 525px; }
  .home-hero-image { inset: 0; border-radius: 30px 10px 30px 30px; }
  .hero-route-card { left: 12px; bottom: 12px; width: calc(100% - 24px); padding: 18px; }
  .hero-badge { right: 8px; top: 18px; width: 98px; font-size: .62rem; }
  .signal-grid { grid-template-columns: 1fr; gap: 0; }
  .signal-intro { padding-bottom: 17px; }
  .signal-item, .signal-item:first-of-type { padding: 14px 0; border-left: 0; border-top: 1px solid var(--line); }
  .editorial-intro { gap: 25px; }
  .experience-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .experience-card { aspect-ratio: 5 / 4; }
  .journey-list { grid-template-columns: 1fr; }
  .journey-row { padding: 12px; }
  .journey-content { padding: 18px 8px 68px; }
  .why-panel { border-radius: 30px; }
  .why-image { min-height: 380px; }
  .why-copy { padding: 34px 24px 42px; }
  .process-grid, .steps, .card-grid, .trust-grid, .stats, .info-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .process-card, .step { min-height: 220px; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .mosaic { grid-template-columns: 1fr; grid-template-rows: repeat(5, 300px); }
  .mosaic-item:first-child { grid-column: auto; }
  .quote-panel { padding: 34px 24px; border-radius: 30px; }
  .page-hero { padding-top: 82px; }
  .page-hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .itinerary-item { grid-template-columns: 1fr; gap: 7px; }
  .field.full { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .btn-row .btn { width: 100%; }
  .cta, .home-cta { min-height: 600px; border-radius: 30px; }
  .cta-copy, .home-cta-copy { padding: 34px 24px; }
  .whatsapp-float { right: 13px; bottom: 13px; }
}

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