/* ============================================================
   EXPOROUTE HOLIDAYS Ã¢â‚¬â€ LUXURY DESIGN SYSTEM v2
   Art Direction: Editorial Ã‚Â· Cinematic Ã‚Â· Immersive
   ============================================================ */

/* Ã¢â€â‚¬Ã¢â€â‚¬ GOOGLE FONTS Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&family=Jost:wght@200;300;400;500&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');

/* Ã¢â€â‚¬Ã¢â€â‚¬ DESIGN TOKENS Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
:root {
  /* Palette */
  --ivory:        #F5F0E8;
  --ivory-dark:   #EDE5D4;
  --stone:        #C8B89A;
  --stone-light:  #D4C4A8;
  --sand:         #B8A882;
  --gold:         #9B7D4A;
  --gold-light:   #C4A052;
  --charcoal:     #1A1814;
  --charcoal-mid: #2C2820;
  --charcoal-soft:#3D3830;
  --forest:       #2C3D2E;
  --forest-light: #3E5440;
  --warm-white:   #FAF7F2;
  --text-primary: #1A1814;
  --text-muted:   #6B6055;
  --text-light:   #9B9088;

  /* Typography Scale */
  --font-serif:   'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-sans:    'Jost', 'Helvetica Neue', sans-serif;

  /* Spacing */
  --section-pad:  clamp(5rem, 10vw, 9rem);
  --container:    1400px;

  /* Transitions */
  --ease-luxury:  cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-reveal:  cubic-bezier(0.16, 1, 0.3, 1);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ RESET & BASE Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--font-sans);
  background-color: var(--ivory);
  color: var(--text-primary);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ UTILITY CLASSES Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 5rem);
}

.text-gold { color: var(--gold); }
.text-stone { color: var(--stone); }
.text-ivory { color: var(--ivory); }

/* Ã¢â€â‚¬Ã¢â€â‚¬ CUSTOM SCROLLBAR Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--charcoal); }
::-webkit-scrollbar-thumb { background: var(--gold); }

/* Ã¢â€â‚¬Ã¢â€â‚¬ PAGE LOADER Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
#page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--charcoal);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s var(--ease-luxury), visibility 0.8s;
}

#page-loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-inner {
  text-align: center;
  color: var(--ivory);
}

.loader-wordmark {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 300;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  opacity: 0;
  animation: loaderFadeIn 0.8s var(--ease-luxury) 0.3s forwards;
}

.loader-tagline {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 300;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--stone);
  margin-top: 0.6rem;
  opacity: 0;
  animation: loaderFadeIn 0.8s var(--ease-luxury) 0.7s forwards;
}

.loader-line {
  width: 0;
  height: 1px;
  background: var(--gold);
  margin: 1.2rem auto 0;
  animation: loaderLine 1.4s var(--ease-luxury) 0.9s forwards;
}

@keyframes loaderFadeIn {
  to { opacity: 1; }
}

@keyframes loaderLine {
  to { width: 120px; }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ NAVIGATION Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
#site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.8rem clamp(1.5rem, 5vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.5s var(--ease-luxury),
              padding 0.4s var(--ease-luxury),
              backdrop-filter 0.5s;
}

#site-nav.scrolled {
  background: rgba(26, 24, 20, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(155, 125, 74, 0.2);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-shrink: 0;
}

.nav-logo img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(155, 125, 74, 0.35);
  flex-shrink: 0;
  transition: transform 0.4s var(--ease-luxury), border-color 0.4s;
}

.nav-logo:hover img {
  transform: scale(1.06);
  border-color: var(--gold-light);
}

.nav-wordmark {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--ivory);
  text-transform: uppercase;
  line-height: 1.1;
  white-space: nowrap;
}

.nav-wordmark span {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.5rem;
  font-weight: 300;
  letter-spacing: 0.4em;
  color: var(--stone);
  margin-top: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 1.5vw, 1.8rem);
  list-style: none;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.nav-links li {
  flex-shrink: 0;
}

.nav-links a {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.85);
  position: relative;
  white-space: nowrap;
  transition: color 0.3s;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold-light);
  transition: width 0.4s var(--ease-luxury);
}

.nav-links a:hover {
  color: var(--ivory);
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--gold-light) !important;
  white-space: nowrap;
  transition: color 0.3s, transform 0.3s;
}

.nav-phone svg {
  stroke: var(--gold-light);
  flex-shrink: 0;
}

.nav-phone:hover {
  color: var(--ivory) !important;
  transform: translateY(-1px);
}

.mobile-nav-phone-wrap {
  margin-top: 2rem !important;
}

.mobile-nav-phone {
  font-family: var(--font-sans) !important;
  font-size: 0.85rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase;
  color: var(--gold-light) !important;
  display: inline-block;
  border: 1px solid rgba(196, 160, 82, 0.4);
  padding: 0.8rem 1.6rem;
  border-radius: 2px;
}

.nav-cta {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--charcoal) !important;
  background: var(--ivory);
  padding: 0.6rem 1.4rem;
  border: 1px solid var(--ivory);
  white-space: nowrap;
  transition: background 0.3s, color 0.3s, border-color 0.3s !important;
}

.nav-cta::after { display: none !important; }

.nav-cta:hover {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
  color: var(--ivory) !important;
}

/* Hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}

.nav-hamburger span {
  display: block;
  width: 26px;
  height: 1px;
  background: var(--ivory);
  transition: transform 0.35s var(--ease-luxury),
              opacity 0.25s var(--ease-luxury);
  transform-origin: center;
}

/* Mobile Nav */
.nav-mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: var(--charcoal);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s var(--ease-luxury), visibility 0.5s;
}

.nav-mobile-overlay.open {
  opacity: 1;
  visibility: visible;
}

.nav-mobile-links {
  list-style: none;
  text-align: center;
}

.nav-mobile-links li {
  margin: 1.8rem 0;
  overflow: hidden;
}

.nav-mobile-links a {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 300;
  color: var(--ivory);
  letter-spacing: 0.05em;
  display: block;
  transform: translateY(100%);
  transition: transform 0.6s var(--ease-reveal), color 0.3s;
}

.nav-mobile-overlay.open .nav-mobile-links a {
  transform: translateY(0);
}

.nav-mobile-links a:hover {
  color: var(--gold-light);
}

.nav-mobile-close {
  position: absolute;
  top: 2rem;
  right: clamp(1.5rem, 5vw, 4rem);
  color: var(--ivory);
  font-size: 1.8rem;
  font-weight: 200;
  cursor: pointer;
  line-height: 1;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ SECTION I: HERO Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
#hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.06);
  animation: heroZoom 12s var(--ease-luxury) forwards;
}

