/* Arctic Aurora Productions - site styles
   Look and feel follows the pricing brochures: deep night navy, mint-green accent,
   Cormorant Garamond headlines with an italic accent, Inter for text, pale paper sections. */

@font-face { font-family: "Cormorant Garamond"; src: url("/assets/fonts/cormorant.woff2") format("woff2"); font-weight: 300 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("/assets/fonts/cormorant-italic.woff2") format("woff2"); font-weight: 300 700; font-style: italic; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/assets/fonts/inter.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }

:root {
  --night-950: #03080f;
  --night-900: #050c15;
  --night-800: #08131f;
  --night-700: #0d1c2b;
  --night-600: #12293a;
  --mint: #86e3b2;
  --mint-soft: rgba(134, 227, 178, 0.16);
  --green-ink: #17754f;
  --amber: #e8b04a;
  --paper: #f1f5f9;
  --paper-line: #d5dee7;
  --navy-text: #0b1622;
  --body-light: #3a4757;
  --muted-light: #586576;
  --line: rgba(255, 255, 255, 0.17);
  --on-dark: rgba(255, 255, 255, 0.84);
  --on-dark-muted: rgba(255, 255, 255, 0.62);

  --font-display: "Cormorant Garamond", "Cormorant", Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --gutter: clamp(1.4rem, 5vw, 3rem);
  --maxw: 1180px;
  --header-h: 74px;
  --radius: 14px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 1rem); background: var(--night-900); }
