/* ============================================================
   SAMBURU — Destination page
   Builds on colors_and_type.css + amboseli.css
   Adds: arid golden-ochre northern palette, art-directed
   placeholder system, and three signature Samburu components —
   the Special Five grid, the cultural editorial band, and the
   Samburu vs Mara comparison list.
   ============================================================ */

/* ── GOLDEN-OCHRE PALETTE (scoped to the Samburu page) ───────
   Samburu's defining quality is the warm, golden, semi-arid
   light of the north — drier and more ochre than the Mara's
   green, warmer and more amber than Tsavo's brick reds. We let
   this golden family carry the imagery while the brand greens +
   gold continue to carry type, rules and chrome.               */
:root {
  --samburu-gold:   #C2893A;   /* golden ochre — dry plains */
  --samburu-ochre:  #AE7531;   /* warm ochre earth */
  --samburu-amber:  #946022;   /* deeper amber */
  --samburu-clay:   #7C4E22;   /* acacia-bark shadow */
  --samburu-earth:  #4F3116;   /* deep earth */
  --samburu-sand:   #E2C384;   /* pale sand highlight */
  --samburu-dusk:   #B05E27;   /* ochre-gold sunset */
  --emphasis-light: var(--mara-green);
}

/* ════════ PLACEHOLDER SYSTEM ════════ */
/* Full-bleed "scene" placeholders (hero, dividers, bands) */
.ph-scene {
  background:
    repeating-linear-gradient(43deg, rgba(255,244,224,0.05) 0 26px, rgba(120,76,30,0) 26px 52px),
    radial-gradient(125% 120% at 26% 14%, var(--samburu-gold) 0%, var(--samburu-ochre) 38%, var(--samburu-clay) 68%, var(--samburu-earth) 100%);
}
.ph-scene.v-dusk {
  background:
    repeating-linear-gradient(-43deg, rgba(255,244,224,0.045) 0 28px, rgba(120,76,30,0) 28px 56px),
    radial-gradient(140% 130% at 72% 2%, var(--samburu-sand) 0%, var(--samburu-dusk) 44%, #4A2C12 100%);
}
.ph-scene.v-plain {
  background:
    repeating-linear-gradient(58deg, rgba(255,244,224,0.055) 0 30px, rgba(120,76,30,0) 30px 60px),
    radial-gradient(120% 120% at 50% 96%, var(--samburu-gold) 0%, var(--samburu-amber) 56%, var(--samburu-earth) 100%);
}

/* Caption note on full-bleed scenes — communicates the intended shot */
.ph-note {
  position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 9px;
  font-family: ui-monospace, 'SF Mono', monospace; font-size: 10px; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(245,238,224,0.74); line-height: 1.5; max-width: 60%;
}
.ph-note::before { content: '◇'; color: var(--savannah-gold); font-size: 11px; }
.ph-note.tl { left: 48px; top: 132px; }
.ph-note.bl { left: 48px; bottom: 40px; }

/* Box placeholders (tour / lodge / gallery cards) — golden ochre fill */
.ph-fill { background: var(--samburu-clay); }
.ph-fill::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, rgba(255,244,224,0.05) 0 14px, rgba(255,244,224,0.09) 14px 28px); }
.ph-fill::after { content: ''; position: absolute; inset: 0; background: radial-gradient(120% 90% at 50% 8%, rgba(194,137,58,0.58), transparent 72%); }
.ph-fill .ph-mark {
  position: absolute; left: 18px; top: 16px; z-index: 1; max-width: 74%;
  font-family: ui-monospace, 'SF Mono', monospace; font-size: 10px; letter-spacing: 0.05em;
  text-transform: uppercase; color: rgba(234,214,180,0.84); line-height: 1.5;
}
.ph-fill .ph-mark::before { content: '◇ '; color: var(--savannah-gold); }

/* ════════ BAND BACKGROUND OVERRIDES ════════ */
/* Hero — real Samburu image + 35% Forest Night overlay */
.hero { background: var(--samburu-earth); }
.hero-img { background: url('assets/hero-samburu.webp') center 42% / cover no-repeat; transform: scale(1.04); }
.hero-scrim {
  background: linear-gradient(to top,
    rgba(20,30,16,0.72) 0%, rgba(20,30,16,0.28) 36%, rgba(26,18,10,0.10) 60%, rgba(26,18,10,0.34) 100%);
}