@keyframes heroZoom {
  to { transform: scale(1); }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(26, 24, 20, 0.62) 0%,
    rgba(26, 24, 20, 0.38) 50%,
    rgba(26, 24, 20, 0.72) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 clamp(1.5rem, 5vw, 3rem);
  max-width: 980px;
}

.hero-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 300;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--stone-light);
  display: block;
  margin-bottom: 1.8rem;
  opacity: 0;
  animation: heroFadeUp 1s var(--ease-reveal) 1.2s forwards;
}

.hero-headline {
  font-family: var(--font-serif);
  font-size: clamp(3.2rem, 8vw, 8.5rem);
  font-weight: 300;
  line-height: 0.95;
  color: var(--ivory);
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: heroFadeUp 1.2s var(--ease-reveal) 1.5s forwards;
}

.hero-headline em {
  font-style: italic;
  color: var(--stone-light);
}

.hero-subline {
  font-family: var(--font-sans);
  font-size: clamp(0.85rem, 1.5vw, 1.05rem);
  font-weight: 300;
  color: rgba(245, 240, 232, 0.75);
  letter-spacing: 0.08em;
  max-width: 520px;
  margin: 0 auto 2.8rem;
  line-height: 1.8;
  opacity: 0;
  animation: heroFadeUp 1s var(--ease-reveal) 1.9s forwards;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  opacity: 0;
  animation: heroFadeUp 1s var(--ease-reveal) 2.2s forwards;
}

.btn-primary {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--charcoal);
  background: var(--ivory);
  padding: 1rem 2.4rem;
  border: 1px solid var(--ivory);
  transition: background 0.4s var(--ease-luxury),
              color 0.4s var(--ease-luxury),
              border-color 0.4s var(--ease-luxury),
              transform 0.3s;
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: translateX(-101%);
  transition: transform 0.4s var(--ease-luxury);
  z-index: -1;
}

.btn-primary:hover {
  color: var(--ivory);
  border-color: var(--gold);
}

.btn-primary:hover::before {
  transform: translateX(0);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ivory);
  transition: gap 0.3s var(--ease-luxury), color 0.3s;
}

.btn-ghost svg {
  width: 28px;
  height: 1px;
  stroke: currentColor;
  stroke-width: 1;
  transition: width 0.3s var(--ease-luxury);
  overflow: visible;
}

.btn-ghost:hover {
  gap: 1.1rem;
  color: var(--stone-light);
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  animation: heroFadeUp 1s var(--ease-reveal) 2.8s forwards;
}

.hero-scroll span {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 300;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.55);
}

.scroll-line {
  width: 1px;
  height: 50px;
  background: rgba(245, 240, 232, 0.3);
  position: relative;
  overflow: hidden;
}

.scroll-line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gold-light);
  animation: scrollDown 2s ease-in-out infinite;
}

@keyframes scrollDown {
  0% { top: -100%; }
  100% { top: 100%; }
}

/* Enquiry form floating */
.hero-enquiry {
  position: absolute;
  right: clamp(1.5rem, 4vw, 4rem);
  bottom: clamp(2rem, 6vh, 5rem);
  z-index: 10;
  background: rgba(26, 24, 20, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(155, 125, 74, 0.3);
  padding: 2rem 1.8rem;
  width: clamp(260px, 30vw, 360px);
  opacity: 0;
  animation: heroFadeUp 1s var(--ease-reveal) 2.5s forwards;
}

.enquiry-label {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 300;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--gold-light);
  display: block;
  margin-bottom: 1.2rem;
}

.enquiry-title {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--ivory);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.enquiry-form input,
.enquiry-form select {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--ivory);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(200, 184, 154, 0.2);
  padding: 0.8rem 1rem;
  outline: none;
  transition: border-color 0.3s;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}

.enquiry-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23C4A052' fill='none' stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.4rem;
  cursor: pointer;
}

.enquiry-form select option {
  background: var(--charcoal);
  color: var(--ivory);
}

.enquiry-form input::placeholder {
  color: rgba(200, 184, 154, 0.5);
}

.enquiry-form input:focus,
.enquiry-form select:focus {
  border-color: rgba(155, 125, 74, 0.6);
}

.enquiry-form .btn-enquire {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--charcoal);
  background: var(--gold-light);
  border: 1px solid var(--gold-light);
  padding: 0.85rem;
  margin-top: 0.4rem;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  width: 100%;
}

.enquiry-form .btn-enquire:hover {
  background: var(--ivory);
  color: var(--charcoal);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ SECTION II: FEATURED EDITORIAL Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
#editorial {
  background: var(--charcoal);
  position: relative;
  overflow: hidden;
}

.editorial-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 92vh;
}

.editorial-media {
  position: relative;
  overflow: hidden;
}

.editorial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  transition: transform 1.2s var(--ease-luxury);
}

.editorial-media:hover img {
  transform: scale(1.0);
}

.editorial-media-badge {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  background: rgba(26, 24, 20, 0.75);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(155, 125, 74, 0.4);
  padding: 0.6rem 1.2rem;
  font-family: var(--font-sans);
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.editorial-content {
  padding: clamp(4rem, 8vw, 8rem) clamp(3rem, 6vw, 7rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.editorial-chapter {
  font-family: var(--font-sans);
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.editorial-chapter::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold);
}

.editorial-title {
  font-family: var(--font-serif);
  font-size: clamp(2.6rem, 5vw, 5.5rem);
  font-weight: 300;
  line-height: 1.0;
  color: var(--ivory);
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}

.editorial-title em {
  font-style: italic;
  color: var(--stone-light);
}

.editorial-divider {
  width: 50px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 2rem;
}

.editorial-body {
  font-family: var(--font-sans);
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  font-weight: 300;
  line-height: 1.95;
  color: rgba(200, 184, 154, 0.85);
  max-width: 460px;
  margin-bottom: 2.5rem;
}

.editorial-experiences {
  list-style: none;
  margin-bottom: 3rem;
}

.editorial-experiences li {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: rgba(245, 240, 232, 0.65);
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(200, 184, 154, 0.12);
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.editorial-experiences li::before {
  content: 'Ã¢â‚¬â€';
  color: var(--gold);
  font-size: 0.7rem;
}

.editorial-cta {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ivory);
  border-bottom: 1px solid rgba(245, 240, 232, 0.3);
  padding-bottom: 0.4rem;
  transition: border-color 0.3s, gap 0.3s var(--ease-luxury), color 0.3s;
}

.editorial-cta:hover {
  border-color: var(--gold-light);
  color: var(--gold-light);
  gap: 1.5rem;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ SECTION III: SIGNATURE JOURNEYS Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
#journeys {
  padding: clamp(3.5rem, 6vw, 5rem) 0 0;
  background: var(--warm-white);
  position: relative;
}

.journeys-header {
  text-align: center;
  padding: 0 clamp(1.5rem, 5vw, 5rem);
  margin-bottom: clamp(2rem, 3.5vw, 3rem);
}

.section-overline {
  font-family: var(--font-sans);
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 1.2rem;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--charcoal);
  letter-spacing: -0.01em;
}

.section-title em {
  font-style: italic;
  color: var(--gold);
}

.journeys-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}

