/* ==========================================================================
   Vedic Energy, stylesheet
   Palette: indigo night, brass, warm ivory. Structural motif: the North
   Indian kundli square (rotated diamond) used for markers and the logo.
   ========================================================================== */

:root{
  --night:#0E1628;
  --night-2:#151F38;
  --night-3:#1D2A47;
  --ivory:#F2EBDD;
  --ivory-2:#E7DDC9;
  --brass:#C0954E;
  --brass-lo:#8E6C33;
  --marigold:#E0912F;
  --river:#2E6B6B;
  --ink:#1A1814;
  --ink-2:#4B443A;
  --ink-3:#7A7062;
  --star:#8FA0C4;
  --measure:64ch;
  --tap:44px;              /* minimum touch target */
  --header-h:74px;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  background:var(--night);
  color:var(--ivory);
  font-family:'Archivo',system-ui,-apple-system,sans-serif;
  font-size:17px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
body.no-scroll{overflow:hidden}

h1,h2,h3{font-family:'Cormorant Garamond',Georgia,serif;font-weight:300;letter-spacing:-.01em}
a{color:inherit}
img{max-width:100%;display:block}
button{font-family:inherit}
:focus-visible{outline:2px solid var(--brass);outline-offset:3px}

/* Devanagari and Cyrillic need their own faces at display sizes */
html[lang="hi"] h1, html[lang="hi"] h2, html[lang="hi"] h3,
html[lang="hi"] .brand b{font-family:'Tiro Devanagari Hindi',serif;line-height:1.35;font-weight:400}
html[lang="hi"] body{font-family:'Tiro Devanagari Hindi','Archivo',sans-serif}
html[lang="ru"] h1, html[lang="ru"] h2, html[lang="ru"] h3{letter-spacing:0}

.wrap{max-width:1240px;margin:0 auto;padding:0 32px}
.skip{position:absolute;left:-9999px;top:0;background:var(--brass);color:var(--night);padding:12px 18px;z-index:200}
.skip:focus{left:12px;top:12px}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* ==========================================================================
   Header
   ========================================================================== */
.top{
  position:sticky;top:0;z-index:80;
  background:rgba(14,22,40,.86);
  -webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(192,149,78,.18);
}
.top-in{display:flex;align-items:center;justify-content:space-between;gap:20px;height:var(--header-h)}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;flex:none}
.brand svg{width:30px;height:30px;flex:none}
.brand b{font-family:'Cormorant Garamond',serif;font-weight:500;font-size:21px;display:block;line-height:1.1}
.brand i{font-style:normal;font-size:10px;color:var(--brass);letter-spacing:.16em;text-transform:uppercase}

.nav a{text-decoration:none;color:#CFD6E6;padding:6px 0;border-bottom:1px solid transparent}

.top-right{display:flex;align-items:center;gap:14px}
.langs{display:flex;gap:2px}
.langs button{
  background:none;border:none;color:#7F8CA8;cursor:pointer;
  font-size:12.5px;padding:8px 9px;line-height:1;border-radius:2px;
}
.langs button:hover{color:var(--ivory)}
.langs button[aria-pressed="true"]{color:var(--night);background:var(--brass);font-weight:600}
.book{
  border:1px solid var(--brass);color:var(--brass);
  padding:11px 20px;font-size:14px;text-decoration:none;white-space:nowrap;
}
.book:hover{background:var(--brass);color:var(--night)}

/* burger */
.burger{
  display:none;width:var(--tap);height:var(--tap);
  background:none;border:1px solid rgba(192,149,78,.4);
  cursor:pointer;align-items:center;justify-content:center;
}
.burger span{display:block;width:19px;height:1.5px;background:var(--brass);position:relative}
.burger span::before,.burger span::after{
  content:"";position:absolute;left:0;width:19px;height:1.5px;background:var(--brass);
  transition:transform .28s ease, top .28s ease;
}
.burger span::before{top:-6px}
.burger span::after{top:6px}
.burger[aria-expanded="true"] span{background:transparent}
.burger[aria-expanded="true"] span::before{top:0;transform:rotate(45deg)}
.burger[aria-expanded="true"] span::after{top:0;transform:rotate(-45deg)}

/* mobile drawer */
.drawer{
  position:fixed;inset:var(--header-h) 0 0 0;z-index:70;
  background:var(--night);
  padding:28px 22px 40px;
  transform:translateY(-8px);opacity:0;visibility:hidden;
  transition:opacity .26s ease, transform .26s ease, visibility .26s;
  overflow-y:auto;
}
.drawer.open{opacity:1;visibility:visible;transform:none}
.drawer a{
  display:block;text-decoration:none;font-family:'Cormorant Garamond',serif;
  font-size:28px;padding:14px 0;border-bottom:1px solid rgba(192,149,78,.18);color:var(--ivory);
}
.drawer .drawer-langs{display:flex;gap:8px;margin-top:26px;flex-wrap:wrap}
.drawer .drawer-langs button{
  flex:1;min-width:70px;min-height:var(--tap);
  background:none;border:1px solid rgba(192,149,78,.4);color:#B9C2D6;
  font-size:14px;cursor:pointer;
}
.drawer .drawer-langs button[aria-pressed="true"]{background:var(--brass);color:var(--night);font-weight:600}
.drawer .book{display:block;text-align:center;margin-top:20px;min-height:var(--tap);line-height:26px}


/* ==========================================================================
   Hero
   ========================================================================== */
.hero{position:relative;overflow:hidden;border-bottom:1px solid rgba(192,149,78,.16)}
.hero-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:clamp(600px,84vh,860px)}

.sky-layer{position:absolute;inset:0;z-index:0}
#sky{width:100%;height:100%;display:block;opacity:0;transition:opacity 1.4s ease;cursor:grab;touch-action:pan-y}
#sky.on{opacity:1}
#sky:active{cursor:grabbing}

.flat{position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-end;padding-right:6%;transition:opacity .9s ease}
.flat.off{opacity:0;pointer-events:none}
.flat svg{width:min(38vw,400px);height:auto}

