/* ═══════════════════════════════════════════════════════
   LUXURY DESIGN TOKENS
═══════════════════════════════════════════════════════ */
:root {
  /* Metallic Champagne Gold Palette */
  --gold: #D4AF37; 
  --gold-l: #F4E2A6; 
  --gold-d: #AA8222;
  
  /* Deep Obsidian Dark Palette */
  --dark: #050505; 
  --d1: #0A0A0A; 
  --d2: #111111; 
  --d3: #1A1A1A; 
  --d4: #222222; 
  
  /* Text */
  --text: #Fdfbf7; 
  --text-2: #D1CFC7; 
  --muted: #8A857D;
  
  /* UI Elements */
  --border: rgba(212, 175, 55, 0.15); 
  --border-h: rgba(212, 175, 55, 0.4);
  --radius: 2px; 
  --radius-lg: 4px; 
  --nav-h: 80px;
  --px: clamp(1.5rem, 6vw, 5.5rem);
  
  /* Cinematic Shadows & Easing */
  --shadow-gold: 0 0 0 1px rgba(212,175,55,0.25), 0 12px 40px rgba(0,0,0,0.6);
  --shadow-card: 0 8px 30px rgba(0,0,0,0.5);
  --ease: cubic-bezier(0.16, 1, 0.3, 1); /* Ultra smooth exponential out */
  --t: 0.5s var(--ease);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html { scroll-behavior: smooth; scroll-padding-top: var(--nav-h); -webkit-text-size-adjust: 100%; }
body { background: var(--dark); color: var(--text); font-family: 'DM Sans', sans-serif; overflow-x: hidden; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; outline: none; }

/* Editorial Typography */
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.15; font-weight: 400; }

/* ── SCROLL PROGRESS ── */
#scroll-bar { position: fixed; top: 0; left: 0; z-index: 9999; height: 2px; width: 0; background: linear-gradient(90deg, var(--gold-d), var(--gold), var(--gold-l)); pointer-events: none; transition: width 0.1s linear; }

/* ── UTILITIES ── */
.section { padding: clamp(5rem, 10vw, 9rem) var(--px); }
.sec-center { text-align: center; }
.sec-center .sec-sub { margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: .7rem; font-size: .65rem; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); font-family: 'DM Sans', sans-serif; margin-bottom: 1.2rem; }
.sec-title { font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 400; margin-bottom: 1rem; letter-spacing: -.01em; }
.sec-title em { font-style: italic; color: var(--gold); font-weight: 400; }
.sec-sub { font-size: 1rem; color: var(--muted); line-height: 1.8; max-width: 580px; }
.rule { width: 0; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); margin: 1.5rem 0; animation: rule-in 1.2s var(--ease) forwards; }
.rule.center { margin: 1.5rem auto; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
@keyframes rule-in { to { width: 80px; } }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: 1rem 2.2rem; border-radius: var(--radius); font-weight: 600; font-size: .8rem; letter-spacing: 0.12em; text-transform: uppercase; transition: transform var(--t), box-shadow var(--t), background var(--t); white-space: nowrap; cursor: pointer; border: none; font-family: 'DM Sans', sans-serif; text-decoration: none; }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-d)); color: var(--dark); }
.btn-gold:hover { transform: translateY(-4px); box-shadow: 0 15px 35px rgba(212,175,55,0.3); }
.btn-ghost { background: transparent; color: var(--gold); border: 1px solid var(--gold); }
.btn-ghost:hover { background: var(--gold); color: var(--dark); transform: translateY(-4px); box-shadow: 0 15px 35px rgba(212,175,55,0.2); }
.btn-sm { padding: .7rem 1.6rem; font-size: .7rem; }
.btn-lg { padding: 1.2rem 3rem; font-size: .85rem; }

