/* ===================================================================
   अवधूत ज्योतिष कार्यालय — Design tokens
   Palette: night-sky indigo (grah/planets), kumkum maroon, brass gold
   Signature motif: the kundali (birth-chart) diamond, used as hero
   backdrop, section dividers and the process path.
   =================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Baloo+2:wght@500;600;700&family=Hind:wght@400;500;600;700&family=Tiro+Devanagari+Marathi:ital@0;1&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

:root{
  --ink-1:#141d33;
  --ink-2:#1c2a4a;
  --ink-3:#26385f;
  --paper:#f2e9d8;
  --paper-2:#e9dec4;
  --card:#faf5e9;
  --maroon:#7c2230;
  --maroon-dark:#5c1622;
  --gold:#c1902f;
  --gold-light:#e0b559;
  --text-dark:#2a2018;
  --text-soft:#5a4d3c;
  --text-light:#f2e9d8;
  --text-light-soft:#c9b98f;
  --max:1340px;
  --radius:4px;
  --shadow:0 10px 30px rgba(20,29,51,.14);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--paper);
  color:var(--text-dark);
  font-family:'Hind','Poppins',sans-serif;
  font-size:17px;
  line-height:1.7;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{margin:0;padding:0;list-style:none;}
.container{max-width:var(--max);margin:0 auto;padding:0 28px;}

h1,h2,h3,.display{
  font-family:'Baloo 2','Poppins',sans-serif;
  font-weight:600;
  color:var(--ink-1);
  margin:0 0 .5em;
  letter-spacing:0;
}
.eyebrow{
  font-family:'Tiro Devanagari Marathi',serif;
  font-style:italic;
  color:var(--maroon);
  font-size:1.02rem;
  letter-spacing:.04em;
  margin:0 0 .6em;
  display:flex;
  align-items:center;
  gap:12px;
}
.eyebrow::before{
  content:"";
  width:34px;height:1px;
  background:var(--gold);
  display:inline-block;
}
p{margin:0 0 1em;color:var(--text-soft);}

/* ---------- header ---------- */
.site-header{
  position:sticky;top:0;z-index:50;
  background:var(--ink-1);
  border-bottom:1px solid rgba(193,144,47,.35);
}
.site-header .container{
  display:flex;align-items:center;justify-content:space-between;
  height:78px;
  gap:20px;
}
.brand{
  display:flex;align-items:center;gap:12px;
  color:var(--text-light);
}
.brand-mark{
  width:40px;height:40px;flex:none;
}
.brand-name{
  font-family:'Baloo 2','Poppins',sans-serif;
  font-size:1.32rem;
  line-height:1.15;
}
.brand-name small{
  display:block;
  font-family:'Poppins',sans-serif;
  font-size:.62rem;
  letter-spacing:.18em;
  color:var(--gold-light);
  text-transform:uppercase;
  margin-top:2px;
}
nav.main-nav{display:flex;align-items:center;gap:2px;}
nav.main-nav a{
  color:var(--text-light-soft);
  font-size:.98rem;
  padding:10px 14px;
  border-radius:var(--radius);
  transition:color .15s ease,background .15s ease;
  white-space:nowrap;
}
nav.main-nav a:hover{color:var(--text-light);background:rgba(255,255,255,.05);}
nav.main-nav a.active{color:var(--gold-light);}
.header-call{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--maroon);
  color:var(--text-light);
  padding:10px 18px;
  border-radius:var(--radius);
  font-size:.92rem;
  white-space:nowrap;
  border:1px solid rgba(255,255,255,.12);
  transition:background .15s ease;
}
.header-call:hover{background:var(--maroon-dark);}
.nav-toggle{display:none;background:none;border:0;color:var(--text-light);font-size:1.6rem;cursor:pointer;}

