/* =========================================================
   ROYAL TOURS VICTORIA FALLS — "The Land Remembers"
   Editorial expedition-journal aesthetic
   Warm · earthy · textured · cinematic
   ========================================================= */

:root {
  /* Earth palette */
  --soil:   #1A1410;   /* warm near-black base */
  --soil-2: #241C15;   /* raised dark surface */
  --ember:  #C2703D;   /* burnt sienna — signature */
  --ochre:  #C89B3C;   /* brass gold, sparing */
  --clay:   #7A4A2E;   /* deep earth */
  --moss:   #2E3D2A;   /* deep muted green */
  --bone:   #EDE6D6;   /* warm paper light */
  --bone-2: #E3D9C4;   /* slightly deeper paper */
  --dust:   #B8A98C;   /* muted taupe text */
  --line-d: rgba(237,230,214,0.14);
  --line-l: rgba(26,20,16,0.14);

  --display: "Fraunces", Georgia, serif;
  --body:    "Spectral", Georgia, serif;
  --util:    "Archivo", system-ui, sans-serif;

  --wrap: 1360px;
  --gutter: clamp(1.5rem, 5vw, 6rem);
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-io: cubic-bezier(0.83, 0, 0.17, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  background: var(--soil);
  color: var(--bone);
  line-height: 1.7;
  font-size: 18px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
::selection { background: var(--ember); color: var(--bone); }

/* Paper grain overlay — sits above everything, very subtle */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 9998; pointer-events: none;
  opacity: 0.035; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Type ---------- */
h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; line-height: 1.0; letter-spacing: -0.02em; }
.fraunces-light { font-variation-settings: "opsz" 144, "SOFT" 0, "WONK" 1; }
.d1 { font-size: clamp(3.2rem, 11vw, 11rem); font-weight: 300; line-height: 0.92; letter-spacing: -0.035em; }
.d2 { font-size: clamp(2.6rem, 7vw, 6rem); font-weight: 300; line-height: 0.95; letter-spacing: -0.03em; }
.d3 { font-size: clamp(2rem, 4.5vw, 3.6rem); font-weight: 400; line-height: 1.02; letter-spacing: -0.02em; }
.d4 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 400; }
.serif-italic { font-style: italic; font-weight: 300; }

.eyebrow {
  font-family: var(--util); font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.4em; text-transform: uppercase;
}
.lede { font-size: clamp(1.15rem, 1.7vw, 1.45rem); line-height: 1.65; font-weight: 300; }
p { font-weight: 300; }

/* chapter numeral — signature device */
.chapter-num {
  font-family: var(--display); font-weight: 300; font-style: italic;
  font-size: clamp(1rem, 1.2vw, 1.15rem); letter-spacing: 0.1em;
  color: var(--ember);
}