.journey-panel {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
}

.journey-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 1.4s var(--ease-luxury);
}

.journey-panel:hover img {
  transform: scale(1.01);
}

.journey-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(26, 24, 20, 0.95) 0%,
    rgba(26, 24, 20, 0.3) 50%,
    transparent 100%
  );
  transition: background 0.5s var(--ease-luxury);
}

.journey-panel:hover .journey-overlay {
  background: linear-gradient(
    to top,
    rgba(26, 24, 20, 0.98) 0%,
    rgba(26, 24, 20, 0.5) 50%,
    rgba(26, 24, 20, 0.1) 100%
  );
}

.journey-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem;
}

.journey-number {
  font-family: var(--font-sans);
  font-size: 0.55rem;
  font-weight: 300;
  letter-spacing: 0.4em;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.journey-name {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2.5vw, 2.4rem);
  font-weight: 300;
  color: var(--ivory);
  line-height: 1.1;
  margin-bottom: 0.6rem;
}

.journey-sub {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 300;
  color: rgba(200, 184, 154, 0.7);
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease-luxury), opacity 0.4s;
  opacity: 0;
}

.journey-panel:hover .journey-sub {
  max-height: 60px;
  opacity: 1;
}

.journey-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ivory);
  transform: translateY(6px);
  opacity: 0.7;
  transition: gap 0.3s var(--ease-luxury), opacity 0.3s, color 0.3s;
}

.journey-link::after {
  content: 'Ã¢â€ â€™';
  transition: transform 0.3s var(--ease-luxury);
}

.journey-panel:hover .journey-link {
  gap: 1rem;
  opacity: 1;
  color: var(--gold-light);
}

.journey-panel:hover .journey-link::after {
  transform: translateX(4px);
}

.journey-duration {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  background: rgba(26, 24, 20, 0.7);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(155, 125, 74, 0.3);
  padding: 0.4rem 0.8rem;
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--stone-light);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ SECTION IV: GUEST STORIES Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
#testimonials {
  background: var(--charcoal-mid);
  padding: var(--section-pad) 0;
  position: relative;
  overflow: hidden;
}

.testimonials-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-serif);
  font-size: clamp(8rem, 20vw, 20rem);
  font-weight: 700;
  color: rgba(245, 240, 232, 0.025);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.02em;
}

.testimonials-inner {
  position: relative;
  z-index: 2;
}

.testimonials-header {
  text-align: center;
  padding: 0 clamp(1.5rem, 5vw, 5rem);
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.testimonials-header .section-title {
  color: var(--ivory);
}

.testimonials-track {
  position: relative;
  overflow: hidden;
}

.testimonials-slider {
  display: flex;
  transition: transform 0.8s var(--ease-luxury);
}

.testimonial-slide {
  min-width: 100%;
  padding: 0 clamp(1.5rem, 10vw, 12rem);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.testimonial-photo {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}

.testimonial-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(155, 125, 74, 0.15) 0%, transparent 50%);
}

.testimonial-photo-border {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  right: -1.2rem;
  bottom: -1.2rem;
  border: 1px solid rgba(155, 125, 74, 0.25);
  pointer-events: none;
}

.testimonial-content {
  padding: 2rem 0;
}

.quote-mark {
  font-family: var(--font-serif);
  font-size: 6rem;
  line-height: 0.6;
  color: var(--gold);
  opacity: 0.4;
  display: block;
  margin-bottom: 1.5rem;
}

.testimonial-quote {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.5vw, 2.2rem);
  font-weight: 300;
  line-height: 1.55;
  color: var(--ivory);
  font-style: italic;
  margin-bottom: 2rem;
}

.testimonial-divider {
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 1.5rem;
}

.testimonial-author {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ivory);
  margin-bottom: 0.3rem;
}

.testimonial-meta {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--stone);
}

.testimonials-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.t-prev, .t-next {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(200, 184, 154, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ivory);
  font-size: 1.2rem;
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s;
  font-weight: 200;
  flex-shrink: 0;
}

.t-prev:hover, .t-next:hover {
  border-color: var(--gold);
  background: rgba(155, 125, 74, 0.15);
}

.t-dots {
  display: flex;
  gap: 0.6rem;
}

.t-dot {
  width: 24px;
  height: 1px;
  background: rgba(200, 184, 154, 0.3);
  cursor: pointer;
  transition: background 0.3s, width 0.3s;
}

.t-dot.active {
  background: var(--gold-light);
  width: 42px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ SECTION V: THE DIFFERENCE Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
#difference {
  background: var(--ivory);
  padding: var(--section-pad) 0;
  overflow: hidden;
}

.difference-header {
  text-align: center;
  padding: 0 clamp(1.5rem, 5vw, 5rem);
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

.difference-chapters {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.diff-chapter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 70vh;
}

.diff-chapter.reverse {
  direction: rtl;
}

.diff-chapter.reverse > * {
  direction: ltr;
}

.diff-media {
  position: relative;
  overflow: hidden;
}

.diff-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  transition: transform 1.4s var(--ease-luxury);
}

.diff-chapter:hover .diff-media img {
  transform: scale(1.0);
}

.diff-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 7rem) clamp(3rem, 6vw, 6.5rem);
  background: var(--ivory);
}

.diff-chapter:nth-child(even) .diff-content {
  background: var(--ivory-dark);
}

.diff-number {
  font-family: var(--font-serif);
  font-size: 6rem;
  font-weight: 700;
  color: rgba(155, 125, 74, 0.1);
  line-height: 0.8;
  margin-bottom: 1rem;
  display: block;
}

.diff-chapter-label {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 300;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.diff-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--charcoal);
  margin-bottom: 1.5rem;
}

