/* ============================================
   Palmer Studio — Styles
   ============================================ */

/* --- Reduced motion: disable animations + transitions for users who request less motion --- */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* --- Skip-to-content link: hidden until keyboard-focused --- */
.skip-to-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: var(--color-cream);
  color: var(--color-green);
  padding: 12px 20px;
  font-family: 'Optima', var(--font-body);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0 0 8px 0;
  transform: translateY(-100%);
  transition: transform 0.2s ease;
}
.skip-to-content:focus {
  transform: translateY(0);
  outline: none;
}

/* --- Keyboard focus rings — visible only when navigating by keyboard --- */
:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
  border-radius: 4px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.nav-cta:focus-visible,
.who-cta:focus-visible,
.mobile-menu-cta:focus-visible,
.final-cta-button:focus-visible {
  outline-color: currentColor;
  outline-offset: 4px;
}
:focus:not(:focus-visible) {
  outline: none;
}

/* --- Font Faces (WOFF2) --- */
@font-face {
  font-family: 'Pavon';
  src: url('../assets/fonts/Pavon/Pavon-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pavon';
  src: url('../assets/fonts/Pavon/Pavon-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pavon';
  src: url('../assets/fonts/Pavon/Pavon-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pavon';
  src: url('../assets/fonts/Pavon/Pavon-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pavon';
  src: url('../assets/fonts/Pavon/Pavon-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pavon';
  src: url('../assets/fonts/Pavon/Pavon-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Optima';
  src: url('../assets/fonts/Optima/Optima-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../assets/fonts/Optima/Optima-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../assets/fonts/Optima/Optima-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../assets/fonts/Proxima Nova/ProximaNova-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../assets/fonts/Proxima Nova/ProximaNova-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../assets/fonts/Proxima Nova/ProximaNova-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../assets/fonts/Proxima Nova/ProximaNova-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../assets/fonts/Proxima Nova/ProximaNova-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* --- CSS Variables --- */
:root {
  /* Colors — match deployed values */
  --color-cream: #FFEACF;
  --color-cream-warm: #FFF5E2;
  --color-dark: #1A1A1A;
  --color-green: #294023;
  --color-green-deep: #172722;
  --color-burgundy: #5F0008;
  --color-orange: #C25530;
  --color-sky: #7F9CB7;

  /* Typography */
  --font-display: 'Pavon', 'Georgia', serif;
  --font-body: 'Optima', 'Helvetica Neue', sans-serif;
  --font-ui: 'Proxima Nova', 'Helvetica Neue', sans-serif;
}

/* --- Reset --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  color: var(--color-cream);
  background-color: var(--color-dark);
  overflow-x: clip;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

/* <picture> is just a WebP-fallback wrapper — make it transparent to layout
   so grid/flex placement on the inner <img> behaves like a direct child. */
picture {
  display: contents;
}

/* ============================================
   Hero Section
   ============================================ */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Video Background */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Dark overlay on video */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  pointer-events: none;
}

/* Green wash that grows up from bottom */
.hero-wash {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(to top, #294023 0%, rgba(41, 64, 35, 0.6) 50%, transparent 100%);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Blue variant for the Why Palmer Studio hero */
.wps-hero .hero-wash {
  background: linear-gradient(to top, #7F9CB7 0%, rgba(127, 156, 183, 0.6) 50%, transparent 100%);
}

/* ============================================
   Navigation
   ============================================ */
.nav {
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1117px;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 59px;
  padding: 0 9.5px 0 30px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 234, 207, 0.15);
  border-radius: 100px;
}

.nav-logo img {
  height: 10px;
  width: auto;
  opacity: 0.5;
}

.nav-links {
  display: flex;
  gap: 32px;
}

.nav-links a {
  font-family: 'Optima', var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: var(--color-cream);
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.nav-links a:hover {
  opacity: 0.6;
}

.nav-links a.active {
  opacity: 1;
}

/* Solid cream CTA button */
.nav-cta {
  font-family: 'Optima', var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  color: #294023;
  width: 154px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  border-radius: 200px;
  background: var(--color-cream);
  transition: background 0.3s ease, color 0.3s ease;
}

.nav-cta:hover {
  background: #FFF5E2;
}

/* Burger menu button — hidden on desktop */
.nav-burger {
  display: none;
  background: transparent;
  border: none;
  padding: 0;
  width: 22px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.nav-burger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--color-cream);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Mobile menu overlay */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: #294023;
  z-index: 100;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding:
    max(96px, env(safe-area-inset-top, 32px) + 64px)
    24px
    max(180px, env(safe-area-inset-bottom, 32px) + 160px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.mobile-menu.open {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu-close {
  position: absolute;
  top: max(24px, env(safe-area-inset-top, 24px));
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 234, 207, 0.12);
  border: 1px solid rgba(255, 234, 207, 0.3);
  color: var(--color-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.mobile-menu-close svg {
  width: 20px;
  height: 20px;
}

.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.mobile-menu-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.mobile-menu-links a {
  font-family: 'Pavon', var(--font-display);
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.2px;
  color: var(--color-cream);
  text-decoration: none;
  padding: 8px 16px;
  display: inline-block;
}

.mobile-menu-links a.active {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1.5px;
}

.mobile-menu-instagram {
  position: absolute;
  bottom: max(96px, calc(env(safe-area-inset-bottom, 32px) + 80px));
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  margin-top: 0;
}

.mobile-menu-instagram img {
  width: 24px;
  height: 24px;
  opacity: 0.7;
}

.mobile-menu-cta {
  margin-top: 0;
  width: 154px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-cream);
  color: #294023;
  text-decoration: none;
  font-family: 'Optima', var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  border-radius: 200px;
  transition: background 0.3s ease;
}

.mobile-menu-cta:hover {
  background: #FFF5E2;
}

.mobile-menu-mark {
  position: absolute;
  bottom: max(32px, env(safe-area-inset-bottom, 32px));
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: auto;
  opacity: 0.5;
}

/* Staggered reveal of menu links when overlay opens */
.mobile-menu-links a,
.mobile-menu-cta {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.4s ease;
}

.mobile-menu-instagram {
  /* preserves the translateX(-50%) centering while reusing the same fade-up entrance */
  opacity: 0;
  transform: translate(-50%, 8px);
  transition: opacity 0.3s ease, transform 0.4s ease;
}

.mobile-menu.open .mobile-menu-links a,
.mobile-menu.open .mobile-menu-cta {
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu.open .mobile-menu-instagram {
  opacity: 0.7;
  transform: translate(-50%, 0);
}

.mobile-menu.open .mobile-menu-links li:nth-child(1) a { transition-delay: 0.05s; }
.mobile-menu.open .mobile-menu-links li:nth-child(2) a { transition-delay: 0.10s; }
.mobile-menu.open .mobile-menu-links li:nth-child(3) a { transition-delay: 0.15s; }
.mobile-menu.open .mobile-menu-links li:nth-child(4) a { transition-delay: 0.20s; }
.mobile-menu.open .mobile-menu-links li:nth-child(5) a { transition-delay: 0.25s; }
.mobile-menu.open .mobile-menu-cta { transition-delay: 0.32s; }
.mobile-menu.open .mobile-menu-instagram { transition-delay: 0.40s; }

@media (prefers-reduced-motion: reduce) {
  .mobile-menu-links a,
  .mobile-menu-cta,
  .mobile-menu-instagram {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

body.menu-open {
  overflow: hidden;
}

/* Mobile-only hero CTA — hidden on desktop */
.hero-cta-mobile {
  display: none;
}

/* ============================================
   Hero Content
   ============================================ */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
}

.hero-heading {
  font-family: 'Pavon', var(--font-display);
  font-weight: 400;
  font-size: clamp(48px, 13vw, 162px);
  line-height: 0.62;
  letter-spacing: -0.02em;
  color: var(--color-cream);
}

/* ============================================
   Hero Entrance Animation
   ============================================ */

/* Dark curtain that covers the hero on load */
.hero-curtain {
  position: absolute;
  inset: 0;
  background: #000;
  z-index: 20;
  opacity: 1;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.hero-entered .hero-curtain {
  opacity: 0;
}

/* Content stays hidden until curtain lifts */
.hero-entrance .hero-heading,
.hero-entrance .wps-hero-heading,
.hero-entrance .wps-hero-eyebrow,
.hero-entrance .lt-hero-heading,
.hero-entrance .lt-hero-eyebrow,
.hero-entrance .lt-hero-body {
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.25, 0.1, 0.25, 1) 0.15s;
}

.hero-entrance .nav {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s;
}

.hero-entrance .hero-cta-mobile {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s;
}

.hero-entered .hero-heading,
.hero-entered .wps-hero-heading,
.hero-entered .wps-hero-eyebrow,
.hero-entered .lt-hero-heading,
.hero-entered .lt-hero-eyebrow,
.hero-entered .lt-hero-body {
  opacity: 1;
}

.hero-entered .nav {
  opacity: 1;
}

.hero-entered .hero-cta-mobile {
  opacity: 1;
}



/* ============================================
   Partner Logos Carousel
   ============================================ */
.partners {
  background: #294023;
  padding: clamp(24px, 2.8vw, 36px) 0 clamp(32px, 3.6vw, 48px);
  overflow: hidden;
  border-bottom: none;
  position: relative;
}

.partners::after {
  display: none;
}

.partners-track {
  display: flex;
  align-items: center;
  gap: clamp(30px, 4.3vw, 60px);
  width: max-content;
  animation: scroll-logos 80s linear infinite;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.partners-track img {
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.85;
}

/* ── Per-logo optical sizing ──
   Heights tuned per-logo for visual balance. */

/* Very wide */
.partners-track img[alt="Hilton For Luxury"]              { height: 38px; }
.partners-track img[alt="FanClub"]                        { height: 40px; }
.partners-track img[alt="IHG"]                            { height: 52px; }

/* Wide */
.partners-track img[alt="Aman"]                           { height: 34px; }
.partners-track img[alt="Rosewood"]                       { height: 34px; }
.partners-track img[alt="St. Regis"]                      { height: 42px; }
.partners-track img[alt="Couture by Langham"]             { height: 42px; }
.partners-track img[alt="Hyatt Privé"]                    { height: 34px; }

/* Medium-wide */
.partners-track img[alt="Accor Preferred"]                { height: 42px; }
.partners-track img[alt="Shangri-La Circle"]              { height: 58px; }
.partners-track img[alt="Belmond"]                        { height: 42px; }
.partners-track img[alt="Abercrombie & Kent 100 Club"]    { height: 38px; }
.partners-track img[alt="Marriott Luminous"]              { height: 62px; }

/* Medium */
.partners-track img[alt="Four Seasons"]                   { height: 52px; }
.partners-track img[alt="Dorchester Collection"]          { height: 52px; }
.partners-track img[alt="Design Hotels Collective"]       { height: 68px; }
.partners-track img[alt="Jumeirah"]                       { height: 68px; }
.partners-track img[alt="One & Only"]                     { height: 68px; }

/* Near-square */
.partners-track img[alt="Oetker Collection"]              { height: 52px; }
.partners-track img[alt="Small Luxury Hotels"]            { height: 55px; }

/* Square */
.partners-track img[alt="Leading Hotels of the World"]    { height: 78px; }
.partners-track img[alt="Preferred Hotels"]               { height: 78px; }
.partners-track img[alt="Relais & Châteaux"]              { height: 55px; }
.partners-track img[alt="Rocco Forte Knights"]            { height: 68px; }
.partners-track img[alt="The Langham"]                    { height: 68px; }
.partners-track img[alt="The Luxury Circle"]              { height: 68px; }
.partners-track img[alt="The Peninsula"]                  { height: 78px; }

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ============================================
   Scroll Float Effects
   ============================================ */
.brand-text,
.brand-icon,
.who-heading,
.who-block-text,
.who-img-tall,
.who-img-wide,
.who-img-lobby-corp,
.who-img-resort,
.who-block-images-right,
.who-block-right .who-block-images-left {
  will-change: transform, opacity;
}

/* ============================================
   Brand Statement
   ============================================ */
.brand-statement {
  background: #294023;
  padding: clamp(40px, 4vw, 80px) 0 0;
  position: relative;
}

.brand-statement-inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  min-height: clamp(450px, 38vw, 740px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-video-left {
  position: absolute;
  top: 0;
  left: clamp(20px, 3vw, 40px);
  width: 30vw;
  aspect-ratio: 105 / 59;
  overflow: hidden;
  border-radius: 10px;
  will-change: transform;
}

.brand-video-left video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.brand-video-right {
  position: absolute;
  top: clamp(280px, 23vw, 430px);
  right: clamp(20px, 3vw, 40px);
  width: 30vw;
  aspect-ratio: 105 / 59;
  overflow: hidden;
  border-radius: 10px;
  will-change: transform;
}

.brand-video-right video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.brand-text {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: clamp(400px, 55vw, 820px);
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

.brand-text p {
  font-family: 'Optima', var(--font-body);
  font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--color-cream);
  margin-bottom: clamp(24px, 3vw, 40px);
}

.brand-cta {
  font-family: 'Optima', var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  color: var(--color-cream);
  width: 154px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 234, 207, 0.6);
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: background 0.3s ease;
}

.brand-cta:hover {
  background: rgba(255, 255, 255, 0.15);
}

.brand-icon {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0;
}

.brand-icon img {
  height: 80px;
  width: auto;
  margin: 0 auto;
  opacity: 0.6;
}

/* ============================================
   Who We're For
   ============================================ */
.who-section {
  background: #C25530;
  padding: clamp(60px, 5.3vw, 100px) clamp(24px, 3vw, 40px) clamp(40px, 4.3vw, 80px);
  position: relative;
}

.who-inner {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.who-heading {
  font-family: 'Pavon', var(--font-display);
  font-weight: 400;
  font-size: clamp(80px, 9.4vw, 181px);
  line-height: 0.67;
  letter-spacing: -0.02em;
  color: var(--color-cream);
  margin-bottom: clamp(40px, 4.3vw, 80px);
}

/* Block layout */
.who-block {
  position: relative;
  margin-bottom: clamp(30px, 3.3vw, 60px);
  min-height: clamp(400px, 36.5vw, 700px);
}

.who-block-text {
  position: relative;
  z-index: 2;
  max-width: clamp(300px, 26vw, 500px);
}

.who-block-left .who-block-text {
  margin-left: calc(15% + clamp(20px, 2.6vw, 50px));
  margin-top: clamp(-160px, -13.5vw, -260px);
}

.who-block-right .who-block-text {
  text-align: right;
  margin-left: auto;
  margin-right: clamp(140px, 14vw, 270px);
  padding-top: 50px;
}

.who-block-title {
  font-family: 'Optima', var(--font-body);
  font-size: clamp(26px, 2.3vw, 40px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--color-cream);
  margin-bottom: clamp(10px, 0.8vw, 16px);
}

.who-block-body {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: clamp(16px, 1.05vw, 17px);
  font-weight: 300;
  line-height: 1.65;
  color: var(--color-cream);
  margin-bottom: clamp(24px, 2.3vw, 40px);
}

.who-cta {
  font-family: 'Optima', var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  color: var(--color-cream);
  width: 154px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 234, 207, 0.4);
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: background 0.3s ease;
}

.who-cta:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* Images */
.who-block-images-right {
  position: absolute;
  top: clamp(-90px, -6.3vw, -120px);
  right: clamp(140px, 14vw, 270px);
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 3vw, 20px);
  z-index: 1;
}

.who-img-tall {
  width: clamp(300px, 30vw, 580px);
  height: clamp(400px, 40vw, 780px);
  object-fit: cover;
  border-radius: 10px;
}

.who-img-wide {
  width: clamp(200px, 19.8vw, 380px);
  height: clamp(180px, 17.7vw, 340px);
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: clamp(-140px, -11.5vw, -220px);
  right: clamp(-20px, -2.3vw, -40px);
  z-index: 2;
}

.who-images-middle {
  display: flex;
  gap: clamp(20px, 2.3vw, 40px);
  justify-content: space-between;
  margin-bottom: clamp(30px, 3.3vw, 60px);
}

.who-img-lobby {
  width: clamp(260px, 26.6vw, 511px);
  height: clamp(180px, 18.4vw, 354px);
  object-fit: cover;
  border-radius: 10px;
}

.who-img-rice {
  width: clamp(260px, 26vw, 500px);
  height: clamp(180px, 18.3vw, 350px);
  object-fit: cover;
  border-radius: 10px;
  align-self: flex-end;
  background: #C25530;
  overflow: hidden;
}

.who-block-right .who-block-images-left {
  position: absolute;
  top: clamp(-30px, -3.3vw, -60px);
  left: clamp(140px, 14vw, 270px);
  z-index: 1;
}

.who-img-lobby-corp {
  width: clamp(300px, 30vw, 580px);
  height: clamp(400px, 40vw, 780px);
  object-fit: cover;
  border-radius: 10px;
}

.who-img-resort {
  width: clamp(200px, 19.8vw, 380px);
  height: clamp(180px, 17.7vw, 340px);
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: clamp(-80px, -8.3vw, -160px);
  left: clamp(-20px, -2.3vw, -40px);
  z-index: 2;
}

/* ============================================
   Featured Journeys
   ============================================ */
.journeys {
  background: #7F9CB7;
  height: 800vh;
  position: relative;
}

.journeys-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}

/* Heading */
.journeys-heading {
  position: absolute;
  z-index: 5;
  display: flex;
  gap: 20px;
}

.journeys-heading.split {
  gap: 0;
}

.journeys-heading.top-left {
  top: 130px;
  left: 60px;
  bottom: auto;
  right: auto;
  transform: none;
}

.journeys-word-left,
.journeys-word-right {
  font-family: 'Pavon', var(--font-display);
  font-size: 181px;
  font-weight: 400;
  color: #5F0008;
  transition: none;
  white-space: nowrap;
}

.journeys-heading.small {
  gap: 8px;
}

.journeys-heading.small .journeys-word-left,
.journeys-heading.small .journeys-word-right {
  font-family: 'Optima', var(--font-body);
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.5px;
}

/* Cards */
.journeys-cards {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  z-index: 3;
  transition: gap 0.1s linear;
}

.journey-card {
  width: 300px;
  height: 420px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  opacity: 0;
  transform: scale(0.8);
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.journey-card.visible {
  opacity: 1;
  transform: scale(1);
}

.journey-card.expanded {
  width: 500px;
  height: 600px;
}

.journey-card.stacked {
  position: absolute;
  width: 500px;
  height: 600px;
  left: 50%;
  transform: translateX(-50%);
}

.journey-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Itinerary */
.journeys-itinerary {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.journeys-itinerary.active {
  opacity: 1;
  pointer-events: auto;
}

.itinerary-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 120px 60px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.itinerary-slide.active {
  opacity: 1;
}

.itinerary-left {
  position: absolute;
  right: calc(50% + min(250px, 17.36vw) + 3vw);
  top: clamp(120px, 18vw, 280px);
  width: min(420px, calc(50% - min(250px, 17.36vw) - 3vw - 30px));
}

.itinerary-right {
  position: absolute;
  left: calc(50% + min(250px, 17.36vw) + 3vw);
  bottom: 15%;
  width: min(420px, calc(50% - min(250px, 17.36vw) - 3vw - 30px));
  text-align: left;
}

.itinerary-title {
  font-family: 'Pavon', var(--font-display);
  font-size: 150px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -3px;
  color: #5F0008;
  margin-bottom: 12px;
}

.itinerary-duration {
  font-family: 'Optima', var(--font-body);
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.64px;
  color: #5F0008;
  margin-bottom: 24px;
}

.itinerary-desc {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #172722;
}

.itinerary-hotel {
  font-family: 'Optima', var(--font-body);
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.64px;
  color: #5F0008;
  margin-bottom: 16px;
}

.itinerary-hotel-desc {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #172722;
  margin-bottom: 28px;
}

.itinerary-cta {
  font-family: 'Optima', var(--font-body);
  font-size: 15px;
  font-weight: 400;
  color: #5F0008;
  width: 154px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(95, 0, 8, 0.3);
  border-radius: 200px;
  background: rgba(95, 0, 8, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: background 0.3s ease;
}

.itinerary-cta:hover {
  background: rgba(95, 0, 8, 0.1);
}

.journeys-spacer {
  background: #7F9CB7;
  height: 60px;
}

/* ============================================
   Testimonials
   ============================================ */
.testimonials {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  height: 200vh;
}

.testimonials-scroll {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: transparent;
}


.testimonials-slide {
  position: absolute;
  inset: 0;
  display: flex;
  overflow: hidden;
  background: transparent;
  will-change: opacity;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease;
}

.testimonials-slide.active {
  opacity: 1;
  z-index: 2;
}

.testimonials-slide[data-bg="#5F0008"] { background: #5F0008; }
.testimonials-slide[data-bg="#294023"] { background: #294023; }
.testimonials-slide[data-bg="#7F9CB7"] { background: #7F9CB7; }

.testimonials-inner {
  display: flex;
  width: 100%;
  height: 100%;
}

.testimonials-left {
  flex: 1 1 50%;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: clamp(40px, 5vw, 100px) clamp(30px, 4vw, 80px);
  position: relative;
  z-index: 2;
}

.testimonials-content {
  position: relative;
  width: 100%;
  max-width: 550px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  text-align: left;
}

.testimonials-heading {
  font-family: 'Optima', var(--font-body);
  font-weight: 400;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #FFEACF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(50% + clamp(24px, 3vw, 40px));
  margin-bottom: 0;
}

.testimonials-quote {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.testimonials-quote p {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: clamp(16px, 1.05vw, 17px);
  font-weight: 300;
  line-height: 1.65;
  color: var(--color-cream);
  opacity: 0.8;
  margin-bottom: 24px;
}

.testimonials-quote cite {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: clamp(12px, 0.75vw, 14px);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: var(--color-cream);
  opacity: 0.6;
}

.testimonials-right {
  flex: 1 1 50%;
  width: 50%;
  position: relative;
  overflow: hidden;
  padding: 0;
  line-height: 0;
}

.testimonials-right::after {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
  z-index: 1;
}

.testimonials-slide[data-bg="#294023"] .testimonials-right::after {
  background: transparent;
}

.testimonials-slide[data-bg="#7F9CB7"] .testimonials-right::after {
  background: transparent;
}

.testimonials-slide[data-bg="#7F9CB7"] .testimonials-content {
  text-shadow: none;
}

/* Per-slide left-panel background tint, replacing former inline styles */
.testimonials-slide[data-bg="#5F0008"] .testimonials-left { background: #5F0008; }
.testimonials-slide[data-bg="#294023"] .testimonials-left { background: #294023; }
.testimonials-slide[data-bg="#7F9CB7"] .testimonials-left { background: #7F9CB7; }

/* Blue/cream slide uses burgundy copy for contrast */
.testimonials-slide[data-bg="#7F9CB7"] .testimonials-heading,
.testimonials-slide[data-bg="#7F9CB7"] .testimonials-quote p,
.testimonials-slide[data-bg="#7F9CB7"] .testimonials-quote cite {
  color: #5F0008;
}


.testimonials-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonials-logo {
  position: absolute;
  top: clamp(100px, 10vw, 160px);
  right: clamp(20px, 3vw, 60px);
  width: clamp(180px, 23vw, 300px);
  height: auto;
  opacity: 0.9;
  z-index: 2;
}

/* ============================================
   Final CTA
   ============================================ */
.final-cta {
  background: #294023;
  padding: clamp(140px, 15vw, 220px) clamp(24px, 4vw, 60px) clamp(70px, 8.5vw, 120px);
  position: relative;
  z-index: 1;
}

.final-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.final-cta-media {
  position: relative;
  margin-bottom: -25px;
  overflow: hidden;
  border-radius: 4px;
}

.final-cta-media video {
  width: 100%;
  height: clamp(280px, 34vw, 480px);
  object-fit: cover;
  display: block;
  border: none;
  outline: none;
  background: transparent;
  transform: scale(1.4);
}

.final-cta-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(56px, 6vw, 80px);
  height: clamp(56px, 6vw, 80px);
}

.final-cta-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.final-cta-text {
  font-family: 'Optima', var(--font-body);
  color: var(--color-cream);
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: clamp(24px, 3vw, 40px);
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.final-cta-text .line-mask {
  display: block;
  overflow: hidden;
}

.final-cta-text .line {
  display: block;
  transform: translateY(110%);
  transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.final-cta-text .mobile-br {
  display: none;
}

.final-cta-text.revealed .line-mask:nth-child(1) .line {
  transform: translateY(0);
}

.final-cta-text.revealed .line-mask:nth-child(2) .line {
  transform: translateY(0);
  transition-delay: 0.15s;
}

.final-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 40px;
  line-height: 36px;
  border: 1px solid rgba(255, 234, 207, 0.6);
  border-radius: 200px;
  background: rgba(255, 234, 207, 0.08);
  color: var(--color-cream);
  text-decoration: none;
  font-family: 'Optima', var(--font-body);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: background 0.2s ease;
}

.final-cta-button:hover {
  background: rgba(255, 234, 207, 0.18);
}

/* ============================================
   Footer
   ============================================ */
.footer {
  background: #294023;
  color: var(--color-cream);
  padding: 60px 60px 30px;
  position: relative;
  z-index: 1;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr auto;
  gap: 60px;
  padding: 60px 50px;
  border-top: 2px solid rgba(255, 234, 207, 0.25);
  border-bottom: 2px solid rgba(255, 234, 207, 0.25);
}

.footer-brand {
  border-right: 2px solid rgba(255, 234, 207, 0.25);
  padding-right: 60px;
}

.footer-logo {
  width: 260px;
  display: block;
  margin-bottom: 40px;
}

.footer-virtuoso {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.footer-virtuoso img {
  width: 110px;
  flex-shrink: 0;
}

.footer-virtuoso p {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: 13px;
  line-height: 20px;
  opacity: 0.8;
  margin: 0;
}

.footer h4 {
  font-family: 'Optima', var(--font-body);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin: 0 0 24px;
}

.footer-sitemap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-sitemap li {
  margin-bottom: 12px;
}

.footer-sitemap a {
  color: var(--color-cream);
  text-decoration: none;
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: 14px;
  opacity: 0.9;
}

.footer-sitemap a.active {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-newsletter p {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: 13px;
  margin: 0 0 14px;
  opacity: 0.9;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 320px;
}

.newsletter-form input {
  padding: 10px 16px;
  border: 1px solid rgba(255, 234, 207, 0.3);
  background: transparent;
  color: var(--color-cream);
  border-radius: 4px;
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: 13px;
  outline: none;
}

.newsletter-form input::placeholder {
  color: rgba(255, 234, 207, 0.5);
}

.newsletter-form button {
  padding: 10px 16px;
  border: 1px solid rgba(255, 234, 207, 0.6);
  background: rgba(255, 234, 207, 0.08);
  color: var(--color-cream);
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: 13px;
  letter-spacing: 0.05em;
  transition: background 0.2s ease;
}

.newsletter-form button:hover {
  background: rgba(255, 234, 207, 0.18);
}

.newsletter-msg {
  font-family: 'Optima', var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0 0;
}
.newsletter-msg-success {
  color: #FFEACF;
  font-style: italic;
}
.newsletter-msg-error {
  color: #FFB4A1;
}

.footer-social {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.footer-social img {
  width: 22px;
  height: 22px;
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: 13px;
  opacity: 0.65;
  padding-top: 30px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: var(--color-cream);
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

/* ============================================
   Responsive
   ============================================ */

/* Tablet landscape */
@media (max-width: 1200px) {
  .nav {
    max-width: calc(100% - 48px);
    top: 24px;
  }

  .nav-links {
    gap: 20px;
  }

}

/* Tablet portrait */
@media (max-width: 1024px) {
  .nav {
    max-width: calc(100% - 40px);
    height: 52px;
    padding: 0 8px 0 24px;
  }

  .nav-cta {
    height: 40px;
    width: 154px;
    font-size: 15px;
  }

  .nav-links {
    gap: 16px;
  }


}

/* Tablet landscape — Who We're For image overlaps tighten */
@media (max-width: 1200px) {
  .who-img-wide {
    width: clamp(180px, 18vw, 320px);
    right: clamp(-12px, -1.3vw, -20px);
  }

  .who-img-resort {
    width: clamp(180px, 18vw, 320px);
    left: clamp(-12px, -1.3vw, -20px);
  }

  .who-block-right .who-block-text {
    margin-right: clamp(80px, 10vw, 200px);
  }

  .who-block-images-right {
    right: clamp(80px, 10vw, 200px);
  }

  .who-block-right .who-block-images-left {
    left: clamp(80px, 10vw, 200px);
  }

  .brand-video-left,
  .brand-video-right {
    width: 33vw;
  }

  .brand-text {
    max-width: 50vw;
  }

  .footer-inner {
    gap: 40px;
    padding: 50px 40px;
  }

  .footer-logo {
    width: clamp(200px, 20vw, 260px);
  }

  .footer-brand {
    padding-right: 40px;
  }
}

/* Tablet portrait — Who We're For breaks out of its overlapping layout */
@media (max-width: 1024px) {
  .who-block {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .who-block-left .who-block-text,
  .who-block-right .who-block-text {
    margin: 0;
    padding: 0;
    max-width: 600px;
    text-align: left;
  }

  .who-block-images-right,
  .who-block-right .who-block-images-left {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
  }

  .who-img-wide,
  .who-img-resort {
    position: relative;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: clamp(200px, 28vw, 320px);
    height: clamp(180px, 23vw, 280px);
  }

  .who-images-middle {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .final-cta-media video {
    height: clamp(240px, 43vw, 400px);
  }
}

/* Tablet — brand statement keeps layout but scales down */
@media (max-width: 900px) {
  .brand-video-left,
  .brand-video-right {
    width: 35vw;
  }

  .brand-text {
    max-width: 60vw;
  }
}

/* Mobile — brand statement stacks */
@media (max-width: 768px) {
  .brand-statement {
    padding: 40px 16px 20px;
  }

  .partners::after {
    left: 16px;
    right: 16px;
  }

  .brand-statement-inner {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .brand-video-left,
  .brand-video-right {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 85% !important;
    transform: none !important;
  }

  .brand-video-left {
    align-self: flex-start;
  }

  .brand-video-right {
    align-self: flex-end;
    margin-top: 30px;
  }

  .brand-text {
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    order: 1;
  }

  .brand-video-left {
    order: 0;
  }

  .brand-video-right {
    order: 2;
  }

  .brand-text p {
    font-size: 24px;
    line-height: 1.3;
  }

  .brand-icon {
    padding-top: 20px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .nav {
    max-width: calc(100% - 32px);
    top: 16px;
    height: 48px;
    padding: 0 20px;
  }

  .nav-links {
    display: none;
  }

  .nav-burger {
    display: flex;
  }

  .nav-cta {
    display: none;
  }

  .hero-cta-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    width: 154px;
    height: 40px;
    line-height: 36px;
    background: var(--color-cream);
    color: #294023;
    text-decoration: none;
    font-family: 'Optima', var(--font-body);
    font-size: 15px;
    font-weight: 400;
    border-radius: 200px;
    z-index: 3;
    transition: background 0.3s ease, color 0.3s ease;
    white-space: nowrap;
  }

  .hero-cta-mobile:hover {
    background: #FFF5E2;
  }


  .who-section {
    padding: 60px 24px 40px;
  }

  .who-heading {
    font-size: clamp(56px, 14vw, 108px);
    line-height: 1;
    margin-bottom: 40px;
    white-space: nowrap;
  }

  .who-heading br {
    display: none;
  }

  .who-block {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 60px;
  }

  /* Luxury Travelers — main image (left) + overlay image (top-right), text below */
  .who-block-left .who-block-images-right {
    order: 0;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 70%;
    margin: -30px 0 0 0;
    align-self: flex-start;
  }

  .who-block-left .who-img-tall {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  .who-block-left .who-img-wide {
    order: 1;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 45% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    align-self: flex-end;
    margin-top: -75%;
    z-index: 2;
  }

  .who-block-left .who-block-text {
    order: 2;
    margin: 180px 0 0 0;
    padding: 0;
    max-width: 100%;
  }

  .who-block-left .who-cta {
    margin-bottom: 30px;
  }

  /* Elevated Corporate Experiences — mountain (left) + waiter overlay (top-right), text below */
  .who-block-right {
    position: relative;
  }

  .who-block-right .who-img-resort {
    order: 0;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 70% !important;
    height: auto !important;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    margin: -30px 0 0 0;
    align-self: flex-start;
    z-index: 1;
  }

  .who-block-right .who-block-images-left {
    order: 1;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 55%;
    margin-top: -55%;
    margin-right: -8px;
    align-self: flex-end;
    z-index: 3;
  }

  .who-block-right .who-img-lobby-corp {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .who-block-right .who-block-text {
    order: 2;
    text-align: left;
    margin: 180px 0 0 0;
    padding: 0;
    max-width: 100%;
  }

  .who-images-middle {
    flex-direction: column;
  }

  .who-img-lobby,
  .who-img-rice {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    height: auto !important;
  }

  .who-block-title {
    font-size: 30px;
    line-height: 36px;
  }

  .who-block-body {
    font-size: 16px;
    line-height: 26px;
  }

  /* Testimonials — image stacked above text, auto crossfade between slides */
  .testimonials {
    height: auto;
  }

  .testimonials-scroll {
    position: relative;
    height: 85vh;
    min-height: 640px;
    overflow: hidden;
  }

  .testimonials-scroll::before,
  .testimonials-scroll::after {
    display: none;
  }

  .testimonials-slide {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    transform: none !important;
  }

  .testimonials-inner {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .testimonials-right {
    flex: 0 0 45%;
    width: 100% !important;
    height: 45% !important;
    margin: 0;
    order: 0;
  }

  .testimonials-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Mobile focal points — keep the baked-in Palmer Studio logos in frame */
  .testimonials-slide[data-bg="#5F0008"] .testimonials-image {
    object-position: center 25%;
  }

  .testimonials-slide[data-bg="#7F9CB7"] .testimonials-image {
    object-position: center 75%;
  }

  .testimonials-left {
    flex: 1 1 55% !important;
    width: 100% !important;
    height: 55% !important;
    transform: none !important;
    box-shadow: none;
    margin: 0;
    padding: 40px 24px;
    order: 1;
    align-items: center;
  }

  .testimonials-heading,
  .testimonials-quote {
    position: static;
    inset: auto;
  }

  .testimonials-heading {
    margin-bottom: clamp(24px, 3vw, 40px);
  }

  /* Hero — tighter padding at bottom */
  .hero-content {
    padding: 0 20px 80px;
  }

  .hero-heading {
    font-size: 90px;
  }

  /* Final CTA — tighter layout */
  .final-cta-text {
    padding: 0 8px;
  }

  /* Footer — single column stack */
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 24px;
  }

  .footer-brand {
    border-right: none;
    border-bottom: 1px solid rgba(255, 234, 207, 0.25);
    padding-right: 0;
    padding-bottom: 32px;
  }

  .footer-logo {
    width: 160px;
    margin-bottom: 24px;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    padding-top: 20px;
  }

  .footer {
    padding: 40px 0 30px;
  }

  /* Featured Journeys — simplify on mobile, avoid cramped card animation */
  .journeys {
    height: auto;
    min-height: auto;
  }

  .journeys-sticky {
    position: relative;
    height: auto;
    padding: 60px 24px 80px;
    display: flex;
    flex-direction: column;
  }

  .journeys-heading {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    justify-content: center;
    margin-bottom: 40px;
    transform: none !important;
    order: 0;
  }

  .journeys-word-left,
  .journeys-word-right {
    font-size: clamp(56px, 14vw, 96px);
    opacity: 1 !important;
    transform: none !important;
  }

  /* Flatten wrapper containers so cards and itineraries can interleave */
  .journeys-cards,
  .journeys-itinerary {
    display: contents;
  }

  /* Pair each card with its matching itinerary */
  .journey-card[data-index="0"] { order: 1; }
  .itinerary-slide[data-slide="0"] { order: 2; }
  .journey-card[data-index="1"] { order: 3; }
  .itinerary-slide[data-slide="1"] { order: 4; }
  .journey-card[data-index="2"] { order: 5; }
  .itinerary-slide[data-slide="2"] { order: 6; }

  .journey-card {
    position: sticky !important;
    top: 80px !important;
    width: min(92vw, 440px) !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 3/4;
    opacity: 1 !important;
    left: auto !important;
    align-self: center;
    margin: 0 auto !important;
    transform-origin: center bottom;
    will-change: transform;
    z-index: 2;
  }

  .itinerary-slide {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    text-align: center;
    padding: 24px 24px 80px !important;
    opacity: 1 !important;
    margin: 0 !important;
    z-index: 1;
  }

  .itinerary-left,
  .itinerary-right {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    width: 100%;
    text-align: center !important;
    margin-bottom: 16px;
  }

  .itinerary-title {
    font-size: clamp(60px, 16vw, 96px);
    line-height: 0.9;
    margin-bottom: 10px;
    text-align: center;
  }

  .itinerary-duration,
  .itinerary-hotel {
    font-size: 26px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.01em !important;
    margin-bottom: 12px;
    text-align: center !important;
  }

  .itinerary-desc,
  .itinerary-hotel-desc {
    text-align: center !important;
  }

  .itinerary-cta {
    margin: 8px auto 0 !important;
  }

  .journeys-spacer {
    height: 30px;
  }

  /* Footer — centered, larger text */
  .footer {
    padding: 40px 0 30px;
  }

  .footer-inner {
    text-align: center;
  }

  .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo {
    margin: 0 auto 24px;
    width: 220px;
  }

  .footer-virtuoso {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .footer-virtuoso img {
    width: 90px;
    order: 2;
  }

  .footer-virtuoso p {
    font-size: 13px;
    line-height: 20px;
    max-width: 320px;
    order: 1;
  }

  .footer-brand {
    align-items: center;
  }

  .footer-sitemap ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-sitemap a {
    font-size: 15px;
  }

  .footer-newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-newsletter p {
    font-size: 14px;
  }

  .newsletter-form {
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-bottom {
    text-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 1.6;
  }
}

/* Very small mobile */
@media (max-width: 480px) {
  .hero-content {
    padding: 0 16px 60px;
  }

  .partners-track {
    gap: 24px;
    animation-duration: 40s;
  }

  .brand-statement {
    padding: 32px 16px 16px;
  }

  .brand-text p {
    font-size: 22px;
    line-height: 1.35;
  }

  .who-section {
    padding: 48px 16px 32px;
  }

  .who-heading {
    font-size: clamp(48px, 14vw, 72px);
    line-height: 1;
  }

  .final-cta {
    padding: 48px 16px 60px;
  }

  .final-cta-media video {
    height: 240px;
  }

  .final-cta-text {
    font-size: 22px;
  }

  .final-cta-text .mobile-br {
    display: inline;
  }

  .footer-inner {
    padding: 24px 16px;
  }

  .footer h4 {
    font-size: 20px;
  }

  .newsletter-form {
    max-width: 100%;
  }

  .itinerary-title {
    font-size: clamp(44px, 14vw, 72px);
  }

  .journeys-sticky {
    padding: 40px 16px 60px;
  }
}

/* ============================================
   Why Palmer Studio page
   ============================================ */

/* Shared typographic utilities */
.wps-eyebrow {
  font-family: 'Optima', var(--font-body);
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--color-burgundy);
  margin-bottom: clamp(10px, 0.9vw, 16px);
}

.wps-display {
  font-family: 'Pavon', var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(48px, 6.2vw, 108px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--color-burgundy);
  margin: 0 0 clamp(22px, 2vw, 36px);
}

.wps-display-small {
  font-family: 'Pavon', var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(30px, 2.6vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--color-burgundy);
  margin: 0 0 clamp(18px, 1.5vw, 28px);
}

.wps-body {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: clamp(13px, 0.9vw, 15px);
  line-height: 1.8;
  font-weight: 300;
  color: var(--color-burgundy);
  max-width: 42ch;
  margin: 0 0 clamp(14px, 1.2vw, 22px);
}

.wps-body:last-of-type {
  margin-bottom: clamp(24px, 2vw, 36px);
}

/* Outline-pill CTA on light (blue) backgrounds */
.wps-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 40px;
  line-height: 36px;
  border-radius: 200px;
  border: 1px solid rgba(107, 29, 42, 0.5);
  background: transparent;
  color: var(--color-burgundy);
  font-family: 'Optima', var(--font-body);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background 0.3s ease;
}

.wps-cta:hover {
  background: rgba(107, 29, 42, 0.08);
}

/* ---- Hero ---- */
.wps-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.wps-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% 30%;
  z-index: 0;
}

@media (max-width: 768px) {
  .wps-hero-image { object-position: 50% 30%; }
}

.wps-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(127, 156, 183, 0.00) 55%, #7F9CB7 100%);
  z-index: 1;
  pointer-events: none;
}

.wps-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: 0 24px clamp(0px, 3vw, 40px);
}

.wps-hero-eyebrow {
  color: #5F0008;
  text-align: center;
  font-family: 'Optima', var(--font-body);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 4px;
  transform: translateY(-10px);
}

.wps-hero-heading {
  color: #5F0008;
  text-align: center;
  font-family: 'Pavon', var(--font-display);
  font-size: 145px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.65;
  letter-spacing: -3.24px;
}

/* ---- Sky-blue body backdrop (methodology + sets-apart + leslie) ---- */
.wps-methodology,
.wps-sets-apart,
.wps-leslie {
  background: #7F9CB7;
}

/* ---- Methodology ---- */
.wps-methodology {
  padding: clamp(60px, 7vw, 120px) clamp(24px, 3.5vw, 60px) clamp(140px, 14vw, 220px);
}

.wps-methodology-inner {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 120px);
  align-items: center;
}

.wps-methodology-text {
  max-width: 500px;
  align-self: start;
}

/* Methodology reuses the home .who-block title/body/cta styling, recolored red */
.page-wps .wps-methodology-text.who-block-text {
  max-width: 500px;
  margin: 0 auto;
}

.page-wps .wps-methodology-text .wps-eyebrow,
.page-wps .wps-leslie-text .wps-eyebrow {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
}

.page-wps .wps-methodology-text .who-block-title,
.page-wps .wps-leslie-text .who-block-title {
  color: #5F0008;
  font-family: 'Pavon', var(--font-display);
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -2px;
  margin: 0 0 8px;
}

.page-wps .who-block-body {
  color: #172722;
}

.page-wps .who-cta {
  color: #5F0008;
  border-color: rgba(95, 0, 8, 0.4);
  background: rgba(255, 234, 207, 0.06);
}

.page-wps .who-cta:hover {
  background: rgba(95, 0, 8, 0.06);
}

.wps-methodology-image {
  width: 100%;
  max-width: 849px;
  aspect-ratio: 160 / 111;
  object-fit: cover;
  border-radius: 10px;
}

/* ---- What Sets Us Apart (sticky left + scroll-through right) ---- */
.wps-sets-apart {
  padding: 0;
}

.wps-sets-apart-inner {
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: flex-start;
}

.wps-sets-apart-left {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.wps-sets-apart-left-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.wps-umbrella-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity 2.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.wps-sets-apart.in-view .wps-umbrella-image {
  opacity: 1;
}

.wps-sets-apart-title {
  position: absolute;
  left: clamp(48px, 5vw, 96px);
  bottom: clamp(60px, 8vh, 110px);
  margin: 0;
  color: #5F0008;
  font-family: 'Pavon', var(--font-display);
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.5;
  letter-spacing: -2.4px;
}

.wps-sets-apart-icon {
  position: absolute;
  left: 50%;
  bottom: clamp(8px, 1vw, 16px);
  transform: translateX(-50%);
  display: block;
  width: 62px;
  height: auto;
}

.wps-sets-apart-right {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 clamp(40px, 5vw, 100px);
  min-width: 0;
}

.wps-apart-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 460px;
  margin: 0 auto;
  min-height: 100vh;
  opacity: 0;
  transition: opacity 0.9s ease;
}

.wps-apart-card.in-view {
  opacity: 1;
}

.wps-apart-heading {
  width: 100%;
  max-width: 632px;
  color: #5F0008;
  text-align: center;
  font-family: 'Optima', var(--font-body);
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.68px;
  margin: 0 0 clamp(36px, 3.5vw, 56px);
}

.wps-apart-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: clamp(36px, 3.5vw, 56px);
}

.wps-apart-image video,
.wps-apart-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wps-apart-image img {
  object-position: center 75%;
}

.wps-apart-image video {
  transform: scale(1.35);
}

.wps-apart-card .who-block-body {
  max-width: 450px;
}

.wps-apart-body {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: clamp(13px, 0.9vw, 15px);
  line-height: 1.8;
  font-weight: 300;
  color: var(--color-burgundy);
  margin: 0 0 clamp(24px, 2vw, 36px);
  max-width: 40ch;
}

/* ---- Meet Leslie ---- */
.wps-leslie {
  min-height: 100vh;
  padding: clamp(80px, 10vw, 180px) clamp(24px, 5vw, 100px);
  display: flex;
  align-items: center;
}

.wps-leslie-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 120px);
  align-items: stretch;
}

.wps-leslie-text {
  max-width: 650px;
  text-align: left;
  margin: 0 auto;
  grid-column: 1;
  grid-row: 1;
}

.wps-leslie-image {
  width: 100%;
  max-width: 360px;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  border-radius: 4px;
  margin: 0 auto;
  grid-column: 2;
  grid-row: 1;
}

/* ---- Testimonial (split burgundy + aerial beach) ---- */
.wps-testimonial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #5F0008;
  min-height: 100vh;
}

.wps-testimonial-left {
  display: flex;
  align-items: center;
  padding: clamp(60px, 6vw, 100px) clamp(32px, 5vw, 90px);
}

.wps-testimonial-content {
  max-width: 550px;
  color: var(--color-cream);
}

.wps-testimonial-heading {
  font-family: 'Optima', var(--font-body);
  font-weight: 400;
  font-size: clamp(28px, 2.6vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 clamp(22px, 2vw, 32px);
}

.wps-testimonial-quote {
  margin: 0;
}

.wps-testimonial-quote p {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: clamp(16px, 1.05vw, 17px);
  line-height: 1.65;
  font-weight: 300;
  margin: 0 0 20px;
}

.wps-testimonial-quote cite {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.18em;
  opacity: 0.85;
}

.wps-testimonial-right {
  position: relative;
  overflow: hidden;
}

.wps-testimonial-right img:not(.wps-testimonial-wordmark) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wps-testimonial-wordmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(180px, 23vw, 300px);
  height: auto;
  opacity: 0.9;
  z-index: 2;
}

/* ---- Final CTA overlap — video bottom edge sits at text midline ---- */
.page-wps .final-cta-media {
  margin-bottom: 0;
}

.page-wps .final-cta-text {
  margin-top: -0.575em;
}

/* ---- Final CTA scrolls up over sticky testimonial ---- */
.page-wps .final-cta {
  position: relative;
  z-index: 2;
}

/* ---- Partner strip above footer ---- */
.wps-partner-strip {
  max-width: 1200px;
  margin: clamp(60px, 6vw, 100px) auto 0;
  padding: clamp(30px, 3vw, 50px) 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(20px, 2.5vw, 40px);
  border-top: 1px solid rgba(255, 234, 207, 0.2);
}

.wps-partner-strip img {
  height: 38px;
  width: auto;
  opacity: 0.85;
}

/* ============================================
   Why Palmer Studio — Responsive
   ============================================ */
@media (max-width: 900px) {
  .wps-hero-eyebrow {
    font-size: 18px;
    letter-spacing: -0.3px;
  }

  .wps-hero-heading {
    font-size: clamp(68px, 16vw, 104px);
    line-height: 0.6;
    letter-spacing: -1.6px;
  }

  .wps-methodology-inner,
  .wps-sets-apart-inner {
    grid-template-columns: 1fr;
    gap: clamp(28px, 6vw, 48px);
  }

  /* Leslie keeps the side-by-side text/photo layout on tablet — only collapses on narrow phone widths (handled at 768px below) */
  .wps-leslie-inner {
    gap: clamp(28px, 5vw, 80px);
  }

  /* No gap between the umbrella image and the first sticky card on mobile */
  .wps-sets-apart-inner {
    gap: 0;
  }

  /* On mobile, train video appears before the methodology text */
  .wps-methodology-image {
    order: 0;
  }
  .wps-methodology-text {
    order: 1;
    margin: 50px auto 0;
  }

  .wps-methodology-image {
    aspect-ratio: 4 / 3;
  }

  /* Leslie image keeps the desktop 4:5 / 360px cap at tablet widths;
     the full-column / 50vh phone treatment lives in the ≤600px block below */

  .wps-sets-apart-left {
    position: static;
    height: auto;
  }

  .wps-sets-apart-left-inner {
    max-width: 100%;
  }

  .wps-umbrella-image {
    aspect-ratio: 3 / 4;
  }

  .wps-sets-apart-right {
    padding: 0;
    gap: clamp(60px, 10vw, 100px);
  }

  .wps-testimonial {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .wps-testimonial-right {
    min-height: 360px;
  }

  .wps-testimonial-wordmark {
    right: 24px;
    top: auto;
    bottom: 24px;
    transform: none;
    font-size: 24px;
  }

  .wps-partner-strip {
    justify-content: center;
    gap: 24px;
  }

  .wps-partner-strip img {
    height: 30px;
  }

  .wps-display {
    font-size: clamp(44px, 12vw, 80px);
  }

  .wps-sets-apart-title {
    font-size: 76px;
    line-height: 0.7;
    letter-spacing: -1px;
  }

  .page-wps .wps-methodology-text .who-block-title,
  .page-wps .wps-leslie-text .who-block-title {
    font-size: 56px;
    line-height: 0.9;
    letter-spacing: -1.2px;
  }

  .wps-apart-heading {
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -0.4px;
  }
}

@media (max-width: 480px) {
  .wps-hero {
    height: auto;
    min-height: 85vh;
  }

  .wps-hero-eyebrow {
    font-size: 16px;
    letter-spacing: -0.2px;
    margin-bottom: 8px;
  }

  .wps-hero-heading {
    font-size: 72px;
    line-height: 0.6;
    letter-spacing: -1.2px;
  }

  .wps-methodology,
  .wps-leslie {
    padding-left: 24px;
    padding-right: 24px;
  }

  /* What Sets Us Apart — full bleed on mobile */
  .wps-sets-apart {
    padding-left: 0;
    padding-right: 0;
  }

  .wps-testimonial-left {
    padding: 60px 24px;
  }
}

/* ============================================
   Luxury (Leisure) Travel page
   — mobile-first; desktop overrides below
   ============================================ */
.page-lt {
  background: #294023;
  color: #FFEACF;
}

.lt-body {
  font-family: 'Proxima Nova', var(--font-ui);
  color: #FFEACF;
  font-size: clamp(16px, 1.05vw, 17px);
  font-weight: 300;
  line-height: 1.65;
  margin: 0 0 24px;
}

.lt-display {
  font-family: 'Pavon', var(--font-display);
  color: #FFEACF;
  font-weight: 400;
  font-size: clamp(72px, 16vw, 162px);
  line-height: 0.82;
  letter-spacing: -1.5px;
  margin: 0 0 clamp(20px, 3vw, 40px);
}

.lt-display-right {
  text-align: right;
}

.lt-display-center {
  text-align: center;
}

.lt-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 40px;
  line-height: 36px;
  border: 1px solid rgba(255, 234, 207, 0.6);
  border-radius: 200px;
  background: rgba(255, 234, 207, 0.08);
  color: #FFEACF;
  text-decoration: none;
  font-family: 'Optima', var(--font-body);
  font-size: 15px;
  font-weight: 400;
  transition: background 0.3s ease;
}

.lt-cta:hover {
  background: rgba(255, 234, 207, 0.18);
}

/* ---- Hero ---- */
.lt-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.lt-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.lt-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(41, 64, 35, 0) 30%, #294023 88%);
  z-index: 1;
  pointer-events: none;
}

.lt-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 0 24px clamp(40px, 6vw, 96px);
}

.lt-hero-eyebrow {
  font-family: 'Optima', var(--font-body);
  color: #FFEACF;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 400;
  letter-spacing: -0.3px;
  margin: 0 0 6px;
}

.lt-hero-heading {
  font-family: 'Pavon', var(--font-display);
  color: #FFEACF;
  font-weight: 400;
  font-size: clamp(64px, 16vw, 162px);
  line-height: 0.82;
  letter-spacing: -1.5px;
  word-spacing: -0.12em;
  margin: 0 0 -0.02em;
}

.lt-hero-body {
  font-family: 'Proxima Nova', var(--font-ui);
  color: #FFEACF;
  font-weight: 300;
  font-size: clamp(16px, 1.05vw, 17px);
  line-height: 1.65;
  max-width: 440px;
  margin: 0 auto;
}

/* ---- Scroll reveal — fade-up when element enters viewport ---- */
.lt-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 1.1s cubic-bezier(0.2, 0.7, 0.2, 1), transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: opacity, transform;
}

.lt-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

.lt-reveal[data-delay="1"] { transition-delay: 0.12s; }
.lt-reveal[data-delay="2"] { transition-delay: 0.24s; }
.lt-reveal[data-delay="3"] { transition-delay: 0.36s; }

/* ---- The Approach — matches WPS methodology placement ---- */
.lt-approach {
  padding: clamp(60px, 7vw, 120px) clamp(24px, 5vw, 100px) clamp(140px, 14vw, 220px);
}

/* Match WPS methodology "Creativity as the lens." typography */
.page-lt .lt-approach-text .who-block-title,
.page-lt .lt-offer-text .who-block-title {
  font-family: 'Pavon', var(--font-display);
  font-size: 100px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -2px;
  margin: 0 0 8px;
}

/* Match the narrower text block + centered margin from methodology */
.page-lt .lt-approach-text {
  max-width: 440px;
  margin: -100px auto 0;
}

.lt-approach-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 72px);
}

.lt-approach-text {
  max-width: 520px;
}

.lt-approach-text .lt-body {
  font-size: clamp(15px, 1.3vw, 21px);
  line-height: 1.75;
}

.lt-approach-pool,
.lt-approach-mekong {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}

.lt-approach-pool {
  aspect-ratio: 733 / 1031;
}

.lt-approach-mekong {
  aspect-ratio: 583 / 875;
}

/* ---- What We Offer — carousel + staggered text ---- */
.lt-offer {
  padding: clamp(60px, 7vw, 120px) clamp(24px, 5vw, 100px) clamp(140px, 14vw, 220px);
  position: relative;
  margin-top: -440px;
}

/* Text block pushed to right edge of col 1 (aligns with Vietnam image right edge), content right-aligned */
.page-lt .lt-offer-text {
  max-width: 440px;
  margin: 0 0 0 auto;
  text-align: right;
}

.lt-offer-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 6vw, 80px);
  position: relative;
}

.lt-offer-text {
  max-width: 520px;
}

.lt-offer-text .lt-display {
  text-align: left;
}

.lt-offer-text .lt-body {
  font-size: clamp(15px, 1.3vw, 21px);
  line-height: 1.75;
  margin-bottom: clamp(24px, 3vw, 36px);
}

/* ---- Carousel frame ---- */
.lt-offer-carousel {
  position: relative;
  width: 100%;
}

.lt-offer-carousel-track {
  position: relative;
  width: 100%;
  aspect-ratio: 707 / 922;
  overflow: hidden;
  border-radius: 10px;
}

.lt-offer-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 1.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.lt-offer-slide.is-active {
  opacity: 1;
}

/* Dots positioned just outside the top-right of the image */
.lt-offer-dots {
  position: absolute;
  top: clamp(16px, 1.8vw, 28px);
  right: -18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}

.lt-offer-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 234, 207, 0.35);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.lt-offer-dot.is-active {
  background: #FFEACF;
  transform: scale(1.15);
}

.lt-offer-dot:hover {
  background: rgba(255, 234, 207, 0.7);
}

/* Accommodations caption beneath the carousel — matches carousel width so left edges align */
.lt-offer-caption {
  width: 100%;
  max-width: 520px;
}

.lt-offer-sub-title {
  font-family: 'Optima', var(--font-body);
  font-weight: 400;
  font-size: clamp(23px, 2.8vw, 37px);
  line-height: 1.12;
  letter-spacing: -0.8px;
  color: #FFEACF;
  margin: 0 0 12px;
}

/* Rotated counter aligned to image bottom-right, just outside the image */
.lt-offer-counter {
  position: absolute;
  right: -18px;
  bottom: 0;
  font-family: 'Optima', var(--font-body);
  font-size: clamp(18px, 1.8vw, 28px);
  letter-spacing: -0.4px;
  color: #FFEACF;
  opacity: 0.85;
  pointer-events: none;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}

/* ---- Featured Journey — viewport-height with title overlapping image ---- */
.lt-journey {
  position: relative;
  height: calc(100vh + 200px);
  display: flex;
  flex-direction: column;
  padding-bottom: clamp(30px, 3vw, 48px);
  background: #294023;
}

.lt-journey-media {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  min-height: clamp(280px, 40vh, 520px);
}

.lt-journey-media::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(to top, #294023 0%, rgba(41, 64, 35, 0.7) 40%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.lt-journey-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 65%;
  display: block;
}

.lt-journey-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 2;
  padding: 0 24px;
  transform: translateY(35%);
  pointer-events: none;
}

.lt-journey-eyebrow {
  font-family: 'Optima', var(--font-body);
  font-weight: 400;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -0.4px;
  color: #FFEACF;
  margin: 0 0 0.15em;
  line-height: 1;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.lt-journey-display {
  font-family: 'Pavon', var(--font-display);
  font-weight: 400;
  font-size: clamp(72px, 14vw, 162px);
  line-height: 0.85;
  letter-spacing: -2px;
  color: #FFEACF;
  margin: 0;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
}

.lt-journey-footer {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 100px);
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  /* leave room for the title that extends below the image */
  padding-top: clamp(100px, 12vh, 180px);
}

.lt-journey-duration {
  font-family: 'Proxima Nova', var(--font-ui);
  font-weight: 500;
  font-size: clamp(15px, 1.2vw, 18px);
  color: #FFEACF;
  text-align: center;
  margin: -0.6em 0 0;
  line-height: 1;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}

.lt-journey-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 4vw, 80px);
  margin-top: -30px;
  margin-bottom: clamp(40px, 5vh, 80px);
  padding-left: clamp(40px, 5vw, 100px);
  padding-right: clamp(80px, 9vw, 160px);
}

.lt-journey-col {
  display: grid;
  grid-template-columns: auto minmax(0, 400px);
  gap: clamp(20px, 2vw, 40px);
  align-items: baseline;
  text-align: left;
}

.lt-journey-col-title {
  font-family: 'Proxima Nova', var(--font-ui);
  font-weight: 500;
  font-size: clamp(14px, 1vw, 18px);
  color: #FFEACF;
  margin: 0;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.lt-journey-col .lt-body {
  font-size: clamp(16px, 1.05vw, 17px);
  line-height: 1.65;
  margin: 0;
  /* Reserve space for the longest journey copy so the image above doesn't shift
     when prev/next swaps between journeys with different text lengths. */
  min-height: 9lh;
}

.lt-journey-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(16px, 2vh, 28px) clamp(24px, 5vw, 100px) 0;
  max-width: 1720px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 3;
}

.lt-journey-nav-link {
  font-family: 'Optima', var(--font-body);
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 18px);
  letter-spacing: -0.4px;
  color: #FFEACF;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.lt-journey-nav-link:hover {
  opacity: 1;
}

/* ---- The Process — sticky scroll carousel ---- */
.lt-process-wrapper {
  position: relative;
  height: 400vh; /* 100vh per step × 4 steps */
  background: #294023;
  z-index: 2;
}

.lt-process {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(30px, 4vh, 60px) clamp(24px, 5vw, 100px);
  overflow: hidden;
  background: #294023;
}

.lt-process-divider {
  width: 100%;
  max-width: none;
  height: 0;
  border: 0;
  border-top: 1px solid rgba(255, 234, 207, 0.35);
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.lt-process-divider-top { top: 0; }
.lt-process-divider-bottom { bottom: 0; }

/* Left indicator — icon + rotated counter */
.lt-process-indicator {
  position: absolute;
  left: clamp(24px, 5vw, 80px);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(40px, 6vh, 96px);
  z-index: 3;
}

.lt-process-icon {
  width: 52px;
  height: 52px;
  display: block;
}

.lt-process-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.lt-process-count {
  font-family: 'Optima', var(--font-body);
  font-weight: 400;
  font-size: clamp(15px, 1.2vw, 18px);
  letter-spacing: 0.2em;
  color: #FFEACF;
  opacity: 0.85;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}

/* Right-side step dots */
.lt-process-dots {
  position: absolute;
  right: clamp(24px, 4vw, 60px);
  top: clamp(60px, 10vh, 120px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 3;
}

.lt-process-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 234, 207, 0.35);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.lt-process-dot.is-active {
  background: #FFEACF;
  transform: scale(1.15);
}

.lt-process-dot:hover {
  background: rgba(255, 234, 207, 0.7);
}

/* Stage — image + overlapping title */
.lt-process-stage {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: clamp(40px, 8vh, 100px) auto 0;
  display: flex;
  justify-content: center;
}

.lt-process-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 435 / 580;
  border-radius: 10px;
  overflow: hidden;
}

.lt-process-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 0.9s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.lt-process-media.is-active {
  opacity: 1;
  transform: scale(1);
}


.lt-process-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Pavon', var(--font-display);
  font-weight: 400;
  font-size: clamp(120px, 18vw, 280px);
  line-height: 0.85;
  letter-spacing: -3px;
  color: #FFEACF;
  white-space: nowrap;
  margin: 0;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.35);
  z-index: 2;
  pointer-events: none;
}

/* Step info below image — stacked steps crossfade, padding reserves space for overhang */
.lt-process-info {
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto clamp(40px, 8vh, 100px);
  position: relative;
  z-index: 3;
  padding-top: clamp(14px, 2vw, 28px);
  min-height: 180px;
}

.lt-process-step {
  position: absolute;
  left: 0;
  right: 0;
  top: clamp(14px, 2vw, 28px);
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.lt-process-step.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* Stack container for step numbers at image bottom */
.lt-process-numbers {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 3;
  pointer-events: none;
  width: 220px;
  height: 130px;
}

.lt-process-number {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Pavon', var(--font-display);
  font-weight: 400;
  font-size: 130px;
  line-height: 0.9;
  letter-spacing: -2px;
  color: #FFEACF;
  margin: 0;
  white-space: nowrap;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.lt-process-number.is-active {
  opacity: 1;
}

.lt-process-step-title {
  font-family: 'Optima', var(--font-body);
  font-weight: 400;
  font-size: clamp(23px, 2.4vw, 33px);
  line-height: 1;
  letter-spacing: -0.5px;
  color: #FFEACF;
  margin: 0 0 clamp(14px, 1.5vw, 24px);
}

.lt-process-body {
  margin: 0;
  text-align: center;
}

/* ---- Final CTA overrides for this page ---- */
.page-lt .final-cta {
  padding-top: clamp(60px, 8vw, 140px);
}

.page-lt .final-cta-text {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.15;
  margin-top: 0;
}

/* ============================================
   Luxury Travel — tablet+
   ============================================ */
@media (min-width: 768px) {
  /* Approach — text top-left, pool top-right (tall, offset down), mekong bottom-left (centered in col) */
  .lt-approach-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: clamp(60px, 7vw, 120px);
    row-gap: clamp(40px, 5vw, 80px);
    padding-right: clamp(40px, 4vw, 80px); /* mirror offer grid to keep right-column edges aligned */
  }

  .lt-approach-text {
    grid-column: 1;
    grid-row: 1;
    padding-top: clamp(40px, 6vw, 120px);
  }

  .lt-approach-pool {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: start;
    max-width: 92%;
    justify-self: end;
    margin-right: -100px;
  }

  .lt-approach-mekong {
    grid-column: 1;
    grid-row: 2;
    max-width: 75%;
    justify-self: end;
    margin-top: clamp(20px, 4vw, 60px);
  }

  /* Offer — carousel spans right column, What We Offer text bottom-left */
  .lt-offer-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: clamp(40px, 6vw, 120px);
    row-gap: clamp(16px, 1.8vw, 28px);
    padding-right: clamp(40px, 4vw, 80px); /* reserve counter space */
  }

  .lt-offer-text {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
  }

  .lt-offer-text .lt-display {
    text-align: left;
  }

  .lt-offer-carousel {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    max-width: 494px;
    justify-self: end;
  }

  .lt-offer-caption {
    grid-column: 2;
    grid-row: 2;
    max-width: 494px;
    justify-self: end;
  }

  /* Reserve 2 lines of body copy so the layout below doesn't shift when
     auto-advancing to a slide whose caption is shorter or longer. */
  .lt-offer-caption [data-caption-body] {
    min-height: 3.3em;
  }

  .lt-journey-details {
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: start;
  }

  .lt-journey-col-left {
    justify-self: start;
  }

  .lt-journey-col-right {
    justify-self: end;
  }
}

/* ============================================
   Luxury Travel — small screens
   ============================================ */
@media (max-width: 480px) {
  .lt-hero-heading {
    font-size: 72px;
    line-height: 0.6;
  }

  .lt-hero-eyebrow {
    font-size: 16px;
  }

  .lt-hero-body {
    font-size: 14px;
  }

  .lt-display {
    font-size: 64px;
    line-height: 0.9;
    letter-spacing: -1px;
  }

  .lt-process-title {
    font-size: 96px;
    line-height: 0.8;
    letter-spacing: -2px;
  }

  .lt-journey-nav {
    padding: 0 24px;
  }
}

/* ============================================
   Mobile responsiveness — audit pass
   All overrides inside @media queries; desktop unchanged.
   ============================================ */
@media (max-width: 900px) {
  /* WPS: Sets-Apart cards — release forced full-viewport height; loosen image */
  .wps-apart-card {
    min-height: auto;
    padding: 48px 0;
  }

  .wps-apart-image {
    aspect-ratio: 3 / 2;
  }

  /* Mobile: pull the card content (video + heading + body) in from the section edges,
     and stick each card to top so they stack over each other on scroll.
     Content distributed across the viewport so heading / image / body / CTA breathe. */
  .wps-apart-card {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: clamp(90px, 12vh, 130px);
    padding-bottom: clamp(40px, 8vh, 80px);
    position: sticky;
    top: 0;
    background: #7F9CB7;
    opacity: 1;
    transition: none;
    min-height: 100vh;
    justify-content: space-between;
    gap: clamp(20px, 4vh, 40px);
  }

  /* WPS testimonial body copy matches the rest of the page on mobile */
  .wps-testimonial-quote p {
    font-size: 16px;
    line-height: 26px;
  }

  /* Add buffer above the testimonial heading and the name on mobile */
  .wps-testimonial-heading {
    margin-top: 40px;
  }
  .wps-testimonial-quote cite {
    display: inline-block;
    margin-top: 20px;
  }

  /* Pull Leslie section up 80px on mobile, give more breathing room after the CTA */
  .wps-leslie {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .wps-leslie-inner {
    gap: 80px;
  }

  .wps-apart-image video {
    transform: scale(1.4);
  }
}

@media (max-width: 600px) {
  /* Leslie — collapse to single column only on phone-portrait widths */
  .wps-leslie-inner {
    grid-template-columns: 1fr;
    gap: clamp(28px, 6vw, 48px);
  }

  .wps-leslie-text,
  .wps-leslie-image {
    grid-column: 1;
    grid-row: auto;
  }

  /* Leslie image — full text-column width, fixed 50vh on phone only */
  .wps-leslie-image {
    aspect-ratio: auto;
    max-width: 100%;
    height: 50vh;
  }
}

@media (max-width: 768px) {

  /* LT: Approach — tighter mobile rhythm: pool → text → mekong with smaller grid gap
     so the text doesn't sit in a void below the pool image */
  .lt-approach-grid {
    gap: 24px;
  }
  .page-lt .lt-approach-text {
    margin: 0 auto;
  }
  .lt-approach-pool {
    order: 0;
    max-width: 78%;
    margin: 0 0 0 auto;
  }
  .lt-approach-text {
    order: 1;
    margin-top: 8px;
  }
  .lt-approach-mekong {
    order: 2;
    max-width: 70%;
    margin: 8px auto 0 0;
  }

  /* Journey footer body: drop min-height reservation on mobile — image is single-column
     full-width above, slight height shift between journeys is acceptable on phone, and
     reservation produces visible empty space between body and the prev/next nav. */
  .lt-journey-col .lt-body {
    min-height: 0;
  }

  /* On mobile, let the journey section fit its content instead of locking to
     calc(100vh + 200px). The locked height creates an empty burgundy void below
     the prev/next nav before the next section starts. */
  .lt-journey {
    height: auto;
  }
  /* Lock the media to a fixed mobile height so the image (object-fit: cover)
     actually fills it, regardless of source aspect ratio (1:1 square vs 1.95:1 wide).
     min-height alone leaves wide images short of the parent. */
  .lt-journey-media {
    flex: 0 0 auto;
    height: clamp(420px, 60vh, 640px);
  }

  /* Luxury Travel hero — focal point biased LEFT on mobile so the rice-paddy
     lady is centered in the visible crop (not on corporate which has different image). */
  .page-lt:not(.page-bt) .lt-hero-image {
    object-position: 25% 50%;
  }

  /* Privacy & Security: less space above the image, more between image+text,
     and generous breathing room below the CTA.
     .page-bt scope to win over the un-scoped global padding shorthand later in the file. */
  .page-bt .bt-discretion {
    padding-top: 24px;
    padding-bottom: 140px;
  }
  .bt-discretion-inner {
    gap: 36px;
  }
  .bt-discretion-text {
    margin-top: 0;
  }

  /* Contact steps: center digit visually with description text + bump number */
  .contact-next-step {
    align-items: center;
  }
  .contact-next-num {
    font-size: 96px;
  }

  /* LT: Offer — pull up on mobile (replaces desktop's -440px which overlaps too much) */
  .lt-offer {
    margin-top: -80px;
    padding-top: 0;
  }

  /* LT: Process — shorter sticky scroll commitment on phone (was 400vh) */
  .lt-process-wrapper {
    height: 250vh;
  }

  .lt-process-title {
    font-size: clamp(110px, 28vw, 180px);
    line-height: 0.9;
    letter-spacing: -2px;
  }

  /* LT: Process — gap between the big "01" number and "Discovery" title; reading column matches other body copy */
  .lt-process-info {
    margin-top: 40px;
    max-width: 440px;
  }

  /* LT: Carousel — image left-aligned and 12% narrower so the dots and counter
     sit on the section background (green / burgundy) to the right of the image,
     aligned with the process-section dots (24px from section right edge). */
  .lt-offer-carousel {
    width: 88%;
    max-width: 100%;
    justify-self: start;
    margin-left: 0;
    margin-right: auto;
  }
  .lt-offer-dots,
  .lt-offer-counter {
    right: calc(-1 * (12vw - 5.76px));
  }

  /* Approach / What We Offer — match hero scale (72px) */
  .page-lt .lt-approach-text .who-block-title,
  .page-lt .lt-offer-text .who-block-title {
    font-size: 72px;
    line-height: 0.6;
    letter-spacing: -1.5px;
  }

  /* Privacy & Security + What this does for your team — match the hero scale.
     Page-scoped to win over the un-scoped global rules later in the file. */
  .page-bt .bt-discretion-eyebrow {
    font-size: 16px;
    letter-spacing: -0.2px;
    margin-bottom: 8px;
  }
  .page-bt .bt-discretion-title,
  .page-bt .bt-team-title {
    font-size: 72px;
    line-height: 0.6;
    letter-spacing: -1.5px;
  }

  /* LT: Hero copy — drop negative letter-spacing on small screens, match body sizing */
  .lt-hero-eyebrow,
  .lt-hero-body {
    letter-spacing: 0;
  }
  .lt-hero-body {
    font-size: 16px;
  }

  /* LT: Featured Journey — stack the Summary / Property columns and tighten padding on phone */
  .lt-journey-details {
    padding-left: 24px;
    padding-right: 24px;
    gap: 18px;
    margin-top: -40px;
  }

  .lt-journey-col {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .lt-journey-col-title {
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.6;
  }

  .lt-journey-col .lt-body {
    font-size: 15px;
    line-height: 1.5;
  }

  /* LT: Featured Journey nav — pull links in from the edges */
  /* Featured Journey: move prev/next BELOW the program text, brief tighter to title */
  .lt-journey-media { order: 0; }
  .lt-journey-footer {
    order: 1;
    padding-top: clamp(90px, 12vh, 160px);
  }
  .lt-journey-nav {
    order: 2;
    padding: clamp(28px, 4vh, 48px) 24px clamp(20px, 3vh, 36px);
  }

  /* LT: Featured Journey title bigger on mobile; duration line hidden (per client) */
  .lt-journey-display {
    font-size: clamp(92px, 18vw, 132px);
  }
  .lt-journey-duration {
    display: none;
  }

  /* Hero shorter on mobile so next section peeks; text pulled up off the Safari toolbar */
  .lt-hero,
  .wps-hero {
    min-height: 85vh;
  }
  .wps-hero {
    height: auto;
  }
  .lt-hero-content,
  .wps-hero-content {
    padding-bottom: 0;
  }

  /* Testimonials body matches site body copy on mobile */
  .testimonials-quote p {
    font-size: 16px;
    line-height: 26px;
  }

  /* Reduce margin above Elevated Corporate Experiences title on mobile */
  .who-block-right .who-block-text {
    margin: 60px 0 0 0;
  }

  /* Process section — narrow the video so dots (right) and counter (left) sit on the green/burgundy background */
  .lt-process-stage {
    width: 88%;
  }

  /* WPS: tighten "The Methodology" eyebrow, bump "Creativity as the lens" title */
  .page-wps .wps-methodology-text .wps-eyebrow,
  .page-wps .wps-leslie-text .wps-eyebrow {
    font-size: 18px;
  }
  .page-wps .wps-methodology-text .who-block-title,
  .page-wps .wps-leslie-text .who-block-title {
    font-size: 72px;
  }

  /* Methodology padding-bottom — breathing room after the Start Planning CTA */
  .wps-methodology {
    padding-bottom: 120px;
  }
}

@media (max-width: 480px) {
  /* LT / WPS: Final CTA — tighter padding floor on small phones */
  .page-lt .final-cta,
  .page-wps .final-cta {
    padding: 60px 16px 40px;
  }
}

/* ============================================
   Corporate Travel (page-bt)
   Re-uses the .lt-* layout/typography from Luxury Travel,
   recolored from dark green to deep burgundy.
   ============================================ */
.page-bt {
  background: #5F0008;
  color: #FFEACF;
}

.page-bt .lt-hero-overlay {
  background: linear-gradient(180deg, rgba(95, 0, 8, 0) 30%, #5F0008 88%);
}

.page-bt .lt-hero .hero-wash {
  background: linear-gradient(to top, #5F0008 0%, rgba(95, 0, 8, 0.6) 50%, transparent 100%);
}

.page-bt .lt-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0) 60%);
  z-index: 1;
  pointer-events: none;
}

.page-bt .lt-journey {
  background: #5F0008;
}

/* Smooth swap when Previous/Next changes the active itinerary */
.lt-journey .lt-journey-hero,
.lt-journey [data-journey-title],
.lt-journey [data-journey-duration],
.lt-journey [data-journey-brief],
.lt-journey [data-journey-program] {
  transition: opacity 0.28s ease;
}

.lt-journey.is-swapping .lt-journey-hero,
.lt-journey.is-swapping [data-journey-title],
.lt-journey.is-swapping [data-journey-duration],
.lt-journey.is-swapping [data-journey-brief],
.lt-journey.is-swapping [data-journey-program] {
  opacity: 0;
}

.page-bt .lt-journey-media::after {
  background: linear-gradient(to top, #5F0008 0%, rgba(95, 0, 8, 0.7) 40%, transparent 100%);
}

.page-bt .final-cta-media video {
  transform: none;
}

.page-bt .lt-process-wrapper,
.page-bt .lt-process {
  background: #5F0008;
}

/* Corporate Travel — burgundy footer + final CTA + partners carousel */
.page-bt .footer,
.page-bt .final-cta,
.page-bt .partners {
  background: #5F0008;
}

/* ---- Business Travel — Privacy & Security section ---- */
.bt-discretion {
  padding: clamp(60px, 7vw, 120px) clamp(24px, 5vw, 100px);
  background: #5F0008;
}

.bt-discretion-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}

/* Text on left, image on right.
   Belt-and-suspenders: place the picture wrapper AND (when display: contents
   makes the inner img the grid child via the layout tree) the image itself in col 2.
   Descendant selector (no >) used for img since selectors traverse the DOM tree
   and img sits inside picture. */
.bt-discretion-inner > .bt-discretion-text {
  grid-column: 1;
  grid-row: 1;
}
.bt-discretion-inner > picture,
.bt-discretion-inner .bt-discretion-image {
  grid-column: 2;
  grid-row: 1;
}

.bt-discretion-image {
  width: 100%;
  height: auto;
  max-height: clamp(380px, 42vw, 560px);
  border-radius: 10px;
  object-fit: cover;
  display: block;
  aspect-ratio: 4 / 5;
  transform: translateY(-100px);
}

.bt-discretion-text {
  max-width: 460px;
  transform: translateY(-100px);
}

.bt-discretion-eyebrow {
  font-family: 'Optima', var(--font-body);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #FFEACF;
  margin: 0 0 clamp(16px, 1.5vw, 24px);
}

.bt-discretion-title {
  font-family: 'Pavon', var(--font-display);
  font-size: 100px;
  font-weight: 400;
  line-height: 0.65;
  letter-spacing: -2px;
  color: #FFEACF;
  margin: 0 0 8px;
}

.bt-discretion-body {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: clamp(16px, 1.05vw, 17px);
  font-weight: 300;
  line-height: 1.65;
  color: #FFEACF;
  margin: 0 0 clamp(24px, 2.3vw, 40px);
}

@media (max-width: 768px) {
  .bt-discretion-inner {
    grid-template-columns: 1fr;
    gap: clamp(28px, 6vw, 48px);
  }

  /* Reset the explicit placement so mobile stacks naturally */
  .bt-discretion-inner > picture,
  .bt-discretion-inner .bt-discretion-image,
  .bt-discretion-inner > .bt-discretion-text {
    grid-column: 1;
    grid-row: auto;
  }

  .bt-discretion-text {
    max-width: 100%;
    transform: none;
  }

  .bt-discretion-image {
    aspect-ratio: 4 / 3;
    max-width: 100%;
    transform: none;
  }

  .bt-discretion-body {
    font-size: 16px;
  }
}

/* ---- Business Travel — What this does for your team ---- */
.bt-team {
  padding: clamp(60px, 7vw, 120px) clamp(24px, 5vw, 100px);
  background: #5F0008;
}

.bt-team-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}

.bt-team-text {
  max-width: 460px;
}

.bt-team-title {
  font-family: 'Pavon', var(--font-display);
  font-size: 100px;
  font-weight: 400;
  line-height: 0.65;
  letter-spacing: -2px;
  color: #FFEACF;
  margin: 0 0 8px;
}

.bt-team-body {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: clamp(16px, 1.05vw, 17px);
  font-weight: 300;
  line-height: 1.65;
  color: #FFEACF;
  margin: 0 0 clamp(24px, 2.3vw, 40px);
}

.bt-team-image {
  width: 100%;
  height: auto;
  max-height: clamp(380px, 42vw, 560px);
  border-radius: 10px;
  object-fit: cover;
  display: block;
  aspect-ratio: 4 / 5;
}

@media (max-width: 768px) {
  .bt-team-inner {
    grid-template-columns: 1fr;
    gap: clamp(28px, 6vw, 48px);
  }

  .bt-team-text {
    max-width: 100%;
    order: 2;
  }

  .bt-team-image {
    aspect-ratio: 4 / 3;
    max-width: 100%;
    order: 1;
  }

  .bt-team-body {
    font-size: 16px;
  }
}

/* ============================================
   Contact (page-contact)
   ============================================ */
.page-contact {
  background: #294023;
  color: #FFEACF;
}

/* ---- Contact Hero ---- */
.contact-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, transparent 75%, rgba(255, 245, 226, 0.6) 92%, #FFF5E2 100%),
    rgba(0, 0, 0, 0.05);
  z-index: 1;
  pointer-events: none;
}

.contact-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 clamp(24px, 5vw, 80px);
  color: #FFEACF;
  max-width: 1200px;
  margin-top: clamp(80px, 12vh, 180px);
}

.contact-hero-headline {
  font-family: 'Pavon', var(--font-display);
  font-size: 145px;
  font-weight: 400;
  line-height: 0.65;
  letter-spacing: -3.24px;
  margin: 0 0 clamp(24px, 3vw, 48px);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
}

.contact-hero-sub {
  font-family: 'Pavon', var(--font-display);
  font-size: clamp(56px, 8vw, 120px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -2px;
  margin: 80px 0 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
}

/* ---- What Happens Next ---- */
.contact-next {
  background: #FFF5E2;
  color: #294023;
  padding: clamp(110px, 12vw, 200px) clamp(24px, 5vw, 100px);
}

.contact-next-inner {
  max-width: 1800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(56px, 6vw, 110px);
}

.contact-next-title {
  font-family: 'Pavon', var(--font-display);
  font-size: clamp(96px, 9vw, 140px);
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: -2.5px;
  color: #294023;
  margin: 0;
  text-align: center;
}

.contact-next-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  align-items: start;
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
}

.contact-next-step {
  padding: 0 clamp(40px, 5vw, 80px);
  position: relative;
  text-align: center;
}

.contact-next-step + .contact-next-step::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(41, 64, 35, 0.25);
}

.contact-next-num {
  font-family: 'Pavon', var(--font-display);
  font-size: 124px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -2px;
  color: #294023;
  margin: 0 0 12px;
}

.contact-next-body {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: clamp(16px, 1.05vw, 17px);
  font-weight: 300;
  line-height: 1.65;
  color: #294023;
  margin: 0 auto;
  max-width: 480px;
}

/* ---- Form Section ---- */
.contact-form-section {
  background: #294023;
  padding: clamp(60px, 7vw, 120px) clamp(24px, 5vw, 100px);
}

.contact-form {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.2vw, 36px);
}

.contact-form-toggle {
  display: inline-flex;
  align-self: center;
  background: rgba(255, 245, 226, 0.08);
  border: 1px solid rgba(255, 245, 226, 0.25);
  border-radius: 200px;
  padding: 4px;
  margin-bottom: clamp(8px, 1vw, 16px);
}

.contact-toggle-btn {
  font-family: 'Optima', var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  color: #FFEACF;
  height: 40px;
  padding: 0 28px;
  background: transparent;
  border: 0;
  border-radius: 200px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.contact-toggle-btn.is-active {
  background: #FFF5E2;
  color: #294023;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 1.6vw, 28px);
}

.contact-form-block {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.8vw, 14px);
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.8vw, 12px);
}

.contact-field-label {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #FFEACF;
}

.contact-field-helper {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255, 234, 207, 0.75);
  margin: 0;
}

.contact-field input,
.contact-field select,
.contact-field textarea,
.contact-form-block textarea {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 400;
  line-height: 1.5;
  color: #294023;
  background: #FFF5E2;
  border: 1px solid rgba(41, 64, 35, 0.2);
  border-radius: 8px;
  padding: 14px 18px;
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus,
.contact-form-block textarea:focus {
  outline: none;
  border-color: rgba(41, 64, 35, 0.55);
  box-shadow: 0 0 0 3px rgba(255, 245, 226, 0.15);
}

.contact-field textarea,
.contact-form-block textarea {
  resize: vertical;
  min-height: 100px;
}

.contact-field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23294023' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 44px;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder,
.contact-form-block textarea::placeholder {
  color: rgba(41, 64, 35, 0.45);
}

.contact-form-submit {
  font-family: 'Optima', var(--font-body);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #FFEACF;
  background: rgba(255, 245, 226, 0.06);
  border: 1px solid rgba(255, 245, 226, 0.4);
  border-radius: 200px;
  padding: 18px 24px;
  width: 100%;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: clamp(12px, 1.5vw, 24px);
}

.contact-form-submit:hover {
  background: rgba(255, 245, 226, 0.12);
}

/* ============================================
   FAQ Accordion (luxury-travel + business-travel)
   ============================================ */
.faq-section {
  background: #FFEACF;
  color: #294023;
  padding: clamp(80px, 10vw, 160px) clamp(24px, 5vw, 100px);
}

.faq-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 5vw, 80px);
}

.faq-title {
  font-family: 'Pavon', var(--font-display);
  font-size: clamp(72px, 8vw, 124px);
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: -2px;
  color: #294023;
  margin: 0;
  text-align: center;
}

.faq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(41, 64, 35, 0.2);
}

.faq-item {
  border-bottom: 1px solid rgba(41, 64, 35, 0.2);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: clamp(20px, 2.4vw, 32px) 56px clamp(20px, 2.4vw, 32px) 0;
  position: relative;
  font-family: 'Optima', var(--font-body);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 400;
  line-height: 1.35;
  color: #294023;
  transition: color 0.2s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-right: 1.5px solid #294023;
  border-bottom: 1.5px solid #294023;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  transform: translateY(-25%) rotate(-135deg);
}

.faq-item summary:hover {
  color: rgba(41, 64, 35, 0.7);
}

.faq-answer {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 300;
  line-height: 1.65;
  color: #294023;
  margin: 0 0 clamp(24px, 2.4vw, 36px);
  max-width: 820px;
  padding-right: 56px;
}

/* Safari Portal panels — both iframes mount on load; only the active one is shown */
.contact-portal-panels {
  display: grid;
  background: #294023;
  border-radius: 8px;
  overflow: hidden;
}
.contact-portal-panel {
  grid-area: 1 / 1;
  visibility: hidden;
  pointer-events: none;
}
.contact-portal-panel.is-active {
  visibility: visible;
  pointer-events: auto;
}

/* Mobile */
@media (max-width: 768px) {
  .contact-next-inner {
    grid-template-columns: 1fr;
    gap: clamp(24px, 5vw, 40px);
  }

  /* Reduce "What Happens Next" to match the section-title scale (page-scoped to win source order) */
  .page-contact .contact-next-title {
    font-size: 72px;
    line-height: 0.6;
    letter-spacing: -1.5px;
  }

  .contact-next-steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-next-step {
    padding: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 40px;
    text-align: left;
  }

  /* Thin horizontal divider above each step after the first */
  .contact-next-step + .contact-next-step {
    border-top: 1px solid rgba(41, 64, 35, 0.2);
  }
  .contact-next-step + .contact-next-step::before {
    display: none;
  }

  .contact-next-num {
    font-size: 88px;
    line-height: 0.85;
    margin: 0;
    min-width: 95px;
    font-variant-numeric: tabular-nums;
    align-self: center;
  }

  .contact-next-body {
    max-width: 100%;
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
  }

  .contact-form-row {
    grid-template-columns: 1fr;
  }

  .contact-toggle-btn {
    padding: 0 20px;
    font-size: 14px;
  }

  /* Contact hero matches the size/placement of the other heroes on mobile */
  .contact-hero {
    height: auto;
    min-height: 85vh;
    align-items: flex-end;
  }
  .contact-hero-content {
    width: 100%;
    padding-bottom: 100px;
  }
  .contact-hero-headline {
    font-size: 72px;
    line-height: 0.6;
    letter-spacing: -1.5px;
  }
  .contact-hero-sub {
    font-size: 62px;
    letter-spacing: -1px;
    margin-top: 0;
  }
}

/* ============================================
   Legal pages — Privacy, Terms
   Simple text layout in the existing brand fonts
   ============================================ */
.page-legal {
  background: #294023;
  color: var(--color-cream);
}

.page-legal main {
  padding: clamp(120px, 14vh, 200px) clamp(24px, 5vw, 80px) clamp(80px, 10vw, 140px);
}

.legal {
  max-width: 760px;
  margin: 0 auto;
}

.legal-header {
  margin-bottom: clamp(48px, 6vw, 80px);
  padding-bottom: clamp(32px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 234, 207, 0.2);
}

.legal-eyebrow {
  font-family: 'Optima', var(--font-body);
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-cream);
  opacity: 0.7;
  margin: 0 0 clamp(16px, 1.5vw, 24px);
}

.legal-title {
  font-family: 'Pavon', var(--font-display);
  font-size: clamp(56px, 7vw, 96px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -1.5px;
  color: var(--color-cream);
  margin: 0 0 clamp(20px, 2vw, 32px);
}

.legal-meta {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--color-cream);
  opacity: 0.55;
  margin: 0;
}

.legal-section {
  margin-bottom: clamp(40px, 4.5vw, 64px);
}

.legal-section:last-of-type {
  margin-bottom: 0;
}

.legal-section h2 {
  font-family: 'Optima', var(--font-body);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--color-cream);
  margin: 0 0 clamp(16px, 1.5vw, 24px);
}

