@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");

:root {
  --ink-0: #0b2224;
  --ink-1: #13383a;
  --ink-2: #2a5c58;
  --ink-3: #4a8378;
  --mist: rgba(11, 34, 36, 0.72);

  --sand: #f4d28a;
  --gold: #e8b24a;
  --clay: #d67733;
  --copper: #b55a2b;
  --lagoon: #2fb5cd;
  --canopy: #46a862;
  --lilac: #ddd9ea;

  --gold-rgb: 232, 178, 74;
  --clay-rgb: 214, 119, 51;
  --lagoon-rgb: 47, 181, 205;
  --canopy-rgb: 70, 168, 98;
  --sand-rgb: 244, 210, 138;
  --film: rgba(180, 140, 80, 0.07);
  --ember: #c94a1a;
  --ember-rgb: 201, 74, 26;
  --dusk: #0d1f2d;
  --dusk-rgb: 13, 31, 45;
  --cream: #fdf6ec;
  --moss: #2d4a35;
  --horizon: #ff8c42;

  --glass: rgba(255, 255, 255, 0.48);
  --glass-strong: rgba(255, 255, 255, 0.68);
  --glass-border: rgba(11, 34, 36, 0.12);
  --glass-line: rgba(255, 255, 255, 0.5);

  --shadow-soft: 0 1rem 2.6rem rgba(15, 44, 48, 0.1);
  --shadow-lift: 0 1.6rem 4.2rem rgba(15, 44, 48, 0.16);

  --radius-3xl: 2rem;
  --radius-2xl: 1.55rem;
  --radius-xl: 1.2rem;
  --radius-lg: 0.95rem;

  --font-display: "Fraunces", serif;
  --font-body: "Plus Jakarta Sans", sans-serif;
  --font-accent: "DM Serif Display", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-height: 100vh;
  max-width: 100%;
  overflow-x: clip;
  color: var(--ink-0);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 85% 14%, rgba(47, 181, 205, 0.46), transparent 34%),
    radial-gradient(circle at 15% 78%, rgba(244, 210, 138, 0.66), transparent 30%),
    linear-gradient(180deg, #e8fbff 0%, #c8f2ff 20%, #86e2ff 40%, #66d5d9 56%, #f4d28a 82%, #fff6e6 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background-color: var(--film);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.15' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 18rem 18rem;
  opacity: 0.02;
  mix-blend-mode: normal;
  z-index: 9999;
}

body::after {
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent),
    radial-gradient(circle at 52% 10%, rgba(255, 245, 220, 0.55), transparent 28%),
    radial-gradient(circle at 26% 64%, rgba(221, 217, 234, 0.22), transparent 18%),
    radial-gradient(circle at 86% 56%, rgba(47, 181, 205, 0.18), transparent 24%);
  opacity: 0.4;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: var(--cream, #fdf6ec);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 380ms ease, visibility 380ms ease;
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-mark span {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--ink-0);
  letter-spacing: -0.03em;
}

.loader-bar {
  width: 3rem;
  height: 2px;
  margin-top: 0.75rem;
  background: linear-gradient(90deg, var(--gold), var(--lagoon));
  border-radius: 999px;
  animation: loader-grow 600ms ease forwards;
}

@keyframes loader-grow {
  from {
    width: 0;
  }

  to {
    width: 3rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  body::after {
    animation: sky-drift 18s ease-in-out 2 alternate;
  }
}

@keyframes sky-drift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-1.8%, 1.2%, 0);
  }
}

::selection {
  background: rgba(47, 181, 205, 0.22);
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

main,
header,
footer {
  position: relative;
  z-index: 1;
}

[id] {
  scroll-margin-top: 6rem;
}

:focus-visible {
  outline: 3px solid rgba(47, 181, 205, 0.28);
  outline-offset: 2px;
}

.shell {
  width: min(88rem, calc(100% - 1rem));
  margin: 0 auto;
}

.site-main {
  position: relative;
  isolation: isolate;
  padding-top: 0.25rem;
  padding-bottom: 2.75rem;
  overflow-x: clip;
}

.site-main::before,
.site-main::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  pointer-events: none;
  z-index: -1;
}

.site-main::before {
  top: clamp(5rem, 16vw, 11rem);
  height: 24rem;
  background: linear-gradient(180deg, rgba(47, 181, 205, 0.28), rgba(47, 181, 205, 0.02));
  clip-path: polygon(0 100%, 0 82%, 10% 78%, 18% 82%, 28% 70%, 40% 78%, 52% 66%, 63% 80%, 76% 72%, 87% 79%, 100% 74%, 100% 100%);
  opacity: 0.7;
}

.site-main::after {
  top: clamp(14rem, 32vw, 26rem);
  height: 28rem;
  background: linear-gradient(180deg, rgba(244, 210, 138, 0.6), rgba(70, 168, 98, 0.12));
  clip-path: polygon(0 100%, 0 86%, 12% 74%, 24% 80%, 34% 66%, 48% 78%, 60% 70%, 74% 84%, 88% 74%, 100% 80%, 100% 100%);
  opacity: 0.78;
}

.glass-panel,
.visual-placeholder,
.selector-tab {
  backdrop-filter: blur(0.4rem);
  -webkit-backdrop-filter: blur(0.4rem);
}

.button,
.menu-toggle {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.glass-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.22)),
    var(--glass);
  border: 1px solid rgba(11, 34, 36, 0.1);
  box-shadow: var(--shadow-soft);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.hero-copy,
.page-banner-copy,
.section-header,
.route-dossier-copy,
.proof-story,
.band-copy,
.contact-side,
.contact-form,
.community-card,
.profile-card,
.principle-card,
.detail-card,
.reason-card {
  min-width: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0.75rem 0;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
  text-decoration: none;
}

.brand-logo-shell {
  position: relative;
  width: 3.45rem;
  height: 3.45rem;
  padding: 0.3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(232, 178, 74, 0.7), rgba(47, 181, 205, 0.55));
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.brand-logo-shell::before {
  content: "";
  position: absolute;
  inset: -0.18rem;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.brand-logo,
.footer-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  padding: 0.18rem;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.brand-copy strong {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-copy small {
  font-size: 0.78rem;
  color: rgba(11, 34, 36, 0.66);
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(11, 34, 36, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  color: var(--ink-0);
  cursor: pointer;
}

.menu-toggle-lines {
  display: inline-grid;
  gap: 0.2rem;
}

.menu-toggle-lines span {
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.menu-toggle-label {
  font-size: 0.9rem;
  font-weight: 700;
}

.header-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.75rem);
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(11, 34, 36, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 251, 250, 0.82)),
    var(--glass-strong);
  box-shadow: var(--shadow-lift);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.75rem);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.header-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}

.site-nav,
.nav-actions,
.footer-links,
.footer-social,
.action-row,
.chip-row,
.micro-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.site-nav,
.nav-actions {
  flex-direction: column;
}

.site-nav a {
  display: flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.68rem 0.9rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(47, 181, 205, 0.12);
}

.site-nav a.is-active {
  background: rgba(47, 181, 205, 0.16);
}

.nav-actions .button {
  width: 100%;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.button-primary {
  color: #0b2224;
  background: linear-gradient(135deg, var(--horizon), var(--ember));
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.88rem;
  box-shadow: 0 0.5rem 2rem rgba(var(--ember-rgb), 0.38);
}

.button-secondary {
  color: var(--ink-0);
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(11, 34, 36, 0.12);
}

.button-ghost {
  color: var(--ink-0);
  background: rgba(47, 181, 205, 0.14);
  border-color: rgba(47, 181, 205, 0.22);
}

.button-dark {
  background: var(--dusk);
  color: var(--cream);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.button:hover,
.button:focus-visible,
.selector-tab:hover,
.selector-tab:focus-visible,
.visual-placeholder:hover {
  transform: translateY(-2px);
}

.hero,
.page-banner,
.route-grid,
.story-grid,
.contact-layout,
.selector-layout,
.community-grid,
.profile-grid,
.detail-grid,
.atlas-stage,
.trail-stack,
.mosaic-grid,
.principle-grid,
.footer-inner,
.pathway-grid,
.experience-grid,
.spotlight-stack {
  display: grid;
  gap: 1rem;
}

.hero,
.page-banner {
  padding-top: 1rem;
}

.hero-copy,
.page-banner,
.route-card,
.feature-panel,
.atlas-band,
.contact-form,
.contact-side,
.selector-tabs,
.selector-preview,
.community-card,
.profile-card,
.principle-card,
.detail-card,
.footer-inner,
.not-found-wrap,
.pathway-card {
  padding: 1.2rem;
  border-radius: var(--radius-3xl);
  overflow: hidden;
}

.hero-copy,
.page-banner-copy,
.page-banner,
.route-card,
.feature-panel,
.panel-copy,
.band-copy,
.contact-form,
.contact-side,
.selector-preview,
.community-card,
.profile-card,
.principle-card,
.detail-card,
.not-found-wrap,
.pathway-card {
  display: grid;
  gap: 0.85rem;
}

.section {
  padding-top: 1rem;
}

.section-xl {
  padding-top: clamp(3rem, 8vw, 6rem);
}

.section-header {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
  max-width: 36rem;
}

.section-header-center {
  text-align: center;
  margin-inline: auto;
}

.section-header::after,
.band-copy::after,
.panel-copy::after,
.page-banner-copy::after {
  content: "";
  width: 6.5rem;
  height: 0.36rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--lagoon), var(--canopy));
}

.section-header-center::after {
  margin-inline: auto;
}

.section-header-inline {
  margin-bottom: 0;
  max-width: none;
}

.text-center {
  text-align: center;
}