.diff-body {
  font-family: var(--font-sans);
  font-size: clamp(0.85rem, 1.1vw, 0.95rem);
  font-weight: 300;
  line-height: 1.9;
  color: var(--text-muted);
  max-width: 420px;
  margin-bottom: 2rem;
}

.diff-note {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-style: italic;
  color: var(--stone);
  line-height: 1.5;
  border-left: 2px solid var(--gold);
  padding-left: 1.2rem;
}

/* Fleet Categories List */
.fleet-categories {
  margin: 1.8rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.fleet-cat-item {
  border-left: 1px solid rgba(155, 125, 74, 0.3);
  padding-left: 1rem;
}

.fleet-cat-title {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-light);
  display: block;
  margin-bottom: 0.2rem;
}

.fleet-cat-models {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.5;
  display: block;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ ENQUIRY MODAL DIALOG Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(18, 16, 14, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s var(--ease-luxury), visibility 0.4s;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-card {
  position: relative;
  background: var(--charcoal);
  border: 1px solid rgba(155, 125, 74, 0.35);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
  padding: clamp(2rem, 5vw, 3.5rem);
  max-width: 580px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  transform: scale(0.95) translateY(10px);
  transition: transform 0.4s var(--ease-reveal);
}

.modal-overlay.active .modal-card {
  transform: scale(1) translateY(0);
}

.modal-close {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  font-size: 2rem;
  line-height: 1;
  color: var(--stone);
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
}

.modal-close:hover {
  color: var(--gold-light);
}

.modal-overline {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 300;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--gold-light);
  display: block;
  margin-bottom: 0.6rem;
}

.modal-title {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 300;
  color: var(--ivory);
  line-height: 1.1;
  margin-bottom: 0.8rem;
}

.modal-subtitle {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--stone-light);
  line-height: 1.6;
  margin-bottom: 1.8rem;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.modal-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.modal-field label {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--stone);
}

.modal-field input,
.modal-field select,
.modal-field textarea {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--ivory);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(200, 184, 154, 0.25);
  padding: 0.8rem 1rem;
  outline: none;
  transition: border-color 0.3s;
  width: 100%;
}

.modal-field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23C4A052' fill='none' stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.modal-field select option {
  background: var(--charcoal);
  color: var(--ivory);
}

.modal-field input::placeholder,
.modal-field textarea::placeholder {
  color: rgba(200, 184, 154, 0.4);
}

.modal-field input:focus,
.modal-field select:focus,
.modal-field textarea:focus {
  border-color: var(--gold-light);
}

.btn-modal-submit {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--charcoal);
  background: var(--gold-light);
  border: 1px solid var(--gold-light);
  padding: 1rem;
  margin-top: 0.6rem;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.btn-modal-submit:hover {
  background: var(--ivory);
  border-color: var(--ivory);
}

.modal-footer-note {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 300;
  color: var(--stone);
  text-align: center;
  margin-top: 1.5rem;
}

.modal-footer-note a {
  color: var(--gold-light);
  text-decoration: underline;
}
#final-cta {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cta-media {
  position: absolute;
  inset: 0;
}

.cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(26, 24, 20, 0.55) 0%,
    rgba(26, 24, 20, 0.75) 100%
  );
}

.cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: clamp(4rem, 10vw, 8rem) clamp(1.5rem, 5vw, 3rem);
  max-width: 900px;
}

.cta-overline {
  font-family: var(--font-sans);
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--stone-light);
  display: block;
  margin-bottom: 1.5rem;
}

.cta-headline {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 7vw, 7.5rem);
  font-weight: 300;
  line-height: 1.0;
  color: var(--ivory);
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}

.cta-headline em {
  font-style: italic;
  color: var(--stone-light);
}

.cta-sub {
  font-family: var(--font-sans);
  font-size: clamp(0.85rem, 1.3vw, 1rem);
  font-weight: 300;
  color: rgba(245, 240, 232, 0.7);
  letter-spacing: 0.06em;
  max-width: 480px;
  margin: 0 auto 3rem;
  line-height: 1.8;
}

.cta-form {
  display: flex;
  gap: 0;
  max-width: 560px;
  margin: 0 auto 2rem;
  border: 1px solid rgba(200, 184, 154, 0.3);
}

.cta-form input {
  flex: 1;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: var(--ivory);
  background: rgba(26, 24, 20, 0.6);
  backdrop-filter: blur(8px);
  border: none;
  padding: 1.1rem 1.4rem;
  outline: none;
}

.cta-form input::placeholder {
  color: rgba(200, 184, 154, 0.45);
}

.cta-form button {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--charcoal);
  background: var(--gold-light);
  border: none;
  padding: 1.1rem 2rem;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.3s;
}

.cta-form button:hover {
  background: var(--ivory);
}

.cta-disclaimer {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: rgba(200, 184, 154, 0.45);
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   FLEET SHOWCASE Ã¢â‚¬â€ VISUAL CARDS
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
#fleet-showcase {
  padding: var(--section-pad) 0;
  background: var(--warm-white);
}

.fleet-header {
  text-align: center;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.fleet-intro {
  font-family: var(--font-sans);
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  font-weight: 300;
  line-height: 1.85;
  color: var(--text-muted);
  max-width: 680px;
  margin: 1.2rem auto 0;
  letter-spacing: 0.04em;
}

.fleet-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

@media (max-width: 1100px) {
  .fleet-visual-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .fleet-visual-grid {
    grid-template-columns: 1fr;
  }
}

.fleet-visual-card {
  background: var(--ivory);
  border: 1px solid rgba(155, 125, 74, 0.12);
  overflow: hidden;
  transition: transform 0.4s var(--ease-luxury), box-shadow 0.4s var(--ease-luxury);
}

.fleet-visual-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(26, 24, 20, 0.12);
}

.fleet-visual-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.fleet-visual-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-luxury);
}

.fleet-visual-card:hover .fleet-visual-img img {
  transform: scale(1.06);
}

.fleet-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(26,24,20,0.5) 100%);
}

.fleet-visual-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-family: var(--font-sans);
  font-size: 0.55rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--charcoal);
  background: var(--gold-light);
  padding: 0.4rem 0.9rem;
  z-index: 2;
}

.fleet-visual-body {
  padding: 1.6rem 1.8rem 1.8rem;
}

.fleet-visual-title {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 0.6rem;
  letter-spacing: 0.02em;
}