.legal-section h3 {
  font-family: 'Optima', var(--font-body);
  font-size: clamp(17px, 1.3vw, 20px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.005em;
  color: var(--color-cream);
  margin: clamp(20px, 2vw, 32px) 0 clamp(10px, 1vw, 14px);
}

.legal-section p,
.legal-section li {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-cream);
  opacity: 0.92;
}

.legal-section p {
  margin: 0 0 clamp(14px, 1.5vw, 20px);
}

.legal-section p:last-child {
  margin-bottom: 0;
}

.legal-section ul {
  list-style: disc;
  padding-left: 1.4em;
  margin: 0 0 clamp(14px, 1.5vw, 20px);
}

.legal-section li {
  margin-bottom: 6px;
}

.legal-section li:last-child {
  margin-bottom: 0;
}

.legal-section strong {
  font-weight: 500;
  opacity: 1;
}

.legal-section a {
  color: var(--color-cream);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}

.legal-section a:hover {
  opacity: 0.75;
}

@media (max-width: 768px) {
  .page-legal main {
    padding: clamp(100px, 14vh, 140px) 24px clamp(60px, 8vw, 100px);
  }

  .legal-title {
    font-size: clamp(48px, 13vw, 72px);
  }

  .legal-section p,
  .legal-section li {
    font-size: 16px;
    line-height: 1.7;
  }

  .legal-section h2 {
    font-size: 22px;
  }
}