/* Cinematic Reveal Animations */
.fu { opacity: 0; transform: translateY(40px) scale(0.98); }
.fu.vis { opacity: 1; transform: translateY(0) scale(1); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.fu.vis.d1 { transition-delay: 0.15s; }
.fu.vis.d2 { transition-delay: 0.3s; }
.fu.vis.d3 { transition-delay: 0.45s; }

/* ── NAVIGATION ── */
#nav { position: fixed; top: 0; left: 0; right: 0; z-index: 500; height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; padding: 0 var(--px); transition: background 0.6s var(--ease), box-shadow 0.6s var(--ease), border-color 0.6s var(--ease); background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, transparent 100%); }
#nav.solid { background: rgba(8, 8, 8, 0.9); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border-bottom: 1px solid rgba(212, 175, 55, 0.2); box-shadow: 0 4px 30px rgba(0,0,0,0.6); }

.nav-logo { display: flex; align-items: center; gap: .7rem; flex-shrink: 0; cursor: pointer; transition: transform var(--t); }
.nav-logo:hover { transform: scale(1.02); }
.nav-logo-mark { width: 40px; height: 40px; background: var(--gold); border-radius: 2px; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-weight: 600; font-size: 1.1rem; color: var(--dark); }
.nav-logo-txt .t1 { display: block; font-family: 'Playfair Display', serif; font-weight: 500; font-size: 1.1rem; color: var(--text); letter-spacing: .03em; }
.nav-logo-txt .t2 { font-size: .6rem; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; }

/* Animated Underline for Links */
.nav-links { display: flex; gap: 2.5rem; list-style: none; margin: 0 2rem; }
.nav-links a { font-size: .75rem; color: var(--text-2); letter-spacing: .1em; text-transform: uppercase; transition: color 0.4s var(--ease); position: relative; padding: 0.5rem 0; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform 0.4s var(--ease); }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); transform-origin: left; }

.ham { display: none; flex-direction: column; justify-content: center; gap: 5px; padding: 4px; width: 32px; height: 32px; }
.ham span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 1px; transition: all 0.4s var(--ease); }
.ham.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ham.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.ham.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── DRAWER ── */
#drawer { position: fixed; inset: 0; z-index: 600; background: rgba(5,5,5,0.98); backdrop-filter: blur(24px); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 0; transform: translateX(110%); transition: transform 0.6s var(--ease); }
#drawer.open { transform: translateX(0); }
.drawer-nav { display: flex; flex-direction: column; align-items: center; gap: .5rem; width: 100%; padding: 0 2rem; }
.drawer-link { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 5vw, 2.4rem); color: var(--text-2); padding: .6rem 0; transition: color var(--t), transform var(--t); text-align: center; width: 100%; border-bottom: 1px solid rgba(255,255,255,0.04); cursor: pointer; }
.drawer-link:hover { color: var(--gold); transform: translateX(8px); }
.drawer-close { position: absolute; top: 1.4rem; right: var(--px); font-size: 1.4rem; color: var(--muted); padding: .5rem; transition: color var(--t), transform var(--t); }
.drawer-close:hover { color: var(--text); transform: rotate(90deg); }
.drawer-book { margin-top: 2rem; }

/* ── HERO ── */
#hero { position: relative; width: 100%; height: 100svh; min-height: 700px; overflow: hidden; }
.h-slides { position: absolute; inset: 0; z-index: 1; }
.h-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.8s var(--ease); will-change: opacity; }
.h-slide.on { opacity: 1; }
.h-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.1) 100%); }
.h-text { position: absolute; z-index: 10; left: var(--px); bottom: clamp(10rem, 20vh, 14rem); max-width: 650px; }
.h-t1 { display: block; font-size: clamp(3.5rem, 7vw, 7rem); font-family: 'Playfair Display', serif; font-weight: 400; line-height: .95; color: var(--text); }
.h-t2 { display: block; font-size: clamp(3.5rem, 7vw, 7rem); font-family: 'Playfair Display', serif; font-weight: 400; font-style: italic; color: var(--gold); margin-bottom: 1.5rem; }
.h-desc { font-size: 1.05rem; color: var(--text-2); line-height: 1.7; margin-bottom: 2.5rem; max-width: 500px; }
.h-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

.h-strip { position: absolute; bottom: 0; left: 0; right: 0; z-index: 20; display: grid; grid-template-columns: repeat(4, 1fr) auto; background: rgba(5,5,5,0.9); backdrop-filter: blur(20px); border-top: 1px solid var(--border); }
.h-strip-item { padding: 1.2rem 2rem; border-right: 1px solid var(--border); }
.h-strip-item label { display: block; font-size: .6rem; text-transform: uppercase; letter-spacing: .15em; color: var(--gold); margin-bottom: .3rem; }
.h-strip-item span { font-size: .85rem; color: var(--text-2); font-weight: 300; }
.h-strip-cta { padding: 0 3rem; background: var(--gold); color: var(--dark); font-weight: 600; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; transition: background var(--t); }
.h-strip-cta:hover { background: var(--gold-l); }

.h-counter { position: absolute; z-index: 10; left: var(--px); bottom: 4.5rem; display: flex; align-items: center; gap: 1.5rem; }
.h-dot { width: 24px; height: 2px; background: rgba(255,255,255,0.2); transition: all var(--t); cursor: pointer; }
.h-dot.on { width: 40px; background: var(--gold); }
.h-cnt { font-size: .7rem; color: var(--muted); letter-spacing: .2em; }

