/* =========================================================================
   SREE SAI CHAINS — Premium Gold & Silver Buyer, Coimbatore
   Palette: Deep Maroon (#6B1F2A) + Rich Gold (#C9A227), warm cream neutrals
   Type: Playfair Display (serif display) + Manrope (sans, nav/body/UI)
   ========================================================================= */

:root{
  --maroon:#6b1f2a;
  --maroon-deep:#4a151d;
  --maroon-ink:#3a1015;
  --gold:#c9a227;
  --gold-light:#e0bd5a;
  --gold-pale:#f3e6c0;
  --cream:#faf6ee;
  --paper:#f2e9d8;
  --ink:#2a1f16;
  --stone:#7a6d5c;
  --line:#e6d9bd;
  --line-dark:rgba(250,246,238,0.14);
  --white:#ffffff;
  --success:#2e6b47;
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
@media(prefers-reduced-motion: reduce){html{scroll-behavior:auto;}}
body{font-family:'Manrope',Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.65;font-size:16px;-webkit-font-smoothing:antialiased;overflow-x:hidden;}
h1,h2,h3,h4,h5{font-family:'Playfair Display',Georgia,serif;font-weight:700;color:var(--maroon-ink);line-height:1.15;letter-spacing:.1px;}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
ul{list-style:none;}
.container{max-width:1280px;margin:0 auto;padding:0 40px;}
@media(max-width:700px){.container{padding:0 20px;}}

.eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:'Manrope',sans-serif;font-size:12px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--maroon);margin-bottom:14px;}
.eyebrow::before{content:"";width:28px;height:2px;background:var(--gold);display:inline-block;border-radius:2px;}
.eyebrow.on-dark{color:var(--gold-light);}
.eyebrow.on-dark::before{background:var(--gold-light);}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:15px 30px;font-family:'Manrope',sans-serif;font-size:13.5px;font-weight:700;letter-spacing:.3px;border-radius:999px;border:1px solid var(--maroon);color:var(--maroon);transition:all .28s ease;}
.btn .ic{display:flex;align-items:center;}
.btn-fill{background:var(--maroon);color:#fff;border-color:var(--maroon);}
.btn-fill:hover{background:var(--maroon-deep);border-color:var(--maroon-deep);}
.btn-gold{background:var(--gold);color:var(--maroon-ink);border-color:var(--gold);}
.btn-gold:hover{background:var(--gold-light);border-color:var(--gold-light);}
.btn-light{background:#fff;color:var(--maroon);border-color:#fff;}
.btn-light:hover{background:var(--gold-pale);}
.btn-outline{border-color:rgba(255,255,255,0.55);color:#fff;}
.btn-outline:hover{background:rgba(255,255,255,0.12);}
.btn-outline-sm{display:inline-flex;padding:11px 20px;font-size:12px;border-radius:999px;border:1px solid var(--maroon);color:var(--maroon);font-weight:700;}
.btn-outline-sm:hover{background:var(--maroon);color:#fff;}
.btn-call{background:var(--maroon);color:#fff;border-color:var(--maroon);}
.btn-call:hover{background:var(--maroon-deep);}
.btn-wa{background:#2e6b47;color:#fff;border-color:#2e6b47;}
.btn-wa:hover{background:#255939;}

/* ============ HEADER ============ */
.site-header{position:fixed;top:0;left:0;right:0;z-index:200;padding:16px 0;background:rgba(255,255,255,0.96);box-shadow:0 1px 0 rgba(42,31,22,0.08);transition:padding .3s ease, box-shadow .3s ease;}
.site-header.scrolled{padding:10px 0;box-shadow:0 6px 20px rgba(42,31,22,0.1);}
.header-inner{max-width:1280px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;}
.brand{display:flex;align-items:center;gap:11px;color:var(--maroon-ink);}
.brand-badge{height:46px;width:46px;border-radius:50%;object-fit:cover;flex-shrink:0;}
.brand-text{display:flex;flex-direction:column;line-height:1.1;}
.brand-text strong{font-family:'Playfair Display',serif;font-size:19px;font-weight:700;color:var(--maroon-ink);}
.brand-text small{font-size:10px;letter-spacing:2.5px;color:var(--gold);font-weight:700;}
.main-nav-brand{display:none;}
.main-nav ul{display:flex;gap:30px;align-items:center;}
.main-nav ul a{color:var(--ink);font-size:13.5px;font-weight:600;position:relative;padding-bottom:4px;transition:color .2s;}
.main-nav ul a::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--gold);transition:right .3s ease;border-radius:2px;}
.main-nav ul a:hover,.main-nav ul a.active{color:var(--maroon);}
.main-nav ul a:hover::after,.main-nav ul a.active::after{right:0;}
.main-nav{display:flex;align-items:center;gap:34px;}
.main-nav-cta{display:flex;gap:10px;}
.main-nav-cta .btn{padding:10px 18px;font-size:12px;}
.header-cta{display:none;align-items:center;gap:10px;}
.hdr-icon-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;}
.hdr-icon-btn.call{background:var(--maroon);}
.hdr-icon-btn.wa{background:#2e6b47;}
.nav-toggle{display:none;background:none;border:none;color:var(--maroon-ink);font-size:24px;cursor:pointer;}

@media(max-width:980px){
  .main-nav-cta{display:none;}
  .header-cta{display:flex;}
  .nav-toggle{display:block;z-index:201;}
  .main-nav{position:fixed;top:0;right:0;bottom:0;width:min(340px,86vw);background:var(--maroon-ink);padding:36px 30px 40px;transform:translateX(100%);transition:transform .42s cubic-bezier(.65,0,.35,1);z-index:190;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0;}
  .main-nav.open{transform:translateX(0);}
  .main-nav-brand{display:flex;align-items:center;gap:12px;margin-bottom:34px;padding-bottom:24px;border-bottom:1px solid var(--line-dark);width:100%;}
  .main-nav-brand img{height:40px;width:40px;border-radius:50%;flex-shrink:0;}
  .main-nav-brand strong{display:block;font-family:'Playfair Display',serif;font-size:17px;color:#fff;}
  .main-nav-brand small{display:block;font-size:11px;color:var(--gold-light);margin-top:2px;}
  .main-nav ul{flex-direction:column;gap:22px;align-items:flex-start;width:100%;}
  .main-nav ul a{color:rgba(255,255,255,0.85);font-size:15px;}
  .main-nav ul a:hover,.main-nav ul a.active{color:#fff;}
  .main-nav-cta.mobile-cta{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:32px;}
  .main-nav-cta.mobile-cta .btn{width:100%;padding:14px;font-size:13px;}
}
.nav-overlay{position:fixed;inset:0;background:rgba(20,10,12,0.55);opacity:0;pointer-events:none;transition:opacity .35s;z-index:180;}
.nav-overlay.open{opacity:1;pointer-events:auto;}

/* ============ Persistent CALL/WHATSAPP buttons ============
   Desktop: compact floating pill buttons, fixed bottom-right, always visible while scrolling.
   Mobile (<=820px): fixed full-width bottom bar. Same markup (.sticky-cta > .sc-btn) on every page. */
.sticky-cta{
  position:fixed;z-index:250;display:flex;
  right:26px;bottom:26px;left:auto;
  flex-direction:row;gap:12px;
}
.sticky-cta .sc-btn{
  display:flex;align-items:center;justify-content:center;gap:8px;
  font-family:'Manrope',sans-serif;font-weight:700;font-size:13.5px;color:#fff;
  padding:14px 22px;border-radius:999px;
  box-shadow:0 14px 32px rgba(42,31,22,0.28);
  transition:transform .25s ease,box-shadow .25s ease;
  white-space:nowrap;
}
.sticky-cta .sc-btn:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(42,31,22,0.35);}
.sc-call{background:var(--maroon);}
.sc-wa{background:#2e6b47;}

@media(min-width:821px){
  /* Fade in only after the visitor scrolls past the hero/trust-strip, so the floating
     buttons never sit on top of the hero CTAs or the trust stats on short/laptop screens. */
  .sticky-cta{opacity:0;transform:translateY(10px);pointer-events:none;}
  .sticky-cta.show{opacity:1;transform:none;pointer-events:auto;}
}

@media(max-width:820px){
  .sticky-cta{left:0;right:0;bottom:0;flex-direction:row;gap:0;box-shadow:0 -6px 20px rgba(0,0,0,0.15);padding-bottom:env(safe-area-inset-bottom,0);}
  .sticky-cta .sc-btn{flex:1;padding:15px 10px;border-radius:0;box-shadow:none;}
  .sticky-cta .sc-btn:hover{transform:none;box-shadow:none;}
  body{padding-bottom:64px;}
}

/* ============ HERO ============ */
.hero{position:relative;background:linear-gradient(155deg,var(--maroon-ink) 0%,var(--maroon) 58%,var(--maroon-deep) 100%);overflow:hidden;padding:150px 0 90px;}
.hero::before{content:"";position:absolute;inset:0;background:
  radial-gradient(circle at 85% 18%, rgba(201,162,39,0.22) 0%, transparent 45%),
  radial-gradient(circle at 8% 90%, rgba(201,162,39,0.14) 0%, transparent 40%);pointer-events:none;}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr 0.85fr;gap:60px;align-items:center;}
.hero-copy h1{color:#fff;font-size:clamp(34px,4.2vw,54px);line-height:1.14;margin-bottom:22px;}
.hero-copy h1 em{font-style:italic;color:var(--gold-light);}
.hero-copy p{color:rgba(255,255,255,0.82);font-size:16px;max-width:480px;margin-bottom:34px;line-height:1.75;}
.hero-cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:40px;}
.hero-cta-row .btn{padding:16px 30px;font-size:14px;}
.hero-trust-row{display:flex;flex-wrap:wrap;gap:28px;border-top:1px solid var(--line-dark);padding-top:26px;}
.hero-trust-row .ht{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,0.88);font-size:13px;font-weight:600;}
.hero-trust-row .ht svg{color:var(--gold-light);flex-shrink:0;}
.hero-mark{position:relative;display:flex;align-items:center;justify-content:center;}
.hero-mark-ring{position:relative;width:100%;max-width:420px;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 35% 30%, rgba(255,255,255,0.08), rgba(255,255,255,0) 60%);border:1px solid rgba(224,189,90,0.35);display:flex;align-items:center;justify-content:center;}
.hero-mark-ring::before{content:"";position:absolute;inset:22px;border-radius:50%;border:1px solid rgba(224,189,90,0.2);}
.hero-mark-ring img{width:56%;filter:drop-shadow(0 18px 40px rgba(0,0,0,0.35));}
@media(max-width:980px){.hero{padding:130px 0 60px;}.hero-grid{grid-template-columns:1fr;gap:44px;}.hero-mark{order:-1;}.hero-mark-ring{max-width:220px;}}
@media(max-width:560px){.hero-cta-row{flex-direction:column;}.hero-cta-row .btn{width:100%;}.hero-trust-row{gap:16px 22px;}}

/* ============ SECTIONS ============ */
.section{padding:100px 0;}
.section-tight{padding:70px 0;}
@media(max-width:900px){.section{padding:68px 0;}.section-tight{padding:52px 0;}}
.section-cream{background:var(--cream);}
.section-paper{background:var(--paper);background-image:radial-gradient(circle at 10% 15%, rgba(201,162,39,0.06), transparent 40%),radial-gradient(circle at 90% 85%, rgba(107,31,42,0.045), transparent 42%);}
.section-dark{background:linear-gradient(155deg,var(--maroon-ink) 0%,var(--maroon) 100%);color:#fff;}
.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4{color:#fff;}
.section-title{max-width:640px;margin-bottom:52px;}
.section-title.center{margin-left:auto;margin-right:auto;text-align:center;}
.section-title h2{font-size:clamp(28px,3.4vw,42px);}
.section-title p{color:var(--stone);margin-top:14px;font-size:15.5px;line-height:1.75;}
.section-dark .section-title p{color:rgba(255,255,255,0.78);}

/* Reveal */
.reveal{opacity:1;transform:none;}
.reveal.pre-animate{opacity:0;transform:translateY(22px);transition:opacity .7s cubic-bezier(.2,.8,.2,1),transform .7s cubic-bezier(.2,.8,.2,1);}
.reveal.pre-animate.in-view{opacity:1;transform:none;}
.reveal-d1.pre-animate{transition-delay:.08s;}
.reveal-d2.pre-animate{transition-delay:.16s;}
.reveal-d3.pre-animate{transition-delay:.24s;}
.reveal-d4.pre-animate{transition-delay:.32s;}

/* ============ TRUST STRIP ============
   Grid must be applied to .trust-strip .container (the actual row of .ts-item elements),
   NOT to .trust-strip itself — the section has only one child (.container), so a grid on
   the section collapses it into a single tall cell and leaves a huge blank area beside it. */
.trust-strip{padding:0 0 0;}
.trust-strip .container{
  display:grid;grid-template-columns:repeat(4,1fr);gap:0;
  border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;
  box-shadow:0 24px 60px rgba(107,31,42,0.07);
}
.trust-strip .ts-item{padding:32px 22px;text-align:center;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;}
.trust-strip .ts-item:last-child{border-right:none;}
.trust-strip .ts-num{font-family:'Playfair Display',serif;font-size:30px;color:var(--maroon);display:flex;align-items:center;justify-content:center;gap:6px;}
.trust-strip .ts-num svg{color:var(--gold);}
.trust-strip .ts-lbl{font-size:12px;color:var(--stone);text-transform:uppercase;letter-spacing:1px;font-weight:600;}
@media(max-width:800px){
  .trust-strip .container{grid-template-columns:1fr 1fr;}
  .trust-strip .ts-item{border-right:1px solid var(--line);border-bottom:1px solid var(--line);}
  .trust-strip .ts-item:nth-child(2n){border-right:none;}
  .trust-strip .ts-item:nth-child(n+3){border-bottom:none;}
}

/* ============ SERVICE CARDS (home preview) ============ */
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.svc-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:36px 30px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;}
.svc-card:hover{transform:translateY(-6px);box-shadow:0 20px 44px rgba(107,31,42,0.1);border-color:var(--gold);}
.svc-card .svc-ico{width:52px;height:52px;border-radius:14px;background:var(--gold-pale);color:var(--maroon);display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-family:'Playfair Display',serif;font-size:22px;font-weight:700;}
.svc-card h3{font-size:20px;margin-bottom:10px;}
.svc-card p{color:var(--stone);font-size:14px;line-height:1.7;margin-bottom:18px;}
.svc-card a{color:var(--maroon);font-weight:700;font-size:13px;display:inline-flex;align-items:center;gap:6px;}
@media(max-width:900px){.svc-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:600px){.svc-grid{grid-template-columns:1fr;}}

/* ============ SERVICES PAGE — detailed sections ============ */
.svc-detail{border-top:1px solid var(--line);padding:56px 0;display:grid;grid-template-columns:70px 1fr 280px;gap:36px;align-items:start;}
.svc-detail:last-child{border-bottom:1px solid var(--line);}
.svc-detail .sd-num{font-family:'Playfair Display',serif;font-size:26px;color:var(--gold);font-weight:700;}
.svc-detail h3{font-size:26px;margin-bottom:12px;}
.svc-detail .sd-intent{font-size:13px;color:var(--maroon);font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;}
.svc-detail p{color:var(--stone);font-size:15px;line-height:1.8;margin-bottom:10px;}
.sd-cta{background:var(--paper);border-radius:16px;padding:26px;display:flex;flex-direction:column;gap:12px;}
.sd-cta .btn{width:100%;}
.sd-cta .sd-photo{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:4/3;margin-bottom:4px;}
.sd-cta .sd-photo img{width:100%;height:100%;object-fit:cover;display:block;}
.sd-cta .sd-photo span{position:absolute;left:8px;bottom:8px;background:rgba(35,15,12,0.75);color:#fff;font-size:9px;letter-spacing:.5px;text-transform:uppercase;padding:3px 8px;border-radius:999px;font-weight:700;}

.process-photo-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px;}
.process-photo-strip .pp-item{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 12px 28px rgba(107,31,42,0.08);}
.process-photo-strip .pp-item img{width:100%;height:100%;object-fit:cover;display:block;}
.process-photo-strip .pp-item span{position:absolute;left:8px;bottom:8px;background:rgba(35,15,12,0.75);color:#fff;font-size:9.5px;letter-spacing:.5px;text-transform:uppercase;padding:3px 8px;border-radius:999px;font-weight:700;}
@media(max-width:700px){.process-photo-strip{grid-template-columns:1fr 1fr;}}
@media(max-width:460px){.process-photo-strip{grid-template-columns:1fr;}}
@media(max-width:860px){.svc-detail{grid-template-columns:50px 1fr;}.sd-cta{grid-column:1/-1;flex-direction:row;}}
@media(max-width:560px){.svc-detail{grid-template-columns:1fr;}.sd-cta{flex-direction:column;}}

/* ============ PROCESS ============ */
.process-row{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative;}
.process-row::before{content:"";position:absolute;top:28px;left:8%;right:8%;height:1px;background:var(--line);z-index:0;}
.p-step{position:relative;z-index:1;text-align:center;padding:0 12px;}
.p-step .p-num{width:56px;height:56px;border-radius:50%;background:#fff;border:2px solid var(--gold);color:var(--maroon);font-family:'Playfair Display',serif;font-weight:700;font-size:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;}
.p-step h4{font-size:16px;margin-bottom:8px;}
.p-step p{font-size:13px;color:var(--stone);line-height:1.65;}
@media(max-width:900px){.process-row{grid-template-columns:1fr;gap:32px;}.process-row::before{display:none;}.p-step{text-align:left;padding:0;display:flex;gap:20px;align-items:flex-start;}.p-step .p-num{margin:0;flex-shrink:0;}}

/* ============ WHY CHOOSE US ============ */
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.why-item{padding:8px;}
.why-item .wi-ic{width:46px;height:46px;border-radius:50%;background:var(--gold-pale);color:var(--maroon);display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.why-item h4{font-size:17px;margin-bottom:8px;}
.why-item p{font-size:14px;color:var(--stone);line-height:1.7;}
@media(max-width:860px){.why-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.why-grid{grid-template-columns:1fr;}}

/* ============ REVIEWS / RATING BADGE ============ */
.review-badge{display:flex;align-items:center;gap:22px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px 34px;max-width:560px;margin:0 auto;}
.review-badge .rb-score{font-family:'Playfair Display',serif;font-size:44px;color:var(--maroon);line-height:1;}
.review-badge .rb-stars{color:var(--gold);display:flex;gap:2px;margin:6px 0;}
.review-badge .rb-count{font-size:13px;color:var(--stone);}
.review-badge .rb-cta{margin-left:auto;}

/* ============ LOCATION ============ */
.loc-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:stretch;}
.loc-info{display:flex;flex-direction:column;gap:20px;justify-content:center;}
.loc-item{display:flex;gap:16px;align-items:flex-start;}
.loc-item .li-ic{width:42px;height:42px;border-radius:50%;background:var(--maroon);color:var(--gold-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.loc-item h5{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:var(--stone);margin-bottom:4px;}
.loc-item p, .loc-item a{font-size:15.5px;color:var(--ink);font-weight:600;}
.loc-map{border-radius:18px;overflow:hidden;border:1px solid var(--line);min-height:320px;background:var(--paper);}
.loc-map iframe{width:100%;height:100%;min-height:320px;border:0;display:block;}
@media(max-width:900px){.loc-grid{grid-template-columns:1fr;}}

/* ============ FAQ ============ */
.faq-list{max-width:820px;margin:0 auto;}
.faq-item{border-bottom:1px solid var(--line);padding:22px 0;cursor:pointer;}
.faq-q{display:flex;justify-content:space-between;align-items:center;gap:20px;font-family:'Playfair Display',serif;font-size:17px;color:var(--maroon-ink);}
.faq-q .plus{font-size:22px;color:var(--gold);transition:transform .3s ease;flex-shrink:0;}
.faq-item.open .faq-q .plus{transform:rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;}
.faq-item.open .faq-a{max-height:300px;}
.faq-a p{padding-top:14px;color:var(--stone);font-size:14.5px;line-height:1.75;}

/* ============ CTA BAND ============ */
.cta-band{position:relative;background:linear-gradient(150deg,var(--maroon-ink) 0%,var(--maroon) 100%);text-align:center;padding:80px 0;overflow:hidden;}
.cta-band::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%, rgba(201,162,39,0.2), transparent 55%);}
.cta-band-inner{position:relative;z-index:1;}
.cta-band h2{color:#fff;font-size:clamp(26px,3.6vw,40px);margin-bottom:16px;}
.cta-band p{color:rgba(255,255,255,0.8);max-width:520px;margin:0 auto 32px;}
.cta-band .btn-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}

/* ============ GALLERY (no real photos yet — clean placeholder state) ============ */
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.gallery-placeholder{aspect-ratio:4/3;border-radius:16px;border:1.5px dashed var(--line);background:var(--paper);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:20px;}
.gallery-placeholder .gp-icon{width:52px;height:52px;border-radius:50%;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--gold);}
.gallery-placeholder h5{font-size:14px;color:var(--maroon-ink);font-weight:700;}
.gallery-placeholder span{font-size:12px;color:var(--stone);}
/* Illustrative photo cards (generic/stock-style images, not confirmed photos of the
   actual premises — always paired with an "Illustrative" tag, never a bare caption). */
.gallery-photo{position:relative;aspect-ratio:4/3;border-radius:16px;overflow:hidden;box-shadow:0 14px 34px rgba(107,31,42,0.10);}
.gallery-photo img{width:100%;height:100%;object-fit:cover;display:block;}
.gallery-photo .gp-cap{position:absolute;left:0;right:0;bottom:0;padding:16px 16px 12px;background:linear-gradient(to top, rgba(35,15,12,0.86), rgba(35,15,12,0.15) 70%, transparent);color:#fff;}
.gallery-photo .gp-cap strong{display:block;font-size:14px;font-weight:700;}
.gallery-photo .gp-cap span{display:inline-block;font-size:10.5px;letter-spacing:.6px;color:var(--gold-light,#f0d98c);text-transform:uppercase;margin-top:4px;font-weight:700;}
.gallery-note{text-align:center;max-width:640px;margin:0 auto 46px;color:var(--stone);font-size:14.5px;background:var(--gold-pale);border-radius:14px;padding:16px 22px;}
@media(max-width:860px){.gallery-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.gallery-grid{grid-template-columns:1fr;}}

/* Soft, fully-blurred mood-imagery behind select page-hero banners — abstract on purpose,
   used only as decorative background texture, never as a literal photo of the premises. */
.ph-storefront{background-image:linear-gradient(155deg, rgba(35,12,10,0.90), rgba(107,31,42,0.86)), url('assets/gallery/storefront-blur.jpg');background-size:cover;background-position:center;}
.ph-reception{background-image:linear-gradient(155deg, rgba(35,12,10,0.90), rgba(107,31,42,0.86)), url('assets/gallery/reception-lobby-blur.jpg');background-size:cover;background-position:center;}

/* ============ ABOUT PAGE ============ */
.about-split{display:grid;grid-template-columns:0.9fr 1.1fr;gap:56px;align-items:center;}
.about-mark{display:flex;align-items:center;justify-content:center;padding:20px;}
.about-mark-ring{position:relative;width:100%;max-width:340px;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 35% 30%, rgba(107,31,42,0.05), transparent 60%);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;}
.about-mark-ring img{width:58%;}
.about-copy .num-list{margin-top:28px;display:flex;flex-direction:column;gap:20px;}
.num-list .nli{display:flex;gap:16px;}
.num-list .n{font-family:'Playfair Display',serif;color:var(--gold);font-size:22px;font-weight:700;flex-shrink:0;}
.num-list h5{font-size:15.5px;margin-bottom:4px;}
.num-list p{font-size:13.5px;color:var(--stone);}
@media(max-width:900px){.about-split{grid-template-columns:1fr;}.about-mark{order:-1;}.about-mark-ring{max-width:220px;}}

/* ============ CONTACT PAGE ============ */
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:50px;align-items:start;}
.contact-form{background:#fff;border:1px solid var(--line);border-radius:20px;padding:38px;}
.contact-form h3{font-size:22px;margin-bottom:22px;}
.contact-form label{display:block;font-size:12.5px;font-weight:700;color:var(--stone);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;}
.contact-form .f-row{margin-bottom:20px;}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:13px 16px;border:1px solid var(--line);border-radius:10px;font-family:'Manrope',sans-serif;font-size:14.5px;color:var(--ink);background:var(--cream);}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:2px solid var(--gold);outline-offset:1px;}
.contact-form textarea{resize:vertical;min-height:110px;}
.contact-form .btn{width:100%;padding:16px;font-size:14.5px;}
.contact-info-card{background:var(--maroon-ink);color:#fff;border-radius:20px;padding:38px;}
.contact-info-card h3{color:#fff;font-size:22px;margin-bottom:22px;}
.contact-info-card .loc-item .li-ic{background:var(--gold);color:var(--maroon-ink);}
.contact-info-card .loc-item h5{color:rgba(255,255,255,0.55);}
.contact-info-card .loc-item p,.contact-info-card .loc-item a{color:#fff;}
.contact-info-card .cic-cta{display:flex;gap:12px;margin-top:26px;flex-wrap:wrap;}
@media(max-width:900px){.contact-grid{grid-template-columns:1fr;}}

/* ============ LEGAL PAGES ============ */
.legal-body{max-width:820px;margin:0 auto;}
.legal-body h2{font-size:22px;margin:36px 0 14px;}
.legal-body h2:first-child{margin-top:0;}
.legal-body p,.legal-body li{color:var(--stone);font-size:15px;line-height:1.85;margin-bottom:12px;}
.legal-body ul{padding-left:22px;list-style:disc;}
.legal-updated{color:var(--stone);font-size:13px;margin-bottom:36px;}

/* ============ PAGE HERO (inner pages) ============ */
.page-hero{background:linear-gradient(155deg,var(--maroon-ink) 0%,var(--maroon) 100%);padding:150px 0 64px;position:relative;overflow:hidden;}
.page-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 10%, rgba(201,162,39,0.18), transparent 45%);}
.ph-inner{position:relative;z-index:1;}
.ph-crumb{font-size:12.5px;color:rgba(255,255,255,0.6);margin-bottom:18px;}
.ph-crumb a{color:rgba(255,255,255,0.85);}
.page-hero h1{color:#fff;font-size:clamp(30px,4vw,46px);margin-bottom:14px;}
.page-hero p{color:rgba(255,255,255,0.78);max-width:560px;font-size:15.5px;}

/* ============ FOOTER ============ */
.site-footer{background:var(--maroon-ink);color:rgba(250,246,238,0.82);padding-top:70px;}
.footer-top{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:44px;padding-bottom:50px;border-bottom:1px solid var(--line-dark);}
.footer-brand-row{display:flex;align-items:center;gap:12px;margin-bottom:14px;}
.footer-logo{height:42px;width:42px;border-radius:50%;flex-shrink:0;}
.footer-brand-mark{font-family:'Playfair Display',serif;font-size:22px;color:#fff;}
.footer-brand-mark span{color:var(--gold-light);}
.footer-top p{font-size:13.5px;line-height:1.8;max-width:280px;}
.footer-col h5{font-family:'Manrope',sans-serif;font-size:11.5px;letter-spacing:2px;text-transform:uppercase;color:#fff;margin-bottom:20px;font-weight:700;}
.footer-col ul li{margin-bottom:11px;font-size:13.5px;}
.footer-col a:hover{color:var(--gold-light);}
.footer-contact li{display:flex;gap:10px;align-items:flex-start;}
.footer-contact svg{color:var(--gold-light);flex-shrink:0;margin-top:2px;}
.footer-col .btn-outline-sm{border-color:rgba(250,246,238,0.4);color:#fff;margin-top:14px;}
.footer-col .btn-outline-sm:hover{background:var(--gold);color:var(--maroon-ink);border-color:var(--gold);}
.footer-bottom{max-width:1280px;margin:0 auto;padding:26px 40px 34px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:12.5px;color:rgba(250,246,238,0.55);}
.footer-bottom a{color:rgba(250,246,238,0.65);}
.footer-bottom a:hover{color:var(--gold-light);}
@media(max-width:960px){.footer-top{grid-template-columns:1fr 1fr;gap:36px;padding:0 0 40px;}}
@media(max-width:600px){.footer-top{grid-template-columns:1fr;}}