.eyebrow,
.meta-line,
.visual-kicker {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow,
.visual-kicker {
  color: var(--copper);
}

.eyebrow {
  font-family: var(--font-accent);
}

.meta-line {
  color: rgba(11, 34, 36, 0.58);
}

h1,
h2,
h3,
strong {
  margin: 0;
  color: var(--ink-0);
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(2.9rem, 10vw, 6.1rem);
  max-width: 9ch;
  line-height: 1.05;
}

h2 {
  font-size: clamp(2rem, 6vw, 3.9rem);
  line-height: 1.08;
}

h3 {
  font-size: clamp(1.35rem, 4vw, 2rem);
  line-height: 1.15;
}

h1,
h2,
h3,
.text-balance {
  text-wrap: balance;
}

.display-xl {
  font-size: clamp(4rem, 14vw, 9rem);
  font-family: var(--font-display);
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.pull-quote,
.stat-number {
  font-family: var(--font-accent);
}

.stat-number {
  display: inline-block;
  font-size: clamp(2.4rem, 7vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: var(--ink-0);
}

p,
li,
small {
  margin: 0;
  color: var(--mist);
  line-height: 1.65;
}

.lead {
  max-width: 52ch;
  font-size: 1.15rem;
  line-height: 1.75;
  color: var(--ink-1);
}

.glass-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(11, 34, 36, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(221, 217, 234, 0.26));
  color: var(--ink-1);
  font-weight: 700;
  font-size: 0.88rem;
}

.hero-home .hero-copy {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.3)),
    linear-gradient(135deg, rgba(232, 178, 74, 0.14), rgba(47, 181, 205, 0.1));
}

.hero-copy > :not(.hero-bg-text) {
  position: relative;
  z-index: 1;
}

.hero-bg-text {
  position: absolute;
  top: -2rem;
  right: -2rem;
  font-size: clamp(8rem, 28vw, 22rem);
  font-family: var(--font-display);
  color: transparent;
  -webkit-text-stroke: 1px rgba(47, 181, 205, 0.12);
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.05em;
  line-height: 1;
  z-index: 0;
}

.stat-row {
  display: flex;
  gap: 1.5rem;
  padding-top: 0.5rem;
}

.stat-item {
  display: grid;
  gap: 0.3rem;
}

.stat-num {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: var(--ink-0);
  line-height: 1;
}

.stat-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--copper);
}

.hero-home .atlas-stage {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.22)),
    linear-gradient(135deg, rgba(47, 181, 205, 0.12), rgba(70, 168, 98, 0.08));
}

.atlas-stage-story {
  align-content: start;
  gap: 1rem;
}

.atlas-hero-shot {
  min-height: clamp(20rem, 54vw, 34rem);
}

.atlas-side-stack {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.atlas-note {
  display: grid;
  gap: 0.75rem;
  padding: 1.15rem;
  border-radius: var(--radius-2xl);
}

.atlas-note h3 {
  font-size: clamp(1.35rem, 4vw, 2rem);
}

.atlas-note p {
  max-width: 30ch;
}

.atlas-mini-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.route-ledger {
  display: grid;
  gap: 1rem;
}

.route-ledger-header .lead {
  max-width: 42ch;
}

.route-dossier {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  align-items: stretch;
}

.route-dossier .visual-placeholder {
  min-height: clamp(16rem, 48vw, 24rem);
}

.route-dossier-copy {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.route-dossier-copy h3 {
  font-size: clamp(1.35rem, 4vw, 2.15rem);
  line-height: 1.08;
}

.route-dossier-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.2rem;
}

.proof-grid {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

.proof-story {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.proof-story-visual {
  min-height: clamp(18rem, 52vw, 30rem);
}

.proof-list {
  display: grid;
  gap: 0.85rem;
}

.proof-card {
  display: grid;
  gap: 0.45rem;
  padding: 1.1rem;
}

.proof-card h3 {
  font-size: 1.05rem;
}

.proof-photo-strip {
  display: grid;
  gap: 0.85rem;
}

.proof-photo {
  min-height: 14rem;
}

.hero-journal {
  padding-top: 1rem;
}

.story-hero-card {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: calc(var(--radius-3xl) + 0.25rem);
  overflow: hidden;
}

.story-hero-frame {
  min-height: clamp(24rem, 78vw, 34rem);
}

.story-hero-topline {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.story-hero-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #f8fbfb;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(0.4rem);
  -webkit-backdrop-filter: blur(0.4rem);
}

.story-hero-body {
  display: grid;
  gap: 1rem;
}

.story-hero-body h1 {
  max-width: 10ch;
}

.story-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.story-stat-card {
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem 0.8rem;
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(11, 34, 36, 0.08);
}

.story-stat-card strong {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 6vw, 2.25rem);
  line-height: 0.95;
}

.story-stat-card span {
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
  color: rgba(11, 34, 36, 0.62);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.story-social-row {
  padding-top: 0.15rem;
}

.section-header-tight {
  gap: 0.7rem;
}

.section-header-tight .lead {
  max-width: 34ch;
}

.route-story-stack {
  display: grid;
  gap: 1rem;
}

.route-story-card {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: var(--radius-3xl);
  text-decoration: none;
  color: inherit;
}

.route-story-visual {
  min-height: clamp(15rem, 60vw, 21rem);
}

.route-story-copy {
  display: grid;
  gap: 0.7rem;
}

.route-story-copy h3 {
  font-size: clamp(1.35rem, 5vw, 2rem);
  line-height: 1.08;
}

.editorial-story-block {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: calc(var(--radius-3xl) + 0.15rem);
}

.editorial-story-copy {
  display: grid;
  gap: 0.9rem;
}

.story-quote {
  margin: 0;
  padding: 1rem 1rem 1rem 1.1rem;
  border-left: 3px solid rgba(var(--lagoon-rgb), 0.36);
  background: rgba(255, 255, 255, 0.22);
  border-radius: 0 1.1rem 1.1rem 0;
}

.story-quote p {
  margin: 0;
  font-family: var(--font-accent);
  font-size: clamp(1.1rem, 4.8vw, 1.55rem);
  line-height: 1.42;
  color: var(--ink-0);
}

.proof-ribbon {
  display: grid;
  gap: 0.75rem;
}

.proof-pill {
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem 1rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(11, 34, 36, 0.08);
}

.proof-pill strong {
  font-size: 0.95rem;
}

.proof-pill span {
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(11, 34, 36, 0.64);
}

.editorial-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.editorial-story-grid > :first-child {
  grid-column: 1 / -1;
}

.chapter-card-grid {
  display: grid;
  gap: 1rem;
}

.chapter-card {
  display: grid;
  gap: 0.75rem;
  padding: 1.2rem;
  border-radius: var(--radius-2xl);
}

.chapter-card h3 {
  font-size: clamp(1.25rem, 5vw, 1.7rem);
  line-height: 1.1;
}

.contact-journal-card {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: calc(var(--radius-3xl) + 0.15rem);
}

.contact-journal-copy {
  display: grid;
  gap: 0.9rem;
}

.story-contact-form {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: var(--radius-2xl);
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(11, 34, 36, 0.08);
}

.section-wash {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: var(--radius-3xl);
  overflow: hidden;
  border: 1px solid rgba(11, 34, 36, 0.08);
  box-shadow: var(--shadow-soft);
}

.section-wash > * {
  position: relative;
  z-index: 1;
}

.section-wash::before,
.section-wash::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.section-wash::before {
  inset: 0;
  opacity: 0.95;
}

.section-wash::after {
  width: 16rem;
  height: 16rem;
  right: -4rem;
  top: -5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  filter: blur(1.2rem);
}

.section-wash-sand {
  background: linear-gradient(180deg, rgba(255, 245, 222, 0.92), rgba(247, 233, 180, 0.78));
}

.section-wash-sand::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.58), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(214, 119, 51, 0.08));
}

.section-wash-blue {
  background: linear-gradient(180deg, rgba(224, 248, 255, 0.92), rgba(163, 225, 244, 0.78));
}

.section-wash-blue::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(47, 181, 205, 0.12)),
    radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.46), transparent 22%),
    radial-gradient(circle at 24% 72%, rgba(221, 217, 234, 0.24), transparent 18%);
}

.section-wash-green {
  background: linear-gradient(180deg, rgba(231, 245, 223, 0.9), rgba(188, 230, 178, 0.78));
}

.section-wash-green::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(70, 168, 98, 0.12)),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.42), transparent 20%);
}

.section-wash-dusk {
  background: linear-gradient(180deg, var(--dusk), #112233);
  border-color: rgba(255, 255, 255, 0.08);
}

.section-wash-dusk::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 82% 18%, rgba(255, 140, 66, 0.16), transparent 24%),
    radial-gradient(circle at 18% 76%, rgba(47, 181, 205, 0.14), transparent 22%);
}

.section-wash-dusk h2,
.section-wash-dusk p {
  color: rgba(253, 246, 236, 0.92);
}

.section-wash-dusk .eyebrow {
  color: var(--horizon);
}

.section-wash-dusk .glass-panel {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.section-wash-dusk .glass-chip {
  background: rgba(13, 31, 45, 0.82);
  color: var(--cream);
  border-color: rgba(255, 255, 255, 0.14);
}

.reason-grid {
  display: grid;
  gap: 1rem;
}

.reason-card {
  padding: 1.4rem;
  border-radius: var(--radius-2xl);
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.reason-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.75rem;
  line-height: 1;
}

.reason-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: var(--accent);
  display: block;
}

.reason-card h3 {
  font-size: 1.1rem;
}

.reason-card p {
  font-size: 0.92rem;
  line-height: 1.65;
}

.experience-card,
.pathway-card {
  position: relative;
  display: grid;
  gap: 0.85rem;
  padding: 1.1rem;
  border-radius: var(--radius-2xl);
  border: 1px solid rgba(11, 34, 36, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.28));
  box-shadow: 0 1rem 2.25rem rgba(43, 96, 103, 0.08);
}