/* ---------- Layout ---------- */
.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(5rem, 12vw, 12rem); position: relative; }
.on-paper { background: var(--bone); color: var(--soil); }
.on-paper .eyebrow { color: var(--ember); }
.on-moss { background: var(--moss); color: var(--bone); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.9rem;
  font-family: var(--util); font-size: 0.74rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  padding: 1.15rem 0; cursor: pointer; background: none; border: none;
  color: inherit; position: relative;
}
.btn .line { width: 44px; height: 1px; background: currentColor; transition: width 0.6s var(--ease); opacity: 0.5; }
.btn:hover .line { width: 72px; opacity: 1; }
.btn.solid {
  padding: 1.15rem 2.4rem; background: var(--ember); color: var(--bone);
  border-radius: 100px; overflow: hidden; transition: background 0.5s var(--ease), transform 0.5s var(--ease);
}
.btn.solid:hover { background: var(--ochre); color: var(--soil); transform: translateY(-2px); }
.btn.solid .line { display: none; }
.btn.ghost { padding: 1.1rem 2.3rem; border: 1px solid currentColor; border-radius: 100px; transition: all 0.5s var(--ease); }
.btn.ghost .line { display: none; }
.btn.ghost:hover { background: var(--bone); color: var(--soil); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.8rem var(--gutter);
  mix-blend-mode: difference;
  transition: padding 0.6s var(--ease);
}
.site-header.tuck { padding-block: 1.1rem; }
.brand { display: flex; flex-direction: column; line-height: 1; color: var(--bone); }
.brand .mark { font-family: var(--display); font-size: 1.5rem; font-weight: 400; letter-spacing: -0.01em; }
.brand .sub { font-family: var(--util); font-size: 0.5rem; font-weight: 600; letter-spacing: 0.44em; text-transform: uppercase; margin-top: 5px; }
.nav { display: flex; align-items: center; gap: 2.4rem; }
.nav a { font-family: var(--util); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bone); position: relative; padding-block: 4px; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0; background: currentColor; transition: width 0.5s var(--ease); }
.nav a:hover::after, .nav a.active::after { width: 100%; }
.menu-toggle { display: none; flex-direction: column; gap: 6px; background: none; border: none; cursor: pointer; padding: 8px; z-index: 1001; mix-blend-mode: difference; }
.menu-toggle span { width: 28px; height: 1.5px; background: var(--bone); transition: all 0.5s var(--ease); }
.menu-toggle.on span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.menu-toggle.on span:nth-child(2) { opacity: 0; }
.menu-toggle.on span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Loader / intro ---------- */
.intro-veil {
  position: fixed; inset: 0; z-index: 9999; background: var(--soil);
  display: flex; align-items: center; justify-content: center;
  transition: transform 1.1s var(--ease-io); transition-delay: 0.3s;
}
.intro-veil.lift { transform: translateY(-100%); }
.intro-veil .il-inner { text-align: center; overflow: hidden; }
.intro-veil .il-word { font-family: var(--display); font-weight: 300; font-style: italic; font-size: clamp(2rem,6vw,4rem); color: var(--bone); display: block; animation: ilrise 1.2s var(--ease) forwards; }
@keyframes ilrise { from { transform: translateY(110%); } to { transform: translateY(0); } }
.intro-veil .il-line { width: 0; height: 1px; background: var(--ember); margin: 1.4rem auto 0; animation: illine 1.4s var(--ease) 0.4s forwards; }
@keyframes illine { to { width: 120px; } }

/* ---------- HERO ---------- */
.hero { position: relative; height: 100svh; min-height: 640px; overflow: hidden; display: flex; align-items: flex-end; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img { width: 100%; height: 120%; object-fit: cover; will-change: transform; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(26,20,16,0.45) 0%, rgba(26,20,16,0.05) 30%, rgba(26,20,16,0.15) 55%, rgba(26,20,16,0.92) 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(120% 80% at 50% 120%, rgba(194,112,61,0.25), transparent 60%); mix-blend-mode: screen; }
.hero-inner { position: relative; z-index: 2; width: 100%; padding-bottom: clamp(3rem, 7vw, 6rem); }
.hero-eyebrow { display: flex; align-items: center; gap: 1.2rem; color: var(--dust); margin-bottom: 2rem; overflow: hidden; }
.hero-eyebrow .rule { width: 60px; height: 1px; background: var(--ember); }
.hero h1 { color: var(--bone); max-width: 15ch; }
.hero h1 .em { color: var(--ember); font-style: italic; }
.hero-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-top: 2.5rem; flex-wrap: wrap; }
.hero-foot p { max-width: 42ch; color: var(--dust); }
.hero-scroll { position: absolute; right: var(--gutter); bottom: clamp(3rem,7vw,6rem); z-index: 2; display: flex; align-items: center; gap: 0.8rem; writing-mode: vertical-rl; font-family: var(--util); font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--dust); }
.hero-scroll .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ember); animation: pulse 2s var(--ease) infinite; }
@keyframes pulse { 0%,100% { opacity: 0.3; transform: scale(1); } 50% { opacity: 1; transform: scale(1.6); } }

/* reveal words on load */
.rise { display: inline-block; overflow: hidden; }
.rise > span { display: inline-block; transform: translateY(105%); }
.rise.go > span { transition: transform 1s var(--ease); transform: translateY(0); }

/* ---------- Manifesto / intro text block ---------- */
.manifesto { text-align: left; }
.manifesto .big { max-width: 20ch; }
.manifesto .big .em { color: var(--ember); font-style: italic; }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 7rem); align-items: end; margin-top: clamp(3rem,6vw,5rem); }
.manifesto-grid .col-note { font-size: 1.05rem; color: var(--dust); }
.on-paper .manifesto-grid .col-note { color: rgba(26,20,16,0.7); }

