/* =========================================================================
   Explore Pakistan — homepage
   Desktop composition: 1440px viewport, 1200px content, 120px side margins.

   Contrast (WCAG 2.1, computed — all text >= 4.5:1):
     #5a6b5f on cream 5.26 / white 5.67 / sand 4.66
     #9fb3a6 on forest 7.28      #0b3b22 on cream 11.72
     #8a5a14 on cream 5.48 / white 5.91 / sand 4.86
     #e2bb7a on forest 8.93      #07261a on CTA gold 7.47
     #ffffff on wordmark green 12.63 / mid green 6.50 / forest 16.14
   Gold #c9963f is 2.46 on cream, so it is never text on light —
   decorative rules only there. Icon strokes: gold on dark, green on light.
   ========================================================================= */

:root {
  /* Greens */
  --forest:        #07261a;
  --wordmark:      #0b3b22;
  --mid-green:     #1f6b3e;

  /* Golds */
  --gold:          #c9963f;   /* decorative rules + icon strokes on dark */
  --gold-cta:      #d8a955;   /* CTA fills, with forest text */
  --gold-sunlit:   #e2bb7a;   /* eyebrow text on dark green */
  --gold-deep:     #8a5a14;   /* gold text on light backgrounds */

  /* Surfaces */
  --cream:         #faf6ee;
  --sand:          #f1e8d8;
  --white:         #ffffff;

  /* Text */
  --ink:           #2c3b32;
  --muted-light:   #5a6b5f;
  --muted-dark:    #9fb3a6;

  /* Hairlines */
  --rule-light:    #e3d9c6;
  --rule-dark:     #24503a;

  /* Shape */
  --r-photo:       20px;
  --r-panel:       32px;
  --shadow:        0 12px 32px rgba(7, 38, 26, 0.10);
  --shadow-lift:   0 20px 44px rgba(7, 38, 26, 0.16);

  /* Rhythm */
  --content:       1200px;
  --gutter:        120px;
  --section-y:     96px;

  --ease:          cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
svg { display: block; }

/* ---------- Typography ---------- */
h1, h2, h3, .serif {
  font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
  font-weight: 400;          /* never bold */
  margin: 0;
  letter-spacing: -0.015em;
}
h1 { font-size: 84px; line-height: 0.98; }
h2 { font-size: 48px; line-height: 1.12; }
h3 { font-size: 28px; line-height: 1.22; }
p  { margin: 0; }

.eyebrow {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  margin: 0;
}
.eyebrow--dark  { color: var(--gold-sunlit); }  /* on deep green / photos */
.eyebrow--light { color: var(--gold-deep); }    /* on cream / sand / white */

.lede  { font-size: 19px; line-height: 1.65; }
.small { font-size: 15px; line-height: 1.6; }

/* ---------- Layout ---------- */
.wrap {
  width: var(--content);
  max-width: calc(100% - (var(--gutter) * 2));
  margin-inline: auto;
}
.section { padding-block: var(--section-y); }
.section--forest { background: var(--forest); color: var(--white); }
.section--sand   { background: var(--sand); }

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 48px;
}
.section-head__title { max-width: 620px; }
.section-head__title .eyebrow { margin-bottom: 16px; }

/* Decorative gold hairline (pure decoration — never carries meaning) */
.rule-gold {
  width: 56px;
  height: 1.5px;
  border: 0;
  margin: 0 0 24px;
  background: var(--gold);
}

/* ---------- Accessibility ---------- */
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.skip-link {
  position: absolute;
  left: 24px; top: -100px;
  z-index: 100;
  padding: 12px 24px;
  border-radius: 999px;
  background: var(--wordmark);
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 16px; }

