:root{--cream:#f5efe5;--paper:#fbf8f2;--brown:#3c2b24;--muted:#7d6b61;--gold:#b49662;--line:rgba(60,43,36,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--brown);font-family:Manrope,sans-serif;line-height:1.6}body.menu-open{overflow:hidden}.grain{position:fixed;inset:0;pointer-events:none;opacity:.04;z-index:99;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}.section-pad{padding:120px 6vw}.site-header{position:fixed;top:0;left:0;width:100%;height:88px;padding:14px 5vw;display:flex;align-items:center;justify-content:space-between;z-index:50;transition:.35s}.site-header.scrolled{background:rgba(251,248,242,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.brand img{width:72px;height:72px;object-fit:contain;border-radius:0;flex:0 0 auto}.nav{display:flex;gap:30px;align-items:center}.nav a{color:var(--brown);text-decoration:none;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.nav-cta{border:1px solid var(--brown);padding:10px 18px}.menu-toggle{display:none;background:none;border:0}.hero{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:6vw;padding-top:130px;position:relative;background:radial-gradient(circle at 75% 35%,#eee2d2 0,transparent 35%)}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;color:var(--gold);font-weight:600}.hero h1,.manifesto h2,.section-head h2,.feature-copy h2,.contact h2{font-family:"Cormorant Garamond",serif;font-weight:500;line-height:.96;margin:20px 0}.hero h1{font-size:clamp(54px,7vw,104px)}em{font-weight:400;color:var(--gold)}.hero-text{max-width:580px;color:var(--muted);font-size:17px}.hero-actions{display:flex;gap:16px;margin-top:36px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 24px;text-decoration:none;border:1px solid var(--brown);font-size:12px;text-transform:uppercase;letter-spacing:.12em;transition:.3s;cursor:pointer}.btn-dark{background:var(--brown);color:var(--paper)}.btn-dark:hover{background:#1f1511}.btn-line{color:var(--brown)}.btn-line:hover{background:var(--brown);color:var(--paper)}.hero-visual{position:relative;min-height:620px;display:grid;place-items:center}.hero-visual img{width:min(100%,540px);aspect-ratio:4/5;object-fit:cover;position:relative;z-index:2;box-shadow:0 35px 90px rgba(60,43,36,.2)}.halo{position:absolute;width:500px;height:500px;border:1px solid rgba(180,150,98,.5);border-radius:50%;animation:float 8s ease-in-out infinite}.hero-note{position:absolute;right:-10px;bottom:40px;z-index:3;background:rgba(251,248,242,.92);padding:18px 20px;max-width:230px;font-family:"Cormorant Garamond",serif;font-size:18px}.scroll-cue{position:absolute;bottom:28px;left:6vw;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.manifesto{background:var(--brown);color:var(--paper)}.manifesto h2{font-size:clamp(46px,6vw,88px);max-width:1100px}.manifesto-grid{display:grid;grid-template-columns:1fr 1fr;gap:12vw;margin-top:70px}.manifesto-grid>p{font-size:18px;color:#ddcfc2}.manifesto-points{display:grid;grid-template-columns:1fr 1fr;gap:0}.manifesto-points span{padding:20px 0;border-bottom:1px solid rgba(255,255,255,.18);font-family:"Cormorant Garamond",serif;font-size:21px}.section-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:70px}.section-head h2{font-size:clamp(44px,5vw,72px)}.section-head>p{max-width:430px;color:var(--muted)}.product-story{display:grid;grid-template-columns:1.15fr .85fr;gap:7vw;align-items:center;margin-bottom:110px}.product-image{overflow:hidden;background:var(--cream)}.product-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .8s}.product-image:hover img{transform:scale(1.03)}.product-large .product-image{height:720px}.product-copy h3,.product-card h3{font-family:"Cormorant Garamond",serif;font-weight:500;line-height:1;font-size:clamp(42px,5vw,70px);margin:20px 0}.product-copy>p{color:var(--muted)}.index{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:var(--gold)}.specs{display:flex;flex-direction:column;margin:28px 0}.specs span{padding:13px 0;border-bottom:1px solid var(--line);font-size:13px}.text-link{color:var(--brown);font-size:13px;text-decoration:none;border-bottom:1px solid var(--brown);padding-bottom:4px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product-card .product-image{height:460px;margin-bottom:24px}.product-card h3{font-size:36px}.product-card p:last-child{color:var(--muted);font-size:14px}.feature-band{display:grid;grid-template-columns:1fr 1fr;background:var(--cream)}.feature-image{min-height:850px}.feature-image img{width:100%;height:100%;object-fit:cover}.feature-copy{padding:110px 7vw;display:flex;flex-direction:column;justify-content:center}.feature-copy h2{font-size:clamp(48px,6vw,82px)}.timeline{margin-top:35px}.timeline div{display:grid;grid-template-columns:55px 1fr;padding:18px 0;border-bottom:1px solid var(--line)}.timeline b{color:var(--gold);font-size:12px}.quote-section{background:var(--paper);text-align:center}.quote-section p{font-family:"Cormorant Garamond",serif;font-size:clamp(52px,7vw,100px);line-height:.95;margin:0}.contact{display:grid;grid-template-columns:1fr 1fr;gap:10vw;background:#eae0d2}.contact h2{font-size:clamp(50px,6vw,82px)}.contact-copy>p:last-child{max-width:500px;color:var(--muted)}.contact-form{display:flex;flex-direction:column;gap:18px}.contact-form label{font-size:11px;text-transform:uppercase;letter-spacing:.12em}.contact-form input,.contact-form select,.contact-form textarea{width:100%;margin-top:7px;background:transparent;border:0;border-bottom:1px solid rgba(60,43,36,.4);padding:12px 0;font:inherit;color:var(--brown);outline:none}.contact-form small{color:var(--muted)}footer{padding:60px 6vw 30px;background:var(--brown);color:var(--paper);display:grid;gap:25px}footer img{width:88px;border-radius:50%}footer p{color:#d7c8bc}footer div{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.15);padding-top:24px;font-size:12px}footer a{color:var(--paper);text-decoration:none}.reveal{opacity:0;transform:translateY(28px);transition:opacity .9s ease,transform .9s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.14s}.delay-2{transition-delay:.28s}@keyframes float{50%{transform:translateY(-16px) scale(1.03)}}
@media(max-width:900px){.section-pad{padding:90px 6vw}.nav{position:fixed;inset:0;background:var(--paper);display:flex;flex-direction:column;justify-content:center;transform:translateY(-100%);transition:.4s}.nav.open{transform:none}.nav a{font-family:"Cormorant Garamond",serif;font-size:36px;text-transform:none}.menu-toggle{display:block;z-index:60;width:42px;height:42px}.menu-toggle span{display:block;width:24px;height:1px;background:var(--brown);margin:7px auto}.hero{grid-template-columns:1fr;padding-top:130px}.hero-visual{min-height:500px}.hero-visual img{height:500px}.hero-note{right:0}.manifesto-grid,.product-story,.feature-band,.contact{grid-template-columns:1fr}.product-large .product-image{height:560px}.product-grid{grid-template-columns:1fr}.product-card .product-image{height:520px}.feature-image{min-height:600px}.section-head{display:block}.section-head>p{margin-top:20px}.manifesto-grid{gap:50px}.scroll-cue{display:none}}
@media(max-width:560px){.site-header{height:78px}.brand img{width:56px;height:56px}.hero h1{font-size:53px}.hero-visual{min-height:430px}.hero-visual img{height:430px}.halo{width:330px;height:330px}.hero-note{font-size:15px;max-width:190px}.hero-actions{flex-direction:column;align-items:stretch}.product-large .product-image,.product-card .product-image{height:430px}.manifesto-points{grid-template-columns:1fr}.feature-image{min-height:480px}.feature-copy{padding:80px 6vw}.contact-form .btn{width:100%}footer div{gap:20px;flex-direction:column}}

/* Version 2 additions */
.brand{display:flex;align-items:center;gap:13px;color:var(--brown);text-decoration:none}.brand-words{display:flex;flex-direction:column;line-height:1.05}.brand-words strong{font-family:"Cormorant Garamond",serif;font-size:27px;font-weight:600;letter-spacing:.01em;white-space:nowrap}.brand-words small{margin-top:6px;font-size:9px;text-transform:uppercase;letter-spacing:.28em;color:var(--muted)}
.side-actions{position:fixed;right:0;top:42%;z-index:42;display:flex;flex-direction:column;box-shadow:0 12px 35px rgba(60,43,36,.14)}.side-actions a{width:52px;min-height:118px;background:rgba(251,248,242,.95);border:1px solid var(--line);color:var(--brown);text-decoration:none;display:flex;align-items:center;justify-content:center;gap:10px;writing-mode:vertical-rl;text-transform:uppercase;font-size:9px;letter-spacing:.16em;transition:.3s}.side-actions a:hover{background:var(--brown);color:var(--paper)}.side-actions b{font-size:16px;font-weight:400}
.whatsapp-float{position:fixed;right:24px;bottom:22px;z-index:48;background:#235b40;color:white;text-decoration:none;padding:12px 17px;border-radius:100px;display:flex;align-items:center;gap:9px;box-shadow:0 14px 35px rgba(25,68,47,.28);font-size:12px;letter-spacing:.04em;transition:.3s}.whatsapp-float:hover{transform:translateY(-3px)}.wa-icon{font-size:18px}
.trust-strip{display:flex;gap:0;margin-top:44px;border-top:1px solid var(--line);max-width:610px}.trust-strip div{padding:18px 28px 0 0;margin-right:28px;border-right:1px solid var(--line);display:flex;flex-direction:column}.trust-strip div:last-child{border:0}.trust-strip strong{font-family:"Cormorant Garamond",serif;font-size:25px}.trust-strip span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}
.card-enquire{display:inline-block;margin-top:8px;color:var(--brown);font-size:11px;text-transform:uppercase;letter-spacing:.12em;text-decoration:none;border-bottom:1px solid var(--brown)}
.reviews{background:var(--brown);color:var(--paper)}.reviews-intro{display:grid;grid-template-columns:1fr auto;align-items:end;gap:30px;margin-bottom:60px}.reviews h2,.visit h2{font-family:"Cormorant Garamond",serif;font-weight:500;line-height:.98;font-size:clamp(48px,6vw,82px);margin:18px 0}.rating-mark{display:flex;flex-direction:column;align-items:flex-end}.rating-mark strong{font-family:"Cormorant Garamond",serif;font-size:70px;line-height:.8}.rating-mark span{color:#d9b979;letter-spacing:.18em}.rating-mark small{color:#cbbcaf;margin-top:6px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{margin:0;padding:36px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.14);min-height:270px;display:flex;flex-direction:column}.review-card>span{font-family:"Cormorant Garamond",serif;font-size:65px;color:var(--gold);line-height:.6}.review-card p{font-family:"Cormorant Garamond",serif;font-size:24px;line-height:1.25}.review-card footer{margin-top:auto;padding:0;background:none;color:#bfae9f;font-size:10px;text-transform:uppercase;letter-spacing:.14em;display:block}.review-note{font-size:10px;color:#ad9b8d;margin-top:22px}
.visit{display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw;align-items:center;background:var(--paper)}.visit address{font-style:normal;font-family:"Cormorant Garamond",serif;font-size:25px;line-height:1.35}.landmark{color:var(--muted);font-size:13px}.visit-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.map-wrap{min-height:520px;box-shadow:0 30px 70px rgba(60,43,36,.12)}.map-wrap iframe{width:100%;height:520px;border:0;display:block;filter:sepia(.16) saturate(.78)}.direct-wa{color:var(--brown);text-decoration:none;border-bottom:1px solid var(--brown);font-size:14px}
.site-footer{padding:60px 6vw 30px;background:var(--brown);color:var(--paper);display:grid;grid-template-columns:1fr auto;gap:35px}.footer-brand{display:flex;align-items:center;gap:18px}.footer-brand img{width:82px;border-radius:50%}.footer-brand strong{font-family:"Cormorant Garamond",serif;font-size:27px}.footer-brand p{margin:3px 0;color:#d7c8bc}.footer-links{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.footer-links a,.footer-bottom a{color:var(--paper);text-decoration:none;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.15);padding-top:24px;font-size:12px}
@media(max-width:900px){.brand-words strong{font-size:21px}.side-actions{display:none}.reviews-intro,.visit{grid-template-columns:1fr}.review-grid{grid-template-columns:1fr}.rating-mark{align-items:flex-start}.site-footer{grid-template-columns:1fr}.footer-bottom{grid-column:auto}.trust-strip{flex-wrap:wrap}.map-wrap,.map-wrap iframe{min-height:430px;height:430px}}
@media(max-width:560px){.brand-words small{display:block;font-size:7px;letter-spacing:.2em}.brand-words strong{font-size:19px}.whatsapp-float{right:14px;bottom:14px;padding:11px 14px}.whatsapp-float span:last-child{display:none}.trust-strip div{padding-right:15px;margin-right:15px}.trust-strip strong{font-size:21px}.reviews-intro{margin-bottom:35px}.review-card{padding:28px;min-height:230px}.visit-actions{flex-direction:column}.footer-links{flex-direction:column;align-items:flex-start}.footer-bottom{flex-direction:column;gap:14px}}

.reviews-actions{margin-top:30px}.btn-light{background:var(--paper);color:var(--brown);border:1px solid var(--paper)}.btn-light:hover{background:transparent;color:var(--paper)}


/* Concept Edition: devotional preloader, immersive section reveals and visual storytelling */
body.is-loading{overflow:hidden}
.preloader{position:fixed;inset:0;z-index:9999;background:radial-gradient(circle at center,#fffaf0 0%,#f6efe3 42%,#e8dccb 100%);display:grid;place-items:center;overflow:hidden;transition:opacity .85s ease,visibility .85s ease}
.preloader::before,.preloader::after{content:"";position:absolute;border:1px solid rgba(145,105,62,.18);border-radius:50%}
.preloader::before{width:min(78vw,720px);height:min(78vw,720px)}
.preloader::after{width:min(58vw,520px);height:min(58vw,520px)}
.preloader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.preloader-mandala{position:absolute;width:min(62vw,560px);aspect-ratio:1;border-radius:50%;opacity:.13;animation:mandalaSpin 24s linear infinite;background:repeating-conic-gradient(from 0deg,rgba(145,105,62,.42) 0 1deg,transparent 1deg 15deg);-webkit-mask:radial-gradient(circle,transparent 0 23%,#000 24% 25%,transparent 26% 38%,#000 39% 40%,transparent 41% 100%)}
.preloader-inner{text-align:center;position:relative;z-index:2;animation:preloaderEnter 1.1s cubic-bezier(.22,.8,.24,1) both}
.preloader-radhe{font-family:"Cormorant Garamond",serif;font-size:clamp(64px,10vw,128px);line-height:.92;color:#9a6b37;text-shadow:0 12px 38px rgba(154,107,55,.14);letter-spacing:.02em}
.preloader-brand{font-family:"Cormorant Garamond",serif;font-size:clamp(24px,3vw,38px);font-weight:600;letter-spacing:.08em;color:var(--brown);margin-top:18px}
.preloader-tagline{text-transform:uppercase;letter-spacing:.28em;font-size:9px;color:var(--muted);margin-top:10px}
.preloader-line{width:170px;height:1px;background:rgba(87,61,49,.15);margin:25px auto 0;overflow:hidden}
.preloader-line span{display:block;height:100%;width:45%;background:#aa7b46;animation:loaderLine 1.55s ease-in-out infinite}
@keyframes mandalaSpin{to{transform:rotate(360deg)}}
@keyframes preloaderEnter{from{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}
@keyframes loaderLine{0%{transform:translateX(-110%)}50%{transform:translateX(80%)}100%{transform:translateX(260%)}}

.scene-section{position:relative;isolation:isolate;transition:transform .8s cubic-bezier(.2,.75,.25,1),opacity .8s ease,filter .8s ease;transform-origin:center top}
.scene-section.scene-pending{opacity:.45;transform:translateY(90px) scale(.975);filter:blur(4px)}
.scene-section.scene-active{opacity:1;transform:translateY(0) scale(1);filter:none}
@media (prefers-reduced-motion:reduce){.scene-section,.reveal,.preloader{transition:none!important;animation:none!important}.scene-section.scene-pending{opacity:1;transform:none;filter:none}}

.devotion-journey{position:relative;min-height:980px;color:#fff;display:flex;align-items:center;overflow:hidden;background:#2e211b}
.journey-backdrop{position:absolute;inset:0;display:grid;grid-template-columns:1.1fr .9fr;gap:0;transform:scale(1.03)}
.journey-backdrop img{width:100%;height:100%;object-fit:cover;filter:saturate(.65) sepia(.18)}
.journey-backdrop img:first-child{object-position:center 30%}
.journey-backdrop img:last-child{object-position:center}
.journey-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(32,20,15,.96) 0%,rgba(43,27,20,.86) 42%,rgba(43,27,20,.62) 70%,rgba(32,20,15,.82) 100%)}
.journey-overlay::after{content:"राधे";position:absolute;right:-1vw;bottom:-6vw;font-family:"Cormorant Garamond",serif;font-size:clamp(170px,28vw,420px);line-height:.8;color:rgba(255,255,255,.035);white-space:nowrap}
.journey-content{position:relative;z-index:2;width:min(1180px,100%);margin:auto}
.devotion-journey h2{font-family:"Cormorant Garamond",serif;font-size:clamp(58px,8vw,112px);font-weight:500;line-height:.9;margin:20px 0 28px;max-width:900px}
.devotion-journey h2 em{color:#d7b27c}
.journey-lead{max-width:650px;color:#e1d4ca;font-size:17px;line-height:1.8}
.journey-steps{margin-top:70px;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid rgba(255,255,255,.25)}
.journey-step{padding:28px 22px 0 0;min-height:220px;position:relative}
.journey-step::before{content:"";position:absolute;top:-5px;left:0;width:9px;height:9px;border-radius:50%;background:#d7b27c;box-shadow:0 0 0 7px rgba(215,178,124,.12)}
.journey-step span{font-size:10px;letter-spacing:.18em;color:#d7b27c}
.journey-step h3{font-family:"Cormorant Garamond",serif;font-size:31px;margin:22px 0 8px;font-weight:500}
.journey-step p{color:#cdbfb5;font-size:13px;line-height:1.65;max-width:180px}
.journey-signature{margin-top:40px;font-family:"Cormorant Garamond",serif;font-size:clamp(42px,5vw,68px);color:#d7b27c;text-align:right}
.journey-signature small{display:block;font-family:"Manrope",sans-serif;font-size:9px;text-transform:uppercase;letter-spacing:.25em;color:#d6c9bf;margin-top:8px}

.feature-band{position:relative;overflow:hidden}
.feature-band::after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 75% 20%,rgba(201,160,109,.15),transparent 28%)}
.feature-copy::before{content:"राधे राधे";display:block;font-family:"Cormorant Garamond",serif;font-size:clamp(58px,8vw,114px);line-height:.8;color:rgba(134,95,55,.1);margin-bottom:-8px;white-space:nowrap}

@media(max-width:900px){
  .devotion-journey{min-height:auto}
  .journey-backdrop{grid-template-columns:1fr}.journey-backdrop img:last-child{display:none}
  .journey-overlay{background:rgba(35,22,16,.88)}
  .journey-steps{grid-template-columns:1fr 1fr;border-top:0;gap:22px}
  .journey-step{border-top:1px solid rgba(255,255,255,.22);padding-top:24px;min-height:170px}
  .journey-step::before{top:-5px}
}
@media(max-width:560px){
  .preloader-radhe{font-size:68px}.preloader-brand{font-size:25px}
  .devotion-journey{padding-top:100px;padding-bottom:100px}
  .devotion-journey h2{font-size:55px}
  .journey-steps{grid-template-columns:1fr;margin-top:50px}
  .journey-step{min-height:140px}.journey-step p{max-width:none}
  .journey-signature{text-align:left}
  .feature-copy::before{font-size:58px;white-space:normal}
}

/* Journey of Devotion refinement — layout only; existing imagery, palette and brand styling retained */
.devotion-journey{
  min-height:860px;
  align-items:center;
}
.journey-content{
  width:min(1180px,88vw);
  padding:92px 0 78px;
}
.devotion-journey .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin:0 0 22px;
}
.devotion-journey .eyebrow::after{
  content:"";
  width:72px;
  height:1px;
  background:rgba(215,178,124,.75);
}
.devotion-journey h2{
  max-width:780px;
  margin:0 0 24px;
  font-size:clamp(52px,6.25vw,90px);
  line-height:.94;
  letter-spacing:-.02em;
}
.devotion-journey h2 em{
  display:block;
  margin-top:10px;
  font-size:.82em;
  line-height:1;
}
.journey-lead{
  max-width:610px;
  margin:0;
  font-size:16px;
  line-height:1.75;
}
.journey-steps{
  margin-top:54px;
}
.journey-step{
  min-height:190px;
  padding-top:25px;
}
.journey-step h3{
  margin-top:18px;
  font-size:28px;
}
.journey-signature{
  margin-top:24px;
  font-size:clamp(38px,4.2vw,58px);
}

@media(max-width:900px){
  .journey-content{width:min(88vw,720px);padding:88px 0 72px}
  .devotion-journey h2{font-size:clamp(52px,9vw,76px);max-width:680px}
  .devotion-journey h2 em{font-size:.86em}
  .journey-steps{margin-top:46px}
}

@media(max-width:560px){
  .journey-content{width:88vw;padding:78px 0 64px}
  .devotion-journey h2{font-size:48px;line-height:.98}
  .devotion-journey h2 em{margin-top:8px;font-size:.82em}
  .journey-lead{font-size:15px;line-height:1.7}
  .journey-steps{margin-top:40px}
}

/* JOURNEY FIX V2 — stronger, clearly visible refinement */
.devotion-journey{min-height:820px!important;align-items:center!important}
.journey-content{width:min(1080px,86vw)!important;padding:82px 0 64px!important;margin:0 auto!important}
.devotion-journey .eyebrow{margin-bottom:18px!important}
.devotion-journey h2{font-size:clamp(48px,5.4vw,78px)!important;line-height:.98!important;max-width:720px!important;margin:0 0 22px!important;letter-spacing:-.015em!important}
.devotion-journey h2 em{display:block!important;font-size:.72em!important;line-height:1.05!important;margin-top:12px!important;color:#d7b27c!important}
.journey-lead{max-width:590px!important;font-size:15px!important;line-height:1.75!important}
.journey-steps{margin-top:42px!important;gap:18px!important;border-top-color:rgba(255,255,255,.18)!important}
.journey-step{min-height:165px!important;padding:22px 14px 0 0!important}
.journey-step h3{font-size:25px!important;margin:16px 0 6px!important}
.journey-step p{font-size:12px!important;line-height:1.55!important}
.journey-signature{margin-top:20px!important;font-size:clamp(34px,3.6vw,50px)!important}
@media(max-width:900px){.devotion-journey h2{font-size:clamp(46px,8vw,66px)!important}.journey-content{padding:74px 0 60px!important}.journey-steps{grid-template-columns:1fr 1fr!important}}
@media(max-width:560px){.devotion-journey h2{font-size:42px!important}.devotion-journey h2 em{font-size:.78em!important}.journey-steps{grid-template-columns:1fr!important}.journey-content{width:88vw!important;padding:68px 0 54px!important}}


/* VISUAL FIX V3 — confirmed corrections only: brand numeral, reviews alignment, journey layout */
.brand-two{
  display:inline-block;
  font-size:1.06em;
  line-height:1;
  transform:translateY(.015em) scaleX(1.03);
  transform-origin:center;
  font-variant-numeric:lining-nums;
  font-feature-settings:"lnum" 1;
}
.brand-words strong,.footer-brand strong{font-variant-numeric:lining-nums;font-feature-settings:"lnum" 1}

/* Google reviews heading: prevent overflow and keep a clean two-column hierarchy */
.reviews{overflow:hidden}
.reviews-intro{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 260px!important;
  align-items:end!important;
  gap:56px!important;
}
.reviews-heading{min-width:0}
.reviews-heading h2{
  max-width:760px;
  margin:18px 0 0;
  overflow-wrap:normal;
}
.rating-mark{
  width:260px;
  align-items:flex-start!important;
  justify-self:end;
  padding:26px 0 4px 32px;
  border-left:1px solid rgba(255,255,255,.18);
}
.rating-mark strong{font-size:58px!important;line-height:.88!important;white-space:nowrap}
.rating-mark span{font-size:18px;line-height:1.2;margin-top:16px;white-space:nowrap}
.rating-mark small{font-size:11px;line-height:1.4;margin-top:9px!important}

/* Journey section: same images and colours, redesigned composition for clarity */
.devotion-journey{
  min-height:900px!important;
  padding-top:0!important;
  padding-bottom:0!important;
  align-items:stretch!important;
}
.journey-overlay{
  background:linear-gradient(90deg,rgba(30,18,13,.97) 0%,rgba(36,22,16,.92) 42%,rgba(36,22,16,.64) 67%,rgba(28,17,12,.82) 100%)!important;
}
.journey-content{
  width:min(1220px,90vw)!important;
  padding:105px 0 82px!important;
  display:grid!important;
  grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr)!important;
  grid-template-rows:auto auto auto 1fr auto!important;
  column-gap:82px!important;
  align-items:start!important;
}
.devotion-journey .eyebrow{grid-column:1;grid-row:1;margin:0 0 24px!important}
.devotion-journey h2{
  grid-column:1;
  grid-row:2;
  max-width:570px!important;
  font-size:clamp(54px,5.1vw,78px)!important;
  line-height:.96!important;
  margin:0 0 28px!important;
}
.devotion-journey h2 em{
  display:block!important;
  font-size:.72em!important;
  margin-top:14px!important;
  line-height:1.08!important;
}
.journey-lead{
  grid-column:1;
  grid-row:3;
  max-width:520px!important;
  font-size:16px!important;
  line-height:1.8!important;
  margin:0!important;
}
.journey-steps{
  grid-column:2;
  grid-row:1 / span 4;
  margin:0!important;
  border-top:0!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:14px!important;
  align-self:center!important;
}
.journey-step{
  min-height:0!important;
  padding:24px 22px!important;
  border:1px solid rgba(255,255,255,.15)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025))!important;
  backdrop-filter:blur(3px);
  position:relative;
}
.journey-step::before{display:none!important}
.journey-step span{display:block;font-size:10px!important;margin-bottom:16px;color:#d7b27c!important}
.journey-step h3{font-size:27px!important;margin:0 0 8px!important}
.journey-step p{font-size:12.5px!important;line-height:1.6!important;max-width:none!important;margin:0!important}
.journey-step:nth-child(5){grid-column:1 / -1}
.journey-signature{
  grid-column:1;
  grid-row:5;
  margin:44px 0 0!important;
  text-align:left!important;
  font-size:clamp(34px,3.3vw,48px)!important;
}

@media(max-width:1000px){
  .reviews-intro{grid-template-columns:1fr!important;gap:28px!important}
  .rating-mark{justify-self:start;width:auto;padding:20px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.18)}
  .journey-content{grid-template-columns:1fr!important;display:block!important;padding:90px 0 72px!important}
  .devotion-journey h2{max-width:700px!important}
  .journey-lead{max-width:650px!important}
  .journey-steps{margin-top:50px!important;grid-template-columns:1fr 1fr!important}
  .journey-signature{margin-top:30px!important}
}
@media(max-width:560px){
  .brand-two{font-size:1.08em}
  .reviews-heading h2{font-size:48px!important}
  .rating-mark strong{font-size:48px!important}
  .devotion-journey{min-height:auto!important}
  .journey-content{padding:76px 0 62px!important}
  .devotion-journey h2{font-size:46px!important}
  .journey-steps{grid-template-columns:1fr!important;margin-top:42px!important}
  .journey-step:nth-child(5){grid-column:auto}
}

/* Structure Demo V4: category showcase and final homepage flow */
.category-showcase{background:#f7f1e7}
.category-showcase .section-head{margin-bottom:52px}
.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.category-card{position:relative;min-height:390px;overflow:hidden;background:#261b16;color:#fff;isolation:isolate}
.category-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 24%,rgba(22,13,9,.92) 100%);z-index:1}
.category-card img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .8s ease,filter .8s ease;filter:saturate(.78)}
.category-card:hover img{transform:scale(1.045);filter:saturate(.95)}
.category-card>div{position:absolute;left:0;right:0;bottom:0;padding:28px;z-index:2}
.category-card span{font-size:10px;letter-spacing:.18em;color:#dfbd83}
.category-card h3{font-family:"Cormorant Garamond",serif;font-size:31px;font-weight:500;line-height:1.02;margin:9px 0 8px}
.category-card p{font-size:12px;color:#e4d8ce;margin:0;max-width:290px}
.category-demo-note{margin:24px 0 0;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.12em;text-align:center}
.why-section{border-top:1px solid var(--line)}
@media(max-width:900px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card{min-height:350px}}
@media(max-width:560px){.category-grid{grid-template-columns:1fr}.category-card{min-height:380px}.category-card>div{padding:24px}}


/* Final homepage refinement: featured auto-slider + text-only Why section */
.featured-heading{margin-bottom:64px}
.featured-showcase{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:7vw;align-items:center}
.featured-slider{position:relative;min-height:680px;overflow:hidden;background:var(--cream);box-shadow:0 32px 80px rgba(60,43,36,.12)}
.featured-track{position:absolute;inset:0}
.featured-slide{position:absolute;inset:0;margin:0;opacity:0;transform:scale(1.025);transition:opacity 1s ease,transform 1.4s ease}
.featured-slide.is-active{opacity:1;transform:scale(1)}
.featured-slide img{width:100%;height:100%;object-fit:cover;display:block}
.featured-slider::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(36,24,19,.26));pointer-events:none}
.featured-dots{position:absolute;left:28px;bottom:24px;display:flex;gap:10px;z-index:2}
.featured-dots button{width:32px;height:2px;padding:0;border:0;background:rgba(255,255,255,.48);cursor:pointer;transition:.35s}
.featured-dots button.is-active{width:58px;background:#fff}
.featured-copy{max-width:560px}
.featured-copy h3{font-family:"Cormorant Garamond",serif;font-weight:500;line-height:.94;font-size:clamp(52px,5.5vw,84px);margin:22px 0 28px}
.featured-copy>p:not(.index){color:var(--muted);font-size:16px;max-width:520px}
.featured-copy .btn{margin-top:28px}

.why-text-only{position:relative;overflow:hidden;background:linear-gradient(135deg,#efe4d5 0%,#fbf8f2 54%,#f1e6d7 100%);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.why-text-only::before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(180,150,98,.22);border-radius:50%;right:-180px;top:-230px}
.why-text-only::after{content:"";position:absolute;width:320px;height:320px;border:1px solid rgba(180,150,98,.18);border-radius:50%;left:-130px;bottom:-180px}
.why-intro{position:relative;z-index:1;display:grid;grid-template-columns:.85fr 1.15fr;column-gap:8vw;align-items:end;padding-bottom:70px;border-bottom:1px solid rgba(60,43,36,.16)}
.why-intro .eyebrow{grid-column:1/-1}
.why-intro h2{font-family:"Cormorant Garamond",serif;font-weight:500;line-height:.94;font-size:clamp(54px,6.2vw,94px);margin:20px 0 0}
.why-lead{font-family:"Cormorant Garamond",serif;font-size:clamp(24px,2.5vw,38px);line-height:1.28;color:#6f5d52;margin:0;max-width:760px}
.why-values{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);margin-top:54px;border-top:1px solid rgba(60,43,36,.14);border-left:1px solid rgba(60,43,36,.14)}
.why-value{padding:34px 28px 40px;border-right:1px solid rgba(60,43,36,.14);border-bottom:1px solid rgba(60,43,36,.14);min-height:280px}
.why-value span{display:block;font-size:10px;letter-spacing:.18em;color:var(--gold);margin-bottom:48px}
.why-value h3{font-family:"Cormorant Garamond",serif;font-size:31px;line-height:1.05;font-weight:500;margin:0 0 18px}
.why-value p{font-size:14px;color:var(--muted);margin:0}

@media(max-width:900px){
  .featured-showcase{grid-template-columns:1fr;gap:48px}
  .featured-slider{min-height:560px}
  .why-intro{grid-template-columns:1fr;gap:34px;padding-bottom:52px}
  .why-values{grid-template-columns:1fr 1fr}
}
@media(max-width:580px){
  .featured-slider{min-height:460px}
  .featured-dots{left:20px;bottom:18px}
  .why-values{grid-template-columns:1fr}
  .why-value{min-height:auto}
}

/* Premium shopping experience */
.cart-trigger{position:fixed;top:112px;right:28px;z-index:75;border:1px solid rgba(58,39,29,.2);background:rgba(250,247,241,.94);backdrop-filter:blur(14px);padding:12px 16px;font:600 11px "Manrope",sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);cursor:pointer;box-shadow:0 12px 32px rgba(55,37,27,.1)}
.cart-trigger span{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:9px;border-radius:50%;background:var(--ink);color:#fff;font-size:10px}
.shop-preview{background:#fffaf3;border-top:1px solid var(--line)}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.product-card{background:#fff;border:1px solid rgba(80,56,43,.12);transition:transform .45s ease,box-shadow .45s ease,border-color .45s ease;overflow:hidden}
.product-card:hover{transform:translateY(-8px);box-shadow:0 28px 65px rgba(64,43,31,.14);border-color:rgba(174,131,72,.32)}
.product-image-wrap{position:relative;display:block;width:100%;aspect-ratio:4/5;padding:0;border:0;overflow:hidden;background:#eee4d8;cursor:zoom-in}
.product-image-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .9s cubic-bezier(.2,.75,.25,1),filter .6s ease}
.product-card:hover .product-image-wrap img{transform:scale(1.085);filter:saturate(1.04)}
.product-image-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(30,19,13,.34));opacity:0;transition:.45s}
.product-card:hover .product-image-wrap::after{opacity:1}
.image-view-label{position:absolute;left:50%;bottom:24px;z-index:2;transform:translate(-50%,14px);opacity:0;color:#fff;font-size:10px;letter-spacing:.17em;text-transform:uppercase;white-space:nowrap;transition:.45s}
.product-card:hover .image-view-label{transform:translate(-50%,0);opacity:1}
.product-info{padding:24px}
.product-category{margin:0 0 10px;font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}
.product-info h3{font-family:"Cormorant Garamond",serif;font-size:29px;line-height:1.02;font-weight:600;margin:0 0 12px}
.product-description{font-size:13px;color:var(--muted);min-height:60px;margin:0 0 20px}
.product-meta{display:flex;justify-content:space-between;gap:14px;align-items:end;padding-top:17px;border-top:1px solid var(--line);font-size:11px}
.product-meta strong{font-family:"Cormorant Garamond",serif;font-size:18px;font-weight:600}
.product-meta span{color:var(--muted);text-align:right}
.add-to-cart{width:100%;margin-top:20px;padding:14px;border:1px solid var(--ink);background:transparent;color:var(--ink);font:600 10px "Manrope",sans-serif;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:.35s}
.add-to-cart:hover,.add-to-cart.is-added{background:var(--ink);color:#fff}
.shop-note{text-align:center;margin:28px 0 0;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
.cart-backdrop{position:fixed;inset:0;z-index:140;background:rgba(31,20,14,.46);backdrop-filter:blur(3px);opacity:0;pointer-events:none;transition:.4s}
.cart-backdrop.open{opacity:1;pointer-events:auto}
.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(470px,100%);z-index:150;background:#fbf7f0;box-shadow:-25px 0 70px rgba(31,20,14,.22);transform:translateX(105%);transition:transform .5s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column}
.cart-drawer.open{transform:none}
.cart-head{display:flex;justify-content:space-between;align-items:start;padding:36px 32px 25px;border-bottom:1px solid var(--line)}
.cart-head .eyebrow{margin:0 0 8px}.cart-head h2{font-family:"Cormorant Garamond",serif;font-size:42px;margin:0;font-weight:500}.cart-head button{border:0;background:none;font:300 38px/1 sans-serif;cursor:pointer;color:var(--ink)}
.cart-items{padding:10px 30px;overflow:auto;flex:1}
.cart-item{display:grid;grid-template-columns:82px 1fr auto;gap:16px;padding:20px 0;border-bottom:1px solid var(--line);align-items:center}
.cart-item img{width:82px;height:104px;object-fit:cover}.cart-item h3{font-family:"Cormorant Garamond",serif;font-size:22px;line-height:1;margin:0 0 10px}.cart-item small{color:var(--muted)}
.cart-qty{display:flex;align-items:center;gap:10px;margin-top:13px}.cart-qty button{width:26px;height:26px;border:1px solid var(--line);background:#fff;cursor:pointer}.cart-remove{border:0;background:transparent;color:#8c7061;cursor:pointer;font-size:18px}
.cart-empty{display:none;flex:1;text-align:center;align-items:center;justify-content:center;flex-direction:column;color:var(--muted);padding:40px}.cart-empty.show{display:flex}.cart-empty span{font-size:40px;color:var(--gold);margin-bottom:16px}
.cart-footer{padding:24px 30px 30px;border-top:1px solid var(--line);background:#fff}.cart-footer p{font-size:11px;color:var(--muted);margin:0 0 18px}.cart-checkout{width:100%;border:0}.cart-checkout:disabled{opacity:.45;cursor:not-allowed}
.image-modal{position:fixed;inset:0;z-index:200;background:rgba(21,14,10,.94);display:grid;place-items:center;padding:70px 24px 48px;opacity:0;visibility:hidden;transition:.4s}
.image-modal.open{opacity:1;visibility:visible}.image-modal-stage{width:min(900px,90vw);height:min(78vh,850px);overflow:hidden;cursor:zoom-in}.image-modal-stage img{width:100%;height:100%;object-fit:contain;transition:transform .35s;transform-origin:center}.image-modal-stage:hover img{transform:scale(1.35)}
.image-modal-close{position:absolute;right:28px;top:22px;border:0;background:none;color:#fff;font-size:42px;cursor:pointer}.image-modal p{color:#fff;font-family:"Cormorant Garamond",serif;font-size:25px;margin:16px 0 0;text-align:center}
body.cart-open,body.modal-open{overflow:hidden}
.preloader{background:radial-gradient(circle at center,#3a2118 0%,#1d100b 70%)}
.preloader-mandala{box-shadow:0 0 80px rgba(218,177,105,.18);animation:preloaderSpin 16s linear infinite}
.preloader-radhe{text-shadow:0 0 28px rgba(225,187,117,.35)}
@keyframes preloaderSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}
@media(max-width:1050px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-trigger{top:auto;bottom:86px;right:18px}}
@media(max-width:580px){.product-grid{grid-template-columns:1fr}.product-description{min-height:0}.cart-trigger{bottom:78px}.cart-head{padding:28px 22px 20px}.cart-items{padding:8px 22px}.cart-footer{padding:20px 22px 24px}.image-modal-stage{height:72vh}}

/* Final signature banner update */
.featured-banner-showcase{display:block}
.featured-banner-slider{width:100%;min-height:0;aspect-ratio:1920/900;background:#2d211c}
.featured-banner-slider .featured-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(32,21,17,.86) 0%,rgba(32,21,17,.61) 38%,rgba(32,21,17,.12) 70%,rgba(32,21,17,.06) 100%);z-index:1}
.featured-banner-slider .featured-slide img{object-fit:cover}
.featured-slide-copy{position:absolute;left:clamp(28px,5vw,84px);top:50%;z-index:2;transform:translateY(-50%);width:min(600px,44%);color:#fff}
.featured-slide-copy .index{color:#dfbd83;margin:0 0 15px}
.featured-slide-copy h3{font-family:"Cormorant Garamond",serif;font-weight:500;font-size:clamp(34px,4.1vw,68px);line-height:.95;margin:0 0 22px;text-shadow:0 3px 24px rgba(0,0,0,.28)}
.featured-slide-copy h3 em{color:#edcf9b}
.featured-slide-copy>p:not(.index):not(.size-badge){max-width:570px;font-size:clamp(13px,1.15vw,17px);line-height:1.75;color:rgba(255,255,255,.88);margin:0 0 18px}
.size-badge{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 24px;padding:10px 15px;border:1px solid rgba(255,255,255,.35);background:rgba(26,17,13,.3);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#fff;backdrop-filter:blur(4px)}
.size-badge span{color:#edcf9b;font-weight:600}
.featured-slide-copy .btn{padding:13px 20px}
.featured-banner-slider .featured-dots{z-index:4}

/* Footer alignment and typography correction */
.site-footer{align-items:center}
.site-footer .footer-brand,.site-footer .footer-links,.site-footer .footer-bottom,.site-footer .footer-brand>div{border-top:0;padding-top:0}
.site-footer .footer-brand>div{display:block}
.site-footer .footer-brand img{width:76px;height:76px;object-fit:contain;border-radius:0;flex:0 0 auto}
.site-footer .footer-brand strong{display:block;font-size:30px;line-height:1.05;letter-spacing:.01em}
.site-footer .footer-brand p{margin:7px 0 0;font-size:13px;line-height:1.55}
.site-footer .footer-links{justify-content:flex-end;line-height:1.4}
.site-footer .footer-links a{display:inline-flex;align-items:center;min-height:32px}
.site-footer .footer-bottom{padding-top:22px;border-top:1px solid rgba(255,255,255,.15);align-items:center}
.site-footer .footer-bottom span,.site-footer .footer-bottom a{line-height:1.4}

@media(max-width:900px){
  .featured-banner-slider{aspect-ratio:auto;min-height:620px}
  .featured-slide-copy{width:min(620px,78%)}
  .site-footer .footer-links{justify-content:flex-start}
}
@media(max-width:560px){
  .featured-banner-slider{min-height:600px}
  .featured-banner-slider .featured-slide img{object-position:center}
  .featured-banner-slider .featured-slide::after{background:linear-gradient(180deg,rgba(30,20,16,.35) 0%,rgba(30,20,16,.84) 52%,rgba(30,20,16,.94) 100%)}
  .featured-slide-copy{left:22px;right:22px;top:auto;bottom:58px;width:auto;transform:none}
  .featured-slide-copy h3{font-size:39px;margin-bottom:16px}
  .featured-slide-copy>p:not(.index):not(.size-badge){font-size:13px;line-height:1.6}
  .size-badge{gap:8px;font-size:9px;margin-bottom:17px}
  .featured-slide-copy .btn{padding:11px 16px;font-size:10px}
  .site-footer{gap:28px}
  .site-footer .footer-brand{align-items:flex-start}
  .site-footer .footer-brand strong{font-size:26px}
  .site-footer .footer-links{gap:10px;align-items:flex-start}
  .site-footer .footer-bottom{align-items:flex-start}
}

/* FINAL HERO + CATEGORY IMPLEMENTATION */
.hero-banner{min-height:100svh;display:flex;align-items:center;position:relative;overflow:hidden;padding:150px 7vw 90px;background:#241713;color:#fff}
.hero-banner-media{position:absolute;inset:0}
.hero-banner-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:scale(1.01)}
.hero-banner-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(30,18,13,.93) 0%,rgba(35,21,15,.79) 38%,rgba(35,21,15,.35) 65%,rgba(35,21,15,.12) 100%),linear-gradient(0deg,rgba(21,13,10,.48),transparent 45%)}
.hero-banner-copy{position:relative;z-index:2;width:min(680px,54vw);padding:42px 0}
.hero-banner .eyebrow{color:#e2be86}
.hero-banner h1{font-family:"Cormorant Garamond",serif;font-weight:500;line-height:.92;margin:22px 0;font-size:clamp(58px,7.3vw,112px);letter-spacing:-.025em;text-shadow:0 12px 45px rgba(0,0,0,.3)}
.hero-banner h1 em{color:#e4bc7c}
.hero-banner .hero-text{color:#f1e8df;max-width:620px;font-size:17px;line-height:1.8}
.hero-banner .btn-dark{background:#f6efe5;color:#38261f;border-color:#f6efe5}.hero-banner .btn-dark:hover{background:#e1bd83;border-color:#e1bd83}
.hero-banner .hero-whatsapp{color:#fff;border-color:rgba(255,255,255,.6)}.hero-banner .hero-whatsapp:hover{background:#fff;color:#38261f}
.hero-signature{display:flex;gap:0;margin-top:45px;border-top:1px solid rgba(255,255,255,.28);max-width:660px}
.hero-signature span{font-size:10px;text-transform:uppercase;letter-spacing:.13em;padding:18px 22px 0 0;margin-right:22px;border-right:1px solid rgba(255,255,255,.22);color:#eaded4}.hero-signature span:last-child{border:0}
.hero-banner-note{position:absolute;z-index:2;right:5vw;bottom:55px;width:260px;padding:20px 22px;background:rgba(251,248,242,.9);backdrop-filter:blur(12px);color:#3c2b24;font-family:"Cormorant Garamond",serif;font-size:21px;line-height:1.25;border-left:3px solid #b49662;box-shadow:0 20px 60px rgba(0,0,0,.15)}
.hero-banner .scroll-cue{color:rgba(255,255,255,.68)}
.category-showcase{background:linear-gradient(180deg,#fbf8f2 0%,#f2e8db 100%)}
.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}
.category-card{background:#fff;border:1px solid rgba(91,61,43,.12);overflow:hidden;position:relative;box-shadow:0 18px 45px rgba(66,43,31,.08);transition:transform .45s ease,box-shadow .45s ease}
.category-card:hover{transform:translateY(-8px);box-shadow:0 30px 70px rgba(66,43,31,.16)}
.category-image{aspect-ratio:1/1;overflow:hidden;background:#eee6db}
.category-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s cubic-bezier(.2,.7,.2,1)}
.category-card:hover .category-image img{transform:scale(1.035)}
.category-copy{padding:28px 30px 31px;position:relative}
.category-copy>span{font-size:10px;letter-spacing:.2em;color:#b49662}
.category-copy h3{font-family:"Cormorant Garamond",serif;font-weight:600;font-size:clamp(29px,3vw,43px);line-height:1.02;margin:10px 0 12px}
.category-copy p{color:#7d6b61;margin:0;max-width:520px;font-size:14px}
.category-link{display:inline-flex;align-items:center;gap:10px;margin-top:20px;color:#3c2b24;text-decoration:none;text-transform:uppercase;letter-spacing:.12em;font-size:10px;border-bottom:1px solid rgba(60,43,36,.45);padding-bottom:5px}
.category-link b{font-size:14px;font-weight:400}
.category-demo-note{text-align:center;margin-top:38px;color:#8a7569;font-size:12px}
@media(max-width:900px){.hero-banner{padding:135px 6vw 80px;align-items:flex-end}.hero-banner-overlay{background:linear-gradient(0deg,rgba(29,18,13,.94) 0%,rgba(29,18,13,.73) 48%,rgba(29,18,13,.24) 100%)}.hero-banner-copy{width:100%;padding-top:280px}.hero-banner-note{display:none}.hero-signature{flex-wrap:wrap}.category-grid{grid-template-columns:1fr}.category-image{aspect-ratio:1/1}}
@media(max-width:560px){.hero-banner{min-height:92svh;padding:115px 6vw 55px}.hero-banner-media img{object-position:58% center}.hero-banner-copy{padding-top:235px}.hero-banner h1{font-size:52px}.hero-banner .hero-text{font-size:15px}.hero-signature{margin-top:28px}.hero-signature span{width:50%;border-right:0;margin:0;padding:12px 12px 0 0}.category-copy{padding:23px 22px 26px}.category-copy h3{font-size:32px}}

/* Client-approved visibility and category-fit refinement */
.site-header{
  height:96px;
  padding:12px 4.5vw;
  background:rgba(251,248,242,.97);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(60,43,36,.12);
  box-shadow:0 8px 28px rgba(60,43,36,.07);
}
.site-header.scrolled{background:rgba(251,248,242,.98)}
.brand{gap:16px;min-width:max-content}
.brand img{width:74px;height:74px;object-fit:contain;filter:drop-shadow(0 5px 12px rgba(60,43,36,.12))}
.brand-words{line-height:1;min-width:max-content}
.brand-words strong{font-size:32px!important;font-weight:700;color:#35231c;letter-spacing:.005em;text-shadow:none}
.brand-words small{font-size:10px;letter-spacing:.32em;color:#967649;margin-top:8px;font-weight:600}
.nav{gap:25px}
.nav a{font-weight:600;color:#4a352c}

/* Preserve each completed square category artwork without cropping or stretching. */
.category-showcase{padding-top:105px}
.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 34px}
.category-card{
  min-height:0!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  isolation:auto!important;
  background:#fffdf9!important;
  color:var(--brown)!important;
  border-radius:20px;
  border:1px solid rgba(145,105,62,.17)!important;
  box-shadow:0 18px 50px rgba(66,43,31,.10)!important;
}
.category-card::after{display:none!important}
.category-image{
  position:relative!important;
  inset:auto!important;
  width:100%;
  aspect-ratio:1/1;
  padding:10px;
  overflow:hidden;
  background:#f4ede3;
  border-bottom:1px solid rgba(145,105,62,.12);
}
.category-image img,
.category-card img{
  position:static!important;
  inset:auto!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:none!important;
  border-radius:13px;
  background:#f8f2e9;
}
.category-card:hover .category-image img,
.category-card:hover img{transform:scale(1.012)!important;filter:none!important}
.category-copy,
.category-card>div.category-copy{
  position:static!important;
  inset:auto!important;
  padding:24px 28px 28px!important;
  z-index:auto!important;
  background:#fffdf9;
  text-align:left;
}
.category-copy>span,.category-card span{color:#a17b48!important;font-weight:600}
.category-copy h3,.category-card h3{
  color:#3c2b24!important;
  font-size:clamp(28px,2.5vw,40px)!important;
  line-height:1.08!important;
  margin:8px 0 10px!important;
  overflow-wrap:anywhere;
}
.category-copy p,.category-card p{color:#7d6b61!important;font-size:14px!important;line-height:1.65;margin:0!important;max-width:none!important}

@media(max-width:900px){
  .site-header{height:86px;padding:10px 5vw}
  .brand img{width:64px;height:64px}
  .brand-words strong{font-size:27px!important}
  .category-grid{grid-template-columns:1fr;gap:28px}
}
@media(max-width:560px){
  .site-header{height:78px}
  .brand{gap:10px}
  .brand img{width:55px;height:55px}
  .brand-words strong{font-size:21px!important}
  .brand-words small{font-size:7px;letter-spacing:.22em;margin-top:6px}
  .category-showcase{padding-top:82px}
  .category-image{padding:7px}
  .category-copy,.category-card>div.category-copy{padding:20px 20px 23px!important}
  .category-copy h3,.category-card h3{font-size:29px!important}
}

/* Client review fix V2: strong brand visibility and clean category presentation */
.site-header{background:#fffaf2!important;box-shadow:0 10px 32px rgba(53,35,28,.11)!important}
.brand{display:flex!important;align-items:center!important;gap:18px!important;opacity:1!important;visibility:visible!important}
.brand img{width:82px!important;height:72px!important;object-fit:contain!important;border-radius:10px!important;background:#fff!important;padding:4px!important}
.brand-words{display:flex!important;visibility:visible!important;opacity:1!important}
.brand-words strong{display:block!important;color:#2f1d17!important;font-size:34px!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important}
.brand-words small{display:block!important;color:#9a713e!important;font-weight:700!important}
.category-showcase .section-head{margin-bottom:48px!important}
.category-grid{align-items:start!important}
.category-card{border-radius:18px!important;background:#fff!important}
.category-image{aspect-ratio:1/1!important;padding:0!important;background:#f4ecdf!important}
.category-image img{object-fit:contain!important;width:100%!important;height:100%!important;border-radius:0!important;background:#f4ecdf!important}
.category-copy{min-height:150px!important;padding:22px 26px 26px!important;border-top:1px solid rgba(145,105,62,.12)!important}
.category-copy h3{font-size:clamp(27px,2.3vw,38px)!important;color:#2f1d17!important;white-space:normal!important}
.category-copy p{color:#705d54!important}
@media(max-width:900px){.brand img{width:68px!important;height:62px!important}.brand-words strong{font-size:27px!important}.category-copy{min-height:auto!important}}
@media(max-width:560px){.brand img{width:54px!important;height:50px!important}.brand-words strong{font-size:20px!important}.brand-words small{font-size:7px!important}.category-copy h3{font-size:28px!important}}

/* Refined V3 — compact category layout, stronger branding and emotional story */
:root{--v3-gold:#a77a3f;--v3-ink:#2f1d17;--v3-paper:#fffaf2}
.section-pad{padding:82px 6vw}
.site-header{height:90px!important;padding:9px 4.5vw!important;background:rgba(255,250,242,.96)!important;border-bottom:1px solid rgba(120,82,46,.16)!important;box-shadow:0 8px 26px rgba(53,35,28,.10)!important}
.brand{gap:14px!important}
.brand img{width:68px!important;height:64px!important;padding:3px!important;border-radius:9px!important}
.brand-words strong{font-size:32px!important;letter-spacing:.006em!important}
.brand-words small{font-size:9px!important;letter-spacing:.20em!important;text-transform:uppercase!important;color:#9b713e!important;margin-top:7px!important}
.nav{gap:22px!important}.nav a{font-size:12px!important}

.brand-pillars{display:grid;grid-template-columns:repeat(4,1fr);background:#fffaf2;border-top:1px solid rgba(132,91,50,.14);border-bottom:1px solid rgba(132,91,50,.14);padding:22px 5vw;position:relative;z-index:3}
.brand-pillars>div{padding:7px 24px;border-right:1px solid rgba(132,91,50,.16);display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:center}
.brand-pillars>div:last-child{border-right:0}.brand-pillars span{grid-row:1/3;font-size:23px;color:var(--v3-gold)}
.brand-pillars strong{font-family:"Cormorant Garamond",serif;font-size:20px;line-height:1.05;color:var(--v3-ink)}
.brand-pillars small{font-size:11px;color:#7d6b61;line-height:1.4;margin-top:4px}

.manifesto{padding-top:88px!important;padding-bottom:88px!important}.manifesto-grid{margin-top:46px!important;gap:8vw!important}
.manifesto-grid>p{font-size:17px!important;line-height:1.8!important}.manifesto-points span{padding:15px 0!important;font-size:19px!important}

.category-showcase{padding-top:80px!important;padding-bottom:82px!important}.category-showcase .section-head{margin-bottom:34px!important}
.category-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:22px!important}
.category-card{border-radius:14px!important;box-shadow:0 12px 32px rgba(66,43,31,.08)!important}
.category-card:hover{transform:translateY(-5px)!important;box-shadow:0 20px 44px rgba(66,43,31,.13)!important}
.category-image{aspect-ratio:1/1!important}
.category-copy,.category-card>div.category-copy{padding:16px 18px 19px!important;min-height:128px!important}
.category-copy>span,.category-card span{font-size:9px!important}
.category-copy h3,.category-card h3{font-size:clamp(23px,2vw,31px)!important;margin:5px 0 7px!important;line-height:1.04!important}
.category-copy p,.category-card p{font-size:12px!important;line-height:1.5!important}

.why-text-only{padding-top:80px!important;padding-bottom:80px!important}.why-values{gap:0!important}.why-value{padding-top:26px!important;padding-bottom:26px!important}
.reviews,.visit,.contact{padding-top:82px!important;padding-bottom:82px!important}

.whatsapp-float{right:22px!important;bottom:20px!important;padding:10px 16px 10px 12px!important;background:#2e5b43!important;border:1px solid rgba(255,255,255,.35)!important;box-shadow:0 14px 34px rgba(23,70,48,.25)!important}
.wa-copy{display:flex;flex-direction:column;line-height:1.05}.wa-copy b{font-size:11px;letter-spacing:.02em}.wa-copy small{font-size:9px;opacity:.82;margin-top:4px}.wa-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.12)}

.trust-strip-v3{display:grid;grid-template-columns:repeat(4,1fr);background:#efe2d2;border-top:1px solid rgba(102,68,39,.14);padding:30px 6vw}
.trust-strip-v3 div{padding:0 26px;border-right:1px solid rgba(102,68,39,.18)}.trust-strip-v3 div:first-child{padding-left:0}.trust-strip-v3 div:last-child{border-right:0}
.trust-strip-v3 strong{display:block;font-family:"Cormorant Garamond",serif;font-size:25px;color:#3b2820}.trust-strip-v3 span{display:block;font-size:11px;color:#776258;margin-top:4px}
.site-footer{padding-top:46px!important;padding-bottom:26px!important}.site-footer .footer-brand p{max-width:520px}

@media(max-width:1050px){.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.brand-pillars{grid-template-columns:repeat(2,1fr)}.brand-pillars>div:nth-child(2){border-right:0}.brand-pillars>div:nth-child(-n+2){border-bottom:1px solid rgba(132,91,50,.16);padding-bottom:16px;margin-bottom:9px}.trust-strip-v3{grid-template-columns:repeat(2,1fr);gap:20px 0}.trust-strip-v3 div:nth-child(2){border-right:0}}
@media(max-width:900px){.section-pad{padding:68px 6vw}.site-header{height:82px!important}.brand img{width:58px!important;height:56px!important}.brand-words strong{font-size:25px!important}.brand-words small{font-size:7px!important}.category-grid{gap:20px!important}.category-copy{min-height:118px!important}}
@media(max-width:620px){.site-header{height:76px!important}.brand{gap:9px!important}.brand img{width:49px!important;height:47px!important}.brand-words strong{font-size:19px!important}.brand-words small{font-size:6px!important;letter-spacing:.13em!important}.brand-pillars{grid-template-columns:1fr;padding:16px 6vw}.brand-pillars>div,.brand-pillars>div:nth-child(2){border-right:0;border-bottom:1px solid rgba(132,91,50,.14);padding:12px 0;margin:0}.brand-pillars>div:last-child{border-bottom:0}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.category-copy,.category-card>div.category-copy{padding:12px 12px 14px!important;min-height:112px!important}.category-copy h3,.category-card h3{font-size:20px!important}.category-copy p,.category-card p{font-size:10.5px!important}.category-copy>span,.category-card span{font-size:8px!important}.trust-strip-v3{grid-template-columns:1fr;padding:24px 6vw}.trust-strip-v3 div,.trust-strip-v3 div:first-child{padding:12px 0;border-right:0;border-bottom:1px solid rgba(102,68,39,.14)}.trust-strip-v3 div:last-child{border-bottom:0}.whatsapp-float{right:12px!important;bottom:12px!important}.wa-copy{display:flex!important}}

/* Kalp Koin minimal feature */
.kalpkoin-feature{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(360px,1.15fr);gap:clamp(34px,6vw,90px);align-items:center;background:#f2eadf;border-top:1px solid rgba(74,43,33,.12);border-bottom:1px solid rgba(74,43,33,.12)}
.kalpkoin-copy{max-width:540px}.kalpkoin-copy h2{margin:.45rem 0 1.15rem}.kalpkoin-copy p:not(.eyebrow){font-size:clamp(1rem,1.4vw,1.18rem);line-height:1.8;color:rgba(55,35,29,.78);margin-bottom:1.7rem}
.kalpkoin-slider{min-width:0}.kalpkoin-track{position:relative;overflow:hidden;border-radius:28px;background:#e9ddcd;aspect-ratio:16/10;box-shadow:0 24px 60px rgba(62,40,31,.14)}
.kalpkoin-slide{position:absolute;inset:0;opacity:0;transform:translateX(5%);transition:opacity .55s ease,transform .55s ease;margin:0}.kalpkoin-slide.is-active{opacity:1;transform:none;z-index:1}
.kalpkoin-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at 50% 42%,#fffaf1 0 20%,transparent 21%),linear-gradient(135deg,#f8f0e4,#dfccb2);color:#5b392e;position:relative;overflow:hidden}
.kalpkoin-placeholder:before,.kalpkoin-placeholder:after{content:"";position:absolute;border:1px solid rgba(129,88,55,.18);border-radius:50%}.kalpkoin-placeholder:before{width:44%;aspect-ratio:1}.kalpkoin-placeholder:after{width:37%;aspect-ratio:1}
.kalpkoin-placeholder span{font-size:clamp(2.4rem,6vw,5rem);z-index:1;color:#a4773f}.kalpkoin-placeholder strong{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.8rem);z-index:1;margin-top:.4rem}.kalpkoin-placeholder small{z-index:1;letter-spacing:.16em;text-transform:uppercase;margin-top:.55rem;opacity:.58}
.kalpkoin-controls{display:flex;justify-content:flex-end;align-items:center;gap:15px;margin-top:16px}.kalpkoin-controls button{width:44px;height:44px;border:1px solid rgba(65,42,33,.24);border-radius:50%;background:transparent;font-size:1.15rem;cursor:pointer}.kalpkoin-controls span{font-size:.8rem;letter-spacing:.14em}
.review-source-card{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:clamp(25px,4vw,48px);border:1px solid rgba(255,255,255,.18);border-radius:24px;background:rgba(255,255,255,.07)}.review-source-card>div{display:flex;align-items:center;gap:22px;max-width:760px}.google-g{display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;border-radius:50%;background:#fff;color:#40342e;font-size:1.65rem;font-weight:700}.review-source-card strong{font-size:1.1rem}.review-source-card p{margin:.45rem 0 0;line-height:1.65;opacity:.76}.review-note{text-align:center;max-width:760px;margin:22px auto 0;font-size:.86rem;opacity:.62}
@media(max-width:800px){.kalpkoin-feature{grid-template-columns:1fr}.kalpkoin-track{aspect-ratio:4/3}.review-source-card{align-items:flex-start;flex-direction:column}.review-source-card>div{align-items:flex-start}.review-source-card .btn{width:100%;text-align:center}}

/* FINAL V5 — completed Kalp Koin gallery and verified-review presentation */
.kalpkoin-feature{position:relative;overflow:hidden;background:linear-gradient(135deg,#f5ede2 0%,#eee1d1 100%)}
.kalpkoin-feature:before{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(145,102,59,.12);border-radius:50%;right:-150px;top:-175px;box-shadow:0 0 0 34px rgba(145,102,59,.035),0 0 0 70px rgba(145,102,59,.025)}
.kalpkoin-copy,.kalpkoin-slider{position:relative;z-index:1}
.kalpkoin-lead{max-width:650px}
.kalpkoin-details{list-style:none;padding:0;margin:0 0 1.75rem;display:grid;gap:13px}
.kalpkoin-details li{display:grid;grid-template-columns:10px 1fr;column-gap:12px;padding-bottom:12px;border-bottom:1px solid rgba(86,56,41,.12)}
.kalpkoin-details li:before{content:"✦";color:#a8783f;font-size:10px;margin-top:5px}
.kalpkoin-details strong,.kalpkoin-details span{grid-column:2}
.kalpkoin-details strong{font-family:"Cormorant Garamond",serif;font-size:20px;color:#3f2820;font-weight:600}
.kalpkoin-details span{font-size:12px;line-height:1.55;color:#7b6559;margin-top:2px}
.kalpkoin-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.kalpkoin-actions small{max-width:260px;font-size:10px;line-height:1.5;color:#7b6559}
.kalpkoin-track{aspect-ratio:4/3;background:#dfcfba;border:1px solid rgba(83,52,37,.12);box-shadow:0 30px 75px rgba(57,36,28,.18)}
.kalpkoin-slide{background:#dfcfba;overflow:hidden}
.kalpkoin-slide img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.015);transition:transform 6s ease}
.kalpkoin-slide.is-active img{transform:scale(1.07)}
.kalpkoin-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(26,16,12,.55),transparent 35%);pointer-events:none}
.kalpkoin-slide figcaption{position:absolute;left:24px;bottom:20px;z-index:2;color:#fffaf3;font-size:11px;text-transform:uppercase;letter-spacing:.16em}
.kalpkoin-logo-slide{display:grid;place-items:center;background:radial-gradient(circle at center,#f7efe4,#d8c3a6)}
.kalpkoin-logo-slide img{width:min(44%,260px);height:auto;aspect-ratio:1;object-fit:cover;border-radius:50%;box-shadow:0 25px 55px rgba(56,33,24,.22);transform:none!important;image-rendering:auto}
.kalpkoin-controls{justify-content:space-between}
.kalpkoin-controls button{transition:background .25s ease,color .25s ease,transform .25s ease}
.kalpkoin-controls button:hover{background:#4a2e24;color:#fff;transform:translateY(-2px)}
.kalpkoin-dots{display:flex;justify-content:center;gap:8px;margin-top:-34px;pointer-events:none}
.kalpkoin-dots button{pointer-events:auto;width:6px;height:6px;border:0;border-radius:50%;background:rgba(74,46,36,.24);padding:0;transition:width .25s ease,background .25s ease;cursor:pointer}
.kalpkoin-dots button.is-active{width:22px;border-radius:20px;background:#8e6237}
.review-source-card{box-shadow:0 18px 55px rgba(0,0,0,.12)}
@media(max-width:800px){.kalpkoin-copy{max-width:none}.kalpkoin-track{aspect-ratio:1/1}.kalpkoin-actions{align-items:flex-start;flex-direction:column}.kalpkoin-actions .btn{width:100%;text-align:center}.kalpkoin-actions small{max-width:none}.kalpkoin-slide figcaption{left:18px;bottom:16px}.kalpkoin-logo-slide img{width:52%}}

/* FINAL BEAUTY PASS V6 — compact Kalp Koin, sliding reviews, two-branch layout */
.kalpkoin-feature{grid-template-columns:minmax(260px,.92fr) minmax(320px,1.08fr)!important;gap:clamp(28px,4vw,58px)!important;padding-top:72px!important;padding-bottom:72px!important;max-width:1180px;margin-inline:auto;border-radius:30px;margin-top:70px;margin-bottom:70px}
.kalpkoin-copy h2{font-size:clamp(42px,5vw,68px)!important}.kalpkoin-copy p:not(.eyebrow){font-size:1rem!important;line-height:1.7!important;margin-bottom:1.25rem!important}.kalpkoin-details{gap:8px!important;margin-bottom:1.3rem!important}.kalpkoin-details li{padding-bottom:8px!important}.kalpkoin-details strong{font-size:17px!important}.kalpkoin-details span{font-size:11px!important}.kalpkoin-track{aspect-ratio:1.18/1!important;max-height:470px}.kalpkoin-controls button{width:40px!important;height:40px!important}
.review-slider{max-width:920px;margin:0 auto}.review-track{position:relative;min-height:320px;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:rgba(255,255,255,.07);box-shadow:0 24px 65px rgba(0,0,0,.16);overflow:hidden}.review-slide{position:absolute;inset:0;opacity:0;transform:translateX(4%);transition:opacity .5s ease,transform .5s ease;padding:clamp(34px,6vw,68px);display:flex;flex-direction:column;justify-content:center}.review-slide.is-active{opacity:1;transform:none;z-index:1}.review-source{text-transform:uppercase;letter-spacing:.16em;font-size:10px;color:#d8c1ae}.review-stars{color:#d9b979;letter-spacing:.18em;margin:14px 0}.review-slide blockquote{font-family:"Cormorant Garamond",serif;font-size:clamp(26px,3.4vw,42px);line-height:1.18;margin:0;max-width:780px}.review-slide footer{background:none;padding:0;margin-top:28px;color:#cbbcaf;text-transform:uppercase;letter-spacing:.12em;font-size:10px}.review-controls{display:flex;justify-content:center;align-items:center;gap:22px;margin-top:20px}.review-controls>button{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:transparent;color:#fff;cursor:pointer}.review-dots{display:flex;gap:8px}.review-dots button{width:7px;height:7px;border:0;border-radius:50%;background:rgba(255,255,255,.28);padding:0;cursor:pointer}.review-dots button.is-active{width:24px;border-radius:20px;background:#d9b979}.reviews-actions{text-align:center;margin-top:28px}.review-note{max-width:800px!important}
.visit-compact{grid-template-columns:1.08fr .92fr!important;gap:clamp(34px,5vw,70px)!important}.branch-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:28px}.branch-card{padding:24px;border:1px solid rgba(74,43,33,.14);border-radius:20px;background:#fffaf4}.branch-card>span{font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:#98704b}.branch-card h3{font-family:"Cormorant Garamond",serif;font-size:25px;margin:8px 0}.branch-card address{font-family:inherit!important;font-size:13px!important;line-height:1.6!important}.branch-card p{font-size:11px;color:var(--muted);line-height:1.5}.branch-card a{font-size:11px;color:var(--brown);text-decoration:none;border-bottom:1px solid rgba(74,43,33,.35)}.branch-pending{opacity:.72;border-style:dashed}.map-minimal{min-height:360px!important;border-radius:26px;overflow:hidden}.map-minimal iframe{height:360px!important;min-height:360px!important}
@media(max-width:900px){.kalpkoin-feature{margin:40px 18px!important;padding:48px 24px!important;border-radius:24px}.visit-compact{grid-template-columns:1fr!important}.branch-list{grid-template-columns:1fr}.map-minimal,.map-minimal iframe{height:320px!important;min-height:320px!important}}
@media(max-width:560px){.review-track{min-height:360px}.review-slide{padding:28px}.review-slide blockquote{font-size:28px}.kalpkoin-track{max-height:none}}

/* FINAL DEMO V7 — rotating hero, completed second branch and launch polish */
.hero-banner-media{position:absolute;inset:0;overflow:hidden}
.hero-banner-slide{position:absolute;inset:0;opacity:0;transform:scale(1.035);transition:opacity 1.1s ease,transform 6s ease}
.hero-banner-slide.is-active{opacity:1;transform:scale(1)}
.hero-banner-slide img{width:100%;height:100%;object-fit:cover;display:block}
.hero-banner-dots{position:absolute;left:6vw;bottom:72px;z-index:5;display:flex;gap:10px}
.hero-banner-dots button{width:30px;height:3px;padding:0;border:0;background:rgba(255,255,255,.46);cursor:pointer;transition:.35s}
.hero-banner-dots button.is-active{width:58px;background:#fff}
.branch-card:not(.branch-pending){background:rgba(255,255,255,.72)}
.branch-card a{display:inline-block;margin-top:18px;color:var(--brown);text-decoration:none;border-bottom:1px solid currentColor;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:700px){.hero-banner-dots{left:6vw;bottom:28px}.hero-banner-note{display:none}}
/* V8 — single handcrafted hero and smaller Kalp Koin typography only */
.kalpkoin-copy h2{font-size:clamp(36px,4.2vw,56px)!important}
.kalpkoin-copy p:not(.eyebrow){font-size:.9rem!important;line-height:1.65!important}
.kalpkoin-details strong{font-size:15px!important}
.kalpkoin-details span{font-size:10px!important}
.kalpkoin-actions .btn{font-size:11px!important}
.kalpkoin-actions small{font-size:9px!important}

/* Premium shop and product pages */
a.category-card{color:inherit;text-decoration:none}.shop-page,.product-page{background:#f7f2e8;color:#20170f}.shop-shell,.product-shell{max-width:1280px;margin:0 auto;padding:140px 38px 80px}.shop-hero{text-align:center;padding:54px 20px 42px}.shop-hero h1{font-family:Georgia,serif;font-size:clamp(46px,7vw,92px);margin:8px 0 16px}.shop-hero p{max-width:680px;margin:auto;font-size:18px;line-height:1.7}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #d8c9ac;border-bottom:1px solid #d8c9ac;padding:18px 0;margin-bottom:34px}.shop-toolbar select{background:white;border:1px solid #cab997;padding:12px 16px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}.product-card{background:#fff;border:1px solid #eadfc9;border-radius:20px;overflow:hidden;box-shadow:0 12px 36px rgba(51,34,18,.08);transition:.3s}.product-card:hover{transform:translateY(-7px);box-shadow:0 20px 50px rgba(51,34,18,.14)}.product-image-wrap{display:block;position:relative;aspect-ratio:4/5;background:#eee5d5;overflow:hidden}.product-image-wrap img{width:100%;height:100%;object-fit:contain;transition:transform .55s}.product-card:hover img{transform:scale(1.045)}.quick-view{position:absolute;left:18px;right:18px;bottom:18px;text-align:center;padding:12px;background:rgba(22,15,10,.88);color:#fff;border-radius:999px;opacity:0;transform:translateY(8px);transition:.3s}.product-card:hover .quick-view{opacity:1;transform:none}.product-card-copy{padding:20px}.mini-cat{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#9a7641}.product-card h3{font-family:Georgia,serif;font-size:20px;line-height:1.28;margin:8px 0 14px}.product-card h3 a{color:inherit;text-decoration:none}.card-pricing{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.card-pricing strong,.card-price{font-size:22px;color:#6e3e1e}.card-pricing del{color:#93877a}.card-pricing small{width:100%;color:#398144;font-weight:700}.product-shell{max-width:1360px}.breadcrumb{display:flex;gap:9px;flex-wrap:wrap;font-size:13px;margin-bottom:24px}.breadcrumb a{color:#6e3e1e}.product-detail{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:64px;align-items:start}.product-gallery{position:sticky;top:110px}.zoom-stage{position:relative;background:#fff;border-radius:24px;padding:24px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:zoom-in;box-shadow:0 18px 55px rgba(35,24,14,.12)}.zoom-stage>img{max-width:100%;max-height:100%;object-fit:contain}.zoom-lens{display:none;position:absolute;width:150px;height:150px;border:2px solid #d5b16b;border-radius:50%;pointer-events:none;box-shadow:0 10px 30px rgba(0,0,0,.25);background-repeat:no-repeat;background-color:#fff}.gallery-open{margin-top:16px;background:none;border:0;font-weight:700;cursor:pointer}.gallery-tip{font-size:12px;color:#8a7c6d}.product-info h1{font-family:Georgia,serif;font-size:clamp(40px,5vw,68px);line-height:1.05;margin:10px 0 22px}.thought-block{background:#17120e;color:#f1c75b;border-radius:18px;padding:22px;margin-bottom:24px}.thought-block span{font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:#d9bd75}.thought-block blockquote{font-family:Georgia,serif;font-size:24px;line-height:1.55;margin:10px 0 0}.price-panel{background:#fff;border:1px solid #e1d1b6;border-radius:18px;padding:20px;margin:22px 0}.price-panel span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.14em}.price-panel strong{display:block;font-size:38px;color:#6c3c1b;margin:6px 0}.price-panel p{margin:0}.price-panel b{display:block;color:#2e7b3e;margin-top:8px}.stock{color:#2e7b3e;font-weight:700}.product-description{font-size:17px;line-height:1.8}.why-box{border-left:3px solid #c89d4d;padding:8px 0 8px 20px;margin:28px 0}.why-box h3{font-family:Georgia,serif;font-size:24px;margin:0 0 8px}.why-box p{line-height:1.7;margin:0}.purchase-row{display:flex;gap:12px;align-items:end}.purchase-row label{font-size:12px;text-transform:uppercase}.purchase-row input{display:block;width:74px;padding:14px;border:1px solid #cbb997;margin-top:5px}.full-btn{display:block;text-align:center;margin-top:12px}.product-promises{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.product-promises span{background:#eee4d3;padding:12px;border-radius:10px;font-size:12px;text-align:center}.related-wrap{margin-top:90px}.related-wrap h2{font-family:Georgia,serif;font-size:48px;margin-top:8px}.image-modal.is-open{opacity:1;visibility:visible}.image-modal{display:flex}.image-modal-stage img{max-width:92vw;max-height:90vh;object-fit:contain}.preloader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}@media(max-width:980px){.product-grid{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr}.product-gallery{position:static}.nav{display:none}.shop-shell,.product-shell{padding:110px 18px 60px}}@media(max-width:560px){.product-grid{grid-template-columns:1fr 1fr;gap:12px}.product-card-copy{padding:13px}.product-card h3{font-size:15px}.card-pricing strong,.card-price{font-size:18px}.shop-toolbar{gap:12px}.shop-toolbar select{max-width:180px}.product-promises{grid-template-columns:1fr}.product-info h1{font-size:40px}.thought-block blockquote{font-size:20px}}

/* V12 catalog integration */
.shop-hero h1{font-size:clamp(38px,5vw,66px)!important;line-height:1.08!important}.shop-hero{padding-top:35px!important}.product-info h1{font-size:clamp(30px,3.2vw,44px)!important;line-height:1.12!important;margin:8px 0 18px!important}.product-detail{gap:46px!important}.product-gallery{top:92px!important}.card-badges{position:absolute;z-index:4;top:13px;left:13px;display:flex;gap:6px;flex-wrap:wrap;max-width:82%}.gold-badge{display:inline-flex;align-items:center;background:linear-gradient(135deg,#f7df93,#b88727);color:#38220b;border:1px solid rgba(108,66,12,.25);border-radius:999px;padding:6px 10px;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 5px 15px rgba(98,61,15,.16)}.product-image-wrap.has-second-image .hover-img{position:absolute;inset:0;opacity:0}.product-image-wrap.has-second-image:hover .primary-img{opacity:0}.product-image-wrap.has-second-image:hover .hover-img{opacity:1}.product-image-wrap img{transition:opacity .38s ease,transform .55s ease!important}.detail-badges{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 13px}.detail-feature-box{background:#fff;border:1px solid #e2d2b6;border-radius:16px;padding:18px 20px;margin:20px 0}.detail-feature-box h3{font-family:Georgia,serif;font-size:21px;margin:0 0 10px}.detail-feature-box ul{margin:0;padding-left:20px;columns:2;column-gap:28px}.detail-feature-box li{margin:7px 0;break-inside:avoid;line-height:1.5}.perfect-for>div{display:flex;flex-wrap:wrap;gap:8px}.perfect-for span{background:#f3eadb;border-radius:999px;padding:8px 12px;font-size:12px}.gallery-thumbs{display:flex;gap:10px;margin-top:14px}.gallery-thumb{width:82px;height:82px;border:1px solid #d8c5a6;border-radius:12px;background:white;padding:5px;cursor:pointer}.gallery-thumb.is-active{outline:2px solid #b98b3b}.gallery-thumb img{width:100%;height:100%;object-fit:contain}.category-copy h3{font-size:clamp(21px,1.7vw,28px)!important}
@media(max-width:560px){.shop-hero h1{font-size:34px!important}.product-info h1{font-size:30px!important}.detail-feature-box ul{columns:1}.gold-badge{font-size:8px;padding:5px 8px}.gallery-thumb{width:68px;height:68px}}

/* ===== Soul 2 Soul Goods Final Client Demo V13 ===== */
:root{--cream:#f7f1e6;--cream-2:#fffaf1;--brown:#3a2618;--brown-soft:#6f4c32;--gold:#b78a45;--line-soft:#dfcfb3}
body{background:var(--cream);color:var(--brown)}
.site-header{display:flex;align-items:center;gap:24px;padding:14px clamp(18px,4vw,64px);min-height:82px;background:rgba(255,250,241,.96);border-bottom:1px solid rgba(117,83,47,.16);backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:12px;min-width:230px;text-decoration:none;color:var(--brown)}
.brand img{width:58px!important;height:58px!important;object-fit:contain!important;background:transparent!important;border-radius:50%;flex:none}
.brand-words strong{font-size:18px!important;letter-spacing:.02em;white-space:nowrap}.brand-words small{font-size:9px!important;letter-spacing:.14em}
.nav{display:flex;align-items:center;justify-content:center;gap:19px!important;margin-left:auto}.nav>a,.nav-dropdown>button{font:600 11px/1.2 "Manrope",Arial,sans-serif!important;letter-spacing:.08em;text-transform:uppercase;color:var(--brown)!important;text-decoration:none;background:none;border:0;cursor:pointer;padding:13px 4px;white-space:nowrap}
.nav-dropdown{position:relative}.nav-dropdown-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%,10px);width:290px;background:#fffaf2;border:1px solid var(--line-soft);box-shadow:0 24px 60px rgba(55,35,20,.18);padding:10px;opacity:0;visibility:hidden;transition:.25s;z-index:120}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown.open .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}.nav-dropdown-menu a{display:block;padding:12px 14px;color:var(--brown);text-decoration:none;font-size:12px;border-bottom:1px solid rgba(117,83,47,.1)}.nav-dropdown-menu a:last-child{border:0}.nav-dropdown-menu a:hover{background:#f0e4d1}
.header-cart{display:flex;align-items:center;gap:7px;border:1px solid var(--brown);background:var(--brown);color:#fff;padding:11px 14px;border-radius:999px;font:700 10px "Manrope",sans-serif;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}.header-cart b{display:grid;place-items:center;min-width:21px;height:21px;border-radius:50%;background:var(--gold);color:#fff}.bag-symbol{font-size:18px;transform:rotate(180deg)}
.menu-toggle{order:4}
.preloader-radhe{font-size:clamp(45px,7vw,74px)!important}.preloader-brand{font-size:clamp(18px,2.5vw,27px)!important;letter-spacing:.14em}.preloader-tagline{font-size:10px!important}
.shop-shell,.product-shell{padding-top:110px!important}.shop-hero{padding:28px 20px 24px!important}.shop-hero .eyebrow{margin-bottom:8px}.shop-hero h1{font-size:clamp(38px,5.5vw,70px)!important;line-height:.98!important;margin:4px 0 10px!important}.shop-hero p{font-size:15px!important;line-height:1.55!important}.shop-toolbar{margin-bottom:24px!important;padding:14px 0!important}
.product-grid{gap:20px!important}.product-card-copy{padding:16px!important}.product-card h3{font-size:18px!important;margin:7px 0 11px!important}.card-pricing strong,.card-price{font-size:20px!important}.mini-cat{font-size:9px!important}.add-to-cart{margin-top:14px!important;padding:12px!important}
.product-info h1{font-size:clamp(32px,4.4vw,54px)!important;margin:8px 0 16px!important}.product-description{font-size:15px!important;line-height:1.65!important}.why-box{margin:20px 0!important}.why-box h3{font-size:21px!important}.price-panel strong{font-size:32px!important}.thought-block blockquote{font-size:20px!important}.related-wrap{margin-top:60px!important}.related-wrap h2{font-size:38px!important}
.empty-category{grid-column:1/-1;text-align:center;background:#fff;padding:60px 25px;border:1px solid var(--line-soft)}.empty-category h2{font:500 40px Georgia,serif;margin:0 0 12px}.empty-category p{max-width:620px;margin:0 auto 25px;line-height:1.7}
.store-backdrop{position:fixed;inset:0;background:rgba(30,20,13,.55);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:.3s;z-index:300}.store-backdrop.open{opacity:1;visibility:visible}.store-cart{position:fixed;right:0;top:0;bottom:0;width:min(470px,100%);background:#fffaf2;z-index:310;transform:translateX(105%);transition:.4s;display:flex;flex-direction:column;box-shadow:-30px 0 80px rgba(30,20,13,.28)}.store-cart.open{transform:none}.store-cart-head{display:flex;justify-content:space-between;align-items:start;padding:28px 26px 20px;border-bottom:1px solid var(--line-soft)}.store-cart-head small{letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}.store-cart-head h2{font:500 38px Georgia,serif;margin:5px 0}.store-cart-head button,.checkout-close{border:0;background:none;font-size:34px;cursor:pointer}.store-cart-items{flex:1;overflow:auto;padding:8px 24px}.store-row{display:grid;grid-template-columns:74px 1fr auto;gap:14px;padding:17px 0;border-bottom:1px solid var(--line-soft);align-items:center}.store-row img{width:74px;height:88px;object-fit:contain;background:#f3eadb}.store-row h3{font:500 18px/1.25 Georgia,serif;margin:0 0 7px}.store-row strong{color:#784518}.store-qty{display:flex;align-items:center;gap:9px;margin-top:10px}.store-qty button{width:27px;height:27px;border:1px solid var(--line-soft);background:#fff;cursor:pointer}.store-remove{border:0;background:none;font-size:22px;cursor:pointer}.store-empty{height:100%;display:grid;place-content:center;text-align:center;color:#806e60}.store-empty span{font-size:42px;color:var(--gold)}.store-cart-foot{padding:20px 24px 24px;border-top:1px solid var(--line-soft);background:#fff}.store-total{display:flex;justify-content:space-between;margin-bottom:14px}.store-total strong{font-size:22px}.store-cart-foot .btn{width:100%;border:0}.store-cart-foot>small{display:block;text-align:center;margin-top:10px;color:#806e60}
.checkout-modal{position:fixed;inset:0;z-index:330;background:rgba(30,20,13,.66);display:grid;place-items:center;padding:18px;opacity:0;visibility:hidden;transition:.3s}.checkout-modal.open{opacity:1;visibility:visible}.checkout-card{position:relative;width:min(720px,100%);max-height:92vh;overflow:auto;background:#fffaf2;padding:34px;border-radius:24px;box-shadow:0 30px 90px rgba(0,0,0,.3)}.checkout-card h2{font:500 42px Georgia,serif;margin:5px 0 24px}.checkout-close{position:absolute;right:18px;top:14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid label{font:700 10px "Manrope",sans-serif;letter-spacing:.1em;text-transform:uppercase}.form-grid input,.form-grid textarea{display:block;width:100%;margin-top:7px;padding:13px 14px;border:1px solid var(--line-soft);background:#fff;font:400 14px Arial,sans-serif}.form-grid .wide{grid-column:1/-1}.checkout-submit{width:100%;border:0;margin-top:20px}.checkout-note{text-align:center;font-size:11px;color:#806e60;margin-bottom:0}
.category-grid{align-items:stretch}.category-copy h3{font-size:clamp(22px,2vw,31px)!important}.category-copy p{font-size:13px!important;line-height:1.55!important}
.footer-brand img{background:transparent!important;object-fit:contain!important}
@media(max-width:1100px){.site-header{gap:12px}.brand{min-width:190px}.brand-words strong{font-size:15px!important}.nav{gap:12px!important}.nav>a,.nav-dropdown>button{font-size:9px!important}.header-cart>span:not(.bag-symbol){display:none}}
@media(max-width:980px){.site-header{padding:10px 16px}.brand{min-width:0;margin-right:auto}.brand img{width:50px!important;height:50px!important}.brand-words strong{font-size:14px!important}.nav{display:none!important;position:fixed;inset:72px 0 auto 0;background:#fffaf2;flex-direction:column;align-items:stretch;padding:18px;box-shadow:0 22px 45px rgba(30,20,13,.18);z-index:200}.nav.open{display:flex!important}.nav>a,.nav-dropdown>button{text-align:left;font-size:12px!important;padding:13px}.nav-dropdown-menu{position:static;transform:none!important;width:100%;opacity:1;visibility:visible;display:none;box-shadow:none;margin-top:4px}.nav-dropdown.open .nav-dropdown-menu{display:block}.header-cart{margin-left:4px}.menu-toggle{display:flex!important}.shop-shell,.product-shell{padding-top:90px!important}.shop-hero{padding-top:20px!important}}
@media(max-width:600px){.brand-words small{display:none}.brand img{width:44px!important;height:44px!important}.site-header{min-height:66px}.header-cart{padding:9px 10px}.header-cart .bag-symbol{font-size:16px}.shop-shell,.product-shell{padding:78px 12px 45px!important}.shop-hero{padding:15px 8px 18px!important}.shop-hero h1{font-size:37px!important}.shop-hero p{font-size:13px!important}.shop-toolbar{margin-bottom:16px!important}.shop-toolbar select{padding:10px;font-size:12px}.product-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}.product-card{border-radius:12px!important}.product-card-copy{padding:11px!important}.product-card h3{font-size:14px!important;line-height:1.28!important}.card-pricing strong,.card-price{font-size:17px!important}.card-pricing del{font-size:12px}.card-pricing small{font-size:10px}.add-to-cart{font-size:9px!important;padding:10px 7px!important}.product-detail{gap:28px!important}.zoom-stage{padding:12px!important;border-radius:16px!important}.product-info h1{font-size:34px!important}.product-description{font-size:14px!important}.checkout-card{padding:26px 18px}.checkout-card h2{font-size:34px}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.category-copy h3{font-size:21px!important}.category-copy p{font-size:12px!important}.preloader-radhe{font-size:44px!important}}


/* V14 FINAL TYPOGRAPHY & CATEGORY POLISH */
.shop-shell{padding-top:112px!important}
.shop-hero{padding:28px 20px 24px!important;position:relative}
.shop-hero::after{content:"";display:block;width:72px;height:2px;margin:22px auto 0;background:linear-gradient(90deg,transparent,#b8893c,transparent)}
.shop-hero .eyebrow,.shop-hero>span{font-size:12px!important;letter-spacing:.25em!important;color:#b07b2c!important;font-weight:700!important}
.shop-hero h1{font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(36px,4.2vw,58px)!important;line-height:1.04!important;letter-spacing:-.025em!important;margin:10px auto 12px!important;max-width:1050px;color:#24170f!important;text-wrap:balance}
.shop-hero p{font-size:16px!important;line-height:1.55!important;max-width:720px!important;color:#4b3b2e!important}
.shop-toolbar{padding:14px 0!important;margin-bottom:28px!important;font-size:15px!important}
.shop-toolbar select{font-size:14px!important;padding:10px 14px!important}
.product-card h3{font-size:18px!important;line-height:1.3!important;margin:7px 0 11px!important}
.product-card-copy{padding:17px!important}
.mini-cat{font-size:10px!important}
.card-pricing strong,.card-price{font-size:20px!important}
.product-info h1{font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(30px,3.2vw,46px)!important;line-height:1.08!important;letter-spacing:-.02em!important}
.product-description{font-size:15px!important;line-height:1.65!important;color:#51463c!important}
.why-box h3,.detail-feature-box h3{font-size:20px!important}
.thought-block blockquote{font-size:21px!important}
.related-wrap h2{font-size:clamp(30px,3.2vw,42px)!important}
.category-copy h3{font-family:Georgia,"Times New Roman",serif!important;letter-spacing:-.01em!important}
@media(max-width:760px){
 .shop-shell{padding:90px 14px 48px!important}
 .shop-hero{padding:20px 8px 18px!important}
 .shop-hero h1{font-size:clamp(30px,10vw,40px)!important;line-height:1.08!important;margin:8px auto 10px!important}
 .shop-hero p{font-size:14px!important;line-height:1.5!important}
 .shop-hero .eyebrow,.shop-hero>span{font-size:10px!important;letter-spacing:.2em!important}
 .shop-toolbar{margin-bottom:20px!important;padding:11px 0!important;font-size:13px!important}
 .shop-toolbar select{font-size:13px!important;padding:9px 10px!important}
 .product-card h3{font-size:14px!important}
 .product-card-copy{padding:12px!important}
 .product-description{font-size:14px!important;line-height:1.6!important}
 .product-info h1{font-size:30px!important}
}


/* V15 FINAL GLOBAL CATEGORY + PRODUCT TYPOGRAPHY */
.shop-shell{padding-top:92px!important;padding-left:clamp(18px,4vw,58px)!important;padding-right:clamp(18px,4vw,58px)!important}
.shop-hero{padding:18px 12px 16px!important;max-width:1180px;margin:0 auto!important}
.shop-hero::after{margin-top:14px!important;width:58px!important}
.shop-hero .eyebrow{font-size:10px!important;letter-spacing:.22em!important;margin-bottom:5px!important}
.shop-hero h1{font-family:"Cormorant Garamond",Georgia,serif!important;font-size:clamp(31px,3.7vw,50px)!important;line-height:1.02!important;letter-spacing:-.02em!important;margin:5px auto 8px!important;max-width:920px!important;font-weight:600!important}
.shop-hero p{font-size:14px!important;line-height:1.45!important;max-width:650px!important;margin:0 auto!important}
.shop-toolbar{max-width:1180px;margin:0 auto 18px!important;padding:10px 0!important;min-height:54px!important}
.shop-toolbar select{font-size:13px!important;padding:9px 12px!important}
.product-grid{max-width:1180px;margin:0 auto!important}
.product-card h3{font-family:"Cormorant Garamond",Georgia,serif!important;font-size:17px!important;line-height:1.23!important;font-weight:600!important;margin:6px 0 9px!important}
.product-card-copy{padding:14px!important}.mini-cat{font-size:8px!important}.card-pricing strong,.card-price{font-size:18px!important}.add-to-cart{font-size:9px!important;padding:11px!important;margin-top:11px!important}
.product-shell{padding-top:88px!important;padding-left:clamp(16px,4vw,56px)!important;padding-right:clamp(16px,4vw,56px)!important}
.breadcrumb{font-size:10px!important;margin-bottom:14px!important}
.product-detail{gap:clamp(26px,4vw,58px)!important;align-items:start!important}
.product-info .eyebrow{font-size:9px!important;letter-spacing:.18em!important;margin-bottom:6px!important}
.product-info h1{font-family:"Cormorant Garamond",Georgia,serif!important;font-size:clamp(27px,3vw,40px)!important;line-height:1.06!important;font-weight:600!important;margin:5px 0 12px!important;letter-spacing:-.015em!important}
.product-description{font-size:13.5px!important;line-height:1.58!important;margin:14px 0!important}
.price-panel{padding:14px 0!important}.price-panel span{font-size:9px!important}.price-panel strong{font-size:27px!important}.price-panel p,.price-panel b{font-size:11px!important}
.stock{font-size:11px!important;margin:10px 0!important}.why-box{padding:16px!important;margin:15px 0!important}.why-box h3,.detail-feature-box h3{font-size:17px!important;margin-bottom:7px!important}.why-box p,.detail-feature-box li,.detail-feature-box span{font-size:12.5px!important;line-height:1.55!important}
.thought-block{margin:12px 0!important}.thought-block span{font-size:9px!important}.thought-block blockquote{font-size:17px!important;line-height:1.38!important;margin:6px 0!important}
.purchase-row{margin-top:15px!important}.full-btn{margin-top:10px!important}.product-promises{font-size:10px!important;margin-top:13px!important}.related-wrap{margin-top:42px!important}.related-wrap h2{font-size:31px!important;margin:4px 0 18px!important}
.nav-dropdown-menu{max-height:70vh;overflow-y:auto}
@media(max-width:760px){
 .shop-shell{padding:76px 12px 38px!important}.shop-hero{padding:12px 4px 13px!important}.shop-hero h1{font-size:clamp(27px,8.5vw,35px)!important;line-height:1.05!important;margin:4px auto 7px!important}.shop-hero p{font-size:12.5px!important}.shop-toolbar{margin-bottom:13px!important;padding:8px 0!important;min-height:46px!important}.shop-toolbar select{font-size:12px!important;padding:8px 9px!important}
 .product-shell{padding:72px 12px 36px!important}.product-detail{gap:22px!important}.product-info h1{font-size:28px!important}.product-description{font-size:13px!important}.price-panel strong{font-size:25px!important}.why-box h3,.detail-feature-box h3{font-size:16px!important}.thought-block blockquote{font-size:16px!important}.related-wrap{margin-top:34px!important}.related-wrap h2{font-size:27px!important}
 .product-grid{grid-template-columns:1fr 1fr!important;gap:9px!important}.product-card h3{font-size:13px!important}.product-card-copy{padding:10px!important}.card-pricing strong,.card-price{font-size:16px!important}
}

/* V16 — MOBILE TYPOGRAPHY & STACKING PASS (360–430px first) */
@media (max-width: 760px){
  html,body{overflow-x:hidden}
  .section-pad{padding:64px 20px!important}

  /* Homepage hero: scale smoothly on smaller phones */
  .hero{min-height:auto!important;grid-template-columns:1fr!important;gap:32px!important;padding:96px 20px 56px!important}
  .hero h1{font-size:clamp(40px,12vw,58px)!important;line-height:.98!important;margin:14px 0!important}
  .hero-text{font-size:14px!important;line-height:1.65!important}
  .hero-actions{margin-top:24px!important;gap:10px!important}
  .hero-actions .btn{width:100%;padding:13px 18px!important}
  .hero-visual{min-height:auto!important}
  .hero-visual img{width:100%!important;max-width:420px!important}
  .halo{width:320px!important;height:320px!important}
  .hero-note{display:none!important}

  /* Brand story / manifesto */
  .manifesto{padding:68px 20px!important}
  .manifesto h2{font-size:clamp(38px,11vw,50px)!important;line-height:.98!important;margin:14px 0 0!important;max-width:100%!important}
  .manifesto-grid{grid-template-columns:1fr!important;gap:30px!important;margin-top:40px!important}
  .manifesto-grid>p{font-size:14px!important;line-height:1.75!important;margin:0!important}
  .manifesto-points{grid-template-columns:1fr!important}
  .manifesto-points span{font-size:17px!important;padding:14px 0!important}

  /* Kalp Koin: text first, full-width image below */
  .kalpkoin-feature{
    display:flex!important;
    flex-direction:column!important;
    margin:28px 12px!important;
    padding:44px 18px 26px!important;
    border-radius:22px!important;
    gap:28px!important;
    max-width:none!important;
  }
  .kalpkoin-copy{width:100%!important;max-width:none!important}
  .kalpkoin-copy .eyebrow{font-size:9px!important;line-height:1.45!important;letter-spacing:.18em!important;margin-bottom:12px!important}
  .kalpkoin-copy h2{font-size:clamp(34px,10.5vw,44px)!important;line-height:.98!important;margin:0 0 18px!important}
  .kalpkoin-copy p:not(.eyebrow),.kalpkoin-lead{font-size:13px!important;line-height:1.65!important;margin-bottom:20px!important}
  .kalpkoin-details{gap:0!important;margin:0 0 22px!important}
  .kalpkoin-details li{grid-template-columns:10px 1fr!important;column-gap:10px!important;padding:10px 0!important}
  .kalpkoin-details strong{font-size:15px!important;line-height:1.25!important}
  .kalpkoin-details span{font-size:10.5px!important;line-height:1.45!important}
  .kalpkoin-actions{gap:10px!important;width:100%!important}
  .kalpkoin-actions .btn{width:100%!important;padding:13px 16px!important;font-size:10px!important}
  .kalpkoin-actions small{font-size:9px!important;line-height:1.45!important}
  .kalpkoin-slider{width:100%!important;min-width:0!important}
  .kalpkoin-track{width:100%!important;aspect-ratio:4/3!important;max-height:none!important;border-radius:18px!important}
  .kalpkoin-controls{margin-top:12px!important}
  .kalpkoin-controls button{width:38px!important;height:38px!important}
  .kalpkoin-dots{margin-top:-29px!important}

  /* General section headings */
  .section-head{display:block!important;margin-bottom:36px!important}
  .section-head h2,.feature-copy h2,.contact h2{font-size:clamp(36px,10vw,48px)!important;line-height:1!important}
  .section-head>p{font-size:13px!important;line-height:1.65!important}
  .feature-band{grid-template-columns:1fr!important}
  .feature-image{min-height:420px!important}
  .feature-copy{padding:58px 20px!important}
  .timeline div{grid-template-columns:42px 1fr!important;padding:14px 0!important;font-size:13px!important}
  .quote-section p{font-size:clamp(38px,11vw,52px)!important}
  .contact{grid-template-columns:1fr!important;gap:40px!important;padding:64px 20px!important}
}

@media (max-width: 430px){
  .section-pad{padding-left:16px!important;padding-right:16px!important}
  .manifesto h2{font-size:38px!important}
  .kalpkoin-feature{margin-left:8px!important;margin-right:8px!important;padding-left:15px!important;padding-right:15px!important}
  .kalpkoin-copy h2{font-size:34px!important}
  .kalpkoin-track{aspect-ratio:1/1!important}
}


/* V17 FINAL HEADER POLISH: sticky search + clear mobile menu */
.site-header{position:fixed!important;top:0;left:0;right:0;z-index:250!important}
.site-header.scrolled{background:rgba(251,248,242,.95)!important;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 10px 35px rgba(45,28,17,.09)}
.header-search{display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:var(--brown);padding:10px 11px;cursor:pointer;font:700 10px Manrope,sans-serif;letter-spacing:.1em;text-transform:uppercase}
.header-search>span:first-child{font-size:23px;line-height:1;transform:rotate(-12deg)}
.menu-toggle{align-items:center;justify-content:center;gap:8px;border:1px solid #c9b99f!important;background:#fffaf2!important;color:#563a29!important;border-radius:999px!important;min-width:92px!important;height:46px!important;padding:0 14px!important;cursor:pointer;box-shadow:0 8px 22px rgba(52,34,21,.10)}
.menu-icon{width:22px;height:17px;display:flex;flex-direction:column;justify-content:space-between;position:relative}
.menu-icon i{display:block;width:22px;height:2.5px;border-radius:5px;background:currentColor;transition:transform .28s ease,opacity .2s ease,width .28s ease}
.menu-label{font:800 10px Manrope,sans-serif;letter-spacing:.12em;text-transform:uppercase}
.menu-toggle.is-open .menu-icon i:nth-child(1){transform:translateY(7.25px) rotate(45deg)}
.menu-toggle.is-open .menu-icon i:nth-child(2){opacity:0;width:0}
.menu-toggle.is-open .menu-icon i:nth-child(3){transform:translateY(-7.25px) rotate(-45deg)}
.menu-toggle.is-open .menu-label{font-size:0}
.menu-toggle.is-open .menu-label::after{content:"Close";font-size:10px}
.search-modal{position:fixed;inset:0;z-index:500;background:rgba(29,18,11,.62);backdrop-filter:blur(7px);display:grid;place-items:start center;padding:110px 18px 18px;opacity:0;visibility:hidden;transition:.25s}
.search-modal.open{opacity:1;visibility:visible}
.search-card{position:relative;width:min(720px,100%);background:#fffaf2;border:1px solid #d8c7a8;border-radius:24px;padding:34px;box-shadow:0 28px 90px rgba(0,0,0,.28)}
.search-card h2{font:600 42px/1.05 "Cormorant Garamond",Georgia,serif;margin:5px 0 24px}
.search-card form{display:grid;grid-template-columns:1fr auto;gap:10px}
.search-card input{min-width:0;border:1px solid #cdbb9d;background:white;padding:15px 16px;font:500 15px Manrope,sans-serif;color:var(--brown)}
.search-close{position:absolute;right:17px;top:12px;border:0;background:transparent;font-size:34px;color:var(--brown);cursor:pointer}
@media(max-width:1100px){.search-label{display:none}.header-search{padding:9px 7px}}
@media(max-width:980px){
 .header-search{order:2;margin-left:auto}
 .header-cart{order:3}
 .menu-toggle{order:4;display:flex!important}
 .nav{max-height:calc(100vh - 72px);overflow:auto}
}
@media(max-width:600px){
 .site-header{gap:5px!important;padding:9px 10px!important}
 .brand-words{display:none!important}
 .header-search{width:42px;height:42px;padding:0;justify-content:center;border:1px solid #d5c5aa;border-radius:50%;background:#fffaf2}
 .header-search>span:first-child{font-size:22px}
 .header-cart{height:42px!important;padding:8px 9px!important}
 .menu-toggle{min-width:82px!important;height:42px!important;padding:0 11px!important;gap:7px}
 .menu-icon{width:20px;height:15px}.menu-icon i{width:20px;height:2.5px}
 .menu-toggle.is-open .menu-icon i:nth-child(1){transform:translateY(6.25px) rotate(45deg)}
 .menu-toggle.is-open .menu-icon i:nth-child(3){transform:translateY(-6.25px) rotate(-45deg)}
 .search-card{padding:28px 18px 20px;border-radius:18px}.search-card h2{font-size:34px}.search-card form{grid-template-columns:1fr}.search-card .btn{width:100%}
}


/* V18 — CLIENT FINAL CLEANUP: concise content, clear typography, professional mobile header */
:root{--content-max:1180px}
body{font-size:14px;line-height:1.55}
.section-pad{padding:76px 6vw!important}
.eyebrow{font-size:9px!important;line-height:1.35;letter-spacing:.16em!important;margin:0 0 10px!important}

/* Headings: readable, sharp, never unnecessarily oversized */
.hero-banner-copy{width:min(720px,62vw)!important;padding:24px 0!important}
.hero-banner h1{font-size:clamp(44px,5.3vw,76px)!important;line-height:.98!important;margin:14px 0 18px!important;display:grid;gap:4px}
.hero-banner h1 span,.hero-banner h1 em{white-space:nowrap}
.hero-highlights{list-style:none;padding:0;margin:0;display:flex;gap:10px;flex-wrap:wrap;max-width:680px}
.hero-highlights li{font-size:12px;line-height:1.3;color:#fff8ef;border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:9px 13px;background:rgba(26,16,12,.23);backdrop-filter:blur(5px)}
.hero-actions{margin-top:24px!important}
.hero-signature{margin-top:28px!important}

.manifesto{padding-top:70px!important;padding-bottom:70px!important}
.manifesto h2{font-size:clamp(38px,4.7vw,64px)!important;line-height:1!important;margin:10px 0 0!important;max-width:1100px!important;display:grid;gap:7px}
.manifesto h2 span{white-space:nowrap}
.manifesto-grid-clean{grid-template-columns:1fr!important;margin-top:34px!important;max-width:1050px}
.story-points{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid rgba(255,255,255,.18);border-left:1px solid rgba(255,255,255,.18)}
.story-points li{display:grid;gap:4px;padding:18px 20px;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}
.story-points strong{font-family:"Cormorant Garamond",Georgia,serif;font-size:20px;line-height:1.1;color:#fff}
.story-points span{font-size:12px;line-height:1.5;color:#d8cabf}

.section-head{margin-bottom:34px!important}
.section-head h2{font-size:clamp(34px,4vw,54px)!important;line-height:1.02!important;margin:8px 0!important}
.section-head>p{font-size:13px!important;line-height:1.55!important}
.category-showcase{padding-top:68px!important;padding-bottom:70px!important}
.category-copy h3{font-size:clamp(18px,1.5vw,23px)!important;line-height:1.1!important}
.category-copy p{font-size:11px!important;line-height:1.45!important}

/* Kalp Koin: concise text, four verified visual highlights, poor image removed */
.kalpkoin-feature{padding:52px!important;margin-top:46px!important;margin-bottom:46px!important;gap:38px!important}
.kalpkoin-copy h2{font-size:clamp(34px,3.8vw,48px)!important;line-height:1!important;margin:7px 0 12px!important}
.kalpkoin-copy h2 span,.kalpkoin-copy h2 em{white-space:nowrap}
.kalpkoin-copy p:not(.eyebrow),.kalpkoin-lead{font-size:12.5px!important;line-height:1.5!important;margin-bottom:14px!important;max-width:520px}
.kalpkoin-details{margin-bottom:16px!important}
.kalpkoin-details li{padding:8px 0!important}
.kalpkoin-details strong{font-size:15px!important;line-height:1.15!important}
.kalpkoin-details span{font-size:10.5px!important;line-height:1.4!important}
.kalpkoin-track{max-height:420px!important}

/* Why choose: one headline and four scan-friendly points */
.why-text-only{padding-top:68px!important;padding-bottom:68px!important}
.why-intro{display:block!important;padding-bottom:24px!important}
.why-intro h2{font-size:clamp(36px,4.3vw,58px)!important;line-height:1!important;margin:8px 0 10px!important;white-space:nowrap}
.why-lead{font-family:Manrope,sans-serif!important;font-size:13px!important;line-height:1.5!important;max-width:600px!important}
.why-values{margin-top:26px!important}
.why-value{padding:22px 20px 24px!important;min-height:190px!important}
.why-value span{margin-bottom:20px!important}
.why-value h3{font-size:22px!important;line-height:1.08!important;margin-bottom:10px!important}
.why-value p{font-size:11.5px!important;line-height:1.45!important}

/* Contact and other homepage headings */
.reviews-heading h2,.visit-info h2,.contact h2{font-size:clamp(34px,4vw,52px)!important;line-height:1.02!important;margin:8px 0 16px!important}
.contact h2{white-space:nowrap}
.contact-copy>p{font-size:13px!important;line-height:1.55!important}

/* Category and product pages: compact top area and product typography */
.shop-shell,.product-shell{padding-top:94px!important}
.shop-hero{padding:18px 12px 16px!important}
.shop-hero h1{font-size:clamp(30px,3.4vw,44px)!important;line-height:1.02!important;margin:3px auto 7px!important;white-space:normal!important}
.shop-hero p{font-size:12.5px!important;line-height:1.45!important;max-width:620px!important}
.shop-toolbar{padding:9px 0!important;margin-bottom:18px!important;font-size:12px}
.product-info h1{font-size:clamp(27px,2.8vw,38px)!important;line-height:1.08!important;margin:7px 0 12px!important}
.product-description{font-size:12.5px!important;line-height:1.55!important;margin:11px 0!important}
.price-panel{margin:14px 0!important;padding:12px 14px!important}
.price-panel strong{font-size:25px!important}
.why-box,.detail-feature-box{margin:13px 0!important;padding:14px!important}
.why-box h3,.detail-feature-box h3{font-size:16px!important}
.why-box p,.detail-feature-box li,.detail-feature-box span{font-size:11.5px!important;line-height:1.45!important}
.related-wrap{margin-top:34px!important}
.related-wrap h2{font-size:27px!important}
.product-card h3{font-size:17px!important;line-height:1.2!important}
.product-card-copy{padding:15px!important}

/* Cart uses a clean inline SVG rather than an unclear symbol */
.bag-symbol{width:19px;height:19px;display:inline-grid;place-items:center;transform:none!important}
.bag-symbol svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.header-cart{position:relative;border-radius:12px!important;box-shadow:none!important}

@media(max-width:760px){
 .section-pad{padding:48px 16px!important}
 .site-header{min-height:68px!important;height:68px!important;padding:8px 10px!important;gap:7px!important}
 .brand{gap:7px!important;min-width:0!important;max-width:calc(100% - 102px)}
 .brand img{width:39px!important;height:39px!important}
 .brand-words{display:flex!important;min-width:0!important}
 .brand-words strong{display:block!important;font-size:14px!important;line-height:1!important;white-space:nowrap!important}
 .brand-words small{display:block!important;font-size:5.5px!important;line-height:1.2!important;letter-spacing:.09em!important;margin-top:4px!important;white-space:nowrap!important}
 .header-search{display:none!important}
 .header-cart{order:3!important;width:42px!important;height:42px!important;min-width:42px!important;padding:0!important;justify-content:center!important;background:#3e291f!important;border:1px solid #3e291f!important}
 .header-cart .cart-label{display:none!important}
 .header-cart b{position:absolute!important;right:-4px!important;top:-5px!important;min-width:18px!important;height:18px!important;font-size:9px!important;border:2px solid #fffaf2}
 .menu-toggle{order:4!important;min-width:42px!important;width:42px!important;height:42px!important;padding:0!important;border-radius:12px!important;background:#fffaf2!important;box-shadow:none!important}
 .menu-label{display:none!important}
 .menu-icon{width:19px!important;height:14px!important}.menu-icon i{width:19px!important;height:2px!important}
 .menu-toggle.is-open .menu-icon i:nth-child(1){transform:translateY(6px) rotate(45deg)!important}.menu-toggle.is-open .menu-icon i:nth-child(3){transform:translateY(-6px) rotate(-45deg)!important}
 .nav{inset:68px 0 auto 0!important;padding:12px 14px 18px!important;border-top:1px solid #dfd2bf}
 .nav>a,.nav-dropdown>button{font-family:Manrope,sans-serif!important;font-size:12px!important;line-height:1.2!important;padding:12px 10px!important;text-transform:none!important}
 .nav-dropdown-menu a{font-size:11px!important;padding:10px 14px!important}

 .hero-banner{min-height:620px!important;padding:96px 16px 44px!important;align-items:flex-end!important}
 .hero-banner-copy{width:100%!important;padding:0!important}
 .hero-banner h1{font-size:clamp(34px,9.2vw,42px)!important;line-height:1!important;gap:3px!important}
 .hero-banner h1 span,.hero-banner h1 em{white-space:nowrap!important}
 .hero-highlights{gap:6px!important}.hero-highlights li{font-size:9px!important;padding:7px 9px!important}
 .hero-actions{margin-top:17px!important}.hero-actions .btn{font-size:9px!important;padding:11px 12px!important}
 .hero-signature{display:none!important}

 .manifesto{padding:50px 16px!important}
 .manifesto h2{font-size:clamp(29px,8vw,36px)!important;line-height:1.02!important;gap:4px!important}
 .manifesto h2 span{white-space:normal!important}
 .story-points{grid-template-columns:1fr!important}
 .story-points li{padding:14px 15px!important}
 .story-points strong{font-size:18px!important}.story-points span{font-size:11px!important}

 .section-head{margin-bottom:22px!important}.section-head h2{font-size:31px!important}.section-head>p{font-size:11.5px!important}
 .kalpkoin-feature{margin:20px 8px!important;padding:28px 15px 20px!important;gap:20px!important}
 .kalpkoin-copy h2{font-size:30px!important;display:flex!important;gap:7px!important;align-items:baseline!important;flex-wrap:wrap!important}
 .kalpkoin-copy h2 span,.kalpkoin-copy h2 em{white-space:nowrap!important}
 .kalpkoin-copy p:not(.eyebrow),.kalpkoin-lead{font-size:11.5px!important;line-height:1.5!important}
 .kalpkoin-details strong{font-size:14px!important}.kalpkoin-details span{font-size:10px!important}
 .kalpkoin-track{aspect-ratio:4/3!important;border-radius:15px!important}

 .why-text-only{padding:48px 16px!important}.why-intro{padding-bottom:18px!important}.why-intro h2{font-size:30px!important;white-space:normal!important}.why-lead{font-size:11.5px!important}.why-values{grid-template-columns:1fr 1fr!important;margin-top:18px!important}.why-value{padding:16px 13px 18px!important;min-height:160px!important}.why-value span{margin-bottom:13px!important}.why-value h3{font-size:17px!important}.why-value p{font-size:10.5px!important}
 .reviews-heading h2,.visit-info h2,.contact h2{font-size:31px!important}.contact h2{white-space:normal!important}

 .shop-shell,.product-shell{padding:72px 10px 32px!important}.shop-hero{padding:10px 3px 10px!important}.shop-hero h1{font-size:28px!important;margin:2px auto 5px!important}.shop-hero p{font-size:11px!important}.shop-toolbar{padding:7px 0!important;margin-bottom:10px!important}
 .product-info h1{font-size:25px!important}.product-description{font-size:11.5px!important}.price-panel strong{font-size:23px!important}.why-box h3,.detail-feature-box h3{font-size:15px!important}.why-box p,.detail-feature-box li,.detail-feature-box span{font-size:10.8px!important}.related-wrap h2{font-size:24px!important}
 .product-card h3{font-size:12.5px!important}.product-card-copy{padding:9px!important}
}
@media(max-width:380px){
 .brand-words strong{font-size:12.5px!important}.brand-words small{font-size:5px!important}.brand img{width:36px!important;height:36px!important}
 .header-cart,.menu-toggle{width:39px!important;height:39px!important;min-width:39px!important}
 .hero-banner h1{font-size:32px!important}.why-values{grid-template-columns:1fr!important}.why-value{min-height:auto!important}
}


/* V20: Version-2 footer, enquiry, compact bestsellers and typography */
html{font-size:15px}
body{font-size:14px;line-height:1.55}
.section-pad{padding:72px 5vw!important}
.eyebrow{font-size:10px!important;letter-spacing:.2em!important}
.hero-banner h1{font-size:clamp(38px,4.4vw,62px)!important}
.manifesto h2,.section-head h2,.reviews-heading h2,.visit-info h2{font-size:clamp(30px,3.2vw,44px)!important;line-height:1.04!important}
.manifesto p,.section-head>p,.why-lead,.visit-info p{font-size:13px!important}
.category-copy h3{font-size:clamp(17px,1.35vw,21px)!important}
.category-copy p{font-size:12px!important}
.why-value h3{font-size:18px!important}.why-value p{font-size:12px!important}
.v1-bestsellers{padding:72px 5vw;background:#f8f4ed;border-top:1px solid rgba(74,45,29,.12);border-bottom:1px solid rgba(74,45,29,.12)}
.v1-best-head{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,.75fr);align-items:end;gap:40px;margin-bottom:28px}
.v1-best-head h2{font-family:Georgia,serif;font-size:clamp(28px,3vw,42px);line-height:1;margin:7px 0 0;font-weight:500}
.v1-best-intro{display:flex;align-items:center;justify-content:space-between;gap:24px}.v1-best-intro p{max-width:390px;margin:0;font-size:13px;color:#6c584b}.v1-best-intro .btn{white-space:nowrap;padding:13px 22px}
.v1-best-viewport{overflow:hidden}.v1-best-track{display:flex;gap:18px;width:max-content;will-change:transform}
.v1-best-card{width:250px;flex:0 0 250px;background:#fff;color:inherit;text-decoration:none;border:1px solid rgba(83,53,32,.14);padding-bottom:17px;transition:.25s}
.v1-best-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(51,28,17,.09)}
.v1-best-card img{width:100%;height:300px;object-fit:contain;background:#f4eee4;display:block}
.v1-best-card span{display:block;margin:15px 16px 5px;font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#ad7a2d}.v1-best-card h3{font-family:Georgia,serif;font-size:17px;line-height:1.25;margin:0 16px 10px;font-weight:500}.v1-best-card b{margin:0 16px;font-size:15px;color:#6c3c1b}
.v2-enquiry{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding:70px 6vw;background:#eee1cd;align-items:start}
.v2-enquiry-copy h2{font-family:Georgia,serif;font-size:clamp(30px,3vw,42px);margin:7px 0 14px;font-weight:500}.v2-enquiry-copy p{max-width:460px;font-size:13px;color:#5c4b40}
.v2-enquiry-form{display:grid;gap:13px}.v2-form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.v2-enquiry-form label{display:grid;gap:6px;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.v2-enquiry-form input,.v2-enquiry-form select,.v2-enquiry-form textarea{width:100%;border:1px solid rgba(74,44,27,.25);background:#f8f3eb;padding:13px 14px;font:inherit;color:#302117}.v2-enquiry-form .btn{justify-self:start}
.v2-footer{background:#321b12;color:#f7eee4;padding:54px 5vw 22px}.v2-footer-grid{display:grid;grid-template-columns:1.4fr .65fr .65fr .75fr;gap:60px;align-items:start}.v2-footer-brand{display:grid;justify-items:start;gap:8px}.v2-footer-brand img{width:84px;height:84px;object-fit:contain}.v2-footer-brand strong{font-family:Georgia,serif;font-size:25px;font-weight:500;white-space:nowrap}.v2-footer-brand small{font-size:9px;letter-spacing:.22em;text-transform:uppercase}.v2-footer-brand>a{color:#f7eee4;text-decoration:none;font-size:12px;margin-top:8px}.v2-footer-col h3,.v2-footer-social h3{font-family:Georgia,serif;font-size:19px;font-weight:500;margin:0 0 15px}.v2-footer-col{display:grid;gap:9px}.v2-footer-col a{color:#f7eee4;text-decoration:none;font-size:12px;opacity:.85}.v2-footer-social>div{display:flex;gap:10px}.v2-footer-social a{width:46px;height:46px;border:1px solid rgba(255,255,255,.28);border-radius:50%;display:grid;place-items:center;color:#fff}.v2-footer-social svg,.instagram-float svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.v2-footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.15);margin-top:42px;padding-top:20px;font-size:11px;opacity:.72}
.instagram-float{position:fixed;right:25px;bottom:118px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#f9ce34,#ee2a7b 55%,#6228d7);color:white;z-index:70;box-shadow:0 10px 28px rgba(0,0,0,.18)}
@media(max-width:760px){html{font-size:14px}.section-pad{padding:50px 18px!important}.hero-banner h1{font-size:34px!important}.manifesto h2,.section-head h2,.reviews-heading h2,.visit-info h2{font-size:28px!important}.v1-bestsellers{padding:50px 18px}.v1-best-head{grid-template-columns:1fr;gap:15px;margin-bottom:20px}.v1-best-head h2{font-size:28px}.v1-best-intro{align-items:flex-start}.v1-best-intro p{font-size:12px}.v1-best-intro .btn{padding:11px 16px}.v1-best-card{width:200px;flex-basis:200px}.v1-best-card img{height:235px}.v2-enquiry{grid-template-columns:1fr;gap:25px;padding:50px 18px}.v2-form-row{grid-template-columns:1fr}.v2-footer{padding:44px 20px 20px}.v2-footer-grid{grid-template-columns:1fr 1fr;gap:32px 24px}.v2-footer-brand{grid-column:1/-1}.v2-footer-social{grid-column:1/-1}.v2-footer-bottom{flex-direction:column;gap:6px}.instagram-float{right:16px;bottom:108px;width:48px;height:48px}}


/* FINAL LAUNCH POLISH: professional social icons + faster perceived loading */
.preloader{transition:opacity .34s ease,visibility .34s ease!important;contain:strict}
.preloader-inner{animation-duration:.55s!important}
.preloader-mandala{animation-duration:28s!important;opacity:.09!important}
.preloader-line span{animation-duration:1s!important}
body:not(.is-loading) .preloader{opacity:0;visibility:hidden;pointer-events:none}

.social-float{position:fixed!important;right:22px!important;width:52px!important;height:52px!important;padding:0!important;border-radius:50%!important;display:grid!important;place-items:center!important;z-index:80!important;text-decoration:none!important;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease!important;isolation:isolate;overflow:hidden}
.social-float::after{content:"";position:absolute;inset:1px;border-radius:inherit;border:1px solid rgba(255,255,255,.45);pointer-events:none}
.social-float:hover{transform:translateY(-3px) scale(1.03)!important;filter:saturate(1.06);box-shadow:0 15px 34px rgba(35,20,12,.24)!important}
.social-float:focus-visible,.footer-social-link:focus-visible{outline:3px solid #d6aa64;outline-offset:3px}
.instagram-float{bottom:86px!important;background:linear-gradient(145deg,#6b35c4 0%,#d62976 48%,#f77737 74%,#feda75 100%)!important;color:#fff!important;border:0!important;box-shadow:0 11px 28px rgba(183,42,111,.25)!important}
.whatsapp-float{bottom:22px!important;background:#25d366!important;color:#fff!important;border:0!important;box-shadow:0 11px 28px rgba(37,211,102,.25)!important}
.social-float svg{width:25px!important;height:25px!important;display:block;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.whatsapp-float svg{width:29px!important;height:29px!important;stroke:none!important}
.wa-bubble{fill:currentColor}.wa-phone{fill:#25d366;stroke:#25d366;stroke-width:.25}
.whatsapp-float .wa-phone{fill:#25d366;stroke:#25d366}
.whatsapp-float svg .wa-bubble{fill:#fff}.whatsapp-float svg .wa-phone{fill:#25d366}
.wa-icon,.wa-copy{display:none!important}

.v2-footer-social>div{display:flex!important;gap:12px!important}
.v2-footer-social .footer-social-link{width:46px!important;height:46px!important;border-radius:50%!important;display:grid!important;place-items:center!important;transition:transform .2s ease,background .2s ease,border-color .2s ease!important}
.v2-footer-social .footer-social-link:hover{transform:translateY(-2px);background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.55)}
.v2-footer-social .footer-social-link svg{width:21px!important;height:21px!important;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.v2-footer-social .footer-whatsapp svg{width:24px!important;height:24px!important;stroke:none!important}
.v2-footer-social .footer-whatsapp .wa-bubble{fill:#fff}.v2-footer-social .footer-whatsapp .wa-phone{fill:#321b12;stroke:#321b12}
.v2-footer-social .icon-dot{fill:#fff;stroke:none}

/* Rendering/performance safeguards */
img{content-visibility:auto}
.scene-section{content-visibility:auto;contain-intrinsic-size:1px 780px}
.v1-best-card img,.category-card img,.product-card img{background-color:#f3ede4}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}.social-float,.footer-social-link{transition:none!important}}
@media(max-width:760px){
 .social-float{right:13px!important;width:47px!important;height:47px!important}
 .instagram-float{bottom:72px!important}
 .whatsapp-float{bottom:14px!important}
 .social-float svg{width:22px!important;height:22px!important}
 .whatsapp-float svg{width:26px!important;height:26px!important}
}


/* FINAL BRANDED LOADER — visible, smooth and consistent on every page */
body.is-loading{overflow:hidden!important}
.preloader{
  position:fixed!important;inset:0!important;z-index:99999!important;
  display:grid!important;place-items:center!important;
  background:radial-gradient(circle at 50% 42%,#6f4229 0%,#4b291a 52%,#2b160f 100%)!important;
  opacity:1!important;visibility:visible!important;
  transition:opacity .72s cubic-bezier(.22,.61,.36,1),visibility .72s ease!important;
  contain:layout paint style;
}
.preloader::before,.preloader::after{border-color:rgba(224,186,115,.28)!important}
.preloader-inner{position:relative;z-index:2;text-align:center;padding:28px;animation:loaderEntrance .72s ease both!important}
.preloader-radhe{
  color:#fff7e7!important;font-family:Georgia,'Times New Roman',serif!important;
  font-size:clamp(46px,7vw,78px)!important;line-height:1!important;
  letter-spacing:.025em!important;text-shadow:0 3px 24px rgba(0,0,0,.28)!important;
  animation:loaderGlow 1.8s ease-in-out infinite alternate!important;
}
.preloader-brand{
  color:#e7bf74!important;font-family:Georgia,'Times New Roman',serif!important;
  font-size:clamp(18px,2.4vw,29px)!important;line-height:1.2!important;
  letter-spacing:.16em!important;text-transform:none!important;margin-top:16px!important;
  white-space:nowrap!important;
}
.preloader-tagline{color:#f4e7d2!important;font-size:10px!important;letter-spacing:.28em!important;text-transform:uppercase!important;margin-top:10px!important}
.preloader-line{width:min(210px,55vw)!important;height:1px!important;background:rgba(255,255,255,.18)!important;margin:20px auto 0!important;overflow:hidden!important}
.preloader-line span{display:block!important;height:100%!important;width:42%!important;background:linear-gradient(90deg,transparent,#e9bd69,transparent)!important;animation:loaderSweep 1.35s ease-in-out infinite!important}
.preloader-mandala{opacity:.13!important;animation:loaderSpin 24s linear infinite!important}
.preloader.is-leaving{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
.preloader.is-hidden{display:none!important}
@keyframes loaderEntrance{from{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:none}}
@keyframes loaderGlow{from{text-shadow:0 3px 18px rgba(0,0,0,.24)}to{text-shadow:0 3px 30px rgba(232,190,111,.34)}}
@keyframes loaderSweep{0%{transform:translateX(-130%)}100%{transform:translateX(340%)}}
@keyframes loaderSpin{to{transform:rotate(360deg)}}
@keyframes navigationFadeIn{from{opacity:0}to{opacity:1}}
@media(max-width:600px){
  .preloader-inner{padding:20px}
  .preloader-radhe{font-size:46px!important}
  .preloader-brand{font-size:17px!important;letter-spacing:.11em!important}
  .preloader-tagline{font-size:9px!important;letter-spacing:.18em!important}
}
@media(prefers-reduced-motion:reduce){.preloader-inner,.preloader-radhe,.preloader-line span,.preloader-mandala{animation:none!important}}

/* Cache-safe Admin label and compact premium desktop navigation. */
.nav-admin-link{color:#754823!important;font-weight:800;white-space:nowrap}
@media(min-width:981px){.site-header{padding-left:max(24px,2.7vw)!important;padding-right:max(24px,2.7vw)!important;gap:12px}.site-header>.brand{min-width:230px!important}.site-header>.brand img{width:56px!important;height:56px!important}.site-header .brand-words strong{font-size:16.5px!important}.site-header .brand-words small{font-size:7px!important;letter-spacing:.2em!important}.nav{gap:clamp(10px,1vw,17px)!important}.nav>a,.nav-dropdown>button{font-size:9.5px!important;letter-spacing:.065em!important}.header-search{gap:5px!important;font-size:9.5px!important}.header-search>span:first-child{font-size:19px!important}.header-cart{padding:9px 12px!important;font-size:9.5px!important}.nav .nav-admin-link{display:inline-flex!important;align-items:center;justify-content:center;min-height:32px;padding:6px 10px!important;border:1px solid rgba(138,91,45,.36);border-radius:999px;background:rgba(255,250,242,.75);font-size:0!important;box-shadow:0 5px 14px rgba(63,39,24,.06);transition:background .2s,border-color .2s,transform .2s}.nav .nav-admin-link:before{content:"";width:5px;height:5px;margin-right:7px;border-radius:50%;background:#b78643;box-shadow:0 0 0 3px rgba(183,134,67,.13)}.nav .nav-admin-link:after{content:"Admin";font-size:9.5px;letter-spacing:.075em}.nav .nav-admin-link:hover{transform:translateY(-1px);border-color:#9f6c36;background:#fffaf2}}
@media(min-width:981px) and (max-width:1240px){.site-header{padding-left:18px!important;padding-right:18px!important}.site-header>.brand{min-width:168px!important}.site-header>.brand img{width:48px!important;height:48px!important}.site-header .brand-words strong{font-size:13.5px!important}.site-header .brand-words small{font-size:5.5px!important}.nav{gap:8px!important}.nav>a,.nav-dropdown>button{font-size:8.5px!important}.header-search .search-label{display:none}.header-search{min-width:36px!important;padding-left:7px!important;padding-right:7px!important}.nav .nav-admin-link{padding:5px 8px!important}.nav .nav-admin-link:after{font-size:8.5px}}
@media(max-width:980px){.nav .nav-admin-link{border:1px solid rgba(138,91,45,.25);border-radius:10px;background:#fbf3e7;color:#704522!important;font-size:12px!important}.nav .nav-admin-link:before,.nav .nav-admin-link:after{content:none!important}}

/* V21 — real review carousel and fast, balanced collection discovery */
.discover-products{background:#fffaf3;border-top:1px solid rgba(74,45,29,.12);border-bottom:1px solid rgba(74,45,29,.12)}
.discover-head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:end;gap:clamp(28px,6vw,90px);margin-bottom:30px}
.discover-head h2{font-family:"Cormorant Garamond",serif;font-size:clamp(36px,4.2vw,58px);font-weight:500;line-height:1;margin:9px 0 0;color:var(--brown)}
.discover-head h2 em{font-weight:400;color:#9a6834}.discover-head>p{max-width:570px;margin:0;color:#765f51;line-height:1.75}
.discover-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}
.discover-filters{display:flex;gap:8px;overflow-x:auto;padding:3px 3px 7px;scrollbar-width:thin;scrollbar-color:#b98a51 transparent}
.discover-filters button,.discover-refresh{appearance:none;border:1px solid rgba(74,45,29,.22);background:transparent;color:var(--brown);font:700 10px/1.2 inherit;letter-spacing:.075em;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:background .2s,border-color .2s,color .2s,transform .2s}
.discover-filters button{padding:10px 14px;border-radius:999px}.discover-filters button:hover,.discover-filters button.is-active{background:var(--brown);border-color:var(--brown);color:#fffaf3}
.discover-refresh{flex:0 0 auto;padding:11px 15px;border-radius:8px}.discover-refresh span{display:inline-block;margin-left:6px;font-size:15px}.discover-refresh:hover{background:#f1e6d7;border-color:#9b6b3c;transform:translateY(-1px)}
.discover-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,2vw,24px)}
.discover-card{min-width:0;background:#fff;border:1px solid rgba(74,45,29,.13);box-shadow:0 12px 35px rgba(69,42,25,.06);transition:transform .25s ease,box-shadow .25s ease}
.discover-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(69,42,25,.12)}
.discover-image{display:block;position:relative;overflow:hidden;aspect-ratio:4/5;background:#f3ede4}
.discover-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.discover-card:hover .discover-image img{transform:scale(1.035)}
.discover-card>div{padding:17px 17px 19px}.discover-card span{display:block;color:#9a6834;font-size:9px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.discover-card h3{font-family:"Cormorant Garamond",serif;font-size:21px;line-height:1.08;font-weight:600;margin:0 0 13px;min-height:2.16em}.discover-card h3 a{color:var(--brown);text-decoration:none}.discover-card strong{font-size:13px;color:#7b4b27}
.discover-actions{text-align:center;margin-top:34px}

.reviews-intro{align-items:center!important;margin-bottom:38px!important}.rating-mark strong{font-size:clamp(32px,4vw,48px)!important;line-height:1!important}.rating-mark small{letter-spacing:.04em}
.review-slider{max-width:980px!important}.review-track{min-height:0!important;height:auto!important;background:linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.045))!important}
.review-slide{position:relative!important;inset:auto!important;display:none!important;min-height:360px;opacity:1!important;transform:none!important;padding:clamp(32px,5vw,58px)!important;animation:reviewFade .45s ease both}
.review-slide.is-active{display:flex!important}.review-slide blockquote{font-size:clamp(24px,2.8vw,35px)!important;line-height:1.24!important;text-wrap:pretty}
.review-slide footer{display:flex!important;align-items:center;gap:13px;margin-top:25px!important}.review-slide footer>span:last-child{display:flex;flex-direction:column;gap:3px}.review-slide footer strong{color:#fff6e7;font-size:11px;letter-spacing:.13em}.review-slide footer small{color:#bca99b;font-size:8px;letter-spacing:.13em}
.review-avatar{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:50%;background:#d5ad68;color:#3b2419;font-family:"Cormorant Garamond",serif;font-size:20px;font-weight:700}
.review-source{display:flex;align-items:center;gap:8px}.review-source:before{content:"G";display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#fff;color:#4285f4;font-size:12px;font-weight:800;letter-spacing:0;text-transform:none}
.review-controls>button:focus-visible,.review-dots button:focus-visible,.discover-filters button:focus-visible,.discover-refresh:focus-visible{outline:3px solid #d6aa64;outline-offset:3px}
@keyframes reviewFade{from{opacity:0;transform:translateX(16px)}to{opacity:1;transform:none}}

@media(max-width:1100px){.discover-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.discover-toolbar{align-items:flex-start;flex-direction:column}.discover-filters{width:100%}}
@media(max-width:700px){.discover-head{grid-template-columns:1fr;gap:15px}.discover-head h2{font-size:34px}.discover-head>p{font-size:13px;line-height:1.6}.discover-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.discover-card>div{padding:13px}.discover-card h3{font-size:17px;margin-bottom:10px}.discover-card span{font-size:8px}.discover-refresh{width:100%}.review-slide{min-height:410px;padding:28px!important}.review-slide blockquote{font-size:25px!important}.review-track{border-radius:20px!important}.rating-mark{align-items:flex-start!important}.review-controls{gap:16px!important}}
@media(prefers-reduced-motion:reduce){.discover-card,.discover-image img,.discover-refresh{transition:none!important}.review-slide{animation:none!important}}
