/* ===== CSS CUSTOM PROPERTIES ===== */
 :root {
 --sandstone: #E8D5C4;
 --warm-tan: #D4B896;
 --sky-blue: #A8CDEC;
 --sage-green: #B8C5A8;
 --burnt-orange: #D4764E;
 --rust-red: #B85C3E;
 --charcoal: #3A3A3A;
 --off-white: #FAF8F5;
 --light-sand: #F5EDE3;
 --desert-gold: #DAA520;
 --canyon-red: #C1440E;
 --font-heading: 'Montserrat', sans-serif;
 --font-body: 'Open Sans', sans-serif;
 --section-padding: 80px 20px;
 --container-max: 1200px;
 --transition-smooth: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
 --transition-bounce: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
 }

 * { margin: 0; padding: 0; box-sizing: border-box; }
 html { scroll-behavior: smooth; font-size: 16px; }
 body { font-family: var(--font-body); color: var(--charcoal); background-color: var(--off-white); line-height: 1.6; overflow-x: hidden; }
 img { max-width: 100%; height: auto; display: block; }
 a { text-decoration: none; color: inherit; }

/* ===== NAVIGATION ===== */
 .navbar {
 position: fixed; top: 0; width: 100%;
 background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(250,248,245,0.98) 50%, rgba(245,237,227,0.98) 100%);
 backdrop-filter: blur(15px); z-index: 1000;
 box-shadow: 0 4px 30px rgba(0,0,0,0.08), 0 2px 10px rgba(212,118,78,0.05), inset 0 -1px 0 rgba(212,118,78,0.1);
 transition: var(--transition-smooth); overflow: visible; border-bottom: 2px solid transparent;
 }
 .navbar::after {
 content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
 background: linear-gradient(90deg, transparent 0%, var(--burnt-orange) 20%, var(--desert-gold) 50%, var(--burnt-orange) 80%, transparent 100%); opacity: 0.6;
 }

 .nav-container {
 max-width: var(--container-max); margin: 0 auto;
 padding: 8px 20px 8px 340px;
 display: flex; justify-content: space-between; align-items: center; min-height: 60px;
 }

 .logo {
 font-family: var(--font-heading); font-size: 1.5rem; font-weight: 800; color: var(--burnt-orange);
 letter-spacing: -0.5px; display: flex; align-items: center; position: absolute; left: 20px; top: 0; z-index: 1001;
 }
 .logo img { height: 300px; width: auto; transition: var(--transition-smooth); filter: drop-shadow(0 10px 30px rgba(0,0,0,0.4)); position: relative; }
 .logo:hover img { transform: scale(1.05) rotate(-2deg); filter: drop-shadow(0 20px 50px rgba(212,118,78,0.6)); }

 .nav-menu {
 display: flex; list-style: none;
 gap: 20px;
 align-items: center;
 }

 .nav-menu a {
 font-family: var(--font-heading); font-weight: 600;
 font-size: 0.85rem;
 color: var(--charcoal); transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
 position: relative; text-decoration: none; padding: 8px 2px;
 }
 .nav-menu a::after {
 content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 3px;
 background: linear-gradient(90deg, var(--burnt-orange), var(--desert-gold)); transition: width 0.3s cubic-bezier(0.4,0,0.2,1); border-radius: 2px;
 }
 .nav-menu a:hover { color: var(--burnt-orange); transform: translateY(-2px); }
 .nav-menu a:hover::after { width: 100%; }
 .nav-menu a.active { color: var(--burnt-orange); }
 .nav-menu a.active::after { width: 100%; }

 .nav-phone {
 color: var(--burnt-orange) !important; font-weight: 700 !important;
 font-size: 0.92rem;
 padding: 8px 16px;
 background: linear-gradient(135deg, rgba(212,118,78,0.12) 0%, rgba(218,165,32,0.12) 100%);
 border-radius: 10px; transition: var(--transition-smooth); border: 2px solid rgba(212,118,78,0.2); box-shadow: 0 4px 15px rgba(212,118,78,0.1);
 }
 .nav-phone:hover { background: linear-gradient(135deg, rgba(212,118,78,0.18) 0%, rgba(218,165,32,0.18) 100%); transform: translateY(-2px); border-color: rgba(212,118,78,0.4); box-shadow: 0 6px 20px rgba(212,118,78,0.2); }
 .nav-phone::after { display: none; }

 .nav-book-btn {
 background: linear-gradient(135deg, var(--burnt-orange) 0%, var(--rust-red) 100%); color: white !important;
 padding: 10px 22px;
 border-radius: 30px; transition: var(--transition-smooth); font-weight: 700;
 box-shadow: 0 6px 20px rgba(212,118,78,0.3), inset 0 1px 0 rgba(255,255,255,0.2); position: relative; overflow: hidden;
 }
 .nav-book-btn::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); transition: left 0.5s; }
 .nav-book-btn:hover::before { left: 100%; }
 .nav-book-btn:hover { background: linear-gradient(135deg, var(--rust-red) 0%, var(--canyon-red) 100%); transform: translateY(-3px); box-shadow: 0 10px 30px rgba(212,118,78,0.4), inset 0 1px 0 rgba(255,255,255,0.2); }
 .nav-book-btn::after { display: none; }

/* ===== LIMO NAV LINK ===== */
.nav-limo-link {
  color: #1a3c5e !important;
  font-weight: 700 !important;
  font-size: 0.78rem !important;
  background: linear-gradient(135deg, rgba(201,168,76,0.15), rgba(201,168,76,0.06));
  padding: 7px 14px !important;
  border-radius: 8px;
  border: 1px solid rgba(201,168,76,0.3);
  transition: all 0.3s ease !important;
  white-space: nowrap;
}
.nav-limo-link:hover {
  background: linear-gradient(135deg, rgba(201,168,76,0.25), rgba(201,168,76,0.12)) !important;
  border-color: rgba(201,168,76,0.5) !important;
  color: #0d2b45 !important;
  transform: translateY(-2px) !important;
}
.nav-limo-link::after { display: none !important; }

 .mobile-menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 5px; }
 .mobile-menu-toggle span { display: block; width: 25px; height: 3px; background: var(--charcoal); margin: 5px 0; transition: var(--transition-smooth); }

/* ===== HERO SECTION ===== */
 .hero { position: relative; height: auto; min-height: 100vh; padding: 30px 0 80px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; background: linear-gradient(135deg, #87CEEB 0%, #F4A460 50%, #D2691E 100%); }
 .hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; 

  .hero-background{
  position:absolute;
  inset:0;
  overflow:hidden;
  z-index:1;
}

.hero-background iframe{
  position:absolute;
  top:50%;
  left:50%;
  width:100vw;
  height:56.25vw;
  min-width:177.77vh;
  min-height:100vh;
  transform:translate(-50%,-50%);
  border:none;
  pointer-events:none;
} 

  background-size: cover; background-position: center; z-index: 1; transform: translateZ(0); }



 .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(ellipse at center, transparent 20%, rgba(0,0,0,0.15) 100%); z-index: 2; }
 .hero-overlay::before { content: ''; position: absolute; width: 100%; height: 100%; background-image: radial-gradient(circle, rgba(255,255,255,0.4) 1px, transparent 1px), radial-gradient(circle, rgba(255,255,255,0.3) 1px, transparent 1px), radial-gradient(circle, rgba(255,255,255,0.2) 1px, transparent 1px); background-size: 50px 50px, 80px 80px, 130px 130px; background-position: 0 0, 40px 60px, 130px 270px; animation: floatParticles 30s linear infinite; opacity: 0.3; }
 .hero-content { position: relative; z-index: 3; text-align: center; max-width: 900px; padding: 20px; animation: fadeInUp 1s ease-out; }
 .hero h1 { font-family: var(--font-heading); font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 800; color: white; margin-bottom: 20px; line-height: 1.1; text-shadow: 3px 3px 8px rgba(0,0,0,0.8), -1px -1px 3px rgba(0,0,0,0.6), 0 0 30px rgba(0,0,0,0.5); letter-spacing: -1px; position: relative; }
 .hero-subtitle { font-size: clamp(1.1rem, 2.5vw, 1.5rem); color: white; margin-bottom: 40px; font-weight: 600; opacity: 1; text-shadow: 2px 2px 6px rgba(0,0,0,0.9), 0 0 20px rgba(0,0,0,0.7); max-width: 700px; margin-left: auto; margin-right: auto; }

 .btn { font-family: var(--font-heading); font-weight: 700; padding: 18px 45px; border-radius: 50px; font-size: 1.05rem; cursor: pointer; transition: var(--transition-smooth); border: none; display: inline-flex; align-items: center; gap: 10px; position: relative; overflow: hidden; letter-spacing: 0.5px; }
 .btn::before { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; border-radius: 50%; background: rgba(255,255,255,0.3); transform: translate(-50%,-50%); transition: width 0.6s, height 0.6s; }
 .btn:hover::before { width: 300px; height: 300px; }
 .btn-primary { background: linear-gradient(135deg, var(--burnt-orange) 0%, var(--rust-red) 100%); color: white; 
  
  box-shadow: 0 10px 40px rgba(212,118,78,0.4), inset 0 -3px 10px rgba(0,0,0,0.2); }
 .btn-primary:hover { background: linear-gradient(135deg, var(--rust-red) 0%, var(--canyon-red) 100%); transform: translateY(-4px) scale(1.02); box-shadow: 0 20px 50px rgba(212,118,78,0.5), inset 0 -3px 10px rgba(0,0,0,0.2); }

 .btn-primary:active { transform: translateY(-2px) scale(0.98); }
 .btn-secondary { background: rgba(255,255,255,0.95); color: var(--burnt-orange); border: 3px solid var(--burnt-orange); box-shadow: 0 10px 30px rgba(255,255,255,0.3), inset 0 2px 5px rgba(212,118,78,0.1); }
 .btn-secondary:hover { background: var(--burnt-orange); color: white; transform: translateY(-4px) scale(1.02); box-shadow: 0 20px 40px rgba(212,118,78,0.4), inset 0 2px 5px rgba(255,255,255,0.2); }

/* ===== SCROLL INDICATOR ===== */
 .scroll-indicator { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 3; animation: bounce 2s infinite; }
 .scroll-indicator span { display: block; width: 30px; height: 50px; border: 2px solid var(--charcoal); border-radius: 20px; position: relative; }
 .scroll-indicator span::before { content: ''; position: absolute; top: 10px; left: 50%; width: 6px; height: 6px; background: var(--charcoal); border-radius: 50%; transform: translateX(-50%); animation: scrollDown 2s infinite; }

/* ===== HERO VIDEO ===== */
.hero-video-wrapper { position: relative; z-index: 10; max-width: 1400px; width: 100%; margin: 40px auto 0; padding: 0 20px; }
.hero .hero-content { margin-bottom: 0; }
.hero .scroll-indicator { margin-top: 40px; }

/* ===== SECTIONS BASE ===== */
 section { padding: var(--section-padding); position: relative; }
 .container { max-width: var(--container-max); margin: 0 auto; }
 .section-header { text-align: center; margin-bottom: 60px; }
 .section-title { font-family: var(--font-heading); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 800; background: linear-gradient(135deg, var(--charcoal) 0%, var(--burnt-orange) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 20px; position: relative; display: inline-block; letter-spacing: -1px; }
 .section-title::after { content: ''; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); width: 100px; height: 5px; background: linear-gradient(90deg, transparent, var(--burnt-orange), transparent); border-radius: 3px; animation: shimmer 3s ease-in-out infinite; }
 .section-subtitle { font-size: 1.15rem; color: var(--charcoal); opacity: 0.85; max-width: 700px; margin: 25px auto 0; line-height: 1.8; }