:where(a, button, input, select, summary):focus-visible {
  outline: 3px solid var(--mid-green);
  outline-offset: 3px;
  border-radius: 4px;
}
.on-dark :where(a, button, input, select):focus-visible {
  outline-color: var(--gold-sunlit);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* =========================================================================
   PHOTO SLOTS
   Each slot layers:  scrim  /  photograph  /  fallback wash

   The files in assets/ are already cropped to the exact aspect of the box
   they fill, so the photograph just needs `cover` and `center` — there is no
   per-slot positioning to keep in sync. A slot is wired up in index.html as
   style="--img: url('assets/hero-road-lake.jpg');" and nothing else.

   The fallback wash sits underneath, so a missing or still-loading file
   leaves a deep-green panel that every headline stays legible against
   rather than an empty box.

   None of the supplied artwork's baked-in headlines or logo lock-ups survive
   into these files — see assets/README.md for how each one was removed.
   ========================================================================= */

.photo {
  --fallback: linear-gradient(150deg, #0e3a26 0%, #143f2b 45%, #0a2c1e 100%);
  --scrim: linear-gradient(180deg,
            rgba(7, 38, 26, 0.10) 0%,
            rgba(7, 38, 26, 0.45) 48%,
            rgba(7, 38, 26, 0.85) 100%);
  background-image:    var(--scrim), var(--img, none), var(--fallback);
  background-size:     cover, cover, cover;
  background-position: center, center, center;
  background-repeat:   no-repeat;
  background-color:    var(--forest);
}
/* Left-to-right scrim for hero + CTA panel (45%-85% coverage) */
.photo--left-scrim {
  --scrim: linear-gradient(90deg,
            rgba(7, 38, 26, 0.85) 0%,
            rgba(7, 38, 26, 0.78) 30%,
            rgba(7, 38, 26, 0.58) 62%,
            rgba(7, 38, 26, 0.45) 100%);
}

/* =========================================================================
   BUTTONS + LINKS
   ========================================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 54px;
  padding-inline: 30px;
  border: 1.5px solid transparent;
  border-radius: 999px;            /* every button a full pill */
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.25s var(--ease),
              border-color 0.25s var(--ease),
              color 0.25s var(--ease),
              transform 0.25s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn--sm { height: 46px; padding-inline: 24px; font-size: 14px; }

/* caps labels used on the primary calls to action */
.btn--caps {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.btn--gold {
  background: var(--gold-cta);
  color: var(--forest);
  border-color: var(--gold-cta);
}
.btn--gold:hover { background: #e6bd72; border-color: #e6bd72; }

.btn--green {
  background: var(--wordmark);
  color: var(--white);
  border-color: var(--wordmark);
}
.btn--green:hover { background: var(--mid-green); border-color: var(--mid-green); }

/* green fill with a gold outline */
.btn--green-gold {
  background: var(--wordmark);
  color: var(--white);
  border-color: var(--gold);
}
.btn--green-gold:hover { background: var(--mid-green); }

.btn--outline-white {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.65);
}
.btn--outline-white:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--white);
}

.btn--outline-green {
  background: transparent;
  color: var(--wordmark);
  border-color: var(--rule-light);
}
.btn--outline-green:hover {
  border-color: var(--mid-green);
  color: var(--mid-green);
}

/* text link with a trailing arrow */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--wordmark);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s var(--ease);
}
.link-arrow .icon { transition: transform 0.25s var(--ease); }
.link-arrow:hover { color: var(--mid-green); }
.link-arrow:hover .icon { transform: translateX(4px); }
.link-arrow--dark { color: var(--gold-sunlit); }
.link-arrow--dark:hover { color: var(--white); }

/* round arrow button — green disc, gold border */
.arrow-btn {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px; height: 52px;
  padding: 0;
  border: 1.5px solid var(--gold);
  border-radius: 999px;
  background: var(--wordmark);
  color: var(--white);
  cursor: pointer;
  transition: background-color 0.25s var(--ease), transform 0.25s var(--ease);
}
.arrow-btn:hover { background: var(--mid-green); transform: translateX(3px); }

.icon { width: 20px; height: 20px; stroke-width: 1.5; }
.icon--lg { width: 32px; height: 32px; }
.icon--sm { width: 16px; height: 16px; }

/* =========================================================================
   LOGO
   Supplied lockup, rebuilt in assets/ without the "Discover the Soul of
   Pakistan" tagline, which the H1 already carries. logo-dark.png is the same
   lockup with a cream "Explore" for the deep-forest footer.
   The wordmark is a logotype, so its gold is exempt from the 4.5:1 rule.
   ========================================================================= */
.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.logo img {
  height: 46px;
  width: auto;
  transition: opacity 0.25s var(--ease);
}
.logo:hover img { opacity: 0.85; }
.logo--lg img { height: 56px; }

/* =========================================================================
   1. NAV
   ========================================================================= */
.nav {
  height: 88px;
  background: var(--cream);
  border-bottom: 1px solid var(--rule-light);
}
.nav__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.nav__links {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav__link {
  color: var(--wordmark);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.25s var(--ease);
}
.nav__link:hover { color: var(--mid-green); }

.nav__right { display: flex; align-items: center; gap: 24px; }
.nav__contact {
  color: var(--wordmark);
  font-size: 15px;
  text-decoration: none;
  transition: color 0.25s var(--ease);
}
.nav__contact:hover { color: var(--mid-green); }

/* =========================================================================
   2. HERO
   ========================================================================= */
.hero {
  position: relative;
  height: 760px;
  display: flex;
  align-items: center;
}
.hero__inner { position: relative; width: 100%; }
.hero__copy { max-width: 720px; }
.hero__copy .eyebrow { margin-bottom: 22px; }
.hero h1 { color: var(--white); margin-bottom: 26px; }
.hero__text {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 38px;
}
.hero__actions { display: flex; align-items: center; gap: 16px; }

/* search bar pinned to the bottom edge of the hero, overhanging it */
.hero__search {
  position: absolute;
  left: 0; right: 0;
  bottom: -68px;
}
.searchbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 14px 14px 10px;
  border-radius: var(--r-panel);
  background: var(--white);
  box-shadow: var(--shadow);
}
.field {
  flex: 1 1 0;
  min-width: 0;
  padding: 6px 22px;
}
.field + .field { border-left: 1px solid var(--rule-light); }
.field__label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-light);
  margin-bottom: 4px;
}
.field__input {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--wordmark);
  cursor: pointer;
}
.field__input:focus-visible { outline-offset: 6px; }
select.field__input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b3b22' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px;
  padding-right: 24px;
}
.searchbar .btn { flex: none; }