/* ---------- hero ---------- */
.hero{
  position:relative;
  background:linear-gradient(180deg,var(--ink-1) 0%,var(--ink-2) 100%);
  color:var(--text-light);
  padding:96px 0 88px;
  overflow:hidden;
  text-align:center;
}
.hero .kundali-bg{
  position:absolute;inset:0;
  margin:auto;
  width:min(760px,120%);
  height:auto;
  opacity:.16;
  pointer-events:none;
}
.hero .hero-photo{
  position:absolute;inset:0;
  background-size:cover;
  background-position:top center;
  opacity:.13;
  filter:grayscale(1) contrast(1.1);
  mix-blend-mode:luminosity;
  pointer-events:none;
}
.hero .container{position:relative;z-index:2;}
.hero .eyebrow{justify-content:center;color:var(--gold-light);}
.hero .eyebrow::before,.hero .eyebrow::after{content:"";width:34px;height:1px;background:var(--gold);}
.hero h1{
  color:var(--text-light);
  font-size:clamp(2.4rem,5vw,3.6rem);
  margin-bottom:.35em;
}
.hero .sub{
  max-width:660px;margin:0 auto 1.6em;
  font-size:1.18rem;
  color:var(--text-light-soft);
}
.hero .tags{
  display:flex;flex-wrap:wrap;justify-content:center;gap:10px 8px;
  margin:0 auto 2.4em;max-width:720px;
}
.hero .tags span{
  font-size:.82rem;
  color:var(--gold-light);
  border:1px solid rgba(193,144,47,.45);
  border-radius:999px;
  padding:6px 14px;
}
.hero-ctas{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;}
.btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:14px 26px;
  border-radius:var(--radius);
  font-size:.98rem;
  border:1px solid transparent;
  cursor:pointer;
  transition:transform .15s ease,background .15s ease,border-color .15s ease;
}
.btn:hover{transform:translateY(-1px);}
.btn-gold{background:var(--gold);color:var(--ink-1);}
.btn-gold:hover{background:var(--gold-light);}
.btn-outline{border-color:rgba(242,233,216,.4);color:var(--text-light);}
.btn-outline:hover{border-color:var(--gold);color:var(--gold-light);}
.btn-maroon{background:var(--maroon);color:var(--text-light);}
.btn-maroon:hover{background:var(--maroon-dark);}

/* ---------- section shells ---------- */
section{padding:84px 0;}
.section-paper-2{background:var(--paper-2);}
.section-dark{background:var(--ink-1);color:var(--text-light);}
.section-dark p{color:var(--text-light-soft);}
.section-dark h2{color:var(--text-light);}
.section-head{max-width:780px;margin:0 auto 3em;text-align:center;}
.section-head.left{text-align:left;margin-left:0;}
.section-head h2{font-size:clamp(1.7rem,3vw,2.3rem);}

/* ---------- welcome / prose block ---------- */
.welcome{max-width:880px;margin:0 auto;text-align:center;}
.welcome .sanskrit{
  font-family:'Tiro Devanagari Marathi',serif;font-style:italic;
  color:var(--maroon);font-size:1.6rem;margin-bottom:.6em;
}

/* ---------- feature grid ---------- */
.grid{display:grid;gap:24px;}
.grid-3{grid-template-columns:repeat(3,1fr);}
.grid-2{grid-template-columns:repeat(2,1fr);}
.grid-4{grid-template-columns:repeat(4,1fr);}

.feature{
  background:var(--card);
  border:1px solid var(--paper-2);
  border-radius:var(--radius);
  padding:26px 24px;
  display:flex;gap:16px;align-items:flex-start;
}
.feature .mark{
  flex:none;width:40px;height:40px;
  border:1px solid var(--gold);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:var(--gold);
}
.feature .mark .svc-icon{width:20px;height:20px;}
.feature h3{font-size:1.06rem;margin-bottom:.25em;}
.feature p{margin:0;font-size:.96rem;}