.fleet-visual-desc {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

.fleet-visual-models {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.fleet-visual-models li {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 300;
  color: var(--text-primary);
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.fleet-visual-models li svg {
  color: var(--gold);
  flex-shrink: 0;
}

/* Fleet Amenities Strip */
.fleet-amenities-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid rgba(155, 125, 74, 0.2);
  background: var(--charcoal);
  margin-top: 1rem;
}

@media (max-width: 900px) {
  .fleet-amenities-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .fleet-amenities-strip {
    grid-template-columns: 1fr;
  }
}

.fleet-amenity {
  padding: 2rem 1.8rem;
  text-align: center;
  border-right: 1px solid rgba(155, 125, 74, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
}

.fleet-amenity:last-child {
  border-right: none;
}

.fleet-amenity-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(155, 125, 74, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  flex-shrink: 0;
}

.fleet-amenity strong {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ivory);
}

.fleet-amenity span {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 300;
  color: rgba(200, 184, 154, 0.6);
  letter-spacing: 0.04em;
  line-height: 1.5;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   FULL CATALOG Ã¢â‚¬â€ SERVICES ICON GRID & ITINERARIES
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
#full-catalog {
  padding: var(--section-pad) 0;
  background: var(--charcoal);
}

#full-catalog .section-title {
  color: var(--ivory);
}

#full-catalog .section-overline {
  color: var(--stone);
}

.catalog-header {
  text-align: center;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.catalog-lead {
  font-family: var(--font-sans);
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  font-weight: 300;
  line-height: 1.85;
  color: rgba(200, 184, 154, 0.65);
  max-width: 600px;
  margin: 1.2rem auto 0;
  letter-spacing: 0.04em;
}

/* Services Icon Grid */
.services-icon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(155, 125, 74, 0.15);
  border: 1px solid rgba(155, 125, 74, 0.15);
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

@media (max-width: 900px) {
  .services-icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .services-icon-grid {
    grid-template-columns: 1fr;
  }
}

.service-icon-card {
  background: var(--charcoal-mid);
  padding: 2.2rem 2rem;
  text-align: center;
  transition: background 0.3s;
}

.service-icon-card:hover {
  background: var(--charcoal-soft);
}

.service-icon-wrap {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(155, 125, 74, 0.12);
  border: 1.5px solid rgba(197, 160, 89, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  overflow: hidden;
  position: relative;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.service-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.4s ease;
}

.service-icon-card:hover .service-icon-wrap {
  border-color: var(--gold-light);
  box-shadow: 0 0 16px rgba(197, 160, 89, 0.35);
  transform: translateY(-2px);
}

.service-icon-card:hover .service-icon-wrap img {
  transform: scale(1.12);
}

.service-icon-card h4 {
  font-family: var(--font-serif);
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.service-icon-card p {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 300;
  color: rgba(200, 184, 154, 0.55);
  line-height: 1.7;
  letter-spacing: 0.04em;
}

/* Itineraries Visual Grid */
.itineraries-section {
  padding-top: clamp(2rem, 5vw, 4rem);
}

.itineraries-heading {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 300;
  color: var(--ivory);
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.itineraries-heading em {
  font-style: italic;
  color: var(--stone-light);
}

.itineraries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

@media (max-width: 1100px) {
  .itineraries-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  .itineraries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .itineraries-grid {
    grid-template-columns: 1fr;
  }
}

.itin-card {
  position: relative;
  display: block;
  height: 220px;
  overflow: hidden;
  background-image: var(--itin-bg);
  background-size: cover;
  background-position: center;
  text-decoration: none;
  transition: transform 0.5s var(--ease-luxury);
}

.itin-card:hover {
  transform: scale(1.03);
}

.itin-card-custom {
  border: 1.5px solid rgba(197, 160, 89, 0.4);
}

.itin-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26,24,20,0.25) 0%, rgba(26,24,20,0.8) 100%);
  transition: background 0.4s;
}

.itin-card:hover .itin-card-overlay {
  background: linear-gradient(to bottom, rgba(26,24,20,0.35) 0%, rgba(26,24,20,0.88) 100%);
}

.itin-card-dur {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  font-family: var(--font-sans);
  font-size: 0.52rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--charcoal);
  background: var(--gold-light);
  padding: 0.35rem 0.7rem;
  z-index: 2;
}

.itin-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.2rem;
  z-index: 2;
}

.itin-card-body h4 {
  font-family: var(--font-serif);
  font-size: clamp(0.85rem, 1.5vw, 1rem);
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 0.3rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.itin-card-body p {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 300;
  color: rgba(200, 184, 154, 0.7);
  letter-spacing: 0.06em;
}

.itin-card-cta {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-top: 0.6rem;
  transition: letter-spacing 0.3s;
}

.itin-card:hover .itin-card-cta {
  letter-spacing: 0.3em;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   ABOUT SECTION Ã¢â‚¬â€ VISUAL REDESIGN
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
#about-brand {
  padding-bottom: var(--section-pad);
  background: var(--ivory);
}

/* About Hero Split */
.about-hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

@media (max-width: 1000px) {
  .about-hero-split {
    grid-template-columns: 1fr;
  }
}

.about-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.about-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-luxury);
}

.about-hero-split:hover .about-hero-media img {
  transform: scale(1.04);
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(26,24,20,0.4), rgba(26,24,20,0.15));
}

/* Stats overlay on hero image */
.about-stats-overlay {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  display: flex;
  gap: 0;
  z-index: 2;
  background: rgba(26, 24, 20, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(155, 125, 74, 0.25);
}

.about-stat {
  flex: 1;
  text-align: center;
  padding: 1.2rem 0.5rem;
  border-right: 1px solid rgba(155, 125, 74, 0.2);
}

.about-stat:last-child {
  border-right: none;
}

.about-stat-num {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 300;
  color: var(--gold-light);
  letter-spacing: 0.04em;
  line-height: 1;
}

.about-stat-label {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.55rem;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(200, 184, 154, 0.65);
  margin-top: 0.4rem;
}

/* About Hero Content */
.about-hero-content {
  background: var(--charcoal);
  padding: clamp(3rem, 6vw, 5rem) clamp(2.5rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-divider {
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin: 1.5rem 0;
}

.about-lead-text {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.75;
  color: var(--stone-light);
  margin-bottom: 1.4rem;
}

.about-body-text {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(200, 184, 154, 0.6);
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
}

.about-cta-link {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-light);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(196, 160, 82, 0.4);
  transition: border-color 0.3s, letter-spacing 0.4s var(--ease-luxury);
}

.about-cta-link:hover {
  border-color: var(--gold-light);
  letter-spacing: 0.36em;
}

/* Mission & Vision Grid */
.about-mv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

@media (max-width: 700px) {
  .about-mv-grid {
    grid-template-columns: 1fr;
  }
}

.about-mv-card {
  background: var(--charcoal);
  padding: 2.5rem 2.5rem 2.8rem;
  border: 1px solid rgba(155, 125, 74, 0.15);
  position: relative;
  overflow: hidden;
}

.about-mv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, var(--gold), var(--stone));
}