/* the search bar overhangs the hero, so the next band clears it */
.regions { padding-top: calc(var(--section-y) + 40px); }

/* =========================================================================
   3. REGIONS STRIP
   ========================================================================= */
.regions__head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 26px;
}
.regions__head .rule-gold { margin: 0; }
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.chip {
  display: inline-flex;
  align-items: center;
  height: 46px;
  padding-inline: 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--sand);
  color: var(--wordmark);
  font-size: 15px;
  text-decoration: none;
  transition: background-color 0.25s var(--ease),
              border-color 0.25s var(--ease),
              transform 0.25s var(--ease);
}
.chip:hover {
  background: var(--white);
  border-color: var(--mid-green);
  color: var(--mid-green);
  transform: translateY(-2px);
}

/* =========================================================================
   4. FEATURED DESTINATIONS
   ========================================================================= */
.destinations__grid {
  display: grid;
  grid-template-columns: 700px 1fr;
  gap: 24px;
}
.dest-col {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}

.dest-card {
  position: relative;
  display: flex;
  border-radius: var(--r-photo);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.dest-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }

.dest-card--lg { height: 600px; align-items: flex-end; }
.dest-card--lg .dest-card__body { padding: 48px; }
.dest-card--lg .eyebrow { margin-bottom: 14px; }
.dest-card__name {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--white);
  margin: 0 0 10px;
}
.dest-card__tag {
  color: rgba(255, 255, 255, 0.92);
  font-size: 19px;
  margin-bottom: 30px;
}

.dest-card--sm { align-items: flex-end; }
.dest-card--sm .dest-card__body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  width: 100%;
}
.dest-card--sm h3 { color: var(--white); font-size: 26px; max-width: 300px; }
.dest-card__body { position: relative; z-index: 1; }

/* =========================================================================
   5. EXPERIENCES  (deep forest band)
   ========================================================================= */
.experiences .section-head { align-items: flex-start; }
.experiences h2 { color: var(--white); }
.experiences__note {
  max-width: 400px;
  color: var(--muted-dark);
  font-size: 17px;
  padding-top: 8px;
}
.tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.tile {
  display: flex;
  flex-direction: column;
  padding: 34px 30px 36px;
  border: 1px solid var(--rule-dark);
  border-radius: var(--r-photo);
  background: rgba(255, 255, 255, 0.035);
  transition: transform 0.3s var(--ease),
              background-color 0.3s var(--ease),
              border-color 0.3s var(--ease);
}
.tile:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--gold);
}
.tile__icon { color: var(--gold); margin-bottom: 26px; }  /* gold on dark */
.tile h3 { color: var(--white); font-size: 25px; margin-bottom: 12px; }
.tile p { color: var(--muted-dark); font-size: 15px; line-height: 1.65; }

/* =========================================================================
   6. POPULAR TOURS
   ========================================================================= */
.tours__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.tour {
  display: flex;
  flex-direction: column;
  border-radius: var(--r-photo);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.tour:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }

.tour__media {
  position: relative;
  height: 240px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 18px;
}
.tour__duration {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding-inline: 18px;
  border-radius: 999px;
  background: var(--white);
  color: var(--wordmark);
  font-size: 13px;
  font-weight: 500;
}
.tour__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px;
}
.tour__region {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted-light);
  margin-bottom: 12px;
}
.tour h3 { font-size: 26px; color: var(--wordmark); margin-bottom: 12px; }
.tour__desc { color: var(--muted-light); font-size: 15px; line-height: 1.65; }
.tour__divider {
  height: 1px;
  border: 0;
  margin: 26px 0 22px;
  background: var(--rule-light);
}
.tour__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}
.tour__price {
  font-size: 17px;
  font-weight: 600;
  color: var(--gold-deep);      /* gold text on light = deep gold */
}
.tour__price span { font-weight: 400; font-size: 14px; color: var(--muted-light); }

/* =========================================================================
   7. WHEN TO GO  (sand band)
   ========================================================================= */
.seasons__head { margin-bottom: 48px; max-width: 620px; }
.seasons__head .eyebrow { margin-bottom: 16px; }
.seasons__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.season {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px 30px 36px;
  border: 1px solid var(--rule-light);
  border-radius: var(--r-photo);
  background: var(--white);
  box-shadow: var(--shadow);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.season:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.season__months {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted-light);
  margin-bottom: 16px;
}
.season h3 { font-size: 30px; color: var(--wordmark); margin-bottom: 12px; }
.season__note { color: var(--muted-light); font-size: 15px; line-height: 1.65; }
.season__rule {
  height: 1.5px;
  width: 40px;
  border: 0;
  margin: 0 0 22px;
  background: var(--gold);
}