.experience-card::before,
.pathway-card::before,
.accent-bar::before,
.atlas-band::before,
.contact-form::before,
.contact-side::before,
.selector-preview::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 0.4rem;
  background: linear-gradient(90deg, var(--gold), var(--lagoon), var(--canopy));
  opacity: 0.95;
}

.accent-bar {
  position: relative;
}

.experience-card::before,
.pathway-card::before,
.accent-bar::before {
  background-size: 200% auto;
  animation: shimmer-bar 3s linear infinite;
}

@keyframes shimmer-bar {
  from {
    background-position: -200% center;
  }

  to {
    background-position: 200% center;
  }
}

.atlas-band {
  position: relative;
  gap: 1rem;
}

.band-copy {
  align-content: start;
}

.journey-copy {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}
body[data-page="journeys"] {
  --route-from: rgba(232, 178, 74, 0.22);
  --route-to: rgba(47, 181, 205, 0.18);
  --route-border: rgba(47, 181, 205, 0.24);
  --route-line: linear-gradient(90deg, var(--gold), var(--lagoon), var(--canopy));
}

body[data-page="journeys"][data-route-style="summit"] {
  --route-from: rgba(70, 168, 98, 0.22);
  --route-to: rgba(47, 181, 205, 0.16);
  --route-border: rgba(70, 168, 98, 0.28);
  --route-line: linear-gradient(90deg, var(--canopy), var(--lagoon), var(--sand));
}

body[data-page="journeys"][data-route-style="coast"] {
  --route-from: rgba(47, 181, 205, 0.22);
  --route-to: rgba(244, 210, 138, 0.22);
  --route-border: rgba(47, 181, 205, 0.28);
  --route-line: linear-gradient(90deg, var(--lagoon), var(--sand), var(--gold));
}

body[data-page="journeys"][data-route-style="canopy"] {
  --route-from: rgba(70, 168, 98, 0.22);
  --route-to: rgba(232, 178, 74, 0.16);
  --route-border: rgba(70, 168, 98, 0.3);
  --route-line: linear-gradient(90deg, var(--canopy), var(--gold), var(--lagoon));
}

body[data-page="journeys"][data-route-style="north"] {
  --route-from: rgba(214, 119, 51, 0.22);
  --route-to: rgba(244, 210, 138, 0.2);
  --route-border: rgba(214, 119, 51, 0.3);
  --route-line: linear-gradient(90deg, var(--clay), var(--gold), var(--sand));
}

.selector-tabs {
  gap: 0.75rem;
}

.selector-tab {
  display: flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.82rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(11, 34, 36, 0.12);
  background: rgba(255, 255, 255, 0.34);
  color: var(--ink-0);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.selector-tab.is-active {
  background: linear-gradient(135deg, var(--route-from), var(--route-to));
  border-color: var(--route-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.selector-preview {
  position: relative;
}

.selector-meta {
  display: grid;
  gap: 0.75rem;
}

.selector-preview ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.selector-preview li {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(11, 34, 36, 0.1);
  background: rgba(255, 255, 255, 0.55);
  color: rgba(11, 34, 36, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ink-0);
}

input,
select,
textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.86rem 1rem;
  border: 1px solid rgba(11, 34, 36, 0.14);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.66);
  color: var(--ink-0);
}

input::placeholder,
textarea::placeholder {
  color: rgba(11, 34, 36, 0.48);
}

select {
  appearance: none;
}

textarea {
  min-height: 7.5rem;
  resize: vertical;
}

.form-response {
  min-height: 1.25rem;
  font-weight: 700;
  color: rgba(11, 34, 36, 0.76);
}

.contact-layout h2 em,
#contact .section-header h2 em {
  font-style: italic;
  color: var(--lagoon);
}

.visual-placeholder {
  --placeholder-accent: var(--gold-rgb);
  position: relative;
  isolation: isolate;
  display: grid;
  align-content: end;
  gap: 0.3rem;
  min-height: 11rem;
  padding: 1rem;
  border-radius: var(--radius-2xl);
  border: 1px solid rgba(11, 34, 36, 0.1);
  background:
    radial-gradient(circle at 22% 18%, rgba(var(--placeholder-accent), 0.24), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.44);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.visual-placeholder::before,
.visual-placeholder::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.visual-placeholder::before {
  left: -6%;
  right: -6%;
  bottom: -6%;
  height: 58%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(47, 181, 205, 0.08));
  clip-path: polygon(0 100%, 0 84%, 12% 70%, 24% 78%, 38% 56%, 52% 80%, 68% 62%, 82% 76%, 100% 68%, 100% 100%);
  opacity: 0.85;
}

.visual-placeholder::after {
  width: clamp(6rem, 28%, 10rem);
  height: clamp(6rem, 28%, 10rem);
  left: 52%;
  top: 46%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 20%, rgba(var(--placeholder-accent), 0.22), transparent 62%),
    radial-gradient(circle at 72% 78%, rgba(47, 181, 205, 0.16), transparent 60%),
    radial-gradient(circle at 45% 55%, rgba(255, 255, 255, 0.28), transparent 52%);
  opacity: 0.9;
  transform: translate(-50%, -52%);
  filter: blur(0.35rem);
}

.visual-placeholder strong,
.visual-placeholder small,
.visual-placeholder span {
  position: relative;
  z-index: 1;
}

.visual-placeholder strong {
  font-size: 1.15rem;
  color: var(--ink-0);
}

.visual-placeholder small {
  color: rgba(11, 34, 36, 0.62);
}

.visual-placeholder.is-cinema,
.visual-placeholder.is-banner {
  min-height: 18rem;
}

.visual-placeholder.is-portrait {
  min-height: 16rem;
}

.visual-placeholder.is-wide {
  min-height: 10rem;
}

.visual-placeholder.compact {
  min-height: 8.75rem;
}

.visual-placeholder.has-photo {
  padding: 0;
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(11, 34, 36, 0.08);
}

.visual-placeholder.has-photo::before {
  inset: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(11, 34, 36, 0.22));
  clip-path: none;
  opacity: 0.22;
  z-index: 1;
}

.visual-placeholder.has-photo::after {
  display: none;
}

@supports selector(:has(*)) {
  .visual-placeholder.has-photo:has(.visual-copy)::before {
    opacity: 1;
    background: linear-gradient(180deg, rgba(11, 34, 36, 0.02) 0%, rgba(11, 34, 36, 0.16) 44%, rgba(11, 34, 36, 0.72) 100%);
  }

  .visual-placeholder.has-photo:not(:has(.visual-copy))::before {
    opacity: 0.18;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(11, 34, 36, 0.24));
  }
}

.visual-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--photo-position, center);
  will-change: transform;
  filter: var(--photo-filter, none);
  opacity: var(--photo-opacity, 1);
  transform: translateY(var(--photo-shift, 0px)) scale(var(--photo-scale, 1.01));
  transition: transform 320ms ease, filter 400ms ease, opacity 400ms ease;
}

.visual-placeholder:hover .visual-photo {
  --photo-scale: 1.06;
}

.visual-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.2rem;
  margin-top: auto;
  padding: 1rem;
}

.visual-placeholder.has-photo .visual-kicker,
.visual-placeholder.has-photo strong,
.visual-placeholder.has-photo small {
  color: #f8fbfb;
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.34);
}

.visual-placeholder.has-photo small {
  color: rgba(248, 251, 251, 0.84);
}

.accent-gold {
  --placeholder-accent: var(--gold-rgb);
}

.accent-clay {
  --placeholder-accent: var(--clay-rgb);
}

.accent-lagoon {
  --placeholder-accent: var(--lagoon-rgb);
}

.accent-canopy {
  --placeholder-accent: var(--canopy-rgb);
}

.accent-sand {
  --placeholder-accent: var(--sand-rgb);
}

.footer-wrap {
  padding: 2.5rem 0 2.75rem;
}

