/* =============================================================
   TWISTED JEEPS — Design System
   Cinematic rugged-desert premium. Brand: orange #ff8000 signal,
   warm near-black ink, desert sand neutrals. Chivo 900 display,
   Open Sans body. Mobile-first. GPU-safe motion.
   ============================================================= */

/* ---------- TOKENS ---------- */
:root {
  /* Brand orange (signal only) */
  --orange: #ff8000;
  --orange-deep: #dd6420;
  --orange-ember: #c26100;
  --orange-text: #9a4a00; /* AA-safe orange for small text on LIGHT surfaces (>=4.5:1) */

  /* Warm darks */
  --ink: #0c0b0a;
  --charcoal: #1b1917;
  --charcoal-2: #211d1a;
  --graphite: #3a3633;

  /* Desert neutrals (light) */
  --sand: #f4efe7;
  --sand-deep: #e7ddcd;
  --bone: #fbf8f3;
  --stone: #6b6157;
  --stone-light: #8a8076;

  --white: #ffffff;
  --line: rgba(12, 11, 10, .10);
  --line-2: rgba(12, 11, 10, .07);
  --line-dark: rgba(255, 255, 255, .12);
  --line-dark-2: rgba(255, 255, 255, .06);

  /* Fonts */
  --font-display: "Chivo", "Arial Black", sans-serif;
  --font-body: "Open Sans", system-ui, -apple-system, sans-serif;

  /* Fluid type */
  --fs-hero: clamp(2.6rem, 7vw, 6rem);
  --fs-h2: clamp(2rem, 4.5vw, 3.6rem);
  --fs-h3: clamp(1.25rem, 2.4vw, 1.7rem);
  --fs-lead: clamp(1.1rem, 1.6vw, 1.4rem);
  --fs-body: clamp(1rem, 1.1vw, 1.125rem);
  --fs-eyebrow: 0.72rem;

  /* Spacing */
  --space-section: clamp(5rem, 11vw, 9rem);
  --container: 1240px;
  --gutter: 1.25rem;

  /* Radii */
  --r-lg: 1.5rem;
  --r-md: 1.1rem;
  --r-sm: 0.7rem;

  /* Shadows (soft, diffused, warm — never harsh) */
  --shadow-soft: 0 18px 50px -24px rgba(28, 18, 8, .45), 0 6px 18px -12px rgba(28, 18, 8, .3);
  --shadow-lift: 0 38px 80px -30px rgba(28, 18, 8, .55), 0 12px 28px -14px rgba(28, 18, 8, .35);
  --shadow-orange: 0 16px 40px -14px rgba(255, 128, 0, .5);

  /* Motion */
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- RESET / BASE ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--ink);
  background: var(--bone);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 4px; }

/* Skip link (keyboard users) */
.skip-link {
  position: fixed; top: .6rem; left: .6rem; z-index: 200;
  background: var(--orange); color: #1a0f00; font-weight: 700;
  padding: .7rem 1.1rem; border-radius: 999px;
  transform: translateY(-160%); transition: transform .25s var(--ease);
}
.skip-link:focus { transform: translateY(0); outline: 3px solid #1a0f00; outline-offset: 2px; }
#main:focus { outline: none; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

/* ---------- TEXTURE OVERLAYS (fixed, non-interactive) ---------- */
.grain {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  opacity: .045; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- LAYOUT ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--space-section); position: relative; }
.section--ink { background: var(--ink); color: var(--sand); }
.section--charcoal { background: var(--charcoal); color: var(--sand); }
.section--sand { background: var(--sand); }
.section--bone { background: var(--bone); }

/* Contour motif for dark sections */
.section--ink::before, .section--charcoal::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
  background:
    radial-gradient(120% 80% at 85% -10%, rgba(255, 128, 0, .10), transparent 55%),
    radial-gradient(90% 60% at 0% 110%, rgba(255, 128, 0, .06), transparent 60%);
}
.section > .container { position: relative; z-index: 2; }

