/* =====================================================
   LIVE THE JOURNEY — V2 · CLEAN / WHITE THEME
   Loaded AFTER styles.css, ONLY on the V2 home
   (index-v2-sans.html). Establishes a Diverso-inspired
   clean, white, modern, premium landing page.
   Sans-serif leads. Scoped to body.home so nothing
   else on the site is affected.
   ===================================================== */

/* ---------- Foundations ---------- */
.home { background: #fff; }
.home .section { padding: clamp(72px, 9vw, 128px) 0; }
.home .section--tint { background: #F7F6F2; }            /* soft warm-white rhythm */

/* Sans-serif leads everywhere on this page */
.home h1, .home h2, .home h3, .home h4, .home h5,
.home .serif { font-family: var(--sans) !important; }
.home .italic { font-style: normal !important; }
.home h2 { font-weight: 500; letter-spacing: -0.01em; font-size: clamp(30px, 3.4vw, 46px); color: var(--ink); }
.home h3 { font-weight: 500; }
.home h4, .home h5 { font-weight: 500; }
.home p { color: var(--ink-2); }

/* ---------- Kicker (accent dash eyebrow) ---------- */
.home .kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 18px;
}
.home .kicker::before {
  content: "";
  width: 34px; height: 3px;
  background: var(--desert);
  border-radius: 2px;
}
.home .kicker--center { justify-content: center; }

/* ---------- Pill buttons (soft, modern) ---------- */
.home .btn {
  border-radius: 999px;
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 14px;
  padding: 15px 30px;
}
.home .btn--lg { padding: 17px 38px; font-size: 15px; }
.home .btn--sm { padding: 11px 22px; font-size: 13px; }
.home .btn--primary { background: var(--sky-deep); color: #fff; }
.home .btn--primary:hover { background: #14242c; color: #fff; }
.home .btn--outline { border-color: var(--ink); color: var(--ink); }
.home .btn--outline:hover { background: var(--ink); color: #fff; }

/* ---------- Header: solid white, clean, sticky ---------- */
.home .site-header { position: sticky; top: 0; background: #fff; box-shadow: none; border-bottom: 1px solid var(--line); }
.home .site-header .util-bar { display: none; }          /* drop the busy top bar for a cleaner nav */
.home .site-header .main-nav { background: #fff; backdrop-filter: none; }
.home .site-header .main-nav .links { justify-content: center; }
/* Force dark nav regardless of scroll state (undo transparent-over-hero behaviour) */
.home .site-header .main-nav .links a,
.home .site-header:not(.scrolled) .main-nav .links a { color: var(--ink-2); }
.home .site-header .main-nav .links a:hover,
.home .site-header:not(.scrolled) .main-nav .links a:hover { color: var(--sky); }
.home .site-header .logo img,
.home .site-header:not(.scrolled) .logo img { filter: none; }
.home .site-header .icon-btn,
.home .site-header:not(.scrolled) .icon-btn { color: var(--sky); border-color: var(--line); }
.home .site-header .icon-btn:hover { background: var(--sky); color: #fff; border-color: var(--sky); }

/* ---------- Hero ---------- */
.home .hero--home { min-height: 86vh; align-items: center; }
.home .hero--home .hero__bg::before { background: linear-gradient(180deg, rgba(20,36,44,.30), rgba(20,36,44,.10) 40%, transparent 60%); }
.home .hero--home .hero__bg::after { background: linear-gradient(180deg, rgba(20,36,44,.15) 0%, rgba(20,36,44,.28) 60%, rgba(20,36,44,.52) 100%); }
.home .hero--home .hero__content { text-align: center; max-width: 1000px; margin: 0 auto; padding-bottom: 0; }
.home .hero--home .kicker { color: rgba(255,255,255,.9); justify-content: center; }
.home .hero--home .kicker::before { background: var(--desert); }
.home .hero--home h1 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: clamp(44px, 8vw, 104px);
  line-height: 1.02;
  margin: 0 auto;
}
.home .hero--home .hero__tagline {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(17px, 2vw, 24px);
  letter-spacing: 0.04em;
  color: rgba(255,255,255,.95);
  margin-top: 18px;
}
.home .hero--home .hero__ctas { justify-content: center; margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Split rows (image + text, alternating) ---------- */
.home .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}
.home .split + .split { margin-top: clamp(64px, 8vw, 120px); }
.home .split__media {
  height: clamp(360px, 42vw, 560px);
  background-color: var(--sky-10);   /* graceful fallback if an image fails */
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.home .feature-card__img, .home .post-card__img { background-color: var(--sky-10); }
.home .split--rev .split__media { order: 2; }
.home .split__body { max-width: 480px; }
.home .split--rev .split__body { margin-left: auto; }
.home .split__body h2 { margin: 0 0 18px; }
.home .split__body p { font-size: 16px; line-height: 1.7; margin: 0 0 28px; }

/* ---------- Feature grid (signature journeys) ---------- */
.home .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: clamp(40px, 5vw, 60px); }
.home .feature-card { display: block; }
.home .feature-card__img {
  height: 380px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  transition: transform .8s ease;
}
.home .feature-card:hover .feature-card__img { transform: scale(1.03); }
.home .feature-card__kicker { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--desert-deep); font-weight: 600; margin: 22px 0 8px; display: block; }
.home .feature-card h3 { font-size: 25px; color: var(--ink); margin: 0 0 10px; }
.home .feature-card p { font-size: 15px; line-height: 1.6; color: var(--ink-2); margin: 0 0 14px; }
.home .feature-card__link { font-size: 13px; font-weight: 600; letter-spacing: 0.02em; color: var(--sky); display: inline-flex; align-items: center; gap: 8px; }
.home .feature-card:hover .feature-card__link .arrow { transform: translateX(4px); }
.home .feature-card__link .arrow { transition: transform var(--t); display: inline-block; }

/* ---------- Clean stats ---------- */
.home .stats-clean { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 1000px; margin: 0 auto; }
.home .stats-clean .stat { text-align: center; padding: 0 36px; }
.home .stats-clean .stat + .stat { border-left: 1px solid var(--line); }
.home .stats-clean .n { font-family: var(--sans); font-weight: 300; font-size: clamp(54px, 7vw, 84px); line-height: 1; color: var(--sky); letter-spacing: -0.03em; }
.home .stats-clean .n .u { font-weight: 500; font-size: 0.32em; letter-spacing: 0.08em; text-transform: uppercase; color: var(--desert-deep); margin-left: 8px; vertical-align: middle; }
.home .stats-clean .t { font-size: 14.5px; color: var(--ink-2); max-width: 240px; margin: 18px auto 0; line-height: 1.55; }

/* ---------- Quote band ---------- */
.home .quote-band { background: #F7F6F2; text-align: center; }
.home .quote-band .quote-mark { font-family: var(--serif); font-size: 96px; line-height: .4; color: var(--desert); display: block; margin-bottom: 8px; }
.home .quote-band blockquote {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.45;
  color: var(--ink);
  max-width: 920px;
  margin: 0 auto;
}
.home .quote-band cite { display: block; margin-top: 28px; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); font-style: normal; font-weight: 500; }

/* ---------- Journey cards (lightened) ---------- */
.home .tour-card { border: 0; border-radius: 8px; box-shadow: none; }
.home .tour-card__img { border-radius: 8px; }
.home .tour-card__body { padding: 18px 2px 0; }
.home .tour-card:hover { transform: translateY(-4px); box-shadow: none; }
.home .tour-card__bottom { border-top: 1px solid var(--line); }

/* ---------- Post cards (journal w/ date tag) ---------- */
.home .post-card { display: block; }
.home .post-card__img { position: relative; height: 240px; background-size: cover; background-position: center; border-radius: 8px; }
.home .post-card__date { position: absolute; top: 14px; left: 14px; background: var(--desert); color: #fff; font-size: 11px; letter-spacing: 0.06em; padding: 6px 12px; border-radius: 4px; font-weight: 500; }
.home .post-card h4 { font-size: 19px; color: var(--ink); margin: 18px 0 8px; }
.home .post-card p { font-size: 14px; color: var(--ink-2); line-height: 1.55; margin: 0; }

/* ---------- Colour CTA band (pre-footer) ---------- */
.home .cta-band {
  position: relative;
  overflow: hidden;
  background: var(--desert);
  text-align: center;
  padding: clamp(72px, 10vw, 128px) 0;
}
.home .cta-band__wm {
  position: absolute; right: -4%; bottom: -30%;
  font-family: var(--serif); font-style: italic;
  font-size: 420px; line-height: 1; color: rgba(255,255,255,.12);
  pointer-events: none; user-select: none;
}
.home .cta-band .wrap { position: relative; z-index: 1; }
.home .cta-band h2 { color: var(--sky-deep); font-weight: 600; margin: 0 0 12px; }
.home .cta-band p { color: rgba(31,53,64,.78); font-size: 17px; max-width: 560px; margin: 0 auto 28px; }
.home .cta-band .kicker { color: var(--sky-deep); }
.home .cta-band .kicker::before { background: var(--sky-deep); }

/* ---------- Section heads (clean, left) ---------- */
.home .section-head .row h2 { margin: 0; }
.home .section-head .btn--outline { border-color: var(--ink); color: var(--ink); }

/* ---------- Reveal (kept) ---------- */
.home .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.2,.6,.2,1), transform .8s cubic-bezier(.2,.6,.2,1); }
.home .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .home .reveal { opacity: 1; transform: none; transition: none; }
  .home .hero--home .hero__bg { animation: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .home .split { grid-template-columns: 1fr; gap: 28px; }
  .home .split--rev .split__media { order: 0; }
  .home .split__media { height: clamp(280px, 60vw, 420px); }
  .home .split__body, .home .split--rev .split__body { max-width: none; margin: 0; }
  .home .feature-grid { grid-template-columns: 1fr; max-width: 520px; margin-left: auto; margin-right: auto; }
  .home .feature-card__img { height: 320px; }
}
@media (max-width: 700px) {
  .home .stats-clean { grid-template-columns: 1fr; }
  .home .stats-clean .stat { padding: 26px 16px; }
  .home .stats-clean .stat + .stat { border-left: 0; border-top: 1px solid var(--line); }
  .home .cta-band__wm { font-size: 240px; }
}

/* =====================================================
   MOTION & ENRICHMENT
   ===================================================== */

/* Four-ways: big index numeral + meta line */
.home .split__no {
  display: block;
  font-family: var(--sans);
  font-weight: 200;
  font-size: clamp(48px, 5.5vw, 80px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--sky-20);
  margin-bottom: 4px;
}
.home .split__meta {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 28px;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: var(--ink-3);
}
.home .split__meta span + span { margin-left: 18px; }
.home .split__meta span + span::before { content: "·"; margin-right: 18px; color: var(--ink-4); }

/* Image motion on hover */
.home .split__media { overflow: hidden; transition: transform .7s cubic-bezier(.2,.6,.2,1), box-shadow .7s ease; }
.home .split:hover .split__media { transform: scale(1.015); box-shadow: var(--shadow); }
.home .tour-card__img, .home .post-card__img, .home .feature-card__img { transition: transform .9s cubic-bezier(.2,.6,.2,1); }
.home .post-card__img { overflow: hidden; }
.home .tour-card:hover .tour-card__img,
.home .post-card:hover .post-card__img { transform: scale(1.05); }

/* Button micro-interaction */
.home .btn { transition: all .3s cubic-bezier(.2,.6,.2,1); }
.home .btn--outline:hover { transform: translateY(-2px); }

/* Staggered reveal for grids */
.home .feature-grid .feature-card:nth-child(2) { transition-delay: .1s; }
.home .feature-grid .feature-card:nth-child(3) { transition-delay: .2s; }

/* Hero load-in (gentle, sequential) */
.home .hero--home .hero__content > * {
  opacity: 0;
  transform: translateY(18px);
  animation: heroIn .9s cubic-bezier(.2,.6,.2,1) forwards;
}
.home .hero--home .kicker { animation-delay: .10s; }
.home .hero--home h1 { animation-delay: .22s; }
.home .hero--home .hero__tagline { animation-delay: .36s; }
.home .hero--home .hero__ctas { animation-delay: .50s; }
@keyframes heroIn { to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .home .hero--home .hero__content > * { opacity: 1; transform: none; animation: none; }
  .home .split:hover .split__media,
  .home .tour-card:hover .tour-card__img,
  .home .post-card:hover .post-card__img { transform: none; }
}

/* Homepage: hide tour prices (owner feedback — no prices in this view) */
.home .tour-card__price { display: none; }

/* Reel strip — vertical video showcase (Lead Loud style); image placeholders for now */
.home .reels { display: flex; gap: 18px; margin-top: clamp(36px, 4vw, 56px); overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.home .reels::-webkit-scrollbar { height: 6px; }
.home .reels::-webkit-scrollbar-thumb { background: var(--line); border-radius: 3px; }
.home .reel {
  position: relative; flex: 0 0 auto;
  width: clamp(190px, 19vw, 235px); aspect-ratio: 9 / 16;
  border-radius: 16px; overflow: hidden;
  background-color: var(--sky-10); background-size: cover; background-position: center;
  color: #fff; display: block; scroll-snap-align: start; isolation: isolate;
  transition: transform .35s cubic-bezier(.2,.6,.2,1);
}
.home .reel:hover { transform: translateY(-5px); }
.home .reel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,36,44,.10) 0%, rgba(20,36,44,0) 35%, rgba(20,36,44,.72) 100%); transition: background .3s; }
.home .reel:hover::after { background: linear-gradient(180deg, rgba(20,36,44,.2), rgba(20,36,44,.82)); }
.home .reel__play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2;
  width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,.92);
  color: var(--sky); display: flex; align-items: center; justify-content: center;
  font-size: 15px; padding-left: 3px; transition: transform .3s, background .3s;
}
.home .reel:hover .reel__play { transform: translate(-50%,-50%) scale(1.12); background: #fff; }
.home .reel__label { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 16px; font-size: 14px; font-weight: 600; }
/* video reels — full clips, click to play with sound */
.home .reel--video { margin: 0; cursor: default; background: #000; }
.home .reel--video:hover { transform: none; }
.home .reel--video::after { display: none; }
.home .reel__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; background: #000; }
.home .reel--video .reel__label { top: 0; bottom: auto; padding: 14px 14px 26px; background: linear-gradient(to bottom, rgba(0,0,0,.6), rgba(0,0,0,0)); pointer-events: none; z-index: 2; }
@media (max-width: 700px) { .home .reel { width: 64vw; } }

/* Testimonials carousel */
.home .tcar__viewport { overflow: hidden; padding: 10px 4px; margin: -10px -4px; }
.home .tcar__track { display: flex; gap: 28px; transition: transform .6s cubic-bezier(.2,.6,.2,1); }
.home .tcar__card {
  flex: 0 0 calc((100% - 56px) / 3);
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 36px 32px 30px; display: flex; flex-direction: column;
  box-shadow: 0 10px 40px rgba(31,53,64,.06);
  transition: transform .35s cubic-bezier(.2,.6,.2,1), box-shadow .35s ease;
}
.home .tcar__card:hover { transform: translateY(-5px); box-shadow: 0 20px 54px rgba(31,53,64,.12); }
.home .tcar__q { font-family: var(--serif); font-size: 72px; line-height: .55; color: var(--desert); opacity: .55; display: block; height: 34px; }
.home .tcar__stars { color: var(--desert); letter-spacing: 4px; font-size: 13px; margin: 4px 0 16px; }
.home .tcar__card blockquote { margin: 0 0 24px; font-size: 17px; line-height: 1.62; color: var(--ink); font-weight: 300; flex: 1; }
.home .tcar__card figcaption { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; }
.home .tcar__nav { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 38px; }
.home .tcar__arrow {
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line);
  background: #fff; color: var(--sky); font-size: 17px; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; transition: all .3s ease;
}
.home .tcar__arrow:hover { background: var(--sky); color: #fff; border-color: var(--sky); transform: translateY(-2px); }
.home .tcar__dots { display: flex; gap: 9px; }
.home .tcar__dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: var(--ink-4); cursor: pointer; transition: all .3s; }
.home .tcar__dots button.on { background: var(--desert); transform: scale(1.4); }
@media (max-width: 1000px) { .home .tcar__card { flex-basis: calc((100% - 28px) / 2); } }
@media (max-width: 700px) { .home .tcar__card { flex-basis: 100%; } }