.about-mv-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(155, 125, 74, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  margin-bottom: 1.2rem;
}

.about-mv-label {
  font-family: var(--font-sans);
  font-size: 0.55rem;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 0.7rem;
}

.about-mv-card h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 0.8rem;
  letter-spacing: 0.02em;
}

.about-mv-card p {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 300;
  color: rgba(200, 184, 154, 0.6);
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/* Core Values Section */
.about-values-section {
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.about-values-title {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 300;
  color: var(--charcoal);
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.about-values-title em {
  font-style: italic;
  color: var(--gold);
}

.about-values-visual {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(155, 125, 74, 0.1);
  border: 1px solid rgba(155, 125, 74, 0.1);
}

@media (max-width: 1000px) {
  .about-values-visual {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .about-values-visual {
    grid-template-columns: repeat(2, 1fr);
  }
}

.about-value-card {
  background: var(--warm-white);
  padding: 2rem 1.6rem;
  text-align: center;
  transition: background 0.3s, transform 0.3s;
}

.about-value-card:hover {
  background: var(--ivory-dark);
  transform: translateY(-3px);
}

.about-value-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(155, 125, 74, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  margin: 0 auto 1rem;
  transition: background 0.3s;
}

.about-value-card:hover .about-value-icon {
  background: rgba(155, 125, 74, 0.2);
}

.about-value-card h4 {
  font-family: var(--font-serif);
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.about-value-card p {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.7;
  letter-spacing: 0.03em;
}

/* Why Us Strip */
.why-us-strip {
  background: var(--charcoal);
  padding: 3rem clamp(2rem, 5vw, 4rem);
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  border: 1px solid rgba(155, 125, 74, 0.15);
}

.why-us-strip-header h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 300;
  color: var(--ivory);
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(155, 125, 74, 0.2);
}

.why-us-strip-header h3 em {
  font-style: italic;
  color: var(--gold-light);
}

.why-us-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem 2rem;
}

@media (max-width: 900px) {
  .why-us-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .why-us-items {
    grid-template-columns: 1fr;
  }
}

.why-us-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(200, 184, 154, 0.7);
  letter-spacing: 0.06em;
}

.why-us-item svg {
  color: var(--gold-light);
  flex-shrink: 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ FOOTER Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
#site-footer {
  background: var(--charcoal);
  padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 5vw, 5rem) 2rem;
  border-top: 1px solid rgba(155, 125, 74, 0.2);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer-brand p {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(200, 184, 154, 0.6);
  max-width: 280px;
  margin-top: 1.2rem;
}

.footer-col-title {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 1.5rem;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.footer-links a {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 300;
  color: rgba(200, 184, 154, 0.55);
  letter-spacing: 0.04em;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: var(--stone-light);
}

.footer-contact-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 1rem;
}

.footer-contact-label {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 300;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
}

.footer-contact-value {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 300;
  color: rgba(200, 184, 154, 0.6);
}

.footer-bottom {
  border-top: 1px solid rgba(200, 184, 154, 0.1);
  padding-top: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-copy {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: rgba(200, 184, 154, 0.35);
}

.footer-legal {
  display: flex;
  gap: 1.5rem;
}

.footer-legal a {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: rgba(200, 184, 154, 0.35);
  transition: color 0.3s;
}

.footer-legal a:hover {
  color: var(--stone);
}

.footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.footer-logo-wrap img {
  height: 36px;
  width: 36px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(200, 184, 154, 0.3);
}

.footer-wordmark {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--stone-light);
  text-transform: uppercase;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ REVEAL ANIMATIONS Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s var(--ease-reveal), transform 0.9s var(--ease-reveal);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.35s; }
.reveal-delay-4 { transition-delay: 0.5s; }

.reveal-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 1s var(--ease-reveal), transform 1s var(--ease-reveal);
}

.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 1s var(--ease-reveal), transform 1s var(--ease-reveal);
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Clip containers that hold horizontal slide-in animations
   to prevent translateX from causing page-wide horizontal scroll */
.editorial-inner,
.diff-chapter,
.about-hero-split {
  overflow: hidden;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ PARALLAX Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.parallax-img {
  will-change: transform;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ RESPONSIVE Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   RESPONSIVE Ã¢â‚¬â€ TABLET (Ã¢â€°Â¤ 1100px)
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
@media (max-width: 1100px) {

  /* Editorial */
  .editorial-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .editorial-media {
    height: 60vh;
    min-height: 380px;
  }
  .editorial-content {
    padding: 4rem 3rem 4.5rem;
  }
  .editorial-body {
    max-width: 100%;
  }

  /* Difference alternating */
  .diff-chapter {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .diff-chapter.reverse {
    direction: ltr;
  }
  .diff-chapter.reverse .diff-media {
    order: -1;
  }
  .diff-media {
    height: 52vw;
    max-height: 480px;
    min-height: 260px;
  }
  .diff-content {
    padding: 3.5rem 3rem;
  }
  .diff-body {
    max-width: 100%;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   RESPONSIVE Ã¢â‚¬â€ MOBILE LANDSCAPE + SMALL TABLET (Ã¢â€°Â¤ 900px)
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
@media (max-width: 900px) {

  /* Nav */
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }

  #site-nav {
    padding: 1.2rem clamp(1.2rem, 4vw, 2.5rem);
  }
  .nav-wordmark {
    font-size: 0.9rem;
  }
  .nav-logo img {
    height: 34px;
  }

  /* Hero Ã¢â‚¬â€ hide floating form */
  .hero-enquiry { display: none; }

  /* Journeys */
  .journeys-grid {
    grid-template-columns: 1fr;
  }
  .journey-panel {
    aspect-ratio: 16/9;
    min-height: 280px;
  }
  .journey-body {
    padding: 2rem;
  }

  /* Testimonials Ã¢â‚¬â€ single column */
  .testimonial-slide {
    grid-template-columns: 1fr;
    padding: 0 clamp(1.2rem, 5vw, 3rem);
    gap: 2rem;
  }
  .testimonial-photo {
    aspect-ratio: 4/3;
    max-height: 320px;
  }
  .testimonial-photo-border {
    display: none;
  }
  .quote-mark {
    font-size: 4rem;
    margin-bottom: 0.8rem;
  }
  .testimonial-quote {
    font-size: clamp(1.1rem, 3.5vw, 1.6rem);
  }

  /* Difference */
  .diff-content {
    padding: 3rem 2.5rem;
  }
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   RESPONSIVE Ã¢â‚¬â€ MOBILE PORTRAIT (Ã¢â€°Â¤ 640px)
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
@media (max-width: 640px) {

  /* Nav */
  #site-nav {
    padding: 1rem 1.2rem;
  }
  .nav-wordmark {
    font-size: 0.78rem;
    letter-spacing: 0.06em;
  }
  .nav-wordmark span {
    font-size: 0.44rem;
    letter-spacing: 0.35em;
  }
  .nav-logo img {
    height: 30px;
  }
  .nav-hamburger span {
    width: 22px;
  }

  /* Hero */
  .hero-content {
    padding: 0 1.4rem;
  }
  .hero-headline {
    font-size: clamp(2.6rem, 11vw, 4.5rem);
    margin-bottom: 1.2rem;
  }
  .hero-eyebrow {
    font-size: 0.58rem;
    letter-spacing: 0.4em;
    margin-bottom: 1.4rem;
  }
  .hero-subline {
    font-size: 0.88rem;
    margin-bottom: 2rem;
    padding: 0 0.5rem;
  }
  .hero-cta-group {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
  }
  .btn-primary {
    width: 100%;
    text-align: center;
    padding: 1rem 1.8rem;
  }
  .hero-scroll {
    bottom: 1.8rem;
  }

  /* Mobile nav overlay */
  .nav-mobile-links a {
    font-size: clamp(1.6rem, 8vw, 2.4rem);
  }
  .nav-mobile-links li {
    margin: 1.4rem 0;
  }

  /* Editorial */
  .editorial-media {
    height: 55vw;
    min-height: 240px;
  }
  .editorial-content {
    padding: 3rem 1.4rem 3.5rem;
  }
  .editorial-title {
    font-size: clamp(2.2rem, 9vw, 3.5rem);
    margin-bottom: 1.5rem;
  }
  .editorial-body {
    font-size: 0.88rem;
    margin-bottom: 2rem;
  }
  .editorial-experiences li {
    font-size: 0.72rem;
  }
  .editorial-media-badge {
    top: 1.2rem;
    left: 1.2rem;
    font-size: 0.55rem;
    padding: 0.5rem 0.9rem;
  }


  /* Journeys */
  .journeys-header {
    padding: 0 1.4rem;
    margin-bottom: 2.5rem;
  }
  .section-title {
    font-size: clamp(2rem, 8.5vw, 3.2rem);
  }
  .journey-panel {
    aspect-ratio: 3/4;
    min-height: 360px;
  }
  .journey-body {
    padding: 1.5rem;
  }
  .journey-name {
    font-size: clamp(1.4rem, 6vw, 2rem);
  }
  .journey-duration {
    top: 1.2rem;
    right: 1.2rem;
    font-size: 0.55rem;
    padding: 0.35rem 0.7rem;
  }
  .journey-sub {
    max-height: none;
    opacity: 1;
    font-size: 0.7rem;
  }
  .journey-link {
    opacity: 1;
    transform: none;
  }

  /* Testimonials */
  #testimonials {
    padding: clamp(3.5rem, 8vw, 6rem) 0;
  }
  .testimonials-header {
    padding: 0 1.4rem;
    margin-bottom: 2.5rem;
  }
  .testimonial-slide {
    padding: 0 1.4rem;
    gap: 1.5rem;
  }
  .testimonial-photo {
    aspect-ratio: 16/9;
    max-height: 220px;
  }
  .testimonial-content {
    padding: 0;
  }
  .testimonial-quote {
    font-size: clamp(1.05rem, 4vw, 1.4rem);
    margin-bottom: 1.5rem;
  }
  .testimonials-controls {
    margin-top: 2rem;
  }
  .t-prev, .t-next {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }

  /* Difference */
  #difference {
    padding: clamp(3rem, 7vw, 6rem) 0;
  }
  .difference-header {
    padding: 0 1.4rem;
    margin-bottom: 3rem;
  }
  .diff-media {
    height: 62vw;
    min-height: 220px;
  }
  .diff-content {
    padding: 2.5rem 1.4rem;
  }
  .diff-title {
    font-size: clamp(1.7rem, 7vw, 2.8rem);
    margin-bottom: 1rem;
  }
  .diff-body {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
  }
  .diff-note {
    font-size: 0.88rem;
    padding-left: 1rem;
  }
  .diff-number {
    font-size: 4.5rem;
  }

  /* Final CTA */
  #final-cta {
    min-height: 85vh;
  }
  .cta-content {
    padding: 5rem 1.4rem 4rem;
  }
  .cta-headline {
    font-size: clamp(2.6rem, 11vw, 5rem);
    margin-bottom: 1.2rem;
  }
  .cta-sub {
    font-size: 0.88rem;
    margin-bottom: 2rem;
  }
  .cta-form {
    flex-direction: column;
    border: none;
    gap: 0.6rem;
    max-width: 100%;
  }
  .cta-form input {
    border: 1px solid rgba(200,184,154,0.3);
    width: 100%;
  }
  .cta-form button {
    width: 100%;
    padding: 1rem;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }
  #site-footer {
    padding: 3.5rem 1.4rem 2rem;
  }
  .footer-brand p {
    max-width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.8rem;
  }
  .footer-legal {
    justify-content: center;
  }
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   RESPONSIVE Ã¢â‚¬â€ VERY SMALL (Ã¢â€°Â¤ 390px)
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
@media (max-width: 390px) {
  .nav-wordmark {
    font-size: 0.7rem;
  }
  .hero-headline {
    font-size: clamp(2.4rem, 10vw, 3.6rem);
  }
  .editorial-title {
    font-size: clamp(2rem, 8.5vw, 3rem);
  }
  .journey-panel {
    min-height: 300px;
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ ACCESSIBILITY Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}

:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 3px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FOOTER
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
#site-footer {
  background: var(--charcoal-mid);
  padding: clamp(4rem, 8vw, 6rem) 0 2rem;
  color: var(--ivory);
  border-top: 1px solid rgba(155,125,74,0.2);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: clamp(2rem, 4vw, 4rem);
  max-width: var(--container);
  margin: 0 auto clamp(3rem, 6vw, 4rem);
  padding: 0 clamp(1.5rem, 5vw, 5rem);
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.footer-brand .footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.footer-wordmark {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--gold-light);
  letter-spacing: 0.05em;
}

.footer-brand p {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(200,184,154,0.7);
  line-height: 1.7;
  max-width: 300px;
}

.footer-col-title {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ivory);
  margin-bottom: 1.5rem;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-left: 0;
  margin: 0;
}

