
:root{
  --cream:#fbf7f1;
  --sand:#efe3d3;
  --white:#ffffff;
  --text:#2f2118;
  --muted:#6f5d4f;
  --gold:#bb7a3b;
  --gold-deep:#8f5728;
  --dark:#1f150f;
  --line:rgba(68,46,28,.14);
  --shadow:0 18px 45px rgba(31,21,15,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',sans-serif;
  color:var(--text);
  background:var(--cream);
  line-height:1.7;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font:inherit}
.container{width:min(1200px,calc(100% - 2rem));margin-inline:auto}
.narrow{max-width:860px}
.announcement{
  background:#120d09;
  color:#ebd8c3;
  font-size:.92rem;
}
.announcement-inner{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:1rem;
  flex-wrap:wrap;
  padding:.7rem 0;
}
.announcement a{color:#ffd2a4}
.site-header{
  position:sticky;
  top:0;
  z-index:80;
  background:rgba(251,247,241,.86);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.nav-shell{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:1rem 0;
  position:relative;
}
.brand{
  display:flex;
  align-items:center;
  gap:.85rem;
}
.brand img{
  width:64px;height:64px;border-radius:50%;object-fit:cover;box-shadow:var(--shadow);
}
.brand-text strong{
  display:block;
  font-size:1rem;
  letter-spacing:.08em;
}
.brand-text span{
  display:block;
  color:var(--muted);
  font-size:.84rem;
}
.site-nav{
  display:flex;
  align-items:center;
  gap:1.15rem;
}
.site-nav a{font-weight:700}
.menu-toggle{
  display:none;
  border:none;
  background:transparent;
  font-size:1.8rem;
  cursor:pointer;
}
.pill-btn,.ghost-btn,.outline-dark-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.95rem 1.35rem;
  border-radius:999px;
  font-weight:800;
  transition:.25s ease;
}
.pill-btn{
  color:#fff;
  background:linear-gradient(135deg,var(--gold),var(--gold-deep));
  box-shadow:0 12px 26px rgba(143,87,40,.28);
}
.pill-btn.small{padding:.8rem 1rem;font-size:.94rem}
.ghost-btn{
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(10px);
}
.outline-dark-btn{
  color:var(--text);
  border:1px solid var(--line);
  background:#fff;
}
.lux-hero{
  position:relative;
  min-height:92vh;
  overflow:hidden;
  background:#0f0b08;
}
.hero-slides{
  position:absolute;
  inset:0;
}
.hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transform:scale(1.06);
  transition:opacity 1s ease, transform 7s ease;
}
.hero-slide.active{
  opacity:1;
  transform:scale(1);
}
.hero-slide img{
  width:100%;
  height:100%;
  object-fit:contain;
  background:#130d09;
}
.hero-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(16,10,7,.34), rgba(16,10,7,.72)),
    radial-gradient(circle at 20% 25%, rgba(255,189,122,.14), transparent 30%);
}
.hero-content{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:2rem;
  align-items:center;
  min-height:92vh;
  padding:5rem 0;
}
.eyebrow{
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.78rem;
  font-weight:800;
  color:#ffd0a0;
  margin:0 0 1rem;
}
.eyebrow.dark{color:var(--gold-deep)}
h1,h2{
  font-family:'Playfair Display',serif;
  line-height:1.05;
  margin:0 0 1rem;
}
h1{font-size:clamp(2.8rem,6vw,5.6rem);color:#fff}
h2{font-size:clamp(2rem,4vw,3.5rem)}
h3{margin:.15rem 0 .55rem}
.hero-lead{
  max-width:720px;
  color:#f4e7d8;
  font-size:1.08rem;
}
.hero-actions,.cta-actions{
  display:flex;
  gap:1rem;
  flex-wrap:wrap;
}
.hero-actions{margin:2rem 0 1.6rem}
.hero-metrics{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
}
.hero-metrics div{
  min-width:150px;
  padding:1rem;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(10px);
}
.hero-metrics strong{
  display:block;
  font-size:1.35rem;
  color:#fff;
}
.hero-metrics span{color:#ead7c5}
.hero-panel{
  display:flex;
  justify-content:flex-end;
}
.glass{
  max-width:430px;
  padding:1.5rem;
  border-radius:28px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(14px);
  color:#fff;
  box-shadow:var(--shadow);
}
.tag,.mini-tag{
  display:inline-block;
  padding:.38rem .72rem;
  border-radius:999px;
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.tag{
  background:rgba(255,255,255,.12);
  color:#ffd5ad;
}
.mini-tag{
  background:#f8ecde;
  color:var(--gold-deep);
  margin-bottom:.8rem;
}
.hero-controls{
  position:absolute;
  inset:auto 0 2rem 0;
  z-index:3;
  pointer-events:none;
}
.hero-arrow{
  pointer-events:auto;
  position:absolute;
  bottom:0;
  width:52px;
  height:52px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  color:#fff;
  cursor:pointer;
  backdrop-filter:blur(10px);
}
#prevSlide{left:1.4rem}
#nextSlide{right:1.4rem}
.hero-dots{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:2.25rem;
  z-index:3;
  display:flex;
  gap:.55rem;
}
.dot{
  width:12px;height:12px;border-radius:50%;border:none;
  background:rgba(255,255,255,.35);cursor:pointer;
}
.dot.active{background:#fff}
.section{padding:5.3rem 0}
.section-light{background:#f7f0e7}
.section-sand{background:linear-gradient(180deg,#fbf7f1,#f1e6d7)}
.dark-band{
  background:linear-gradient(135deg,#221711,#38251a);
}
.section-heading{
  max-width:780px;
  margin-bottom:2rem;
}
.body-copy{
  color:var(--muted);
}
.body-copy.large{
  font-size:1.08rem;
}
.intro-grid,.destinations-grid,.stats-grid,.team-grid{
  display:grid;
  gap:1.35rem;
}
.intro-grid.three{grid-template-columns:repeat(3,1fr)}
.intro-grid.five{grid-template-columns:repeat(5,1fr)}
.destinations-grid{grid-template-columns:repeat(3,1fr)}
.stats-grid{grid-template-columns:repeat(3,1fr)}
.team-grid.four{grid-template-columns:repeat(4,1fr)}
.team-grid.two{grid-template-columns:repeat(2,1fr)}
.card,.feature-box,.tour-card,.team-card,.team-profile,.cta-card,.lux-form,.image-panel{
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  border-radius:var(--radius);
}
.card,.feature-box,.cta-card,.team-profile,.lux-form,.feature-highlight{
  padding:1.6rem;
}
.card.soft{
  background:linear-gradient(180deg,#fff,#fffaf5);
}
.split-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:2rem;
  align-items:start;
}
.feature-list{
  list-style:none;
  padding:0;
  margin:1rem 0 0;
}
.feature-list li{
  padding:.7rem 0;
  border-bottom:1px solid var(--line);
  color:var(--muted);
}
.feature-list li::before{
  content:'•';
  color:var(--gold);
  font-size:1.2rem;
  margin-right:.55rem;
}
.feature-highlight{
  margin-top:1rem;
  background:linear-gradient(135deg,#211711,#382519);
  color:#fff;
  border-radius:22px;
}
.feature-highlight strong{
  display:block;
  font-size:1.08rem;
  margin-bottom:.3rem;
}
.text-link{
  color:var(--gold-deep);
  font-weight:700;
}
.tour-teaser,.stat-card{
  position:relative;
  overflow:hidden;
}
.tour-card{
  overflow:hidden;
}
.tour-card img{
  width:100%;
  aspect-ratio:1/0.86;
  object-fit:cover;
}
.tour-card-content{
  padding:1.3rem;
}
.stat-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
  color:#fff;
  padding:1.6rem;
  border-radius:24px;
}
.stat-card strong{
  display:block;
  font-size:1.28rem;
  margin-bottom:.35rem;
}
.stat-card span{color:#ead9c7}
.team-card{
  overflow:hidden;
}
.team-card img{
  width:100%;
  aspect-ratio:1/1.1;
  object-fit:cover;
}
.team-card-body{
  padding:1.2rem;
}
.team-card-body span,.team-profile span{
  display:inline-block;
  font-size:.73rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--gold-deep);
  font-weight:800;
}
.team-profile{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:1.2rem;
  align-items:center;
}
.team-profile img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:18px;
}
.centered-button{
  margin-top:2rem;
  text-align:center;
}
.cta-card{
  display:flex;
  justify-content:space-between;
  gap:1.5rem;
  align-items:center;
}
.page-hero{
  padding:5rem 0 3.8rem;
}
.neutral-hero{
  background:linear-gradient(180deg,#f5ecdf,#fffaf4);
}
.image-panel img{
  width:100%;
  border-radius:22px;
}
.contact-list{
  display:grid;
  gap:.65rem;
  margin-top:1rem;
}
.contact-list a{color:#ffd2a4}
.contact-list.dark-list a{color:var(--gold-deep)}
.feature-box.compact{
  margin-top:1.2rem;
}
.lux-form{
  background:linear-gradient(180deg,#fff,#fffaf4);
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1rem;
  margin-bottom:1rem;
}
.lux-form input,.lux-form textarea{
  width:100%;
  padding:1rem;
  border-radius:16px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--text);
  outline:none;
}
.lux-form textarea{
  min-height:180px;
  resize:vertical;
  margin-bottom:1rem;
}
.form-submit{
  border:none;
  cursor:pointer;
}
.form-help{
  color:var(--muted);
  margin:.8rem 0 0;
}
.whatsapp-float{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:90;
  background:#25D366;
  color:#fff;
  padding:.9rem 1.1rem;
  border-radius:999px;
  font-weight:800;
  box-shadow:0 16px 30px rgba(0,0,0,.18);
}
.site-footer{
  background:#150e09;
  color:#dbc8b5;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.25fr .7fr .9fr;
  gap:2rem;
  padding:3rem 0 2rem;
}
.footer-brand img{
  width:72px;height:72px;
}
.footer-note{color:#bfa994}
.site-footer h4{
  color:#fff;
  margin-top:0;
}
.site-footer a,.site-footer p{
  display:block;
  margin:.45rem 0;
  color:#dbc8b5;
}
.footer-bottom{
  text-align:center;
  border-top:1px solid rgba(255,255,255,.08);
  padding:1rem 0;
  color:#b79c84;
}

.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .8s ease, transform .8s ease;
}
.reveal.visible{
  opacity:1;
  transform:translateY(0);
}
.delay-1{transition-delay:.12s}
.delay-2{transition-delay:.24s}

@media (max-width: 1080px){
  .hero-content,.split-grid,.cta-card,.team-profile,.footer-grid{
    grid-template-columns:1fr;
    display:grid;
  }
  .intro-grid.three,.destinations-grid,.team-grid.four,.stats-grid,.team-grid.two{
    grid-template-columns:1fr 1fr;
  }
  .intro-grid.five{grid-template-columns:repeat(3,1fr)}
  .hero-panel{justify-content:flex-start}
}
@media (max-width: 760px){
  .menu-toggle{display:block}
  .site-nav{
    display:none;
    position:absolute;
    left:1rem;right:1rem;top:100%;
    background:#fff;
    border:1px solid var(--line);
    border-radius:20px;
    box-shadow:var(--shadow);
    padding:1rem;
    flex-direction:column;
    align-items:flex-start;
  }
  .site-nav.open{display:flex}
  .hero-content{
    grid-template-columns:1fr;
    min-height:92vh;
  }
  .hero-arrow{
    width:46px;height:46px;
  }
  .intro-grid.three,.intro-grid.five,.destinations-grid,.stats-grid,.team-grid.four,.team-grid.two,.form-grid{
    grid-template-columns:1fr;
  }
  .brand-text strong{font-size:.88rem}
  .brand-text span{font-size:.76rem}
  .section{padding:4.4rem 0}
  h1{font-size:2.55rem}
  .whatsapp-float{right:14px;bottom:14px}
}