/* ---------- about preview / two column ---------- */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
.two-col img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;}
.about-figure{position:relative;max-width:340px;margin:0 auto;}
.about-figure::before{
  content:"";position:absolute;inset:-14px auto auto -14px;
  width:100%;height:100%;
  border:1px solid var(--gold);
  border-radius:var(--radius);
  z-index:-1;
}
.about-figure figcaption{
  margin-top:14px;text-align:center;
  font-family:'Tiro Devanagari Marathi',serif;font-style:italic;
  color:var(--text-soft);font-size:.92rem;
}

/* signage / visiting-card style frame */
.plaque{
  background:var(--ink-1);
  border:1px solid var(--gold);
  border-radius:var(--radius);
  padding:18px;
  max-width:300px;margin:0 auto;
  box-shadow:var(--shadow);
}
.plaque img{border-radius:2px;width:100%;}
.plaque p{
  text-align:center;color:var(--gold-light);
  font-family:'Tiro Devanagari Marathi',serif;font-style:italic;
  font-size:.86rem;margin:12px 0 0;
}
.link-more{
  display:inline-flex;align-items:center;gap:8px;
  color:var(--maroon);font-size:.98rem;margin-top:.4em;
}
.link-more:hover{color:var(--maroon-dark);}

/* ---------- services grid ---------- */
.service-card{
  background:var(--card);
  border:1px solid var(--paper-2);
  border-radius:var(--radius);
  padding:30px 26px;
  transition:border-color .15s ease,transform .15s ease;
}
.service-card:hover{border-color:var(--gold);transform:translateY(-3px);}
.service-card .icon-wrap{
  width:50px;height:50px;
  border:1px solid var(--gold);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:var(--gold);
  margin-bottom:1.1em;
}
.service-card .icon-wrap .svc-icon{width:27px;height:27px;}
.service-card h3{font-size:1.14rem;margin-bottom:.4em;}
.service-card p{margin:0;font-size:.95rem;}

/* ---------- process (kundali path) ---------- */
.process{position:relative;}
.process-steps{
  display:grid;grid-template-columns:repeat(5,1fr);gap:0;
  position:relative;
}
.process-steps::before{
  content:"";
  position:absolute;top:26px;left:10%;right:10%;height:1px;
  background:repeating-linear-gradient(90deg,var(--gold) 0 8px,transparent 8px 16px);
}
.process-step{position:relative;text-align:center;padding:0 12px;}
.process-step .diamond{
  width:52px;height:52px;
  background:var(--ink-1);
  border:1px solid var(--gold);
  transform:rotate(45deg);
  margin:0 auto 22px;
  display:flex;align-items:center;justify-content:center;
  position:relative;z-index:2;
}
.process-step .diamond span{
  transform:rotate(-45deg);
  color:var(--gold-light);
  font-family:'Baloo 2','Poppins',sans-serif;
  font-size:1.1rem;
}
.process-step h3{font-size:1rem;margin-bottom:.35em;}
.process-step p{font-size:.9rem;margin:0;}

/* ---------- testimonial ---------- */
.testi-card{
  background:var(--card);
  border:1px solid var(--paper-2);
  border-radius:var(--radius);
  padding:34px 30px;
  position:relative;
}
.testi-card .stars{color:var(--gold);letter-spacing:2px;margin-bottom:.7em;font-size:.95rem;}
.testi-card blockquote{
  font-family:'Tiro Devanagari Marathi',serif;font-style:italic;
  font-size:1.08rem;color:var(--text-dark);margin:0;line-height:1.75;
}

/* ---------- FAQ ---------- */
.faq-item{
  border-bottom:1px solid var(--paper-2);
  padding:22px 0;
}
.faq-item h3{
  font-family:'Hind','Poppins',sans-serif;font-weight:600;
  color:var(--ink-1);
  font-size:1.05rem;margin:0 0 .5em;
  display:flex;gap:12px;
}
.faq-item h3 .qmark{color:var(--gold);font-family:'Baloo 2','Poppins',sans-serif;}
.faq-item p{margin:0;padding-left:26px;}

