*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --night:#FBF9F5;--night2:#FFFFFF;--gold:#B8792A;--gold-light:#C8892A;
  --ivory:#2B2620;--dust:#6B6155;--card:#FFFFFF;
  --border:rgba(184,121,42,0.28);
}
html{scroll-behavior:smooth}
body{background:var(--night);color:var(--ivory);font-family:'DM Sans',sans-serif;font-weight:300;overflow-x:hidden}
a{color:inherit}
:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px}
@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:60;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 3rem;background:linear-gradient(to bottom,rgba(10,20,14,0.92),rgba(10,20,14,0));backdrop-filter:blur(2px)}
.nav-logo{display:flex;align-items:center;gap:0.6rem}
.nav-logo img{height:40px;width:auto}
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{font-size:0.66rem;letter-spacing:0.14em;text-transform:uppercase;text-decoration:none;color:var(--dust);transition:color .25s}
.nav-links a:hover{color:var(--gold-light)}
.nav-cta{border:1px solid var(--gold);color:var(--gold-light);font-size:0.66rem;letter-spacing:0.15em;text-transform:uppercase;padding:0.6rem 1.3rem;text-decoration:none;white-space:nowrap}
.nav-cta:hover{background:var(--gold);color:var(--night)}
.nav-mid{display:flex;align-items:center;gap:2rem}
@media(max-width:900px){.nav-links{display:none}nav{padding:1rem 1.3rem}.nav-logo img{height:32px}}

/* HERO */
.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;text-align:center;padding:5rem 2rem 8rem}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.02) contrast(1.03)}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.02) contrast(1.03);display:none}
@media(min-width:701px){.hero-video{display:block}.hero-img-fallback{display:none}}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(13,26,18,0.3) 0%,rgba(13,26,18,0.52) 55%,var(--night) 100%)}
.hero-content{position:relative;z-index:2}
.hero-eye{font-size:0.62rem;letter-spacing:0.4em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem;display:block}
.hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2.6rem,8vw,5.2rem);font-weight:300;line-height:1.05;color:var(--ivory);letter-spacing:0.01em}
.hero-title em{font-style:italic;color:var(--gold-light)}
.hero-rule{width:60px;height:1px;background:var(--gold);margin:2rem auto;opacity:0.6}
.hero-sub{font-family:'Cormorant Garamond',serif;font-size:clamp(1rem,3vw,1.4rem);font-style:italic;color:var(--ivory);max-width:560px;margin:0 auto 2.5rem}
.hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btn-solid{display:inline-block;padding:0.9rem 2.2rem;background:var(--gold);color:var(--night);font-size:0.7rem;letter-spacing:0.2em;text-transform:uppercase;text-decoration:none;font-weight:500;transition:background .25s}
.btn-solid:hover{background:var(--gold-light)}
.btn-outline{display:inline-block;padding:0.9rem 2.2rem;border:1px solid var(--gold);color:var(--gold-light);font-size:0.7rem;letter-spacing:0.2em;text-transform:uppercase;text-decoration:none;transition:all .25s}
.btn-outline:hover{background:var(--gold);color:var(--night)}

/* SIGNATURE: overlapping postcard */
.postcard-wrap{position:relative;height:0}
.postcard{
  position:relative;z-index:5;width:min(320px,70vw);margin:-7rem auto 0;
  border:6px solid var(--night2);outline:1px solid var(--border);
  transform:rotate(-2.5deg);box-shadow:0 30px 60px rgba(0,0,0,0.55);
  background:var(--night2);
}
.postcard img{width:100%;height:220px;object-fit:cover;display:block;filter:saturate(0.95) contrast(1.05)}
.postcard-cap{padding:0.9rem 1rem 1.1rem;text-align:center}
.postcard-cap .k{font-size:0.55rem;letter-spacing:0.25em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:0.3rem}
.postcard-cap .v{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.05rem;color:var(--ivory)}
@media(max-width:700px){.postcard{margin-top:-5.5rem}.postcard img{height:170px}#story{padding-top:10rem}}

/* SECTIONS */
.section{padding:7rem 2rem 6rem;max-width:1080px;margin:0 auto}
.sec-label{font-size:0.6rem;letter-spacing:0.35em;text-transform:uppercase;color:var(--gold);margin-bottom:0.8rem;display:block;text-align:center}
.sec-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,5vw,3rem);font-weight:300;color:var(--ivory);line-height:1.15;margin-bottom:1.6rem;text-align:center}
.sec-title em{font-style:italic;color:var(--gold-light)}
.body-text{font-size:0.92rem;line-height:1.9;color:var(--dust);max-width:620px;margin:0 auto 1.2rem;text-align:center}
.gold-div{max-width:1080px;margin:0 auto;height:1px;background:linear-gradient(to right,transparent,var(--gold),transparent);opacity:0.25}