/* Get to know — full bleed band */
.know { background: var(--samburu-earth); }
.know-bg { background: none; }
.know-scrim { background: linear-gradient(100deg, rgba(20,30,16,0.32) 0%, rgba(26,18,10,0.50) 44%, rgba(20,30,16,0.86) 100%); }

/* Closing — 35% overlay */
.closing-bg { background: none; }
.closing-scrim { background: linear-gradient(105deg, rgba(20,30,16,0.86) 0%, rgba(26,18,10,0.56) 46%, rgba(60,34,14,0.28) 100%); }

/* Image dividers */
.img-divider .idiv-scrim { background: linear-gradient(to right, rgba(26,18,10,0.60), rgba(26,18,10,0.28) 50%, rgba(26,18,10,0.60)); }

/* Why figure + wild feature + calx hero */
.why-figure .wf-img { background: none; }
.wild-feature { background: var(--samburu-earth); }
.wild-feature .wf-bg { background: none; }
.wild-feature .wf-scrim { background: linear-gradient(95deg, rgba(20,14,8,0.96) 0%, rgba(20,14,8,0.9) 28%, rgba(20,14,8,0.56) 50%, rgba(20,14,8,0.12) 72%, rgba(20,14,8,0) 100%); }
.calx-hero { background: none; }

/* Facts — keep gold icon accents */
.fact .ico { color: var(--savannah-gold); }

/* Hero emphasis warms to sand */
.hero h1 em { color: var(--samburu-sand); }

/* ════════ THE SPECIAL FIVE — signature equal-weight grid ════════ */
.sf5 { margin-top: 46px; }
.sf5-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.sf5-entry {
  position: relative; display: grid; grid-template-columns: 150px 1fr; gap: 26px;
  background: #fff; border: 1px solid var(--rule-subtle); border-radius: 13px;
  padding: 26px; align-items: stretch;
  transition: box-shadow 300ms var(--ease-editorial), transform 300ms var(--ease-editorial), border-color 300ms var(--ease-editorial);
}
.sf5-entry:hover { box-shadow: 0 26px 56px -40px rgba(79,49,22,0.5); transform: translateY(-3px); border-color: rgba(194,137,58,0.4); }
.sf5-entry.span { grid-column: 1 / -1; }
.sf5-entry.span .sf5-thumb { min-height: 100%; }

/* thumbnail placeholder — distinct golden tone per species */
.sf5-thumb {
  position: relative; border-radius: 9px; overflow: hidden; min-height: 168px;
  background: var(--samburu-clay);
}
.sf5-thumb::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, rgba(255,244,224,0.06) 0 12px, rgba(255,244,224,0.10) 12px 24px); }
.sf5-thumb::after { content: ''; position: absolute; inset: 0; background: radial-gradient(120% 100% at 50% 6%, rgba(194,137,58,0.5), transparent 72%); }
.sf5-entry:nth-child(1) .sf5-thumb { background: var(--samburu-ochre); }
.sf5-entry:nth-child(2) .sf5-thumb { background: var(--samburu-amber); }
.sf5-entry:nth-child(3) .sf5-thumb { background: var(--samburu-dusk); }
.sf5-entry:nth-child(4) .sf5-thumb { background: var(--samburu-clay); }
.sf5-entry:nth-child(5) .sf5-thumb { background: var(--samburu-gold); }
.sf5-thumb .sf5-ix {
  position: absolute; left: 14px; top: 12px; z-index: 2;
  font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; line-height: 1;
  color: rgba(255,248,236,0.92); letter-spacing: -0.01em;
}
.sf5-thumb .sf5-phnote {
  position: absolute; left: 14px; bottom: 12px; right: 14px; z-index: 2;
  font-family: ui-monospace, monospace; font-size: 8.5px; letter-spacing: 0.08em;
  text-transform: uppercase; color: rgba(245,236,222,0.82); line-height: 1.5;
}

