/* ===================== Incredible India Tours — shared styles ===================== */
:root{
  --ivory:#F7F0E3;
  --ivory-dim:#EFE5D2;
  --indigo:#1D2A44;
  --indigo-2:#26375A;
  --maroon:#7C2F2B;
  --saffron:#E2891F;
  --gold:#B8892B;
  --charcoal:#2A2118;
  --line: rgba(42,33,24,0.14);
  --shadow: 0 18px 40px rgba(29,42,68,0.14);

  --img-taj: url('https://commons.wikimedia.org/wiki/Special:FilePath/Taj_Mahal_in_March_2004.jpg?width=1000');
  --img-mehrangarh: url('https://commons.wikimedia.org/wiki/Special:FilePath/Mehrangarh_fort_jodhpur_rajasthan.jpg?width=1000');
  --img-kerala: url('https://commons.wikimedia.org/wiki/Special:FilePath/Kerala_houseboat.jpg?width=900');
  --img-varanasi: url('https://commons.wikimedia.org/wiki/Special:FilePath/Varanasi%2C_India%2C_Ganges_before_sunset.jpg?width=1000');
  --img-ladakh: url('https://commons.wikimedia.org/wiki/Special:FilePath/Pangong.jpg?width=1000');
  --img-goa: url('https://upload.wikimedia.org/wikipedia/commons/thumb/f/f0/Bw_%28225071167%29.jpeg/800px-Bw_%28225071167%29.jpeg');
  --img-hero: url('https://commons.wikimedia.org/wiki/Special:FilePath/Taj_Mahal_in_March_2004.jpg?width=1800');
  --img-kashmir: url('https://commons.wikimedia.org/wiki/Special:FilePath/Dal_Lake_Hazratbal_Srinagar.jpg?width=1000');
  --img-himachal: url('https://commons.wikimedia.org/wiki/Special:FilePath/Shivaliks_Himalayas_Aerial_Dehaze_Himachal_Feb20_R16_02827.jpg?width=1000');
  --img-uttarakhand: url('https://commons.wikimedia.org/wiki/Special:FilePath/Nainital.jpg?width=900');
  --img-northeast: url('https://commons.wikimedia.org/wiki/Special:FilePath/Kazi_fire.jpg?width=1000');
  --img-thailand: url('https://commons.wikimedia.org/wiki/Special:FilePath/Chao_Phraya_-_Wat_Arun.JPG?width=1000');
  --img-dubai: url('https://commons.wikimedia.org/wiki/Special:FilePath/Dubai_Marina_Skyline.jpg?width=1000');
  --img-singapore: url('https://commons.wikimedia.org/wiki/Special:FilePath/Marina_Bay_Singapore-3499.jpg?width=1000');
  --img-nepal: url('https://commons.wikimedia.org/wiki/Special:FilePath/IMG_0469_Kathmandu_Pashupatinath.jpg?width=1000');
  --img-hongkong: url('https://commons.wikimedia.org/wiki/Special:FilePath/Hong_Kong_Skyline_Restitch_-_Dec_2007.jpg?width=1000');
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0; background:var(--ivory); color:var(--charcoal);
  font-family:'Jost', sans-serif; font-weight:400; line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,.display{
  font-family:'Cormorant Garamond', serif; font-weight:600; color:var(--indigo);
  margin:0; letter-spacing:0.2px;
}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
.wrap{max-width:1180px; margin:0 auto; padding:0 32px;}
@media (max-width:640px){ .wrap{padding:0 20px;} }
.jaali{
  background-image:
    repeating-linear-gradient(45deg, rgba(184,137,43,0.10) 0 2px, transparent 2px 26px),
    repeating-linear-gradient(-45deg, rgba(184,137,43,0.10) 0 2px, transparent 2px 26px);
}

/* ---------- Topbar ---------- */
.topbar{
  background:#12192B; color:#C9BFA9; font-size:12.5px;
  padding:8px 0; letter-spacing:0.2px;
}
.topbar .wrap{ display:flex; justify-content:space-between; align-items:center; gap:16px; flex-wrap:wrap; }
.topbar-left{ display:flex; gap:22px; flex-wrap:wrap; }
.topbar-left a{ color:#C9BFA9; }
.topbar-left a:hover{ color:var(--saffron); }
.topbar-right{ color:#8f8674; }
@media (max-width:760px){ .topbar-right{ display:none; } }

/* ---------- Header / Nav ---------- */
header.site-header{
  position:sticky; top:0; left:0; right:0; z-index:50;
  background:var(--indigo);
  box-shadow:0 6px 20px rgba(0,0,0,0.16);
}
.nav{ display:flex; align-items:center; justify-content:space-between; padding:10px 0; }
.brand{ display:flex; align-items:center; gap:12px; }
.brand-badge{
  background:#fff; border-radius:12px; padding:8px 14px;
  display:flex; align-items:center; box-shadow:0 4px 14px rgba(0,0,0,0.18);
}
.brand-badge img{ height:58px; width:auto; display:block; }
@media (max-width:640px){ .brand-badge{padding:6px 10px;} .brand-badge img{height:44px;} }

nav.links{ display:flex; gap:6px; align-items:center; }
nav.links > a, .nav-item > .nav-toplink{
  color:#EFE5D2; font-size:14.5px; font-weight:400; letter-spacing:0.2px;
  padding:10px 12px; display:inline-flex; align-items:center; gap:5px; border-radius:3px;
  transition:color .2s, background .2s;
}
nav.links > a:hover, .nav-item:hover > .nav-toplink, .nav-item.open > .nav-toplink{ color:var(--saffron); background:rgba(255,255,255,0.05); }
.nav-item{ position:relative; }
.caret{ font-size:10px; margin-left:2px; transform:translateY(1px); }
.dropdown{
  position:absolute; top:100%; left:0; min-width:230px;
  background:#fff; border:1px solid var(--line); box-shadow:var(--shadow);
  padding:10px; display:none; z-index:60; border-radius:2px;
}
.nav-item:hover .dropdown, .nav-item.open .dropdown{ display:block; }
.dropdown a{
  display:block; padding:9px 12px; font-size:14px; color:var(--charcoal); border-radius:2px;
}
.dropdown a:hover{ background:var(--ivory-dim); color:var(--maroon); }
.nav-cta{
  background:var(--saffron); color:#211407; padding:10px 20px; border-radius:2px;
  font-size:14px; font-weight:500; letter-spacing:0.3px; border:1px solid var(--saffron);
  transition:background .2s, color .2s; white-space:nowrap;
}
.nav-cta:hover{ background:transparent; color:var(--saffron); }
.nav-right{ display:flex; align-items:center; gap:14px; }
.menu-btn{ display:none; background:none; border:none; color:#fff; font-size:26px; cursor:pointer; }

@media (max-width:1040px){
  nav.links{
    position:fixed; top:0; right:0; height:100vh; width:min(84vw,340px);
    background:var(--indigo); flex-direction:column; align-items:stretch; justify-content:flex-start;
    gap:2px; transform:translateX(100%); transition:transform .35s ease; padding:90px 22px 30px;
    overflow-y:auto;
  }
  nav.links.open{ transform:translateX(0); }
  nav.links > a, .nav-item > .nav-toplink{ padding:14px 6px; border-bottom:1px solid rgba(255,255,255,0.08); justify-content:space-between; }
  .dropdown{ position:static; display:none; box-shadow:none; border:none; background:rgba(255,255,255,0.04); margin:0 0 6px; }
  .nav-item.open .dropdown{ display:block; }
  .dropdown a{ color:#EFE5D2; }
  .dropdown a:hover{ background:rgba(255,255,255,0.08); color:var(--saffron); }
  .menu-btn{ display:block; }
  .nav-cta{ margin-top:14px; text-align:center; }
}

/* ---------- Page banner (interior pages) ---------- */
.page-banner{
  position:relative; overflow:hidden; padding:100px 0 70px;
  background: linear-gradient(180deg, rgba(20,30,50,0.55) 0%, rgba(16,24,40,0.72) 100%), var(--banner-img, var(--img-hero));
  background-size:cover; background-position:center 35%;
}
.page-banner .wrap{ position:relative; z-index:2; }
.page-banner .eyebrow-tag{
  display:inline-flex; align-items:center; gap:10px; color:var(--saffron);
  font-size:13px; letter-spacing:1.6px; margin-bottom:16px; text-shadow:0 1px 12px rgba(10,14,24,0.5);
}
.page-banner .eyebrow-tag::before{ content:""; width:24px; height:1px; background:var(--saffron); display:inline-block; }
.page-banner h1{ color:#FBF4E6; font-size:clamp(34px,5.4vw,58px); line-height:1.08; text-shadow:0 2px 20px rgba(10,14,24,0.55); }
.page-banner p{ color:#EFE8D8; max-width:600px; margin-top:16px; font-size:16.5px; text-shadow:0 1px 14px rgba(10,14,24,0.5); }
.crumbs{ margin-top:20px; font-size:12.5px; color:#C9BFA9; }
.crumbs a{ color:#C9BFA9; } .crumbs a:hover{ color:var(--saffron); }

/* ---------- Accreditation logo gallery ---------- */
.accreditations{ padding:50px 0; background:var(--ivory); }
.accred-row{
  display:flex; align-items:center; justify-content:center; flex-wrap:wrap;
  gap:36px;
}
.accred-row img{
  height:160px; width:auto; max-width:280px; object-fit:contain;
  background:#fff; border-radius:12px; padding:16px 22px;
  box-shadow:var(--shadow); border:1px solid var(--line);
  filter:grayscale(0);
}
@media (max-width:700px){
  .accreditations{ padding:36px 0; }
  .accred-row{ gap:20px; }
  .accred-row img{ height:110px; padding:10px 14px; }
}

/* ---------- Hero banner image (home only) ---------- */
.hero-banner{ display:block; line-height:0; padding:0; margin:0; background:var(--indigo); }
.hero-banner-img{ display:block; width:100%; height:auto; }

/* ---------- Hero (home only, legacy/unused) ---------- */
.hero{
  position:relative; overflow:hidden; min-height:88vh; display:flex; align-items:center;
  background: linear-gradient(180deg, rgba(20,30,50,0.28) 0%, rgba(16,24,40,0.42) 55%, rgba(12,18,32,0.62) 100%), var(--img-hero);
  background-size:cover; background-position:center 30%;
}
.hero-arches{ position:absolute; inset:0; z-index:0; opacity:0.28; }
.hero-inner{ position:relative; z-index:2; width:100%; padding:90px 0 80px; }
.eyebrow-tag{ display:inline-flex; align-items:center; gap:10px; color:var(--saffron); font-size:13.5px; letter-spacing:1.6px; margin-bottom:26px; text-shadow:0 1px 12px rgba(10,14,24,0.5); }
.eyebrow-tag::before{ content:""; width:26px; height:1px; background:var(--saffron); display:inline-block; }
.hero h1{ color:#FBF4E6; font-size:clamp(40px,6.6vw,80px); line-height:1.05; max-width:900px; font-weight:600; text-shadow:0 2px 20px rgba(10,14,24,0.55); }
.hero h1 em{ font-style:italic; color:var(--saffron); font-weight:500; }
.hero p.lede{ color:#EFE8D8; max-width:520px; font-size:18px; margin-top:26px; font-weight:300; text-shadow:0 1px 14px rgba(10,14,24,0.5); }
.hero-ctas{ display:flex; gap:18px; margin-top:38px; flex-wrap:wrap; }
.btn-primary{
  background:var(--saffron); color:#20140a; padding:15px 30px; font-size:15px; font-weight:500;
  border-radius:2px; letter-spacing:0.3px; display:inline-block; border:1px solid var(--saffron);
  transition:transform .2s ease, background .2s;
}
.btn-primary:hover{ transform:translateY(-2px); background:#f09b34; }
.btn-ghost{
  color:#FBF4E6; padding:15px 26px; font-size:15px; border-bottom:1px solid rgba(251,244,230,0.4);
  display:inline-flex; align-items:center; gap:10px; transition:border-color .2s;
}
.btn-ghost:hover{ border-color:var(--saffron); color:var(--saffron); }
.hero-stats{
  margin-top:70px; display:grid; grid-template-columns:repeat(4,auto); gap:52px;
  border-top:1px solid rgba(251,244,230,0.16); padding-top:28px; max-width:820px;
}
.hero-stats .num{ color:#FBF4E6; font-family:'Cormorant Garamond',serif; font-size:34px; font-weight:600; }
.hero-stats .lbl{ color:#AFA48D; font-size:12px; letter-spacing:0.4px; margin-top:4px; }
@media (max-width:700px){ .hero-stats{ grid-template-columns:repeat(2,auto); row-gap:24px; } }

/* ---------- Section shells ---------- */
section{ padding:100px 0; }
@media (max-width:700px){ section{ padding:66px 0; } }
.section-head{ max-width:640px; margin-bottom:56px; }
.section-head .kicker{ color:var(--maroon); font-size:13.5px; letter-spacing:1.4px; display:block; margin-bottom:14px; }
.section-head h2{ font-size:clamp(30px,3.8vw,44px); line-height:1.12; }
.section-head p{ margin-top:16px; color:#5b4f40; font-size:16.5px; max-width:520px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }

/* ---------- Destination / tour cards ---------- */
.tour-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
@media (max-width:980px){ .tour-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:680px){ .tour-grid{ grid-template-columns:1fr; } }
.tour-card{ background:#fff; border:1px solid var(--line); position:relative; display:flex; flex-direction:column; overflow:hidden; }
.tour-photo{ position:relative; height:180px; overflow:hidden; background-color:var(--region-color, var(--indigo)); background-size:cover; background-position:center; }
.tour-photo::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(16,20,30,0.05) 40%, rgba(16,20,30,0.75) 100%); }
.tour-photo .region-icon{ position:absolute; bottom:14px; left:20px; z-index:2; color:#FBF4E6; font-size:22px; text-shadow:0 2px 8px rgba(0,0,0,0.4); }
.tour-photo .region-badge{ position:absolute; top:14px; right:14px; z-index:2; background:rgba(18,25,43,0.75); color:#FBF4E6; font-size:11px; letter-spacing:0.6px; padding:4px 10px; border-radius:12px; }
.tour-body{ padding:22px 24px 26px; display:flex; flex-direction:column; flex:1; }
.tour-region{ color:var(--maroon); font-size:12px; letter-spacing:1.1px; display:block; margin-bottom:9px; }
.tour-body h3{ font-size:23px; line-height:1.2; }
.tour-meta{ display:flex; gap:14px; margin:12px 0 14px; font-size:12.5px; color:#7a6d5a; flex-wrap:wrap; }
.tour-highlights{ list-style:none; padding:0; margin:0 0 18px; font-size:14px; color:#4a4033; }
.tour-highlights li{ padding-left:16px; position:relative; margin-bottom:7px; }
.tour-highlights li::before{ content:"—"; position:absolute; left:0; color:var(--gold); }
.tour-foot{ display:flex; align-items:center; justify-content:space-between; border-top:1px solid var(--line); padding-top:16px; margin-top:auto; }
.tour-price{ font-family:'Cormorant Garamond',serif; color:var(--indigo); font-size:14px; }
.tour-price b{ font-size:20px; }
.tour-link{ font-size:13px; color:var(--maroon); border-bottom:1px solid var(--maroon); padding-bottom:2px; }
.tour-link:hover{ color:var(--saffron); border-color:var(--saffron); }
details.day-plan{ margin-top:16px; border-top:1px dashed var(--line); padding-top:14px; }
details.day-plan summary{ cursor:pointer; font-size:13px; color:var(--indigo); font-weight:500; list-style:none; }
details.day-plan summary::-webkit-details-marker{ display:none; }
details.day-plan summary::before{ content:"+ "; color:var(--saffron); font-weight:600; }
details.day-plan[open] summary::before{ content:"– "; }
.day-list{ margin:14px 0 0; padding:0; list-style:none; font-size:13.5px; color:#4a4033; }
.day-list li{ padding:8px 0; border-bottom:1px solid var(--line); }
.day-list li:last-child{ border-bottom:none; }
.day-list b{ color:var(--indigo); font-weight:500; }

/* ---------- Offer banner ---------- */
.offer-banner{
  background: linear-gradient(120deg, var(--maroon) 0%, #5c1f1c 100%); color:#F7EEDD; position:relative; overflow:hidden;
}
.offer-inner{ display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap; }
.offer-inner h2{ color:#FBF4E6; font-size:clamp(26px,3.4vw,38px); max-width:560px; }
.offer-inner h2 em{ color:var(--saffron); font-style:italic; }
.offer-badges{ display:flex; gap:26px; margin-top:20px; flex-wrap:wrap; font-size:13px; color:#EAD9C6; }
.offer-badges span{ display:flex; align-items:center; gap:7px; }
.offer-cta{ text-align:center; }
.offer-cta .pct{ font-family:'Cormorant Garamond',serif; font-size:56px; color:var(--saffron); font-weight:600; line-height:1; }
.offer-cta .pct-lbl{ font-size:12px; letter-spacing:2px; color:#EAD9C6; margin-top:2px; }
.offer-cta .code{ margin-top:14px; font-size:12.5px; color:#EAD9C6; }
.offer-cta .code b{ color:var(--saffron); }

/* ---------- International strip ---------- */
.intl-strip{ display:grid; grid-template-columns:repeat(5,1fr); gap:2px; background:var(--line); }
@media (max-width:900px){ .intl-strip{ grid-template-columns:repeat(3,1fr); } }
@media (max-width:560px){ .intl-strip{ grid-template-columns:repeat(2,1fr); } }
.region-tile{ position:relative; aspect-ratio:1/1; overflow:hidden; background-size:cover; background-position:center; display:flex; align-items:flex-end; justify-content:flex-start; }
.region-tile::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(15,20,32,0.05) 40%, rgba(15,20,32,0.82) 100%); transition:background .3s ease; }
.region-tile:hover::after{ background:linear-gradient(180deg, rgba(226,137,31,0.15), rgba(124,47,43,0.72)); }
.region-tile-inner{ position:relative; z-index:2; padding:16px; text-align:left; }
.rt-name{ font-family:'Cormorant Garamond',serif; font-size:19px; color:#FBF4E6; font-weight:600; display:block; }
.rt-sub{ font-size:11px; color:#E8DFCB; letter-spacing:0.8px; display:block; margin-top:2px; }

/* ---------- Why us ---------- */
.why-wrap{ background:var(--indigo); color:var(--ivory); }
.why-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:34px; margin-top:8px; }
@media (max-width:900px){ .why-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .why-grid{ grid-template-columns:1fr; } }
.why-wrap .section-head h2{ color:#FBF4E6; }
.why-wrap .section-head p{ color:#B9AF99; }
.why-wrap .section-head .kicker{ color:var(--saffron); }
.why-card{ border-top:2px solid var(--saffron); padding-top:20px; }
.why-card .num{ font-family:'Cormorant Garamond',serif; font-size:15px; color:var(--saffron); display:block; margin-bottom:12px; }
.why-card h3{ color:#FBF4E6; font-size:20px; margin-bottom:9px; }
.why-card p{ color:#B9AF99; font-size:14px; margin:0; }

/* ---------- Testimonials ---------- */
.testi-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
@media (max-width:900px){ .testi-grid{ grid-template-columns:1fr; } }
.testi-card{ background:#fff; border:1px solid var(--line); padding:30px 28px; }
.testi-card p.quote{ font-family:'Cormorant Garamond',serif; font-size:19px; color:var(--charcoal); font-style:italic; line-height:1.5; }
.testi-who{ margin-top:18px; display:flex; align-items:center; gap:12px; }
.testi-avatar{ width:36px; height:36px; border-radius:50%; background:var(--maroon); color:#fff; display:flex; align-items:center; justify-content:center; font-family:'Cormorant Garamond',serif; font-size:15px; }
.testi-name{ font-size:13.5px; color:var(--indigo); font-weight:500; }
.testi-trip{ font-size:12px; color:#8a7c65; }

/* ---------- FAQ ---------- */
.faq-list{ max-width:820px; }
.faq-item{ border-top:1px solid var(--line); padding:20px 0; }
.faq-item:last-child{ border-bottom:1px solid var(--line); }
.faq-item summary{ cursor:pointer; list-style:none; font-family:'Cormorant Garamond',serif; font-size:19px; color:var(--indigo); font-weight:600; display:flex; justify-content:space-between; gap:16px; }
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary::after{ content:"+"; color:var(--saffron); font-size:22px; flex:none; }
.faq-item[open] summary::after{ content:"–"; }
.faq-item p{ margin-top:12px; color:#5b4f40; font-size:15px; max-width:680px; }

/* ---------- About page ---------- */
.about-hero{ display:grid; grid-template-columns:1.05fr 0.95fr; gap:56px; align-items:center; }
@media (max-width:900px){ .about-hero{ grid-template-columns:1fr; } }
.about-photo{ aspect-ratio:4/3; background-size:cover; background-position:center; border:1px solid var(--line); }
.about-copy p{ color:#4a4033; font-size:15.5px; margin-bottom:16px; }
.about-stats{ display:flex; gap:40px; margin-top:26px; flex-wrap:wrap; }
.about-stats .num{ font-family:'Cormorant Garamond',serif; font-size:34px; color:var(--maroon); font-weight:600; }
.about-stats .lbl{ font-size:12px; color:#8a7c65; letter-spacing:0.4px; }
.vertical-links{ display:flex; gap:14px; margin-top:24px; flex-wrap:wrap; }
.vertical-links a{ border:1px solid var(--gold); color:var(--maroon); padding:9px 18px; font-size:13.5px; border-radius:2px; }
.vertical-links a:hover{ background:var(--maroon); color:#fff; border-color:var(--maroon); }

/* ---------- Service page ---------- */
.service-block{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
@media (max-width:900px){ .service-block{ grid-template-columns:1fr; } }
.service-block.reverse .service-photo{ order:2; }
.service-photo{ aspect-ratio:5/4; background-size:cover; background-position:center; border:1px solid var(--line); }
.service-copy ul{ list-style:none; padding:0; margin:20px 0 0; }
.service-copy li{ padding-left:20px; position:relative; margin-bottom:10px; color:#4a4033; font-size:15px; }
.service-copy li::before{ content:"✓"; position:absolute; left:0; color:var(--maroon); font-weight:700; }

/* ---------- Gallery ---------- */
.gallery-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
@media (max-width:900px){ .gallery-grid{ grid-template-columns:repeat(2,1fr); } }
.gallery-item{ position:relative; aspect-ratio:1/1; overflow:hidden; background-size:cover; background-position:center; }
.gallery-item::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 55%, rgba(15,20,32,0.82) 100%); }
.gallery-cap{ position:absolute; left:12px; bottom:10px; z-index:2; color:#FBF4E6; font-size:13px; font-family:'Cormorant Garamond',serif; }
.gallery-item.tall{ grid-row: span 2; }

/* ---------- Blog ---------- */
.blog-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
@media (max-width:900px){ .blog-grid{ grid-template-columns:1fr; } }
.blog-card{ background:#fff; border:1px solid var(--line); overflow:hidden; }
.blog-photo{ height:170px; background-size:cover; background-position:center; }
.blog-body{ padding:22px 24px; }
.blog-tag{ color:var(--maroon); font-size:11.5px; letter-spacing:1px; }
.blog-body h3{ font-size:20px; margin-top:8px; line-height:1.25; }
.blog-excerpt{ font-size:14px; color:#5b4f40; margin-top:10px; }
.blog-more summary{ cursor:pointer; color:var(--maroon); font-size:13px; margin-top:12px; list-style:none; border-bottom:1px solid var(--maroon); display:inline-block; }
.blog-more summary::-webkit-details-marker{ display:none; }
.blog-more p{ margin-top:10px; font-size:13.5px; color:#5b4f40; }

/* ---------- Contact page ---------- */
.contact-wrap{ background:var(--ivory-dim); }
.contact-grid{ display:grid; grid-template-columns:0.9fr 1.1fr; gap:60px; }
@media (max-width:900px){ .contact-grid{ grid-template-columns:1fr; gap:40px; } }
.contact-info h2{ font-size:clamp(28px,3.4vw,40px); }
.contact-info .kicker{ color:var(--maroon); font-size:13px; letter-spacing:1.4px; display:block; margin-bottom:14px; }
.contact-list{ list-style:none; padding:0; margin:30px 0 0; }
.contact-list li{ display:flex; gap:16px; padding:17px 0; border-top:1px solid var(--line); }
.contact-list li:last-child{ border-bottom:1px solid var(--line); }
.contact-list .ci-icon{ width:34px; height:34px; border-radius:50%; border:1px solid var(--gold); flex:none; display:flex; align-items:center; justify-content:center; color:var(--maroon); font-size:15px; }
.contact-list .ci-label{ font-size:11.5px; letter-spacing:0.6px; color:#8a7c65; margin-bottom:3px; }
.contact-list .ci-value{ font-size:15.5px; color:var(--indigo); font-weight:500; }
.map-embed{ margin-top:26px; border:1px solid var(--line); }
.map-embed iframe{ width:100%; height:280px; border:0; display:block; }
form.enquiry{ background:#fff; border:1px solid var(--line); padding:34px; }
form.enquiry h3{ font-size:23px; margin-bottom:6px; }
form.enquiry .sub{ font-size:13.5px; color:#8a7c65; margin-bottom:24px; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-bottom:18px; }
@media (max-width:520px){ .form-row{ grid-template-columns:1fr; } }
.field{ display:flex; flex-direction:column; gap:8px; }
.field label{ font-size:12px; letter-spacing:0.4px; color:#5b4f40; }
.field input, .field select, .field textarea{
  border:none; border-bottom:1px solid var(--line); background:transparent; padding:10px 2px;
  font-family:'Jost',sans-serif; font-size:15px; color:var(--charcoal); outline:none;
}
.field input:focus, .field select:focus, .field textarea:focus{ border-color:var(--saffron); }
.field textarea{ resize:vertical; min-height:80px; }
.submit-btn{ margin-top:6px; background:var(--maroon); color:#fff; border:none; padding:15px 28px; font-size:14px; letter-spacing:0.3px; cursor:pointer; transition:background .2s; }
.submit-btn:hover{ background:var(--saffron); color:#20140a; }
.form-msg{ margin-top:14px; font-size:13px; color:var(--maroon); display:none; }
.form-msg.show{ display:block; }
.perk-list{ list-style:none; padding:0; margin:18px 0 0; font-size:14px; color:#4a4033; }
.perk-list li{ padding-left:20px; position:relative; margin-bottom:8px; }
.perk-list li::before{ content:"✓"; position:absolute; left:0; color:var(--maroon); font-weight:700; }

/* ---------- Footer ---------- */
footer{ background:var(--indigo); color:#B9AF99; padding:50px 0 26px; }
.footer-top{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr 1.1fr; gap:30px; padding-bottom:34px; border-bottom:1px solid rgba(255,255,255,0.1); }
@media (max-width:900px){ .footer-top{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .footer-top{ grid-template-columns:1fr; } }
.footer-brand-badge{ background:#fff; border-radius:10px; padding:8px 12px; display:inline-flex; margin-bottom:14px; }
.footer-brand-badge img{ height:42px; }
.footer-col h4{ color:#FBF4E6; font-family:'Cormorant Garamond',serif; font-size:16px; margin-bottom:14px; letter-spacing:0.3px; }
.footer-col a{ display:block; color:#B9AF99; font-size:13.5px; margin-bottom:9px; }
.footer-col a:hover{ color:var(--saffron); }
.footer-col p{ font-size:13px; color:#9c937f; line-height:1.7; }
.footer-newsletter input{ width:100%; padding:10px 12px; border:1px solid rgba(255,255,255,0.18); background:rgba(255,255,255,0.04); color:#fff; font-size:13px; margin-top:10px; }
.footer-newsletter button{ margin-top:10px; background:var(--saffron); color:#211407; border:none; padding:10px 16px; font-size:13px; cursor:pointer; }
.footer-partners{ margin-top:12px; font-size:12px; color:#8f8674; }
.footer-bottom{ display:flex; justify-content:space-between; padding-top:20px; font-size:12px; flex-wrap:wrap; gap:10px; }

.reveal{ opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }
.reveal.in{ opacity:1; transform:translateY(0); }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  .reveal{ opacity:1; transform:none; transition:none; }
  .btn-primary:hover{ transform:none; }
}
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible{
  outline:2px solid var(--saffron); outline-offset:2px;
}

/* ---------- WhatsApp floating button ---------- */
.whatsapp-float{
  position:fixed; right:24px; bottom:24px; z-index:80; width:60px; height:60px; border-radius:50%;
  background:#25D366; display:flex; align-items:center; justify-content:center; box-shadow:0 10px 26px rgba(0,0,0,0.28);
  transition:transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover{ transform:scale(1.08); box-shadow:0 14px 32px rgba(0,0,0,0.34); }
.whatsapp-float svg{ width:30px; height:30px; }
.whatsapp-float .wa-ping{ position:absolute; inset:0; border-radius:50%; background:#25D366; opacity:0.55; animation:waPing 2.2s ease-out infinite; }
@keyframes waPing{ 0%{ transform:scale(1); opacity:0.55; } 100%{ transform:scale(1.9); opacity:0; } }
@media (prefers-reduced-motion: reduce){ .whatsapp-float .wa-ping{ animation:none; display:none; } }
@media (max-width:640px){ .whatsapp-float{ right:16px; bottom:16px; width:54px; height:54px; } .whatsapp-float svg{ width:27px; height:27px; } }