/* EXPERIENCE CARDS */
.experience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem;margin-top:3rem}
.exp-card{border:1px solid var(--border);padding:2rem 1.4rem;text-align:center;background:var(--card)}
.exp-icon{font-family:'Cormorant Garamond',serif;font-size:1.8rem;color:var(--gold-light);margin-bottom:1rem}
.exp-title{font-family:'Cormorant Garamond',serif;font-size:1.15rem;color:var(--ivory);margin-bottom:0.7rem}
.exp-desc{font-size:0.78rem;line-height:1.7;color:var(--dust)}
@media(max-width:860px){.experience-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.experience-grid{grid-template-columns:1fr}}

/* FULL BLEED PHOTO SECTIONS */
.photo-feature{position:relative;height:82vh;min-height:460px;max-height:760px;overflow:hidden}
.photo-feature img{width:100%;height:100%;object-fit:cover;filter:saturate(0.98) contrast(1.03)}
.photo-feature-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,26,18,0.05) 0%,rgba(13,26,18,0.15) 45%,rgba(13,26,18,0.95) 100%);display:flex;align-items:flex-end;padding:3.5rem}
.photo-feature.align-right .photo-feature-overlay{justify-content:flex-end;text-align:right}
.pf-inner{max-width:520px}
.pf-eye{font-size:0.6rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--gold);margin-bottom:0.8rem;display:block}
.pf-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.8rem,4.5vw,2.8rem);font-style:italic;font-weight:300;color:var(--ivory);line-height:1.2;margin-bottom:0.9rem}
.pf-desc{font-size:0.85rem;line-height:1.75;color:rgba(237,232,223,0.85)}
@media(max-width:700px){.photo-feature{height:70vh}.photo-feature-overlay{padding:1.8rem}.photo-feature.align-right .photo-feature-overlay{text-align:left;justify-content:flex-start}}

/* GALLERY */
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:0.5rem;margin-top:3rem}
.gallery-item{position:relative;overflow:hidden;aspect-ratio:3/4}
.gallery-item img{width:100%;height:100%;object-fit:cover;filter:saturate(0.95) contrast(1.03);transition:transform .5s}
.gallery-item:hover img{transform:scale(1.06)}
.gallery-cap{position:absolute;left:0;right:0;bottom:0;padding:0.8rem;background:linear-gradient(to top,rgba(10,20,14,0.9),transparent);font-size:0.62rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold-light)}
@media(max-width:860px){.gallery{grid-template-columns:1fr 1fr}}

/* QUOTE */
.quote-wrap{background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5rem 2rem;text-align:center}
.quote-text{font-family:'Cormorant Garamond',serif;font-size:clamp(1.3rem,3.5vw,1.9rem);font-style:italic;font-weight:300;color:var(--ivory);max-width:700px;margin:0 auto 1.2rem;line-height:1.5}
.quote-cite{font-size:0.62rem;letter-spacing:0.22em;text-transform:uppercase;color:var(--gold)}