/* ===== TOURS SECTION ===== */
 #tours { background: linear-gradient(135deg, rgba(245,237,227,0.8) 0%, rgba(248,244,240,0.9) 100%); }
 .tours-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 35px; margin-top: 40px; }
 .tour-card { background: white; border-radius: 25px; overflow: hidden; box-shadow: 0 15px 40px rgba(0,0,0,0.08), 0 5px 15px rgba(212,118,78,0.05); transition: var(--transition-smooth); position: relative; border: 2px solid transparent; }
 .tour-card:hover { transform: translateY(-15px) scale(1.02); box-shadow: 0 25px 60px rgba(212,118,78,0.2), 0 10px 30px rgba(0,0,0,0.12); border-color: rgba(212,118,78,0.2); }
 .tour-image { height: 240px; position: relative; overflow: hidden; background-color: #000; background-size: cover; background-position: center; }
 .difficulty-badge { position: absolute; top: 20px; right: 20px; background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(255,255,255,0.95)); padding: 8px 20px; border-radius: 25px; font-size: 0.85rem; font-weight: 700; color: var(--burnt-orange); text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 5px 15px rgba(0,0,0,0.2); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.5); z-index: 10; }
 .tour-content { padding: 30px; }
 .tour-title { font-family: var(--font-heading); font-size: 1.6rem; font-weight: 700; color: var(--charcoal); margin-bottom: 12px; letter-spacing: -0.5px; }
 .tour-description { color: var(--charcoal); opacity: 0.8; margin-bottom: 25px; line-height: 1.7; font-size: 0.95rem; }
 .tour-details { display: flex; gap: 25px; margin-bottom: 25px; flex-wrap: wrap; }
 .tour-detail { display: flex; align-items: center; gap: 10px; font-size: 0.95rem; color: var(--charcoal); font-weight: 600; }
 .tour-detail-icon { width: 28px; height: 28px; 

  background: linear-gradient(135deg, #a80a0a, #cc0000) !important;; 
  
  border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 0.75rem; box-shadow: 0 3px 10px rgba(212,118,78,0.3); }
 .tour-price { font-family: var(--font-heading); font-size: 2rem; font-weight: 800; background: linear-gradient(135deg, var(--burnt-orange), var(--desert-gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 20px; letter-spacing: -1px; }
 .tour-book-btn { width: 100%; background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: white; padding: 16px; border-radius: 15px; font-family: var(--font-heading); font-weight: 700; border: none; cursor: pointer; transition: var(--transition-smooth); font-size: 1rem; letter-spacing: 0.5px; box-shadow: 0 8px 20px rgba(212,118,78,0.3); position: relative; overflow: hidden; }
 .tour-book-btn::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); transition: left 0.5s; }
 .tour-book-btn:hover::before { left: 100%; }
 .tour-book-btn:hover { background: linear-gradient(135deg, var(--rust-red), var(--canyon-red)); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(212,118,78,0.4); }

/* ===== 3D VIDEO FRAME ===== */
 .video-frame-3d { position: relative; padding: 40px; background: linear-gradient(135deg, #D4A574 0%, #C19A6B 25%, #B8956A 50%, #A8865F 75%, #8B7355 100%); border-radius: 20px; box-shadow: 0 30px 80px rgba(0,0,0,0.4), inset 0 2px 10px rgba(255,255,255,0.3), inset 0 -10px 30px rgba(0,0,0,0.3); transform: rotateX(5deg); transition: var(--transition-smooth); border: 3px solid #8B7355; }
 .video-frame-3d::after { content: ''; position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; background: linear-gradient(135deg, rgba(139,115,85,0.4) 0%, transparent 50%, rgba(184,149,106,0.4) 100%); border-radius: 25px; z-index: -1; filter: blur(15px); }
 .video-frame-3d:hover { transform: rotateX(0deg) scale(1.02); box-shadow: 0 40px 100px rgba(0,0,0,0.5), inset 0 2px 10px rgba(255,255,255,0.3), inset 0 -10px 30px rgba(0,0,0,0.3); }
 .video-frame-inner { position: relative; width: 100%; padding-bottom: 56.25%; background: #000; border-radius: 10px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.6), inset 0 0 20px rgba(0,0,0,0.4); }
 .video-frame-inner iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; border-radius: 10px; }

/* ===== WHY VERNAL ===== */
 #why-vernal { background: var(--off-white); position: relative; overflow: hidden; }
 .features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-top: 40px; position: relative; z-index: 1; }
 .feature-card { background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.08); transition: var(--transition-smooth); border: 1px solid rgba(212,118,78,0.1); position: relative; }
 .feature-card:hover { transform: translateY(-8px); box-shadow: 0 20px 60px rgba(212,118,78,0.15); }
 .feature-image { height: 260px; position: relative; overflow: hidden; background-color: #000; background-size: cover; background-position: center; transition: var(--transition-smooth); }
 .feature-content { padding: 32px; text-align: center; }
 .feature-title { font-family: var(--font-heading); font-size: 1.55rem; font-weight: 700; color: var(--charcoal); margin-bottom: 15px; }
 .feature-description { color: var(--charcoal); opacity: 0.8; line-height: 1.7; font-size: 1.05rem; }

/* ===== VEHICLES ===== */
 #vehicles { background: linear-gradient(135deg, rgba(245,237,227,0.7) 0%, rgba(248,244,240,0.8) 100%); }
 .vehicles-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 35px; margin-top: 40px; }
 .vehicle-card { background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 15px 35px rgba(0,0,0,0.08); transition: var(--transition-smooth); position: relative; border: 2px solid transparent; }
 .vehicle-card:hover { transform: translateY(-12px) scale(1.02); box-shadow: 0 25px 55px rgba(168,205,236,0.2), 0 10px 25px rgba(0,0,0,0.1); border-color: rgba(168,205,236,0.3); }
 .vehicle-image { height: 540px; position: relative; overflow: hidden; background-color: #000; background-size: cover; background-position: center; }
 .vehicle-content { padding: 30px; }
 .vehicle-name { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700; color: var(--charcoal); margin-bottom: 20px; }
 .vehicle-specs { list-style: none; margin-bottom: 20px; }
 .vehicle-specs li { padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,0.06); display: flex; justify-content: space-between; font-size: 0.95rem; }
 .vehicle-specs li:last-child { border-bottom: none; }
 .spec-label { font-weight: 700; color: var(--charcoal); }
 .spec-value { color: var(--burnt-orange); font-weight: 600; }

/* ===== GALLERY CAROUSEL ===== */
 #gallery { background: linear-gradient(to bottom, rgba(250,248,245,0.9), rgba(245,237,227,0.9)); padding: 80px 20px 100px; }
 .carousel-container { max-width: 1100px; margin: 40px auto 0; }
 .carousel-main { position: relative; width: 100%; height: 600px; background: white; border-radius: 25px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.15), 0 10px 30px rgba(212,118,78,0.1); }
 .carousel-track-container { width: 100%; height: 100%; position: relative; overflow: hidden; }
 .carousel-track { display: flex; height: 100%; transition: transform 0.5s cubic-bezier(0.4,0,0.2,1); }
 .carousel-slide { min-width: 100%; height: 100%; position: relative; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--warm-tan), var(--sage-green)); }
 .carousel-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
 .carousel-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(58,58,58,0.95) 0%, rgba(58,58,58,0.8) 50%, transparent 100%); color: white; padding: 40px 30px 25px; font-family: var(--font-heading); font-weight: 700; font-size: 1.5rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); transform: translateY(100%); transition: transform 0.4s ease; }
 .carousel-slide.active .carousel-caption { transform: translateY(0); }
 .carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.95); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; z-index: 10; transition: var(--transition-smooth); box-shadow: 0 5px 20px rgba(0,0,0,0.15); display: flex; align-items: center; justify-content: center; }
 .carousel-btn span { font-size: 2.5rem; line-height: 1; color: var(--burnt-orange); font-weight: 300; }
 .carousel-btn:hover { background: var(--burnt-orange); transform: translateY(-50%) scale(1.1); box-shadow: 0 8px 25px rgba(212,118,78,0.4); }
 .carousel-btn:hover span { color: white; }
 .carousel-prev { left: 20px; }
 .carousel-next { right: 20px; }
 .carousel-indicators { display: flex; justify-content: center; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
 .carousel-indicator { width: 12px; height: 12px; border-radius: 50%; background: rgba(212,118,78,0.3); border: none; cursor: pointer; transition: var(--transition-smooth); padding: 0; }
 .carousel-indicator:hover { background: rgba(212,118,78,0.6); transform: scale(1.2); }
 .carousel-indicator.active { background: var(--burnt-orange); width: 30px; border-radius: 6px; }
 .carousel-thumbnails { display: none; }

/* ===== BOOKING ===== */
 #booking { background: linear-gradient(135deg, rgba(245,237,227,0.5), rgba(232,213,196,0.6)); position: relative; }
 #booking::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 200px; background: linear-gradient(to bottom, rgba(250,248,245,0.8), transparent); }
 .booking-container { max-width: 850px; margin: 40px auto 0; background: white; padding: 60px 50px; border-radius: 30px; box-shadow: 0 25px 70px rgba(0,0,0,0.12), 0 10px 30px rgba(212,118,78,0.08); position: relative; border: 1px solid rgba(212,118,78,0.1); }
 .booking-container::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg, var(--burnt-orange), var(--desert-gold), var(--burnt-orange)); border-radius: 30px 30px 0 0; }
 .phone-cta-wrapper { text-align: center; }
 .phone-icon { font-size: 5rem; margin-bottom: 20px; animation: pulse 2s ease-in-out infinite; }
 .phone-cta-title { font-family: var(--font-heading); font-size: 2rem; font-weight: 700; color: var(--charcoal); margin-bottom: 30px; }
 .phone-number-display { display: inline-block; font-family: var(--font-heading); font-size: 3.5rem; font-weight: 800; background: linear-gradient(135deg, var(--burnt-orange), var(--desert-gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 20px; letter-spacing: -2px; transition: var(--transition-smooth); text-decoration: none; position: relative; }
 .phone-number-display:hover { transform: scale(1.05); filter: drop-shadow(0 5px 15px rgba(212,118,78,0.3)); }
 .phone-cta-subtitle { font-size: 1.2rem; color: var(--charcoal); opacity: 0.8; margin-bottom: 40px; font-weight: 600; }
 .phone-benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin-top: 50px; padding-top: 40px; border-top: 2px solid rgba(212,118,78,0.1); }
 .phone-benefit { display: flex; align-items: center; gap: 12px; font-size: 1.1rem; font-weight: 600; color: var(--charcoal); }
 .benefit-icon { width: 32px; height: 32px; background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; }

/* ===== ABOUT ===== */
 #about { background: var(--off-white); }
 .about-features { display: grid; gap: 20px; margin-top: 40px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
 .about-feature { display: flex; align-items: center; gap: 15px; }
 .about-feature-icon { width: 50px; height: 50px; background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }
 .about-feature-text { font-weight: 600; color: var(--charcoal); font-size: 0.95rem; }
 .about-image { display: none; }

/* ===== FOOTER ===== */
 footer { background: var(--charcoal); color: var(--off-white); padding: 60px 20px 30px; }
 .footer-logo img { height: 80px; margin-bottom: 15px; filter: brightness(1.1); transition: var(--transition-smooth); }
 .footer-logo img:hover { transform: scale(1.05); }
 .footer-content { max-width: var(--container-max); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; }
 .footer-section h3, .footer-section h4 { font-family: var(--font-heading); font-size: 1.2rem; font-weight: 700; margin-bottom: 20px; color: var(--burnt-orange); }
 .footer-section p, .footer-section a { margin-bottom: 10px; opacity: 0.9; transition: opacity 0.3s; }
 .footer-section a:hover { opacity: 1; color: var(--burnt-orange); }
 .footer-links { list-style: none; }
 .footer-links li { margin-bottom: 10px; }
 .social-links { display: flex; gap: 15px; margin-top: 15px; }
 .social-link { width: 40px; height: 40px; background: var(--burnt-orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: var(--transition-smooth); }
 .social-link:hover { transform: translateY(-3px); background: var(--rust-red); }
 .footer-phone-highlight { margin: 15px 0; }
 .footer-phone-link { color: var(--burnt-orange) !important; font-size: 1.3rem; font-weight: 700; text-decoration: none; transition: var(--transition-smooth); display: inline-block; }
 .footer-phone-link:hover { color: var(--desert-gold) !important; transform: scale(1.05); }
 .footer-bottom { max-width: var(--container-max); margin: 0 auto; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; opacity: 0.7; }

/* ===== MOBILE STICKY CTA ===== */
 .mobile-sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; background: var(--burnt-orange); padding: 15px 20px; display: none; z-index: 999; box-shadow: 0 -5px 20px rgba(0,0,0,0.1); }
 .mobile-sticky-cta button { width: 100%; background: white; color: var(--burnt-orange); border: none; padding: 16px; border-radius: 30px; font-family: var(--font-heading); font-weight: 700; font-size: 1.1rem; cursor: pointer; }

/* ===== FLOATING VIDEO ===== */
 .floating-video { position: fixed; top: 80px; right: 20px; width: 420px; background: white; border-radius: 15px; box-shadow: 0 15px 50px rgba(0,0,0,0.3), 0 5px 20px rgba(212,118,78,0.2); z-index: 998; overflow: hidden; opacity: 0; transform: translateY(-20px) scale(0.95); transition: all 0.5s cubic-bezier(0.4,0,0.2,1); pointer-events: none; }
 .floating-video.visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: all; }
 .floating-video-header { background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); padding: 12px 15px; display: flex; justify-content: space-between; align-items: center; }
 .floating-video-title { color: white; font-family: var(--font-heading); font-weight: 700; font-size: 0.95rem; display: flex; align-items: center; gap: 8px; }
 .floating-video-close { background: rgba(255,255,255,0.2); border: none; color: white; width: 28px; height: 28px; border-radius: 50%; font-size: 1.5rem; line-height: 1; cursor: pointer; transition: var(--transition-smooth); display: flex; align-items: center; justify-content: center; padding: 0; }
 .floating-video-close:hover { background: rgba(255,255,255,0.3); transform: rotate(90deg); }
 .floating-video-container { background: #000; }
 .vimeo-embed-wrapper { padding: 56.25% 0 0 0; position: relative; }
 .vimeo-embed-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* ===== MEET YOUR GUIDE (TABLET/MOBILE) ===== */
.meet-guide-section { display: none; background: var(--off-white); }
.guide-video-container { max-width: 800px; margin: 0 auto; }
.guide-video-wrapper { position: relative; padding-bottom: 56.25%; background: #000; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.15), 0 10px 30px rgba(212,118,78,0.1); }
.guide-video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

/* ===== VIDEO PLAY OVERLAY ===== */
.video-play-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; background: #000; display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 10px; overflow: hidden; }
.video-thumbnail { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 10px; filter: brightness(0.6); transition: filter 0.3s ease, transform 0.5s ease; }
.video-play-overlay:hover .video-thumbnail { filter: brightness(0.8); transform: scale(1.03); }
.play-overlay-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.play-icon-circle { width: 80px; height: 80px; border-radius: 50%; background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: #fff; font-size: 32px; display: flex; align-items: center; justify-content: center; padding-left: 5px; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 0 25px rgba(212,118,78,0.5); }
.video-play-overlay:hover .play-icon-circle { transform: scale(1.15); box-shadow: 0 0 40px rgba(212,118,78,0.7); }
.play-overlay-text { color: #fff; font-family: var(--font-heading); font-size: 18px; font-weight: 900; letter-spacing: 0.5px; text-shadow: 0 2px 10px rgba(0,0,0,0.8); }
.video-play-overlay.hidden { opacity: 0; pointer-events: none; transition: opacity 0.5s ease; }
#heroVideoContainer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#heroVideoContainer iframe { width: 100%; height: 100%; border: none; border-radius: 10px; }

/* ===== ANIMATIONS ===== */
 @keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
 @keyframes bounce { 0%,20%,50%,80%,100% { transform: translateX(-50%) translateY(0); } 40% { transform: translateX(-50%) translateY(-10px); } 60% { transform: translateX(-50%) translateY(-5px); } }
 @keyframes scrollDown { 0% { opacity: 0; top: 10px; } 50% { opacity: 1; } 100% { opacity: 0; top: 30px; } }
 @keyframes floatParticles { 0% { transform: translateY(0) translateX(0); } 100% { transform: translateY(-100vh) translateX(50px); } }
 @keyframes float { 0%,100% { transform: translateY(0) translateX(0); } 50% { transform: translateY(20px) translateX(10px); } }
 @keyframes shimmer { 0% { background-position: -1000px 0; } 100% { background-position: 1000px 0; } }
 @keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.8; transform: scale(1.05); } }

/* ===== DROPDOWN MENU ===== */
.nav-dropdown { position: relative; }
.dropdown-toggle { cursor: pointer; user-select: none; }
.dropdown-menu { position: absolute; top: 100%; left: 0; background: var(--off-white); min-width: 220px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); border-radius: 8px; padding: 10px 0; margin-top: 10px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s ease; z-index: 1000; list-style: none; }
.nav-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu li { padding: 0; margin: 0; }
.dropdown-menu a { display: block; padding: 12px 20px; color: var(--charcoal); font-size: 0.95rem; transition: all 0.2s ease; border-left: 3px solid transparent; }
.dropdown-menu a:hover { background: rgba(212,118,78,0.1); border-left-color: var(--burnt-orange); color: var(--burnt-orange); padding-left: 25px; }

/* Trail badge & grid */
.trail-badge { font-size: 0.75rem; padding: 7px 14px; white-space: nowrap; }
.trails-grid { grid-template-columns: repeat(2, 1fr); }
.trails-grid .tour-card:last-child { grid-column: 1 / -1; max-width: 420px; margin: 0 auto; }

/* ===== PRICING CARDS ===== */
.pricing-section { margin-bottom: 80px; }
.pricing-section h2 { font-family: var(--font-heading); font-size: clamp(1.8rem,3vw,2.5rem); font-weight: 800; color: var(--charcoal); margin-bottom: 12px; letter-spacing: -0.5px; }
.pricing-section > p { font-size: 1.05rem; color: var(--charcoal); opacity: 0.75; margin-bottom: 35px; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.pricing-card { background: white; border-radius: 22px; padding: 36px 32px; box-shadow: 0 10px 35px rgba(0,0,0,0.08); border: 2px solid transparent; transition: all 0.3s ease; text-align: center; position: relative; }
.pricing-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(212,118,78,0.15); border-color: rgba(212,118,78,0.2); }
.pricing-card.featured { border-color: var(--burnt-orange); background: linear-gradient(180deg, rgba(212,118,78,0.04) 0%, white 30%); }
.pricing-card.featured::before { content: 'MOST POPULAR'; position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: white; padding: 5px 18px; border-radius: 20px; font-family: var(--font-heading); font-size: 0.68rem; font-weight: 700; letter-spacing: 2px; }
.pricing-label { font-family: var(--font-heading); font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--burnt-orange); margin-bottom: 8px; }
.pricing-title { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 700; color: var(--charcoal); margin-bottom: 20px; }
.pricing-amount { font-family: var(--font-heading); font-size: 3.2rem; font-weight: 800; background: linear-gradient(135deg, var(--burnt-orange), var(--desert-gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: -2px; line-height: 1; margin-bottom: 6px; }
.pricing-per { font-size: 0.9rem; color: var(--charcoal); opacity: 0.6; margin-bottom: 24px; font-weight: 600; }
.pricing-features { list-style: none; text-align: left; margin-bottom: 28px; }
.pricing-features li { padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.05); font-size: 0.92rem; color: var(--charcoal); display: flex; align-items: center; gap: 10px; }
.pricing-features li:last-child { border-bottom: none; }
.pricing-features li::before { content: '✓'; color: #27AE60; font-weight: 800; font-size: 0.9rem; flex-shrink: 0; }

/* ===== CTA BUTTON ===== */
.cta-button { font-family: var(--font-heading); font-weight: 700; padding: 16px 35px; border-radius: 30px; text-decoration: none; transition: all 0.3s ease; font-size: 1.05rem; display: inline-block; }
.cta-button.primary { background: white; color: var(--burnt-orange); }
.cta-button.primary:hover { background: var(--off-white); transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.2); }

/* ===== BW PROMO BADGE ===== */
.bw-promo-badge { position: fixed; bottom: 30px; left: 20px; z-index: 997; width: 280px; text-decoration: none; display: block; animation: badgeSlideIn 0.8s cubic-bezier(0.68,-0.55,0.265,1.55) 2s both; }
.bw-promo-badge::before { content: ''; position: absolute; inset: -6px; border-radius: 22px; background: linear-gradient(135deg, var(--burnt-orange), var(--desert-gold), var(--burnt-orange)); background-size: 200% 200%; animation: badgeGlow 2.5s ease-in-out infinite; z-index: -1; opacity: 0.7; filter: blur(8px); }
.bw-promo-badge-inner { background: linear-gradient(135deg, #1a3c5e 0%, #0d2b45 60%, #1a3c5e 100%); border-radius: 18px; padding: 20px; position: relative; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.1); border: 2px solid rgba(218,165,32,0.4); }
.bw-promo-badge-inner::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(218,165,32,0.15), transparent); animation: badgeShimmer 4s ease-in-out infinite 3s; pointer-events: none; }
.bw-promo-badge-inner::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--desert-gold), var(--burnt-orange), var(--desert-gold)); }
.bw-badge-eyebrow { font-family: var(--font-heading); font-size: 0.65rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--desert-gold); margin-bottom: 6px; display: flex; align-items: center; gap: 6px; }
.bw-badge-eyebrow .pulse-dot { width: 8px; height: 8px; background: #27AE60; border-radius: 50%; animation: dotPulse 1.5s ease-in-out infinite; flex-shrink: 0; }
.bw-badge-offer { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 800; color: white; line-height: 1.15; margin-bottom: 8px; }
.bw-badge-offer .highlight { background: linear-gradient(135deg, var(--desert-gold), #f0c040); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.bw-badge-detail { font-family: var(--font-body); font-size: 0.82rem; color: rgba(255,255,255,0.8); line-height: 1.5; margin-bottom: 12px; }
.bw-badge-detail strong { color: white; }
.bw-badge-cta-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.bw-badge-button { display: inline-flex; align-items: center; gap: 6px; background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: white; padding: 9px 18px; border-radius: 25px; font-family: var(--font-heading); font-size: 0.8rem; font-weight: 700; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(212,118,78,0.4); }
.bw-promo-badge:hover .bw-badge-button { background: linear-gradient(135deg, var(--rust-red), var(--canyon-red)); transform: translateX(3px); }
.bw-badge-logo-text { font-family: var(--font-heading); font-size: 0.65rem; font-weight: 700; color: rgba(255,255,255,0.5); }
.bw-badge-close { position: absolute; top: 8px; right: 10px; background: rgba(255,255,255,0.1); border: none; color: rgba(255,255,255,0.5); width: 24px; height: 24px; border-radius: 50%; font-size: 1rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; z-index: 10; padding: 0; }
.bw-badge-close:hover { background: rgba(255,255,255,0.2); color: white; transform: rotate(90deg); }
.bw-promo-badge:hover .bw-promo-badge-inner { box-shadow: 0 15px 50px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.15); border-color: rgba(218,165,32,0.6); }
.bw-promo-badge:hover { transform: translateY(-3px); transition: transform 0.3s ease; }

@keyframes badgeSlideIn { from { opacity: 0; transform: translateY(40px) scale(0.9); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes badgeGlow { 0%,100% { opacity: 0.5; background-position: 0% 50%; } 50% { opacity: 0.85; background-position: 100% 50%; } }
@keyframes badgeShimmer { 0% { left: -100%; } 40% { left: 150%; } 100% { left: 150%; } }
@keyframes dotPulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.7); } }

/* ===== HIGH CLASS LIMOUSINE PROMO BADGE (right side) ===== */
.hcl-promo-badge { position: fixed; top: 50%; right: 20px; transform: translateY(-50%); z-index: 997; width: 280px; text-decoration: none; display: block; animation: hclBadgeSlideIn 0.8s cubic-bezier(0.68,-0.55,0.265,1.55) 2.4s both; }
.hcl-promo-badge::before { content: ''; position: absolute; inset: -6px; border-radius: 22px; background: linear-gradient(135deg, #c9a84c, #e0c872, #c9a84c); background-size: 200% 200%; animation: badgeGlow 2.5s ease-in-out infinite; z-index: -1; opacity: 0.7; filter: blur(8px); }
.hcl-promo-badge-inner { background: linear-gradient(135deg, #20202a 0%, #1a1a22 60%, #272730 100%); border-radius: 18px; padding: 20px; position: relative; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.08); border: 2px solid rgba(201,168,76,0.45); }
.hcl-promo-badge-inner::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(201,168,76,0.18), transparent); animation: badgeShimmer 4s ease-in-out infinite 3.4s; pointer-events: none; }
.hcl-promo-badge-inner::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #c9a84c, #e0c872, #c9a84c); }
.hcl-badge-eyebrow { font-family: var(--font-heading); font-size: 0.65rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #e0c872; margin-bottom: 6px; display: flex; align-items: center; gap: 6px; }
.hcl-badge-eyebrow .pulse-dot { width: 8px; height: 8px; background: #c9a84c; border-radius: 50%; animation: dotPulse 1.5s ease-in-out infinite; flex-shrink: 0; }
.hcl-badge-offer { font-family: var(--font-heading); font-size: 1.35rem; font-weight: 800; color: #f5f0e8; line-height: 1.15; margin-bottom: 8px; }
.hcl-badge-offer .highlight { background: linear-gradient(135deg, #c9a84c, #e0c872); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hcl-badge-detail { font-family: var(--font-body); font-size: 0.82rem; color: rgba(245,240,232,0.78); line-height: 1.5; margin-bottom: 12px; font-style: italic; }
.hcl-badge-detail strong { color: #f5f0e8; font-style: normal; }
.hcl-badge-cta-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.hcl-badge-button { display: inline-flex; align-items: center; gap: 6px; background: linear-gradient(135deg, #c9a84c, #b8963e); color: #1a1a22; padding: 9px 18px; border-radius: 25px; font-family: var(--font-heading); font-size: 0.8rem; font-weight: 700; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(201,168,76,0.35); }
.hcl-promo-badge:hover .hcl-badge-button { background: linear-gradient(135deg, #e0c872, #c9a84c); transform: translateX(3px); }
.hcl-badge-logo-text { font-family: var(--font-heading); font-size: 0.65rem; font-weight: 700; color: rgba(245,240,232,0.5); }
.hcl-badge-close { position: absolute; top: 8px; right: 10px; background: rgba(255,255,255,0.08); border: none; color: rgba(245,240,232,0.5); width: 24px; height: 24px; border-radius: 50%; font-size: 1rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; z-index: 10; padding: 0; }
.hcl-badge-close:hover { background: rgba(201,168,76,0.25); color: #f5f0e8; transform: rotate(90deg); }
.hcl-promo-badge:hover .hcl-promo-badge-inner { box-shadow: 0 15px 50px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.12); border-color: rgba(201,168,76,0.65); }
.hcl-promo-badge:hover { transform: translateY(-50%) translateY(-3px); transition: transform 0.3s ease; }
.hcl-promo-badge.dismissed { opacity: 0; transform: translateY(-50%) translateX(30px) scale(0.9); pointer-events: none; transition: all 0.4s ease; }

@keyframes hclBadgeSlideIn { from { opacity: 0; transform: translateY(-50%) translateX(40px) scale(0.9); } to { opacity: 1; transform: translateY(-50%) translateX(0) scale(1); } }

/* ===== RESPONSIVE ===== */
@media (max-width: 1680px) {
  .logo img { height: 150px; }
  .nav-container { padding: 8px 20px 8px 240px; }
  .floating-video { display: none !important; }
  .meet-guide-section { display: block; }
}

@media (max-width: 1024px) {
  .logo img { height: 130px; }
  .nav-container { padding: 8px 20px 8px 200px; }
  .floating-video { display: none !important; }
  .meet-guide-section { display: block; }
  .bw-promo-badge { width: 260px; bottom: 25px; left: 15px; }
  .hcl-promo-badge { width: 250px; right: 15px; }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .nav-menu { display: none; }
  .mobile-menu-toggle { display: block; }
  .logo { left: 15px; }
  .logo img { height: 100px; }
  .nav-container { padding: 8px 20px 8px 140px; }
  .hero { padding: 100px 0 60px; min-height: auto; }
  .hero-video-wrapper { margin: 30px auto 0; padding: 0 15px; }
  .tours-grid, .features-grid, .vehicles-grid { grid-template-columns: 1fr; }
  .trails-grid { grid-template-columns: 1fr; }
  .trails-grid .tour-card:last-child { grid-column: auto; max-width: none; }
  .booking-container { padding: 30px 20px; }
  .phone-cta-title { font-size: 1.5rem; }
  .phone-number-display { font-size: 2.5rem; }
  .phone-benefits { grid-template-columns: 1fr; }
  .mobile-sticky-cta { display: block; }
  .meet-guide-section { display: block; }
  .footer-content { grid-template-columns: 1fr; }
  .carousel-main { height: 400px; border-radius: 15px; }
  .carousel-btn { width: 45px; height: 45px; }
  .carousel-btn span { font-size: 2rem; }
  .carousel-prev { left: 10px; }
  .carousel-next { right: 10px; }
  .carousel-caption { font-size: 1.1rem; padding: 30px 20px 20px; }
  .video-frame-3d { padding: 25px; transform: rotateX(3deg); }
  .play-icon-circle { width: 60px; height: 60px; font-size: 24px; }
  .play-overlay-text { font-size: 14px; }
  .nav-limo-link { font-size: 0.9rem !important; padding: 10px 16px !important; }
  .bw-promo-badge { display: none; }
  .hcl-promo-badge { display: none; }
  .dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: rgba(212,118,78,0.05); margin: 10px 0; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
  .nav-dropdown.active .dropdown-menu { max-height: 400px; }
  :root { --section-padding: 60px 20px; }
}

@media (max-width: 480px) {
  .section-title { font-size: 1.8rem; }
  .hero h1 { font-size: 2rem; }
  .hero-subtitle { font-size: 1rem; }
  .logo { left: 10px; }
  .logo img { height: 80px; }
  .nav-container { padding: 6px 15px 6px 95px; }
  .video-frame-3d { padding: 15px; transform: rotateX(2deg); }
  .footer-logo img { height: 60px !important; }
  .phone-icon { font-size: 3.5rem; }
  .phone-cta-title { font-size: 1.3rem; }
  .phone-number-display { font-size: 2rem; letter-spacing: -1px; }
  .carousel-main { height: 320px; }
  .carousel-btn { width: 40px; height: 40px; }
  .carousel-btn span { font-size: 1.8rem; }
  .carousel-caption { font-size: 1rem; padding: 25px 15px 15px; }
  .play-icon-circle { width: 50px; height: 50px; font-size: 20px; }
  .play-overlay-text { font-size: 12px; }
  .bw-promo-badge { bottom: 75px; left: 8px; right: 8px; }
  .bw-promo-badge-inner { padding: 14px 16px; }
  .bw-badge-offer { font-size: 1.05rem; }
}

@media (min-width: 1681px) {
  .floating-video { width: 350px; }
}

/* ================================================================
   BOOKING PAGE STYLES
   ================================================================ */
.booking-page { max-width: 1200px; margin: 200px auto 60px; padding: 0 20px; }
.page-header { text-align: center; margin-bottom: 50px; }
.page-title { font-family: var(--font-heading); font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 800; background: linear-gradient(135deg, var(--charcoal) 0%, var(--burnt-orange) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 20px; letter-spacing: -1px; }
.page-subtitle { font-size: 1.2rem; color: var(--charcoal); opacity: 0.85; max-width: 700px; margin: 0 auto 15px; line-height: 1.8; }
.calendar-badge { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, rgba(184,197,168,0.2), rgba(168,205,236,0.2)); border: 2px solid var(--sage-green); padding: 12px 24px; border-radius: 30px; font-weight: 600; color: var(--charcoal); margin-top: 10px; }
.tours-section { margin-bottom: 60px; }
.section-intro { text-align: center; max-width: 800px; margin: 0 auto 40px; }
.section-intro h2 { font-family: var(--font-heading); font-size: 2rem; font-weight: 700; color: var(--charcoal); margin-bottom: 15px; }
.section-intro p { font-size: 1.05rem; color: var(--charcoal); opacity: 0.8; line-height: 1.7; }
.book-tour-btn { width: 100%; background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: white; padding: 16px; border-radius: 15px; font-family: var(--font-heading); font-weight: 700; border: none; cursor: pointer; transition: var(--transition-smooth); font-size: 1.05rem; box-shadow: 0 8px 20px rgba(212,118,78,0.3); text-decoration: none; display: inline-block; text-align: center; }
.book-tour-btn:hover { background: linear-gradient(135deg, var(--rust-red), var(--canyon-red)); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(212,118,78,0.4); }
.help-section { background: white; border-radius: 25px; padding: 50px 40px; box-shadow: 0 20px 60px rgba(0,0,0,0.08); text-align: center; border: 1px solid rgba(212,118,78,0.1); }
.help-section h3 { font-family: var(--font-heading); font-size: 2rem; color: var(--charcoal); margin-bottom: 15px; }
.help-section p { font-size: 1.05rem; color: var(--charcoal); opacity: 0.8; margin-bottom: 30px; }
.phone-cta { display: inline-block; font-family: var(--font-heading); font-size: 2.5rem; font-weight: 800; background: linear-gradient(135deg, var(--burnt-orange), var(--desert-gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-decoration: none; transition: var(--transition-smooth); margin-bottom: 15px; }
.phone-cta:hover { transform: scale(1.05); }
.hours { font-size: 1.1rem; color: var(--charcoal); opacity: 0.85; font-weight: 600; }
@media (max-width: 768px) { .booking-page { margin-top: 140px; padding: 0 15px; } .help-section { padding: 35px 25px; } .phone-cta { font-size: 2rem; } }

/* ================================================================
   FAQ PAGE STYLES
   ================================================================ */
.faq-page-body { background: linear-gradient(135deg, rgba(245,237,227,0.8) 0%, rgba(248,244,240,0.9) 100%); min-height: 100vh; padding: 80px 20px 60px; }
.faq-section { position: relative; overflow: hidden; }
.faq-watermark { position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--font-heading); font-size: clamp(120px, 25vw, 300px); font-weight: 900; color: rgba(212,118,78,0.03); letter-spacing: 20px; z-index: 0; pointer-events: none; user-select: none; }
.status-badge { display: inline-block; background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: white; padding: 8px 20px; border-radius: 25px; font-family: var(--font-heading); font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(212,118,78,0.3); }
.faq-container { max-width: 900px; margin: 60px auto 0; position: relative; z-index: 1; }
.faq-item { background: white; border-radius: 20px; margin-bottom: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: all 0.4s cubic-bezier(0.4,0,0.2,1); border: 2px solid transparent; }
.faq-item:hover { box-shadow: 0 15px 40px rgba(212,118,78,0.15); border-color: rgba(212,118,78,0.1); transform: translateY(-2px); }
.faq-toggle { display: none; }
.faq-question { display: flex; align-items: center; gap: 20px; padding: 25px 30px; cursor: pointer; font-family: var(--font-heading); font-size: clamp(1rem, 2.5vw, 1.3rem); font-weight: 700; color: var(--charcoal); position: relative; user-select: none; transition: all 0.3s ease; }
.faq-question:hover { color: var(--burnt-orange); background: rgba(212,118,78,0.02); }
.faq-index { flex-shrink: 0; width: 50px; height: 50px; background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: white; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; font-weight: 800; box-shadow: 0 5px 15px rgba(212,118,78,0.3); }
.faq-question::after { content: '+'; position: absolute; right: 30px; width: 40px; height: 40px; background: linear-gradient(135deg, rgba(212,118,78,0.1), rgba(184,92,62,0.1)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: 300; color: var(--burnt-orange); transition: all 0.4s cubic-bezier(0.68,-0.55,0.265,1.55); }
.faq-toggle:checked + .faq-question::after { content: '−'; transform: rotate(180deg); background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: white; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.5s cubic-bezier(0.4,0,0.2,1); }
.faq-toggle:checked ~ .faq-answer { max-height: 1000px; }
.answer-content { padding: 0 30px 30px 100px; color: var(--charcoal); line-height: 1.8; font-size: 1.05rem; opacity: 0; transform: translateY(-10px); transition: all 0.4s ease 0.1s; }
.faq-toggle:checked ~ .faq-answer .answer-content { opacity: 1; transform: translateY(0); }
.answer-content p { margin-bottom: 15px; }
.answer-content strong { color: var(--burnt-orange); font-weight: 700; }
.faq-link { color: var(--burnt-orange); text-decoration: none; font-weight: 700; border-bottom: 2px solid var(--burnt-orange); transition: all 0.3s ease; padding-bottom: 2px; }
.faq-toggle:checked + .faq-question { background: linear-gradient(135deg, rgba(212,118,78,0.05), rgba(184,92,62,0.05)); color: var(--burnt-orange); }

/* ================================================================
   POLICY PAGE STYLES (Cancellation, Privacy)
   ================================================================ */
.policy-page-body { background: linear-gradient(135deg, rgba(245,237,227,0.8) 0%, rgba(248,244,240,0.9) 100%); min-height: 100vh; }
.policy-section { padding: 100px 20px 60px; position: relative; }
.policy-container { max-width: 900px; margin: 60px auto 0; }
.policy-card { background: white; border-radius: 20px; padding: 40px; margin-bottom: 30px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); position: relative; border: 1px solid rgba(212,118,78,0.1); transition: all 0.3s ease; }
.policy-card:hover { box-shadow: 0 15px 50px rgba(212,118,78,0.15); transform: translateY(-3px); }
.policy-icon { font-size: 3rem; margin-bottom: 20px; background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(212,118,78,0.3); }
.policy-heading { font-family: var(--font-heading); font-size: 2rem; font-weight: 700; color: var(--charcoal); margin-bottom: 25px; }
.policy-table { margin: 30px 0; border-radius: 15px; overflow: hidden; border: 2px solid rgba(212,118,78,0.1); }
.policy-row { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; border-bottom: 1px solid rgba(0,0,0,0.05); transition: background 0.3s ease; }
.policy-row:last-child { border-bottom: none; }
.policy-timeframe { font-weight: 700; color: var(--charcoal); font-size: 1.05rem; }
.policy-refund { padding: 8px 20px; border-radius: 25px; font-weight: 700; text-align: center; font-size: 0.95rem; }
.refund-none { background: linear-gradient(135deg, #E74C3C, #C0392B); color: white; }
.refund-partial { background: linear-gradient(135deg, #F39C12, #E67E22); color: white; }
.refund-full { background: linear-gradient(135deg, #27AE60, #229954); color: white; }
.policy-note { background: rgba(168,205,236,0.1); border-left: 4px solid var(--sky-blue); padding: 15px 20px; margin-top: 25px; border-radius: 8px; font-size: 0.95rem; }
.policy-warning { background: linear-gradient(135deg, rgba(212,118,78,0.1), rgba(193,68,14,0.1)); border-left: 4px solid var(--burnt-orange); padding: 20px; margin-top: 20px; border-radius: 8px; }
.required-badge { display: inline-block; background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: white; padding: 8px 20px; border-radius: 25px; font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; }
.policy-list { margin-top: 25px; }
.policy-list h3 { font-family: var(--font-heading); font-size: 1.3rem; color: var(--burnt-orange); margin-top: 25px; margin-bottom: 15px; }
.policy-list ul { list-style: none; padding-left: 0; }
.policy-list li { padding: 12px 0 12px 35px; position: relative; line-height: 1.7; border-bottom: 1px solid rgba(0,0,0,0.05); }
.policy-list li:last-child { border-bottom: none; }
.policy-list li::before { content: '✓'; position: absolute; left: 0; top: 12px; width: 24px; height: 24px; background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.75rem; }
.deductible-info { background: linear-gradient(135deg, rgba(245,237,227,0.5), rgba(232,213,196,0.5)); border-radius: 15px; padding: 25px; margin-top: 25px; }
.deductible-info h3 { font-family: var(--font-heading); font-size: 1.3rem; color: var(--charcoal); margin-bottom: 15px; }
.coverage-details { background: white; border-radius: 15px; padding: 25px; margin: 20px 0; border: 2px solid rgba(212,118,78,0.1); }
.coverage-item { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid rgba(0,0,0,0.05); }
.coverage-item:last-child { border-bottom: none; }
.coverage-label { font-weight: 700; color: var(--charcoal); }
.coverage-amount { color: var(--burnt-orange); font-weight: 700; }
.policy-disclaimer { background: rgba(255,255,255,0.5); border: 2px dashed rgba(212,118,78,0.3); border-radius: 10px; padding: 20px; margin-top: 25px; font-size: 0.95rem; font-style: italic; }
.policy-cta { background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: white; border-radius: 25px; padding: 50px 40px; text-align: center; margin-top: 40px; box-shadow: 0 20px 60px rgba(212,118,78,0.3); }
.policy-cta h3 { font-family: var(--font-heading); font-size: 2rem; font-weight: 700; margin-bottom: 15px; }
.policy-cta p { font-size: 1.1rem; margin-bottom: 30px; opacity: 0.95; }
.cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.cta-button.secondary { background: rgba(255,255,255,0.2); color: white; border: 2px solid white; }
.cta-button.secondary:hover { background: white; color: var(--burnt-orange); transform: translateY(-3px); }
.policy-effective-date { font-size: 1rem; color: var(--charcoal); opacity: 0.7; font-style: italic; margin-top: 10px; }
.usage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 30px 0; }
.usage-item { display: flex; gap: 15px; align-items: flex-start; background: linear-gradient(135deg, rgba(245,237,227,0.3), rgba(248,244,240,0.3)); padding: 20px; border-radius: 15px; border: 1px solid rgba(212,118,78,0.1); transition: all 0.3s ease; }
.usage-item:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(212,118,78,0.1); }
.usage-icon { font-size: 2rem; flex-shrink: 0; width: 50px; height: 50px; background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.usage-text strong { display: block; font-family: var(--font-heading); font-size: 1.1rem; color: var(--charcoal); margin-bottom: 8px; }
.usage-text p { font-size: 0.9rem; color: var(--charcoal); opacity: 0.8; margin: 0; line-height: 1.5; }
.info-box { background: linear-gradient(135deg, rgba(168,205,236,0.1), rgba(184,197,168,0.1)); border-radius: 15px; padding: 25px; margin: 25px 0; border: 2px solid rgba(168,205,236,0.2); }
.info-box h3 { font-family: var(--font-heading); font-size: 1.2rem; color: var(--charcoal); margin-bottom: 20px; }
.info-items { display: flex; flex-wrap: wrap; gap: 12px; }
.info-tag { display: inline-block; background: white; padding: 10px 18px; border-radius: 20px; font-size: 0.9rem; font-weight: 600; color: var(--charcoal); box-shadow: 0 3px 10px rgba(0,0,0,0.05); border: 1px solid rgba(212,118,78,0.1); }
.rights-list { margin: 30px 0; }
.right-item { display: flex; gap: 20px; padding: 25px; margin-bottom: 20px; background: linear-gradient(135deg, rgba(245,237,227,0.4), rgba(248,244,240,0.4)); border-radius: 15px; border-left: 5px solid var(--burnt-orange); transition: all 0.3s ease; }
.right-item:hover { transform: translateX(5px); box-shadow: 0 8px 25px rgba(212,118,78,0.1); }
.right-number { flex-shrink: 0; width: 50px; height: 50px; background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-size: 1.5rem; font-weight: 800; }
.right-content strong { display: block; font-family: var(--font-heading); font-size: 1.2rem; color: var(--charcoal); margin-bottom: 10px; }
.right-content p { margin: 0; line-height: 1.7; color: var(--charcoal); opacity: 0.85; }
.gdpr-rights { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin: 30px 0; }
.gdpr-right { background: white; padding: 25px; border-radius: 15px; border: 2px solid rgba(212,118,78,0.1); transition: all 0.3s ease; position: relative; overflow: hidden; }
.gdpr-right:hover { border-color: var(--burnt-orange); transform: translateY(-5px); box-shadow: 0 12px 30px rgba(212,118,78,0.15); }
.gdpr-right h4 { font-family: var(--font-heading); font-size: 1.2rem; color: var(--burnt-orange); margin-bottom: 12px; font-weight: 700; }
.gdpr-right p { margin: 0; line-height: 1.7; color: var(--charcoal); opacity: 0.85; font-size: 0.95rem; }

/* ================================================================
   SAFETY & WHAT TO BRING
   ================================================================ */
.packing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 30px 0; }
.packing-item { display: flex; gap: 15px; align-items: flex-start; background: white; padding: 20px; border-radius: 15px; border: 2px solid rgba(212,118,78,0.1); transition: all 0.3s ease; }
.packing-item:hover { border-color: var(--burnt-orange); transform: translateY(-5px); box-shadow: 0 12px 30px rgba(212,118,78,0.15); }
.packing-icon { font-size: 2.5rem; flex-shrink: 0; }
.packing-content strong { display: block; font-family: var(--font-heading); font-size: 1.1rem; color: var(--charcoal); margin-bottom: 6px; }
.packing-content p { margin: 0; font-size: 0.9rem; color: var(--charcoal); opacity: 0.8; line-height: 1.5; }
.seasonal-guide { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin: 30px 0; }
.season-card { background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 8px 25px rgba(0,0,0,0.08); transition: all 0.3s ease; }
.season-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(212,118,78,0.15); }
.season-header { padding: 25px; color: white; text-align: center; }
.season-header.spring { background: linear-gradient(135deg, #27AE60, #229954); }
.season-header.summer { background: linear-gradient(135deg, #F39C12, #E67E22); }
.season-header.fall { background: linear-gradient(135deg, #D35400, #BA4A00); }
.season-header.winter { background: linear-gradient(135deg, #2980B9, #21618C); }
.season-header h3 { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700; margin: 0 0 10px 0; }
.temp-range { font-size: 1.1rem; font-weight: 600; opacity: 0.95; margin: 0; }
.season-content { padding: 25px; }
.season-content h4 { font-family: var(--font-heading); font-size: 1.1rem; color: var(--charcoal); margin-bottom: 15px; }
.season-content ul { list-style: none; padding: 0; margin-bottom: 20px; }
.season-content li { padding: 8px 0 8px 30px; position: relative; line-height: 1.6; }
.season-content li::before { content: '✓'; position: absolute; left: 0; top: 8px; color: var(--burnt-orange); font-weight: 700; font-size: 1.1rem; }
.season-note { background: rgba(212,118,78,0.05); padding: 15px; border-left: 4px solid var(--burnt-orange); border-radius: 8px; font-size: 0.95rem; margin: 0; }
.provided-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin: 25px 0; }
.provided-item { display: flex; align-items: center; gap: 12px; background: linear-gradient(135deg, rgba(245,237,227,0.5), rgba(248,244,240,0.5)); padding: 15px; border-radius: 12px; border: 1px solid rgba(212,118,78,0.1); transition: all 0.3s ease; }
.provided-item:hover { transform: translateX(5px); }
.provided-icon { font-size: 1.8rem; flex-shrink: 0; }
.provided-text { font-weight: 600; color: var(--charcoal); font-size: 0.95rem; }
.tips-list { margin: 30px 0; }
.tip-item { display: flex; gap: 20px; padding: 25px; margin-bottom: 20px; background: linear-gradient(135deg, rgba(245,237,227,0.4), rgba(248,244,240,0.4)); border-radius: 15px; border-left: 5px solid var(--burnt-orange); transition: all 0.3s ease; }
.tip-item:hover { transform: translateX(5px); box-shadow: 0 8px 25px rgba(212,118,78,0.1); }
.tip-number { flex-shrink: 0; width: 50px; height: 50px; background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-size: 1.5rem; font-weight: 800; }
.tip-content strong { display: block; font-family: var(--font-heading); font-size: 1.2rem; color: var(--charcoal); margin-bottom: 10px; }
.tip-content p { margin: 0; line-height: 1.7; color: var(--charcoal); opacity: 0.85; }
.checklist-card { background: linear-gradient(135deg, rgba(168,205,236,0.1), rgba(184,197,168,0.1)); }
.checklist { margin: 25px 0; }
.checklist-item { display: flex; align-items: center; gap: 15px; padding: 15px; margin-bottom: 10px; background: white; border-radius: 12px; cursor: pointer; transition: all 0.3s ease; border: 2px solid transparent; }
.checklist-item:hover { border-color: rgba(212,118,78,0.2); transform: translateX(5px); }
.checklist-item input[type="checkbox"] { width: 24px; height: 24px; cursor: pointer; accent-color: var(--burnt-orange); }
.checklist-item span { font-size: 1.05rem; font-weight: 600; color: var(--charcoal); }

/* ================================================================
   ABOUT PAGE
   ================================================================ */
.about-hero { position: relative; height: 500px; background: linear-gradient(135deg, var(--burnt-orange) 0%, var(--rust-red) 100%); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.about-hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent; }
.about-hero-content { position: relative; z-index: 1; text-align: center; color: white; max-width: 900px; padding: 0 20px; bottom: -36px; }
.about-hero-title { font-family: var(--font-heading); font-size: clamp(3rem, 8vw, 5rem); font-weight: 800; margin-bottom: 20px; text-shadow: 0 4px 20px rgba(0,0,0,0.3); letter-spacing: -2px; }
.about-hero-subtitle { font-size: clamp(1.2rem, 3vw, 1.8rem); font-weight: 400; opacity: 0.95; }
.about-main { padding: 80px 20px; background: var(--off-white); }
.about-card { background: white; border-radius: 25px; padding: 60px; margin-bottom: 50px; box-shadow: 0 15px 50px rgba(0,0,0,0.08); border: 1px solid rgba(212,118,78,0.1); }
.about-heading { font-family: var(--font-heading); font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: var(--charcoal); margin-bottom: 30px; letter-spacing: -1px; line-height: 1.2; }
.lead-text { font-size: 1.3rem; line-height: 1.8; color: var(--charcoal); margin-bottom: 25px; }
.lead-text strong { color: var(--burnt-orange); font-weight: 700; }
.video-embed-wrapper { position: relative; width: 100%; aspect-ratio: 16 / 9; margin-top: 30px; border-radius: 16px; overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,0.15); }
.video-embed-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.mission-card { background: linear-gradient(135deg, rgba(245,237,227,0.3), rgba(248,244,240,0.5)); border: 2px solid rgba(212,118,78,0.15); }
.mission-content p { font-size: 1.1rem; line-height: 1.8; color: var(--charcoal); margin-bottom: 20px; }
.highlights-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 40px; }
.highlight-item { display: flex; flex-wrap: wrap; gap: 20px; align-items: flex-start; background: white; padding: 25px; border-radius: 20px; border: 2px solid rgba(212,118,78,0.1); transition: all 0.3s ease; }
.highlight-item .highlight-text { flex: 1; min-width: 0; }
.highlight-item .video-embed-wrapper { flex-basis: 100%; margin-top: 5px; }
.highlight-item:hover { border-color: var(--burnt-orange); transform: translateY(-5px); box-shadow: 0 15px 35px rgba(212,118,78,0.15); }
.highlight-icon { font-size: 3rem; flex-shrink: 0; }
.highlight-text strong { display: block; font-family: var(--font-heading); font-size: 1.3rem; color: var(--burnt-orange); margin-bottom: 8px; }
.highlight-text p { margin: 0; color: var(--charcoal); opacity: 0.85; line-height: 1.6; }
.story-content { background: white; border-radius: 25px; padding: 60px; box-shadow: 0 15px 50px rgba(0,0,0,0.08); }
.story-text { max-width: 900px; }
.story-intro { font-size: 1.5rem; font-weight: 600; color: var(--burnt-orange); margin-bottom: 30px; font-family: var(--font-heading); }
.story-text p { font-size: 1.1rem; line-height: 1.9; color: var(--charcoal); margin-bottom: 25px; }
.family-photo-placeholder { background: linear-gradient(135deg, rgba(212,118,78,0.1), rgba(184,92,62,0.1)); border-radius: 25px; padding: 60px; text-align: center; border: 3px dashed rgba(212,118,78,0.3); }
.family-photo-text h3 { font-family: var(--font-heading); font-size: 2rem; color: var(--charcoal); margin-bottom: 15px; }
.family-photo-text p { font-size: 1.2rem; color: var(--charcoal); opacity: 0.8; margin-bottom: 10px; }
.family-names { font-style: italic; color: var(--burnt-orange); font-weight: 600; }
.vision-box { background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: white; padding: 40px; border-radius: 20px; margin-top: 40px; box-shadow: 0 15px 40px rgba(212,118,78,0.3); }
.vision-box h3 { font-family: var(--font-heading); font-size: 2rem; margin-bottom: 20px; font-weight: 700; }
.vision-box p { font-size: 1.15rem; line-height: 1.8; margin-bottom: 15px; opacity: 0.95; }
.vision-box p:last-child { margin-bottom: 0; font-weight: 700; font-size: 1.3rem; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; }
.why-item { background: white; padding: 40px; border-radius: 20px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.08); border: 2px solid rgba(212,118,78,0.1); transition: all 0.3s ease; }
.why-item:hover { border-color: var(--burnt-orange); transform: translateY(-10px); box-shadow: 0 20px 50px rgba(212,118,78,0.15); }
.why-icon { font-size: 4rem; margin-bottom: 20px; }
.why-item h3 { font-family: var(--font-heading); font-size: 1.5rem; color: var(--charcoal); margin-bottom: 15px; font-weight: 700; }
.why-item p { font-size: 1.05rem; color: var(--charcoal); opacity: 0.85; line-height: 1.6; margin: 0; }
.about-cta { background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: white; border-radius: 30px; padding: 70px 50px; text-align: center; margin-top: 80px; box-shadow: 0 25px 70px rgba(212,118,78,0.3); }
.about-cta h2 { font-family: var(--font-heading); font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; margin-bottom: 20px; }
.about-cta p { font-size: clamp(1.1rem, 2.5vw, 1.4rem); margin-bottom: 40px; opacity: 0.95; }

/* ================================================================
   TRAIL PAGES
   ================================================================ */
.trail-hero { position: relative; height: 70vh; min-height: 500px; display: flex; align-items: flex-end; overflow: hidden; margin-top: 0; }
.trail-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.05); transition: transform 8s ease; }
.trail-hero-bg.loaded { transform: scale(1); }
.trail-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.35) 100%); }
.trail-hero-content { position: relative; z-index: 2; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 40px 60px; }
.trail-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; font-size: 0.9rem; font-weight: 600; color: rgba(255,255,255,0.8); }
.trail-breadcrumb a { color: rgba(255,255,255,0.8); text-decoration: none; transition: color 0.3s; }
.trail-breadcrumb a:hover { color: var(--burnt-orange); }
.trail-breadcrumb span { color: rgba(255,255,255,0.5); }
.trail-breadcrumb .current { color: white; }
.trail-hero-title { font-family: var(--font-heading); font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 800; color: white; line-height: 1.05; letter-spacing: -2px; margin-bottom: 20px; text-shadow: 0 4px 20px rgba(0,0,0,0.5); }
.trail-hero-meta { display: flex; gap: 30px; flex-wrap: wrap; }
.trail-hero-meta-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.95); font-weight: 600; font-size: 1rem; }
.trail-main { max-width: 1200px; margin: 0 auto; padding: 60px 40px 80px; }
.trail-intro { display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: start; margin-bottom: 80px; }
.trail-intro-text h2 { font-family: var(--font-heading); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 700; color: var(--charcoal); margin-bottom: 25px; line-height: 1.2; }
.trail-intro-text p { font-size: 1.1rem; line-height: 1.85; color: var(--charcoal); opacity: 0.85; margin-bottom: 20px; }
.trail-highlights-box { background: linear-gradient(135deg, rgba(245,237,227,0.6), rgba(248,244,240,0.8)); border-radius: 20px; padding: 35px; border: 2px solid rgba(212,118,78,0.15); position: sticky; top: 90px; }
.trail-highlights-box h3 { font-family: var(--font-heading); font-size: 0.85rem; font-weight: 700; color: var(--burnt-orange); margin-bottom: 20px; letter-spacing: 0.5px; text-transform: uppercase; }
.highlight-list { list-style: none; margin-bottom: 30px; }
.highlight-list li { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(212,118,78,0.1); font-size: 0.95rem; font-weight: 600; color: var(--charcoal); }
.highlight-list li:last-child { border-bottom: none; }
.highlight-list li .hl-icon { font-size: 1.3rem; width: 28px; text-align: center; }
.call-sidebar-btn { display: block; width: 100%; background: white; color: var(--burnt-orange); padding: 14px; border-radius: 12px; font-family: var(--font-heading); font-weight: 700; font-size: 1rem; text-align: center; text-decoration: none; border: 2px solid var(--burnt-orange); transition: var(--transition-smooth); margin-top: 12px; }
.call-sidebar-btn:hover { background: var(--burnt-orange); color: white; transform: translateY(-2px); }
.section-divider { width: 80px; height: 5px; background: linear-gradient(90deg, var(--burnt-orange), var(--desert-gold)); border-radius: 3px; margin-bottom: 40px; }
.tiers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.tier-card { background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 35px rgba(0,0,0,0.08); border: 2px solid transparent; transition: var(--transition-smooth); }
.tier-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(212,118,78,0.15); border-color: rgba(212,118,78,0.2); }
.tier-card-header { padding: 30px 30px 25px; }
.tier-card-header.beginner { background: linear-gradient(135deg, #27AE60, #229954); }
.tier-card-header.advanced { background: linear-gradient(135deg, #F39C12, #D68910); }
.tier-card-header.expert { background: linear-gradient(135deg, var(--burnt-orange), var(--canyon-red)); }
.tier-level-label { font-family: var(--font-heading); font-size: 0.7rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.85); margin-bottom: 6px; }
.tier-name { font-family: var(--font-heading); font-size: 1.8rem; font-weight: 800; color: white; }
.tier-card-body { padding: 25px 30px 30px; }
.tier-description { font-size: 0.95rem; line-height: 1.75; color: var(--charcoal); opacity: 0.85; margin-bottom: 20px; }
.tier-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tier-tag { background: rgba(212,118,78,0.08); border: 1px solid rgba(212,118,78,0.15); color: var(--burnt-orange); padding: 5px 12px; border-radius: 20px; font-size: 0.8rem; font-weight: 700; }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.photo-grid-item { border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; position: relative; }
.photo-grid-item.featured { grid-column: span 2; aspect-ratio: 16/9; }
.photo-grid-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }
.photo-grid-item:hover img { transform: scale(1.05); }
.trail-cta { position: relative; overflow: hidden; }
.trail-cta-watermark { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--font-heading); font-size: 10rem; font-weight: 900; color: rgba(255,255,255,0.04); white-space: nowrap; pointer-events: none; z-index: 0; }
.trail-cta > * { position: relative; z-index: 1; }
.other-trails-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }
.other-trail-card { background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 25px rgba(0,0,0,0.08); border: 2px solid transparent; transition: var(--transition-smooth); text-decoration: none; display: block; }
.other-trail-card:hover { border-color: rgba(212,118,78,0.3); transform: translateY(-6px); box-shadow: 0 15px 35px rgba(212,118,78,0.15); }
.other-trail-img { height: 130px; background-size: cover; background-position: center; }
.other-trail-info { padding: 16px 18px; }
.other-trail-info h3 { font-family: var(--font-heading); font-size: 1rem; font-weight: 700; color: var(--charcoal); margin-bottom: 4px; }
.other-trail-info span { font-size: 0.82rem; color: var(--burnt-orange); font-weight: 600; }

/* Doc's Beach carousel */
.docs-beach-carousel { display: flex; align-items: center; gap: 20px; margin-top: 40px; }
.docs-beach-carousel-track-wrap { flex: 1; overflow: hidden; perspective: 1500px; }
.docs-beach-carousel-track { display: flex; transition: transform 0.5s cubic-bezier(0.4,0,0.2,1); }
.docs-beach-carousel-slide { min-width: 100%; display: flex; justify-content: center; padding: 20px 60px 40px; box-sizing: border-box; }
.docs-beach-carousel-btn { flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%; border: none; background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: white; font-size: 2rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(212,118,78,0.35); transition: all 0.3s ease; padding: 0; }
.docs-beach-carousel-btn:hover { transform: scale(1.1); box-shadow: 0 10px 30px rgba(212,118,78,0.5); }
.docs-beach-carousel-dots { display: flex; justify-content: center; gap: 10px; margin-top: 20px; }
.docs-beach-dot { width: 10px; height: 10px; border-radius: 50%; border: none; background: rgba(212,118,78,0.25); cursor: pointer; transition: all 0.3s ease; padding: 0; }
.docs-beach-dot.active { background: var(--burnt-orange); width: 28px; border-radius: 5px; }
.docs-beach-portrait-frame { position: relative; width: 100%; max-width: 800px; padding: 10px; background: linear-gradient(135deg, #D4A574 0%, #C19A6B 25%, #B8956A 50%, #A8865F 75%, #8B7355 100%); border-radius: 20px; box-shadow: 0 30px 80px rgba(0,0,0,0.4), inset 0 2px 10px rgba(255,255,255,0.3), inset 0 -10px 30px rgba(0,0,0,0.3); transform: rotateX(5deg); transition: all 0.4s cubic-bezier(0.4,0,0.2,1); border: 3px solid #8B7355; }
.docs-beach-portrait-frame:hover { transform: rotateX(0deg) scale(1.02); }
.docs-beach-portrait-screen { position: relative; width: 100%; padding-bottom: 56.25%; background: #000; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.6), inset 0 0 20px rgba(0,0,0,0.4); }
.docs-beach-portrait-screen iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; border-radius: 12px; }

/* Video frames */
.promo-video-section { max-width: 900px; margin: 0 auto 60px; padding: 0 20px; text-align: center; }
.promo-video-3d-wrap { perspective: 1500px; }
.promo-video-frame { position: relative; padding: 28px; background: linear-gradient(135deg, #D4A574 0%, #C19A6B 25%, #B8956A 50%, #A8865F 75%, #8B7355 100%); border-radius: 20px; border: 3px solid #8B7355; box-shadow: 0 30px 80px rgba(0,0,0,0.4), inset 0 2px 10px rgba(255,255,255,0.3), inset 0 -10px 30px rgba(0,0,0,0.3); transform: rotateX(5deg); transition: all 0.4s cubic-bezier(0.4,0,0.2,1); }
.promo-video-frame:hover { transform: rotateX(0deg) scale(1.02); }
.promo-video-screen { position: relative; width: 100%; padding-bottom: 56.25%; background: #000; border-radius: 10px; overflow: hidden; }
.promo-video-screen iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; border-radius: 10px; }
.trail-video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 36px; }
.trail-video-card { display: flex; flex-direction: column; gap: 14px; perspective: 1200px; }
.trail-video-frame { position: relative; padding: 18px; background: linear-gradient(135deg, #D4A574 0%, #C19A6B 25%, #B8956A 50%, #A8865F 75%, #8B7355 100%); border-radius: 16px; border: 3px solid #8B7355; box-shadow: 0 20px 60px rgba(0,0,0,0.35), inset 0 2px 8px rgba(255,255,255,0.3), inset 0 -8px 24px rgba(0,0,0,0.3); transform: rotateX(5deg); transition: all 0.4s cubic-bezier(0.4,0,0.2,1); }
.trail-video-card:hover .trail-video-frame { transform: rotateX(0deg) scale(1.03); }
.trail-video-screen { position: relative; width: 100%; padding-bottom: 56.25%; background: #000; border-radius: 8px; overflow: hidden; }
.trail-video-screen iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; border-radius: 8px; }
.trail-video-label { text-align: center; font-family: var(--font-heading); font-size: 1rem; font-weight: 700; color: var(--charcoal); padding: 4px 0 8px; }

/* Hero/CTA video backgrounds */
.trail-hero-video-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; }
.trail-hero-video-bg iframe { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 177.78vh; height: 56.25vw; min-width: 100%; min-height: 100%; pointer-events: none; border: none; filter: brightness(1.18) contrast(1.03) saturate(1.08); }
.cta-video-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; }
.cta-video-bg iframe { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 177.78vh; height: 56.25vw; min-width: 100%; min-height: 100%; pointer-events: none; border: none; }
.cta-video-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.20); z-index: 1; }
.trail-cta h3, .trail-cta p, .trail-cta .cta-buttons { position: relative; z-index: 2; }
.about-hero-video-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; }
.about-hero-video-bg iframe { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 177.78vh; height: 56.25vw; min-width: 100%; min-height: 100%; pointer-events: none; border: none; }
.about-hero .about-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }

/* Trail page responsive */
@media (max-width: 1024px) { .trail-intro { grid-template-columns: 1fr; } .trail-highlights-box { position: static; } .tiers-grid { grid-template-columns: 1fr; } }
@media (max-width: 768px) { .trail-main { padding: 40px 20px 60px; } .trail-hero-content { padding: 0 20px 40px; } .trail-hero-title { font-size: 2.5rem; } .photo-grid { grid-template-columns: repeat(2, 1fr); } .photo-grid-item.featured { grid-column: span 2; } .docs-beach-carousel { gap: 10px; } .docs-beach-carousel-slide { padding: 15px 10px 30px; } .docs-beach-carousel-btn { width: 44px; height: 44px; font-size: 1.6rem; } .promo-video-frame { padding: 18px; transform: rotateX(3deg); } .trail-video-frame { padding: 14px; transform: rotateX(3deg); } .about-hero { height: 400px; } .about-card { padding: 40px 25px; } .story-content { padding: 40px 25px; } .highlights-grid { grid-template-columns: 1fr; } .why-grid { grid-template-columns: 1fr; } .about-cta { padding: 50px 30px; } }
@media (max-width: 480px) { .trail-hero { height: 60vh; min-height: 420px; } .photo-grid { grid-template-columns: 1fr; } .photo-grid-item.featured { grid-column: span 1; } .about-hero { height: 350px; } .about-card { padding: 30px 20px; } .story-content { padding: 30px 20px; } .about-heading { font-size: 1.8rem; } .promo-video-frame { padding: 12px; transform: rotateX(2deg); } .trail-video-frame { padding: 10px; transform: rotateX(2deg); } }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }
@media print { .faq-toggle { display: none; } .faq-answer { max-height: none !important; } .answer-content { opacity: 1 !important; transform: none !important; } .faq-watermark { display: none; } }

/* ================================================================
   MOAB LANDING PAGES
   ================================================================ */
.moab-hero { position: relative; min-height: 85vh; display: flex; align-items: center; overflow: hidden; background: linear-gradient(135deg, #87CEEB 0%, #F4A460 50%, #D2691E 100%); }
.moab-video-bg { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.moab-video-bg iframe { position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; min-height: 100%; min-width: 177.78vh; transform: translate(-50%,-50%); pointer-events: none; }
.moab-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 40%, rgba(0,0,0,0.65) 100%), radial-gradient(ellipse at 30% 50%, rgba(212,118,78,0.15) 0%, transparent 60%); }
.moab-hero-content { position: relative; z-index: 2; max-width: 800px; padding: 140px 40px 80px; margin: 0 auto; text-align: center; }
.moab-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(212,118,78,0.9); color: white; padding: 8px 20px; border-radius: 25px; font-family: var(--font-heading); font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 24px; }
.moab-hero-title { font-family: var(--font-heading); font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 800; color: white; line-height: 1.08; letter-spacing: -2px; margin-bottom: 24px; text-shadow: 0 4px 20px rgba(0,0,0,0.5); }
.moab-hero-title .accent { background: linear-gradient(135deg, var(--desert-gold), #f0c040); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.moab-hero-sub { font-size: clamp(1.1rem, 2.2vw, 1.4rem); color: rgba(255,255,255,0.92); line-height: 1.7; margin-bottom: 36px; max-width: 620px; margin-left: auto; margin-right: auto; }
.moab-hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.moab-hero-stats { display: flex; gap: 40px; margin-top: 50px; flex-wrap: wrap; justify-content: center; }
.moab-stat { text-align: center; }
.moab-stat-value { font-family: var(--font-heading); font-size: 2.2rem; font-weight: 800; color: var(--desert-gold); letter-spacing: -1px; }
.moab-stat-label { font-size: 0.85rem; color: rgba(255,255,255,0.75); font-weight: 600; margin-top: 2px; }
.moab-main { max-width: 1100px; margin: 0 auto; padding: 80px 40px; }
.pain-banner { background: linear-gradient(135deg, rgba(193,68,14,0.06), rgba(212,118,78,0.08)); border: 2px solid rgba(212,118,78,0.15); border-radius: 20px; padding: 40px 45px; margin-bottom: 80px; position: relative; }
.pain-banner::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--canyon-red), var(--burnt-orange), var(--desert-gold)); border-radius: 20px 20px 0 0; }
.pain-banner h2 { font-family: var(--font-heading); font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: var(--charcoal); margin-bottom: 20px; }
.pain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 25px; }
.pain-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px; background: white; border-radius: 14px; border: 1px solid rgba(0,0,0,0.06); transition: all 0.3s ease; }
.pain-item:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(212,118,78,0.1); }
.pain-icon { font-size: 1.8rem; flex-shrink: 0; line-height: 1; }
.pain-text strong { display: block; font-family: var(--font-heading); font-size: 1rem; color: var(--canyon-red); margin-bottom: 4px; }
.pain-text p { font-size: 0.88rem; color: var(--charcoal); opacity: 0.8; line-height: 1.5; margin: 0; }
.comparison-table { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: 20px; overflow: hidden; box-shadow: 0 15px 50px rgba(0,0,0,0.1); }
.comparison-table thead th { padding: 22px 28px; font-family: var(--font-heading); font-size: 1rem; font-weight: 700; text-align: left; }
.comparison-table thead th:first-child { background: var(--charcoal); color: white; width: 35%; }
.comparison-table thead th:nth-child(2) { background: linear-gradient(135deg, rgba(193,68,14,0.12), rgba(212,118,78,0.08)); color: var(--canyon-red); text-align: center; }
.comparison-table thead th:nth-child(3) { background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: white; text-align: center; }
.comparison-table tbody td { padding: 18px 28px; border-bottom: 1px solid rgba(0,0,0,0.06); font-size: 0.95rem; }
.comparison-table tbody td:first-child { font-weight: 700; color: var(--charcoal); }
.comparison-table tbody td:nth-child(2) { text-align: center; color: var(--charcoal); opacity: 0.8; }
.comparison-table tbody td:nth-child(3) { text-align: center; color: var(--burnt-orange); font-weight: 700; }
.table-check { color: #27AE60; font-weight: 800; font-size: 1.2rem; }
.table-x { color: #C0392B; font-weight: 800; font-size: 1.1rem; }
.proof-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.proof-card { background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 35px rgba(0,0,0,0.08); border: 2px solid transparent; transition: all 0.3s ease; }
.proof-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(212,118,78,0.15); border-color: rgba(212,118,78,0.2); }
.proof-card-img { height: 200px; background-size: cover; background-position: center; }
.proof-card-body { padding: 28px; }
.proof-card-body h3 { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 700; color: var(--charcoal); margin-bottom: 12px; }
.proof-card-body p { font-size: 0.95rem; color: var(--charcoal); opacity: 0.8; line-height: 1.7; margin: 0; }
.lodging-callout { background: linear-gradient(135deg, #1a3c5e 0%, #0d2b45 100%); border-radius: 22px; padding: 45px; margin-bottom: 80px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; border: 2px solid rgba(218,165,32,0.3); position: relative; overflow: hidden; }
.lodging-callout::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--desert-gold), var(--burnt-orange), var(--desert-gold)); }
.lodging-text h3 { font-family: var(--font-heading); font-size: 1.6rem; font-weight: 800; color: white; margin-bottom: 12px; }
.lodging-text h3 .gold { color: var(--desert-gold); }
.lodging-text p { color: rgba(255,255,255,0.8); font-size: 1rem; line-height: 1.6; margin: 0; }
.lodging-text p strong { color: white; }
.lodging-cta { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, var(--burnt-orange), var(--rust-red)); color: white; padding: 16px 32px; border-radius: 30px; font-family: var(--font-heading); font-weight: 700; font-size: 1rem; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 8px 25px rgba(212,118,78,0.4); white-space: nowrap; }
.lodging-cta:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(212,118,78,0.5); }

/* Alt hero */
.alt-hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.alt-hero-video-wrap { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.alt-hero-video-wrap iframe { position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; min-height: 100vh; min-width: 177.78vh; transform: translate(-50%,-50%); border: 0; }
.alt-hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.45) 60%, rgba(0,0,0,0.65) 100%); }
.alt-hero-content { position: relative; z-index: 2; max-width: 820px; padding: 140px 24px 80px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.alt-hero-eyebrow { font-family: var(--font-heading); font-size: 0.85rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--burnt-orange); background: rgba(255,255,255,0.12); border: 1px solid rgba(212,118,78,0.45); padding: 6px 18px; border-radius: 30px; margin-bottom: 22px; }
.alt-hero-content h1 { font-family: var(--font-heading); font-size: clamp(2rem, 5.5vw, 3.6rem); font-weight: 800; color: #fff; line-height: 1.15; letter-spacing: -1px; margin-bottom: 24px; }
.alt-hero-content h1 em { font-style: normal; color: var(--burnt-orange); }
.alt-hero-sub { font-size: clamp(1rem, 2vw, 1.2rem); color: rgba(255,255,255,0.88); line-height: 1.7; max-width: 660px; margin-bottom: 36px; }
.alt-hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.alt-main { max-width: 1100px; margin: 0 auto; padding: 80px 40px; }
.crowd-contrast { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 22px; overflow: hidden; box-shadow: 0 15px 50px rgba(0,0,0,0.1); }
.crowd-col { padding: 40px 36px; }
.crowd-col.moab-col { background: linear-gradient(135deg, #f8e8e0, #fdf3ee); border-right: 3px solid rgba(193,68,14,0.15); }
.crowd-col.vernal-col { background: linear-gradient(135deg, #eaf5e4, #f2f9ee); }
.crowd-col-label { font-family: var(--font-heading); font-size: 0.7rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.moab-col .crowd-col-label { color: var(--canyon-red); }
.vernal-col .crowd-col-label { color: #27AE60; }
.crowd-stat { margin-bottom: 28px; }
.crowd-stat-number { font-family: var(--font-heading); font-size: 2.2rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 4px; }
.moab-col .crowd-stat-number { color: var(--canyon-red); }
.vernal-col .crowd-stat-number { color: #27AE60; }
.crowd-stat-desc { font-size: 0.92rem; color: var(--charcoal); opacity: 0.8; line-height: 1.5; }
.arch-feature { margin-bottom: 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.arch-image { border-radius: 22px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.15); aspect-ratio: 4/3; }
.arch-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.arch-image:hover img { transform: scale(1.04); }
.arch-text h2 { font-family: var(--font-heading); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 800; color: var(--charcoal); margin-bottom: 20px; line-height: 1.15; }
.arch-text p { font-size: 1.05rem; line-height: 1.85; color: var(--charcoal); opacity: 0.85; margin-bottom: 20px; }
.arch-text .highlight-quote { background: linear-gradient(135deg, rgba(212,118,78,0.06), rgba(218,165,32,0.06)); border-left: 4px solid var(--burnt-orange); padding: 20px 24px; border-radius: 0 12px 12px 0; font-family: var(--font-heading); font-size: 1.15rem; font-weight: 700; color: var(--burnt-orange); line-height: 1.5; margin: 28px 0; }
.temp-section { margin-bottom: 80px; background: linear-gradient(135deg, rgba(245,237,227,0.6), rgba(248,244,240,0.8)); border-radius: 22px; padding: 50px 45px; border: 2px solid rgba(212,118,78,0.1); }
.temp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.temp-card { background: white; border-radius: 16px; padding: 28px 24px; text-align: center; box-shadow: 0 6px 20px rgba(0,0,0,0.06); transition: all 0.3s ease; }
.temp-card:hover { transform: translateY(-4px); }
.temp-month { font-family: var(--font-heading); font-size: 0.8rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--burnt-orange); margin-bottom: 14px; }
.temp-row { display: flex; justify-content: space-around; gap: 10px; }
.temp-deg { font-family: var(--font-heading); font-size: 1.8rem; font-weight: 800; letter-spacing: -1px; }
.temp-place.moab .temp-deg { color: var(--canyon-red); }
.temp-place.vernal .temp-deg { color: #27AE60; }
.temp-name { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--charcoal); opacity: 0.5; margin-top: 2px; }
.trail-strip { display: flex; gap: 20px; overflow-x: auto; padding-bottom: 15px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.trail-strip-card { flex: 0 0 260px; scroll-snap-align: start; background: white; border-radius: 18px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); border: 2px solid transparent; transition: all 0.3s ease; text-decoration: none; color: inherit; }
.trail-strip-card:hover { border-color: rgba(212,118,78,0.25); transform: translateY(-5px); }
.trail-strip-img { height: 160px; background-size: cover; background-position: center; }
.trail-strip-body { padding: 18px 20px 22px; }
.trail-strip-body h3 { font-family: var(--font-heading); font-size: 1.15rem; font-weight: 700; color: var(--charcoal); margin-bottom: 6px; }
.trail-strip-body span { font-size: 0.85rem; color: var(--burnt-orange); font-weight: 600; }
.trail-strip-body p { font-size: 0.88rem; color: var(--charcoal); opacity: 0.75; line-height: 1.6; margin-top: 8px; }
.savings-callout { margin-bottom: 80px; background: linear-gradient(135deg, var(--charcoal) 0%, #2a2a2a 100%); border-radius: 22px; padding: 50px 45px; color: white; position: relative; overflow: hidden; }
.savings-callout h2 { font-family: var(--font-heading); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 800; color: var(--desert-gold); margin-bottom: 20px; position: relative; }
.savings-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; margin-bottom: 30px; position: relative; }
.savings-item { background: rgba(255,255,255,0.06); border-radius: 14px; padding: 24px 20px; border: 1px solid rgba(255,255,255,0.08); text-align: center; }
.savings-amount { font-family: var(--font-heading); font-size: 2.2rem; font-weight: 800; color: #27AE60; letter-spacing: -1px; margin-bottom: 6px; }
.savings-label { font-size: 0.88rem; color: rgba(255,255,255,0.7); line-height: 1.4; }
.savings-footer { font-size: 1.05rem; color: rgba(255,255,255,0.85); line-height: 1.7; position: relative; }
.savings-footer strong { color: var(--desert-gold); }

@media (max-width: 1024px) { .comparison-table { font-size: 0.9rem; } .lodging-callout { grid-template-columns: 1fr; text-align: center; } .arch-feature { grid-template-columns: 1fr; } .crowd-contrast { grid-template-columns: 1fr; } .crowd-col.moab-col { border-right: none; border-bottom: 3px solid rgba(193,68,14,0.15); } }
@media (max-width: 768px) { .moab-hero-content { padding: 120px 20px 60px; } .moab-main { padding: 50px 20px; } .pain-banner { padding: 30px 22px; } .lodging-callout { padding: 30px 22px; } .alt-hero-content { padding: 120px 20px 60px; } .alt-main { padding: 50px 20px; } .temp-section { padding: 35px 22px; } .savings-callout { padding: 35px 22px; } .trail-strip-card { flex: 0 0 230px; } .right-item { flex-direction: column; padding: 20px; } .tip-item { flex-direction: column; padding: 20px; } .policy-row { flex-direction: column; gap: 15px; text-align: center; padding: 20px 15px; } .policy-refund { width: 100%; } .policy-cta { padding: 35px 25px; } .cta-buttons { flex-direction: column; } .cta-button { width: 100%; } }
@media (max-width: 480px) { .moab-hero-title { font-size: 2.2rem; letter-spacing: -1px; } .alt-hero-content h1 { font-size: 2.1rem; } .crowd-col { padding: 28px 22px; } }
/* ================================================================
   ARTICLE / BLOG PAGES — Topical Authority Content
   Add this to styles.css or link as style-articles.css
   ================================================================ */

/* Article Page Layout */
.article-page {
  max-width: 860px;
  margin: 180px auto 60px;
  padding: 0 20px;
}

/* Article Header */
.article-header {
  text-align: center;
  margin-bottom: 50px;
}
.article-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--charcoal);
  opacity: 0.6;
}
.article-breadcrumb a {
  color: var(--burnt-orange);
  text-decoration: none;
  transition: opacity 0.3s;
}
.article-breadcrumb a:hover { opacity: 0.7; }
.article-breadcrumb .sep { color: var(--charcoal); opacity: 0.4; }

.article-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  background: linear-gradient(135deg, var(--charcoal) 0%, var(--burnt-orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
  letter-spacing: -1px;
  line-height: 1.15;
}
.article-meta {
  font-size: 0.95rem;
  color: var(--charcoal);
  opacity: 0.6;
  font-weight: 600;
  font-family: var(--font-heading);
}

/* Article Body Content */
.article-body {
  background: white;
  border-radius: 25px;
  padding: 50px 45px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  border: 1px solid rgba(212,118,78,0.1);
  position: relative;
}
.article-body::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--burnt-orange), var(--desert-gold), var(--burnt-orange));
  border-radius: 25px 25px 0 0;
}

.article-body h2 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--charcoal);
  margin: 40px 0 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(212,118,78,0.15);
  letter-spacing: -0.3px;
}
.article-body h2:first-child { margin-top: 0; }

.article-body h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--burnt-orange);
  margin: 28px 0 12px;
}

.article-body p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--charcoal);
  margin-bottom: 18px;
}

.article-body ul, .article-body ol {
  margin: 16px 0 22px 24px;
  line-height: 1.85;
  font-size: 1.05rem;
}
.article-body li {
  margin-bottom: 8px;
  color: var(--charcoal);
}

/* Summary / Callout Box */
.article-summary-box {
  background: linear-gradient(135deg, rgba(245,237,227,0.5), rgba(248,244,240,0.5));
  border-left: 5px solid var(--burnt-orange);
  padding: 22px 28px;
  margin-bottom: 30px;
  border-radius: 12px;
  font-size: 1.05rem;
  line-height: 1.8;
}

/* Info / Tip Callout */
.article-tip {
  background: linear-gradient(135deg, rgba(168,205,236,0.15), rgba(184,197,168,0.15));
  border: 2px solid var(--sage-green);
  border-radius: 16px;
  padding: 22px 28px;
  margin: 28px 0;
}
.article-tip strong {
  color: var(--charcoal);
  font-family: var(--font-heading);
}

/* FAQ Section */
.article-faq {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid rgba(212,118,78,0.15);
}
.article-faq h2 {
  border-bottom: none;
  text-align: center;
}
.faq-item {
  background: var(--off-white);
  border-radius: 14px;
  padding: 22px 26px;
  margin-bottom: 16px;
  border: 1px solid rgba(212,118,78,0.08);
  transition: var(--transition-smooth);
}
.faq-item:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  border-color: rgba(212,118,78,0.2);
}
.faq-item h3 {
  font-family: var(--font-heading);
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--charcoal);
  margin: 0 0 10px;
}
.faq-item p {
  font-size: 1rem;
  margin: 0;
  opacity: 0.9;
}