/* peak season, highlighted in dark green */
.season--peak {
  background: var(--wordmark);
  border-color: var(--wordmark);
}
.season--peak .season__months { color: var(--gold-sunlit); }
.season--peak h3 { color: var(--white); }
.season--peak .season__note { color: var(--muted-dark); }
.season__flag {
  position: absolute;
  top: 26px; right: 26px;
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding-inline: 14px;
  border-radius: 999px;
  background: var(--gold-cta);
  color: var(--forest);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* =========================================================================
   8. WHY EXPLORE PAKISTAN
   ========================================================================= */
.why__grid {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 100px;
  align-items: start;
}
.why__intro .eyebrow { margin-bottom: 16px; }
.why__intro h2 { margin-bottom: 22px; }
.why__lede { color: var(--muted-light); font-size: 19px; line-height: 1.65; }

.points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px 40px;
}
.point__icon { color: var(--wordmark); margin-bottom: 18px; }  /* green on light */
.point h3 { font-size: 22px; color: var(--wordmark); margin-bottom: 10px; }
.point p { color: var(--muted-light); font-size: 15px; line-height: 1.65; }

/* =========================================================================
   9. CTA BAND
   ========================================================================= */
.cta-band { padding-block: var(--section-y); }
.cta-panel {
  display: flex;
  align-items: center;
  min-height: 440px;
  padding: 72px;
  border-radius: var(--r-panel);
  overflow: hidden;
}
.cta-panel__copy { max-width: 620px; position: relative; z-index: 1; }
.cta-panel .eyebrow { margin-bottom: 20px; }
.cta-panel h2 { color: var(--white); font-size: 54px; margin-bottom: 20px; }
.cta-panel__text {
  color: rgba(255, 255, 255, 0.92);
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 520px;
}
.cta-panel__actions { display: flex; align-items: center; gap: 16px; }

/* =========================================================================
   10. FOOTER
   ========================================================================= */
.footer {
  background: var(--forest);
  color: var(--muted-dark);
  padding-top: 88px;
}
.footer__top {
  display: grid;
  grid-template-columns: 400px repeat(3, 1fr);
  gap: 64px;
  padding-bottom: 64px;
}
.footer__brand .logo { margin-bottom: 22px; }
.footer__desc {
  color: var(--muted-dark);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 30px;
  max-width: 330px;
}

.signup__label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gold-sunlit);
  margin-bottom: 14px;
}
.signup__row { display: flex; gap: 10px; }
.signup__input {
  flex: 1;
  min-width: 0;
  height: 54px;
  padding-inline: 24px;
  border: 1px solid var(--rule-dark);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  transition: border-color 0.25s var(--ease);
}
.signup__input::placeholder { color: var(--muted-dark); }
.signup__input:hover { border-color: var(--mid-green); }

.footer__col h3 {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--white);
  margin-bottom: 24px;
}
.footer__list { margin: 0; padding: 0; list-style: none; }
.footer__list li + li { margin-top: 13px; }
.footer__list a {
  color: var(--muted-dark);
  font-size: 15px;
  text-decoration: none;
  transition: color 0.25s var(--ease);
}
.footer__list a:hover { color: var(--white); }

.socials { display: flex; gap: 10px; margin-top: 26px; }
.social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border: 1px solid var(--rule-dark);
  border-radius: 999px;
  color: var(--gold);              /* gold icon strokes on dark */
  transition: background-color 0.25s var(--ease),
              border-color 0.25s var(--ease),
              transform 0.25s var(--ease);
}
.social:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.footer__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-block: 28px;
  border-top: 1px solid var(--rule-dark);
}
.footer__bar p { font-size: 14px; color: var(--muted-dark); }
.footer__legal { display: flex; gap: 28px; }
.footer__legal a {
  color: var(--muted-dark);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.25s var(--ease);
}
.footer__legal a:hover { color: var(--white); }

/* ---------- Narrower desktops: keep the gutters from collapsing ---------- */
@media (max-width: 1320px) {
  :root { --gutter: 64px; }
  .destinations__grid { grid-template-columns: 1.4fr 1fr; }
  .why__grid { gap: 64px; }
}

/* =========================================================================
   INNER PAGES
   Components used by the 19 pages beyond the homepage. Same system: 1200px
   content, 96px section rhythm, 20px cards / 32px panels, pill buttons.
   ========================================================================= */

/* ---------- Page head ---------- */
.pagehead { padding-block: 76px 64px; }
.pagehead .eyebrow { margin-bottom: 18px; }
.pagehead h1 { font-size: 60px; line-height: 1.04; color: var(--wordmark); }
.pagehead__lede {
  max-width: 660px;
  margin-top: 22px;
  color: var(--muted-light);
  font-size: 19px;
  line-height: 1.65;
}
.pagehead__actions { display: flex; align-items: center; gap: 16px; margin-top: 32px; }

.pagehead--photo {
  display: flex;
  align-items: flex-end;
  min-height: 460px;
  padding-block: 64px 56px;
}
.pagehead--photo h1 { color: var(--white); }
.pagehead--photo .pagehead__lede { color: rgba(255, 255, 255, 0.92); }

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  font-size: 14px;
  color: var(--muted-light);
}
.breadcrumb a { color: var(--muted-light); text-decoration: none; }
.breadcrumb a:hover { color: var(--mid-green); }
.breadcrumb__sep { color: var(--rule-light); }
.pagehead--photo .breadcrumb,
.pagehead--photo .breadcrumb a { color: rgba(255, 255, 255, 0.82); }
.pagehead--photo .breadcrumb a:hover { color: var(--white); }
.pagehead--photo .breadcrumb__sep { color: rgba(255, 255, 255, 0.4); }