/* ============================================
   404 page
   ============================================ */
.not-found {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(120px, 14vh, 200px) clamp(24px, 5vw, 80px) clamp(80px, 10vw, 140px);
  text-align: center;
}

.not-found-inner {
  max-width: 640px;
  margin: 0 auto;
}

.not-found-eyebrow {
  font-family: 'Optima', var(--font-body);
  font-size: clamp(14px, 1vw, 18px);
  letter-spacing: 0.2em;
  color: var(--color-cream);
  opacity: 0.6;
  margin: 0 0 clamp(20px, 2vw, 32px);
}

.not-found-title {
  font-family: 'Pavon', var(--font-display);
  font-size: clamp(72px, 10vw, 132px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -1.5px;
  color: var(--color-cream);
  margin: 0 0 clamp(24px, 2.5vw, 36px);
}

.not-found-body {
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 300;
  line-height: 1.6;
  color: var(--color-cream);
  opacity: 0.85;
  margin: 0 0 clamp(40px, 4vw, 56px);
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.not-found-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .not-found-title {
    font-size: 72px;
    line-height: 0.85;
  }
}

/* ============================================
   noscript fallback — site stays usable if JS fails
   ============================================ */
.no-js-fallback {
  display: none;
}

/* ============================================
   Cookie consent banner — GDPR default-deny + opt-in
   ============================================ */
.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  margin: 0 auto;
  background: #FFF5E2;
  color: #294023;
  border-radius: 8px;
  padding: 18px 24px;
  z-index: 1000;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  font-family: 'Proxima Nova', var(--font-ui);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  display: flex;
  align-items: center;
  gap: 24px;
  transform: translateY(140%);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.cookie-banner.is-visible {
  transform: translateY(0);
}

.cookie-banner-text {
  margin: 0;
  color: #294023;
  flex: 1 1 auto;
}

.cookie-banner-text a {
  color: #294023;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner-buttons {
  display: flex;
  gap: 12px;
  flex: 0 0 auto;
}

.cookie-banner-accept,
.cookie-banner-decline {
  height: 34px;
  padding: 0 18px;
  border-radius: 200px;
  font-family: 'Optima', var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  border: 1px solid;
  transition: background 0.3s ease;
  white-space: nowrap;
}

.cookie-banner-accept {
  background: #294023;
  color: #FFF5E2;
  border-color: #294023;
}

.cookie-banner-accept:hover {
  background: #1f3019;
}

.cookie-banner-decline {
  background: transparent;
  color: #294023;
  border-color: rgba(41, 64, 35, 0.35);
}

.cookie-banner-decline:hover {
  background: rgba(41, 64, 35, 0.06);
}

@media (max-width: 720px) {
  .cookie-banner {
    bottom: 16px;
    left: 16px;
    right: 16px;
    padding: 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .cookie-banner-buttons {
    flex-direction: column-reverse;
    gap: 8px;
  }

  .cookie-banner-accept,
  .cookie-banner-decline {
    width: 100%;
    height: 38px;
    line-height: 34px;
  }
}

.footer-cookie-link {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