/* CTA Box */
.article-cta {
  background: linear-gradient(135deg, var(--burnt-orange) 0%, var(--rust-red) 100%);
  color: white;
  border-radius: 20px;
  padding: 40px 35px;
  text-align: center;
  margin-top: 40px;
  box-shadow: 0 15px 40px rgba(212,118,78,0.3);
}
.article-cta h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: white;
  margin: 0 0 12px;
}
.article-cta p {
  color: rgba(255,255,255,0.9);
  margin-bottom: 22px;
  font-size: 1.05rem;
}
.article-cta .cta-btn {
  display: inline-block;
  background: white;
  color: var(--burnt-orange);
  font-family: var(--font-heading);
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 30px;
  font-size: 1.05rem;
  text-decoration: none;
  transition: var(--transition-smooth);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  margin: 0 8px;
}
.article-cta .cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.article-cta .cta-phone {
  display: block;
  margin-top: 16px;
  font-size: 1.15rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
}

/* Related Articles */
.related-articles {
  margin-top: 50px;
}
.related-articles h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--charcoal);
  text-align: center;
  margin-bottom: 24px;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}
.related-card {
  background: white;
  border-radius: 14px;
  padding: 20px;
  text-decoration: none;
  border: 1px solid rgba(212,118,78,0.1);
  transition: var(--transition-smooth);
  display: block;
}
.related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  border-color: rgba(212,118,78,0.3);
}
.related-card h4 {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--burnt-orange);
  margin-bottom: 6px;
}
.related-card p {
  font-size: 0.88rem;
  color: var(--charcoal);
  opacity: 0.7;
  line-height: 1.5;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .article-page { margin-top: 140px; padding: 0 15px; }
  .article-body { padding: 30px 22px; border-radius: 18px; }
  .article-body h2 { font-size: 1.35rem; }
  .article-cta { padding: 30px 22px; }
  .related-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .article-page { margin-top: 120px; }
  .article-body { padding: 24px 18px; }
}

/* ================================================================
   RESTAURANT CARD IMAGE FIX — add to styles.css
   Ensures full restaurant photos are visible (no cropping)
   ================================================================ */

/* Desktop card image — contain so full photo shows */
.card-image {
  height: 240px !important;
  background-color: #F5EDE3 !important;      /* warm site background as letterbox */
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* Tablet override */
@media (max-width: 768px) {
  .card-image {
    height: 200px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}

/* Mobile override */
@media (max-width: 480px) {
  .card-image {
    height: 180px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}