.section--tight { padding-block: 64px; }
.section--top-tight { padding-top: 0; }
.section-head__title--wide { max-width: 780px; }

/* ---------- Placeholder callout ---------- */
.note {
  padding: 16px 24px;
  border-left: 2px solid var(--gold);
  border-radius: 0 12px 12px 0;
  background: #f7f0e0;
  color: var(--gold-deep);
  font-size: 15px;
  line-height: 1.6;
}
.section--sand .note { background: #f7f2e6; }

/* ---------- Destination grid ---------- */
.dest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
}
.dest-item { display: flex; flex-direction: column; }
.dest-tile {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 320px;
  padding: 28px;
  border-radius: var(--r-photo);
  overflow: hidden;
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.dest-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.dest-tile__body { position: relative; z-index: 1; }
.dest-tile .eyebrow { margin-bottom: 10px; }
.dest-tile h3 { color: var(--white); font-size: 32px; margin-bottom: 6px; }
.dest-tile__tag { color: rgba(255, 255, 255, 0.9); font-size: 15px; }
.dest-tile__pending {
  position: absolute;
  top: 24px; left: 24px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border: 1px solid var(--rule-dark);
  border-radius: 999px;
  background: rgba(7, 38, 26, 0.55);
  color: var(--gold-sunlit);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.dest-item__blurb {
  margin: 22px 0 16px;
  color: var(--muted-light);
  font-size: 15px;
  line-height: 1.65;
}
.dest-item .link-arrow { margin-top: auto; align-self: flex-start; }

/* ---------- Split (text beside a list or panel) ---------- */
.split {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 100px;
  align-items: start;
}
.split--wide { grid-template-columns: 400px 1fr; gap: 80px; }
.split__text .eyebrow { margin-bottom: 16px; }
.split__text h2 { margin-bottom: 22px; }
.prose-p { margin-top: 18px; color: var(--muted-light); font-size: 17px; line-height: 1.7; }
.split__text .note { margin-top: 28px; }
.points--stack { grid-template-columns: repeat(2, 1fr); }

/* ---------- Experience rows ---------- */
.exp-rows { display: flex; flex-direction: column; }
.exp-row {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  padding-block: 56px;
  border-top: 1px solid var(--rule-light);
}
.exp-row:first-child { border-top: 0; padding-top: 0; }
.exp-row__icon { color: var(--wordmark); margin-bottom: 22px; }
.exp-row__intro h2 { font-size: 40px; margin-bottom: 18px; }
.exp-row__intro p { color: var(--muted-light); font-size: 17px; line-height: 1.7; }
.exp-row__label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--gold-deep);
  margin-bottom: 18px;
}
.on-dark .exp-row__label,
.section--forest .exp-row__label { color: var(--gold-sunlit); }

/* ---------- Ticked lists ---------- */
.list-tick { margin: 0; padding: 0; list-style: none; }
.list-tick li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  color: var(--muted-light);
  font-size: 16px;
  line-height: 1.6;
}
.list-tick li::before {
  content: "";
  position: absolute;
  left: 0; top: 4px;
  width: 18px; height: 18px;
  background: no-repeat center/18px
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b3b22' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12.5l5 5L20 6.5'/%3E%3C/svg%3E");
}
.list-tick--minus li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235a6b5f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
}
.on-dark .list-tick li { color: var(--muted-dark); }
.on-dark .list-tick li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9963f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12.5l5 5L20 6.5'/%3E%3C/svg%3E");
}

/* ---------- Light tiles (on sand) ---------- */
.tile--light {
  background: var(--white);
  border-color: var(--rule-light);
  box-shadow: var(--shadow);
}
.tile--light:hover { background: var(--white); border-color: var(--mid-green); }
.tile__icon--light { color: var(--wordmark); }
.tile--light h3 { color: var(--wordmark); }
.tile--light p { color: var(--muted-light); }

/* ---------- Steps ---------- */
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 22px; padding-block: 22px; }
.steps li + li { border-top: 1px solid var(--rule-light); }
.steps__n {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px; height: 42px;
  border: 1.5px solid var(--gold);
  border-radius: 999px;
  color: var(--gold-deep);
  font-size: 15px;
  font-weight: 600;
}
.steps h3 { font-size: 21px; color: var(--wordmark); margin-bottom: 6px; }
.steps p { color: var(--muted-light); font-size: 15px; line-height: 1.6; }
.steps--row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.steps--row li { flex-direction: column; gap: 16px; border: 0; padding: 0; }

/* ---------- Fact lists ---------- */
.factlist {
  margin: 0;
  padding: 34px 36px;
  border: 1px solid var(--rule-light);
  border-radius: var(--r-photo);
  background: var(--white);
  box-shadow: var(--shadow);
}
.factlist > div + div { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--rule-light); }
.factlist dt {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold-deep);
  margin-bottom: 8px;
}
.factlist dd { margin: 0; color: var(--muted-light); font-size: 16px; line-height: 1.6; }

