/* =========================================================
   Tours page - Iventure colour + brand override.
   Loaded AFTER tours.css (the True Travel mirror) so it
   re-themes the teal/gold palette to Iventure's warm dune
   sand + ember orange, and swaps the serif display font.
   Scoped to the Iventure tours body so tours.css is untouched.
   ========================================================= */
body[data-brand="iventure"].page-tours{
  --sand:#f6efe1;
  --sand-2:#ead7b4;
  --ink:#211710;          /* warm near-black instead of teal */
  --ink-2:#5c4733;
  --deep:#1a120b;         /* deep espresso for dark surfaces */
  --mist:#f6ecdc;         /* warm sand instead of blue mist */
  --gold:#f4791f;         /* Iventure fire */
  --gold-2:#ff9a4d;
  --line:rgba(60,33,12,.14);
  --muted:#8a7355;
  --shadow:0 24px 70px rgba(60,33,12,.16);
  background:
    radial-gradient(circle at top left,rgba(244,121,31,.16),transparent 26%),
    linear-gradient(180deg,#f1e3c6 0%,#e9d6ad 46%,#e2cb98 100%) !important;
}

/* sand page -> lighter cream-sand tour blocks */
body[data-brand="iventure"].page-tours .tour-group{
  background:linear-gradient(180deg,rgba(255,251,242,.55),rgba(246,236,217,.5)) !important;
  border-color:rgba(120,72,28,.14) !important;
}
body[data-brand="iventure"].page-tours .tour-card{
  background:linear-gradient(180deg,#fffdf7,#f7eeda) !important;
  border-color:rgba(120,72,28,.18) !important;
  box-shadow:0 22px 56px rgba(60,33,12,.16) !important;
}

/* nav pill accent + chips that hardcoded the gold/teal */
body[data-brand="iventure"].page-tours .nav-pill{border-color:rgba(244,121,31,.22)}

/* the dark footer was a hardcoded teal gradient */
body[data-brand="iventure"].page-tours footer{
  background:linear-gradient(180deg,#241a12 0%,#16100a 100%) !important;
}

/* brand typography: swap the Playfair serif display for Iventure's Bricolage */
body[data-brand="iventure"].page-tours :is(h1,h2,h3,h4,
  .nav-logo-pill-text,.brand-copy,.brand-copy-footer,.footer-brand-name,
  .tours-hero-card h1,.hero-metric strong,.tour-switch-button strong){
  font-family:'Bricolage Grotesque','DM Sans',sans-serif !important;
  letter-spacing:-.01em;
}