/* ---------- Pinned cinematic reveal ---------- */
.reveal-scene { position: relative; height: 200vh; }
.reveal-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.reveal-frame { position: absolute; inset: 8vh 8vw; overflow: hidden; border-radius: 2px; will-change: clip-path; }
.reveal-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; will-change: transform; transform: scale(1.3); }
.reveal-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,20,16,0.1), rgba(26,20,16,0.75)); }
.reveal-caption { position: absolute; z-index: 3; left: clamp(2rem,10vw,10rem); bottom: clamp(3rem,12vh,9rem); right: clamp(2rem,10vw,10rem); color: var(--bone); }
.reveal-caption .eyebrow { color: var(--ochre); }
.reveal-caption h2 { margin-top: 1.2rem; max-width: 18ch; }

/* ---------- Chapters (experiences) ---------- */
.chapter { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; min-height: 88vh; }
.chapter:nth-child(even) { direction: rtl; }
.chapter:nth-child(even) > * { direction: ltr; }
.chapter-media { position: relative; overflow: hidden; }
.chapter-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.chapter-body { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 8rem); position: relative; }
.chapter-body .idx { font-family: var(--display); font-style: italic; font-weight: 300; font-size: clamp(3rem,7vw,6rem); color: var(--ember); opacity: 0.9; line-height: 1; margin-bottom: 1.5rem; }
.chapter-body h2 { margin-bottom: 1.4rem; }
.chapter-body p { color: var(--dust); max-width: 44ch; margin-bottom: 2rem; }
.chapter-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2.5rem; }
.chapter-tags span { font-family: var(--util); font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; padding: 0.5rem 1rem; border: 1px solid var(--line-d); border-radius: 100px; color: var(--dust); }

/* ---------- Horizontal destinations filmstrip ---------- */
.strip-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; flex-wrap: wrap; }
.strip-head p { color: var(--dust); max-width: 40ch; }
.filmstrip { display: flex; gap: clamp(1rem,2vw,2rem); overflow-x: auto; padding-bottom: 2rem; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--clay) transparent; }
.filmstrip::-webkit-scrollbar { height: 3px; }
.filmstrip::-webkit-scrollbar-thumb { background: var(--clay); }
.film-card { position: relative; flex: 0 0 clamp(280px, 42vw, 500px); aspect-ratio: 3/4; scroll-snap-align: start; overflow: hidden; border-radius: 2px; }
.film-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.film-card:hover img { transform: scale(1.06); }
.film-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,20,16,0) 40%, rgba(26,20,16,0.9)); }
.film-card .fc-body { position: absolute; z-index: 2; left: 1.8rem; right: 1.8rem; bottom: 1.8rem; color: var(--bone); }
.film-card .fc-country { font-family: var(--util); font-size: 0.62rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ochre); }
.film-card h3 { font-size: clamp(1.6rem,2.4vw,2.2rem); margin-top: 0.3rem; }
.film-card .fc-line { font-family: var(--body); font-style: italic; font-size: 0.95rem; color: var(--dust); margin-top: 0.5rem; opacity: 0; max-height: 0; transition: all 0.6s var(--ease); }
.film-card:hover .fc-line { opacity: 1; max-height: 60px; }

/* ---------- Pull quote ---------- */
.pullquote { text-align: center; max-width: 22ch; margin: 0 auto; }
.pullquote .q { font-family: var(--display); font-weight: 300; font-style: italic; font-size: clamp(2.2rem,6vw,5rem); line-height: 1.05; letter-spacing: -0.02em; }
.pullquote .q .em { color: var(--ember); }
.pullquote .who { font-family: var(--util); font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ochre); margin-top: 2.5rem; }