.footer-inner {
  gap: 1.35rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-logo-shell {
  width: 3.4rem;
  height: 3.4rem;
}

.footer-links a,
.footer-social a {
  text-decoration: none;
  color: rgba(11, 34, 36, 0.82);
  font-weight: 700;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-social a:hover,
.footer-social a:focus-visible {
  color: var(--ink-0);
}

.footer-note {
  margin-top: 1rem;
  font-size: 0.9rem;
}

.not-found-page .site-main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding-block: 2rem;
}

.not-found-wrap {
  max-width: 42rem;
  text-align: center;
}

.reveal,
.reveal-left,
.reveal-right,
.reveal-scale {
  opacity: 0;
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal {
  transform: translateY(1.4rem);
}

.reveal-left {
  transform: translateX(-2rem);
}

.reveal-right {
  transform: translateX(2rem);
}

.reveal-scale {
  transform: scale(0.94);
}

.reveal.is-visible,
.reveal-left.is-visible,
.reveal-right.is-visible,
.reveal-scale.is-visible {
  opacity: 1;
  transform: none;
}

.card-hover-lift {
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.delay-1 {
  transition-delay: 90ms;
}

.delay-2 {
  transition-delay: 170ms;
}

.delay-3 {
  transition-delay: 250ms;
}

@media (hover: hover) {
  .card-hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 2rem 4rem rgba(15, 44, 48, 0.18);
  }

  .glass-panel:hover,
  .experience-card:hover,
  .pathway-card:hover {
    border-color: rgba(47, 181, 205, 0.22);
    box-shadow: var(--shadow-lift);
  }

  .visual-placeholder:hover {
    border-color: rgba(47, 181, 205, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56), 0 1rem 2.5rem rgba(43, 96, 103, 0.14);
  }

  .button-primary:hover,
  .button-primary:focus-visible {
    box-shadow: 0 0.8rem 2.8rem rgba(var(--ember-rgb), 0.52);
  }

  .button-dark:hover,
  .button-dark:focus-visible {
    background: rgba(var(--dusk-rgb), 0.92);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .reveal-left,
  .reveal-right,
  .reveal-scale,
  .delay-1,
  .delay-2,
  .delay-3,
  .button,
  .selector-tab,
  .site-nav a,
  .visual-placeholder,
  .visual-photo {
    transition: none;
    transform: none;
    animation: none;
  }
}

@media (min-width: 48rem) {
  .shell {
    width: min(88rem, calc(100% - 2rem));
  }

  .proof-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-photo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-grid {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero,
  .page-banner,
  .contact-layout,
  .selector-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .atlas-stage {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .trail-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trail-stack .visual-placeholder:first-child {
    grid-column: 1 / -1;
  }

  .detail-grid,
  .pathway-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .experience-grid,
  .community-grid,
  .profile-grid,
  .mosaic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .selector-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .mosaic-grid .visual-placeholder:first-child {
    grid-column: 1 / -1;
  }
}

@media (min-width: 64rem) {
  .menu-toggle {
    display: none;
  }

  .reason-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .header-panel {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }

  .site-nav,
  .nav-actions {
    flex-direction: row;
    align-items: center;
  }

  .site-nav a {
    min-height: 2.7rem;
    padding-inline: 0.85rem;
  }

  .nav-actions .button {
    width: auto;
  }

  .hero-home {
    grid-template-columns: 0.88fr 1.12fr;
  }

  .atlas-stage-story {
    grid-template-columns: 1.08fr 0.92fr;
  }

  .route-dossier {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    padding: 1.1rem;
  }

  .route-dossier-reverse > .visual-placeholder {
    order: 2;
  }

  .route-dossier-reverse > .route-dossier-copy {
    order: 1;
  }

  .proof-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-photo-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-banner {
    grid-template-columns: 0.86fr 1.14fr;
  }

  .experience-grid,
  .pathway-grid,
  .profile-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .community-grid,
  .principle-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .detail-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mosaic-grid {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
  }

  .mosaic-grid .visual-placeholder:first-child {
    grid-column: span 1;
    min-height: 15rem;
  }

  .footer-links,
  .footer-social {
    justify-content: flex-end;
  }
}

@media (max-width: 47.99rem) {
  .shell {
    width: min(88rem, calc(100% - 0.9rem));
  }

  .site-header,
  .footer-wrap {
    overflow-x: clip;
  }

  .stat-row {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .site-header {
    padding: 0.55rem 0;
  }

  .header-inner {
    padding: 0.75rem 0.85rem;
    border-radius: 1.45rem;
  }

  .hero-copy,
  .page-banner,
  .atlas-note,
  .route-dossier,
  .proof-card,
  .route-card,
  .feature-panel,
  .atlas-band,
  .contact-form,
  .contact-side,
  .selector-tabs,
  .selector-preview,
  .community-card,
  .profile-card,
  .principle-card,
  .detail-card,
  .footer-inner,
  .not-found-wrap,
  .pathway-card {
    padding: 1rem;
    border-radius: 1.4rem;
  }

  h1 {
    font-size: clamp(2.45rem, 13vw, 4.6rem);
  }

  h2 {
    font-size: clamp(1.8rem, 9vw, 3rem);
  }

  .action-row {
    display: grid;
    gap: 0.75rem;
  }

  .route-dossier-actions {
    display: grid;
  }

  .route-dossier-actions .button {
    width: 100%;
  }

  .atlas-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .action-row .button {
    width: 100%;
  }

  .experience-grid {
    grid-template-columns: 1fr;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .visual-placeholder {
    min-height: 9.5rem;
  }

  .visual-placeholder.is-cinema,
  .visual-placeholder.is-banner {
    min-height: 14rem;
  }

  .visual-placeholder.is-portrait {
    min-height: 12.5rem;
  }

  .visual-placeholder.is-wide {
    min-height: 8.5rem;
  }

  .visual-placeholder.compact {
    min-height: 7.5rem;
  }

  .brand-copy small {
    max-width: 14ch;
  }

  .chip-row,
  .action-row,
  .micro-row,
  .social-links,
  .footer-links,
  .footer-social {
    min-width: 0;
  }

  .chapter-label p,
  h1,
  h2,
  h3,
  .lead {
    overflow-wrap: anywhere;
  }

  .footer-brand {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.experience-card {
  text-decoration: none;
  color: inherit;
}

.experience-card:focus-visible {
  outline: 3px solid rgba(47, 181, 205, 0.35);
  outline-offset: 4px;
}

.selector-preview::before {
  background: var(--route-line);
}
.atlas-stage {
  --parallax-x: 0;
  --parallax-y: 0;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .atlas-stage > .visual-placeholder {
    transform: translate3d(calc(var(--parallax-x) * 0.35px), calc(var(--parallax-y) * 0.35px), 0);
  }

  .atlas-stage .trail-stack .visual-placeholder:nth-child(1) {
    transform: translate3d(calc(var(--parallax-x) * 0.7px), calc(var(--parallax-y) * 0.7px), 0) rotate(-1deg);
  }

  .atlas-stage .trail-stack .visual-placeholder:nth-child(2) {
    transform: translate3d(calc(var(--parallax-x) * 0.55px), calc(var(--parallax-y) * 0.55px), 0) rotate(0.6deg);
  }

  .atlas-stage .trail-stack .visual-placeholder:nth-child(3) {
    transform: translate3d(calc(var(--parallax-x) * 0.45px), calc(var(--parallax-y) * 0.45px), 0) rotate(-0.4deg);
  }
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.social-links.header-social {
  justify-content: flex-start;
  padding-top: 0.4rem;
  border-top: 1px solid rgba(11, 34, 36, 0.1);
}

.action-row .social-links {
  justify-content: center;
}

.social-links .social-link {
  width: 2.85rem;
  height: 2.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(11, 34, 36, 0.12);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: none;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.social-links .social-link:hover,
.social-links .social-link:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.34);
  border-color: rgba(11, 34, 36, 0.16);
  box-shadow: 0 1rem 2.2rem rgba(15, 44, 48, 0.12);
}

.social-links .social-link:active {
  transform: translateY(0);
}

.social-links .social-icon {
  width: 1.95rem;
  height: 1.95rem;
  display: block;
}

.whatsapp-fab {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 50;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 0.5rem 2rem rgba(37, 211, 102, 0.4);
  transition: transform 220ms ease, box-shadow 220ms ease;
  animation: fab-pulse 3s ease-in-out infinite;
}

.whatsapp-fab svg {
  width: 1.7rem;
  height: 1.7rem;
}

.whatsapp-fab:hover,
.whatsapp-fab:focus-visible {
  transform: scale(1.1);
  box-shadow: 0 0.8rem 2.8rem rgba(37, 211, 102, 0.55);
}

@keyframes fab-pulse {
  0%,
  100% {
    box-shadow: 0 0.5rem 2rem rgba(37, 211, 102, 0.4);
  }

  50% {
    box-shadow: 0 0.5rem 3rem rgba(37, 211, 102, 0.65);
  }
}

@media (min-width: 64rem) {
  .social-links.header-social {
    padding-top: 0;
    border-top: 0;
  }
}

@media (min-width: 48rem) {
  .route-story-card {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
  }

  .route-story-stack > :nth-child(even) .route-story-visual {
    order: 2;
  }

  .route-story-stack > :nth-child(even) .route-story-copy {
    order: 1;
  }

  .editorial-story-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .editorial-story-grid > :first-child {
    grid-column: span 1;
    min-height: 100%;
  }

  .proof-ribbon {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .chapter-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .hero-journal {
    padding-top: 1.35rem;
  }

  .story-hero-card {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    align-items: stretch;
    padding: 1.15rem;
  }

  .story-hero-body {
    align-content: center;
    padding: 0.35rem 0.35rem 0.35rem 0;
  }

  .story-hero-body h1 {
    max-width: 11ch;
  }

  .story-hero-frame {
    min-height: clamp(30rem, 62vw, 42rem);
  }

  .editorial-story-block {
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    align-items: stretch;
    padding: 1.15rem;
  }

  .contact-journal-card {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: start;
    padding: 1.15rem;
  }
}

.hero-cinematic {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 36rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(6, 12, 14, 0.48) 0%,
      rgba(6, 12, 14, 0.08) 18%,
      rgba(6, 12, 14, 0.02) 58%,
      rgba(6, 12, 14, 0.28) 100%
    ),
    linear-gradient(
      90deg,
      rgba(6, 12, 14, 0.24) 0%,
      rgba(6, 12, 14, 0.08) 22%,
      rgba(6, 12, 14, 0.02) 50%,
      rgba(6, 12, 14, 0.02) 100%
    );
}

.hero-content {
  position: relative;
  z-index: 2;
  position: absolute;
  inset: 0;
  display: block;
  padding-top: clamp(1.15rem, 3vw, 1.75rem);
  padding-bottom: 0;
  pointer-events: none;
}

.hero-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.5rem);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  pointer-events: auto;
}

.badge-dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--gold);
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.7);
  }
}

.hero-bar {
  display: flex;
  align-items: center;
  border-radius: 1.45rem;
  padding: 0.85rem 0.9rem 0.85rem 1.2rem;
  gap: 0.5rem;
  max-width: 48rem;
  flex-wrap: wrap;
}

.hero-bar-item {
  display: grid;
  gap: 0.1rem;
  flex: 1;
  min-width: 8rem;
  padding: 0.4rem 0;
}

.bar-label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.bar-value {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.hero-bar-divider {
  width: 1px;
  height: 2.2rem;
  background: rgba(255, 255, 255, 0.12);
  margin: 0 1rem;
  flex-shrink: 0;
}

.bar-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--night);
  font-weight: 800;
  font-size: 0.85rem;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease;
  flex-shrink: 0;
}

.bar-cta:hover {
  transform: scale(1.03);
  box-shadow: 0 0.5rem 2rem rgba(212, 168, 67, 0.4);
}

.hero-title-band {
  display: grid;
  gap: 0.75rem;
  padding-top: 1.35rem;
  margin-bottom: 0.5rem;
}

.hero-title-band-heading {
  margin: 0;
  font-family: var(--font-accent);
  font-size: clamp(2.6rem, 7.5vw, 5.6rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: var(--ink-0);
  max-width: 9ch;
}

.hero-title-band-heading em {
  display: block;
  font-style: italic;
  color: var(--accent);
}

.hero-meta-band {
  padding-bottom: 1.1rem;
  margin-bottom: 0.45rem;
}

.hero-bar-surface {
  background: rgba(8, 14, 17, 0.94);
  border: 1px solid rgba(8, 14, 17, 0.08);
  box-shadow: var(--shadow-soft);
}

.strip-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.strip-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-top: 0.5rem;
}

.strip-meta {
  display: grid;
  gap: 0.25rem;
  justify-items: start;
  max-width: 16rem;
}

.strip-meta span {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.strip-meta p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ink-muted);
}

.dest-strip {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.dest-card {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 26rem;
  transition: transform 280ms ease;
  border: 1px solid var(--glass-border);
}

.dest-card:hover {
  transform: translateY(-6px);
}

.dest-card-img {
  position: absolute;
  inset: 0;
  transition: transform 400ms ease;
}

.dest-card-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.dest-card:hover .dest-card-img,
.dest-card:hover .dest-card-photo {
  transform: scale(1.05);
}

.dest-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.4) 45%,
    rgba(0, 0, 0, 0.1) 100%
  );
  z-index: 1;
}