.sf5-body { display: flex; flex-direction: column; }
.sf5-tag { font-family: var(--font-body); font-variation-settings: 'wght' 600; font-size: 9.5px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--savannah-gold-dark); }
.sf5-body h4 { font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; line-height: 1.08; color: var(--forest-night); margin-top: 9px; letter-spacing: -0.01em; }
.sf5-body p { font-family: var(--font-body); font-size: 0.92rem; line-height: 1.62; color: #4a3b2c; margin-top: 12px; font-variation-settings: 'wght' 360; max-width: none; }
.sf5-marks { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 16px; }
.sf5-mark { font-family: var(--font-body); font-variation-settings: 'wght' 500; font-size: 9.5px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--kopje-stone); background: var(--morning-mist); border: 1px solid var(--rule-subtle); border-radius: 20px; padding: 5px 13px; }
.sf5-entry.span .sf5-body p { max-width: 90ch; }

@media (max-width: 980px) {
  .sf5-grid { grid-template-columns: 1fr; }
  .sf5-entry.span { grid-column: auto; }
}
@media (max-width: 520px) {
  .sf5-entry { grid-template-columns: 1fr; gap: 18px; }
  .sf5-thumb { min-height: 150px; }
}

/* ════════ GREVY'S ZEBRA — signature factoid plate ════════ */
.factoid {
  margin-top: 46px; position: relative; overflow: hidden; border-radius: 14px;
  background: linear-gradient(118deg, #122017 0%, #1A3C2E 42%, #3c2812 100%);
  box-shadow: 0 32px 72px -46px rgba(20,14,8,0.72);
}
.factoid::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--savannah-gold); }
.factoid::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(120% 140% at 92% 8%, rgba(176,94,39,0.35), transparent 60%); }
.factoid-inner { position: relative; z-index: 1; padding: 42px 50px 46px; }
.factoid-mark { display: inline-flex; align-items: center; gap: 8px; font-family: ui-monospace, monospace; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--savannah-gold); }
.factoid-grid { display: grid; grid-template-columns: 0.82fr 1.4fr; gap: 50px; margin-top: 24px; align-items: start; }
.factoid-lead { position: relative; }
.factoid-kicker { font-family: var(--font-body); font-variation-settings: 'wght' 600; font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--dust-season); }
.factoid-lead h4 { font-family: var(--font-display); font-weight: 400; font-style: italic; font-size: clamp(1.85rem, 3vw, 2.6rem); line-height: 1.06; color: #F7F2E8; margin-top: 13px; letter-spacing: -0.01em; }
.factoid-lead .factoid-sub { font-family: var(--font-body); font-size: 0.84rem; line-height: 1.5; color: rgba(245,240,232,0.6); margin-top: 16px; font-variation-settings: 'wght' 400; max-width: 30ch; }
.factoid-body { border-left: 1px solid rgba(212,196,160,0.22); padding-left: 50px; }
.factoid-body p { font-family: var(--font-body); font-size: 1.02rem; line-height: 1.74; color: rgba(245,240,232,0.86); font-variation-settings: 'wght' 360; max-width: none; }
.factoid-body em { color: var(--dust-season); font-style: italic; }
.factoid-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 28px; padding-top: 26px; border-top: 1px solid rgba(212,196,160,0.22); }
.factoid-stats .fn { display: block; font-family: var(--font-display); font-weight: 400; font-size: 1.95rem; line-height: 1; color: var(--savannah-gold); letter-spacing: -0.01em; }
.factoid-stats .fl { display: block; font-family: var(--font-body); font-size: 0.74rem; line-height: 1.45; text-transform: uppercase; letter-spacing: 0.1em; color: var(--dust-season); margin-top: 9px; font-variation-settings: 'wght' 500; }
@media (max-width: 860px) {
  .factoid-grid { grid-template-columns: 1fr; gap: 26px; }
  .factoid-inner { padding: 34px 30px 36px; }
  .factoid-body { border-left: none; padding-left: 0; border-top: 1px solid rgba(212,196,160,0.2); padding-top: 24px; }
  .factoid-stats { gap: 18px; }
}
@media (max-width: 520px) { .factoid-stats { grid-template-columns: 1fr; gap: 16px; } }