/* ---------- Packages editorial list ---------- */
.pkg-list { border-top: 1px solid var(--line-l); }
.on-paper .pkg-row { border-bottom: 1px solid var(--line-l); }
.pkg-row { display: grid; grid-template-columns: auto 1fr auto auto; gap: clamp(1rem,4vw,4rem); align-items: center; padding: clamp(1.8rem,3vw,2.8rem) 0; cursor: pointer; position: relative; transition: padding-left 0.5s var(--ease); }
.pkg-row:hover { padding-left: 1.5rem; }
.pkg-row .pk-idx { font-family: var(--display); font-style: italic; font-size: 1.1rem; color: var(--ember); }
.pkg-row .pk-name h3 { font-size: clamp(1.5rem,3vw,2.4rem); font-weight: 400; }
.pkg-row .pk-name .pk-route { font-family: var(--util); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(26,20,16,0.55); margin-top: 0.5rem; }
.pkg-row .pk-days { font-family: var(--util); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--clay); white-space: nowrap; }
.pkg-row .pk-price { font-family: var(--display); font-size: clamp(1.2rem,2vw,1.6rem); white-space: nowrap; }
.pkg-row .pk-price span { font-family: var(--util); font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; display: block; color: rgba(26,20,16,0.5); }
.pkg-row .pk-reveal { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 0; height: 78%; overflow: hidden; border-radius: 2px; transition: width 0.6s var(--ease); pointer-events: none; z-index: 2; }
.pkg-row:hover .pk-reveal { width: clamp(160px, 22vw, 300px); }
.pkg-row .pk-reveal img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Stats band ---------- */
.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.stat-cell { text-align: left; border-left: 1px solid var(--line-d); padding-left: 1.5rem; }
.stat-cell .n { font-family: var(--display); font-weight: 300; font-size: clamp(2.6rem,5vw,4.5rem); color: var(--bone); line-height: 1; }
.stat-cell .n .em { color: var(--ember); }
.stat-cell .l { font-family: var(--util); font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--dust); margin-top: 1rem; }

/* ---------- CTA ---------- */
.cta { position: relative; overflow: hidden; text-align: center; }
.cta-media { position: absolute; inset: 0; z-index: 0; }
.cta-media img { width: 100%; height: 100%; object-fit: cover; }
.cta::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(26,20,16,0.7), rgba(26,20,16,0.88)); }
.cta .wrap { position: relative; z-index: 2; }
.cta h2 { max-width: 16ch; margin: 0 auto 2.5rem; }
.cta h2 .em { color: var(--ember); font-style: italic; }
.cta-actions { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Page hero (inner) ---------- */
.page-hero { position: relative; height: 74vh; min-height: 480px; overflow: hidden; display: flex; align-items: flex-end; }
.page-hero-media { position: absolute; inset: 0; z-index: 0; }
.page-hero-media img { width: 100%; height: 116%; object-fit: cover; will-change: transform; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(26,20,16,0.4), rgba(26,20,16,0.9)); }
.page-hero-inner { position: relative; z-index: 2; width: 100%; padding-bottom: clamp(2.5rem,6vw,5rem); }
.page-hero .chapter-num { display: block; margin-bottom: 1.5rem; }
.page-hero h1 { color: var(--bone); }
.page-hero h1 .em { color: var(--ember); font-style: italic; }

/* ---------- Prose ---------- */
.prose { max-width: 60ch; }
.prose p { margin-bottom: 1.5rem; }
.prose .lede { margin-bottom: 2.5rem; }
.on-paper .prose p { color: rgba(26,20,16,0.82); }

/* ---------- Values / list ---------- */
.val-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line-l); border: 1px solid var(--line-l); }
.val-cell { background: var(--bone); padding: clamp(2rem,3vw,2.8rem); }
.val-cell .vc-idx { font-family: var(--display); font-style: italic; color: var(--ember); font-size: 1.1rem; }
.val-cell h3 { font-size: 1.5rem; margin: 1rem 0 0.7rem; }
.val-cell p { font-size: 0.98rem; color: rgba(26,20,16,0.7); }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(1.5rem,3vw,2.5rem); }
.team-card .tc-media { aspect-ratio: 4/5; overflow: hidden; border-radius: 2px; margin-bottom: 1.2rem; }
.team-card .tc-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.9) contrast(1.02); transition: transform 1s var(--ease); }
.team-card:hover .tc-media img { transform: scale(1.05); }
.team-card h3 { font-size: 1.6rem; }
.team-card .role { font-family: var(--util); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ember); margin-top: 0.3rem; }
.team-card p { font-size: 0.95rem; color: var(--dust); margin-top: 0.8rem; }
.on-paper .team-card p { color: rgba(26,20,16,0.7); }