.facts-band { background: var(--sand); border-bottom: 1px solid var(--rule-light); }
.facts {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin: 0;
  padding-block: 34px;
}
.facts dt {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--muted-light);
  margin-bottom: 8px;
}
.facts dd { margin: 0; color: var(--wordmark); font-size: 17px; font-weight: 500; }
.facts dd.facts__price { color: var(--gold-deep); }

/* ---------- Itinerary ---------- */
.itinerary { margin: 0; padding: 0; list-style: none; }
.itinerary__day {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 28px;
  padding-block: 26px;
  border-top: 1px solid var(--rule-light);
}
.itinerary__day:first-child { border-top: 0; padding-top: 0; }
.itinerary__n {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--gold-deep);
  padding-top: 5px;
}
.itinerary h3 { font-size: 24px; color: var(--wordmark); margin-bottom: 8px; }
.itinerary p { color: var(--muted-light); font-size: 16px; line-height: 1.7; }

.incl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 56px; }

/* ---------- Seasons (detail) ---------- */
.seasons-detail { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.season-detail {
  position: relative;
  padding: 38px 36px 40px;
  border: 1px solid var(--rule-light);
  border-radius: var(--r-photo);
  background: var(--white);
  box-shadow: var(--shadow);
}
.season-detail h2 { font-size: 36px; color: var(--wordmark); margin-bottom: 14px; }
.season-detail .season__note { margin-bottom: 20px; font-size: 16px; }
.season-detail__open {
  display: inline-block;
  margin-bottom: 26px;
  padding: 7px 18px;
  border-radius: 999px;
  background: var(--sand);
  color: var(--wordmark);
  font-size: 14px;
}
.season-detail.season--peak h2 { color: var(--white); }
.season-detail.season--peak .season-detail__open {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}
.season-detail.season--peak .exp-row__label { color: var(--gold-sunlit); }
.season-detail.season--peak .list-tick li { color: var(--muted-dark); }
.season-detail.season--peak .list-tick li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9963f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12.5l5 5L20 6.5'/%3E%3C/svg%3E");
}

/* ---------- Month strip ---------- */
.months {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 8px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}
.month {
  padding: 20px 8px;
  border-radius: 14px;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--rule-light);
}
.month__name { display: block; font-size: 16px; font-weight: 500; color: var(--wordmark); }
.month__season { display: block; margin-top: 6px; font-size: 12px; color: var(--muted-light); }
.month--summer { background: var(--wordmark); border-color: var(--wordmark); }
.month--summer .month__name { color: var(--white); }
.month--summer .month__season { color: var(--gold-sunlit); }
.months__key { max-width: 720px; color: var(--muted-light); font-size: 16px; line-height: 1.7; }

/* ---------- Stats ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.stats li {
  padding: 34px 30px;
  border: 1px solid var(--rule-dark);
  border-radius: var(--r-photo);
}
.stats__n {
  display: block;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 40px;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 10px;
}
.stats__l { display: block; color: var(--muted-dark); font-size: 15px; }
.stats__note { max-width: 640px; color: var(--muted-dark); font-size: 15px; line-height: 1.65; }

/* ---------- Contact + forms ---------- */
.contact-layout { display: grid; grid-template-columns: 380px 1fr; gap: 80px; align-items: start; }
.contact-list { margin: 0 0 28px; padding: 0; list-style: none; }
.contact-list li { padding-block: 22px; border-top: 1px solid var(--rule-light); }
.contact-list li:first-child { border-top: 0; padding-top: 0; }
.contact-list__v { color: var(--wordmark); font-size: 19px; }

.form-panel {
  padding: 44px;
  border: 1px solid var(--rule-light);
  border-radius: var(--r-panel);
  background: var(--white);
  box-shadow: var(--shadow);
}
.form-panel__title { font-size: 30px; color: var(--wordmark); margin-bottom: 30px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-bottom: 30px; }
.form-field { grid-column: 1 / -1; }
.form-field--half { grid-column: auto; }
.form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted-light);
}
.form-req { color: var(--gold-deep); }
.form-input {
  width: 100%;
  min-height: 54px;
  padding: 14px 20px;
  border: 1px solid var(--rule-light);
  border-radius: 14px;
  background: var(--cream);
  color: var(--ink);
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  transition: border-color 0.25s var(--ease), background-color 0.25s var(--ease);
}
.form-input::placeholder { color: var(--muted-light); }
.form-input:hover { border-color: var(--mid-green); }
.form-input:focus { background: var(--white); }
textarea.form-input { resize: vertical; }
select.form-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b3b22' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 18px;
  padding-right: 46px;
}
.form-foot { margin-top: 18px; color: var(--muted-light); font-size: 14px; }
.form-foot a { color: var(--gold-deep); }