.hero-copy{position:relative;z-index:2;padding:84px 48px 84px 0}
.hero-copy h1{font-size:clamp(40px,5.4vw,80px);line-height:1.03;margin-bottom:22px}
.hero-copy h1 em{font-style:italic}
.hero-lede{font-size:19px;line-height:1.6;color:#C2CADC;max-width:46ch;margin-bottom:30px}
.cta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:34px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:var(--tap);padding:14px 26px;text-decoration:none;
  font-size:15px;font-weight:500;border:1px solid transparent;cursor:pointer;
}
.solid{background:var(--brass);color:#12192B;font-weight:600}
.solid:hover{background:#D3A85C}
.ghost{border-color:rgba(242,235,221,.32);color:var(--ivory)}
.ghost:hover{border-color:var(--ivory);background:rgba(242,235,221,.06)}

.readout{border-top:1px solid rgba(192,149,78,.28);padding-top:18px;max-width:46ch}
.readout .now{font-size:12.5px;color:var(--star);margin-bottom:7px}
.readout p{font-size:14.5px;color:#A9B4CC;line-height:1.6}
.readout b{color:var(--brass);font-weight:600}
.hint{margin-top:22px;font-size:12.5px;color:#7F8CA8;display:none;align-items:center;gap:9px}
.hint.on{display:flex}

@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr;min-height:0}
  .sky-layer{position:relative;grid-row:2;height:56vh;min-height:320px;max-height:460px}
  .hero-copy{grid-row:1;padding:52px 0 22px}
  .flat{padding-right:0;justify-content:center}
  .flat svg{width:min(70vw,320px)}
  .hint{display:none!important}
  .cta .btn{flex:1 1 auto}
}
@media(max-width:640px){
  .wrap{padding:0 20px}
  .hero-copy{padding:44px 0 18px}
  .hero-lede{font-size:17px}
  .cta{gap:10px}
  .cta .btn{flex:1 1 100%}
}

/* ==========================================================================
   Sections
   ========================================================================== */
section{padding:110px 0}
.light{background:var(--ivory);color:var(--ink)}
.light h2,.light h3{color:var(--ink)}
.sec-head{max-width:var(--measure);margin-bottom:50px}
.sec-head h2{font-size:clamp(31px,4.3vw,54px);line-height:1.09;margin-bottom:15px}
.sec-head p{font-size:18px;line-height:1.6;color:#A9B3C9}
.light .sec-head p{color:var(--ink-2)}
@media(max-width:760px){
  section{padding:68px 0}
  .sec-head{margin-bottom:34px}
  .sec-head p{font-size:16.5px}
}

/* credibility strip */
.cred{background:var(--night-2);padding:42px 0;border-bottom:1px solid rgba(192,149,78,.14)}
.cred-in{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.cred-item{border-left:1px solid rgba(192,149,78,.32);padding-left:17px}
.cred-item b{display:block;font-family:'Cormorant Garamond',serif;font-size:21px;font-weight:400;color:var(--brass);line-height:1.28;margin-bottom:4px}
.cred-item span{font-size:13px;color:#93A0BC;line-height:1.5}
@media(max-width:860px){.cred-in{grid-template-columns:repeat(2,1fr);gap:22px}}
@media(max-width:480px){.cred-in{grid-template-columns:1fr;gap:18px}.cred{padding:32px 0}}

/* ==========================================================================
   Enquiry
   ========================================================================== */
.enq{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:start}
.enq-step{display:flex;gap:15px;padding:15px 0;border-top:1px solid rgba(26,24,20,.14)}
.enq-step:last-child{border-bottom:1px solid rgba(26,24,20,.14)}
.enq-step svg{flex:none;margin-top:3px}
.enq-step p{font-size:15.5px;color:var(--ink-2);line-height:1.55}
.enq-step b{color:var(--ink);font-weight:600}

.form{background:#fff;border:1px solid var(--ivory-2);padding:32px}
.form h3{font-size:26px;margin-bottom:5px}
.form>p{font-size:14.5px;color:var(--ink-3);margin-bottom:22px}
.row{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.field{margin-bottom:14px}
label{display:block;font-size:12.5px;color:var(--ink-2);margin-bottom:6px;font-weight:500}
input,textarea{
  width:100%;padding:13px;border:1px solid #D8CFBB;background:#FCFAF5;
  font-family:inherit;font-size:16px;   /* 16px stops iOS zooming on focus */
  color:var(--ink);border-radius:0;min-height:var(--tap);
}
input:focus,textarea:focus{border-color:var(--brass);outline:none;background:#fff}
input[aria-invalid="true"],textarea[aria-invalid="true"]{border-color:#B3442E;background:#FFF7F5}
.err{display:none;font-size:12.5px;color:#B3442E;margin-top:5px}
.err.on{display:block}
textarea{resize:vertical;min-height:106px}
.consent{display:flex;gap:10px;align-items:flex-start;font-size:12.5px;color:var(--ink-3);margin:4px 0 18px;line-height:1.5;cursor:pointer}
.consent input{width:auto;min-height:0;margin-top:3px;flex:none;accent-color:var(--brass)}
.form button[type="submit"]{
  width:100%;background:var(--ink);color:var(--ivory);border:none;
  padding:16px;font-size:15px;font-weight:600;cursor:pointer;min-height:var(--tap);
}
.form button[type="submit"]:hover{background:#2E2A22}
.form-note{margin-top:13px;font-size:12.5px;color:var(--ink-3);text-align:center}
.sent{display:none;text-align:center;padding:40px 10px}
.sent.on{display:block}
.sent svg{margin:0 auto 18px}
.sent h3{margin-bottom:8px}
.sent p{font-size:15px;color:var(--ink-2);max-width:34ch;margin:0 auto}

@media(max-width:940px){.enq{grid-template-columns:1fr;gap:34px}}
@media(max-width:520px){.row{grid-template-columns:1fr}.form{padding:24px 20px}}

/* ==========================================================================
   Services
   ========================================================================== */
.svc{border-top:1px solid rgba(26,24,20,.16)}
.svc-row{
  display:grid;grid-template-columns:1.3fr 2fr auto;gap:26px;align-items:baseline;
  padding:22px 0;border-bottom:1px solid rgba(26,24,20,.12);
}
.svc-row h3{font-size:25px;font-weight:400}
.svc-row p{font-size:15px;color:var(--ink-2);line-height:1.5}
.svc-price{font-family:'Cormorant Garamond',serif;font-size:26px;color:var(--brass-lo);white-space:nowrap}
.svc-row:hover{background:rgba(192,149,78,.07)}
@media(max-width:760px){
  .svc-row{grid-template-columns:1fr auto;gap:4px 16px;padding:18px 0}
  .svc-row h3{grid-column:1}
  .svc-price{grid-column:2;grid-row:1}
  .svc-row p{grid-column:1/-1}
}

/* ==========================================================================
   Tools
   ========================================================================== */
.tools-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1px;
  background:rgba(192,149,78,.22);border:1px solid rgba(192,149,78,.22);
}
.tool{background:var(--night);padding:25px 21px;min-height:158px;display:flex;flex-direction:column;gap:8px;text-decoration:none}
.tool:hover{background:var(--night-3)}
.tool .dia{width:15px;height:15px;border:1px solid var(--brass);transform:rotate(45deg);margin-bottom:5px;flex:none}
.tool b{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:400;line-height:1.18}
.tool span{font-size:13.5px;color:#93A0BC;line-height:1.5}
.tool i{margin-top:auto;font-style:normal;font-size:12px;color:var(--brass)}
.tools-more{margin-top:20px;font-size:14px;color:#93A0BC}
@media(max-width:960px){.tools-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.tools-grid{grid-template-columns:1fr}.tool{min-height:0;padding:20px}}

/* ==========================================================================
   Retreat
   ========================================================================== */
.retreat{background:var(--night-2);padding:0}
.retreat-in{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}
.retreat-copy{padding:92px 52px 92px 0}
.retreat-copy h2{font-size:clamp(32px,4.4vw,56px);line-height:1.07;margin-bottom:18px}
.retreat-copy p{color:#B4BED4;max-width:48ch;margin-bottom:18px}
.retreat-list{list-style:none;margin:24px 0 30px}
.retreat-list li{padding:9px 0 9px 22px;position:relative;font-size:15px;color:#C3CBDD;border-bottom:1px solid rgba(192,149,78,.16)}
.retreat-list li::before{content:"";position:absolute;left:0;top:16px;width:8px;height:8px;border:1px solid var(--brass);transform:rotate(45deg)}
@media(max-width:1240px){.retreat-copy{padding:78px 36px 78px 32px}}
@media(max-width:940px){
  .retreat-in{grid-template-columns:1fr}
  .retreat-copy{padding:60px 20px}
  }

/* photo placeholders */
.ph{
  background:repeating-linear-gradient(45deg,rgba(192,149,78,.07) 0 12px,transparent 12px 24px),var(--night-3);
  border:1px dashed rgba(192,149,78,.45);
  display:flex;align-items:center;justify-content:center;text-align:center;padding:28px;
}
.ph span{font-size:13px;color:var(--brass);line-height:1.6;max-width:30ch}

/* ==========================================================================
   Shop
   ========================================================================== */
.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.prod{text-decoration:none;color:inherit;display:block}
.prod .ph{
  aspect-ratio:1;border-color:rgba(26,24,20,.24);
  background:repeating-linear-gradient(45deg,rgba(26,24,20,.05) 0 12px,transparent 12px 24px),var(--ivory-2);
}
.prod .ph span{color:var(--ink-3)}
.prod h3{font-size:20px;font-weight:400;margin:15px 0 3px}
.prod p{font-size:13.5px;color:var(--ink-3);line-height:1.5;margin-bottom:7px}
.prod b{font-family:'Cormorant Garamond',serif;font-size:21px;color:var(--brass-lo);font-weight:400}
@media(max-width:960px){.shop-grid{grid-template-columns:repeat(2,1fr);gap:18px}}
@media(max-width:420px){.shop-grid{grid-template-columns:1fr}}

/* ==========================================================================
   Media / about
   ========================================================================== */
.media-in{display:grid;grid-template-columns:1.15fr .85fr;gap:52px;align-items:center}
.video-ph{aspect-ratio:16/10}
.press-item{padding:16px 0;border-top:1px solid rgba(192,149,78,.2)}
.press-item:last-child{border-bottom:1px solid rgba(192,149,78,.2)}
.press-item b{display:block;font-family:'Cormorant Garamond',serif;font-size:21px;font-weight:400;margin-bottom:3px}
.press-item span{font-size:13.5px;color:#93A0BC;line-height:1.5}
@media(max-width:940px){.media-in{grid-template-columns:1fr;gap:32px}}

/* ==========================================================================
   Testimonials
   ========================================================================== */
.tst-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.tst{border-top:2px solid var(--brass-lo);padding-top:19px}
.tst blockquote{font-family:'Cormorant Garamond',serif;font-size:22px;line-height:1.42;color:var(--ink);margin-bottom:15px}
.tst cite{font-style:normal;font-size:13.5px;color:var(--ink-3);line-height:1.5;display:block}
.tst cite b{display:block;color:var(--ink);font-weight:600;font-size:14.5px}
@media(max-width:900px){.tst-grid{grid-template-columns:1fr;gap:24px}}

/* ==========================================================================
   Footer
   ========================================================================== */
footer{background:#0A1120;padding:72px 0 32px;border-top:1px solid rgba(192,149,78,.2)}
.foot-in{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px}
.foot h4{font-size:12px;letter-spacing:.14em;color:var(--brass);margin-bottom:15px;font-weight:600;text-transform:uppercase;font-family:'Archivo',sans-serif}
.foot a,.foot p{display:block;font-size:14.5px;color:#96A2BE;text-decoration:none;margin-bottom:9px;line-height:1.55}
.foot a{min-height:26px}
.foot a:hover{color:var(--ivory)}
.foot-bottom{
  margin-top:52px;padding-top:22px;border-top:1px solid rgba(192,149,78,.16);
  display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:12.5px;color:#6F7C9B;
}
@media(max-width:880px){.foot-in{grid-template-columns:1fr 1fr;gap:32px}}
@media(max-width:520px){.foot-in{grid-template-columns:1fr;gap:28px}footer{padding:52px 0 26px}}

/* floating contact buttons, mobile priority */
.floaters{position:fixed;right:16px;bottom:16px;z-index:75;display:flex;flex-direction:column;gap:10px}
.floaters a{
  width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  box-shadow:0 6px 20px rgba(0,0,0,.35);text-decoration:none;
}
.fl-wa{background:#25D366}
.fl-call{background:var(--brass)}
@media(max-width:640px){.floaters{right:12px;bottom:12px}}

/* entrance */
.reveal{opacity:0;transform:translateY(14px);animation:rise .9s cubic-bezier(.2,.7,.3,1) forwards}
.reveal.d1{animation-delay:.1s}.reveal.d2{animation-delay:.22s}.reveal.d3{animation-delay:.34s}
@keyframes rise{to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;animation:none}}

/* ==========================================================================
   Tool pages (kundli and the twenty that share its shape)
   ========================================================================== */
.tool-hero{padding:64px 0 40px;border-bottom:1px solid rgba(192,149,78,.16)}
.tool-hero .crumb{font-size:13px;color:#7F8CA8;margin-bottom:14px}
.tool-hero .crumb a{color:#93A0BC;text-decoration:none}
.tool-hero .crumb a:hover{color:var(--brass)}
.tool-hero h1{font-size:clamp(36px,5vw,64px);line-height:1.05;margin-bottom:16px;max-width:18ch}
.tool-hero p{font-size:18px;color:#B4BED4;max-width:56ch;line-height:1.6}
@media(max-width:640px){.tool-hero{padding:38px 0 28px}.tool-hero p{font-size:16.5px}}

.tool-form{background:var(--night-2);border:1px solid rgba(192,149,78,.26);padding:30px;margin:34px 0 0}
.tool-form .grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:14px;align-items:end}
.tool-form label{color:#A9B4CC}
.tool-form input{background:#0C1424;border-color:rgba(192,149,78,.32);color:var(--ivory)}
.tool-form input:focus{background:#0F1930;border-color:var(--brass)}
.tool-form input::placeholder{color:#5D6A88}
.tool-form .btn{width:100%}
@media(max-width:900px){.tool-form .grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.tool-form{padding:22px 18px}.tool-form .grid{grid-template-columns:1fr}}
.form-err{display:none;margin-top:14px;font-size:14px;color:#F0A38A}
.form-err.on{display:block}

/* result */
.res-head{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:end;padding-bottom:18px;border-bottom:1px solid rgba(192,149,78,.24);margin-bottom:32px}
.res-head h2{font-size:clamp(26px,3.4vw,40px);line-height:1.1}
.res-head .who{font-size:14px;color:#93A0BC;margin-top:6px}
@media(max-width:640px){.res-head{grid-template-columns:1fr}}

.res-key{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(192,149,78,.22);border:1px solid rgba(192,149,78,.22);margin-bottom:38px}
.res-key div{background:var(--night);padding:20px}
.res-key .lbl{font-size:11.5px;letter-spacing:.13em;text-transform:uppercase;color:#7F8CA8;margin-bottom:7px}
.res-key .val{font-family:'Cormorant Garamond',serif;font-size:28px;line-height:1.15;color:var(--brass)}
.res-key .sub{font-size:13px;color:#93A0BC;margin-top:3px}
@media(max-width:860px){.res-key{grid-template-columns:repeat(2,1fr)}}
@media(max-width:420px){.res-key{grid-template-columns:1fr}}

.res-split{display:grid;grid-template-columns:minmax(0,420px) 1fr;gap:44px;align-items:start;margin-bottom:44px}
@media(max-width:940px){.res-split{grid-template-columns:1fr;gap:32px}}
.chart-box{border:1px solid rgba(192,149,78,.3);background:var(--night-2);padding:20px}
.chart-box h3{font-size:19px;margin-bottom:4px}
.chart-box .cap{font-size:12.5px;color:#7F8CA8;margin-bottom:14px}
.chart-box svg{width:100%;height:auto;display:block}
svg .k-frame{stroke:var(--brass);stroke-width:1.6;fill:none}
svg .k-line{stroke:rgba(192,149,78,.45);stroke-width:1;fill:none}
svg .k-rashi{font-family:'Archivo',sans-serif;font-size:11px;fill:#6F7C9B;text-anchor:middle}
svg .k-pl{font-family:'Archivo',sans-serif;font-size:14px;font-weight:600;fill:var(--ivory);text-anchor:middle}
svg .k-pl.r{fill:var(--marigold)}

.res-table{width:100%;border-collapse:collapse;font-size:14.5px}
.res-table th{text-align:left;font-family:'Archivo',sans-serif;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#7F8CA8;font-weight:600;padding:0 10px 10px 0;border-bottom:1px solid rgba(192,149,78,.28)}
.res-table td{padding:10px 10px 10px 0;border-bottom:1px solid rgba(192,149,78,.12);color:#C3CBDD}
.res-table td.g{color:var(--ivory);font-weight:600;white-space:nowrap}
.res-table td.num{text-align:right;font-variant-numeric:tabular-nums}
.res-table .retro{color:var(--marigold);font-size:11px;font-weight:700}
@media(max-width:560px){
  .res-table{font-size:13px}
  .res-table th:nth-child(7),.res-table td:nth-child(7),
  .res-table th:nth-child(5),.res-table td:nth-child(5){display:none}
}

.dosha-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:44px}
@media(max-width:820px){.dosha-grid{grid-template-columns:1fr}}
.dosha{border:1px solid rgba(192,149,78,.24);background:var(--night-2);padding:22px;border-left-width:3px}
.dosha.yes{border-left-color:var(--marigold)}
.dosha.no{border-left-color:var(--river)}
.dosha h4{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:400;margin-bottom:6px}
.dosha .state{font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;margin-bottom:9px}
.dosha.yes .state{color:var(--marigold)}
.dosha.no .state{color:#6FA9A9}
.dosha p{font-size:14px;color:#A9B4CC;line-height:1.5}

.dasha-wrap{margin-bottom:44px}
.dasha-now{background:var(--night-2);border:1px solid rgba(192,149,78,.26);padding:20px 22px;margin-bottom:18px}
.dasha-now .lbl{font-size:11.5px;letter-spacing:.13em;text-transform:uppercase;color:#7F8CA8;margin-bottom:6px}
.dasha-now b{font-family:'Cormorant Garamond',serif;font-size:30px;font-weight:400;color:var(--brass)}
.dasha-now span{font-size:14px;color:#A9B4CC;margin-left:10px}
.dasha-list{list-style:none;padding:0;margin:0}
.dasha-list li{display:grid;grid-template-columns:110px 1fr auto;gap:16px;padding:11px 12px;border-bottom:1px solid rgba(192,149,78,.14);font-size:14.5px;color:#B4BED4}
.dasha-list li.live{background:rgba(192,149,78,.10);color:var(--ivory)}
.dasha-list .dl{font-weight:600}
.dasha-list .dy{color:#7F8CA8;font-variant-numeric:tabular-nums}
@media(max-width:560px){.dasha-list li{grid-template-columns:80px 1fr;gap:8px}.dasha-list .dy{display:none}}

.next-step{background:var(--night-2);border:1px solid rgba(192,149,78,.3);padding:34px;display:grid;grid-template-columns:1fr auto;gap:26px;align-items:center}
@media(max-width:760px){.next-step{grid-template-columns:1fr;padding:26px 22px}}
.next-step h3{font-size:26px;margin-bottom:8px}
.next-step p{font-size:15.5px;color:#B4BED4;max-width:56ch}
.next-step .price{font-family:'Cormorant Garamond',serif;font-size:34px;color:var(--brass);display:block;margin-bottom:10px}

.syll-box{border:1px solid rgba(192,149,78,.24);background:var(--night-2);padding:22px;margin-bottom:44px}
.syll-box .lbl{font-size:11.5px;letter-spacing:.13em;text-transform:uppercase;color:#7F8CA8;margin-bottom:8px}
.syll-box .big{font-family:'Cormorant Garamond',serif;font-size:26px;color:var(--ivory)}
.syll-box .big b{color:var(--brass)}
.syll-box p{font-size:14px;color:#A9B4CC;margin-top:8px}

.accuracy{font-size:13px;color:#7F8CA8;line-height:1.6;border-top:1px solid rgba(192,149,78,.16);padding-top:18px;margin-top:10px}

/* ── matching page ── */
.pair-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
@media(max-width:820px){.pair-grid{grid-template-columns:1fr}}
.pair-col h3{font-size:21px;margin-bottom:12px;color:var(--brass)}
.pair-col .grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:520px){.pair-col .grid{grid-template-columns:1fr}}

.score-hero{display:grid;grid-template-columns:auto 1fr;gap:34px;align-items:center;
  background:var(--night-2);border:1px solid rgba(192,149,78,.3);padding:32px;margin-bottom:32px}
@media(max-width:700px){.score-hero{grid-template-columns:1fr;gap:20px;padding:24px 20px}}
.score-num{font-family:'Cormorant Garamond',serif;font-size:78px;line-height:.9;color:var(--brass)}
.score-num span{font-size:30px;color:#7F8CA8}
.score-meta .verdict{font-family:'Cormorant Garamond',serif;font-size:32px;margin-bottom:6px}
.score-meta .moons{font-size:14px;color:#A9B4CC;line-height:1.7}
.score-meta .moons b{color:var(--ivory);font-weight:600}
.track{height:7px;background:rgba(192,149,78,.16);margin-top:16px}
.track i{display:block;height:100%;background:var(--brass)}

.koot-sub{display:block;font-size:12px;color:#7F8CA8;font-weight:400;margin-top:2px;max-width:34ch}
.koot-extra{font-size:13px;color:#93A0BC}
.koot-bar{width:110px}
.koot-bar span{display:block;height:6px;background:var(--brass)}
.koot-bar span.ok{background:#6FA9A9}
.koot-bar span.mid{background:var(--brass)}
.koot-bar span.low{background:var(--marigold)}
@media(max-width:640px){.koot-bar,.koot-extra{display:none}}

/* ── panchang page ── */
.pan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(192,149,78,.22);
  border:1px solid rgba(192,149,78,.22);margin-bottom:34px}
.pan-grid div{background:var(--night);padding:20px}
.pan-grid .lbl{font-size:11.5px;letter-spacing:.13em;text-transform:uppercase;color:#7F8CA8;margin-bottom:7px}
.pan-grid .val{font-family:'Cormorant Garamond',serif;font-size:25px;line-height:1.2;color:var(--brass)}
.pan-grid .sub{font-size:13px;color:#93A0BC;margin-top:3px}
@media(max-width:860px){.pan-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:420px){.pan-grid{grid-template-columns:1fr}}

.chog-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1px;
  background:rgba(192,149,78,.2);border:1px solid rgba(192,149,78,.2)}
@media(max-width:640px){.chog-list{grid-template-columns:1fr}}
.chog-list .ch{background:var(--night);padding:15px 18px;display:grid;
  grid-template-columns:1fr auto;gap:4px 14px;border-left:3px solid transparent}
.chog-list .ch.good{border-left-color:#6FA9A9}
.chog-list .ch.bad{border-left-color:var(--marigold)}
.chog-list .ch.neutral{border-left-color:#5D6A88}
.chog-list .cn{font-family:'Cormorant Garamond',serif;font-size:21px;color:var(--ivory)}
.chog-list .ct{font-size:14px;color:#A9B4CC;text-align:right;font-variant-numeric:tabular-nums}
.chog-list .cq{grid-column:1/-1;font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:#7F8CA8}
.chog-list .ch.good .cq{color:#6FA9A9}
.chog-list .ch.bad .cq{color:var(--marigold)}

.rahu-box{background:var(--night-2);border:1px solid rgba(224,145,47,.4);border-left:3px solid var(--marigold);
  padding:22px;margin-bottom:34px}
.rahu-box .lbl{font-size:11.5px;letter-spacing:.13em;text-transform:uppercase;color:var(--marigold);margin-bottom:7px}
.rahu-box b{font-family:'Cormorant Garamond',serif;font-size:30px;color:var(--ivory);font-weight:400}
.rahu-box p{font-size:14px;color:#A9B4CC;margin-top:7px;max-width:60ch}

/* ── retreat page ── */

.day-list{list-style:none;padding:0;margin:0}
.day{display:grid;grid-template-columns:96px 1fr;gap:26px;padding:22px 0;
  border-bottom:1px solid rgba(192,149,78,.16)}
.day .n{font-family:'Cormorant Garamond',serif;font-size:34px;color:var(--brass);line-height:1}
.day .n small{display:block;font-size:12px;color:#7F8CA8;letter-spacing:.12em;text-transform:uppercase;font-family:'Archivo',sans-serif}
.day h3{font-size:23px;margin-bottom:6px}
.day p{font-size:15px;color:#A9B4CC;line-height:1.55;max-width:62ch}
@media(max-width:560px){.day{grid-template-columns:60px 1fr;gap:16px}.day .n{font-size:26px}}


.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
@media(max-width:820px){.gallery{grid-template-columns:repeat(2,1fr)}}
.gallery .ph{aspect-ratio:4/5}
.gallery .ph.wide{grid-column:span 2;aspect-ratio:8/5}

/* ── shop ── */
.chip-bar{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:28px}
.chip{background:none;border:1px solid rgba(192,149,78,.34);color:#B4BED4;padding:9px 17px;
  font-family:inherit;font-size:14px;cursor:pointer;min-height:40px}
.chip:hover{border-color:var(--brass);color:var(--ivory)}
.chip.on{background:var(--brass);color:#12192B;border-color:var(--brass);font-weight:600}

.shop-count{font-size:13.5px;color:#7F8CA8;margin-bottom:20px}
.sp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
@media(max-width:900px){.sp-grid{grid-template-columns:repeat(2,1fr);gap:20px}}
@media(max-width:520px){.sp-grid{grid-template-columns:1fr}}
.sp{display:flex;flex-direction:column}
.sp-img{position:relative;aspect-ratio:1;display:flex;align-items:center;justify-content:center;
  text-decoration:none;border:1px dashed rgba(192,149,78,.4);
  background:repeating-linear-gradient(45deg,rgba(192,149,78,.06) 0 12px,transparent 12px 24px),var(--night-2)}
.sp-img span{font-size:12.5px;color:var(--brass)}
.sp-flag{position:absolute;top:12px;left:12px;background:var(--night);border:1px solid var(--marigold);
  color:var(--marigold);font-size:11px;font-style:normal;letter-spacing:.08em;text-transform:uppercase;padding:3px 9px}
.sp h3{font-size:21px;font-weight:400;margin:15px 0 4px}
.sp h3 a{text-decoration:none}
.sp h3 a:hover{color:var(--brass)}
.sp p{font-size:13.5px;color:#93A0BC;line-height:1.5;margin-bottom:14px}
.sp-foot{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:12px}
.sp-price{font-family:'Cormorant Garamond',serif;font-size:23px;color:var(--brass)}
.sp-out{font-size:13px;color:#6F7C9B}
.btn.sm{min-height:38px;padding:8px 15px;font-size:13.5px}
.btn.p{background:var(--brass);color:#12192B;font-weight:600}
.btn.p:hover{background:#D3A85C}
.btn.g{border:1px solid rgba(242,235,221,.3);color:var(--ivory);background:none}
.btn.g:hover{border-color:var(--brass);color:var(--brass)}

/* cart drawer */
.cart-btn{position:relative;border:1px solid var(--brass);color:var(--brass);background:none;
  padding:10px 16px;font-size:14px;cursor:pointer;min-height:44px}
.cart-btn:hover{background:var(--brass);color:var(--night)}
.cart-btn .n{position:absolute;top:-8px;right:-8px;background:var(--marigold);color:#12192B;
  font-size:11px;font-weight:700;min-width:19px;height:19px;border-radius:10px;
  display:flex;align-items:center;justify-content:center;padding:0 5px}
.cart{position:fixed;inset:0;z-index:90;display:none}
.cart.on{display:block}
.cart-scrim{position:absolute;inset:0;background:rgba(8,12,22,.6)}
.cart-panel{position:absolute;right:0;top:0;bottom:0;width:min(420px,100%);background:var(--night);
  border-left:1px solid rgba(192,149,78,.3);display:flex;flex-direction:column}
.cart-h{padding:20px 22px;border-bottom:1px solid rgba(192,149,78,.22);
  display:flex;justify-content:space-between;align-items:center}
.cart-h h2{font-size:23px}
.cart-h button{background:none;border:none;color:#93A0BC;font-size:26px;cursor:pointer;min-height:44px;padding:0 6px}
.cart-body{flex:1;overflow-y:auto;padding:8px 22px}
.cart-empty{padding:60px 0;text-align:center;color:#6F7C9B;font-size:14.5px}
.cart-row{display:grid;grid-template-columns:60px 1fr auto;gap:14px;padding:16px 0;
  border-bottom:1px solid rgba(192,149,78,.14);align-items:start}
.cart-img{aspect-ratio:1;border:1px dashed rgba(192,149,78,.35);display:flex;align-items:center;
  justify-content:center;font-size:10px;color:#6F7C9B}
.cart-row b{font-size:15px;font-weight:600;display:block;margin-bottom:2px}
.cart-p{font-size:13px;color:#93A0BC}
.qty{display:flex;align-items:center;gap:10px;margin-top:8px}
.qty button{width:30px;height:30px;background:none;border:1px solid rgba(192,149,78,.34);
  color:var(--ivory);cursor:pointer;font-size:16px;line-height:1}
.qty button:hover{border-color:var(--brass);color:var(--brass)}
.qty span{font-size:14px;min-width:18px;text-align:center}
.cart-sum{font-family:'Cormorant Garamond',serif;font-size:19px;color:var(--brass);white-space:nowrap}
.cart-foot{border-top:1px solid rgba(192,149,78,.22);padding:20px 22px}
.cart-line{display:flex;justify-content:space-between;font-size:14px;color:#A9B4CC;margin-bottom:8px}
.cart-line.big{font-size:16px;color:var(--ivory);font-weight:600;padding-top:10px;
  border-top:1px solid rgba(192,149,78,.18);margin-top:6px}
.cart-foot .btn{width:100%;margin-top:14px}
.cart-note{font-size:12px;color:#6F7C9B;margin-top:10px;text-align:center}

/* product detail */
.pd-wrap{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start;padding:52px 0}
@media(max-width:900px){.pd-wrap{grid-template-columns:1fr;gap:30px;padding:32px 0}}
.pd-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}
.pd-thumbs .ph{aspect-ratio:1}
.pd-info h1{font-size:clamp(30px,4vw,46px);line-height:1.08;margin:10px 0 12px}
.pd-price{font-family:'Cormorant Garamond',serif;font-size:34px;color:var(--brass);margin-bottom:16px}
.pd-blurb{font-size:17px;color:#C3CBDD;margin-bottom:12px}
.pd-body{font-size:15px;color:#A9B4CC;line-height:1.65;margin-bottom:24px;max-width:56ch}
.pd-spec{margin-bottom:26px;border-top:1px solid rgba(192,149,78,.2)}
.pd-spec div{display:grid;grid-template-columns:140px 1fr;gap:16px;padding:11px 0;
  border-bottom:1px solid rgba(192,149,78,.14);font-size:14px}
.pd-spec dt{color:#7F8CA8}
.pd-spec dd{color:#C3CBDD}
.pd-buy{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.pd-stock{font-size:13.5px;color:#6FA9A9}
.pd-note{font-size:13px;color:#7F8CA8;margin-top:10px}
.pd-help{margin-top:26px;padding:16px 18px;background:var(--night-2);
  border-left:3px solid var(--brass);font-size:14px;color:#A9B4CC;line-height:1.6}
.pd-help b{color:var(--ivory)}
.pd-help a{color:var(--brass)}

/* checkout */
.co-wrap{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:start;padding:48px 0}
@media(max-width:900px){.co-wrap{grid-template-columns:1fr;gap:30px}}
.co-side{background:var(--night-2);border:1px solid rgba(192,149,78,.26);padding:24px;position:sticky;top:96px}
@media(max-width:900px){.co-side{position:static}}
.co-row{display:grid;grid-template-columns:52px 1fr auto;gap:14px;padding:13px 0;
  border-bottom:1px solid rgba(192,149,78,.14);align-items:center}
.co-img{aspect-ratio:1;border:1px dashed rgba(192,149,78,.35);display:flex;align-items:center;
  justify-content:center;font-size:10px;color:#6F7C9B}
.co-row b{font-size:14.5px;display:block}
.co-q{font-size:12.5px;color:#7F8CA8}
.co-s{font-family:'Cormorant Garamond',serif;font-size:18px;color:var(--brass)}
.co-line{display:flex;justify-content:space-between;font-size:14px;color:#A9B4CC;margin-top:10px}
.co-line.big{font-size:18px;color:var(--ivory);font-weight:600;padding-top:12px;
  border-top:1px solid rgba(192,149,78,.2);margin-top:14px}
.co-form input{background:#0C1424;border-color:rgba(192,149,78,.3);color:var(--ivory)}
.co-form label{color:#A9B4CC}
.empty-big{text-align:center;padding:80px 20px;max-width:56ch;margin:0 auto}
.empty-big h2{font-size:34px;margin-bottom:10px}
.empty-big p{color:#A9B4CC;margin-bottom:20px}
.toast{position:fixed;left:50%;bottom:26px;transform:translateX(-50%) translateY(20px);
  background:var(--night-3);border:1px solid var(--brass);color:var(--ivory);padding:13px 22px;
  font-size:14px;opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;z-index:200}
.toast.on{opacity:1;transform:translateX(-50%)}

/* ── consultations ── */
.svc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
@media(max-width:860px){.svc-grid{grid-template-columns:1fr}}
.svc-card{background:var(--night-2);border:1px solid rgba(192,149,78,.24);padding:26px;
  display:flex;flex-direction:column;border-top:3px solid var(--brass)}
.svc-top{display:flex;justify-content:space-between;align-items:baseline;gap:14px;margin-bottom:8px}
.svc-top h3{font-size:25px;font-weight:400}
.svc-price{font-family:'Cormorant Garamond',serif;font-size:27px;color:var(--brass);white-space:nowrap}
.svc-blurb{font-size:15.5px;color:#C3CBDD;margin-bottom:10px}
.svc-body{font-size:14.5px;color:#A9B4CC;line-height:1.6;margin-bottom:16px}
.svc-good{border-top:1px solid rgba(192,149,78,.18);padding-top:14px;margin-bottom:18px}
.svc-good b{font-size:12px;letter-spacing:.11em;text-transform:uppercase;color:var(--brass);
  display:block;margin-bottom:8px}
.svc-good ul{list-style:none;padding:0;margin:0}
.svc-good li{font-size:14px;color:#A9B4CC;padding:4px 0 4px 18px;position:relative;line-height:1.5}
.svc-good li::before{content:"";position:absolute;left:0;top:12px;width:6px;height:6px;
  border:1px solid var(--brass);transform:rotate(45deg)}
.svc-foot{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}
.svc-mins{font-size:13px;color:#7F8CA8}

.rep-row{display:grid;grid-template-columns:1fr auto auto;gap:20px;align-items:center;
  padding:15px 0;border-bottom:1px solid rgba(26,24,20,.12);font-size:15.5px}
.rep-row b{font-family:'Cormorant Garamond',serif;font-size:22px;color:#8E6C33;font-weight:400}
.rep-row .btn.g{border-color:rgba(26,24,20,.3);color:#1A1814}
.rep-row .btn.g:hover{border-color:#8E6C33;color:#8E6C33}
@media(max-width:560px){.rep-row{grid-template-columns:1fr auto;gap:8px 14px}.rep-row .btn{grid-column:1/-1}}

/* ── booking ── */
.bk-wrap{display:grid;grid-template-columns:1.25fr .75fr;gap:44px;align-items:start;padding:44px 0}
@media(max-width:900px){.bk-wrap{grid-template-columns:1fr;gap:28px}}
.bk-step{margin-bottom:34px}
.bk-step h2{font-size:24px;margin-bottom:14px;display:flex;align-items:center;gap:12px}
.bk-step h2 i{font-style:normal;width:26px;height:26px;border:1px solid var(--brass);
  display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--brass);
  transform:rotate(45deg);flex:none}
.bk-step h2 i span{transform:rotate(-45deg)}

.cal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.cal-head h3{font-size:19px}
.cal-head button{background:none;border:1px solid rgba(192,149,78,.34);color:var(--ivory);
  width:38px;height:38px;cursor:pointer;font-size:16px}
.cal-head button:hover{border-color:var(--brass);color:var(--brass)}
.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}
.cal-h{text-align:center;font-size:11px;letter-spacing:.08em;text-transform:uppercase;
  color:#6F7C9B;padding:6px 0}
.cal-d{aspect-ratio:1;background:none;border:1px solid rgba(192,149,78,.2);color:var(--ivory);
  cursor:pointer;font-family:inherit;font-size:14.5px;min-height:42px}
.cal-d:hover:not(.off){border-color:var(--brass);background:rgba(192,149,78,.1)}
.cal-d.off{color:#3E4A63;border-color:rgba(192,149,78,.07);cursor:not-allowed}
.cal-d.sel{background:var(--brass);color:#12192B;border-color:var(--brass);font-weight:700}

.slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:9px;margin-top:8px}
.slot{background:none;border:1px solid rgba(192,149,78,.28);color:var(--ivory);padding:12px 8px;
  cursor:pointer;font-family:inherit;font-size:14.5px;min-height:46px;position:relative}
.slot:hover:not(.off){border-color:var(--brass);background:rgba(192,149,78,.1)}
.slot.off{color:#3E4A63;border-color:rgba(192,149,78,.08);cursor:not-allowed}
.slot.off em{display:block;font-size:10.5px;font-style:normal;color:#3E4A63}
.slot.sel{background:var(--brass);color:#12192B;border-color:var(--brass);font-weight:700}
.slot-hint{font-size:14px;color:#7F8CA8;padding:16px 0}

.bk-side{background:var(--night-2);border:1px solid rgba(192,149,78,.3);padding:24px;position:sticky;top:96px}
@media(max-width:900px){.bk-side{position:static}}
.bk-side h2{font-size:22px;margin-bottom:14px}
.bk-line{display:flex;justify-content:space-between;gap:14px;font-size:14.5px;color:#A9B4CC;
  padding:10px 0;border-bottom:1px solid rgba(192,149,78,.14)}
.bk-line b{color:var(--ivory);font-weight:600;text-align:right}
.bk-line.big{font-size:18px;color:var(--ivory);font-weight:600;border-bottom:none;padding-top:14px}
.bk-line.big b{font-family:'Cormorant Garamond',serif;font-size:26px;color:var(--brass);font-weight:400}
.bk-side .btn{width:100%;margin-top:16px}
.bk-note{font-size:12.5px;color:#6F7C9B;margin-top:12px;line-height:1.5}
.bk-form input{background:#0C1424;border-color:rgba(192,149,78,.3);color:var(--ivory)}
.bk-form label{color:#A9B4CC}

/* ── blog ── */
.post-lead{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;
  padding:34px 0 44px;border-bottom:1px solid rgba(192,149,78,.18);margin-bottom:44px}
@media(max-width:860px){.post-lead{grid-template-columns:1fr;gap:24px}}
.post-lead .ph{aspect-ratio:16/10}
.post-lead h2{font-size:clamp(28px,3.6vw,42px);line-height:1.12;margin:10px 0 12px}
.post-lead h2 a{text-decoration:none}
.post-lead h2 a:hover{color:var(--brass)}
.post-lead p{color:#A9B4CC;font-size:16.5px;line-height:1.6;margin-bottom:14px}
.post-meta{font-size:12.5px;color:#7F8CA8;letter-spacing:.04em}
.post-meta .cat{color:var(--brass)}
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
@media(max-width:900px){.post-grid{grid-template-columns:repeat(2,1fr);gap:24px}}
@media(max-width:560px){.post-grid{grid-template-columns:1fr}}
.post{display:flex;flex-direction:column}
.post .ph{aspect-ratio:3/2;margin-bottom:14px}
.post h3{font-size:21px;font-weight:400;line-height:1.2;margin-bottom:7px}
.post h3 a{text-decoration:none}
.post h3 a:hover{color:var(--brass)}
.post p{font-size:14px;color:#93A0BC;line-height:1.55;margin-bottom:12px}
.post .post-meta{margin-top:auto}

.article{max-width:720px;margin:0 auto;padding:44px 0}
.article h1{font-size:clamp(32px,4.6vw,52px);line-height:1.08;margin:14px 0 18px}
.article .lede{font-size:19px;color:#C3CBDD;line-height:1.6;margin-bottom:26px}
.article .byline{display:flex;gap:14px;align-items:center;padding:16px 0;
  border-top:1px solid rgba(192,149,78,.2);border-bottom:1px solid rgba(192,149,78,.2);margin-bottom:34px}
.article .byline .av{width:44px;height:44px;border:1px solid var(--brass);flex:none;
  display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--brass);
  transform:rotate(45deg)}
.article .byline .av span{transform:rotate(-45deg)}
.article .byline b{display:block;font-size:15px}
.article .byline span.m{font-size:13px;color:#7F8CA8}
.article h2{font-size:29px;margin:34px 0 12px}
.article h3{font-size:22px;margin:26px 0 10px}
.article p{font-size:17px;line-height:1.75;color:#C3CBDD;margin-bottom:18px}
.article ul{margin:0 0 20px 0;padding-left:20px}
.article li{font-size:17px;line-height:1.7;color:#C3CBDD;margin-bottom:8px}
.article blockquote{border-left:3px solid var(--brass);padding:4px 0 4px 20px;margin:26px 0;
  font-family:'Cormorant Garamond',serif;font-size:24px;line-height:1.4;color:var(--ivory)}
.article .pull{background:var(--night-2);border:1px solid rgba(192,149,78,.24);padding:22px;margin:28px 0}
.article .pull b{display:block;color:var(--brass);font-size:12px;letter-spacing:.12em;
  text-transform:uppercase;margin-bottom:8px}
.article .pull p{font-size:15.5px;margin:0;color:#A9B4CC}
.share{display:flex;gap:10px;align-items:center;margin-top:34px;padding-top:22px;
  border-top:1px solid rgba(192,149,78,.2);font-size:13.5px;color:#7F8CA8}
.share a{border:1px solid rgba(192,149,78,.32);padding:8px 15px;text-decoration:none;
  color:var(--ivory);font-size:13.5px;min-height:38px;display:inline-flex;align-items:center}
.share a:hover{border-color:var(--brass);color:var(--brass)}

/* research */
.res-list{border-top:1px solid rgba(192,149,78,.2)}
.res-item{display:grid;grid-template-columns:88px 1fr auto;gap:26px;padding:26px 0;border-bottom:1px solid rgba(192,149,78,.16);align-items:start}
@media(max-width:760px){.res-item{grid-template-columns:1fr;gap:8px}}
.res-year{font-family:'Cormorant Garamond',serif;font-size:30px;color:var(--brass);line-height:1}
.res-item h3{font-size:23px;font-weight:400;margin-bottom:5px}
.res-venue{font-size:13px;color:#7F8CA8;margin-bottom:9px}
.res-find{font-size:15px;color:#C3CBDD;line-height:1.6;max-width:62ch}
.res-find b{color:var(--brass);font-weight:600}
.res-slot{border:1px dashed rgba(192,149,78,.4);padding:20px;font-size:14px;color:#7F8CA8;line-height:1.6}
.res-slot b{color:var(--brass);display:block;margin-bottom:5px}

/* course */
.mod{display:grid;grid-template-columns:56px 1fr;gap:22px;padding:20px 0;border-bottom:1px solid rgba(192,149,78,.16)}
.mod .n{font-family:'Cormorant Garamond',serif;font-size:26px;color:var(--brass);line-height:1.1}
.mod h3{font-size:21px;font-weight:400;margin-bottom:5px}
.mod p{font-size:14.5px;color:#A9B4CC;line-height:1.55;max-width:60ch}
.price-two{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:30px 0}
@media(max-width:700px){.price-two{grid-template-columns:1fr}}
.pbox{background:var(--night-2);border:1px solid rgba(192,149,78,.26);padding:28px;border-top:3px solid var(--brass)}
.pbox.best{border-color:var(--brass);border-top-width:3px}
.pbox .tagline{font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--brass);margin-bottom:8px}
.pbox h3{font-size:26px;font-weight:400;margin-bottom:6px}
.pbox .amt{font-family:'Cormorant Garamond',serif;font-size:40px;color:var(--brass);line-height:1;margin:12px 0 4px}
.pbox .per{font-size:13px;color:#7F8CA8;margin-bottom:16px}
.pbox ul{list-style:none;padding:0;margin:0 0 20px}
.pbox li{font-size:14.5px;color:#A9B4CC;padding:7px 0 7px 20px;position:relative}
.pbox li::before{content:"";position:absolute;left:0;top:14px;width:7px;height:7px;border:1px solid var(--brass);transform:rotate(45deg)}

/* video testimonials */
.vid-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:860px){.vid-grid{grid-template-columns:1fr}}
.vid .ph{aspect-ratio:9/16;max-height:420px;position:relative}
.vid .play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;border:1px solid var(--brass);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--brass)}
.vid b{display:block;font-size:15.5px;margin:13px 0 3px}
.vid span{font-size:13px;color:#7F8CA8}

/* mantras */
.man-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:860px){.man-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.man-grid{grid-template-columns:1fr}}
.man{background:var(--night-2);border:1px solid rgba(192,149,78,.24);padding:24px;border-left:3px solid var(--brass)}
.man h3{font-size:23px;font-weight:400;margin-bottom:3px}
.man .rules{font-size:12.5px;color:#7F8CA8;margin-bottom:14px}
.man .dev{font-family:'Tiro Devanagari Hindi',serif;font-size:17px;line-height:2;color:var(--ivory);margin-bottom:10px}
.man .tr{font-size:13.5px;color:#93A0BC;font-style:italic;line-height:1.6;margin-bottom:14px}
.man .yl{font-size:13px;color:var(--brass);text-decoration:none;border-bottom:1px solid rgba(192,149,78,.4)}
.badge{display:inline-block;font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:var(--marigold);border:1px solid rgba(224,145,47,.5);padding:2px 9px;margin-left:8px;vertical-align:3px}

/* shared tool result */
.warnbox{background:rgba(224,145,47,.09);border:1px solid rgba(224,145,47,.4);
  border-left:3px solid var(--marigold);padding:16px 18px;margin:18px 0;font-size:14.5px;color:#C3CBDD}
.warnbox b{color:var(--marigold)}
#r-body p{font-size:16px;line-height:1.7;color:#C3CBDD;margin-bottom:16px;max-width:66ch}
#r-body b{color:var(--ivory)}
#r-links{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0 34px}

/* currency switch */
[data-currency-switcher]{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:14px}
.cur-label{font-size:12.5px;color:#6F7C9B;margin-right:4px}
[data-currency-btn]{background:none;border:1px solid rgba(192,149,78,.28);color:#93A0BC;
  font-family:inherit;font-size:12px;padding:6px 10px;cursor:pointer;min-height:32px}
[data-currency-btn]:hover{border-color:var(--brass);color:var(--ivory)}
[data-currency-btn][aria-pressed="true"]{background:var(--brass);color:#12192B;
  border-color:var(--brass);font-weight:700}

/* remembered details */
.mem-note{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:16px;
  padding-top:14px;border-top:1px solid rgba(192,149,78,.2);font-size:13.5px;color:#93A0BC}
.mem-note button{background:none;border:1px solid rgba(192,149,78,.32);color:var(--brass);
  font-family:inherit;font-size:12.5px;padding:6px 12px;cursor:pointer;min-height:34px}
.mem-note button:hover{background:var(--brass);color:var(--night)}

/* festival bar */
.fest-bar{background:linear-gradient(90deg,#1D2A47,#2A2036);border-bottom:1px solid rgba(224,145,47,.4)}
.fest-in{max-width:1240px;margin:0 auto;padding:11px 32px;display:flex;align-items:center;
  gap:14px;flex-wrap:wrap;font-size:13.5px;color:#C3CBDD}
@media(max-width:640px){.fest-in{padding:11px 20px;gap:9px}}
.fest-in b{font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:500;color:var(--marigold)}
.fest-in em{font-style:normal;color:var(--marigold);border:1px solid rgba(224,145,47,.5);
  padding:3px 10px;font-size:12.5px;font-weight:600}
.fest-in a{color:var(--brass);font-size:13px}
.fest-in button{margin-left:auto;background:none;border:none;color:#7F8CA8;font-size:20px;
  cursor:pointer;line-height:1;padding:0 4px;min-height:34px}
.fest-in button:hover{color:var(--ivory)}

/* share bar */
.share-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:34px;
  padding-top:22px;border-top:1px solid rgba(192,149,78,.22)}
.share-lbl{font-size:12.5px;color:#7F8CA8;margin-right:4px}
.sh{border:1px solid rgba(192,149,78,.32);color:var(--ivory);background:none;
  font-family:inherit;font-size:13.5px;padding:9px 16px;cursor:pointer;text-decoration:none;
  min-height:40px;display:inline-flex;align-items:center}
.sh:hover{border-color:var(--brass);color:var(--brass)}
.sh.wa{border-color:rgba(37,211,102,.5);color:#4BD97F}
.sh.wa:hover{background:rgba(37,211,102,.12);color:#4BD97F}

/* ==========================================================================
   Print. People want the chart on paper, and a screenshot of a dark website
   is not it. This turns any result into a clean printed sheet.
   ========================================================================== */
@media print{
  @page{margin:14mm}
  *{background:#fff!important;color:#000!important;box-shadow:none!important}
  body{font-size:11pt;line-height:1.5}
  .top,.drawer,.floaters,.fest-bar,.share-bar,.tool-form,.chip-bar,
  footer,[data-currency-switcher],.mem-note,.next-step,.hint,#r-links,
  .cart,.burger,.langs{display:none!important}
  section{padding:0!important}
  .light{background:#fff!important}
  h1,h2,h3,h4{color:#000!important;page-break-after:avoid}
  .wrap{max-width:none;padding:0}
  .res-key{display:grid;grid-template-columns:repeat(4,1fr);gap:0;
    border:1px solid #999!important;page-break-inside:avoid}
  .res-key div{border-right:1px solid #ccc!important;padding:8pt}
  .res-key .val{font-size:14pt!important;color:#000!important}
  .res-key .lbl{font-size:7pt!important;color:#555!important}
  .res-split{display:grid;grid-template-columns:1fr 1fr;gap:14pt;page-break-inside:avoid}
  .chart-box{border:1px solid #999!important;padding:8pt}
  svg .k-frame{stroke:#000!important}
  svg .k-line{stroke:#888!important}
  svg .k-pl{fill:#000!important}
  svg .k-pl.r{fill:#a05000!important}
  svg .k-rashi{fill:#666!important}
  .res-table{font-size:9pt}
  .res-table th{background:#eee!important;color:#000!important;border-bottom:1px solid #999!important}
  .res-table td{border-bottom:1px solid #ddd!important;color:#000!important}
  .dosha{border:1px solid #999!important;page-break-inside:avoid}
  .dasha-list li{border-bottom:1px solid #ddd!important;color:#000!important}
  .dasha-list li.live{background:#f0f0f0!important;font-weight:600}
  .accuracy{font-size:8pt;color:#555!important}
  a[href]:after{content:""}
  /* a printed chart should still say where it came from */
  main:after{content:"vedicenergy.com  ·  Acharya Rajeev  ·  Har Ki Pauri, Haridwar  ·  +91 93100 22422";
    display:block;margin-top:14pt;padding-top:8pt;border-top:1px solid #999;
    font-size:8pt;color:#555!important}
}

/* birth sky control */
#birthsky{margin-top:24px;padding-top:20px;border-top:1px solid rgba(192,149,78,.24);max-width:46ch}
.bs-form{margin-top:14px}
.bs-row{display:grid;grid-template-columns:1fr 100px 1fr auto;gap:10px;align-items:end}
@media(max-width:700px){.bs-row{grid-template-columns:1fr 1fr}.bs-row button{grid-column:1/-1}}
.bs-row input{background:#0C1424;border-color:rgba(192,149,78,.3);color:var(--ivory);
  font-size:15px;padding:10px;min-height:42px}
.bs-row label{font-size:11.5px;color:#7F8CA8}
.bs-out{margin-top:18px;padding:18px;background:rgba(192,149,78,.07);
  border-left:3px solid var(--brass)}
.bs-line{font-size:12.5px;color:var(--brass);letter-spacing:.04em;margin-bottom:8px}
.bs-out p{font-size:15px;color:#C3CBDD;line-height:1.6;margin-bottom:14px}
.bs-out b{color:var(--ivory)}

/* keep your chart */
.keep-box{margin-top:22px;background:var(--night-2);border:1px solid rgba(192,149,78,.28);
  border-left:3px solid var(--brass);padding:22px}
.keep-copy b{display:block;font-family:'Cormorant Garamond',serif;font-size:22px;
  font-weight:400;margin-bottom:5px}
.keep-copy span{display:block;font-size:14px;color:#A9B4CC;line-height:1.55;max-width:56ch}
.keep-form{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:16px;max-width:520px}
@media(max-width:560px){.keep-form{grid-template-columns:1fr}}
.keep-form input[type=email]{background:#0C1424;border-color:rgba(192,149,78,.3);
  color:var(--ivory);min-height:44px}
.keep-consent{grid-column:1/-1;display:flex;gap:9px;align-items:flex-start;font-size:12.5px;
  color:#7F8CA8;line-height:1.5;cursor:pointer;margin:2px 0 0}
.keep-consent input{width:auto;min-height:0;margin-top:3px;accent-color:var(--brass)}
.keep-err{grid-column:1/-1;font-size:12.5px;color:#F0A38A;margin:0}
.keep-done{margin-top:14px;font-size:14.5px;color:#6FA9A9}
.keep-done b{color:var(--ivory)}

/* policy pages */
.policy{max-width:70ch}
.policy h2{font-size:26px;margin:34px 0 12px}
.policy h2:first-child{margin-top:0}
.policy h3{font-size:19px;margin:22px 0 8px;color:var(--brass)}
.policy p{font-size:16px;line-height:1.75;color:#C3CBDD;margin-bottom:14px}
.policy b{color:var(--ivory)}
.policy ul{margin:0 0 18px 0;padding-left:20px}
.policy li{font-size:16px;line-height:1.7;color:#C3CBDD;margin-bottom:8px}
.todo{background:rgba(224,145,47,.09);border:1px solid rgba(224,145,47,.4);
  border-left:3px solid var(--marigold);padding:18px 20px;margin:26px 0}
.todo b{display:block;color:var(--marigold);font-size:12px;letter-spacing:.11em;
  text-transform:uppercase;margin-bottom:8px}
.todo p{font-size:14.5px;color:#A9B4CC;margin:0}

/* the appreciation letter, the strongest single credential on the site */
.letter{display:grid;grid-template-columns:1.25fr .75fr;gap:40px;align-items:start;
  background:var(--night-2);border:1px solid rgba(192,149,78,.3);padding:36px}
@media(max-width:900px){.letter{grid-template-columns:1fr;gap:26px;padding:26px 22px}}
.letter-mark{grid-column:1;font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--brass);margin-bottom:14px}
.letter blockquote{grid-column:1;margin:0;border-left:3px solid var(--brass);padding-left:22px}
.letter blockquote p{font-family:'Cormorant Garamond',serif;font-size:20px;line-height:1.5;
  color:#DCE2EE;margin-bottom:14px}
.letter blockquote p:last-child{margin-bottom:0}
.letter blockquote b{color:var(--ivory);font-weight:600}
.letter-sig{grid-column:1;margin-top:20px;padding-left:25px}
.letter-sig b{display:block;font-size:15.5px;color:var(--ivory)}
.letter-sig span{font-size:13px;color:#93A0BC;line-height:1.6}
.letter-scan{grid-column:2;grid-row:1/span 3;aspect-ratio:3/4;align-self:stretch}
@media(max-width:900px){.letter-scan{grid-column:1;grid-row:auto;aspect-ratio:4/3}}

.honest{background:rgba(26,24,20,.05);border:1px solid rgba(26,24,20,.18);
  border-left:3px solid #8E6C33;padding:22px 24px;margin-top:34px;max-width:76ch}
.honest b{display:block;font-size:12px;letter-spacing:.12em;text-transform:uppercase;
  color:#8E6C33;margin-bottom:8px}
.honest p{font-size:15px;color:#4B443A;line-height:1.7;margin:0}
.honest p b{display:inline;font-size:inherit;letter-spacing:0;text-transform:none;color:#1A1814}

/* real photographs */
.photo{position:relative;overflow:hidden;background:var(--night-2)}
.photo img{width:100%;height:100%;object-fit:cover;display:block}
.photo figcaption{position:absolute;left:0;right:0;bottom:0;padding:14px 16px;font-size:12.5px;
  color:#E4E9F2;background:linear-gradient(to top,rgba(10,16,30,.88),transparent);line-height:1.45}
.gallery .photo{aspect-ratio:4/5}
.gallery .photo.wide{grid-column:span 2;aspect-ratio:8/5}
.video-ph{position:relative}
figure{margin:0}

/* ==========================================================================
   FIXES
   ========================================================================== */

/* 1. Native date and time controls render as solid white on dark backgrounds.
      Style them properly and invert the browser's own picker icon. */
.tool-form input[type="date"],
.tool-form input[type="time"],
.bk-form input[type="date"],
.bk-form input[type="time"],
.co-form input[type="date"],
.bs-row input[type="date"],
.bs-row input[type="time"]{
  background:#0C1424;color:var(--ivory);border:1px solid rgba(192,149,78,.3);
  -webkit-appearance:none;appearance:none;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator{
  filter:invert(1) sepia(1) saturate(2) hue-rotate(5deg);opacity:.65;cursor:pointer;
}
input[type="date"]::-webkit-calendar-picker-indicator:hover,
input[type="time"]::-webkit-calendar-picker-indicator:hover{opacity:1}
input[type="date"]::-webkit-datetime-edit,
input[type="time"]::-webkit-datetime-edit{color:var(--ivory);padding:0}
input[type="date"]::-webkit-datetime-edit-fields-wrapper{padding:0}
input[type="date"]:invalid::-webkit-datetime-edit,
input[type="time"]:invalid::-webkit-datetime-edit{color:#5D6A88}
input[type="date"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-inner-spin-button{display:none}
input[type="month"]{background:#0C1424;color:var(--ivory);border:1px solid rgba(192,149,78,.3)}
input[type="month"]::-webkit-calendar-picker-indicator{filter:invert(1);opacity:.65}

/* 2. Header navigation was overflowing once Learn, Mantras, Research and
      Writing were added. Let it wrap sensibly and hide sooner on narrow
      screens rather than pushing the logo off. */
.brand{min-width:0}
.brand b{white-space:nowrap}

/* 3. Retreat hero: the photograph was taller than the gradient sitting on it,
      so the headline lost its backing. Pin both to the same box. */


/* 5. Language switching was shifting layout because Devanagari and Cyrillic
      were picking up different weights and line heights. Pin them. */
html[lang="hi"] body,html[lang="ru"] body,html[lang="de"] body{font-size:17px}
html[lang="hi"] h1,html[lang="hi"] h2,html[lang="hi"] h3{font-weight:400;letter-spacing:0}
html[lang="hi"] .sec-head h2,html[lang="hi"] .hero-copy h1{line-height:1.3}
html[lang="ru"] .sec-head h2,html[lang="de"] .sec-head h2{line-height:1.12}
html[lang="hi"] b,html[lang="hi"] strong{font-weight:600}
.sec-head h2,.hero-copy h1,.tool-hero h1{min-height:0}
[data-i18n]{transition:none}

/* about page */
.about-lead{display:grid;grid-template-columns:.8fr 1.2fr;gap:44px;align-items:start}
@media(max-width:860px){.about-lead{grid-template-columns:1fr;gap:26px}}
.about-lead .photo{aspect-ratio:3/4}
.about-lead p{font-size:16px;line-height:1.75;color:#C3CBDD;margin-bottom:16px;max-width:62ch}
.about-lead p.big{font-family:'Cormorant Garamond',serif;font-size:23px;line-height:1.45;
  color:var(--ivory)}
.about-cred{display:grid;grid-template-columns:.75fr 1.25fr;gap:40px;align-items:start}
@media(max-width:860px){.about-cred{grid-template-columns:1fr;gap:24px}}
.about-cred .photo{aspect-ratio:3/4;display:block;text-decoration:none}
.about-where{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
@media(max-width:760px){.about-where{grid-template-columns:1fr;gap:26px}}

/* product photographs, with a graceful fall back to the placeholder */
.sp-img.has-photo{border:1px solid rgba(192,149,78,.24);background:#0C1424;padding:0}
.sp-img.has-photo img{width:100%;height:100%;object-fit:cover;display:block}
.sp-img.no-photo::after{content:"Product photograph";font-size:12.5px;color:var(--brass)}
.cart-img.has-photo,.co-img.has-photo{border:1px solid rgba(192,149,78,.24);padding:0;overflow:hidden}
.cart-img.has-photo img,.co-img.has-photo img{width:100%;height:100%;object-fit:cover}

/* social links in the footer */
.social{display:flex;gap:14px;flex-wrap:wrap;margin-top:16px;padding-top:14px;
  border-top:1px solid rgba(192,149,78,.18)}
.social a{font-size:13px;color:#7F8CA8;margin:0}
.social a:hover{color:var(--brass)}


/* ==========================================================================
   RETREAT HERO, single authoritative block.

   The earlier version clipped the headline because the content could grow
   taller than a fixed min-height inside overflow:hidden. Grid with
   align-items:end lets the box grow instead of cropping, and the top padding
   clears the sticky header.
   ========================================================================== */
.rt-hero{position:relative;display:grid;align-items:end;padding:0;
  min-height:clamp(520px,72vh,700px)}
.rt-hero > .photo,
.rt-hero > .ph{position:absolute;inset:0;z-index:0;border:none;margin:0}
.rt-hero > .photo img{width:100%;height:100%;object-fit:cover;object-position:center 35%}
.rt-hero .inner{position:relative;z-index:2;width:100%;
  padding:150px 0 46px;
  background:linear-gradient(to top,
    rgba(14,22,40,.97) 0%,
    rgba(14,22,40,.92) 30%,
    rgba(14,22,40,.68) 62%,
    rgba(14,22,40,.20) 88%,
    rgba(14,22,40,0) 100%)}
.rt-hero h1{font-size:clamp(34px,5.2vw,72px);line-height:1.05;max-width:16ch;
  margin:0 0 16px;text-wrap:balance}
.rt-hero p{font-size:18px;color:#CBD3E4;max-width:52ch;line-height:1.6;margin:0}
.rt-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;
  margin-top:30px;padding-top:24px;border-top:1px solid rgba(192,149,78,.3)}
.rt-facts b{display:block;font-family:'Cormorant Garamond',serif;font-size:30px;
  color:var(--brass);line-height:1.1}
.rt-facts span{font-size:13px;color:#A3AEC6}
@media(max-width:760px){
  .rt-hero{min-height:auto}
  .rt-hero .inner{padding:200px 0 34px}
  .rt-facts{grid-template-columns:repeat(2,1fr);gap:18px}
}

/* ==========================================================================
   INCLUDED / NOT INCLUDED

   The exclusions column previously carried the class "incl" as well, so it
   inherited the two-column grid and split its own heading away from its list.
   It is now .excl and shares only the list styling.
   ========================================================================== */
.incl{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start}
@media(max-width:820px){.incl{grid-template-columns:1fr;gap:30px}}
.incl > div{min-width:0}
.incl h3{margin:0 0 4px}
.incl ul,.excl ul{list-style:none;padding:0;margin:14px 0 0;
  border-top:1px solid rgba(192,149,78,.2)}
.incl li,.excl li{padding:11px 0 11px 26px;position:relative;font-size:15px;
  line-height:1.55;color:#C3CBDD;border-bottom:1px solid rgba(192,149,78,.14)}
.incl li::before{content:"";position:absolute;left:2px;top:17px;width:8px;height:8px;
  border:1px solid var(--brass);transform:rotate(45deg)}
.excl li{color:#98A3BC}
.excl li::before{content:"";position:absolute;left:2px;top:21px;width:9px;height:1.5px;
  background:#5D6A88;border:none;transform:none}

/* the retreat gallery block that follows the hero */
.retreat-img{min-height:540px}
@media(max-width:940px){.retreat-img{min-height:280px}}

/* ==========================================================================
   NAVIGATION, grouped, so it stops overflowing.

   Ten flat items pushed the language switch and the booking button off the
   bar. Five primary destinations, a grouped "More", and About.
   ========================================================================== */
.nav{display:flex;align-items:center;gap:22px;font-size:14.5px;flex:0 1 auto;
  justify-content:center;min-width:0}
.nav > a{white-space:nowrap;text-decoration:none;color:#CFD6E6;padding:6px 0;
  border-bottom:1px solid transparent}
.nav > a:hover,.nav > a:focus-visible{color:var(--ivory);border-bottom-color:var(--brass)}
@media(max-width:1400px){.nav{gap:17px;font-size:14px}}
@media(max-width:1240px){.nav{gap:13px;font-size:13.5px}}

.nav-more{position:relative}
.nav-more-btn{background:none;border:none;color:#CFD6E6;font-family:inherit;
  font-size:inherit;cursor:pointer;display:flex;align-items:center;gap:6px;
  padding:6px 0;border-bottom:1px solid transparent;white-space:nowrap}
.nav-more-btn:hover,.nav-more-btn[aria-expanded="true"]{color:var(--ivory);
  border-bottom-color:var(--brass)}
.nav-more-btn svg{transition:transform .2s ease}
.nav-more-btn[aria-expanded="true"] svg{transform:rotate(180deg)}
.nav-drop{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(-6px);
  background:#141E33;border:1px solid rgba(192,149,78,.34);min-width:184px;padding:6px 0;
  opacity:0;visibility:hidden;transition:opacity .18s ease,transform .18s ease;
  box-shadow:0 14px 34px rgba(6,10,20,.5);z-index:90}
.nav-more-btn[aria-expanded="true"] + .nav-drop{opacity:1;visibility:visible;
  transform:translateX(-50%)}
/* an invisible bridge across the gap, so moving the mouse down from the
   button never passes through dead space and closes the menu */
.nav-drop::before{content:"";position:absolute;left:0;right:0;top:-16px;height:16px}
.nav-more::after{content:"";position:absolute;left:-10px;right:-10px;top:0;bottom:-16px;
  pointer-events:none}
.nav-more:hover::after{pointer-events:auto}
.nav-drop a{display:block;padding:10px 18px;text-decoration:none;color:#CFD6E6;
  font-size:14px;white-space:nowrap}
.nav-drop a:hover,.nav-drop a:focus-visible{background:rgba(192,149,78,.14);color:var(--ivory)}

@media(max-width:1180px){
  .nav{display:none}
  .burger{display:flex}
  .top-right .langs,.top-right .book{display:none}
}


/* the Hindi switch needs a Devanagari face, or the glyph falls back to a box */
.langs button[lang="hi"],
.drawer-langs button[lang="hi"],
.foot a[lang="hi"]{font-family:'Tiro Devanagari Hindi','Noto Sans Devanagari',serif}
.langs button[lang="hi"]{font-size:13.5px;line-height:1}

/* form grids that actually collapse. Inline styles could not be overridden
   at a breakpoint, which is what pushed the booking form off a phone screen. */
.fgrid{display:grid;gap:14px}
.fgrid.two{grid-template-columns:1fr 1fr}
.fgrid.three{grid-template-columns:1fr 1fr 1fr}
@media(max-width:720px){.fgrid.three{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.fgrid.two,.fgrid.three{grid-template-columns:1fr}}
.bk-select{width:100%;padding:13px;background:#0C1424;
  border:1px solid rgba(192,149,78,.3);color:var(--ivory);min-height:46px;
  font-family:inherit;font-size:16px;border-radius:0}
.bk-select:focus{border-color:var(--brass);outline:none}
.bk-form textarea{background:#0C1424;border-color:rgba(192,149,78,.3);color:var(--ivory)}

/* the two-field-plus-button tool forms */
.tool-form .grid.tri{display:grid;grid-template-columns:1fr 1fr auto;gap:14px;align-items:end}
@media(max-width:720px){.tool-form .grid.tri{grid-template-columns:1fr 1fr}
  .tool-form .grid.tri > .field:last-child{grid-column:1/-1}}
@media(max-width:480px){.tool-form .grid.tri{grid-template-columns:1fr}}
.tool-form .grid.tri .btn{width:100%}

/* a <button> with class .ghost was picking up the browser's default grey
   background, because only .solid declared one */
.btn{background:none;-webkit-appearance:none;appearance:none}
.ghost{background:none;border:1px solid rgba(242,235,221,.32);color:var(--ivory)}
.ghost:hover{border-color:var(--ivory);background:rgba(242,235,221,.08);color:var(--ivory)}
.solid{background:var(--brass);color:#12192B}
#birthsky .btn{width:100%;justify-content:center}

/* the floating call and WhatsApp buttons were sitting on top of content */
main{padding-bottom:0}
@media(max-width:640px){
  footer{padding-bottom:96px}
}

/* the mark inherits its colour from the brand link, so one file serves the
   dark header, a cream section, and a printed page */
.brand .mark{width:34px;height:34px;color:var(--brass);flex:none}
@media(max-width:640px){.brand .mark{width:30px;height:30px}}



/* ==========================================================================
   THE MORNING VERSE, as a strip

   One line at a time, silent until pressed. Slim enough to sit under the hero
   without interrupting anyone on their way down the page, and worth returning
   to in the morning.
   ========================================================================== */
.shloka-strip{padding:0;background:#0C1424;border-top:1px solid rgba(192,149,78,.18);
  border-bottom:1px solid rgba(192,149,78,.18)}
.shloka-strip.playing{background:linear-gradient(90deg,#0C1424,#121D33,#0C1424)}
.sh-in{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;
  padding:18px 0;min-height:88px}
@media(max-width:860px){.sh-in{grid-template-columns:auto 1fr;gap:16px;padding:16px 0}
  .sh-meta{grid-column:1/-1;justify-content:flex-start}}

.sh-play{display:flex;align-items:center;gap:11px;background:none;
  border:1px solid rgba(192,149,78,.45);color:var(--brass);cursor:pointer;
  font-family:inherit;font-size:13.5px;padding:9px 16px 9px 13px;min-height:42px;
  white-space:nowrap}
.sh-play:hover{border-color:var(--brass);background:rgba(192,149,78,.1);color:var(--ivory)}
.sh-icon{width:0;height:0;border-style:solid;border-width:6px 0 6px 10px;
  border-color:transparent transparent transparent currentColor;flex:none}
.sh-play[aria-pressed="true"] .sh-icon{width:9px;height:12px;border:none;
  border-left:3px solid currentColor;border-right:3px solid currentColor}

.sh-text{min-width:0;text-align:center}
.sh-dev{font-family:'Tiro Devanagari Hindi',serif;font-size:clamp(16px,2vw,22px);
  line-height:1.7;color:var(--ivory);margin:0 0 3px;
  transition:opacity .22s ease,transform .22s ease}
.sh-tr{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:13.5px;
  color:var(--brass);margin:0;transition:opacity .22s ease}
.sh-dev.out,.sh-tr.out{opacity:0;transform:translateY(-4px)}
@media(prefers-reduced-motion:reduce){.sh-dev,.sh-tr{transition:none}}

.sh-meta{display:flex;align-items:center;gap:14px;justify-content:flex-end}
.sh-name{font-size:11.5px;letter-spacing:.13em;text-transform:uppercase;color:#6F7C9B;
  white-space:nowrap}
.sh-dots{display:flex;gap:7px}
.sh-dots i{width:7px;height:7px;border:1px solid rgba(192,149,78,.5);
  transform:rotate(45deg);cursor:pointer;transition:background .2s}
.sh-dots i.on{background:var(--brass);border-color:var(--brass)}
.sh-dots i:hover{border-color:var(--ivory)}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

/* the free tools index */
.tgroup{margin-bottom:52px}
.tgroup-h{margin-bottom:22px;padding-bottom:14px;border-bottom:1px solid rgba(192,149,78,.22)}
.tgroup-h h2{font-size:27px;margin-bottom:4px}
.tgroup-h p{font-size:14.5px;color:#7F8CA8;margin:0}
.tgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
@media(max-width:1100px){.tgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.tgrid{grid-template-columns:1fr}}
.tcard{display:flex;flex-direction:column;background:var(--night-2);
  border:1px solid rgba(192,149,78,.2);border-left:3px solid var(--brass);
  padding:20px;text-decoration:none;transition:border-color .2s,background .2s}
.tcard:hover{background:#1A2740;border-color:rgba(192,149,78,.5);border-left-color:var(--brass)}
.tcard h3{font-size:19px;font-weight:400;margin-bottom:7px;color:var(--ivory)}
.tcard p{font-size:13.5px;color:#93A0BC;line-height:1.55;margin-bottom:14px}
.tcard .go{margin-top:auto;font-size:12px;letter-spacing:.12em;text-transform:uppercase;
  color:var(--brass)}
.tcard:hover .go{color:var(--ivory)}

/* YouTube embeds, loaded only when scrolled to */
.yt{position:relative;aspect-ratio:16/9;background:#0A0F1C;
  border:1px solid rgba(192,149,78,.24);overflow:hidden}
.yt iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.yt-cap{font-size:13.5px;color:#7F8CA8;margin-top:10px;line-height:1.55}
.vid .yt{aspect-ratio:9/16;max-height:420px}
.tst-video{display:inline-block;font-size:12.5px;color:var(--brass);
  text-decoration:none;border:1px solid rgba(192,149,78,.4);padding:5px 12px;
  margin-bottom:14px}
.tst-video:hover{background:rgba(192,149,78,.12);color:var(--ivory)}
.video-slot{margin-bottom:26px}