/* ---------- Guide cards ---------- */
.guide-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--line-d); border: 1px solid var(--line-d); }
.guide-cell { background: var(--soil); padding: clamp(2rem,3vw,3rem); }
.guide-cell .gc-idx { font-family: var(--display); font-style: italic; color: var(--ember); font-size: 1.1rem; }
.guide-cell h3 { font-size: 1.7rem; margin: 1rem 0 0.8rem; }
.guide-cell p { color: var(--dust); font-size: 0.98rem; }

/* ---------- Editorial gallery ---------- */
.egal { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(0.5rem,1vw,1rem); grid-auto-flow: dense; }
.egal figure { overflow: hidden; border-radius: 2px; position: relative; }
.egal img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.egal figure:hover img { transform: scale(1.07); }
.egal .s6 { grid-column: span 6; } .egal .s5 { grid-column: span 5; }
.egal .s7 { grid-column: span 7; } .egal .s4 { grid-column: span 4; }
.egal .s8 { grid-column: span 8; } .egal .s12 { grid-column: span 12; }
.egal .h-tall { grid-row: span 2; }
.egal figure { min-height: 220px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2.5rem,6vw,6rem); }
.field { margin-bottom: 1.6rem; }
.field label { display: block; font-family: var(--util); font-size: 0.64rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 0.6rem; color: var(--dust); }
.field input, .field select, .field textarea {
  width: 100%; padding: 0.95rem 0; border: none; border-bottom: 1px solid var(--line-d);
  font-family: var(--body); font-size: 1.05rem; background: transparent; color: var(--bone); font-weight: 300;
  transition: border-color 0.4s var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ember); }
.field select option { background: var(--soil); }
.field textarea { resize: vertical; min-height: 100px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.cdetail { padding: 1.4rem 0; border-top: 1px solid var(--line-d); }
.cdetail .cd-label { font-family: var(--util); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ochre); margin-bottom: 0.5rem; }
.cdetail .cd-val { font-size: 1.15rem; font-weight: 300; }
.form-note { margin-top: 1.5rem; padding: 1.2rem 1.4rem; border-left: 2px solid var(--ember); background: var(--soil-2); font-size: 0.95rem; color: var(--bone); display: none; }

/* ---------- Footer ---------- */
.site-footer { background: var(--soil-2); color: var(--bone); padding-block: clamp(4rem,7vw,7rem) 2.5rem; }
.footer-top { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 3.5rem; border-bottom: 1px solid var(--line-d); }
.footer-brand .mark { font-family: var(--display); font-size: 2.2rem; font-weight: 300; }
.footer-brand .sub { font-family: var(--util); font-size: 0.56rem; letter-spacing: 0.4em; text-transform: uppercase; color: var(--dust); margin-top: 5px; }
.footer-brand p { margin-top: 1.4rem; color: var(--dust); max-width: 32ch; font-size: 0.98rem; }
.footer-col h4 { font-family: var(--util); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ochre); margin-bottom: 1.4rem; }
.footer-col a { display: block; padding: 0.4rem 0; color: var(--dust); font-size: 0.98rem; transition: color 0.4s var(--ease); }
.footer-col a:hover { color: var(--ember); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 2rem; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.82rem; color: var(--dust); }
.footer-social { display: flex; gap: 1.5rem; }
.footer-social a { font-family: var(--util); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--dust); }
.footer-social a:hover { color: var(--ember); }

/* ---------- Reveal on scroll ---------- */
.fade { opacity: 0; transform: translateY(40px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease); }
.fade.in { opacity: 1; transform: none; }
.fade.dl1 { transition-delay: 0.12s; } .fade.dl2 { transition-delay: 0.24s; } .fade.dl3 { transition-delay: 0.36s; }