/* ---------- Guide + prose ---------- */
.guide-layout { display: grid; grid-template-columns: 260px 1fr; gap: 80px; align-items: start; }
.guide-nav { position: sticky; top: 32px; }
.guide-nav ul { margin: 0; padding: 0; list-style: none; }
.guide-nav li + li { margin-top: 12px; }
.guide-nav a {
  color: var(--muted-light);
  font-size: 15px;
  text-decoration: none;
  transition: color 0.25s var(--ease);
}
.guide-nav a:hover { color: var(--mid-green); }

.prose { max-width: 760px; }
.prose--narrow { max-width: 760px; margin-inline: auto; }
.prose__sec { padding-block: 34px; border-top: 1px solid var(--rule-light); }
.prose__sec:first-of-type { border-top: 0; padding-top: 24px; }
.prose h2 { font-size: 32px; color: var(--wordmark); margin-bottom: 16px; }
.prose p { color: var(--muted-light); font-size: 17px; line-height: 1.75; }
.prose p + p { margin-top: 16px; }
.prose a { color: var(--gold-deep); }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin-inline: auto; }
.faq__group + .faq__group { margin-top: 56px; }
.faq__group-title { font-size: 32px; color: var(--wordmark); margin-bottom: 24px; }
.faq__item {
  border: 1px solid var(--rule-light);
  border-radius: var(--r-photo);
  background: var(--white);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 28px;
  cursor: pointer;
  list-style: none;
  color: var(--wordmark);
  font-size: 18px;
  font-weight: 500;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--mid-green); }
.faq__chev {
  flex: none;
  color: var(--gold);
  transform: rotate(90deg);
  transition: transform 0.25s var(--ease);
}
.faq__item[open] .faq__chev { transform: rotate(-90deg); }
.faq__a { padding: 0 28px 24px; }
.faq__a p { color: var(--muted-light); font-size: 16px; line-height: 1.7; }
.faq__a a { color: var(--gold-deep); }

@media (max-width: 1320px) {
  .split, .split--wide { grid-template-columns: 1fr; gap: 48px; }
  .guide-layout, .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .guide-nav { position: static; }
  .exp-row { grid-template-columns: 1fr; gap: 32px; }
  .dest-grid { grid-template-columns: repeat(2, 1fr); }
  .facts { grid-template-columns: repeat(3, 1fr); }
}

/* ---------- Alternating experience rows ---------- */
.exp-row--alt { grid-template-columns: 420px 1fr; }
.exp-row--alt .exp-row__intro { order: 2; }
.exp-row--alt .exp-row__list { order: 1; }

/* ---------- Destination tile awaiting photography ---------- */
.dest-tile--nophoto {
  --fallback: linear-gradient(150deg, #0d3624 0%, #10402a 50%, #09291c 100%);
  box-shadow: none;
  border: 1px dashed var(--rule-dark);
}
.dest-tile--nophoto:hover { border-color: var(--gold); }

@media (max-width: 1320px) {
  .exp-row--alt { grid-template-columns: 1fr; }
  .exp-row--alt .exp-row__intro { order: 1; }
  .exp-row--alt .exp-row__list { order: 2; }
}
/* The peak variant must out-rank .season-detail's white card background,
   otherwise the white heading lands on a white panel. */
.season-detail.season--peak {
  background: var(--wordmark);
  border-color: var(--wordmark);
}
.season-detail.season--peak .season__months { color: var(--gold-sunlit); }
.season-detail.season--peak .season__note { color: var(--muted-dark); }
/* ---------- Footer without the contact column ---------- */
.footer__top { grid-template-columns: 420px 1fr 1fr; }

/* ---------- Contact page: the form is the whole page now ---------- */
.form-panel--centred { max-width: 820px; margin-inline: auto; }
.form-panel__lede {
  margin: -18px 0 30px;
  color: var(--muted-light);
  font-size: 17px;
  line-height: 1.65;
}
/* =========================================================================
   HERO ENQUIRY BAR â€” restyled
   The native date input rendered as a raw "mm/dd/yyyy" and pulled the whole
   bar out of the type system, so "When" is a season select now. All three
   values share one weight and colour, the dividers are short centred rules
   rather than full-height lines, and each field is a hit target that
   responds on hover.
   ========================================================================= */
.searchbar {
  padding: 10px 10px 10px 12px;
  gap: 0;
  align-items: stretch;
  box-shadow: 0 18px 44px rgba(7, 38, 26, 0.18);
}

.searchbar .field {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 18px;
  transition: background-color 0.25s var(--ease);
}
.searchbar .field + .field { border-left: 0; }

/* short centred hairline between fields, instead of a full-height border */
.searchbar .field + .field::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: var(--rule-light);
}
.searchbar .field:hover { background: var(--cream); }
.searchbar .field:hover + .field::before,
.searchbar .field:hover::before { background: transparent; }

.searchbar .field__label {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--muted-light);
  margin-bottom: 7px;
}

.searchbar .field__input {
  font-size: 17px;
  font-weight: 500;
  color: var(--wordmark);
  line-height: 1.3;
}
.searchbar select.field__input {
  background-position: right center;
  background-size: 16px;
  padding-right: 26px;
}

.searchbar__go {
  flex: none;
  align-self: center;
  height: 58px;
  padding-inline: 32px;
  margin-left: 8px;
}