/* REGIONS */
.regions{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}
.region-card{border-top:2px solid var(--gold);text-align:center;overflow:hidden;background:var(--night2)}
.region-img{width:100%;height:190px;overflow:hidden}
.region-img img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.95) contrast(1.05);transition:transform .5s ease}
.region-card:hover .region-img img{transform:scale(1.06)}
.region-body{padding:1.1rem 0.9rem 1.4rem}
.region-name{font-family:'Cormorant Garamond',serif;font-size:1.3rem;color:var(--ivory);margin-bottom:0.5rem}
.region-desc{font-size:0.76rem;line-height:1.7;color:var(--dust)}
@media(max-width:700px){.regions{grid-template-columns:1fr}.region-img{height:220px}}

/* SIGNATURE SAFARIS */
.packages{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;margin-top:3rem}
.package-card{border:1px solid var(--border);background:var(--card);padding:2.4rem 1.7rem;display:flex;flex-direction:column;text-align:center}
.package-eye{font-size:0.58rem;letter-spacing:0.28em;text-transform:uppercase;color:var(--gold);margin-bottom:0.7rem}
.package-name{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.55rem;color:var(--ivory);margin-bottom:0.9rem;line-height:1.25}
.package-desc{font-size:0.8rem;line-height:1.8;color:var(--dust);flex-grow:1;margin-bottom:1.6rem}
.package-price{font-family:'Cormorant Garamond',serif;font-size:1.15rem;color:var(--gold-light);margin-bottom:1.6rem}
.package-price span{display:block;font-family:'DM Sans',sans-serif;font-size:0.66rem;color:var(--dust);letter-spacing:0.04em;margin-top:0.35rem}
.package-includes{font-size:0.62rem;line-height:1.6;color:var(--dust);opacity:0.85;margin:-1rem 0 1.6rem;padding:0 0.3rem}
@media(max-width:860px){.packages{grid-template-columns:1fr}}

.faq{margin-top:3rem;max-width:760px;margin-left:auto;margin-right:auto}
.faq details{border-bottom:1px solid var(--border);padding:1.3rem 0}
.faq summary{cursor:pointer;list-style:none;font-family:'Cormorant Garamond',serif;font-size:1.15rem;color:var(--ivory);display:flex;justify-content:space-between;align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary:after{content:'+';color:var(--gold);font-size:1.3rem;margin-left:1rem}
.faq details[open] summary:after{content:'–'}
.faq p{font-size:0.85rem;line-height:1.8;color:var(--dust);margin-top:0.9rem}

/* CONTACT */
.contact-wrap{padding:7rem 2rem 6rem;border-top:1px solid var(--border)}
.contact-inner{max-width:640px;margin:0 auto;text-align:center}
.contact-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.8rem,4vw,2.8rem);font-style:italic;font-weight:300;color:var(--ivory);margin-bottom:1rem}
.contact-sub{font-size:0.85rem;color:var(--dust);margin-bottom:2.8rem;line-height:1.8}

form.inquiry{text-align:left;display:grid;gap:1.1rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}
.field label{display:block;font-size:0.6rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold);margin-bottom:0.5rem}
.field input,.field select,.field textarea{
  width:100%;background:var(--card);border:1px solid var(--border);color:var(--ivory);
  padding:0.8rem 0.9rem;font-family:'DM Sans',sans-serif;font-size:0.85rem;font-weight:300;
}
.field textarea{resize:vertical;min-height:110px}
.field input::placeholder,.field textarea::placeholder{color:rgba(184,168,152,0.55)}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--gold)}
.submit-btn{justify-self:start;margin-top:0.4rem;padding:0.9rem 2.6rem;background:var(--gold);color:var(--night);border:none;font-size:0.72rem;letter-spacing:0.2em;text-transform:uppercase;font-weight:500;cursor:pointer;transition:background .25s}
.submit-btn:hover{background:var(--gold-light)}
@media(max-width:600px){.form-row{grid-template-columns:1fr}}