/* ---------- Mobile nav ---------- */
.mobile-nav { position: fixed; inset: 0; z-index: 999; background: var(--soil); display: flex; flex-direction: column; justify-content: center; padding: var(--gutter); gap: 0.3rem; transform: translateY(-100%); transition: transform 0.8s var(--ease-io); }
.mobile-nav.open { transform: none; }
.mobile-nav a { font-family: var(--display); font-weight: 300; font-size: clamp(2rem,9vw,3.5rem); color: var(--bone); padding: 0.4rem 0; display: flex; align-items: baseline; gap: 1rem; }
.mobile-nav a .mn-idx { font-family: var(--util); font-size: 0.7rem; letter-spacing: 0.2em; color: var(--ember); }
.mobile-nav a:hover { color: var(--ember); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .stats-band { grid-template-columns: repeat(2,1fr); gap: 2.5rem; }
  .val-list, .team-grid { grid-template-columns: repeat(2,1fr); }
  .egal .s5, .egal .s7, .egal .s4, .egal .s8 { grid-column: span 6; }
}
@media (max-width: 760px) {
  body { font-size: 17px; }
  .nav { display: none; }
  .menu-toggle { display: flex; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 2rem; }
  .chapter { grid-template-columns: 1fr; }
  .chapter:nth-child(even) { direction: ltr; }
  .chapter-media { min-height: 60vh; }
  .reveal-scene { height: 130vh; }
  .reveal-frame { inset: 5vh 5vw; }
  .stats-band, .val-list, .team-grid, .guide-grid, .contact-grid, .field-row { grid-template-columns: 1fr; }
  .pkg-row { grid-template-columns: auto 1fr; gap: 1rem 1.5rem; }
  .pkg-row .pk-days, .pkg-row .pk-price { grid-column: 2; }
  .pkg-row .pk-reveal { display: none; }
  .egal { grid-template-columns: repeat(2,1fr); }
  .egal figure { grid-column: span 1 !important; grid-row: span 1 !important; min-height: 160px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .fade { opacity: 1; transform: none; }
  .hero-media img, .page-hero-media img { height: 100%; }
  .reveal-scene { height: auto; }
  .reveal-sticky { position: relative; height: 80vh; }
}

/* =========================================================
   V3 — "A Living Film"  cinematic + atmospheric layer
   ========================================================= */

/* The whole page has a time-of-day. --sky vars are driven by JS on scroll. */
:root {
  --sky-top: #2a3a4a;
  --sky-mid: #6b5842;
  --sky-low: #1a1410;
  --sun-y: 78%;
  --sun-glow: rgba(194,112,61,0.0);
  --amb: 0; /* 0 dawn -> 1 dusk */
}

/* ---- Living atmosphere fixed behind everything ---- */
.atmos {
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(120% 90% at 50% var(--sun-y), var(--sun-glow), transparent 55%),
    linear-gradient(180deg, var(--sky-top) 0%, var(--sky-mid) 52%, var(--sky-low) 100%);
  transition: background 0.6s linear;
}
/* heat-haze band on the horizon */
.atmos::before {
  content: ""; position: absolute; left: 0; right: 0; top: var(--sun-y); height: 22vh;
  background: radial-gradient(60% 100% at 50% 0%, var(--sun-glow), transparent 70%);
  filter: blur(8px); opacity: calc(0.5 + var(--amb) * 0.5); mix-blend-mode: screen;
  animation: haze 7s ease-in-out infinite alternate;
}
@keyframes haze { from { transform: translateY(0) scaleY(1); } to { transform: translateY(-6px) scaleY(1.05); } }

/* ---- Ember / dust particles ---- */
.embers { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.ember {
  position: absolute; bottom: -20px; width: 3px; height: 3px; border-radius: 50%;
  background: var(--ember); opacity: 0; filter: blur(0.4px);
  box-shadow: 0 0 6px 1px rgba(194,112,61,0.6);
  animation: rise-ember linear infinite;
}
@keyframes rise-ember {
  0% { transform: translateY(0) translateX(0) scale(1); opacity: 0; }
  10% { opacity: 0.9; }
  70% { opacity: 0.7; }
  100% { transform: translateY(-108vh) translateX(var(--drift, 20px)) scale(0.4); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .ember { display: none; } .atmos::before { animation: none; } }

/* Sections that should let the atmosphere show through become translucent */
.film-hero { background: transparent; }

/* ---- CINEMATIC HERO (scroll-story) ---- */
.film-hero { position: relative; height: 100svh; min-height: 640px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.fh-layer { position: absolute; inset: 0; will-change: transform, opacity; }
.fh-layer img { width: 100%; height: 100%; object-fit: cover; }
.fh-water { z-index: 1; }
.fh-falls { z-index: 2; opacity: 0; }        /* cross-dissolves in on scroll */
.fh-veil { position: absolute; inset: 0; z-index: 3;
  background: linear-gradient(180deg, rgba(26,20,16,0.35) 0%, rgba(26,20,16,0.05) 34%, rgba(26,20,16,0.55) 100%); }
.fh-content { position: relative; z-index: 4; text-align: center; color: var(--bone); padding-inline: var(--gutter); will-change: transform, opacity; }
.fh-kicker { display: inline-flex; align-items: center; gap: 1rem; color: var(--dust); margin-bottom: 1.8rem; }
.fh-kicker .r { width: 44px; height: 1px; background: var(--ember); }
.fh-title { font-size: clamp(3rem, 12vw, 12rem); font-weight: 300; line-height: 0.9; letter-spacing: -0.04em; }
.fh-title .em { color: var(--ember); font-style: italic; }
.fh-sub { max-width: 46ch; margin: 2rem auto 0; color: rgba(237,230,214,0.86); font-size: clamp(1.05rem,1.6vw,1.35rem); font-weight: 300; }
.fh-scroll { position: absolute; left: 50%; bottom: 2.4rem; transform: translateX(-50%); z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 0.7rem; font-family: var(--util); font-size: 0.58rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--dust); }
.fh-scroll .l { width: 1px; height: 44px; background: linear-gradient(var(--ember), transparent); animation: cueDrop 2.1s var(--ease) infinite; transform-origin: top; }
@keyframes cueDrop { 0%,100% { transform: scaleY(0.2); opacity: 0.3; } 50% { transform: scaleY(1); opacity: 1; } }

/* small caption that appears mid-transform */
.fh-flash { position: absolute; z-index: 4; left: 50%; bottom: 12vh; transform: translateX(-50%); text-align: center; color: var(--bone); opacity: 0; will-change: opacity, transform; }
.fh-flash .eyebrow { color: var(--ochre); }
.fh-flash p { font-family: var(--display); font-style: italic; font-weight: 300; font-size: clamp(1.4rem,3vw,2.4rem); margin-top: 0.6rem; }

/* translucent dark sections that sit ON the living sky */
.on-sky { background: rgba(26,20,16,0.0); color: var(--bone); position: relative; }
.on-sky-tint { background: linear-gradient(180deg, rgba(26,20,16,0.72), rgba(26,20,16,0.86)); }

/* scene snap for chapters */
.scene-chapter { min-height: 92vh; }

/* dusk CTA sits over the living sky, minimal tint */
.film-cta { position: relative; overflow: hidden; text-align: center; background: transparent; }
.film-cta::before { content: ""; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(80% 60% at 50% 120%, rgba(194,112,61,0.35), transparent 60%); }
.film-cta .wrap { position: relative; z-index: 2; }
.film-cta .sun { position: absolute; left: 50%; bottom: -30vh; transform: translateX(-50%); width: 60vh; height: 60vh; border-radius: 50%; z-index: 1;
  background: radial-gradient(circle, rgba(222,190,114,0.5), rgba(194,112,61,0.25) 40%, transparent 68%); filter: blur(10px); }

/* progress rail — the "time of day" indicator */
.timerail { position: fixed; right: 22px; top: 50%; transform: translateY(-50%); z-index: 900; display: flex; flex-direction: column; align-items: center; gap: 10px; mix-blend-mode: difference; }
.timerail .tr-track { width: 1px; height: 150px; background: rgba(237,230,214,0.3); position: relative; }
.timerail .tr-fill { position: absolute; top: 0; left: 0; width: 100%; background: var(--bone); height: 0%; }
.timerail .tr-label { font-family: var(--util); font-size: 0.5rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--bone); writing-mode: vertical-rl; }
@media (max-width: 900px) { .timerail { display: none; } }

/* respect reduced motion: fall back to simple stacked hero */
@media (prefers-reduced-motion: reduce) {
  .fh-falls { opacity: 1; }
  .fh-water { opacity: 0; }
}

/* V3 inner-page heroes blend with the living sky */
.page-hero { background: transparent; }
.page-hero-media { mix-blend-mode: luminosity; opacity: 0.9; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(90% 70% at 50% 120%, var(--sun-glow), transparent 60%); mix-blend-mode: screen; }