/* ════════ THE SAMBURU PEOPLE — cultural editorial band ════════ */
.culture { background: var(--morning-mist); }
.culture-top { display: grid; grid-template-columns: 1fr 1.12fr; gap: 60px; align-items: stretch; }
.culture-figure { position: relative; margin: 0; border-radius: 14px; overflow: hidden; min-height: 100%; box-shadow: 0 30px 64px -36px rgba(79,49,22,0.5); }
.culture-figure .cf-img { width: 100%; height: 100%; min-height: 520px; }
.culture-figure .ph-note.bl { left: 22px; bottom: 22px; max-width: 76%; }
.culture-tag {
  position: absolute; left: 22px; top: 22px; z-index: 2;
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(26,60,46,0.88); color: var(--dry-season-cream);
  padding: 10px 17px; border-radius: 6px;
  font-family: var(--font-body); font-variation-settings: 'wght' 600;
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.18em;
}
.culture-tag svg { width: 14px; height: 14px; stroke: var(--savannah-gold); fill: none; stroke-width: 1.5; stroke-linejoin: round; stroke-linecap: round; }
.culture-copy { display: flex; flex-direction: column; }
.culture-copy .dd-head { max-width: none; }
.culture-copy > p { font-family: var(--font-body); font-size: 1.04rem; line-height: 1.74; color: #34281c; font-variation-settings: 'wght' 360; max-width: 58ch; margin-top: 18px; }
.culture-pull {
  margin-top: 28px; padding: 28px 32px; background: #fff;
  border: 1px solid var(--rule-subtle); border-left: 3px solid var(--savannah-gold); border-radius: 4px;
}
.culture-pull p { font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: 1.18rem; line-height: 1.5; color: var(--forest-night); max-width: none; }
@media (max-width: 980px) {
  .culture-top { grid-template-columns: 1fr; gap: 36px; }
  .culture-figure .cf-img { min-height: 420px; }
}

/* ════════ SAMBURU vs MARA — side-by-side comparison ════════ */
.svm { margin-top: 40px; }
/* Column header row — aligns the two destination names over their columns */
.svm-head {
  display: grid; grid-template-columns: 180px 1fr 1fr; gap: 0;
  align-items: end; padding: 0 0 16px;
}
.svm-head .sh-spacer { grid-column: 1; }
.svm-colname {
  font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; line-height: 1;
  color: var(--forest-night); letter-spacing: -0.01em; padding: 0 30px;
  display: flex; align-items: baseline; gap: 11px;
}
.svm-colname .sc-sub { font-family: var(--font-body); font-variation-settings: 'wght' 500; font-size: 9.5px; text-transform: uppercase; letter-spacing: 0.16em; }
.svm-colname.mara { color: var(--samburu-amber); }
.svm-colname.mara .sc-sub { color: var(--samburu-amber); opacity: 0.7; }
.svm-colname.samb .sc-sub { color: var(--savannah-gold-dark); }
.svm-colname.samb { border-left: 1px solid var(--rule-default); }

.svm-row {
  display: grid; grid-template-columns: 180px 1fr 1fr; gap: 0; align-items: stretch;
  border-top: 1px solid var(--rule-default);
}
.svm-row:last-child { border-bottom: 1px solid var(--rule-default); }
.svm-label {
  display: flex; align-items: center; gap: 12px; padding: 28px 24px 28px 0;
  font-family: var(--font-display); font-weight: 400; font-size: 1.28rem; line-height: 1.1;
  color: var(--forest-night); letter-spacing: -0.01em;
}
.svm-label svg { width: 22px; height: 22px; stroke: var(--savannah-gold); fill: none; stroke-width: 1.4; stroke-linejoin: round; stroke-linecap: round; flex-shrink: 0; }
.svm-cell {
  padding: 28px 30px; font-family: var(--font-body); font-size: 0.98rem; line-height: 1.62;
  color: #4a3b2c; font-variation-settings: 'wght' 360;
}
.svm-cell.samb { border-left: 1px solid var(--rule-default); background: rgba(194,137,58,0.045); color: #34281c; }
.svm-cell strong { font-variation-settings: 'wght' 640; color: var(--forest-night); }
@media (max-width: 720px) {
  .svm-head { display: none; }
  .svm-row { grid-template-columns: 1fr; }
  .svm-label { padding: 22px 0 4px; border-bottom: none; }
  .svm-cell { padding: 6px 0 14px; }
  .svm-cell.samb { border-left: none; background: none; padding-top: 0; }
  .svm-cell::before {
    content: attr(data-side); display: block; margin-bottom: 5px;
    font-family: var(--font-body); font-variation-settings: 'wght' 600; font-size: 9px;
    text-transform: uppercase; letter-spacing: 0.16em; color: var(--samburu-amber);
  }
  .svm-cell.samb::before { color: var(--savannah-gold-dark); }
}

/* ════════ TUNED GRIDS (3 lodges · 4 related) ════════ */
.stay-grid.tri { grid-template-columns: repeat(3, 1fr); }
.stay-grid.tri .stay-card { min-height: 540px; }
@media (max-width: 980px) { .stay-grid.tri { grid-template-columns: 1fr; } }

/* Only 2 lodges here — fill the row edge-to-edge instead of a scroll rail */
#lodgeRail.rail { display: grid; grid-auto-flow: unset; grid-template-columns: repeat(2, 1fr); overflow: visible; }
#lodgeRail .stay-card { min-height: 560px; }
.stay .rail-shell .rail-btn, .stay .stay-dots { display: none; }
@media (max-width: 860px) { #lodgeRail.rail { grid-template-columns: 1fr; } }

.rel-grid.quad { grid-template-columns: repeat(4, 1fr); }
.rel-grid.quad .rel-card { min-height: 400px; }
@media (max-width: 1080px) { .rel-grid.quad { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .rel-grid.quad { grid-template-columns: 1fr; } }

.g-amboseli { background-image: url('assets/hero-amboseli.webp'); }
.g-coast    { background-image: url('assets/dest-lamu.webp'); }
.g-tsavo    { background-image: url('assets/dest-tsavo.webp'); }

/* ════════ GALLERY LIGHTBOX — placeholder slides ════════ */
.lb-img.lb-ph { background: var(--samburu-clay); }
.lb-img.lb-ph::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, rgba(255,244,224,0.05) 0 16px, rgba(255,244,224,0.09) 16px 32px); }
.lb-img.lb-ph::after { content: ''; position: absolute; inset: 0; background: radial-gradient(110% 90% at 50% 6%, rgba(194,137,58,0.5), transparent 72%); }
.lb-ph-label {
  position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 14px; text-align: center; padding: 40px;
}
.lb-ph-label .lpl-mk { font-family: ui-monospace, monospace; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--savannah-gold); }
.lb-ph-label .lpl-tt { font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: clamp(1.4rem, 3vw, 2.2rem); color: rgba(245,238,224,0.92); max-width: 22ch; line-height: 1.2; }

/* ════════ MOSAIC accordion — golden placeholder panels ════════ */
.acc-bg.ph-acc { background: var(--samburu-clay); }
.acc-bg.ph-acc::after { content: ''; position: absolute; inset: 0; background: radial-gradient(120% 100% at 50% 5%, rgba(194,137,58,0.5), transparent 70%), repeating-linear-gradient(135deg, rgba(255,244,224,0.04) 0 16px, rgba(255,244,224,0.08) 16px 32px); }
.acc-panel:nth-child(2) .acc-bg.ph-acc { background: var(--samburu-ochre); }
.acc-panel:nth-child(3) .acc-bg.ph-acc { background: var(--samburu-earth); }
.acc-panel:nth-child(4) .acc-bg.ph-acc { background: var(--samburu-dusk); }
.acc-panel:nth-child(5) .acc-bg.ph-acc { background: var(--samburu-gold); }

/* small monospace ph note inside mosaic panels (visible when collapsed) */
.acc-phnote { position: absolute; left: 14px; top: 14px; z-index: 2; font-family: ui-monospace, monospace; font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(234,214,180,0.72); }