.dest-card-body {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.dest-number {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--gold);
  opacity: 0.8;
}

.dest-type {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.3rem;
}

.dest-name {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 500;
  color: white;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.dest-desc {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  max-width: 28ch;
  display: none;
}

.dest-card:hover .dest-desc {
  display: block;
}

.dest-arrow {
  font-size: 1.2rem;
  color: var(--gold);
  transition: transform 200ms ease;
  align-self: flex-start;
}

.dest-card:hover .dest-arrow {
  transform: translateX(6px);
}

.story-bleed {
  position: relative;
  width: 100%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  margin: clamp(3rem, 8vw, 6rem) 0;
  overflow: hidden;
}

.story-bleed-bg {
  position: absolute;
  inset: 0;
}

.story-bleed-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

.story-bleed-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.65) 45%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.story-bleed-content {
  position: relative;
  z-index: 2;
  padding: clamp(3rem, 8vw, 6rem) 0;
}

.story-bleed-text {
  max-width: 36rem;
  display: grid;
  gap: 1.5rem;
}

.story-bleed-h2 {
  font-size: clamp(2.8rem, 8vw, 5.5rem);
  color: white;
  line-height: 0.95;
}

.story-bleed-p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 38ch;
  line-height: 1.7;
}

.moments-header {
  margin-bottom: 2rem;
  display: grid;
  gap: 0.75rem;
}

.moments-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.moment-card {
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--glass-border);
  background: var(--night-2);
  transition: border-color 200ms ease, transform 200ms ease;
}

.moment-card:hover {
  border-color: rgba(212, 168, 67, 0.25);
  transform: translateY(-4px);
}

body[data-page="home"] .moment-card .visual-placeholder {
  min-height: 15rem;
  background:
    radial-gradient(circle at top, rgba(var(--accent-rgb), 0.12), transparent 38%),
    #12181a;
}

body[data-page="home"] .moment-card .visual-photo {
  object-fit: contain;
  object-position: center center;
  transform: none;
}

body[data-page="home"] .moment-card .visual-placeholder::after {
  background: linear-gradient(
    to top,
    rgba(7, 11, 12, 0.32) 0%,
    rgba(7, 11, 12, 0.08) 100%
  );
}

.moment-copy {
  display: grid;
  gap: 0.3rem;
}

.moment-copy h3 {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  line-height: 1.2;
}

.moment-copy p {
  font-size: 0.85rem;
  color: var(--ink-faint);
}

@media (min-width: 64rem) {
  .dest-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dest-card {
    min-height: 32rem;
  }

  .dest-desc {
    display: block;
  }

  .moments-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 47.99rem) {
  .hero-cinematic {
    min-height: 44rem;
  }

  .hero-content {
    padding-top: 0.9rem;
    padding-bottom: 0;
  }

  .hero-bar {
    border-radius: var(--radius-2xl);
    padding: 0.9rem;
    gap: 0.85rem;
  }

  .hero-bar-divider {
    display: none;
  }

  .hero-bar-item:first-of-type {
    display: none;
  }

  .hero-bar-item {
    min-width: 0;
    padding: 0;
  }

  .bar-label {
    font-size: 0.58rem;
  }

  .bar-value {
    font-size: 0.8rem;
    line-height: 1.45;
  }

  .bar-cta {
    width: 100%;
    justify-content: center;
  }

  .hero-title-band {
    padding-top: 1rem;
    margin-bottom: 0.55rem;
  }

  .hero-title-band-heading {
    font-size: clamp(2.05rem, 9.8vw, 3.35rem);
    line-height: 1;
    max-width: 10ch;
  }

  .hero-meta-band {
    padding-bottom: 0.8rem;
  }

  .dest-strip {
    grid-template-columns: 1fr;
  }

  .strip-meta {
    max-width: 100%;
  }

  .dest-card {
    min-height: 20rem;
  }

  .moments-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 47.99rem) {
  body[data-page="home"] .hero-cinematic {
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 2;
    background: #e7e0d3;
  }

  body[data-page="home"] .hero-content {
    width: 100%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-inline: 0;
  }

  body[data-page="home"] .hero-top {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    justify-content: flex-start;
  }

  body[data-page="home"] .hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(6, 12, 14, 0.1) 0%,
        rgba(6, 12, 14, 0.01) 24%,
        rgba(6, 12, 14, 0.04) 100%
      );
  }

  body[data-page="home"] .hero-bg,
  body[data-page="home"] .hero-bg-img {
    background: #e7e0d3;
  }

  body[data-page="home"] .hero-badge {
    padding: 0.35rem 0.75rem;
    font-size: 0.67rem;
    background: rgba(14, 19, 22, 0.22);
    border-color: rgba(255, 255, 255, 0.32);
    max-width: calc(100vw - 1.5rem);
    white-space: normal;
    line-height: 1.25;
  }

  body[data-page="home"] .hero-title-band {
    padding-top: 0.85rem;
    margin-bottom: 0.4rem;
  }

  body[data-page="home"] .hero-meta-band {
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 47.99rem) {
  body[data-page="home"] .hero-bg,
  body[data-page="home"] .hero-bg-img {
    background: #e7e0d3 !important;
  }
}

.page-hero-cinematic {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 28rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
}

.page-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.15) 40%,
    rgba(0, 0, 0, 0.75) 80%,
    rgba(0, 0, 0, 0.92) 100%
  );
}

.page-hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 2.5rem;
  padding-top: 7rem;
  display: grid;
  gap: 1.25rem;
  max-width: 52rem;
}

.page-hero-h1 {
  font-size: clamp(2.8rem, 8vw, 5.5rem);
  color: white;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.page-hero-h1 em {
  font-style: italic;
  color: var(--gold);
}

.page-hero-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 44ch;
  line-height: 1.65;
}

.page-hero-trust {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
  padding: 1rem 0 1.5rem;
}

.page-hero-trust span {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.04em;
}

.route-selector-header {
  margin-bottom: 1.5rem;
  display: grid;
  gap: 0.5rem;
}

.route-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.route-tab {
  display: grid;
  gap: 0.15rem;
  padding: 1rem 1.2rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--glass-border);
  background: var(--night-2);
  color: inherit;
  font-family: var(--font-body);
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.route-tab:hover {
  border-color: rgba(212, 168, 67, 0.3);
  transform: translateY(-2px);
}

.route-tab.is-active {
  border-color: var(--gold);
  background: rgba(212, 168, 67, 0.08);
}

.route-tab-num {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--gold);
  opacity: 0.7;
}

.route-tab-name {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--cream);
  line-height: 1.1;
  letter-spacing: -0.02em;
  display: block;
}

.route-tab-place {
  font-size: 0.78rem;
  color: var(--ink-faint);
  display: block;
}

.route-panel {
  display: grid;
  gap: 0;
  overflow: hidden;
}

.route-panel-visual {
  min-height: 18rem;
}

.route-panel-visual .visual-placeholder {
  height: 100%;
  min-height: 18rem;
  border-radius: 0;
}

.route-panel-details {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  display: grid;
  gap: 1.5rem;
  align-content: start;
}

.route-panel-top {
  display: grid;
  gap: 0.6rem;
}

.route-panel-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
}

.route-meta-item {
  display: grid;
  gap: 0.25rem;
}

.route-meta-item strong {
  font-size: 0.95rem;
  color: var(--cream);
}

.route-highlights {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.route-highlights li {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-muted);
}

.route-highlights li::before {
  content: "✓";
  margin-right: 0.4rem;
  color: var(--gold);
  font-size: 0.75rem;
}

.route-panel-note {
  padding: 1rem;
  border-radius: var(--radius-xl);
  background: var(--gold-pale);
  border: 1px solid rgba(212, 168, 67, 0.15);
}

.route-panel-note p {
  font-size: 0.85rem;
  color: var(--cream-muted);
  font-style: italic;
}

.route-cta {
  width: 100%;
  justify-content: center;
}

.terrain-bleed {
  position: relative;
  width: 100%;
  min-height: 60vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin: clamp(3rem, 8vw, 6rem) 0;
}

.terrain-bleed-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

.terrain-bleed::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.15) 100%
  );
  z-index: 1;
}

.terrain-bleed-text {
  position: relative;
  z-index: 2;
  padding: clamp(2.5rem, 6vw, 5rem) 0;
  max-width: 44rem;
  display: grid;
  gap: 1rem;
}