/* ---------- contact ---------- */
.contact-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;}
.contact-card{
  background:var(--card);
  border:1px solid var(--paper-2);
  border-radius:var(--radius);
  padding:30px 28px;
  margin-bottom:20px;
}
.contact-card h3{font-size:1.05rem;margin-bottom:.6em;}
.contact-card p{margin:0 0 .3em;}
.contact-card .phone-line{
  display:flex;align-items:center;justify-content:space-between;
  padding:10px 0;border-top:1px solid var(--paper-2);
}
.contact-card .phone-line:first-of-type{border-top:none;}
.map-frame{border-radius:var(--radius);overflow:hidden;border:1px solid var(--paper-2);box-shadow:var(--shadow);}
.map-frame iframe{width:100%;height:340px;border:0;display:block;}

/* ---------- footer ---------- */
.site-footer {
  background: linear-gradient(180deg, #0f162c 0%, #090e1f 100%);
  color: var(--text-light-soft);
  padding: 60px 0 28px;
  border-top: 1px solid rgba(193, 144, 47, 0.35);
}

.site-footer .foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.95fr 1.05fr 1.3fr;
  gap: 36px;
  margin-bottom: 45px;
}

.footer-logo-link {
  display: inline-block;
  margin-bottom: 12px;
}

.footer-logo {
  width: 175px;
  max-width: 100%;
  height: auto;
  max-height: 75px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
}

.foot-blessing {
  color: var(--gold-light);
  font-family: 'Tiro Devanagari Marathi', serif;
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.foot-blessing i {
  color: #ffd700;
  font-size: 0.9em;
}

.foot-about {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #c4b693;
  margin-bottom: 18px;
}

.foot-socials {
  display: flex;
  gap: 10px;
}

.foot-social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(193, 144, 47, 0.4);
  color: var(--gold-light);
  font-size: 15px;
  transition: all 0.25s ease;
  text-decoration: none;
}

.foot-social-icon:hover {
  transform: translateY(-3px);
  background: var(--gold);
  color: #0c1228;
  box-shadow: 0 6px 16px rgba(193, 144, 47, 0.35);
}

.foot-social-icon.whatsapp:hover {
  background: #25D366;
  border-color: #25D366;
  color: #fff;
}

.foot-col h4 {
  color: #ffd700;
  font-family: 'Baloo 2', 'Hind', sans-serif;
  font-weight: 600;
  font-size: 1.08rem;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 8px;
}

.foot-col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

.foot-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.foot-links li {
  margin-bottom: 9px;
}

.foot-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d1c3a1;
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.foot-links a i {
  color: var(--gold);
  font-size: 0.78rem;
  transition: transform 0.2s ease;
}

.foot-links a:hover {
  color: #fff;
  transform: translateX(4px);
}

.foot-links a:hover i {
  transform: translateX(2px);
  color: #ffd700;
}

.foot-contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.88rem;
  line-height: 1.5;
}

.foot-contact-item > i {
  color: var(--gold);
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 3px;
}

.foot-contact-item div {
  display: flex;
  flex-direction: column;
}

.foot-contact-item strong {
  color: #f7e6be;
  font-weight: 600;
  font-size: 0.84rem;
}

.foot-contact-item span,
.foot-contact-item a {
  color: #d1c3a1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.foot-contact-item a:hover {
  color: #ffd700;
  text-decoration: underline;
}

.site-footer .foot-bottom {
  border-top: 1px solid rgba(193, 144, 47, 0.25);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.85rem;
}

.foot-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.foot-blessing-sm {
  font-family: 'Tiro Devanagari Marathi', serif;
  font-style: italic;
  color: #f1c765;
  font-size: 0.82rem;
}

.foot-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 4px;
  background: rgba(193, 144, 47, 0.18);
  border: 1px solid rgba(193, 144, 47, 0.45);
  color: #ffd700;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.86rem;
  transition: all 0.25s ease;
}