body {
  margin: 0; font-family: var(--font-body); font-size: 1rem; line-height: 1.7;
  color: var(--on-dark); background: var(--night-900); -webkit-font-smoothing: antialiased;
}
img, picture, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--mint); text-underline-offset: 0.2em; }
a:hover { color: #fff; }
h1, h2, h3 {
  font-family: var(--font-display); font-weight: 500; line-height: 1.04; letter-spacing: -0.012em;
  margin: 0 0 0.5em; text-wrap: balance; color: #fff;
}
h1 { font-size: clamp(2.9rem, 7.4vw, 5.6rem); }
h2 { font-size: clamp(2.2rem, 4.8vw, 3.7rem); }
h3 { font-size: 1.7rem; line-height: 1.12; }
h1 em, h2 em, h3 em { font-style: italic; font-weight: 400; color: var(--mint); }
p { margin: 0 0 1.15em; max-width: 64ch; }
ul { margin: 0; padding: 0; }

:focus-visible { outline: 2px solid var(--mint); outline-offset: 4px; border-radius: 4px; }
.on-paper :focus-visible { outline-color: var(--green-ink); }

.wrap { width: min(var(--maxw), 100% - 2 * var(--gutter)); margin-inline: auto; }
.skip { position: absolute; left: 1rem; top: -4rem; z-index: 100; background: #fff; color: #000; padding: 0.6rem 1rem; border-radius: 8px; }
.skip:focus { top: 1rem; }

/* ------------------------------------------------------------- shared small parts */
.eyebrow {
  display: flex; align-items: center; gap: 0.95rem; margin: 0 0 1.25rem;
  font-family: var(--font-body); font-size: 0.72rem; font-weight: 600; line-height: 1.2;
  letter-spacing: 0.26em; text-transform: uppercase; color: var(--mint);
}
.eyebrow::before { content: ""; flex: none; width: 2.4rem; height: 2px; background: currentColor; }
.on-paper .eyebrow { color: var(--green-ink); }
.label {
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--mint); line-height: 1.3;
}
.on-paper .label { color: var(--green-ink); }
.serif-lead { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: clamp(1.4rem, 2.6vw, 1.85rem); line-height: 1.3; color: var(--on-dark); max-width: 34ch; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; text-decoration: none; cursor: pointer;
  font-family: var(--font-body); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; line-height: 1;
  padding: 1.1rem 1.9rem; border-radius: 999px;
  background: var(--mint); color: #05140d; border: 1px solid var(--mint);
  transition: background-color 0.18s, color 0.18s, border-color 0.18s;
}
.btn:hover { background: #fff; border-color: #fff; color: #05140d; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.5); }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.1); border-color: #fff; color: #fff; }
.on-paper .btn { background: var(--night-800); border-color: var(--night-800); color: #fff; }
.on-paper .btn:hover { background: var(--green-ink); border-color: var(--green-ink); color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.icon { width: 1.15rem; height: 1.15rem; flex: none; }

/* ------------------------------------------------------------- header */
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(4, 10, 18, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
/* blur lives on a pseudo-element: a backdrop-filter on the header itself would make the fixed mobile menu shrink to the header's height */
.site-header::before { content: ""; position: absolute; inset: 0; z-index: -1; -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.bar { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-h); gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: 0.85rem; text-decoration: none; color: #fff; }
.brand:hover { color: #fff; }
.brand svg { width: 42px; height: 42px; flex: none; }
.brand-text { display: grid; gap: 0.2rem; font-size: 0.66rem; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; line-height: 1.15; }
.brand-text small { font-size: 0.56rem; font-weight: 500; letter-spacing: 0.3em; color: var(--on-dark-muted); }

.nav-toggle {
  display: inline-flex; align-items: center; gap: 0.7rem; background: transparent; color: #fff; cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 999px; padding: 0.6rem 1.05rem;
  font: 600 0.7rem/1 var(--font-body); letter-spacing: 0.18em; text-transform: uppercase;
}
.nav-toggle .bars { width: 16px; height: 10px; position: relative; display: block; }
.nav-toggle .bars::before, .nav-toggle .bars::after { content: ""; position: absolute; left: 0; right: 0; height: 1.5px; background: currentColor; }
.nav-toggle .bars::before { top: 0; }
.nav-toggle .bars::after { bottom: 0; }

.nav { display: none; position: fixed; inset: var(--header-h) 0 0 0; background: var(--night-900); overflow-y: auto; padding: 0.5rem var(--gutter) 3rem; }
.nav.is-open { display: block; }
.nav ul { list-style: none; }
.nav a, .nav .nav-parent {
  display: block; width: 100%; text-align: left; color: #fff; text-decoration: none; font-size: 1.05rem; font-weight: 500;
  padding: 1rem 0; border: 0; background: none; font-family: inherit; cursor: default; border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.nav a[aria-current="page"] { color: var(--mint); }
.nav .sub { padding-left: 1rem; }
.nav .sub a { font-size: 0.98rem; font-weight: 400; color: var(--on-dark); padding: 0.8rem 0; }
.nav .caret { display: none; }
.nav .nav-cta, .nav .nav-cta[aria-current="page"] {
  margin-top: 1.5rem; text-align: center; border: 1px solid var(--mint); color: var(--mint); border-radius: 999px; padding: 1rem;
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
}
.nav .lang { margin-top: 0.75rem; border-bottom: 0; font-size: 0.8rem; letter-spacing: 0.16em; color: var(--on-dark-muted); }

@media (min-width: 1080px) {
  .nav-toggle { display: none; }
  .nav { display: block; position: static; padding: 0; overflow: visible; background: none; }
  .nav > ul { display: flex; align-items: center; gap: 0.1rem; }
  .nav a, .nav .nav-parent {
    display: inline-flex; align-items: center; gap: 0.4rem; width: auto; font-size: 0.86rem; font-weight: 500; letter-spacing: 0.01em;
    padding: 0.55rem 0.8rem; border: 0; border-radius: 999px; cursor: pointer; color: rgba(255, 255, 255, 0.86);
  }
  .nav a:hover, .nav .nav-parent:hover { background: rgba(255, 255, 255, 0.07); color: #fff; }
  .nav .caret { display: inline-block; width: 0.42rem; height: 0.42rem; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); }
  .has-sub { position: relative; }
  .nav .sub {
    display: none; position: absolute; top: calc(100% + 0.4rem); left: 0; min-width: 16rem; padding: 0.5rem;
    background: var(--night-700); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 12px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  }
  .has-sub::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 0.6rem; }
  .has-sub:hover > .sub, .has-sub:focus-within > .sub, .has-sub.is-open > .sub { display: block; }
  .nav .sub a { display: flex; width: 100%; padding: 0.7rem 0.85rem; border-radius: 8px; font-size: 0.9rem; }
  .nav .nav-cta, .nav .nav-cta[aria-current="page"] { margin: 0 0 0 0.6rem; padding: 0.75rem 1.2rem; font-size: 0.68rem; }
  .nav .nav-cta:hover { background: var(--mint); color: #05140d; }
  .nav .lang { margin: 0 0 0 0.2rem; font-size: 0.68rem; letter-spacing: 0.16em; border: 1px solid rgba(255, 255, 255, 0.25); padding: 0.55rem 0.8rem; }
}

/* ------------------------------------------------------------- hero (framed like the brochure cover) */
.hero, .page-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--night-900); color: #fff; }
.hero picture, .hero .hero-img, .page-hero picture, .page-hero .hero-img { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; }
.hero .hero-img, .page-hero .hero-img { object-fit: cover; }
.hero-shade { position: absolute; inset: 0; z-index: -1; background:
  linear-gradient(to top, rgba(3, 8, 15, 0.97) 0%, rgba(3, 8, 15, 0.72) 32%, rgba(3, 8, 15, 0.12) 68%),
  linear-gradient(to right, rgba(3, 8, 15, 0.5), rgba(3, 8, 15, 0) 62%); }
.hero::after, .page-hero.has-img::after {
  content: ""; position: absolute; inset: clamp(10px, 2.2vw, 30px); border: 1px solid rgba(255, 255, 255, 0.2); pointer-events: none; z-index: 1;
}
.hero { min-height: min(94svh, 880px); display: flex; align-items: flex-end; }
.hero-copy { position: relative; padding-block: clamp(6rem, 18vh, 10rem) clamp(2.4rem, 6vh, 4rem); z-index: 2; }
.hero h1 { max-width: 12.5ch; margin-bottom: 0.3em; }
.hero .serif-lead { margin-bottom: 0; }
.hero .btn-row { margin-top: 1.8rem; }

.strip { display: grid; grid-template-columns: 1fr; margin-top: clamp(2rem, 5vh, 3rem); border-top: 1px solid var(--line); }
.strip > div { padding: 1.1rem 0 0.9rem; border-bottom: 1px solid var(--line); }
.strip .label { display: block; margin-bottom: 0.35rem; }
.strip .v { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; line-height: 1.2; }
@media (min-width: 760px) {
  .strip { grid-template-columns: repeat(3, 1fr); }
  .strip > div { border-bottom: 0; padding: 1.4rem 1.6rem 0 1.6rem; border-left: 1px solid var(--line); margin-top: 0; }
  .strip > div:first-child { padding-left: 0; border-left: 0; }
  .strip .v { font-size: 1.55rem; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero .hero-img { animation: settle 2.8s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
  .hero-copy > * { animation: rise 1s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
  .hero-copy > *:nth-child(2) { animation-delay: 0.1s; }
  .hero-copy > *:nth-child(3) { animation-delay: 0.2s; }
  .hero-copy > *:nth-child(4) { animation-delay: 0.3s; }
  .hero-copy > *:nth-child(5) { animation-delay: 0.4s; }
}
@keyframes settle { from { transform: scale(1.06); } to { transform: scale(1); } }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

.page-hero.has-img { min-height: clamp(400px, 62vh, 620px); display: flex; align-items: flex-end; }
.page-hero-copy { position: relative; z-index: 2; padding-block: 7rem 3rem; width: min(var(--maxw), 100% - 2 * var(--gutter)); margin-inline: auto; }
.page-hero h1 { font-size: clamp(2.6rem, 6.4vw, 4.9rem); max-width: 16ch; margin-bottom: 0.25em; }
.page-hero .serif-lead { margin: 0; }
.page-hero:not(.has-img) { border-bottom: 1px solid rgba(255, 255, 255, 0.08); background:
  radial-gradient(55% 110% at 88% -10%, rgba(38, 140, 110, 0.4), transparent 68%),
  radial-gradient(35% 80% at 60% -20%, rgba(134, 227, 178, 0.1), transparent 70%), var(--night-900); }
.page-hero:not(.has-img) .page-hero-copy { padding-block: 4.5rem 3.6rem; }
.crumbs { font-size: 0.8rem; margin-bottom: 1.5rem; color: var(--on-dark-muted); letter-spacing: 0.04em; }
.crumbs a { color: var(--on-dark); text-decoration: none; }
.crumbs a:hover { color: var(--mint); }
.crumbs span[aria-hidden] { margin-inline: 0.65rem; opacity: 0.5; }

/* ------------------------------------------------------------- sections */
.section { padding-block: clamp(4rem, 9vw, 7.5rem); position: relative; }
.on-paper { background: var(--paper); color: var(--body-light); }
.on-paper h1, .on-paper h2, .on-paper h3 { color: var(--navy-text); }
.on-paper h2 em, .on-paper h3 em { color: var(--green-ink); }
.on-paper a:not(.btn) { color: var(--green-ink); }
.on-paper a:not(.btn):hover { color: var(--navy-text); }
.on-dark { background: var(--night-900); }
.on-deep { background: var(--night-950); }
.glow::before { content: ""; position: absolute; inset: 0; pointer-events: none; background:
  radial-gradient(45% 60% at 100% 0%, rgba(38, 140, 110, 0.22), transparent 70%); }
.glow > * { position: relative; }
.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 4.5vw, 3.4rem); }
.section-head p { font-size: 1.05rem; color: var(--on-dark-muted); }
.on-paper .section-head p { color: var(--muted-light); }

.intro { display: grid; gap: 1.8rem; }
@media (min-width: 900px) { .intro { grid-template-columns: 1.05fr 1fr; gap: 5rem; align-items: start; } }
.intro h2 { margin: 0; }
.intro p { font-size: 1.08rem; }

/* tour tiles (bento) */
.tiles { display: grid; gap: 1rem; grid-template-columns: 1fr; }
.tile {
  position: relative; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; min-height: 300px;
  color: #fff; text-decoration: none; background: var(--night-700); border-radius: var(--radius); border: 1px solid rgba(255, 255, 255, 0.12);
}
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1); }
.tile::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(3, 8, 15, 0.94), rgba(3, 8, 15, 0.1) 68%); }
.tile-copy { padding: 1.6rem 1.7rem 1.7rem; }
.tile h3 { margin: 0 0 0.3em; font-size: 2rem; }
.tile p { margin: 0; font-size: 0.95rem; color: var(--on-dark); max-width: 34ch; }
.tile .go {
  position: absolute; top: 1.2rem; right: 1.2rem; width: 2.7rem; height: 2.7rem; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45); display: grid; place-items: center; background: rgba(3, 8, 15, 0.35);
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.tile .go svg { width: 1.05rem; height: 1.05rem; }
.tile:hover { color: #fff; }
.tile:hover img { transform: scale(1.04); }
.tile:hover .go { background: var(--mint); border-color: var(--mint); color: #05140d; }
@media (prefers-reduced-motion: reduce) { .tile img, .area img { transition: none; } .tile:hover img, .area:hover img { transform: none; } }
@media (min-width: 800px) {
  .tiles { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 260px; }
  .tile { min-height: 0; }
  .tile-aurora { grid-column: 1 / span 3; grid-row: span 2; }
  .tile-aurora h3 { font-size: 2.7rem; }
  .tile-snowmobile { grid-column: 4 / span 3; }
  .tile-ice { grid-column: 4 / span 3; }
  .tile-wild { grid-column: 1 / span 3; }
  .tile-overnight { grid-column: 4 / span 3; }
}

/* ------------------------------------------------------------- price cards (from the brochure) */
.price-head { display: flex; align-items: center; gap: 1.2rem; margin: 2.6rem 0 1.4rem; }
.price-head .label { flex: none; }
.price-head::after { content: ""; flex: 1; height: 1px; background: var(--paper-line); }
.cards3 { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 760px) { .cards3 { grid-template-columns: repeat(3, 1fr); } }
.pcard {
  position: relative; overflow: hidden; border-radius: var(--radius); padding: 1.7rem 1.7rem 1.5rem; color: #fff;
  background: radial-gradient(130% 95% at 100% 0%, rgba(38, 140, 110, 0.55), transparent 62%), linear-gradient(180deg, #0c1d2c, #07121d);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.pcard::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--mint), rgba(134, 227, 178, 0)); }
.pcard .row { display: flex; align-items: center; justify-content: space-between; }
.pcard .persons { display: inline-flex; gap: 0.25rem; color: var(--mint); }
.pcard .persons svg { width: 0.95rem; height: 0.95rem; }
.pcard .amount { font-family: var(--font-display); font-weight: 500; font-variant-numeric: lining-nums; font-size: clamp(3.4rem, 6.4vw, 4.8rem); line-height: 1; margin: 2.2rem 0 1.6rem; white-space: nowrap; }
.pcard .amount span { color: var(--mint); font-size: 0.55em; margin-left: 0.12em; }
.pcard .small { font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--on-dark-muted); }
.pcard .label { color: rgba(255, 255, 255, 0.78); }
.pcard h3 { font-size: 2.2rem; margin: 0.6rem 0 0.5rem; color: #fff; }
.pcard p { color: var(--on-dark); font-size: 0.98rem; }
.pcard.wide { padding: 2rem; }

.notes { display: grid; gap: 0.9rem; margin-top: 1.1rem; }
@media (min-width: 760px) { .notes { grid-template-columns: 1fr 1fr; } }
.note {
  display: flex; align-items: center; gap: 0.85rem; background: #fff; border: 1px solid var(--paper-line); border-left: 3px solid var(--amber);
  border-radius: 8px; padding: 0.95rem 1.1rem; color: var(--navy-text); font-size: 0.95rem; line-height: 1.45;
}
.note svg { width: 1.2rem; height: 1.2rem; color: #b98216; flex: none; }

.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.4rem; }
.chip { border: 1px solid rgba(255, 255, 255, 0.34); border-radius: 999px; padding: 0.42rem 1rem; font-size: 0.85rem; color: #fff; }
.months { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.55rem; margin: 0.5rem 0 0.9rem; }
.month { text-align: center; padding: 0.65rem 0.3rem; border-radius: 8px; border: 1px solid rgba(134, 227, 178, 0.55); background: rgba(134, 227, 178, 0.2); font-size: 0.88rem; color: #fff; }

.duration {
  display: inline-flex; align-items: center; gap: 0.9rem; background: #fff; border: 1px solid var(--paper-line); border-radius: 12px; padding: 0.85rem 1.3rem;
}
.duration svg { width: 1.6rem; height: 1.6rem; color: var(--green-ink); flex: none; }
.duration .label { display: block; }
.duration .v { font-family: var(--font-display); font-size: 1.35rem; font-weight: 600; color: var(--navy-text); line-height: 1.2; }
.day-top { display: grid; gap: 1.4rem; align-items: start; margin-bottom: 1.2rem; }
@media (min-width: 820px) { .day-top { grid-template-columns: 1fr auto; gap: 3rem; align-items: center; } }
.day-top h2 { margin: 0; }
.day-p { max-width: 62ch; font-size: 1.05rem; }

/* overnight feature (image beside a card) */
.feature { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 940px) { .feature { grid-template-columns: 1fr 1fr; gap: 5rem; } }
.feature .media { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; border: 1px solid rgba(255, 255, 255, 0.1); }
.feature .media img { width: 100%; height: 100%; object-fit: cover; }
.feature-body > .lead { font-size: 1.08rem; max-width: 52ch; }
.iconline { display: flex; gap: 1rem; align-items: flex-start; margin-top: 1.6rem; }
.iconline .ring { flex: none; width: 3rem; height: 3rem; border-radius: 50%; border: 1px solid var(--mint); color: var(--mint); display: grid; place-items: center; }
.iconline .ring svg { width: 1.4rem; height: 1.4rem; }
.iconline h3 { font-size: 1.55rem; margin: 0 0 0.2em; }
.iconline p { margin: 0; color: var(--on-dark); font-size: 0.98rem; }

/* areas */
.areas { display: grid; gap: 1rem; }
@media (min-width: 800px) { .areas { grid-template-columns: 1fr 1fr; } }
.area {
  position: relative; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; min-height: 420px;
  color: #fff; text-decoration: none; background: var(--night-700); border-radius: var(--radius);
}
.area img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1); }
.area::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(3, 8, 15, 0.94), rgba(3, 8, 15, 0.05) 70%); }
.area .tile-copy { padding: 2rem; }
.area h3 { font-size: 2.6rem; margin-bottom: 0.25em; }
.area p { margin: 0; color: var(--on-dark); max-width: 36ch; }
.area:hover { color: #fff; }
.area:hover img { transform: scale(1.03); }
.area .go { position: absolute; top: 1.3rem; right: 1.3rem; width: 2.7rem; height: 2.7rem; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.45); display: grid; place-items: center; background: rgba(3, 8, 15, 0.35); }
.area:hover .go { background: var(--mint); border-color: var(--mint); color: #05140d; }
.area .go svg { width: 1.05rem; height: 1.05rem; }

/* values */
.values { display: grid; gap: 2.4rem; }
@media (min-width: 800px) { .values { grid-template-columns: repeat(3, 1fr); gap: 3rem; } }
.value { border-top: 1px solid var(--line); padding-top: 1.4rem; position: relative; }
.value::before { content: ""; position: absolute; top: -1px; left: 0; width: 2.4rem; height: 2px; background: var(--mint); }
.value h3 { font-size: 1.85rem; margin-bottom: 0.35em; }
.value p { margin: 0; color: var(--on-dark); font-size: 0.98rem; }

/* gallery */
.gallery { display: grid; gap: 0.7rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 700px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1000px) { .gallery.cols-6 { grid-template-columns: repeat(6, 1fr); } }
.gallery.three { grid-template-columns: repeat(3, 1fr); }
.gallery button { display: block; padding: 0; border: 0; background: var(--night-700); cursor: zoom-in; border-radius: 10px; overflow: hidden; aspect-ratio: 3 / 4; width: 100%; }
.gallery.wide button { aspect-ratio: 4 / 3; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1); }
.gallery button:hover img { transform: scale(1.05); }
@media (prefers-reduced-motion: reduce) { .gallery img { transition: none; } .gallery button:hover img { transform: none; } }

dialog.lightbox { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; }
dialog.lightbox::backdrop { background: rgba(2, 6, 11, 0.95); }
.lb-inner { width: 100%; height: 100%; display: grid; place-items: center; padding: 4rem 1rem 3.5rem; }
.lb-inner img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.lb-btn { position: absolute; background: rgba(8, 19, 31, 0.9); color: #fff; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 999px; font: 600 0.68rem/1 var(--font-body); letter-spacing: 0.16em; text-transform: uppercase; padding: 0.85rem 1.2rem; cursor: pointer; }
.lb-close { top: 1rem; right: 1rem; }
.lb-prev { left: 1rem; bottom: 1rem; }
.lb-next { right: 1rem; bottom: 1rem; }
.lb-caption { position: absolute; left: 0; right: 0; bottom: 1.4rem; text-align: center; color: var(--on-dark-muted); font-size: 0.88rem; padding-inline: 9rem; pointer-events: none; margin: 0 auto; max-width: none; }

/* CTA band */
.cta-band { background: radial-gradient(50% 140% at 90% 110%, rgba(38, 140, 110, 0.5), transparent 70%), radial-gradient(35% 90% at 55% 120%, rgba(134, 227, 178, 0.14), transparent 70%), var(--night-800); border-top: 1px solid rgba(255, 255, 255, 0.08); }
.cta-band h2 { max-width: 14ch; }
.cta-band p { font-size: 1.1rem; color: var(--on-dark); }

/* ------------------------------------------------------------- content pages */
.split { display: grid; gap: 3rem; }
@media (min-width: 940px) { .split { grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 5rem; align-items: start; } }
.prose h2 { font-size: clamp(2rem, 3.6vw, 2.8rem); margin-top: 1.6em; }
.prose h2:first-child { margin-top: 0; }
.prose p { font-size: 1.06rem; }
.facts { list-style: none; display: grid; gap: 0.9rem; margin: 0 0 1.5rem; }
.facts li { position: relative; padding-left: 2rem; }
.facts li::before { content: ""; position: absolute; left: 0; top: 0.85em; width: 1.2rem; height: 1.5px; background: var(--green-ink); }
.on-dark .facts li::before, .aside-card .facts li::before, .partner-card .facts li::before { background: var(--mint); }
.partner-card .facts li::before { background: var(--green-ink); }

.aside-card {
  border-radius: var(--radius); padding: 2rem; color: #fff; border: 1px solid rgba(255, 255, 255, 0.07);
  background: radial-gradient(130% 80% at 100% 0%, rgba(38, 140, 110, 0.5), transparent 62%), linear-gradient(180deg, #0c1d2c, #07121d);
}
.aside-card::before { content: ""; display: block; height: 3px; margin: -2rem -2rem 1.8rem; border-radius: var(--radius) var(--radius) 0 0; background: linear-gradient(90deg, var(--mint), rgba(134, 227, 178, 0)); }
@media (min-width: 940px) { .aside-card { position: sticky; top: calc(var(--header-h) + 1.5rem); } }
.aside-card h2 { font-size: 2.2rem; margin: 0.5rem 0 0.4em; color: #fff; }
.aside-card p { color: var(--on-dark); font-size: 0.98rem; }
.aside-card .btn, .on-paper .aside-card .btn { width: 100%; margin-top: 0.3rem; background: var(--mint); color: #05140d; border-color: var(--mint); }
.aside-card .btn:hover, .on-paper .aside-card .btn:hover { background: #fff; border-color: #fff; color: #05140d; }
.contact-lines { list-style: none; display: grid; gap: 0.9rem; margin: 1.6rem 0 0; }
.contact-lines li { display: flex; align-items: center; gap: 0.8rem; font-size: 0.98rem; word-break: break-word; }
.contact-lines svg { width: 1.2rem; height: 1.2rem; color: var(--mint); flex: none; }
.contact-lines a, .on-paper .aside-card .contact-lines a { color: #fff; text-decoration: none; }
.contact-lines a:hover, .on-paper .aside-card .contact-lines a:hover { color: var(--mint); }

.more-tours { display: grid; border-top: 1px solid var(--line); }
.on-paper .more-tours { border-top-color: var(--paper-line); }
.more-tours a {
  display: flex; justify-content: space-between; gap: 1.4rem; align-items: baseline; padding: 1.3rem 0; border-bottom: 1px solid var(--line);
  text-decoration: none; color: #fff; font-family: var(--font-display); font-size: 1.85rem; font-weight: 500;
}
.on-paper .more-tours a { color: var(--navy-text); border-bottom-color: var(--paper-line); }
.more-tours a small { font-family: var(--font-body); font-size: 0.9rem; font-weight: 400; color: var(--on-dark-muted); max-width: 34ch; text-align: right; }
.on-paper .more-tours a small { color: var(--muted-light); }
.more-tours a:hover { color: var(--mint); }
.on-paper .more-tours a:hover { color: var(--green-ink); }
@media (max-width: 640px) { .more-tours a { flex-direction: column; gap: 0.25rem; } .more-tours a small { text-align: left; } }

/* tours overview rows */
.tour-row { display: grid; gap: 1.6rem; padding-block: clamp(2.2rem, 5vw, 3.6rem); border-top: 1px solid var(--line); }
.tour-row:first-of-type { border-top: 0; padding-top: 0; }
.tour-row .media { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; background: var(--night-700); }
.tour-row .media img { width: 100%; height: 100%; object-fit: cover; }
.tour-row h2 { font-size: clamp(2.1rem, 3.8vw, 3rem); }
.tour-row p { color: var(--on-dark); }
@media (min-width: 860px) { .tour-row { grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; } .tour-row:nth-of-type(even) .media { order: 2; } }
.link-strong { font-weight: 600; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; }

/* prices list */
.plist { display: grid; border-top: 1px solid var(--paper-line); margin-top: 1.4rem; }
.plist-row { display: grid; gap: 0.6rem; padding: 1.5rem 0; border-bottom: 1px solid var(--paper-line); align-items: center; }
.plist-row h3 { margin: 0 0 0.1em; font-size: 1.9rem; }
.plist-row h3 a { color: inherit; text-decoration: none; }
.plist-row p { margin: 0; color: var(--muted-light); font-size: 0.95rem; }
.plist-row .pr { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-ink); font-weight: 600; }
@media (min-width: 760px) { .plist-row { grid-template-columns: minmax(0, 1.6fr) minmax(0, 0.8fr) auto; gap: 2rem; } }

/* partners */
.partner-card { border: 1px solid var(--paper-line); border-radius: var(--radius); padding: clamp(1.8rem, 4vw, 3rem); background: #fff; }
.partner-card h2 { font-size: clamp(2rem, 3.6vw, 2.8rem); }
.partner-card p { color: var(--body-light); }

/* contact + form */
.form { display: grid; gap: 1.2rem; }
@media (min-width: 640px) { .form { grid-template-columns: 1fr 1fr; } .form .full { grid-column: 1 / -1; } }
.form label { display: block; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 0.55rem; color: var(--green-ink); }
.form input, .form select, .form textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--navy-text); background: #fff; border: 1px solid #b7c4d1; border-radius: 10px; padding: 0.9rem 1rem;
}
.form textarea { min-height: 10rem; resize: vertical; }
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid rgba(23, 117, 79, 0.35); border-color: var(--green-ink); }
.form-note { color: var(--muted-light); font-size: 0.9rem; margin: 0; }
.person-name { font-family: var(--font-display); font-size: 2.2rem; font-weight: 500; line-height: 1.1; margin: 0.3rem 0 0.2rem; color: #fff; }
.person-role { color: var(--on-dark-muted); font-size: 0.9rem; margin: 0 0 1.6rem; }

/* ------------------------------------------------------------- footer */
.site-footer { background: var(--night-950); color: var(--on-dark); padding-block: 0 2rem; font-size: 0.95rem; position: relative; }
.site-footer::before { content: ""; display: block; height: 2px; background: linear-gradient(90deg, var(--mint), rgba(134, 227, 178, 0.6) 55%, var(--amber)); margin-bottom: clamp(3rem, 6vw, 4.5rem); }
.site-footer a { color: var(--on-dark); text-decoration: none; }
.site-footer a:hover { color: var(--mint); }
.footer-top { display: grid; gap: 2.4rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
@media (min-width: 900px) { .footer-top { grid-template-columns: 1.3fr 1fr 1fr; gap: 4rem; align-items: start; } }
.footer-contact .person-name { font-size: 2.5rem; }
.footer-contact .contact-lines { margin-top: 1.4rem; }
.footer-cols { display: grid; gap: 2rem; grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) { .footer-cols { display: contents; } }
.site-footer h2 { font-family: var(--font-body); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; margin: 0 0 1.1rem; color: var(--mint); line-height: 1.3; }
.site-footer ul { list-style: none; display: grid; gap: 0.55rem; }
.footer-bottom { padding-top: 1.8rem; display: flex; flex-wrap: wrap; gap: 0.6rem 2rem; justify-content: space-between; font-size: 0.8rem; color: var(--on-dark-muted); letter-spacing: 0.04em; }
.footer-bottom p { margin: 0; max-width: none; }
.footer-brand { display: inline-flex; align-items: center; gap: 0.85rem; margin-bottom: 1.6rem; }
.footer-brand svg { width: 44px; height: 44px; }

/* ------------------------------------------------------------- specificity fixes */
body p.eyebrow, body .eyebrow { font-size: 0.72rem; color: var(--mint); margin: 0 0 1.25rem; max-width: none; line-height: 1.2; }
body .on-paper p.eyebrow, body .on-paper .eyebrow { color: var(--green-ink); }
body .on-paper .aside-card .eyebrow { color: var(--mint); }
body p.label, body span.label { font-size: 0.7rem; line-height: 1.3; }
.aside-card .label, .on-paper .aside-card .label, .pcard.wide .label { color: var(--mint); }
.pcard .amount { font-weight: 600; color: #fff; }
.pcard .label { color: rgba(255, 255, 255, 0.85); }
.pcard.wide .label, .on-paper .pcard.wide .label { color: var(--mint); }
.hero h1 { max-width: 15ch; }
.hero-shade { background:
  linear-gradient(to top, rgba(3, 8, 15, 0.94) 0%, rgba(3, 8, 15, 0.6) 30%, rgba(3, 8, 15, 0.08) 62%),
  linear-gradient(to right, rgba(3, 8, 15, 0.42), rgba(3, 8, 15, 0) 58%); }
.hero .serif-lead { max-width: 40ch; font-size: clamp(1.3rem, 2.3vw, 1.7rem); }

.photo-band { margin: 2.2rem 0 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; background: var(--night-700); }
.photo-band img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
@media (min-width: 760px) { .photo-band { aspect-ratio: 16 / 8; } }
.page-hero h1 { max-width: 20ch; }

.on-paper .plist-row h3 a { color: var(--navy-text); }
.on-paper .plist-row h3 a:hover { color: var(--green-ink); }
@media (max-width: 520px) { .contact-lines li { font-size: 0.9rem; } }

/* ------------------------------------------------------------- update: cards row, months, form states, header tagline */
.cardrow { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.months { grid-template-columns: repeat(auto-fit, minmax(5.2rem, 1fr)); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-error { background: #fff; border: 1px solid #e3b7b7; border-left: 3px solid #c0392b; border-radius: 8px; padding: 0.9rem 1.1rem; color: var(--navy-text); }
.form-error p { margin: 0; font-size: 0.95rem; }
.form-error a { color: var(--green-ink); }
.form-success { border-radius: var(--radius); padding: 2.2rem; color: #fff; text-align: left; border: 1px solid rgba(255, 255, 255, 0.07);
  background: radial-gradient(130% 90% at 100% 0%, rgba(38, 140, 110, 0.5), transparent 62%), linear-gradient(180deg, #0c1d2c, #07121d); }
.form-success:focus { outline: none; }
.form-success .ok-icon { display: block; width: 2.6rem; height: 2.6rem; color: var(--mint); margin-bottom: 1rem; }
.form-success h3 { font-size: 2.2rem; margin-bottom: 0.3em; color: #fff; }
.form-success p { color: var(--on-dark); margin: 0; }
.form-success[hidden], .form[hidden], .form-error[hidden] { display: none; }
.brand-text { min-width: 0; }
.brand-text small { white-space: normal; letter-spacing: 0.16em; font-size: 0.54rem; line-height: 1.4; max-width: 26ch; }
@media (min-width: 1080px) { .brand-text small { white-space: nowrap; max-width: none; letter-spacing: 0.2em; } }

@media (max-width: 519px) {
  .nav-label { display: none; }
  .nav-toggle { padding: 0.75rem 0.85rem; }
  .brand { gap: 0.65rem; }
  .brand svg { width: 38px; height: 38px; }
  .brand-text small { white-space: nowrap; letter-spacing: 0.08em; font-size: 0.5rem; max-width: none; }
}

.pcard .btn, .on-paper .pcard .btn { background: var(--mint); color: #05140d; border-color: var(--mint); }
.pcard .btn:hover, .on-paper .pcard .btn:hover { background: #fff; border-color: #fff; color: #05140d; }
.aside-card .person-name { font-family: var(--font-display); font-size: 2.3rem; font-weight: 500; line-height: 1.1; color: #fff; margin: 0.3rem 0 0.3rem; }
.aside-card .person-role { color: var(--on-dark-muted); font-size: 0.9rem; margin: 0 0 1.4rem; }

/* ------------------------------------------------------------- mobile menu: full-height, scrollable list */
@media (max-width: 1079px) {
  .nav { top: var(--header-h); bottom: 0; height: calc(100vh - var(--header-h)); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; padding-bottom: 6rem; }
  @supports (height: 100dvh) { .nav { height: calc(100dvh - var(--header-h)); } }
  .nav > ul > li > a, .nav > ul > li > .nav-parent { font-family: var(--font-display); font-size: 1.75rem; font-weight: 500; padding: 1.05rem 0 0.55rem; border-bottom: 0; }
  .nav > ul > li { border-bottom: 1px solid rgba(255, 255, 255, 0.09); padding-bottom: 0.6rem; }
  .nav > ul > li.has-sub > .sub { margin: 0 0 0.4rem; padding-left: 0; }
  .nav .sub a { display: flex; align-items: center; min-height: 3rem; padding: 0.4rem 0 0.4rem 1rem; font-size: 1.02rem; border-bottom: 0; border-left: 1px solid rgba(255, 255, 255, 0.16); color: var(--on-dark); }
  .nav .sub a[aria-current="page"] { border-left-color: var(--mint); color: var(--mint); }
  .nav > ul > li:last-child { border-bottom: 0; }
  .nav > ul > li > a.nav-cta { font-family: var(--font-body); font-size: 0.78rem; padding: 1.1rem 1rem; }
  .nav > ul > li > a.lang { font-family: var(--font-body); font-size: 0.85rem; padding: 0.6rem 0; }
}
@media (max-width: 1079px) {
  .nav > ul > li > a, .nav > ul > li > .nav-parent { font-size: 1.6rem; padding: 0.8rem 0 0.4rem; }
  .nav .sub a { min-height: 2.6rem; padding-block: 0.3rem; }
  .nav > ul > li { padding-bottom: 0.45rem; }
  .nav > ul > li > a.nav-cta { margin-top: 1rem; }
}

/* ------------------------------------------------------------- 4th price box + language switch in the header bar */
.pcard.group { grid-column: 1 / -1; display: grid; gap: 1.2rem; align-items: center; padding: 1.6rem 1.7rem; }
.pcard.group .gl { display: flex; align-items: center; gap: 0.9rem; }
.pcard.group .gicon { display: inline-grid; place-items: center; width: 2.6rem; height: 2.6rem; border-radius: 50%; border: 1px solid var(--mint); color: var(--mint); }
.pcard.group .gicon svg { width: 1.3rem; height: 1.3rem; }
.pcard.group h3 { font-size: 2rem; margin: 0 0 0.15em; }
.pcard.group p { margin: 0; font-size: 0.98rem; color: var(--on-dark); }
.pcard.group .btn { justify-self: start; }
@media (min-width: 900px) { .pcard.group { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.6fr) auto; gap: 2rem; } .pcard.group .btn { justify-self: end; } }

.bar-right { display: flex; align-items: center; gap: 0.6rem; }
.lang-switch {
  display: inline-flex; align-items: center; gap: 0.5rem; text-decoration: none; color: #fff; white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 999px; padding: 0.6rem 0.95rem;
  font: 600 0.7rem/1 var(--font-body); letter-spacing: 0.14em; text-transform: uppercase;
  transition: background-color 0.18s, color 0.18s, border-color 0.18s;
}
.lang-switch svg { width: 1rem; height: 1rem; color: var(--mint); flex: none; }
.lang-switch:hover { background: var(--mint); border-color: var(--mint); color: #05140d; }
.lang-switch:hover svg { color: #05140d; }
.lang-switch .l-short { display: none; }
@media (max-width: 1079px) { .lang-switch .l-long { display: none; } .lang-switch .l-short { display: inline; } .lang-switch { padding: 0.7rem 0.8rem; } }
@media (min-width: 1080px) { .nav { margin-left: auto; margin-right: 0.8rem; } }
@media (max-width: 519px) { .bar-right { gap: 0.4rem; } .lang-switch { padding: 0.72rem 0.7rem; gap: 0.4rem; } .lang-switch svg { width: 0.9rem; height: 0.9rem; } .brand-text small { white-space: normal; max-width: 21ch; line-height: 1.35; } }

.lang-hint { position: relative; background: var(--night-700); border-bottom: 1px solid rgba(255, 255, 255, 0.1); color: #fff; text-align: center; font-size: 0.9rem; padding: 0.7rem 3.2rem; }
.lang-hint a { color: var(--mint); font-weight: 600; margin-left: 0.4rem; }
.lang-hint button { position: absolute; right: 0.8rem; top: 50%; transform: translateY(-50%); background: none; border: 0; color: #fff; font-size: 1.4rem; line-height: 1; cursor: pointer; padding: 0.3rem 0.5rem; }
@media (max-width: 519px) { .brand-text small { max-width: none; letter-spacing: 0.06em; } .brand-text { gap: 0.15rem; } }
.brand-text small { text-wrap: balance; }