/* ── ABOUT ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.about-img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: var(--radius); filter: grayscale(20%) contrast(110%); }
.about-media { position: relative; }
.about-badge { position: absolute; bottom: -2rem; right: -2rem; background: var(--d2); border: 1px solid var(--gold); padding: 2rem; text-align: center; box-shadow: var(--shadow-card); }
.about-badge strong { display: block; font-family: 'Playfair Display', serif; font-size: 3rem; color: var(--gold); line-height: 1; }
.about-badge span { font-size: .7rem; font-weight: 700; color: var(--text); text-transform: uppercase; letter-spacing: .12em; }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.stat-box { padding: 1.4rem; border: 1px solid var(--border); background: var(--d2); transition: transform var(--t); }
.stat-box:hover { transform: translateY(-5px); border-color: var(--gold); }
.stat-box strong { display: block; font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--gold); line-height: 1; }
.stat-box span { font-size: .75rem; color: var(--muted); margin-top: .3rem; display: block; }

/* ── ICONIC DESTINATIONS ── */
.iconic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3.5rem; }
.iconic-card { position: relative; height: 380px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); cursor: pointer; }
.iconic-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), filter 1.2s var(--ease); filter: brightness(0.65); }
.iconic-card:hover img { transform: scale(1.1); filter: brightness(0.95); }
.iconic-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem 1.5rem; background: linear-gradient(to top, rgba(5,5,5,0.95) 0%, transparent 100%); transition: transform var(--t); }
.iconic-overlay h3 { font-size: 1.3rem; color: var(--gold); margin-bottom: 0.4rem; }
.iconic-overlay p { font-size: 0.85rem; color: var(--text-2); line-height: 1.5; opacity: 0.9; }

/* ── SAFARIS ── */
.lux-tour-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem; margin-top: 3rem; }
.lux-tour-card { display: flex; flex-direction: column; background: var(--d2); border: 1px solid var(--border); transition: border-color var(--t), transform var(--t), box-shadow var(--t); }
.lux-tour-card:hover { border-color: var(--gold); transform: translateY(-8px); box-shadow: var(--shadow-h); }
.lux-img-wrap { position: relative; width: 100%; height: 380px; overflow: hidden; }
.lux-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), filter 1.2s var(--ease); filter: brightness(0.85); }
.lux-tour-card:hover .lux-img-wrap img { transform: scale(1.08); filter: brightness(1); }
.lux-badge { position: absolute; top: 1.5rem; left: 1.5rem; background: var(--gold); color: var(--dark); padding: 0.3rem 1rem; font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; }
.lux-tour-content { padding: 2.5rem; display: flex; flex-direction: column; flex: 1; }
.lux-tour-meta { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.lux-tour-meta span { color: var(--border-h); margin: 0 0.5rem; }
.lux-tour-content h3 { font-size: 1.6rem; margin-bottom: 1rem; }
.lux-tour-content p { font-size: 0.9rem; color: var(--muted); line-height: 1.8; margin-bottom: 1.5rem; }
.lux-tour-inc { margin-top: auto; padding: 1.5rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); list-style: none; display: flex; flex-direction: column; gap: 0.8rem; margin-bottom: 2rem; }
.lux-tour-inc li { font-size: 0.85rem; color: var(--text-2); }
.lux-tour-inc strong { color: var(--gold); font-weight: 400; margin-right: 0.5rem; }

