:root{
  --page:#fffaf3;
  --paper:#fffdf9;
  --green:#244824;
  --deep:#173719;
  --gold:#c9822e;
  --gold-soft:#e2b55d;
  --ink:#242820;
  --line:#eadfce;
  --shadow:0 5px 16px rgba(77,52,21,.075);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#ece9e2}
body{
  margin:0 auto;
  width:100%;
  max-width:1086px;
  background:var(--page);
  color:var(--ink);
  font-family:"Noto Sans Devanagari UI","Noto Sans Devanagari",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  box-shadow:0 0 34px rgba(47,39,24,.12);
  overflow-x:hidden;
}
button,a{font-family:inherit}

/* Header: 74px */
.site-header{
  height:76px;
  background:#fffdfa;
  border:1px solid #d8d1c7;
  border-radius:13px 13px 0 0;
  position:relative;
  z-index:30;
}
.header-shell{
  height:100%;
  width:calc(100% - 58px);
  margin:auto;
  display:flex;
  align-items:center;
}
.brand{width:190px;flex:0 0 190px;display:flex;align-items:center;text-decoration:none}
.brand img{width:168px;height:54px;display:block;object-fit:contain;object-position:left center}
.main-nav{display:flex;align-items:center;justify-content:center;gap:27px;flex:1;height:100%}
.main-nav a{
  position:relative;
  display:flex;
  align-items:center;
  height:100%;
  color:#171c18;
  text-decoration:none;
  font:12px/1 Arial,sans-serif;
  white-space:nowrap;
}
.main-nav a.active,.main-nav a:hover{color:#b77428}
.main-nav a.active:after,.main-nav a:hover:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:17px;
  height:2px;
  background:#bd8337;
}
.header-book{
  min-width:195px;
  height:45px;
  padding:0 18px;
  border:0;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:linear-gradient(135deg,#3c5d32 0%,#153619 100%);
  color:#fff;
  font:600 13px/1 Arial,sans-serif;
  box-shadow:0 7px 20px rgba(29,61,29,.2);
  cursor:pointer;
}
.header-book img{width:17px;height:17px;object-fit:contain}
.menu-toggle{display:none}

/* Hero: exact approved crop, 331px */
.hero{height:340px;position:relative;overflow:hidden;background:#233d24}
.hero>img{width:100%;height:100%;display:block;object-fit:cover}
.hero-hotspot{position:absolute;border:0;background:transparent;cursor:pointer}
.hero-hotspot.view{left:8.3%;bottom:5.5%;width:12.2%;height:13%}
.hero-hotspot.book{left:21.8%;bottom:5.5%;width:12.4%;height:13%}

/* Principles: 205px */
.principles{height:205px;padding-top:12px;background:var(--page)}
.content-shell{width:963px;margin:auto}
.section-kicker{
  margin:0 0 13px;
  text-align:center;
  color:#c17b2b;
  font-size:14px;
  line-height:1.15;
  font-weight:600;
}
.service-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:13px}
.service-card{
  height:132px;
  padding:10px 9px 8px;
  border:1px solid var(--line);
  border-radius:13px;
  background:rgba(255,253,249,.88);
  box-shadow:var(--shadow);
  text-align:center;
  overflow:hidden;
}
.service-icon{height:58px;display:flex;align-items:center;justify-content:center}
.service-icon img{display:block;width:52px;height:52px;object-fit:contain}
.service-card:nth-child(4) .service-icon img{width:49px;height:49px}
.service-card:nth-child(5) .service-icon img{width:48px;height:48px}
.service-card:nth-child(6) .service-icon img{width:50px;height:50px}
.service-card h3{margin:1px 0 2px;font-size:13.4px;line-height:1.18;font-weight:700;color:#2b2e28}
.service-card p{margin:0;color:#373931;font-size:9.7px;line-height:1.4}

/* Journey: 235px */
.journey{height:235px;padding-top:4px;background:var(--page)}
.journey-shell{width:915px;margin:auto}
.journey-kicker{margin-bottom:2px}
.journey h2{
  margin:0;
  text-align:center;
  color:#29442b;
  font:500 26px/1.2 Georgia,"Times New Roman",serif;
}
.timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:24px;
  margin-top:37px;
}
.timeline:before{
  content:"";
  position:absolute;
  left:7.2%;right:7.2%;top:-18px;
  height:1px;
  background:#ca8b35;
}
.day-card{
  position:relative;
  height:133px;
  padding:9px 7px 7px;
  border:1px solid var(--line);
  border-radius:13px;
  background:rgba(255,253,249,.88);
  box-shadow:0 4px 13px rgba(74,50,20,.055);
  text-align:center;
  overflow:visible;
}
.day-number{
  position:absolute;
  top:-30px;left:50%;
  transform:translateX(-50%);
  width:23px;height:23px;
  border-radius:50%;
  background:#c78831;
  color:#fff;
  font:700 12px/23px Arial,sans-serif;
  z-index:2;
}
.day-card small{display:block;font:10px/1.15 Arial,sans-serif;color:#36352e}
.day-card h3{margin:1px 0 0;font-size:12px;line-height:1.14;font-weight:700;color:#20251f}
.day-icon{height:57px;display:flex;align-items:center;justify-content:center}
.day-icon img{display:block;width:49px;height:49px;object-fit:contain}
.day-card:nth-child(1) .day-icon img{width:53px;height:53px}
.day-card:nth-child(4) .day-icon img{width:48px;height:48px}
.day-card:nth-child(5) .day-icon img{width:49px;height:49px}
.day-card p{margin:0;color:#3d3f37;font-size:8.9px;line-height:1.34}

/* Experience gallery: 186px */
.experiences{height:187px;padding-top:7px;background:var(--page)}
.gallery-shell{width:1024px;margin:auto}
.experiences h2{
  margin:0 0 17px;
  text-align:center;
  color:#b87529;
  font:500 17px/1.2 Georgia,"Times New Roman",serif;
}
.experiences h2 span{color:#37633c;font-family:Georgia,serif}
.experience-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.experience-grid figure{
  position:relative;
  height:143px;
  margin:0;
  overflow:hidden;
  border-radius:10px;
  box-shadow:0 4px 12px rgba(55,39,20,.11);
}
.experience-grid img{width:100%;height:100%;display:block;object-fit:cover}
.experience-grid figcaption{
  position:absolute;left:0;right:0;bottom:0;
  padding:17px 5px 5px;
  background:linear-gradient(transparent,rgba(0,0,0,.72));
  color:#fff;
  text-align:center;
  font-size:10px;
  line-height:1.15;
  font-weight:600;
}

/* Reviews: 169px */
.reviews{height:182px;padding-top:3px;background:var(--page)}
.review-shell{width:905px;margin:auto;position:relative}
.reviews h2{margin:0 0 8px;text-align:center;color:#bc792d;font-size:22px;line-height:1.2;font-weight:500}
.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.review-card{
  position:relative;
  height:109px;
  padding:12px 14px 9px 25px;
  border:1px solid var(--line);
  border-radius:14px;
  background:rgba(255,253,249,.9);
  box-shadow:var(--shadow);
}
.quote{position:absolute;left:10px;top:3px;color:#a6a59d;font:39px/1 Georgia,serif}
.review-card>p{min-height:42px;margin:0 0 1px;font-size:9.2px;line-height:1.45;color:#34362f}
.stars{color:#f6aa1a;font-size:12px;line-height:1;letter-spacing:1.8px}
.reviewer{display:flex;align-items:center;gap:7px;margin-top:3px}
.reviewer img{width:31px;height:31px;border-radius:50%;object-fit:cover}
.reviewer strong{display:block;font-size:10px;line-height:1.1}
.reviewer span{display:block;color:#73736d;font-size:8px;line-height:1.2}
.review-arrow{
  position:absolute;top:70px;
  width:32px;height:32px;
  padding:0;
  border:1px solid var(--line);
  border-radius:50%;
  background:#fffdf9;
  color:#a68451;
  font:24px/28px Georgia,serif;
  box-shadow:var(--shadow);
}
.review-arrow.prev{left:-58px}.review-arrow.next{right:-58px}

/* Booking bar: 91px */
.booking-band{height:92px;padding:0 13px;background:var(--page)}
.booking-shell{
  position:relative;
  height:90px;
  padding:13px 35px;
  display:grid;
  grid-template-columns:1.62fr 58px 1fr 1.04fr;
  align-items:center;
  gap:17px;
  overflow:hidden;
  border-radius:13px;
  background:linear-gradient(135deg,#2d5029 0%,#17381b 100%);
  color:#fff;
}
.booking-shell:before{
  content:"";
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 7% 75%,rgba(220,188,85,.11),transparent 25%),
    radial-gradient(circle at 90% 15%,rgba(220,188,85,.09),transparent 24%);
}
.booking-shell>*{position:relative;z-index:1}
.booking-copy h2{margin:0 0 6px;font-size:22px;line-height:1.18;font-weight:500;white-space:nowrap}
.booking-meta{display:flex;align-items:center;gap:6px;font-size:9px;white-space:nowrap}
.booking-meta>span{margin-right:2px}
.booking-meta b{
  display:inline-flex;
  align-items:center;
  gap:3px;
  padding:3px 6px;
  border:1px solid rgba(255,255,255,.52);
  border-radius:4px;
  font-weight:500;
}
.booking-meta img{width:11px;height:11px;object-fit:contain}
.phone-icon{width:53px;height:53px;border:2px solid #be8b35;border-radius:50%;display:grid;place-items:center}
.phone-icon img{width:30px;height:30px;object-fit:contain}
.booking-phone{display:flex;flex-direction:column}
.booking-phone small,.booking-phone span{font-size:9px;line-height:1.25}
.booking-phone a{color:#fff;text-decoration:none;font:600 20px/1.2 Arial,sans-serif;white-space:nowrap}
.gold-button{
  position:relative;
  height:54px;
  padding:0 12px 12px;
  border:0;
  border-radius:10px;
  background:linear-gradient(#f5cf68,#e6b64a);
  box-shadow:inset 0 1px #fff4ad;
  color:#493710;
  cursor:pointer;
  font-size:15px;
  font-weight:700;
}
.gold-button b{margin-left:8px;font-size:22px;line-height:1}
.gold-button small{position:absolute;left:0;right:0;bottom:4px;font-size:8px;font-weight:500}

/* Footer: 157px; total desktop page height = 1448px */
.footer{
  position:relative;
  height:131px;
  padding-top:11px;
  border-radius:12px 12px 0 0;
  background:linear-gradient(135deg,#294c26,#17371b);
  color:#fff;
  overflow:hidden;
}
.footer-shell{width:1010px;margin:auto;display:grid;grid-template-columns:1.65fr .72fr .8fr 1.3fr;gap:31px}
.footer-brand{display:grid;grid-template-columns:175px 1fr;align-items:start;gap:13px}
.footer-brand img{width:175px;height:62px;display:block;object-fit:contain;object-position:left center}
.footer p,.footer a{margin:2px 0;color:#efe9dd;text-decoration:none;font-size:8.6px;line-height:1.42}
.footer a{display:block}.footer h3{margin:0 0 5px;font-size:10.5px;line-height:1.2}
.socials{display:flex;gap:7px;margin-top:6px}
.socials a{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;color:#fff;font:700 10px/22px Arial,sans-serif}
.socials .fb{background:#4267b2}.socials .ig{background:#e4405f}.socials .yt{background:#e62117}.socials .wa{background:#2aa84a}
.footer-bottom{
  position:absolute;
  left:38px;right:38px;bottom:8px;
  width:auto;
  margin:0;
  padding-top:5px;
  border-top:1px solid rgba(255,255,255,.18);
  display:flex;
  justify-content:space-between;
  color:#d9d4c9;
  font-size:8px;
}

/* Modal */
.modal{position:fixed;inset:0;display:none;z-index:80}.modal.open{display:block}
.modal-backdrop{position:absolute;inset:0;background:rgba(11,25,13,.66);backdrop-filter:blur(5px)}
.modal-panel{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(480px,calc(100% - 28px));max-height:92vh;overflow:auto;background:#fffaf2;border-radius:20px;padding:26px 30px 28px;box-shadow:0 24px 70px rgba(0,0,0,.35)}
.modal-close{position:absolute;right:15px;top:12px;border:0;background:none;font-size:28px;color:#466047;cursor:pointer}
.modal-logo{text-align:center}.modal-logo img{width:170px}.modal-kicker{text-align:center;color:#b57529;margin:9px 0 1px;font-size:12px}.modal-panel h2{text-align:center;color:#244526;margin:0 0 17px}
.modal-panel label{display:block;font-size:12px;font-weight:600;margin-bottom:11px}.modal-panel input,.modal-panel textarea{width:100%;margin-top:5px;border:1px solid #dfd4c1;background:#fff;border-radius:9px;padding:11px;font:14px inherit;outline:none}.modal-panel input:focus,.modal-panel textarea:focus{border-color:#9f7838;box-shadow:0 0 0 3px rgba(194,143,53,.12)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.modal-panel form>button{width:100%;border:0;border-radius:10px;background:#244b27;color:#fff;padding:13px;font-weight:700;cursor:pointer}.modal-panel form>small{display:block;text-align:center;color:#777;margin-top:8px}

/* Responsive layout */
@media(max-width:900px){
  body{box-shadow:none;background:var(--page)}
  .site-header{height:68px;border-radius:0}
  .header-shell{width:calc(100% - 28px)}
  .brand{width:auto;flex:0 0 auto}.brand img{width:157px;height:50px}
  .menu-toggle{display:block;margin-left:auto;border:0;background:transparent;padding:8px}.menu-toggle span{display:block;width:25px;height:2px;background:#294b2a;margin:5px}
  .main-nav{position:absolute;left:14px;right:14px;top:67px;height:auto;background:#fffdfa;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch;gap:0;padding:9px}.main-nav.open{display:flex}.main-nav a{height:auto;padding:11px 12px}.main-nav a:after{display:none}
  .header-book{display:none}
  .hero{height:auto}.hero>img{width:175%;height:auto;max-width:none;transform:none}.hero-hotspot{display:none}
  .content-shell,.journey-shell,.gallery-shell,.review-shell,.footer-shell,.footer-bottom{width:min(100% - 28px,760px)}
  .principles,.journey,.experiences,.reviews,.booking-band,.footer{height:auto}
  .principles{padding:28px 0}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.service-card{height:auto;min-height:165px;padding:15px 10px}.service-icon{height:78px}.service-icon img{width:72px;height:72px}.service-card h3{font-size:15px}.service-card p{font-size:11px}
  .journey{padding:12px 0 28px}.journey h2{font-size:25px}.timeline{grid-template-columns:1fr;gap:34px;margin-top:43px}.timeline:before{left:50%;right:auto;top:-19px;bottom:0;width:1px;height:auto}.day-card{width:min(430px,90%);height:auto;min-height:180px;margin:auto;z-index:1;padding:15px}.day-icon{height:91px}.day-icon img{width:86px;height:86px}.day-card h3{font-size:15px}.day-card p{font-size:11px}
  .experiences{padding:10px 0 28px}.experience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.experience-grid figure{height:155px}
  .reviews{padding:0 0 28px}.review-grid{grid-template-columns:1fr}.review-card{height:auto;min-height:135px}.review-card>p{font-size:11px}.review-arrow{display:none}
  .booking-band{padding:0 8px}.booking-shell{height:auto;grid-template-columns:1fr;text-align:center;padding:24px}.booking-copy h2{white-space:normal}.booking-meta{justify-content:center;flex-wrap:wrap}.phone-icon{margin:auto}.booking-phone{align-items:center}
  .footer{margin-top:8px;padding:25px 0;height:auto}.footer-shell{grid-template-columns:1fr 1fr;gap:25px}.footer-brand{grid-column:1/-1}.footer p,.footer a{font-size:10px}.footer-bottom{flex-direction:column;gap:5px;padding-bottom:12px}
}

@media(max-width:480px){
  .hero>img{width:175%;transform:none}
  .service-card{min-height:160px}.service-icon{height:72px}.service-icon img{width:66px;height:66px}
  .experience-grid figure{height:135px}
  .footer-shell{grid-template-columns:1fr}.footer-brand{grid-template-columns:1fr}.footer-brand img{width:190px}
  .form-row{grid-template-columns:1fr}.booking-copy h2{font-size:20px}
}


/* Official Panch Tatva logo — exact uploaded artwork */
.site-header{height:86px}
.header-shell{width:calc(100% - 48px)}
.brand{width:108px;flex:0 0 108px;justify-content:flex-start}
.brand img{width:82px;height:74px;display:block;object-fit:contain;object-position:center}
.main-nav{gap:20px}
.footer-brand{grid-template-columns:122px 1fr;gap:15px}
.footer-brand img{width:112px;height:98px;display:block;object-fit:contain;object-position:center;padding:5px;background:#fffaf3;border-radius:10px}
.modal-logo img{width:108px;height:95px;object-fit:contain}
.thankyou main>img{width:170px;height:auto;object-fit:contain}
@media(max-width:900px){
  .site-header{height:76px}.header-shell{width:calc(100% - 24px)}
  .brand{width:auto;flex:0 0 auto}.brand img{width:70px;height:65px}
  .main-nav{top:75px}.footer-brand{grid-template-columns:112px 1fr}.footer-brand img{width:102px;height:90px}
}
@media(max-width:480px){.footer-brand{grid-template-columns:1fr}.footer-brand img{width:112px;height:98px}}