.contact-details{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--border);margin-top:3rem}
.contact-item{padding:1.5rem;background:var(--card);text-align:center}
.contact-item:first-child{border-right:1px solid var(--border)}
.c-key{font-size:0.56rem;letter-spacing:0.22em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:0.4rem}
.c-val{font-family:'Cormorant Garamond',serif;font-size:1.15rem;color:var(--ivory)}
.c-val a{text-decoration:none;color:var(--ivory)}
.c-val a:hover{color:var(--gold-light)}
@media(max-width:600px){.contact-details{grid-template-columns:1fr}.contact-item:first-child{border-right:none;border-bottom:1px solid var(--border)}}

footer{background:rgba(200,137,42,0.04);border-top:1px solid var(--border);padding:2.4rem 2rem;text-align:center}
footer img{height:34px;margin-bottom:0.7rem}
.f-tag{font-size:0.64rem;color:var(--dust);letter-spacing:0.15em;margin-bottom:0.6rem}
.f-links{font-size:0.62rem;color:var(--dust);letter-spacing:0.05em}
.f-links a{text-decoration:none;color:var(--dust)}
.f-links a:hover{color:var(--gold-light)}

/* FLOATING WHATSAPP */
.wa-float{position:fixed;bottom:1.6rem;right:1.6rem;z-index:70;background:var(--gold);color:var(--night);width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 8px 24px rgba(0,0,0,0.4);font-size:1.5rem}

/* ICONIC DESTINATIONS - full bleed overlay cards */
.iconic-wrap{max-width:900px;margin:0 auto;padding:0 2rem}
.iconic-card{position:relative;height:340px;margin-bottom:1.4rem;overflow:hidden;display:flex;align-items:center;justify-content:center;text-decoration:none}
.iconic-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 0.6s ease}
.iconic-card:hover img{transform:scale(1.08)}
.iconic-card::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,0.55),rgba(0,0,0,0.15))}
.iconic-name{position:relative;z-index:2;font-family:'Cormorant Garamond',serif;font-size:clamp(1.8rem,4vw,2.6rem);letter-spacing:0.12em;text-transform:uppercase;color:#fff}

/* DRAMATIC CTA */
.drama-cta{position:relative;padding:6rem 2rem;text-align:center;overflow:hidden}
.drama-cta img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(1) brightness(0.5)}
.drama-cta::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,0.35)}
.drama-inner{position:relative;z-index:2;max-width:700px;margin:0 auto}
.drama-eye{font-size:0.7rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1rem}
.drama-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2.4rem,7vw,4rem);color:#fff;margin-bottom:1.4rem}
.drama-text{color:#e8e2d8;font-size:0.95rem;line-height:1.8;margin-bottom:2rem}
.wa-float:hover{background:var(--gold-light)}

/* TRUST BAR */
.trust-bar{display:flex;justify-content:center;align-items:center;gap:2.6rem;flex-wrap:wrap;padding:1.6rem 2rem;border-bottom:1px solid var(--border);background:rgba(200,137,42,0.05);text-align:center}
.trust-item{display:flex;align-items:center;gap:0.55rem;font-size:0.68rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--dust)}
.trust-item .ti-icon{color:var(--gold-light);font-size:0.95rem}
@media(max-width:700px){.trust-bar{gap:1.2rem 1.6rem;padding:1.2rem 1rem}.trust-item{font-size:0.6rem}}

/* TESTIMONIALS */
.testimonials{padding:6rem 2rem 5rem;max-width:900px;margin:0 auto;text-align:center}
.testimonial-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem;margin-top:3rem}
.testimonial-card{border:1px solid var(--border);background:var(--card);padding:2.2rem 1.8rem;text-align:left}
.testimonial-stars{color:var(--gold-light);font-size:0.95rem;letter-spacing:0.2em;margin-bottom:1rem}
.testimonial-quote{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.1rem;color:var(--ivory);line-height:1.65;margin-bottom:1.1rem}
.testimonial-author{font-size:0.64rem;letter-spacing:0.15em;text-transform:uppercase;color:var(--gold)}
@media(max-width:700px){.testimonial-grid{grid-template-columns:1fr}}