.foot-cta-link:hover {
  background: var(--gold);
  color: #0c1228;
  transform: translateY(-2px);
}

/* ---------------------------------------------------------
   FLOATING QUICK ACTION BAR (WhatsApp, Call, Scroll-to-Top)
--------------------------------------------------------- */
.floating-contact-bar {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.float-btn {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
  border: none;
  cursor: pointer;
}

.float-btn:hover {
  transform: scale(1.1);
}

.float-call {
  background: linear-gradient(135deg, #d4af37 0%, #aa7c11 100%);
  border: 1px solid #ffd700;
  font-size: 19px;
}

.float-wa {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 24px;
  animation: waPulse 2.5s infinite;
}

@keyframes waPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
  50% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
}

.float-top {
  background: rgba(18, 26, 51, 0.85);
  border: 1px solid rgba(193, 144, 47, 0.45);
  color: #f1c765;
  font-size: 16px;
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.float-top.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.float-top:hover {
  background: var(--gold);
  color: #0c1228;
}

.float-tooltip {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(14, 21, 46, 0.95);
  border: 1px solid rgba(193, 144, 47, 0.4);
  color: #fff;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 0.76rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.float-btn:hover .float-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(-4px);
}

@media (max-width: 992px) {
  .site-footer .foot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .site-footer .foot-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .floating-contact-bar {
    right: 14px;
    bottom: 18px;
    gap: 10px;
  }
  .float-btn {
    width: 44px;
    height: 44px;
  }
  .float-wa { font-size: 21px; }
  .float-call { font-size: 17px; }
}

/* ---------- page hero (inner pages) ---------- */
.page-hero{
  background:linear-gradient(180deg,var(--ink-1) 0%,var(--ink-2) 100%);
  color:var(--text-light);
  padding:64px 0 58px;
  text-align:center;
  position:relative;
  overflow:hidden;
}
.page-hero .kundali-bg{
  position:absolute;inset:0;margin:auto;
  width:520px;opacity:.14;pointer-events:none;
}
.page-hero .container{position:relative;z-index:2;}
.page-hero h1{color:var(--text-light);font-size:clamp(2rem,4vw,2.7rem);margin-bottom:.3em;}
.page-hero p{color:var(--text-light-soft);max-width:600px;margin:0 auto;}
.crumbs{font-size:.85rem;color:var(--gold-light);margin-bottom:1em;}
.crumbs a{color:var(--text-light-soft);}
.crumbs a:hover{color:var(--gold-light);}

/* ---------- reveal animation ---------- */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease;}
.reveal.in{opacity:1;transform:none;}
@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none;}
  html{scroll-behavior:auto;}
}

/* ---------- photo gallery ---------- */
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:150px;
  gap:14px;
}
.gallery-item{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius);
  border:1px solid var(--paper-2);
}
.gallery-item img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .5s ease;
  display:block;
}
.gallery-item:hover img{transform:scale(1.08);}
.gallery-item .cap{
  position:absolute;left:0;right:0;bottom:0;
  padding:10px 12px 8px;
  background:linear-gradient(180deg,rgba(20,29,51,0) 0%,rgba(20,29,51,.82) 100%);
  color:var(--text-light);
  font-size:.82rem;
  opacity:0;
  transition:opacity .3s ease;
}
.gallery-item:hover .cap{opacity:1;}
.gallery-item.g-tall{grid-row:span 2;}
.gallery-item.g-wide{grid-column:span 2;}

/* ---------- photo + text feature band ---------- */
.photo-band{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  align-items:stretch;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
}
.photo-band .ph-img{min-height:340px;position:relative;}
.photo-band .ph-img img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;}
.photo-band .ph-text{
  background:var(--ink-1);color:var(--text-light);
  padding:44px 40px;
  display:flex;flex-direction:column;justify-content:center;
}
.photo-band .ph-text h2{color:var(--text-light);}
.photo-band .ph-text .eyebrow{color:var(--gold-light);}
.photo-band .ph-text p{color:var(--text-light-soft);}
.photo-band.reverse{direction:rtl;}
.photo-band.reverse > *{direction:ltr;}