.terrain-bleed-text h2 {
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  color: white;
  font-style: italic;
  line-height: 1.3;
  font-weight: 400;
}

.terrain-bleed-text cite {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  font-style: normal;
}

.trip-moments-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.route-final-cta {
  background: var(--night-2);
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
  margin-top: clamp(3rem, 8vw, 6rem);
  padding: clamp(3rem, 8vw, 5rem) 0;
}

.route-final-content {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.route-final-h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.05;
}

.route-final-h2 em {
  font-style: italic;
  color: var(--gold);
}

.route-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (min-width: 64rem) {
  .trip-moments-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .route-tabs {
    grid-template-columns: repeat(4, 1fr);
  }

  .route-panel {
    grid-template-columns: 1fr 1fr;
  }

  .route-panel-visual .visual-placeholder {
    min-height: 28rem;
  }

  .route-final-content {
    grid-template-columns: 1fr auto;
  }
}

.testimonial-strip {
  display: grid;
  gap: 1rem;
}

.testimonial-card {
  display: grid;
  gap: 1rem;
  padding: 1.6rem;
  border-radius: var(--radius-2xl);
  position: relative;
}

.testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: 0.8rem;
  left: 1.2rem;
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 1;
  color: rgba(47, 181, 205, 0.15);
  pointer-events: none;
}

.testimonial-quote {
  font-size: 1rem;
  line-height: 1.72;
  color: var(--ink-1);
  font-style: italic;
  padding-top: 1rem;
}

.testimonial-author {
  display: grid;
  gap: 0.2rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(11, 34, 36, 0.08);
}

.testimonial-author strong {
  font-size: 0.95rem;
}

@media (min-width: 48rem) {
  .testimonial-strip {
    grid-template-columns: repeat(3, 1fr);
  }
}

.proof-grid {
  display: grid;
  gap: 1px;
  background: var(--glass-border);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-2xl);
  overflow: hidden;
}

.proof-item {
  background: var(--night-2);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  display: grid;
  gap: 0.5rem;
}

.proof-num {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.04em;
}

.proof-label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--cream);
  line-height: 1.3;
}

.proof-sub {
  font-size: 0.88rem;
  color: var(--ink-faint);
  line-height: 1.6;
}

@media (min-width: 48rem) {
  .proof-grid {
    grid-template-columns: repeat(3, 1fr);
    background: var(--glass-border);
  }
}

.trip-archive {
  display: grid;
  gap: clamp(3rem, 8vw, 6rem);
  margin-top: 2rem;
}

.trip-archive-item {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.trip-archive-visual {
  border-radius: var(--radius-2xl);
  overflow: hidden;
}

.trip-archive-copy {
  display: grid;
  gap: 1rem;
}

.trip-archive-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.trip-archive-count {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0.3rem 0.75rem;
  border: 1px solid rgba(212, 168, 67, 0.3);
  border-radius: 999px;
  background: var(--gold-pale);
}

.trip-archive-copy h3 {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
}

.trip-archive-copy p {
  font-size: 0.98rem;
  line-height: 1.72;
  max-width: 52ch;
}

.trip-archive-result {
  padding: 0.85rem 1rem;
  border-left: 2px solid var(--gold);
  background: var(--gold-pale);
  border-radius: 0 var(--radius-xl) var(--radius-xl) 0;
  font-size: 0.88rem !important;
  font-weight: 700;
  color: var(--cream-muted) !important;
  font-style: italic;
}

@media (min-width: 64rem) {
  .trip-archive-item {
    grid-template-columns: 1fr 1fr;
  }

  .trip-archive-flip {
    direction: rtl;
  }

  .trip-archive-flip > * {
    direction: ltr;
  }
}

.photo-wall {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.photo-wall .visual-placeholder {
  min-height: 14rem;
}

.photo-wall-wide {
  grid-column: 1 / -1;
  min-height: 20rem !important;
}

@media (min-width: 64rem) {
  .photo-wall {
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    grid-template-rows: auto auto;
  }

  .photo-wall-wide {
    grid-column: span 1;
    grid-row: span 2;
    min-height: 32rem !important;
  }
}

.community-fomo-cta {
  position: relative;
  margin-top: clamp(3rem, 8vw, 6rem);
  padding: clamp(4rem, 10vw, 8rem) 0;
  background: var(--night-2);
  border-top: 1px solid var(--glass-border);
  text-align: center;
  overflow: hidden;
}

.community-fomo-cta::before {
  content: "JOIN";
  position: absolute;
  font-family: var(--font-display);
  font-size: clamp(8rem, 22vw, 18rem);
  color: transparent;
  -webkit-text-stroke: 1px rgba(212, 168, 67, 0.04);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  letter-spacing: -0.05em;
  line-height: 1;
  white-space: nowrap;
}

.fomo-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  justify-items: center;
}

.fomo-h2 {
  font-size: clamp(2.8rem, 8vw, 5.5rem);
  line-height: 0.95;
}

.fomo-h2 em {
  font-style: italic;
  color: var(--gold);
}

.fomo-sub {
  font-size: 1rem;
  max-width: 40ch;
  text-align: center;
}

.fomo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.about-quote-band {
  padding: clamp(3rem, 8vw, 6rem) 0;
  border-bottom: 1px solid var(--glass-border);
}

.about-hero-quote {
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: 1.25rem;
}

.about-hero-quote p {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3.5vw, 2.4rem);
  font-style: italic;
  font-weight: 400;
  color: var(--cream);
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.about-hero-quote cite {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-style: normal;
}

.story-timeline {
  display: grid;
  gap: 0;
  border-left: 1px solid rgba(212, 168, 67, 0.2);
  padding-left: 2rem;
  margin-left: 1rem;
  margin-top: 1rem;
}

.story-beat {
  display: grid;
  gap: 0.75rem;
  padding-bottom: 3rem;
  position: relative;
}

.story-beat:last-child {
  padding-bottom: 0;
}

.story-beat-marker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: -2.75rem;
}

.story-year {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--gold);
  min-width: 2.5rem;
}

.story-dot {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid var(--night);
  box-shadow: 0 0 0 3px rgba(212, 168, 67, 0.2);
  flex-shrink: 0;
}

.story-beat-content {
  display: grid;
  gap: 0.6rem;
  max-width: 56ch;
}

.story-beat-content h3 {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
}

.story-beat-content p {
  font-size: 0.98rem;
  line-height: 1.75;
}

@media (min-width: 64rem) {
  .story-timeline {
    grid-template-columns: repeat(2, 1fr);
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    gap: 0 4rem;
  }

  .story-beat-marker {
    margin-left: 0;
  }

  .story-beat {
    padding-bottom: 0;
    padding-top: 2rem;
    border-top: 1px solid var(--glass-border);
  }

  .story-beat:first-child,
  .story-beat:nth-child(2) {
    padding-top: 0;
    border-top: none;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--glass-border);
  }
}

.name-origin-band {
  background: var(--night-2);
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
  padding: clamp(3rem, 8vw, 6rem) 0;
  margin: clamp(3rem, 8vw, 6rem) 0;
}