.footer-links li a {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(200,184,154,0.7);
  transition: color 0.3s;
  text-decoration: none;
}

.footer-links li a:hover {
  color: var(--gold-light);
}

.footer-contact-item {
  margin-bottom: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.footer-contact-label {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.footer-contact-value {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--ivory);
}

.footer-bottom {
  max-width: var(--container);
  margin: 0 auto;
  padding: 2rem clamp(1.5rem, 5vw, 5rem) 0;
  border-top: 1px solid rgba(155,125,74,0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-copy {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(200,184,154,0.5);
}

.footer-legal {
  display: flex;
  gap: 1.5rem;
}

.footer-legal a {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(200,184,154,0.5);
  transition: color 0.3s;
  text-decoration: none;
}

.footer-legal a:hover {
  color: var(--gold-light);
}

/* ============================================================
   INNER PAGES DESIGN STYLES
   ============================================================ */
.inner-hero {
  position: relative;
  min-height: 42vh;
  padding: 10rem 0 5rem;
  background-color: var(--charcoal);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26,24,20,0.75) 0%, rgba(26,24,20,0.92) 100%);
}

.inner-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1rem;
}

.breadcrumb a {
  color: rgba(245,240,232,0.6);
  transition: color 0.3s;
}

.breadcrumb a:hover {
  color: var(--gold-light);
}

