
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
:root{--ink:#16231e;--cream:#f7f2e8;--sand:#d9b77d;--terr:#a94f2d;--sage:#52675b;--white:#fff;--muted:#6e766f;--shadow:0 24px 60px rgba(31,43,36,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:#fff;line-height:1.6}.container{width:min(1160px,92%);margin:auto}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:700;color:var(--terr)}h1,h2,h3{font-family:'Playfair Display',serif;line-height:1.08;margin:0 0 .7rem}h1{font-size:clamp(3rem,7vw,6.7rem)}h2{font-size:clamp(2.2rem,4vw,4.3rem)}h3{font-size:1.45rem}p{color:var(--muted)}
.site-header{position:fixed;z-index:50;top:0;left:0;right:0;padding:18px 0;transition:.3s}.site-header.scrolled{background:rgba(247,242,232,.95);backdrop-filter:blur(14px);box-shadow:0 10px 40px rgba(0,0,0,.08)}.nav{display:flex;align-items:center;justify-content:space-between}.brand{font-weight:800;letter-spacing:-.03em;font-size:1.35rem}.brand span{color:var(--terr)}.nav-links{display:flex;gap:26px;align-items:center}.nav-links a{font-weight:600;font-size:.95rem}.nav-toggle{display:none;border:0;background:none;font-size:1.4rem}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 22px;border-radius:999px;font-weight:700;border:1px solid transparent;transition:.25s}.btn-primary{background:var(--terr);color:white}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(169,79,45,.25)}.btn-light{background:#fff;color:var(--ink)}.btn-outline{border-color:rgba(22,35,30,.2)}
.hero{min-height:100vh;position:relative;display:flex;align-items:end;padding:150px 0 80px;overflow:hidden;background:#15231d;color:#fff}.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,23,18,.88) 0%,rgba(12,23,18,.5) 48%,rgba(12,23,18,.1) 100%),url('https://images.unsplash.com/photo-1539020140153-e479b8c22e70?auto=format&fit=crop&w=1800&q=88') center/cover}.hero-content{position:relative;z-index:2;max-width:830px}.hero p{color:rgba(255,255,255,.82);font-size:1.15rem;max-width:620px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-badge{position:absolute;right:5%;bottom:8%;z-index:2;background:rgba(255,255,255,.12);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.22);padding:22px;border-radius:24px;width:260px}
.section{padding:110px 0}.section-soft{background:var(--cream)}.section-dark{background:var(--ink);color:#fff}.section-dark p{color:#bbc5bf}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:42px}.section-head>div{max-width:720px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.story-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.story-image{border-radius:34px;overflow:hidden;box-shadow:var(--shadow)}.story-image img{height:640px;width:100%;object-fit:cover}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.stat{padding:20px;border-radius:20px;background:#fff}.stat strong{display:block;font-family:'Playfair Display';font-size:2rem;color:var(--terr)}
.tour-card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 18px 48px rgba(25,36,30,.09);transition:.35s}.tour-card:hover{transform:translateY(-8px)}.tour-media{height:280px;position:relative;overflow:hidden}.tour-media img{width:100%;height:100%;object-fit:cover;transition:.5s}.tour-card:hover .tour-media img{transform:scale(1.05)}.tour-tag{position:absolute;top:16px;left:16px;background:#fff;padding:8px 12px;border-radius:999px;font-weight:700;font-size:.8rem}.tour-body{padding:24px}.tour-meta{display:flex;gap:15px;font-size:.85rem;color:var(--muted);margin:10px 0 18px}.tour-actions{display:flex;gap:10px;flex-wrap:wrap}.tour-actions .btn{padding:11px 16px;font-size:.88rem}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature{padding:28px;border-radius:24px;background:#fff}.feature b{display:block;font-size:2rem;color:var(--terr);margin-bottom:10px}.quote{padding:42px;border-radius:30px;background:linear-gradient(135deg,#b96139,#8f3f26);color:#fff}.quote p{color:#fff;font-size:1.2rem}.cta{position:relative;border-radius:38px;overflow:hidden;padding:70px;background:linear-gradient(90deg,rgba(16,31,24,.9),rgba(16,31,24,.45)),url('https://images.unsplash.com/photo-1518544866330-95a2bfbab8c3?auto=format&fit=crop&w=1800&q=85') center/cover;color:#fff}.cta p{color:#e8ece9;max-width:620px}
.page-hero{min-height:62vh;display:flex;align-items:end;padding:150px 0 70px;position:relative;color:#fff;background:#1b2a23}.page-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,27,20,.82),rgba(13,27,20,.2)),var(--hero-image) center/cover}.page-hero .container{position:relative;z-index:1}.page-hero p{color:#e1e7e3;max-width:650px}.tour-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.detail-grid{display:grid;grid-template-columns:1fr 360px;gap:54px}.detail-card{position:sticky;top:110px;background:var(--cream);padding:28px;border-radius:26px}.info-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:28px 0}.info-item{background:#f8f7f3;padding:18px;border-radius:18px}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:54px}.form{background:#fff;padding:34px;border-radius:28px;box-shadow:var(--shadow)}.field{margin-bottom:16px}.field label{display:block;font-weight:700;margin-bottom:7px}.field input,.field textarea,.field select{width:100%;padding:14px 16px;border:1px solid #d8ddd9;border-radius:14px;font:inherit}.field textarea{min-height:150px}.legal{max-width:850px}.legal h2{font-size:2rem;margin-top:35px}.site-footer{background:#101b16;color:#fff;padding:65px 0 25px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:50px}.site-footer p,.site-footer a{color:#aebbb4}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:35px;padding-top:20px;display:flex;justify-content:space-between;gap:20px}.reveal{opacity:0;transform:translateY(30px);transition:.7s}.reveal.visible{opacity:1;transform:none}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:60;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:#fff;font-size:1.5rem;box-shadow:0 15px 30px rgba(37,211,102,.3)}
@media(max-width:900px){.nav-toggle{display:block}.nav-links{position:fixed;top:72px;left:4%;right:4%;display:none;flex-direction:column;background:#fff;padding:24px;border-radius:20px;box-shadow:var(--shadow)}.nav-links.open{display:flex}.nav-links a{color:var(--ink)}.hero-badge{display:none}.grid-3,.tour-grid,.features{grid-template-columns:repeat(2,1fr)}.story-grid,.contact-grid,.detail-grid{grid-template-columns:1fr}.detail-card{position:static}.footer-grid{grid-template-columns:1fr 1fr}.page-hero{min-height:55vh}}
@media(max-width:620px){.section{padding:78px 0}.grid-3,.tour-grid,.features,.stats,.info-list,.footer-grid{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.hero{padding-top:120px}.hero h1{font-size:3.4rem}.tour-media{height:240px}.footer-bottom{flex-direction:column}.cta{padding:42px 26px}}

/* Tour detail additions */
.tour-detail-hero{min-height:72vh;display:flex;align-items:flex-end;background:linear-gradient(180deg,rgba(14,24,22,.15),rgba(14,24,22,.82)),var(--hero-image) center/cover no-repeat;color:#fff;padding:9rem 0 4.5rem}
.tour-detail-hero h1{max-width:900px;margin:.7rem 0 1rem}.tour-detail-hero p{max-width:720px;font-size:1.08rem}.detail-badges{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.5rem}.detail-badge{padding:.65rem .95rem;border-radius:999px;background:rgba(255,255,255,.14);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.24)}
.featured-tour-hero{min-height:82vh;background-color:#13211d;background-image:linear-gradient(90deg,rgba(13,20,18,.9) 0%,rgba(47,31,21,.74) 42%,rgba(47,31,21,.24) 100%),linear-gradient(180deg,rgba(13,20,18,.05) 35%,rgba(13,20,18,.72) 100%),var(--hero-image);background-position:center center,center center,center 58%;background-size:cover,cover,cover;background-repeat:no-repeat;padding:10.5rem 0 5.25rem}
.featured-tour-hero .container{max-width:1160px}.featured-tour-hero .eyebrow{color:#ffd9bd;text-shadow:0 8px 24px rgba(0,0,0,.35)}.featured-tour-hero h1{max-width:980px;font-size:clamp(3.2rem,6vw,5.8rem);text-shadow:0 18px 48px rgba(0,0,0,.38)}.featured-tour-hero p{max-width:760px;color:rgba(255,255,255,.9);font-size:1.14rem}.featured-hero-actions{margin-top:1.7rem}.featured-hero-actions .btn-outline{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.08);backdrop-filter:blur(10px)}.featured-hero-actions .btn-outline:hover{background:#fff;color:var(--ink)}
.detail-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:3rem;align-items:start}.detail-panel{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 18px 55px rgba(26,38,34,.09)}.detail-panel h2,.detail-panel h3{margin-top:0}.booking-card{position:sticky;top:110px;background:#173c35;color:#fff;border-radius:24px;padding:2rem}.booking-card .price{font-size:2rem;font-weight:800;margin:.4rem 0}.booking-card .btn{width:100%;justify-content:center;margin-top:.75rem}.timeline{display:grid;gap:1rem;margin-top:1.5rem}.timeline-item{display:grid;grid-template-columns:42px 1fr;gap:1rem;align-items:start}.timeline-item span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e9f0eb;font-weight:800;color:#173c35}.timeline-item h4{margin:.1rem 0 .25rem}.check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem;padding:0;list-style:none}.check-list li:before{content:'✓';font-weight:800;margin-right:.55rem;color:#c66b3d}.tour-gallery{display:grid;grid-template-columns:1.4fr .8fr .8fr;grid-template-rows:220px 220px;gap:1rem}.tour-gallery img{width:100%;height:100%;object-fit:cover;border-radius:18px}.tour-gallery img:first-child{grid-row:1/3}.source-note{font-size:.82rem;opacity:.72;margin-top:1.25rem}.featured-three{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:900px){.detail-layout{grid-template-columns:1fr}.booking-card{position:static}.tour-gallery{grid-template-columns:1fr 1fr;grid-template-rows:240px 180px}.tour-gallery img:first-child{grid-column:1/3;grid-row:auto}.featured-three{grid-template-columns:1fr}.check-list{grid-template-columns:1fr}}
@media(max-width:620px){.featured-tour-hero{min-height:78vh;padding:8.8rem 0 3.5rem;background-image:linear-gradient(180deg,rgba(13,20,18,.45) 0%,rgba(13,20,18,.9) 100%),var(--hero-image);background-position:center center,58% 50%;background-size:cover,cover}.featured-tour-hero h1{font-size:clamp(2.7rem,14vw,4rem)}.featured-tour-hero p{font-size:1rem}.featured-hero-actions .btn{width:100%;justify-content:center}.detail-badges{gap:.55rem}.detail-badge{font-size:.88rem}}

/* Warm About page redesign */
.about-warm-hero{min-height:92vh;position:relative;display:flex;align-items:flex-end;padding:150px 0 78px;overflow:hidden;color:#fff;background:#1a211c}
.about-warm-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(37,25,17,.88),rgba(116,61,34,.52),rgba(37,25,17,.22)),var(--hero-image) center/cover no-repeat;transform:scale(1.02)}
.about-warm-hero:after{content:'';position:absolute;inset:auto 0 0 0;height:190px;background:linear-gradient(0deg,#fff,rgba(255,255,255,0))}
.about-hero-wrap{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:42px;align-items:end}
.about-hero-copy{max-width:860px}.about-hero-copy p{color:rgba(255,255,255,.86);font-size:1.17rem;max-width:690px}.about-welcome-card{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(16px);border-radius:32px;padding:30px;box-shadow:0 28px 75px rgba(0,0,0,.22)}
.about-welcome-card span{display:inline-flex;margin-bottom:16px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.18);font-weight:800}.about-welcome-card h3{font-size:1.75rem}.about-welcome-card p{color:rgba(255,255,255,.82)}
.about-story-section{background:linear-gradient(180deg,#fff 0%,#fff8ee 100%)}.warm-note{margin-top:24px;padding:22px 24px;border-left:5px solid var(--terr);border-radius:18px;background:#fff4e4;color:#4c3a2f;box-shadow:0 15px 35px rgba(114,74,39,.08)}
.about-photo-stack{position:relative;min-height:620px}.about-photo-stack img{position:absolute;object-fit:cover;box-shadow:var(--shadow)}.about-photo-stack .photo-main{right:0;top:0;width:86%;height:560px;border-radius:38px}.about-photo-stack .photo-small{left:0;bottom:0;width:46%;height:250px;border-radius:30px;border:10px solid #fff}
.about-values-section{background:linear-gradient(135deg,#f7f2e8,#fff0df)}.about-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.warm-value-card{position:relative;overflow:hidden;padding:30px;border-radius:28px;background:#fff;box-shadow:0 18px 45px rgba(79,54,35,.08);transition:.35s}.warm-value-card:before{content:'';position:absolute;right:-40px;top:-40px;width:110px;height:110px;border-radius:50%;background:rgba(169,79,45,.1);transition:.35s}.warm-value-card:hover{transform:translateY(-8px)}.warm-value-card:hover:before{transform:scale(1.55)}.warm-value-card b{display:block;font-family:'Playfair Display',serif;font-size:2.2rem;color:var(--terr);margin-bottom:18px}.warm-value-card p{position:relative;z-index:1}
.about-cta-section{background:#fff;padding-top:96px}.about-cta-card{position:relative;overflow:hidden;border-radius:42px;padding:76px;background:linear-gradient(90deg,rgba(45,31,22,.9),rgba(143,63,38,.72)),url('https://images.unsplash.com/photo-1516026672322-bc52d61a55d5?auto=format&fit=crop&w=1800&q=85') center/cover;color:#fff;box-shadow:0 28px 75px rgba(70,45,29,.22)}.about-cta-card p{color:rgba(255,255,255,.84);max-width:760px}.about-pill-row{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 6px}.about-pill-row span{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.18);font-weight:700;font-size:.92rem}
.about-cta-card .btn-outline{border-color:rgba(255,255,255,.5);color:#fff}.about-cta-card .btn-outline:hover{background:#fff;color:var(--ink)}
@media(max-width:900px){.about-hero-wrap{grid-template-columns:1fr}.about-welcome-card{max-width:460px}.about-values-grid{grid-template-columns:repeat(2,1fr)}.about-photo-stack{min-height:520px}.about-photo-stack .photo-main{width:100%;height:480px}.about-photo-stack .photo-small{width:55%}.about-cta-card{padding:52px 34px}}
@media(max-width:620px){.about-warm-hero{min-height:82vh;padding-top:125px}.about-welcome-card{padding:24px}.about-values-grid{grid-template-columns:1fr}.about-photo-stack{min-height:auto}.about-photo-stack img{position:static}.about-photo-stack .photo-main{width:100%;height:390px}.about-photo-stack .photo-small{width:78%;height:210px;margin:-60px auto 0;border-width:8px}.about-cta-card{border-radius:30px;padding:40px 24px}}

/* Warm home page refresh */
.home-warm-hero:before{background:linear-gradient(90deg,rgba(37,25,17,.9),rgba(116,61,34,.55),rgba(37,25,17,.2)),var(--hero-image) center/cover no-repeat}
.home-hero-card{transform:translateY(-8px)}
.home-intro-strip{position:relative;z-index:3;margin-top:-42px;padding:0 0 30px}.home-intro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;background:#fff;border-radius:30px;padding:18px;box-shadow:0 22px 70px rgba(57,38,25,.13)}.home-intro-grid div{padding:20px;border-radius:22px;background:#fff8ee}.home-intro-grid strong{display:block;font-family:'Playfair Display',serif;font-size:2rem;color:var(--terr);line-height:1}.home-intro-grid span{display:block;margin-top:6px;font-weight:700;color:#5e5147}.home-story-section{background:linear-gradient(180deg,#fff,#fff8ee)}.home-story-section .about-photo-stack .photo-main{height:540px}.home-story-section .about-photo-stack .photo-small{height:230px}.home-story-section .warm-note{margin-top:28px}
@media(max-width:900px){.home-intro-grid{grid-template-columns:1fr}.home-intro-strip{margin-top:-20px}.home-hero-card{transform:none}}

/* Warm Tours page redesign */
.tours-warm-hero:before{background:linear-gradient(90deg,rgba(37,25,17,.9),rgba(116,61,34,.56),rgba(37,25,17,.22)),var(--hero-image) center/cover no-repeat}
.tours-intro-strip .home-intro-grid strong{font-size:1.55rem}.tours-intro-strip .home-intro-grid span{line-height:1.35}
.tours-mood-section{background:linear-gradient(180deg,#fff,#fff8ee)}.tours-mood-grid{display:grid;gap:18px}.tours-mood-grid article{padding:26px;border-radius:26px;background:#fff;box-shadow:0 18px 45px rgba(79,54,35,.08);border:1px solid rgba(169,79,45,.08);transition:.32s}.tours-mood-grid article:hover{transform:translateY(-6px)}.tours-mood-grid span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff0df;color:var(--terr);font-weight:800;margin-bottom:12px}.tours-mood-grid h3{margin-bottom:6px}.tours-warm-grid{align-items:stretch;grid-template-columns:repeat(3,minmax(0,1fr))}.warm-tour-card{border:1px solid rgba(169,79,45,.08);box-shadow:0 24px 62px rgba(94,61,38,.12)}.warm-card-kicker{text-transform:uppercase;letter-spacing:.16em;color:var(--terr);font-size:.72rem;font-weight:800;margin-bottom:9px}.mini-points{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}.mini-points span{padding:7px 10px;border-radius:999px;background:#fff4e4;color:#5c4637;font-size:.78rem;font-weight:700}.tours-compare-section{background:#fff}.compare-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.compare-cards article{padding:30px;border-radius:28px;background:linear-gradient(180deg,#fff8ee,#fff);box-shadow:0 18px 45px rgba(79,54,35,.08);border:1px solid rgba(169,79,45,.08)}.compare-cards h3{color:#4b3224}.tours-steps-grid .warm-value-card{background:#fffdf9}
@media(max-width:900px){.compare-cards{grid-template-columns:1fr}.tours-mood-grid{grid-template-columns:1fr}.tours-warm-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.tours-warm-grid{grid-template-columns:1fr}}

/* Keep tour card buttons aligned at the bottom */
.tours-warm-grid .tour-card,
.tours-warm-grid .warm-tour-card{
  height:100%;
  display:flex;
  flex-direction:column;
}
.tours-warm-grid .tour-body{
  flex:1;
  display:flex;
  flex-direction:column;
}
.tours-warm-grid .mini-points{
  margin-bottom:24px;
}
.tours-warm-grid .tour-actions{
  margin-top:auto;
  padding-top:8px;
}

/* Warm contact page redesign */
.contact-warm-hero:before{background:linear-gradient(90deg,rgba(37,25,17,.9),rgba(116,61,34,.56),rgba(37,25,17,.22)),var(--hero-image) center/cover no-repeat}
.contact-main-section{background:linear-gradient(180deg,#fff,#fff8ee)}
.warm-contact-grid{align-items:stretch}
.contact-info-card{height:100%;padding:34px;border-radius:30px;background:#fff;box-shadow:0 18px 45px rgba(79,54,35,.08);border:1px solid rgba(169,79,45,.08)}
.contact-points{display:grid;gap:12px;margin:26px 0}.contact-points div{display:flex;align-items:center;gap:13px;padding:15px;border-radius:18px;background:#fff4e4}.contact-points b{display:grid;place-items:center;min-width:42px;height:42px;border-radius:50%;background:#a94f2d;color:#fff}.contact-points span{font-weight:800;color:#4c3a2f}.warm-contact-form{display:flex;flex-direction:column}.warm-contact-form .btn{align-self:flex-start;margin-top:auto}.contact-final-section{background:#fff;padding-top:0}.contact-final-section .about-cta-card{background:linear-gradient(90deg,rgba(45,31,22,.9),rgba(143,63,38,.72)),url('https://images.unsplash.com/photo-1518544866330-95a2bfbab8c3?auto=format&fit=crop&w=1800&q=85') center/cover}
@media(max-width:900px){.warm-contact-form .btn{margin-top:10px}}

/* Fancy floating navigation redesign */
.site-header{
  padding:18px 0;
  pointer-events:none;
}
.site-header .nav{
  pointer-events:auto;
  position:relative;
  isolation:isolate;
  padding:12px 14px 12px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,rgba(255,251,244,.86),rgba(255,244,228,.72));
  border:1px solid rgba(255,255,255,.62);
  box-shadow:0 18px 55px rgba(51,32,20,.16), inset 0 1px 0 rgba(255,255,255,.85);
  backdrop-filter:blur(18px) saturate(1.25);
  -webkit-backdrop-filter:blur(18px) saturate(1.25);
  overflow:hidden;
}
.site-header .nav:before{
  content:'';
  position:absolute;
  width:170px;
  height:170px;
  right:110px;
  top:-95px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(169,79,45,.24),rgba(169,79,45,0) 68%);
  z-index:-1;
}
.site-header .nav:after{
  content:'';
  position:absolute;
  inset:8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.38);
  z-index:-1;
  pointer-events:none;
}
.site-header.scrolled{
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
}
.site-header.scrolled .nav{
  background:rgba(255,251,244,.94);
  box-shadow:0 18px 55px rgba(51,32,20,.18), inset 0 1px 0 rgba(255,255,255,.9);
}
.brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#2b211b;
  white-space:nowrap;
}
.brand:before{
  content:'✦';
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  font-size:1rem;
  background:linear-gradient(135deg,#a94f2d,#d59b65);
  box-shadow:0 10px 24px rgba(169,79,45,.28);
}
.nav-links{
  gap:7px;
  padding-left:10px;
}
.nav-links a:not(.btn){
  position:relative;
  padding:12px 15px;
  border-radius:999px;
  color:#3a2f28;
  font-weight:800;
  transition:color .25s, transform .25s, background .25s;
}
.nav-links a:not(.btn):before{
  content:'';
  position:absolute;
  inset:4px;
  border-radius:inherit;
  background:rgba(169,79,45,.10);
  opacity:0;
  transform:scale(.82);
  transition:.25s;
  z-index:-1;
}
.nav-links a:not(.btn):hover,
.nav-links a:not(.btn).active{
  color:var(--terr);
  transform:translateY(-1px);
}
.nav-links a:not(.btn):hover:before,
.nav-links a:not(.btn).active:before{
  opacity:1;
  transform:scale(1);
}
.nav-links a:not(.btn).active:after{
  content:'';
  position:absolute;
  left:50%;
  bottom:5px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--terr);
  transform:translateX(-50%);
}
.nav-links .btn-primary{
  position:relative;
  padding:13px 20px;
  margin-left:6px;
  background:linear-gradient(135deg,#a94f2d,#c46f3e);
  box-shadow:0 12px 26px rgba(169,79,45,.25);
  overflow:hidden;
}
.nav-links .btn-primary:before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.35) 45%,transparent 70%);
  transform:translateX(-120%);
  transition:.55s;
}
.nav-links .btn-primary:hover:before{transform:translateX(120%)}
.nav-toggle{
  width:46px;
  height:46px;
  border-radius:50%;
  background:linear-gradient(135deg,#a94f2d,#d59b65);
  color:#fff;
  box-shadow:0 10px 24px rgba(169,79,45,.24);
  cursor:pointer;
}
@media(max-width:900px){
  .site-header{padding:14px 0}
  .site-header .nav{
    border-radius:28px;
    padding:10px 10px 10px 14px;
    overflow:visible;
  }
  .brand{font-size:1.05rem}
  .brand:before{width:34px;height:34px;font-size:.85rem}
  .nav-links{
    top:82px;
    left:50%;
    right:auto;
    width:min(92vw,420px);
    transform:translateX(-50%) translateY(-10px) scale(.98);
    display:flex;
    visibility:hidden;
    opacity:0;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    padding:18px;
    border-radius:28px;
    background:rgba(255,251,244,.96);
    border:1px solid rgba(255,255,255,.72);
    box-shadow:0 28px 70px rgba(51,32,20,.22);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    transition:.24s ease;
  }
  .nav-links.open{
    visibility:visible;
    opacity:1;
    transform:translateX(-50%) translateY(0) scale(1);
  }
  .nav-links a:not(.btn){
    width:100%;
    padding:14px 16px;
    background:#fff6e9;
  }
  .nav-links a:not(.btn).active:after{display:none}
  .nav-links .btn-primary{
    width:100%;
    justify-content:center;
    margin:8px 0 0;
  }
}
@media(max-width:420px){
  .brand{letter-spacing:-.05em;font-size:.98rem;gap:7px}
  .brand:before{width:30px;height:30px}
}


/* Professional fancy footer redesign */
.pro-footer{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 18%,rgba(217,183,125,.18),transparent 28%),linear-gradient(135deg,#0f1b16 0%,#182820 54%,#2b1710 100%);color:#fff;padding:86px 0 28px;margin-top:0}.pro-footer:before{content:'';position:absolute;inset:18px;border:1px solid rgba(255,255,255,.08);border-radius:38px;pointer-events:none}.footer-glow{position:absolute;border-radius:999px;filter:blur(6px);opacity:.55;pointer-events:none}.footer-glow-one{width:260px;height:260px;left:-90px;top:-80px;background:rgba(169,79,45,.35)}.footer-glow-two{width:360px;height:360px;right:-160px;bottom:-170px;background:rgba(217,183,125,.2)}.footer-shell{position:relative;z-index:1}.footer-topline{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-bottom:34px;margin-bottom:34px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-brand-block{max-width:600px}.footer-logo{display:inline-flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.04em;font-size:1.45rem;color:#fff}.footer-logo span span{color:#f0b789}.footer-logo-mark{width:46px;height:46px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,#f2c281,#a94f2d);box-shadow:0 14px 32px rgba(169,79,45,.32);font-family:'Playfair Display',serif;font-size:1.45rem;color:#fff}.footer-brand-block p{max-width:540px;margin:16px 0 0;color:rgba(255,255,255,.72)}.footer-whatsapp{display:inline-flex;align-items:center;gap:12px;min-width:max-content;padding:13px 18px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.12);transition:.28s;cursor:pointer}.footer-whatsapp span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:#fff}.footer-whatsapp:hover{transform:translateY(-3px);background:rgba(255,255,255,.16)}.footer-pro-grid{grid-template-columns:1.3fr .72fr .9fr .82fr;gap:26px;align-items:start}.footer-card{padding:28px;border-radius:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);box-shadow:0 25px 70px rgba(0,0,0,.14);backdrop-filter:blur(14px)}.footer-mini-cta h3{font-size:1.55rem;margin-top:10px}.footer-mini-cta p{color:rgba(255,255,255,.7);margin-bottom:0}.footer-column{padding:8px 0}.footer-column h3{font-size:1.15rem;margin-bottom:16px;color:#fff}.footer-column a{position:relative;display:block;width:max-content;max-width:100%;padding:6px 0;color:rgba(255,255,255,.7);font-weight:650;transition:.25s;cursor:pointer}.footer-column a:after{content:'';position:absolute;left:0;bottom:4px;width:0;height:1px;background:#f0b789;transition:.25s}.footer-column a:hover{color:#fff;transform:translateX(4px)}.footer-column a:hover:after{width:100%}.footer-contact-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:34px}.footer-contact-row div{padding:18px 20px;border-radius:22px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1)}.footer-contact-row span{display:block;color:rgba(255,255,255,.52);font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.footer-contact-row b{display:block;margin-top:4px;color:#fff}.footer-pro-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:22px;color:rgba(255,255,255,.62);font-size:.92rem}.pro-footer .eyebrow{color:#f0b789}.pro-footer p,.pro-footer a{color:rgba(255,255,255,.72)}
@media(max-width:900px){.footer-topline{align-items:flex-start;flex-direction:column}.footer-pro-grid{grid-template-columns:1fr 1fr}.footer-mini-cta{grid-column:1/-1}.footer-contact-row{grid-template-columns:1fr}.pro-footer:before{inset:10px;border-radius:28px}}
@media(max-width:620px){.pro-footer{padding:68px 0 24px}.footer-pro-grid{grid-template-columns:1fr}.footer-logo{font-size:1.2rem}.footer-whatsapp{width:100%;justify-content:center}.footer-contact-row div{padding:16px}.footer-pro-bottom{gap:8px}.footer-column a{width:100%}}


/* Cleaner professional footer + refined WhatsApp toggle */
.premium-footer{position:relative;overflow:hidden;background:linear-gradient(180deg,#fffaf2 0%,#f4ebdd 100%);color:#2b211b;padding:74px 0 26px;border-top:1px solid rgba(169,79,45,.12);margin-top:0}.premium-footer:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 14% 4%,rgba(169,79,45,.14),transparent 30%),radial-gradient(circle at 86% 0%,rgba(240,183,137,.2),transparent 26%);pointer-events:none}.footer-ribbon{position:absolute;top:0;left:0;right:0;height:8px;background:linear-gradient(90deg,#a94f2d,#f0b789,#7a4d32)}.premium-footer-wrap{position:relative;z-index:1}.footer-journey-card{position:relative;overflow:hidden;padding:34px;border-radius:34px;background:linear-gradient(135deg,#3a261b,#8f4328);color:#fff;box-shadow:0 28px 80px rgba(79,54,35,.18)}.footer-journey-card:before{content:'';position:absolute;right:-70px;top:-80px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.12)}.footer-journey-card:after{content:'';position:absolute;left:32px;bottom:0;width:190px;height:6px;border-radius:999px;background:#f0b789}.footer-brand-line{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:28px}.premium-footer-logo{display:inline-flex;align-items:center;gap:12px;color:#fff;font-weight:900;font-size:1.32rem;letter-spacing:-.04em}.premium-footer-logo span span{color:#ffd2a7}.premium-logo-mark{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:#fff;color:#a94f2d;text-transform:uppercase;font-family:'Playfair Display',serif;font-size:1rem;box-shadow:0 18px 40px rgba(0,0,0,.14)}.footer-soft-action{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:999px;background:#fff;color:#7b3d27!important;font-weight:900;box-shadow:0 16px 35px rgba(0,0,0,.12);transition:.28s}.footer-soft-action:hover{transform:translateY(-3px);box-shadow:0 22px 45px rgba(0,0,0,.16)}.footer-journey-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr .9fr;gap:30px;align-items:end}.footer-journey-content h2{color:#fff;font-size:2.35rem;margin:0}.footer-journey-content p{color:rgba(255,255,255,.82);margin:0}.footer-main-panel{display:grid;grid-template-columns:1.3fr .7fr .9fr .8fr;gap:22px;margin-top:22px;padding:30px;border-radius:32px;background:rgba(255,255,255,.74);border:1px solid rgba(169,79,45,.12);box-shadow:0 20px 60px rgba(94,61,38,.09);backdrop-filter:blur(14px)}.footer-intro-block p{color:#66584d;max-width:360px;margin:12px 0 18px}.footer-mini-badges{display:flex;flex-wrap:wrap;gap:8px}.footer-mini-badges span{padding:8px 11px;border-radius:999px;background:#fff0df;color:#694432;font-weight:800;font-size:.78rem}.footer-link-group h3{font-size:1.1rem;margin:0 0 14px;color:#3f2b20}.footer-link-group a{position:relative;display:block;width:max-content;max-width:100%;padding:7px 0;color:#6f6258!important;font-weight:750;transition:.25s}.footer-link-group a:before{content:'›';opacity:0;margin-right:0;color:#a94f2d;transition:.25s}.footer-link-group a:hover{color:#a94f2d!important;transform:translateX(4px)}.footer-link-group a:hover:before{opacity:1;margin-right:7px}.premium-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;padding-top:22px;border-top:1px solid rgba(169,79,45,.12);color:#7d7168;font-size:.92rem;flex-wrap:wrap}.footer-bottom-links{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.footer-bottom-links a{font-weight:800;color:#6f6258!important}.footer-bottom-links a:hover{color:#a94f2d!important}.premium-footer p,.premium-footer a{color:inherit}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:80;width:auto;height:auto;min-width:0;padding:10px 14px 10px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:9px;background:rgba(255,250,242,.94);color:#1f2e25;font-size:.92rem;font-weight:900;letter-spacing:-.01em;border:1px solid rgba(37,211,102,.38);box-shadow:0 18px 48px rgba(32,26,20,.18),0 0 0 6px rgba(255,255,255,.25);backdrop-filter:blur(14px);transition:.28s}.whatsapp-float:before{content:'';position:absolute;inset:-6px;border-radius:999px;background:linear-gradient(135deg,rgba(37,211,102,.28),rgba(169,79,45,.12));z-index:-1;opacity:.85;transition:.28s}.whatsapp-float .wa-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:#fff;font-size:1rem;box-shadow:0 10px 24px rgba(37,211,102,.28)}.whatsapp-float .wa-label{line-height:1}.whatsapp-float:hover{transform:translateY(-4px);box-shadow:0 24px 58px rgba(32,26,20,.22),0 0 0 8px rgba(37,211,102,.1)}.whatsapp-float:hover:before{transform:scale(1.05);opacity:1}
@media(max-width:900px){.footer-journey-content{grid-template-columns:1fr}.footer-main-panel{grid-template-columns:1fr 1fr}.footer-intro-block{grid-column:1/-1}.premium-footer-bottom{align-items:flex-start;flex-direction:column}.footer-brand-line{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.premium-footer{padding:58px 0 22px}.footer-journey-card{padding:26px;border-radius:28px}.footer-journey-content h2{font-size:1.9rem}.footer-main-panel{grid-template-columns:1fr;padding:24px;border-radius:26px}.footer-soft-action{width:100%}.whatsapp-float{right:14px;bottom:14px;padding:8px}.whatsapp-float .wa-label{display:none}.whatsapp-float .wa-icon{width:38px;height:38px}}

/* Mobile nav cleanup: remove the large WhatsApp planning button from the opened mobile menu */
@media (max-width: 900px){
  .site-header .nav-links > .btn-primary{
    display:none !important;
  }
}


/* Logo image + JS component refinements */
.brand.brand-with-logo:before{display:none;content:none}.brand-with-logo{gap:12px}.brand-logo-img{width:52px;height:52px;border-radius:18px;object-fit:cover;background:#fff6e9;box-shadow:0 12px 26px rgba(169,79,45,.18);border:1px solid rgba(169,79,45,.12)}.brand-copy{display:flex;flex-direction:column;line-height:1.02}.brand-copy strong{font-size:1.03rem;letter-spacing:-.035em;color:#2b211b}.brand-copy small{margin-top:4px;color:#a94f2d;font-size:.72rem;font-weight:850;letter-spacing:.02em}.footer-logo-with-image{gap:14px}.footer-logo-img{width:58px;height:58px;border-radius:20px;object-fit:cover;background:#fff8ee;box-shadow:0 18px 42px rgba(0,0,0,.16);border:2px solid rgba(255,255,255,.55)}.component-footer .footer-journey-card{background:linear-gradient(135deg,rgba(58,38,27,.96),rgba(143,67,40,.88)),url('https://images.unsplash.com/photo-1518544866330-95a2bfbab8c3?auto=format&fit=crop&w=1600&q=80') center/cover}.component-footer .premium-footer-logo{font-size:1.5rem}.component-footer .footer-main-panel{align-items:start}.component-footer .footer-soft-action{cursor:pointer}.component-footer .footer-link-group a[data-wa]{cursor:pointer}
@media(max-width:900px){.brand-logo-img{width:44px;height:44px;border-radius:15px}.brand-copy strong{font-size:.95rem}.brand-copy small{font-size:.66rem}.footer-logo-img{width:52px;height:52px}.component-footer .premium-footer-logo{font-size:1.22rem}}
@media(max-width:420px){.brand-logo-img{width:38px;height:38px;border-radius:13px}.brand-copy small{display:none}.brand-copy strong{font-size:.9rem}.brand-with-logo{gap:8px}}

.viator-image-note{margin-top:18px;text-align:center;font-size:.92rem;color:#8b8077}
.tour-media img,.tour-gallery img{background:#f6eadb}

/* Premium tour detail gallery redesign */
.tour-gallery-section{
  background:radial-gradient(circle at 50% 0%, rgba(255,246,232,.95), rgba(250,244,233,.98) 45%, #f7efe3 100%);
  padding-top:88px;
  padding-bottom:88px;
}
.gallery-heading{
  text-align:center;
  max-width:780px;
  margin:0 auto 28px;
}
.gallery-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  border-radius:999px;
  background:#fff7eb;
  color:#a94f2d;
  font-weight:850;
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  border:1px solid rgba(169,79,45,.12);
  box-shadow:0 14px 36px rgba(101,66,42,.08);
}
.gallery-heading h2{
  margin:14px 0 8px;
  font-family:'Playfair Display',serif;
  font-size:clamp(2.15rem,4vw,3.55rem);
  line-height:1;
  color:#8f3f26;
}
.gallery-heading h2 span{
  font-family:inherit;
  font-weight:500;
  color:#b66742;
  opacity:.85;
}
.gallery-heading p{
  margin:0 auto;
  color:#6c5b4d;
  font-size:1.02rem;
  max-width:760px;
}
.tour-gallery-card{
  background:rgba(255,252,246,.76);
  border:1px solid rgba(143,63,38,.13);
  border-radius:30px;
  padding:26px;
  box-shadow:0 28px 80px rgba(63,42,28,.13);
  backdrop-filter:blur(12px);
}
.tour-gallery-mosaic{
  display:grid;
  grid-template-columns:1.28fr .64fr .64fr;
  grid-template-rows:240px 240px;
  gap:18px;
}
.tour-gallery-mosaic figure{
  position:relative;
  overflow:hidden;
  margin:0;
  min-height:0;
  border-radius:22px;
  background:#f6eadb;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.24);
}
.tour-gallery-mosaic .gallery-feature{grid-row:1/3;}
.tour-gallery-mosaic img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transform:scale(1.01);
  transition:transform .65s cubic-bezier(.2,.8,.2,1), filter .65s ease;
}
.tour-gallery-mosaic figure:after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(28,20,15,0) 40%, rgba(28,20,15,.48) 100%);
  opacity:.78;
  transition:opacity .45s ease;
}
.tour-gallery-mosaic figcaption{
  position:absolute;
  left:16px;
  right:16px;
  bottom:14px;
  z-index:2;
  color:#fff;
  font-weight:850;
  font-size:.95rem;
  letter-spacing:-.02em;
  text-shadow:0 8px 22px rgba(0,0,0,.32);
}
.tour-gallery-mosaic .gallery-feature figcaption{
  left:22px;
  bottom:20px;
  font-size:1.08rem;
}
.tour-gallery-mosaic figure:hover img{transform:scale(1.06);filter:saturate(1.06) contrast(1.03);}
.tour-gallery-mosaic figure:hover:after{opacity:.92;}
@media(max-width:980px){
  .tour-gallery-card{padding:18px;border-radius:26px;}
  .tour-gallery-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:310px 210px 210px;gap:14px;}
  .tour-gallery-mosaic .gallery-feature{grid-column:1/3;grid-row:auto;}
}
@media(max-width:640px){
  .tour-gallery-section{padding-top:62px;padding-bottom:62px;}
  .gallery-heading{text-align:left;margin-bottom:22px;}
  .gallery-heading h2{font-size:2.2rem;}
  .tour-gallery-card{padding:12px;border-radius:24px;}
  .tour-gallery-mosaic{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;padding-bottom:4px;}
  .tour-gallery-mosaic figure,
  .tour-gallery-mosaic .gallery-feature{flex:0 0 82%;height:320px;scroll-snap-align:start;border-radius:20px;}
  .tour-gallery-mosaic figcaption{font-size:.92rem;}
}


/* Tours hero side image */
.hero-photo-card{padding:12px;overflow:hidden}
.hero-photo-card img{display:block;width:100%;height:250px;object-fit:cover;border-radius:24px}
.hero-photo-copy{padding:16px 8px 4px}
.hero-photo-copy span{display:inline-flex;margin-bottom:12px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.18);font-weight:800}
.hero-photo-copy h3{font-size:1.55rem;margin-bottom:8px}
.hero-photo-copy p{color:rgba(255,255,255,.82);margin:0}
@media(max-width:900px){.hero-photo-card{max-width:420px}}
