/* The 1+2 mix — Adventure's dark cinematic base with Editorial's magazine
   polish: collections lead, hairline section headers, generous whitespace,
   and a sea-blue secondary accent alongside Adventure's amber. */
.t-expedition {
  --bg: #0d1214;
  --surface: #161d20;
  --fg: #f2efe8;
  --muted: #a4b0ab;
  --line: rgba(242,239,232,.14);
  --line-strong: rgba(242,239,232,.30);
  --accent: #f2913f;          /* amber — primary CTA (from Adventure) */
  --accent-2: #e2603a;
  --accent-fg: #1a1105;
  --accent-sec: #6ab6df;      /* sea-blue — secondary (from Editorial), on dark */
  --chip-bg: rgba(242,239,232,.08);
  --header-bg: rgba(13,18,20,.72);
  --trust-bg: #090d0f;
  --trust-fg: #f2efe8;
  --sub-bg: #12191b;
  --sub-fg: #f2efe8;
  --shadow: 0 20px 55px rgba(0,0,0,.55);
  --display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --body: 'Inter', system-ui, sans-serif;
  --mono: 'Space Mono', ui-monospace, monospace;
  --h1: clamp(3rem, 9vw, 6.2rem);
}
.t-expedition .eyebrow { font-family: var(--mono); }
.t-expedition h1 { font-weight: 900; }

/* Full-bleed hero (shared with Adventure) */
.t-expedition .hero { min-height: 92vh; display: grid; align-items: end; overflow: hidden; }
.t-expedition .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.t-expedition .hero-scrim { position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(13,18,20,.10) 0%, rgba(13,18,20,0) 34%, rgba(13,18,20,.30) 62%, rgba(13,18,20,.92) 100%),
    linear-gradient(90deg, rgba(13,18,20,.55) 0%, rgba(13,18,20,0) 55%); }
.t-expedition .hero-inner { position: relative; z-index: 2; max-width: var(--maxw); width: 100%; margin: 0 auto; padding: 0 var(--pad) clamp(4rem, 9vw, 7rem); }
.t-expedition .hero h1 { color: #fff; text-shadow: 0 2px 30px rgba(0,0,0,.4); }
.t-expedition .hero .lede { color: #e7e2d8; }
.t-expedition .hero .eyebrow { color: #fff; opacity: .85; }
.t-expedition .hero-ridge { z-index: 2; color: var(--accent); }

/* Editorial magazine section headers on the dark base */
.t-expedition .sec-head { border-top: 1.5px solid var(--line-strong); padding-top: 1rem;
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.t-expedition .sec-head h2 { font-size: clamp(1.9rem, 4.5vw, 3rem); }
.t-expedition .sec-head .eyebrow { color: var(--accent-sec); margin: 0; }

.t-expedition .pcard-name, .t-expedition .col-body h3, .t-expedition .climb-top h3 { color: #fff; }

/* Sea-blue secondary in supporting roles */
.t-expedition .pcard-loc .ico, .t-expedition .citychip em { color: var(--accent-sec); }
.t-expedition .col-count { color: var(--accent-sec); }
.t-expedition .climb-line { stroke: var(--accent); }
.t-expedition .sub input[type=email] { background: rgba(255,255,255,.06); color: #fff; }

/* Functional filter bar sits inline (not sticky-to-top) on the dark base */
.t-expedition .filterbar { position: sticky; top: 56px; background: rgba(13,18,20,.85); }