.name-origin-content {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.name-origin-text {
  display: grid;
  gap: 1.25rem;
}

.name-origin-h2 {
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.name-origin-p {
  font-size: 1rem;
  line-height: 1.72;
  max-width: 44ch;
}

.name-origin-visual {
  max-width: 20rem;
}

@media (min-width: 64rem) {
  .name-origin-content {
    grid-template-columns: 1fr 18rem;
  }

  .name-origin-visual {
    max-width: none;
  }
}

.values-grid {
  display: grid;
  gap: 1rem;
}

.value-item {
  padding: clamp(1.5rem, 4vw, 2rem);
  display: grid;
  gap: 0.75rem;
  transition: border-color 200ms ease, transform 200ms ease;
}

.value-item:hover {
  border-color: rgba(212, 168, 67, 0.25);
  transform: translateY(-3px);
}

.value-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: var(--gold);
  opacity: 0.5;
  line-height: 1;
  letter-spacing: -0.04em;
}

.value-item h3 {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
}

.value-item p {
  font-size: 0.92rem;
  line-height: 1.68;
}

@media (min-width: 64rem) {
  .values-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.team-grid {
  display: grid;
  gap: 1rem;
}

.team-card {
  overflow: hidden;
  display: grid;
  gap: 0;
}

.team-card-copy {
  padding: 1.4rem;
  display: grid;
  gap: 0.5rem;
}

.team-card-copy h3 {
  font-size: 1.3rem;
}

.team-card-copy p {
  font-size: 0.9rem;
  line-height: 1.65;
}

@media (min-width: 48rem) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-final-cta {
  padding: clamp(4rem, 10vw, 8rem) 0;
  text-align: center;
  border-top: 1px solid var(--glass-border);
  margin-top: clamp(3rem, 8vw, 6rem);
}

.about-final-content {
  display: grid;
  gap: 1.5rem;
  justify-items: center;
}

.about-final-h2 {
  font-size: clamp(2.2rem, 6vw, 4rem);
  line-height: 1.05;
}

.about-final-h2 em {
  font-style: italic;
  color: var(--gold);
}

.about-final-sub {
  max-width: 40ch;
  text-align: center;
  font-size: 0.98rem;
}

.about-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

body[data-page="journeys"] {
  --accent: #3ab5c8;
  --accent-rgb: 58, 181, 200;
  --accent-pale: rgba(58, 181, 200, 0.1);
  --accent-border: rgba(58, 181, 200, 0.25);
}

body[data-page="community"] {
  --accent: #c4622a;
  --accent-rgb: 196, 98, 42;
  --accent-pale: rgba(196, 98, 42, 0.1);
  --accent-border: rgba(196, 98, 42, 0.25);
}

body[data-page="about"] {
  --accent: #8b6fb5;
  --accent-rgb: 139, 111, 181;
  --accent-pale: rgba(139, 111, 181, 0.1);
  --accent-border: rgba(139, 111, 181, 0.25);
}

body[data-page="home"] {
  --accent: var(--gold);
  --accent-rgb: var(--gold-rgb);
  --accent-pale: var(--gold-pale);
  --accent-border: rgba(var(--gold-rgb), 0.25);
}

.eyebrow {
  color: var(--accent);
}

.visual-kicker {
  color: var(--accent);
}

.stat-num {
  color: var(--accent);
}

.hero-stat strong {
  color: var(--accent);
}

.bar-label {
  color: var(--accent);
}

.bar-cta {
  background: var(--accent);
}

.badge-dot {
  background: var(--accent);
}

.button-primary {
  background: var(--accent);
  box-shadow: 0 0.5rem 2rem rgba(var(--accent-rgb), 0.3);
}

.button-primary:hover {
  box-shadow: 0 0.8rem 3rem rgba(var(--accent-rgb), 0.45);
}

.route-tab.is-active {
  border-color: var(--accent);
  background: var(--accent-pale);
}

.route-tab-num {
  color: var(--accent);
}

.section-header::after {
  background: var(--accent);
}

.band-copy::after {
  background: var(--accent);
}

.page-banner-copy::after {
  background: var(--accent);
}

.founder-story-header::after {
  background: var(--accent);
}

.timeline-dot {
  background: var(--accent);
}

.story-dot {
  background: var(--accent);
}

.trip-archive-count {
  color: var(--accent);
  border-color: rgba(var(--accent-rgb), 0.3);
  background: var(--accent-pale);
}

.terrain-bleed-text cite {
  color: var(--accent);
}

.about-hero-quote cite {
  color: var(--accent);
}

.value-num {
  color: var(--accent);
}

.proof-num {
  color: var(--accent);
}

.chapter-line {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(var(--accent-rgb), 0.3),
    transparent
  );
}

.dest-type {
  color: var(--accent);
}

.dest-number {
  color: var(--accent);
}

.dest-arrow {
  color: var(--accent);
}

.atlas-band::before {
  background: linear-gradient(
    90deg,
    var(--accent),
    var(--lagoon),
    transparent
  );
}

.contact-form::before {
  background: linear-gradient(
    90deg,
    var(--accent),
    var(--lagoon)
  );
}

.founder-pull-quote {
  border-left-color: var(--accent);
  background: var(--accent-pale);
}

.hero-h1 em {
  color: var(--accent);
}

.page-hero-h1 em {
  color: var(--accent);
}

.route-final-h2 em {
  color: var(--accent);
}

.fomo-h2 em {
  color: var(--accent);
}

.about-final-h2 em {
  color: var(--accent);
}

.name-origin-h2 {
  color: var(--cream);
}

.selector-tab.is-active {
  color: var(--accent);
  border-color: var(--accent);
  background: var(--accent-pale);
}

.whatsapp-fab {
  background: #25D366;
}

.journey-intro {
  display: grid;
  gap: 0.5rem;
}

.journey-tab-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.journey-tab {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.25rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--glass-border);
  background: var(--night-2);
  cursor: pointer;
  font-family: var(--font-body);
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
  color: inherit;
}

.journey-tab:hover {
  border-color: var(--accent-border);
  transform: translateY(-2px);
}

.journey-tab.is-active {
  border-color: var(--accent);
  background: var(--accent-pale);
}

.jtab-num {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--accent);
  opacity: 0.7;
}

.jtab-name {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 500;
  color: var(--cream);
  line-height: 1.1;
  letter-spacing: -0.02em;
  display: block;
}

.jtab-sub {
  font-size: 0.75rem;
  color: var(--ink-faint);
  display: block;
}

.journey-panel {
  display: grid;
  gap: 0;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  border: 1px solid var(--glass-border);
  background: var(--night-2);
}

.journey-panel-photo {
  min-height: 22rem;
}

.journey-panel-photo .visual-placeholder {
  border-radius: 0;
  height: 100%;
}

.journey-panel-info {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  display: grid;
  gap: 1.5rem;
  align-content: start;
}

.journey-panel-header {
  display: grid;
  gap: 0.65rem;
}

.journey-story {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.journey-story-copy {
  display: grid;
  gap: 0.65rem;
  max-width: 44rem;
}

.journey-story-copy h2 {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  line-height: 1.08;
}

.journey-story-copy p {
  font-size: 0.96rem;
  line-height: 1.72;
  color: var(--ink-muted);
  max-width: 56ch;
}

.journey-story-media {
  display: grid;
  gap: 1rem;
}

.journey-gallery-stage {
  display: grid;
  gap: 0.75rem;
}

.journey-gallery-stage-visual {
  min-height: clamp(18rem, 46vw, 31rem);
  background: #101416;
}

.journey-gallery-stage-visual .visual-photo {
  object-fit: contain;
  object-position: center center;
  transform: none;
}

.journey-stage-open {
  justify-self: start;
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--cream);
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.journey-story-gallery {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journey-thumb {
  display: grid;
  gap: 0.5rem;
  padding: 0.45rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.03);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.journey-thumb:hover,
.journey-thumb:focus-visible {
  border-color: var(--accent-border);
  transform: translateY(-2px);
}

.journey-thumb.is-active {
  border-color: var(--accent);
  background: var(--accent-pale);
}

.journey-thumb-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: calc(var(--radius-xl) - 0.3rem);
  object-fit: cover;
  object-position: center;
  display: block;
}

.journey-thumb-label {
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--cream);
}

.journey-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
}

.journey-lightbox[hidden] {
  display: none;
}

.journey-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 7, 9, 0.82);
  backdrop-filter: blur(0.4rem);
}

.journey-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 72rem);
  max-height: 88vh;
  margin: 6vh auto;
  padding: 1rem;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--glass-border);
  background: #0f1417;
  display: grid;
  gap: 0.85rem;
}

.journey-lightbox-close {
  justify-self: end;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.06);
  color: var(--cream);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.journey-lightbox-image {
  width: 100%;
  max-height: 68vh;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: var(--radius-xl);
  background: #0a0f11;
}

.journey-lightbox-copy {
  display: grid;
  gap: 0.2rem;
}

.has-lightbox-open {
  overflow: hidden;
}

.journey-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
}

.journey-highlights {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.journey-highlights li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-muted);
}