/* ---------- portrait card (about/priest) ---------- */
.portrait-card{
  display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:center;
}
.portrait-card .ph{
  border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);
  border:1px solid var(--paper-2);
}
.portrait-card .ph img{width:100%;display:block;}

/* ---------- lightbox ---------- */
.lightbox{
  position:fixed;inset:0;background:rgba(15,21,38,.92);
  display:none;align-items:center;justify-content:center;
  z-index:200;padding:32px;
}
.lightbox.open{display:flex;}
.lightbox img{max-width:min(92vw,1100px);max-height:86vh;border-radius:4px;box-shadow:0 20px 60px rgba(0,0,0,.5);}
.lightbox .lb-close{
  position:absolute;top:24px;right:28px;
  color:var(--paper);font-size:2rem;line-height:1;cursor:pointer;
  background:none;border:0;
}
.lightbox .lb-cap{
  position:absolute;bottom:26px;left:0;right:0;text-align:center;
  color:var(--gold-light);font-family:'Tiro Devanagari Marathi',serif;font-style:italic;
}

/* ---------- misc ---------- */
.divider-diamond{display:flex;align-items:center;justify-content:center;gap:14px;margin:0 0 2.4em;}
.divider-diamond::before,.divider-diamond::after{content:"";width:60px;height:1px;background:var(--paper-2);}
.divider-diamond i{
  width:9px;height:9px;background:var(--gold);transform:rotate(45deg);display:inline-block;
}
.tag-list{display:flex;flex-wrap:wrap;gap:10px;margin:1em 0;}
.tag-list span{
  background:var(--paper-2);color:var(--text-dark);
  border-radius:999px;padding:6px 15px;font-size:.86rem;
}
.list-check{margin:1em 0;}
.list-check li{
  position:relative;padding-left:26px;margin-bottom:.6em;color:var(--text-soft);
}
.list-check li::before{
  content:"";position:absolute;left:0;top:.5em;
  width:8px;height:8px;background:var(--gold);transform:rotate(45deg);
}

/* ---------- responsive ---------- */
@media (max-width:980px){
  .grid-4{grid-template-columns:repeat(2,1fr);}
  .grid-3{grid-template-columns:repeat(2,1fr);}
  .two-col{grid-template-columns:1fr;gap:32px;}
  .contact-grid{grid-template-columns:1fr;}
  .process-steps{grid-template-columns:repeat(5,1fr);gap:14px;}
  .process-steps::before{display:none;}
  footer .foot-grid{grid-template-columns:1fr 1fr;}
  .gallery-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:130px;}
  .photo-band{grid-template-columns:1fr;}
  .photo-band .ph-img{min-height:260px;}
  .portrait-card{grid-template-columns:1fr;}
  .portrait-card .ph{order:-1;}
}
@media (max-width:760px){
  nav.main-nav{
    position:absolute;top:78px;left:0;right:0;
    background:var(--ink-1);
    flex-direction:column;align-items:stretch;
    padding:8px 20px 18px;
    border-bottom:1px solid rgba(193,144,47,.35);
    display:none;
  }
  nav.main-nav.open{display:flex;}
  nav.main-nav a{padding:12px 4px;border-bottom:1px solid rgba(255,255,255,.06);}
  .nav-toggle{display:block;}
  .header-call{display:none;}
  .grid-4,.grid-3,.grid-2{grid-template-columns:1fr;}
  .process-steps{grid-template-columns:1fr 1fr;}
  footer .foot-grid{grid-template-columns:1fr;gap:28px;}
  section{padding:60px 0;}
  .gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:120px;}
  .gallery-item.g-wide{grid-column:span 1;}
  .photo-band .ph-text{padding:32px 24px;}
}