/* Honeypot: off-screen, never focusable, never announced. */
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* ---------- Optical alignment of the logo ----------
   The pin is a circle. A round mark whose extreme touches the same x as the
   flat-stemmed text below it reads as indented, even though it measures
   flush. Pull it back a few pixels so it looks aligned rather than measures
   aligned. Scaled to the mark: the pin is ~39px wide in the nav, ~47px in
   the footer. */
.logo { margin-left: -3px; }
.logo--lg { margin-left: -4px; }
/* =========================================================================
   MOTION
   Slow and quiet, to match the brand. Every rule that hides something is
   scoped to `.js`, which only exists once the inline bootstrap in <head>
   has run â€” so with JavaScript off, nothing is ever hidden.
   ========================================================================= */

:root {
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --reveal-delay: 0ms;
}

html { scroll-behavior: smooth; scroll-padding-top: 108px; }

/* ---------- Page loader ---------------------------------------------------
   First visit only. sessionStorage marks the visit, so moving between pages
   gets the view transition instead â€” a curtain on every click reads as a
   slow site, not a premium one. */

.loader { display: none; }

.js .loader {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--cream);
  transition: opacity 0.55s var(--ease), visibility 0.55s;
}
.js:not(.loaded) body { overflow: hidden; }

.js.loaded .loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader__mark {
  width: 196px;
  height: auto;
  animation: loaderMark 0.9s var(--ease-out) both;
}
.loader__bar {
  position: relative;
  width: 132px;
  height: 2px;
  margin-top: 28px;
  overflow: hidden;
  background: var(--rule-light);
  border-radius: 2px;
}
.loader__bar span {
  position: absolute;
  inset: 0;
  display: block;
  background: var(--gold);
  transform-origin: left center;
  animation: loaderBar 1.5s var(--ease) infinite;
}

@keyframes loaderMark {
  from { opacity: 0; transform: translateY(10px) scale(0.985); }
  to   { opacity: 1; transform: none; }
}
@keyframes loaderBar {
  0%   { transform: scaleX(0);   opacity: 1; }
  55%  { transform: scaleX(1);   opacity: 1; }
  100% { transform: scaleX(1);   opacity: 0; transform-origin: right center; }
}

/* The chrome settles in once the curtain lifts */
.js.loaded .nav,
.js.loaded .footer { animation: chromeIn 0.6s var(--ease) both; }
@keyframes chromeIn { from { opacity: 0; } to { opacity: 1; } }

/* ---------- Scroll reveal ---------- */

.js .reveal {
  opacity: 0;
  transform: translateY(16px);
  will-change: opacity, transform;
}
.js .reveal.is-in {
  opacity: 1;
  transform: none;
  transition: opacity 0.75s var(--ease-out) var(--reveal-delay),
              transform 0.75s var(--ease-out) var(--reveal-delay);
  will-change: auto;
}

/* Photo panels rise a touch further, so the images feel weightier */
.js .dest-item.reveal,
.js .tour.reveal,
.js .season-detail.reveal { transform: translateY(22px); }
.js .dest-item.is-in,
.js .tour.is-in,
.js .season-detail.is-in { transform: none; }

/* ---------- Cross-page transitions ----------
   Chromium honours this for ordinary navigations; everywhere else it is
   simply ignored and pages load as before. */

@view-transition { navigation: auto; }

::view-transition-old(root) {
  animation: vtOut 0.26s var(--ease) both;
}
::view-transition-new(root) {
  animation: vtIn 0.45s var(--ease-out) both;
}
@keyframes vtOut { to { opacity: 0; } }
@keyframes vtIn  { from { opacity: 0; transform: translateY(8px); } }

/* ---------- Sticky nav ---------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  transition: box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}
.nav.is-scrolled {
  box-shadow: 0 10px 30px rgba(7, 38, 26, 0.07);
  border-bottom-color: transparent;
}

/* ---------- Nav link underline ---------- */

.nav__link { position: relative; }
.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1.5px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.35s var(--ease-out);
}
.nav__link:hover::after,
.nav__link[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left center;
}

/* ---------- Disclosure ---------- */

.faq__item[open] .faq__a { animation: faqIn 0.4s var(--ease-out) both; }
@keyframes faqIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: none; }
}

/* ---------- Micro-polish ---------- */

.btn:active { transform: translateY(0); }
.arrow-btn:active { transform: translateX(0); }

.chip,
.dest-tile,
.tour,
.tile,
.season,
.season-detail { will-change: auto; }

/* Photo panels lift their image very slightly on hover */
.dest-tile,
.tour__media { transition: transform 0.6s var(--ease-out), box-shadow 0.3s var(--ease); }

/* ---------- Reduced motion ----------
   Skip the curtain entirely, show everything, animate nothing. */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .js .loader { display: none; }
  .js:not(.loaded) body { overflow: visible; }

  .js .reveal,
  .js .reveal.is-in {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .js.loaded .nav,
  .js.loaded .footer,
  .loader__mark,
  .loader__bar span,
  .faq__item[open] .faq__a { animation: none !important; }

  @view-transition { navigation: none; }
}