.journey-highlights li::before {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.journey-zico-note {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: var(--radius-xl);
  background: var(--accent-pale);
  border: 1px solid var(--accent-border);
}

.journey-zico-badge {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--accent);
  color: var(--night);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.journey-zico-note p {
  font-size: 0.85rem;
  line-height: 1.6;
  font-style: italic;
  color: var(--cream-muted);
}

.journe-quote-bleed {
  background: var(--night-2);
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
  padding: clamp(3rem, 8vw, 5rem) 0;
  margin: clamp(3rem, 8vw, 5rem) 0;
}

.journey-bleed-quote {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: 1.25rem;
}

.journey-bleed-quote p {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3.5vw, 2.2rem);
  font-style: italic;
  color: var(--cream);
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.journey-bleed-quote cite {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  font-style: normal;
}

.route-strip {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.route-strip-copy {
  padding: 1rem 0 0;
  display: grid;
  gap: 0.35rem;
}

.route-strip-time {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.route-strip-copy h3 {
  font-size: clamp(0.95rem, 2vw, 1.2rem);
  line-height: 1.15;
}

.journey-trust-bar {
  display: grid;
  gap: 1rem;
  padding: 1.75rem 2rem;
  align-items: center;
  text-align: center;
}

.jtrust-item {
  display: grid;
  gap: 0.2rem;
}

.jtrust-item strong {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--cream);
  font-weight: 500;
}

.jtrust-item span {
  font-size: 0.78rem;
  color: var(--ink-faint);
  line-height: 1.4;
}

.jtrust-div {
  width: 100%;
  height: 1px;
  background: var(--glass-border);
}

.journey-closer {
  background: var(--night-2);
  border-top: 1px solid var(--glass-border);
  padding: clamp(3rem, 8vw, 5rem) 0;
  margin-top: clamp(3rem, 8vw, 5rem);
}

.journey-closer-content {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 64rem) {
  .journey-tab-bar {
    grid-template-columns: repeat(3, 1fr);
  }

  .journey-panel {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .journey-panel-photo {
    min-height: 32rem;
  }

  .journey-story {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: start;
  }

  .journey-story-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .route-strip {
    grid-template-columns: repeat(4, 1fr);
  }

  .journey-trust-bar {
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    text-align: left;
  }

  .jtrust-div {
    width: 1px;
    height: 2.5rem;
  }

  .journey-closer-content {
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 47.99rem) {
  .journey-tab-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey-info-grid {
    grid-template-columns: 1fr;
  }

  .journey-story-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-strip {
    grid-template-columns: 1fr 1fr;
  }
}

.comm-opening {
  padding-top: clamp(5rem, 12vw, 8rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
}

.comm-opening .shell {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.comm-opening-inner {
  display: grid;
  gap: 1.25rem;
}

.comm-opening-h1 {
  font-size: clamp(3rem, 10vw, 6.5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.comm-opening-h1 em {
  font-style: italic;
  color: var(--accent);
}

.comm-opening-sub {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink-muted);
  max-width: 44ch;
}

.comm-numbers {
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  background: var(--night-2);
}

.comm-stat-row {
  display: grid;
  gap: 2rem;
  align-items: center;
  justify-items: center;
}

.comm-stat {
  display: grid;
  gap: 0.35rem;
  text-align: center;
}

.comm-stat-num {
  font-family: var(--font-display);
  font-size: clamp(4rem, 12vw, 7rem);
  font-weight: 600;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.05em;
}

.comm-stat-label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.comm-stat-divider {
  width: 100%;
  height: 1px;
  background: var(--glass-border);
}

.comm-trip {
  display: grid;
  gap: 2rem;
  align-items: center;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  border-bottom: 1px solid var(--glass-border);
}

.comm-trip:last-child {
  border-bottom: none;
}

.comm-trip-visual {
  border-radius: var(--radius-2xl);
  overflow: hidden;
}

.comm-trip-visual .visual-placeholder {
  border-radius: 0;
}

.comm-trip-copy {
  display: grid;
  gap: 1.1rem;
}

.comm-trip-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.comm-trip-count {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 0.3rem 0.75rem;
  border: 1px solid var(--accent-border);
  border-radius: 999px;
  background: var(--accent-pale);
}

.comm-trip-title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  line-height: 1.05;
}

.comm-trip-copy p {
  font-size: 0.98rem;
  line-height: 1.75;
  max-width: 50ch;
}

.comm-trip-result {
  padding: 0.85rem 1rem;
  border-left: 2px solid var(--accent);
  background: var(--accent-pale);
  border-radius: 0 var(--radius-xl) var(--radius-xl) 0;
  font-weight: 700 !important;
  font-style: italic;
  color: var(--cream-muted) !important;
  font-size: 0.9rem !important;
}

.comm-testimonials {
  background: var(--night-2);
  padding: clamp(3rem, 8vw, 5rem) 0;
  margin-top: clamp(2rem, 5vw, 3rem);
  border-top: 1px solid var(--glass-border);
}

.comm-quotes {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.comm-quote {
  padding: 1.75rem;
  display: grid;
  gap: 1.25rem;
  position: relative;
}

.comm-quote::before {
  content: "\201C";
  position: absolute;
  top: 0.5rem;
  left: 1.2rem;
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 1;
  color: rgba(var(--accent-rgb), 0.12);
  pointer-events: none;
}

.comm-quote p {
  font-size: 1rem;
  line-height: 1.72;
  color: var(--ink-muted);
  font-style: italic;
  padding-top: 1.5rem;
}

.comm-quote footer {
  display: grid;
  gap: 0.2rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--glass-border);
}

.comm-quote footer strong {
  font-size: 0.9rem;
  color: var(--cream);
}

.comm-fomo {
  position: relative;
  padding: clamp(5rem, 12vw, 9rem) 0;
  text-align: center;
  overflow: hidden;
}

.comm-fomo-bg-text {
  position: absolute;
  font-family: var(--font-display);
  font-size: clamp(10rem, 28vw, 22rem);
  color: transparent;
  -webkit-text-stroke: 1px rgba(var(--accent-rgb), 0.05);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  letter-spacing: -0.05em;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
}

.comm-fomo-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  justify-items: center;
}

.comm-fomo-h2 {
  font-size: clamp(3rem, 9vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.comm-fomo-h2 em {
  font-style: italic;
  color: var(--accent);
}

@media (min-width: 48rem) {
  .comm-opening .shell {
    grid-template-columns: 1fr 1fr;
  }

  .comm-stat-row {
    grid-template-columns: 1fr auto 1fr auto 1fr;
  }

  .comm-stat-divider {
    width: 1px;
    height: 5rem;
  }

  .comm-stat-row {
    justify-items: start;
  }

  .comm-stat {
    text-align: left;
  }

  .comm-trip {
    grid-template-columns: 1fr 1fr;
  }

  .comm-trip-flip {
    direction: rtl;
  }

  .comm-trip-flip > * {
    direction: ltr;
  }

  .comm-quotes {
    grid-template-columns: repeat(3, 1fr);
  }

  .comm-quote-offset {
    margin-top: 2rem;
  }
}

.about-opener {
  padding-top: clamp(5rem, 12vw, 9rem);
  padding-bottom: clamp(3rem, 7vw, 5rem);
  border-bottom: 1px solid var(--glass-border);
}

.about-opener-inner {
  display: grid;
  gap: 1.5rem;
  max-width: 56rem;
}

.about-opener-h1 {
  font-size: clamp(2.2rem, 7vw, 5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--cream);
}

.about-opener-h1 em {
  font-style: italic;
  color: var(--accent);
}

.about-opener-byline {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.about-opener-byline span {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.about-opener-dot {
  color: var(--accent);
}

.about-intro {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
}

.about-intro-copy {
  display: grid;
  gap: 1.2rem;
}

.about-intro-copy h2 {
  font-size: clamp(1.8rem, 4.5vw, 3rem);
}

.about-story {
  padding-top: clamp(3rem, 8vw, 5rem);
}

.about-timeline {
  display: grid;
  gap: 0;
  margin-top: 2rem;
  border-left: 1px solid rgba(var(--accent-rgb), 0.2);
  padding-left: 2rem;
  margin-left: 1rem;
}

.about-beat {
  display: grid;
  gap: 0.75rem;
  padding-bottom: 3rem;
  position: relative;
}

.about-beat:last-child {
  padding-bottom: 0;
}

.about-beat-year {
  margin-left: -2.75rem;
}

.about-beat-year span {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--accent);
  position: relative;
  padding-left: 1.25rem;
}

.about-beat-year span::before {
  content: "";
  position: absolute;
  left: -0.15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--accent);
  border: 2px solid var(--night);
  box-shadow: 0 0 0 3px rgba(var(--accent-rgb), 0.2);
}

.about-beat-body {
  display: grid;
  gap: 0.65rem;
  max-width: 54ch;
}

.about-beat-body h3 {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
}

.about-beat-body p {
  font-size: 0.98rem;
  line-height: 1.78;
}

.about-name-moment {
  background: var(--night-2);
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
  padding: clamp(3rem, 8vw, 6rem) 0;
  margin: clamp(3rem, 8vw, 5rem) 0;
}

.about-name-inner {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.about-name-text {
  display: grid;
  gap: 1.25rem;
}

.about-name-quote {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3.5vw, 2.4rem);
  font-style: italic;
  font-weight: 400;
  color: var(--cream);
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: 0;
  padding-left: 1.5rem;
  border-left: 2px solid var(--accent);
}

.about-name-explain {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink-muted);
  max-width: 44ch;
}

.about-name-photo {
  max-width: 18rem;
}

.about-principles {
  display: grid;
  gap: 0;
  margin-top: 1rem;
  border-top: 1px solid var(--glass-border);
}

.about-principle {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: clamp(1.5rem, 4vw, 2.5rem) 0;
  border-bottom: 1px solid var(--glass-border);
  transition: background 200ms ease;
}

.about-principle:hover {
  background: rgba(var(--accent-rgb), 0.02);
}

.about-principle-num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600;
  color: var(--accent);
  opacity: 0.4;
  line-height: 1;
  letter-spacing: -0.04em;
}

.about-principle-body {
  display: grid;
  gap: 0.65rem;
}

.about-principle-body h3 {
  font-size: clamp(1.05rem, 2.5vw, 1.3rem);
}

.about-principle-body p {
  font-size: 0.95rem;
  line-height: 1.72;
  max-width: 50ch;
}

.about-team {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.about-team-member {
  overflow: hidden;
  display: grid;
}

.about-team-copy {
  padding: 1.4rem;
  display: grid;
  gap: 0.5rem;
}

.about-team-copy h3 {
  font-size: 1.3rem;
}

.about-team-copy p {
  font-size: 0.9rem;
  line-height: 1.65;
}

.about-closer {
  border-top: 1px solid var(--glass-border);
  padding: clamp(4rem, 10vw, 7rem) 0;
}

.about-closer-inner {
  display: grid;
  gap: 1.5rem;
}

.about-closer-h2 {
  font-size: clamp(2.2rem, 6vw, 4rem);
  line-height: 1.05;
}

.about-closer-h2 em {
  font-style: italic;
  color: var(--accent);
}

@media (min-width: 48rem) {
  .about-intro {
    grid-template-columns: 1fr 1fr;
  }

  .about-name-inner {
    grid-template-columns: 1fr 16rem;
  }

  .about-team {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-timeline {
    grid-template-columns: repeat(2, 1fr);
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    gap: 0 4rem;
  }

  .about-beat-year {
    margin-left: 0;
  }

  .about-beat {
    padding-bottom: 0;
    padding-top: 2rem;
    border-top: 1px solid var(--glass-border);
  }

  .about-beat:nth-child(1),
  .about-beat:nth-child(2) {
    padding-top: 0;
    border-top: none;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--glass-border);
  }
}

body[data-page="home"] .hero-cinematic .hero-bg-img {
  object-position: center center;
}

body[data-page="home"] .hero-cinematic {
  background: #071116;
}

body[data-page="home"] .hero-bg {
  background:
    radial-gradient(circle at top, rgba(47, 181, 205, 0.14), transparent 24%),
    #071116;
}

@media (max-width: 47.99rem) {
  .visual-placeholder.has-photo,
  .hero-bg,
  .story-bleed-bg,
  .page-hero-bg {
    background: #0b1114;
  }

  .visual-photo {
    object-fit: cover;
    object-position: var(--photo-position, center center);
    transform: none;
  }

  .hero-bg-img,
  .story-bleed-img,
  .page-hero-img {
    object-fit: cover;
    object-position: center center;
    background: #0b1114;
  }

  .hero-cinematic {
    min-height: 36rem;
  }

  .page-hero-cinematic,
  .story-bleed {
    min-height: 32rem;
  }
}

body[data-page="journeys"] .visual-placeholder.has-photo {
  background:
    radial-gradient(circle at top, rgba(var(--accent-rgb), 0.16), transparent 34%),
    #0f1618;
}

body[data-page="journeys"] .selector-visual .visual-photo,
body[data-page="journeys"] .journey-gallery-stage-visual .visual-photo {
  object-fit: contain;
  object-position: center center;
  transform: none;
}

body[data-page="journeys"] .journey-panel-photo .visual-placeholder,
body[data-page="journeys"] .journey-gallery-stage-visual {
  background:
    radial-gradient(circle at top, rgba(var(--accent-rgb), 0.16), transparent 34%),
    #0f1618;
}