/* ── CARS ── */
.cars-top { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 1.5rem; margin-bottom: 2.2rem; }
.filter-bar { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 2.5rem; }
.filter-bar .fsel { background: var(--d2); border: 1px solid var(--border); color: var(--gold); border-radius: 0; padding: 1rem; flex: 1; min-width: 200px; outline: none; transition: border-color var(--t); cursor: pointer; }
.filter-bar .fsel:focus { border-color: var(--gold); }
.cars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.car-card { background: var(--d2); border: 1px solid var(--border); transition: transform var(--t), border-color var(--t), box-shadow var(--t); display: flex; flex-direction: column; }
.car-card:hover { transform: translateY(-8px); border-color: var(--gold); box-shadow: var(--shadow-h); }
.car-img-wrap { position: relative; height: 220px; background: var(--d3); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.car-ph { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: rgba(255,255,255,0.1); transition: transform var(--t); }
.car-card:hover .car-ph { transform: scale(1.1); }
.car-badge { position: absolute; top: 1rem; left: 1rem; z-index: 2; background: var(--gold); color: var(--dark); font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: .2rem .7rem; }
.car-badge.lux { background: #fff; color: #000; }
.car-badge.prem { background: #000; color: var(--gold); border: 1px solid var(--gold); }
.car-body { padding: 2rem; }
.car-body h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.car-type { font-size: .7rem; color: var(--gold); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1rem; }
.car-feats { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.car-feat { font-size: .7rem; color: var(--muted); border: 1px solid var(--border); padding: .3rem .6rem; }
.car-foot { border-top: 1px solid var(--border); padding-top: 1.5rem; }

/* ── EPIC CONTACT SECTION ── */
.epic-contact-section { position: relative; padding: 8rem var(--px); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.epic-contact-bg { position: absolute; inset: 0; background-image: url('https://commons.wikimedia.org/wiki/Special:FilePath/Landscapes%20of%20Mt%20Kenya.jpg?width=2400'); background-size: cover; background-position: center; background-attachment: fixed; filter: brightness(0.2) grayscale(20%); z-index: 0; }
.epic-contact-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; max-width: 1200px; width: 100%; align-items: center; }
.contact-text h2 { font-size: clamp(3rem, 5vw, 4rem); margin-bottom: 1.5rem; }
.contact-text p { font-size: 1.05rem; color: var(--text-2); margin-bottom: 3rem; line-height: 1.8; }
.contact-details { display: flex; flex-direction: column; gap: 1.5rem; }
.contact-details div { font-size: 0.95rem; color: var(--text); }
.contact-details strong { color: var(--gold); font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.75rem; }

/* Glassmorphism Form */
.glass-form { background: rgba(15, 15, 15, 0.45); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(212, 175, 55, 0.2); padding: 3rem; border-radius: var(--radius-lg); box-shadow: 0 30px 60px rgba(0,0,0,0.8); }
.glass-form h3 { font-size: 1.5rem; color: var(--gold); margin-bottom: 1.5rem; text-align: center; }
.glass-form .f-group { margin-bottom: 1.2rem; }
.glass-form .f-group input, .glass-form .f-group select, .glass-form .f-group textarea { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); color: #fff; width: 100%; padding: 1rem 1.2rem; font-family: 'DM Sans', sans-serif; border-radius: 2px; transition: border-color var(--t), background var(--t); outline: none; }
.glass-form .f-group input:focus, .glass-form .f-group select:focus, .glass-form .f-group textarea:focus { border-color: var(--gold); background: rgba(255, 255, 255, 0.08); }
.glass-form .f-group select option { background: var(--dark); color: #fff; }

/* ── WHATSAPP FLOATING BUTTON ── */
.whatsapp-fab { position: fixed; bottom: 2.5rem; right: 2.5rem; z-index: 999; width: 65px; height: 65px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(37,211,102,0.4); transition: transform var(--t), box-shadow var(--t); animation: pulse-wa 2.5s infinite; }
.whatsapp-fab svg { width: 32px; height: 32px; fill: #fff; }
.whatsapp-fab:hover { transform: translateY(-5px) scale(1.08); animation: none; box-shadow: 0 15px 40px rgba(37,211,102,0.7); }
@keyframes pulse-wa { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.6); } 70% { box-shadow: 0 0 0 20px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* ── FOOTER ── */
footer { background: var(--dark); padding-top: 6rem; border-top: 1px solid var(--border); padding-left: var(--px); padding-right: var(--px); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 4rem; }
.f-brand p { font-size: 0.9rem; color: var(--muted); line-height: 1.8; max-width: 300px; margin-top: 1rem; }
.f-col h4 { font-size: 0.8rem; color: var(--gold); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1.5rem; }
.f-col ul { list-style: none; }
.f-col li { margin-bottom: 0.8rem; }
.f-col li button { color: var(--muted); font-size: 0.9rem; padding: 0; text-align: left; transition: color var(--t); }
.f-col li button:hover { color: var(--gold); }
.footer-bar { text-align: center; padding: 2rem 0; border-top: 1px solid var(--border); color: var(--muted); margin-top: 3rem; font-size: 0.85rem; }

/* ── RESPONSIVE ── */
@media(max-width: 1100px) {
  .iconic-grid { grid-template-columns: repeat(2, 1fr); }
  .lux-tour-grid { grid-template-columns: 1fr; }
  .cars-grid { grid-template-columns: repeat(2, 1fr); }
  .epic-contact-content { grid-template-columns: 1fr; gap: 3rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media(max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 4rem; }
  .about-badge { right: 0; bottom: -1rem; }
}
@media(max-width: 768px) {
  :root { --nav-h: 70px; }
  .nav-links, .nav-book { display: none; }
  .ham { display: flex; }
  .h-strip { display: none; }
  .h-text { bottom: 6rem; max-width: 100%; }
  .iconic-grid { grid-template-columns: 1fr; }
  .cars-grid { grid-template-columns: 1fr; }
  .glass-form { padding: 2rem 1.5rem; }
  .whatsapp-fab { bottom: 1.5rem; right: 1.5rem; width: 55px; height: 55px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}