.inner-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 300;
  color: var(--ivory);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.inner-hero-title em {
  font-style: italic;
  color: var(--stone-light);
}

.inner-hero-subtitle {
  font-family: var(--font-sans);
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  font-weight: 300;
  color: rgba(200, 184, 154, 0.75);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Filter Tabs */
.filter-tabs-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 3rem;
}

.filter-tab {
  padding: 0.6rem 1.4rem;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--ivory);
  background: var(--charcoal-mid);
  border: 1px solid rgba(155, 125, 74, 0.25);
  border-radius: 40px;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.filter-tab:hover,
.filter-tab.active {
  background: var(--gold);
  color: var(--charcoal);
  border-color: var(--gold-light);
}

/* Contact Grid */
.contact-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding: var(--section-pad) 0;
}

@media (max-width: 992px) {
  .contact-section-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.contact-info-card {
  background: var(--charcoal-mid);
  padding: 3rem;
  border-radius: 4px;
  border: 1px solid rgba(155, 125, 74, 0.2);
}

.contact-info-card h3 {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  color: var(--ivory);
  margin-bottom: 1.5rem;
}

.contact-item {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 2rem;
}

.contact-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(155,125,74,0.15);
  border: 1px solid rgba(197,160,89,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  flex-shrink: 0;
}

.contact-item-title {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--ivory);
  margin-bottom: 0.2rem;
}

.contact-item-desc {
  font-size: 0.88rem;
  color: rgba(200,184,154,0.7);
  line-height: 1.6;
}

/* Spec Box for Fleet */
.fleet-detail-card {
  background: var(--charcoal-mid);
  border: 1px solid rgba(155, 125, 74, 0.2);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 900px) {
  .fleet-detail-card {
    grid-template-columns: 1fr;
  }
}

.fleet-detail-img {
  position: relative;
  min-height: 300px;
}

.fleet-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fleet-detail-content {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fleet-detail-title {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  color: var(--ivory);
  margin-bottom: 0.6rem;
}

.fleet-detail-desc {
  font-size: 0.9rem;
  color: rgba(200, 184, 154, 0.7);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.fleet-specs-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.8rem;
}

.fleet-spec-item {
  background: rgba(26,24,20,0.5);
  padding: 0.8rem 1rem;
  border-radius: 4px;
  border-left: 2px solid var(--gold);
}

.fleet-spec-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold-light);
  display: block;
}

.fleet-spec-val {
  font-size: 0.9rem;
  color: var(--ivory);
  font-weight: 500;
}

/* ============================================================
   DETAIL PAGES LAYOUT & TIMELINE STYLES
   ============================================================ */
.detail-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 3.5rem;
  align-items: start;
  padding: var(--section-pad) 0;
}

@media (max-width: 1024px) {
  .detail-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.detail-main {
  min-width: 0;
}

.detail-sidebar {
  position: sticky;
  top: 100px;
}

.detail-sidebar-card {
  background: var(--charcoal-mid);
  border: 1px solid rgba(155, 125, 74, 0.3);
  padding: 2rem;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.sidebar-price-tag {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--gold-light);
  margin-bottom: 0.3rem;
}

.sidebar-meta-list {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  border-top: 1px solid rgba(155,125,74,0.15);
  border-bottom: 1px solid rgba(155,125,74,0.15);
}

.sidebar-meta-item {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
  font-size: 0.85rem;
  color: rgba(200, 184, 154, 0.8);
}

.sidebar-meta-item strong {
  color: var(--ivory);
  font-weight: 400;
}

/* Day Timeline */
.itinerary-timeline {
  position: relative;
  margin: 2.5rem 0;
  padding-left: 2rem;
  border-left: 2px solid rgba(155, 125, 74, 0.3);
}

.timeline-day {
  position: relative;
  margin-bottom: 3rem;
}

.timeline-day::before {
  content: '';
  position: absolute;
  left: calc(-2rem - 6px);
  top: 0.3rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 10px var(--gold);
}

.timeline-day-num {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.3rem;
}

.timeline-day-title {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  color: var(--ivory);
  margin-bottom: 0.8rem;
}

.timeline-day-body {
  font-size: 0.92rem;
  color: rgba(200, 184, 154, 0.75);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.timeline-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.highlight-pill {
  background: rgba(155, 125, 74, 0.15);
  border: 1px solid rgba(155, 125, 74, 0.25);
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  color: var(--stone-light);
}

/* Inclusions Grid */
.inclusions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  background: var(--charcoal-mid);
  padding: 2rem;
  border-radius: 6px;
  border: 1px solid rgba(155,125,74,0.2);
  margin: 3rem 0;
}

@media (max-width: 600px) {
  .inclusions-grid {
    grid-template-columns: 1fr;
  }
}

.inclusions-title {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--ivory);
  margin-bottom: 1rem;
}

.inclusions-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inclusions-list li {
  font-size: 0.85rem;
  color: rgba(200, 184, 154, 0.8);
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.inclusions-list li svg {
  flex-shrink: 0;
  color: var(--gold-light);
}