/* INNER PAGE HERO (About/Tours/Gallery/Contact) */
.page-hero{min-height:46vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;text-align:center;padding:9rem 2rem 4rem}
.page-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.02) contrast(1.03)}
.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(13,26,18,0.55) 0%,rgba(13,26,18,0.7) 55%,var(--night) 100%)}
.page-hero-content{position:relative;z-index:2}
.nav-links a.active{color:var(--gold-light)}

/* REGION CARD AS LINK */
a.region-card{display:block;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}
a.region-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(0,0,0,0.18)}

/* COOKIE CONSENT BANNER */
.cookie-consent{position:fixed;left:0;right:0;bottom:0;z-index:200;background:var(--night2);border-top:1px solid var(--border);box-shadow:0 -10px 34px rgba(0,0,0,0.25);padding:1.4rem 2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.4rem;transform:translateY(120%);transition:transform .5s ease}
.cookie-consent.show{transform:translateY(0)}
.cc-text{flex:1 1 380px;max-width:660px}
.cc-title{font-family:'Cormorant Garamond',serif;font-size:1.1rem;color:var(--ivory);margin-bottom:0.35rem}
.cc-desc{font-size:0.76rem;line-height:1.65;color:var(--dust)}
.cc-desc a{color:var(--gold-light);text-decoration:underline}
.cc-btns{display:flex;gap:0.8rem;flex-wrap:wrap;flex-shrink:0}
.cc-btn-settings{padding:0.75rem 1.4rem;border:1px solid var(--border);background:transparent;color:var(--ivory);font-size:0.64rem;letter-spacing:0.14em;text-transform:uppercase;cursor:pointer;white-space:nowrap;font-family:'DM Sans',sans-serif}
.cc-btn-settings:hover{border-color:var(--gold);color:var(--gold-light)}
.cc-btn-allow{padding:0.75rem 1.6rem;border:none;background:var(--gold);color:var(--night);font-size:0.64rem;letter-spacing:0.14em;text-transform:uppercase;cursor:pointer;font-weight:500;white-space:nowrap;font-family:'DM Sans',sans-serif}
.cc-btn-allow:hover{background:var(--gold-light)}
@media(max-width:700px){.cookie-consent{padding:1.2rem 1rem;flex-direction:column;align-items:stretch;text-align:left}.cc-btns{justify-content:stretch}.cc-btns button{flex:1}}

/* COOKIE SETTINGS MODAL */
.cc-modal-overlay{position:fixed;inset:0;z-index:210;background:rgba(13,26,18,0.72);display:none;align-items:center;justify-content:center;padding:1.5rem}
.cc-modal-overlay.show{display:flex}
.cc-modal{background:var(--night2);border:1px solid var(--border);max-width:460px;width:100%;padding:2.2rem 1.9rem;max-height:86vh;overflow-y:auto}
.cc-modal h3{font-family:'Cormorant Garamond',serif;font-size:1.5rem;color:var(--ivory);margin-bottom:0.9rem}
.cc-modal p{font-size:0.78rem;line-height:1.7;color:var(--dust);margin-bottom:1.4rem}
.cc-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0.9rem 0;border-top:1px solid var(--border)}
.cc-toggle-row:last-of-type{border-bottom:1px solid var(--border);margin-bottom:1.6rem}
.cc-toggle-name{font-size:0.82rem;color:var(--ivory)}
.cc-toggle-sub{font-size:0.68rem;color:var(--dust);margin-top:0.2rem}
.cc-switch{position:relative;width:42px;height:24px;flex-shrink:0}
.cc-switch input{opacity:0;width:0;height:0}
.cc-slider{position:absolute;inset:0;background:rgba(184,168,152,0.35);cursor:pointer;transition:.25s;border-radius:20px}
.cc-slider::before{content:'';position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.25s}
.cc-switch input:checked+.cc-slider{background:var(--gold)}
.cc-switch input:checked+.cc-slider::before{transform:translateX(18px)}
.cc-switch input:disabled+.cc-slider{opacity:0.55;cursor:not-allowed}
.cc-modal-btns{display:flex;gap:0.8rem;flex-wrap:wrap}
.cc-footer-link{cursor:pointer}