/* ---------- ELEMENTS ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-body); font-weight: 700;
  font-size: var(--fs-eyebrow); letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--orange-text);
}
.eyebrow::before { content: ""; width: 1.6rem; height: 2px; background: currentColor; display: inline-block; }
.eyebrow--center { justify-content: center; }
/* Vibrant orange is safe on dark surfaces; darker orange already set for light */
.section--ink .eyebrow, .section--charcoal .eyebrow, .hero .eyebrow,
.page-hero .eyebrow, .cta-band .eyebrow, .footer .eyebrow, .path .eyebrow { color: var(--orange); }

.section-head { max-width: 56rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-title { font-size: var(--fs-h2); margin-top: 1rem; }
.section-intro { font-size: var(--fs-lead); color: var(--stone); margin-top: 1.1rem; max-width: 50ch; }
.section--ink .section-intro, .section--charcoal .section-intro { color: rgba(244, 239, 231, .72); }
.section-head--center .section-intro { margin-inline: auto; }

.lead { font-size: var(--fs-lead); color: var(--stone); }
.muted { color: var(--stone); }
.accent { color: var(--orange-text); }
.section--ink .accent, .section--charcoal .accent, .hero .accent,
.page-hero .accent, .cta-band .accent, .footer .accent, .path .accent { color: var(--orange); }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .65rem;
  font-family: var(--font-body); font-weight: 700; font-size: 1rem;
  letter-spacing: .01em; padding: .9rem 1.1rem .9rem 1.5rem;
  border-radius: 999px; position: relative; isolation: isolate;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), background-color .3s var(--ease), color .3s var(--ease);
  white-space: nowrap;
}
.btn__txt { line-height: 1; }
.btn__ico {
  display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 999px;
  transition: transform .45s var(--ease), background-color .3s var(--ease);
}
.btn__ico svg { width: 1rem; height: 1rem; }
.btn--primary { background: var(--orange); color: #1a0f00; box-shadow: var(--shadow-orange); }
.btn--primary .btn__ico { background: rgba(0, 0, 0, .16); }
.btn--primary:hover { background: var(--orange-deep); color: #fff; transform: translateY(-2px); }
.btn--primary:hover .btn__ico { transform: translate(3px, -2px) scale(1.06); }
.btn--primary:active { transform: translateY(0) scale(.98); }

.btn--ghost { border: 1.5px solid var(--line); color: var(--ink); padding: .9rem 1.4rem; }
.section--ink .btn--ghost, .section--charcoal .btn--ghost, .hero .btn--ghost, .cta-band .btn--ghost { border-color: var(--line-dark); color: var(--sand); }
.btn--ghost:hover { background: var(--ink); color: var(--sand); transform: translateY(-2px); }
.section--ink .btn--ghost:hover, .hero .btn--ghost:hover, .cta-band .btn--ghost:hover { background: var(--sand); color: var(--ink); }

.btn--lg { font-size: 1.06rem; padding: 1.05rem 1.2rem 1.05rem 1.7rem; }
.btn--block { width: 100%; justify-content: center; }
.btn-row { display: flex; flex-wrap: wrap; gap: .85rem; }

.link-arrow { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; color: var(--orange-text); }
.section--ink .link-arrow, .section--charcoal .link-arrow, .path .link-arrow, .hero .link-arrow { color: var(--orange); }
.link-arrow svg { width: 1.05rem; height: 1.05rem; transition: transform .4s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ---------- NAV (floating glass pill) ---------- */
.nav-wrap { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1rem var(--gutter); transition: padding .4s var(--ease); }
.nav-wrap.scrolled { padding: .5rem var(--gutter); }
.nav {
  position: relative; overflow: hidden;
  max-width: var(--container); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .55rem .65rem .55rem 1.25rem;
  background: rgba(12, 11, 10, .55); backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border: 1px solid var(--line-dark); border-radius: 999px;
  box-shadow: 0 10px 40px -18px rgba(0, 0, 0, .7);
  transition: background-color .4s var(--ease);
}
/* Light topographic contour texture across the nav pill */
.nav::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 1;
  background-image: url("../assets/topo-b.svg");
  background-size: cover; background-position: center;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.nav > * { position: relative; z-index: 1; }
.brand-logo { height: 2.4rem; width: auto; display: block; }
.nav__brand { display: flex; align-items: center; gap: .6rem; font-family: var(--font-display); font-weight: 900; font-size: 1.15rem; text-transform: uppercase; letter-spacing: .02em; color: var(--sand); }
.nav__brand .mark { width: 1.5rem; height: 1.5rem; flex: none; }
.nav__brand .mark path, .nav__brand .mark polygon { fill: var(--orange); }
.nav__brand b { color: var(--orange); font-weight: 900; }
.nav__links { display: flex; align-items: center; gap: .3rem; }
.nav__links a:not(.btn) {
  font-size: .92rem; font-weight: 600; color: rgba(244, 239, 231, .82);
  padding: .5rem .8rem; border-radius: 999px; transition: color .25s, background-color .25s;
}
.nav__links a:not(.btn):hover { color: #fff; background: rgba(255, 255, 255, .07); }
.nav__links a.is-active { color: var(--orange); }
.nav__cta { display: flex; align-items: center; gap: .5rem; }
.nav__call { display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; color: var(--sand); padding: .55rem .8rem; font-size: .92rem; }
.nav__call svg { width: 1rem; height: 1rem; color: var(--orange); }
.nav__toggle { display: none; width: 2.6rem; height: 2.6rem; border-radius: 999px; background: rgba(255,255,255,.08); flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.nav__toggle span { width: 20px; height: 2px; background: var(--sand); border-radius: 2px; transition: transform .4s var(--ease), opacity .3s var(--ease); }

/* Mobile menu overlay */
.nav-overlay {
  position: fixed; inset: 0; z-index: 99; display: flex; flex-direction: column;
  justify-content: center; gap: .4rem; padding: 6rem 2rem 3rem;
  background: rgba(12, 11, 10, .92); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  opacity: 0; visibility: hidden; transition: opacity .45s var(--ease), visibility .45s var(--ease);
}
.nav-overlay.open { opacity: 1; visibility: visible; }
.nav-overlay a {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(1.8rem, 8vw, 3rem); color: var(--sand);
  opacity: 0; transform: translateY(30px); transition: opacity .5s var(--ease), transform .5s var(--ease), color .25s;
  letter-spacing: -0.01em; line-height: 1.15;
}
.nav-overlay.open a { opacity: 1; transform: translateY(0); }
.nav-overlay a:hover { color: var(--orange); }
.nav-overlay .ov-call { font-family: var(--font-body); font-size: 1.1rem; color: var(--orange); margin-top: 1.5rem; font-weight: 700; }
body.menu-open { overflow: hidden; }

/* ---------- HERO ---------- */
.hero {
  position: relative; min-height: 100dvh; display: flex; align-items: flex-end;
  padding: 9rem 0 clamp(3rem, 6vw, 5rem); color: var(--sand); overflow: hidden;
  background: var(--ink);
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
/* CSS-only cinematic desert dusk fallback (until real photo dropped in) */
.hero__bg-fallback {
  position: absolute; inset: 0;
  background:
    radial-gradient(110% 70% at 78% 8%, rgba(255, 150, 40, .42), transparent 52%),
    radial-gradient(130% 90% at 50% 120%, rgba(120, 50, 12, .55), transparent 60%),
    linear-gradient(180deg, #2a1606 0%, #190d04 38%, #0c0b0a 100%);
}
.hero__bg picture { position: absolute; inset: 0; }
.hero__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(12,11,10,.55) 0%, rgba(12,11,10,.15) 35%, rgba(12,11,10,.78) 92%),
    linear-gradient(90deg, rgba(12,11,10,.6) 0%, transparent 55%);
}
.hero__inner { position: relative; z-index: 2; width: 100%; }
.hero__headline { font-size: var(--fs-hero); max-width: 18ch; margin: 1.2rem 0; text-shadow: 0 2px 30px rgba(0,0,0,.4); }
.hero__headline .accent { color: var(--orange); }
.hero__sub { font-size: var(--fs-lead); max-width: 46ch; color: rgba(244, 239, 231, .85); margin-bottom: 2rem; }
.hero__cta { margin-bottom: 2.5rem; }
.hero__strip { display: flex; flex-wrap: wrap; gap: 1.4rem 2.2rem; padding-top: 1.8rem; border-top: 1px solid var(--line-dark); }
.hero__stat { display: flex; align-items: center; gap: .7rem; }
.hero__stat-ico { flex: none; width: 2.5rem; height: 2.5rem; border-radius: .7rem; display: grid; place-items: center; background: rgba(255,128,0,.14); border: 1px solid rgba(255,128,0,.3); color: var(--orange); }
.hero__stat-ico svg { width: 1.3rem; height: 1.3rem; }
.hero__stat-txt { display: flex; flex-direction: column; }
.hero__stat b { display: flex; align-items: baseline; gap: .28rem; font-family: var(--font-display); font-size: 1.55rem; line-height: 1; color: #fff; }
.hero__stat b .accent { color: var(--orange); font-size: 1.08em; }
.hero__stat .stat-pre { font-family: var(--font-body); font-weight: 600; font-size: .56rem; text-transform: uppercase; letter-spacing: .12em; color: rgba(244,239,231,.6); }
.hero__stat-txt > span { font-size: .76rem; letter-spacing: .04em; color: rgba(244,239,231,.66); margin-top: .25rem; text-transform: uppercase; }
.scroll-cue { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: .5rem; font-size: .68rem; letter-spacing: .25em; text-transform: uppercase; color: rgba(244,239,231,.55); }
.scroll-cue .dot { width: 2px; height: 38px; background: linear-gradient(var(--orange), transparent); animation: cue 2s var(--ease) infinite; }
@keyframes cue { 0%,100% { opacity: .3; transform: scaleY(.6); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }

/* ---------- TRUST BAR ---------- */
.trust { border-block: 1px solid var(--line); background: var(--bone); }
.trust__inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1.5rem 1rem; align-items: center; padding-block: 2.2rem; }
.trust__item { text-align: center; }
.trust__num { font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.4rem); color: var(--ink); line-height: 1; }
.trust__num .accent { color: var(--orange); }
.trust__label { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: var(--stone); margin-top: .5rem; }
.stars { color: var(--orange); letter-spacing: .1em; font-size: 1.1rem; }

/* ---------- GENERIC GRID ---------- */
.grid { display: grid; gap: clamp(1.1rem, 2vw, 1.8rem); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- CARD (nested bezel) ---------- */
.card {
  position: relative; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: .5rem; box-shadow: var(--shadow-soft);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
  height: 100%;
}
.section--ink .card, .section--charcoal .card { background: var(--charcoal); border-color: var(--line-dark); }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.card__core { border-radius: calc(var(--r-lg) - .4rem); overflow: hidden; height: 100%; display: flex; flex-direction: column; }
.card__media { position: relative; aspect-ratio: 16 / 11; overflow: hidden; background: linear-gradient(135deg, #2a1606, #0c0b0a); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-soft); }
.card:hover .card__media img { transform: scale(1.05); }
/* Vehicle cut-outs sit ON the dark card gradient (no photo background) */
.card__media .veh { object-fit: contain; padding: 1.1rem 1.3rem; }
.card__media:has(.veh) { background: radial-gradient(78% 85% at 50% 60%, rgba(255,128,0,.14), transparent 70%), linear-gradient(135deg, #2a1606, #0c0b0a); }
.card__media-label { position: absolute; top: .8rem; left: .8rem; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .35rem .7rem; border-radius: 999px; background: rgba(12,11,10,.6); color: var(--sand); backdrop-filter: blur(6px); }
.card__body { padding: 1.4rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: .7rem; flex: 1; }
.card__body h3 { font-size: var(--fs-h3); }
.card__body p { color: var(--stone); font-size: .98rem; }
.section--ink .card__body p, .section--charcoal .card__body p { color: rgba(244,239,231,.7); }
/* fleet-card CTA: size to content, align right (not full-width) */
.card__body > .btn { align-self: flex-end; }

/* ---------- TWO PATHS (split) ---------- */
.paths { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.path {
  position: relative; min-height: 30rem; border-radius: var(--r-lg); overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; color: var(--sand);
  isolation: isolate; box-shadow: var(--shadow-soft);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.path:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.path__bg { position: absolute; inset: 0; z-index: -2; transition: transform .8s var(--ease-soft); }
.path:hover .path__bg { transform: scale(1.05); }
.path::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(12,11,10,.1) 0%, rgba(12,11,10,.85) 100%); }
.path--rent .path__bg { background: linear-gradient(160deg, #3a1f08, #0c0b0a); }
.path--tour .path__bg { background: linear-gradient(160deg, #2a1606, #170c03); }
.path__bg img { width: 100%; height: 100%; object-fit: cover; }
.path h3 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
.path p { color: rgba(244,239,231,.82); margin: .6rem 0 1.3rem; max-width: 34ch; }
.path .eyebrow { margin-bottom: .3rem; }

/* ---------- SPEC CHIPS ---------- */
.chips { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .3rem; }
.chip { font-size: .76rem; font-weight: 600; padding: .35rem .7rem; border-radius: 999px; background: var(--sand); color: var(--graphite); border: 1px solid var(--line); }
.section--ink .chip, .section--charcoal .chip { background: rgba(255,255,255,.06); color: var(--sand); border-color: var(--line-dark); }
.chip--orange { background: rgba(255,128,0,.12); color: var(--orange-text); border-color: rgba(255,128,0,.3); }

/* ---------- PRICE ---------- */
.price-row { display: flex; align-items: baseline; gap: .5rem; margin-top: auto; padding-top: 1rem; }
.price-row .from { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--stone); }
.price-row .amt { font-family: var(--font-display); font-size: 1.8rem; color: var(--ink); }
.section--ink .price-row .amt, .section--charcoal .price-row .amt { color: #fff; }
.price-row .per { font-size: .85rem; color: var(--stone); }

/* ---------- PILLARS / FEATURES ---------- */
.feature { display: flex; flex-direction: column; gap: .8rem; padding: 1.8rem; border-radius: var(--r-md); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-soft); transition: transform .5s var(--ease), box-shadow .5s var(--ease); height: 100%; }
.section--ink .feature, .section--charcoal .feature { background: rgba(255,255,255,.04); border-color: var(--line-dark); box-shadow: none; }
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.feature__ico { width: 3.2rem; height: 3.2rem; border-radius: var(--r-sm); display: grid; place-items: center; background: rgba(255,128,0,.12); color: var(--orange); border: 1px solid rgba(255,128,0,.25); }
.feature__ico svg { width: 1.5rem; height: 1.5rem; }
.feature h3 { font-size: 1.2rem; }
.feature p { color: var(--stone); font-size: .96rem; }
.section--ink .feature p, .section--charcoal .feature p { color: rgba(244,239,231,.7); }

/* ---------- TRAIL CARDS ---------- */
.trail { display: flex; align-items: center; gap: 1.1rem; padding: 1.2rem 1.3rem; border-radius: var(--r-md); background: var(--white); color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow-soft); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.trail__info h3 { color: var(--ink); }
.trail:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.trail__rank { font-family: var(--font-display); font-size: 1.5rem; color: var(--orange-text); width: 2.5rem; text-align: center; flex: none; }
.trail__info { flex: 1; min-width: 0; }
.trail__info h3 { font-size: 1.15rem; }
.trail__info p { font-size: .85rem; color: var(--stone); margin-top: .15rem; }
.trail__diff { flex: none; text-align: right; }
.diff-meter { display: inline-flex; gap: 3px; margin-bottom: .25rem; }
.diff-meter i { width: 7px; height: 16px; border-radius: 2px; background: var(--sand-deep); display: inline-block; }
.diff-meter i.on { background: var(--orange); }
.trail__diff span { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--stone); display: block; }

/* difficulty legend */
.diff-legend { display: flex; flex-wrap: wrap; gap: 1rem; font-size: .82rem; color: var(--stone); margin-top: 1.5rem; align-items: center; }
.diff-legend .key { display: inline-flex; align-items: center; gap: .4rem; }
.diff-legend i { width: 12px; height: 12px; border-radius: 3px; display: inline-block; }

/* difficulty cards (How to read this guide) */
.diff-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(195px, 1fr)); gap: 1.1rem; }
.diff-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 1.5rem; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; gap: .35rem;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.diff-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.diff-card__meter { display: inline-flex; gap: 4px; margin-bottom: .8rem; }
.diff-card__meter i { width: 9px; height: 22px; border-radius: 3px; background: var(--sand-deep); display: inline-block; }
.diff-card__meter i.on { background: var(--orange); }
.diff-card__range { font-family: var(--font-display); font-size: 2.2rem; line-height: 1; color: var(--ink); }
.diff-card h3 { font-size: .95rem; letter-spacing: .04em; color: var(--orange-text); }
.diff-card p { font-size: .9rem; color: var(--stone); line-height: 1.5; }

/* ---------- SPLIT / FEATURE BLOCK ---------- */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split--rev .split__media { order: -1; }
.split__media { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 3.4; box-shadow: var(--shadow-lift); background: linear-gradient(135deg, #2a1606, #0c0b0a); }
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.split__media .badge-float { position: absolute; bottom: 1rem; left: 1rem; right: 1rem; padding: 1rem 1.2rem; background: rgba(12,11,10,.62); backdrop-filter: blur(10px); border: 1px solid var(--line-dark); border-radius: var(--r-md); color: var(--sand); display: flex; gap: 1rem; align-items: center; }
.badge-float .bf-num { font-family: var(--font-display); font-size: 1.8rem; color: var(--orange); }
.badge-float .bf-txt { font-size: .85rem; line-height: 1.35; }
.checklist { display: flex; flex-direction: column; gap: .85rem; margin-top: 1.5rem; }
.checklist li { display: flex; gap: .75rem; align-items: flex-start; }
.checklist .tick { flex: none; width: 1.5rem; height: 1.5rem; border-radius: 999px; background: rgba(255,128,0,.14); color: var(--orange); display: grid; place-items: center; margin-top: .1rem; }
.checklist .tick svg { width: .85rem; height: .85rem; }
.checklist b { display: block; }
.checklist span { color: var(--stone); font-size: .95rem; }
.section--ink .checklist span, .section--charcoal .checklist span { color: rgba(244,239,231,.7); }

/* ---------- TESTIMONIALS ---------- */
.quote { display: flex; flex-direction: column; gap: 1.2rem; padding: 2rem; border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-soft); height: 100%; }
.section--ink .quote, .section--charcoal .quote { background: rgba(255,255,255,.04); border-color: var(--line-dark); }
.quote .stars { font-size: 1rem; }
.quote p { font-size: 1.08rem; line-height: 1.55; font-weight: 600; }
.quote cite { font-style: normal; font-weight: 700; color: var(--orange-text); font-size: .9rem; letter-spacing: .03em; }
.section--ink .quote cite, .section--charcoal .quote cite { color: var(--orange); }
.quote cite span { display: block; color: var(--stone); font-weight: 400; font-size: .82rem; text-transform: none; letter-spacing: 0; margin-top: .15rem; }

/* ---------- BOOKING EMBED ---------- */
.booking-shell { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: .6rem; box-shadow: var(--shadow-lift); }
.booking-core { border-radius: calc(var(--r-lg) - .5rem); overflow: hidden; min-height: 30rem; }
.map-embed { width: 100%; min-height: 30rem; border: 0; display: block; }
.map-actions { text-align: center; margin-top: 1.3rem; }
/* GHL widget gets injected here; this is the styled placeholder until then */
.booking-placeholder {
  min-height: 30rem; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 1rem; padding: 3rem 1.5rem;
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(255,128,0,.08), transparent 60%),
    var(--sand);
  border: 1.5px dashed var(--line); border-radius: calc(var(--r-lg) - .5rem);
}
.booking-placeholder .bp-ico { width: 3.5rem; height: 3.5rem; border-radius: 999px; background: rgba(255,128,0,.14); color: var(--orange); display: grid; place-items: center; }
.booking-placeholder .bp-ico svg { width: 1.7rem; height: 1.7rem; }
.booking-placeholder h3 { font-size: 1.4rem; }
.booking-placeholder p { color: var(--stone); max-width: 38ch; }
.booking-placeholder code { background: rgba(12,11,10,.07); padding: .15rem .45rem; border-radius: 5px; font-size: .85rem; }

/* ---------- FAQ ---------- */
.faq { max-width: 56rem; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.section--ink .faq__item, .section--charcoal .faq__item { border-color: var(--line-dark); }
.faq__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; text-align: left; padding: 1.4rem 0; font-family: var(--font-display); font-size: 1.1rem; text-transform: uppercase; letter-spacing: -0.01em; }
.faq__q .pm { flex: none; width: 1.8rem; height: 1.8rem; border-radius: 999px; border: 1.5px solid var(--line); display: grid; place-items: center; transition: transform .4s var(--ease), background-color .3s, color .3s; position: relative; }
.section--ink .faq__q .pm, .section--charcoal .faq__q .pm { border-color: var(--line-dark); }
.faq__q .pm::before, .faq__q .pm::after { content: ""; position: absolute; background: currentColor; border-radius: 2px; }
.faq__q .pm::before { width: .8rem; height: 2px; }
.faq__q .pm::after { width: 2px; height: .8rem; transition: transform .4s var(--ease); }
.faq__item.open .pm { background: var(--orange); color: #1a0f00; border-color: var(--orange); }
.faq__item.open .pm::after { transform: rotate(90deg); opacity: 0; }
.faq__a { overflow: hidden; height: 0; transition: height .45s var(--ease); }
.faq__a-inner { padding-bottom: 1.4rem; color: var(--stone); max-width: 60ch; }
.section--ink .faq__a-inner, .section--charcoal .faq__a-inner { color: rgba(244,239,231,.72); }

/* ---------- CTA BAND ---------- */
.cta-band { position: relative; overflow: hidden; border-radius: var(--r-lg); padding: clamp(2.5rem, 6vw, 5rem); background: linear-gradient(135deg, #1b1917, #0c0b0a); color: var(--sand); text-align: center; isolation: isolate; }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(70% 120% at 50% -10%, rgba(255,128,0,.25), transparent 60%); }
.cta-band h2 { font-size: var(--fs-h2); max-width: 20ch; margin-inline: auto; }
.cta-band p { color: rgba(244,239,231,.8); max-width: 48ch; margin: 1rem auto 2rem; font-size: var(--fs-lead); }
.cta-band .btn-row { justify-content: center; }

/* ---------- PAGE HERO (interior) ---------- */
.page-hero { position: relative; padding: 11rem 0 clamp(3rem, 6vw, 5rem); background: var(--ink); color: var(--sand); overflow: hidden; }
.page-hero__bg { position: absolute; inset: 0; z-index: 0; opacity: .55; }
.page-hero__bg-fallback { position: absolute; inset: 0; background: radial-gradient(100% 80% at 80% 0%, rgba(255,140,30,.3), transparent 55%), linear-gradient(180deg, #241405, #0c0b0a); }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(12,11,10,.4), rgba(12,11,10,.85)); }
.page-hero__inner { position: relative; z-index: 2; max-width: 52rem; }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); margin: 1rem 0; }
.page-hero p { font-size: var(--fs-lead); color: rgba(244,239,231,.85); max-width: 50ch; }
.breadcrumb { display: flex; gap: .5rem; font-size: .82rem; color: rgba(244,239,231,.6); margin-bottom: .5rem; }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb span { color: var(--orange); }

/* ---------- PRICING TABLE ---------- */
.ptable { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.ptable th, .ptable td { padding: 1rem 1.2rem; text-align: left; border-bottom: 1px solid var(--line); }
.ptable thead th { background: var(--ink); color: var(--sand); font-family: var(--font-display); text-transform: uppercase; font-size: .85rem; letter-spacing: .03em; }
.ptable tbody tr:last-child td { border-bottom: none; }
.ptable tbody tr:hover { background: var(--sand); }
.ptable .veh { font-weight: 700; }
.ptable .rate { font-family: var(--font-display); color: var(--orange-ember); font-size: 1.1rem; }
.ptable .note { font-size: .8rem; color: var(--stone); }

/* ---------- INFO / CONTACT ---------- */
.info-card { padding: 1.8rem; border-radius: var(--r-md); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-soft); height: 100%; }
.info-card h3 { font-size: 1.15rem; margin-bottom: 1rem; }
.info-line { display: flex; gap: .8rem; align-items: flex-start; padding: .55rem 0; }
.info-line svg { width: 1.15rem; height: 1.15rem; color: var(--orange-text); flex: none; margin-top: .2rem; }
.info-line a:hover { color: var(--orange); }
.info-line span b { display: block; }
.info-line .sub { color: var(--stone); font-size: .9rem; }

.form-field { margin-bottom: 1.1rem; }
.form-field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: .4rem; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: .85rem 1rem; border-radius: var(--r-sm); border: 1.5px solid var(--line);
  background: var(--white); font: inherit; color: var(--ink); transition: border-color .25s, box-shadow .25s;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,128,0,.15); outline: none; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }

/* ---------- FOOTER ---------- */
.footer { background: var(--ink); color: var(--sand); padding: clamp(3.5rem, 7vw, 5.5rem) 0 2rem; position: relative; overflow: hidden; }
/* Topographic ridges — more faded than the nav, spaced out */
.footer::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .1;
  background-image: url("../assets/topo-footer.svg");
  background-size: cover; background-position: center;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 60%, transparent 95%);
  mask-image: linear-gradient(180deg, #000 0%, #000 60%, transparent 95%);
}
.footer > .container { position: relative; z-index: 1; }
.footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid var(--line-dark); }
.footer__brand .nav__brand { font-size: 1.4rem; margin-bottom: 1rem; }
.footer__brand .brand-logo { height: 2.9rem; }
.footer__brand p { color: rgba(244,239,231,.6); font-size: .92rem; max-width: 32ch; }
.footer__social { display: flex; gap: .6rem; margin-top: 1.3rem; }
.footer__social a { width: 2.75rem; height: 2.75rem; border-radius: 999px; border: 1px solid var(--line-dark); display: grid; place-items: center; transition: background-color .3s, border-color .3s, transform .3s; }
.footer__social a:hover { background: var(--orange); border-color: var(--orange); color: #1a0f00; transform: translateY(-3px); }
.footer__social svg { width: 1.1rem; height: 1.1rem; }
.footer__col h4 { font-size: .8rem; letter-spacing: .12em; color: var(--orange); margin-bottom: 1.1rem; }
.footer__col ul { display: flex; flex-direction: column; gap: .6rem; }
.footer__col a, .footer__col li { color: rgba(244,239,231,.7); font-size: .92rem; transition: color .25s; }
.footer__col a:hover { color: #fff; }
.footer__bottom { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; padding-top: 1.8rem; font-size: .82rem; color: rgba(244,239,231,.5); }
.footer__bottom a:hover { color: var(--orange); }
.footer__powered a { color: rgba(244,239,231,.72); font-weight: 600; transition: color .25s; }
.footer__powered a:hover { color: var(--orange); }

/* ---------- REVEAL ANIMATIONS ---------- */
.reveal { opacity: 0; transform: translateY(34px); filter: blur(6px); transition: opacity .9s var(--ease), transform .9s var(--ease), filter .9s var(--ease); will-change: transform, opacity; }
.reveal.in { opacity: 1; transform: none; filter: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .footer__top { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .nav__links, .nav__call { display: none; }
  .nav__toggle { display: flex; }
  .nav__cta .btn--primary { display: none; }
  .split { grid-template-columns: 1fr; }
  .split--rev .split__media { order: 0; }
  .paths { grid-template-columns: 1fr; }
  .grid--3 { grid-template-columns: 1fr; }
  .grid--2 { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .grid--4 { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .hero__strip { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem .9rem; }
  .hero__stat b { font-size: 1.25rem; }
  .hero__stat-ico { width: 2.2rem; height: 2.2rem; }
  .hero__stat-ico svg { width: 1.15rem; height: 1.15rem; }
  .trail { flex-wrap: wrap; }
  .ptable thead { display: none; }
  .ptable, .ptable tbody, .ptable tr, .ptable td { display: block; width: 100%; }
  .ptable tr { border-bottom: 1px solid var(--line); padding: .5rem 0; }
  .ptable td { border: none; padding: .35rem 1.2rem; }
  .ptable td::before { content: attr(data-label); font-weight: 700; display: block; font-size: .75rem; text-transform: uppercase; color: var(--stone); }
}

/* ---------- REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; filter: none; }
}
