:root{
  --brand:#988f81;
  --brand-dark:#6f685d;
  --cream:#f4f2f0;
  --paper:#fbfaf7;
  --ink:#2b2925;
  --muted:#797269;
  --line:#ded8cf;
  --soft:#eee9e2;
  --shadow:0 22px 70px rgba(72,64,54,.12);
  --radius:28px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Manrope,system-ui,sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.7;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.regular-font{font-weight:400}
.medium-font{font-weight:600}
.bold-font{font-weight:800}
.section-space{padding:35px 0}
.section-tag{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 14px;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--brand-dark);
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  background:rgba(255,255,255,.55);
}
.section-tag:before{
  content:"";
  width:7px;
  height:7px;
  background:var(--brand);
  border-radius:50%;
}
h1,h2,h3,h4{letter-spacing:-.04em}
h1{font-size:clamp(46px,7vw,92px);line-height:.98;font-weight:500}
h2{font-size:clamp(34px,4.5vw,64px);line-height:1.05;font-weight:500}
h3{font-size:24px;font-weight:700}
.font-serif{font-family:'Playfair Display',serif}
.text-muted2{color:var(--muted)}
.btn-main,
.btn-ghost{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border-radius:999px;
  padding:14px 22px;
  font-weight:700;
  transition:.35s;
}
.btn-main{
  background:var(--ink);
  color:#fff!important;
  border:1px solid var(--ink);
}
.btn-main:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 34px rgba(43,41,37,.18);
  background:#111;
}
.btn-ghost{
  border:1px solid var(--line);
  color:var(--ink);
  background:rgba(255,255,255,.48);
}
.btn-ghost:hover{background:#fff;transform:translateY(-3px)}
.white-btn{background:#fff;color:#111!important;border-color:#fff}

.topbar{
  background:var(--brand);
  color:var(--cream);
  font-size:13px;
  letter-spacing:.02em;
}
.topbar a{color:var(--cream)}
.main-nav{
  position:sticky;
  top:0;
  z-index:999;
  background:rgba(251,250,247,.86);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(222,216,207,.65);
  transition:.3s;
}
.main-nav.nav-scrolled{box-shadow:0 15px 45px rgba(72,64,54,.08)}
.navbar-brand img{
  height:37px;
  width:auto;
  filter:invert(1) brightness(.2);
}
.navbar .nav-link{
  font-size:14px;
  font-weight:700;
  color:var(--ink);
  padding:28px 14px!important;
}
.navbar .nav-link.active{
  color: var(--brand-dark);
  position: relative;
}

.navbar .nav-link.active:after{
  content:"";
  position:absolute;
  bottom:18px;
  left:50%;
  transform:translateX(-50%);
  width:6px;
  height:6px;
  background:var(--brand);
  border-radius:50%;
}
.navbar .nav-link:hover{color:var(--brand-dark)}
.nav-icon{
  width:43px;
  height:43px;
  border:1px solid var(--line);
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  transition:.3s;
}
.nav-icon:hover{background:var(--ink);color:#fff}
.dropdown-menu{
  border:0;
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:12px;
  background:#fff;
}
.dropdown-item{
  border-radius:14px;
  padding:11px 14px;
  font-size:14px;
}
.dropdown-item:hover{background:var(--soft);color:var(--brand-dark)}

.hero{
  position:relative;
  min-height:790px;
  background:linear-gradient(135deg,#f7f4ef 0%,#fff 48%,#e9e1d6 100%);
  overflow:hidden;
}
.heroSwiper,
.heroSwiper .swiper-wrapper,
.heroSwiper .swiper-slide{min-height:790px}
.hero-slide{
  position:relative;
  overflow:hidden;
}
.hero-slide:before{
  content:"REJUVCARE";
  position:absolute;
  left:-20px;
  top:88px;
  font-size:clamp(76px,15vw,220px);
  font-weight:800;
  letter-spacing:.08em;
  color:rgba(152,143,129,.08);
  line-height:1;
  white-space:nowrap;
}
.hero-slide-1{background:linear-gradient(135deg,#f7f4ef 0%,#fff 50%,#e9e1d6 100%)}
.hero-slide-2{background:linear-gradient(135deg,#fffaf5 0%,#f7f4ef 54%,#dfd7ca 100%)}
.hero-slide-3{background:linear-gradient(135deg,#f5f0e8 0%,#ffffff 48%,#988f81 165%)}
.hero .container{position:relative;z-index:2}
.hero-copy{padding:110px 0 120px}
.hero-copy p.lead{
  font-size:19px;
  color:var(--muted);
  max-width:630px;
}
.hero-title{font-size:clamp(44px,6vw,82px)}
.hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:30px 0;
}
.hero-badges span{
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  font-size:13px;
  font-weight:700;
  color:var(--brand-dark);
}
.hero-visual{
  position:relative;
  min-height:600px;
  border-radius:42px;
  background:var(--brand);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.hero-visual:before{
  content:"";
  position:absolute;
  inset:22px;
  border:1px solid rgba(244,242,240,.26);
  border-radius:32px;
}
.hero-logo{
  position:absolute;
  left:50%;
  top:54%;
  transform:translate(-50%,-50%);
  width:min(84%,670px);
  opacity:.98;
}
.orb{
  position:absolute;
  border-radius:999px;
  background:rgba(244,242,240,.16);
}
.orb.one{width:170px;height:170px;right:60px;top:75px}
.orb.two{width:110px;height:110px;left:58px;bottom:76px}
.hero-mini{
  position:absolute;
  left:30px;
  bottom:30px;
  right:30px;
  padding:22px;
  border-radius:28px;
  background:rgba(244,242,240,.88);
  backdrop-filter:blur(12px);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.hero-mini b{display:block;font-size:18px}
.hero-mini span{font-size:12px;color:var(--muted)}
.drip-panel{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  background:linear-gradient(145deg,#988f81,#c7bba9);
}
.iv-set{
  width:86px;
  height:260px;
  border-radius:28px 28px 44px 44px;
  border:2px solid rgba(255,255,255,.58);
  background:var(--liquid);
  position:relative;
  box-shadow:inset 0 45px 35px rgba(255,255,255,.32),0 16px 35px rgba(0,0,0,.12);
}
.iv-set:before{
  content:"";
  position:absolute;
  top:-65px;
  left:50%;
  width:2px;
  height:65px;
  background:rgba(255,255,255,.72);
}
.iv-set:after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  top:86px;
  height:48px;
  border-radius:12px;
  background:rgba(255,255,255,.72);
}
.iv-orange{--liquid:linear-gradient(180deg,#fff6de,#f3a740)}
.iv-green{--liquid:linear-gradient(180deg,#efffe9,#55b874)}
.iv-blue{--liquid:linear-gradient(180deg,#effaff,#54b6e8)}
.iv-pink{--liquid:linear-gradient(180deg,#fff3fa,#e774b0)}
.care-panel{
  background:linear-gradient(145deg,#fbfaf7,#988f81);
  display:flex;
  align-items:center;
  justify-content:center;
}
.care-card{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.65);
  box-shadow:0 18px 50px rgba(72,64,54,.12);
  backdrop-filter:blur(14px);
}
.care-card-main{
  width:68%;
  border-radius:36px;
  padding:44px;
  text-align:center;
}
.care-card-main img{filter:invert(1) brightness(.22);margin:0 auto 26px;max-width:300px}
.care-card-main p{margin:0;color:var(--muted)}
.floating-card{
  position:absolute;
  border-radius:22px;
  padding:16px 20px;
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
}
.floating-card i{font-size:26px;color:var(--brand-dark)}
.floating-card.one{left:42px;top:78px}
.floating-card.two{right:48px;top:145px}
.floating-card.three{left:72px;bottom:92px}
.hero-controls{
  position:absolute;
  left:50%;
  bottom:46px;
  transform:translateX(-50%);
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  pointer-events:none;
}
.hero-pagination{position:relative!important;width:auto!important;bottom:auto!important;pointer-events:auto}
.hero-pagination .swiper-pagination-bullet{
  width:36px;
  height:4px;
  border-radius:999px;
  background:rgba(43,41,37,.28);
  opacity:1;
}
.hero-pagination .swiper-pagination-bullet-active{background:var(--ink)}
.hero-arrows{display:flex;gap:10px;pointer-events:auto}
.hero-arrows button{
  width:48px;
  height:48px;
  border-radius:50%;
  border:1px solid var(--line);
  background:rgba(255,255,255,.76);
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.3s;
}
.hero-arrows button:hover{background:var(--ink);color:#fff}

.concern-wrap{margin-top:-70px;position:relative;z-index:5}
.concern-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:34px;
  padding:30px;
  box-shadow:var(--shadow);
  height:100%;
}
.concern-card img{
    border-radius: 15px;
    margin-bottom: 20px;
}
.concern-card i{font-size:32px;color:var(--brand-dark)}
.concern-card h3{font-size:20px;margin:18px 0 10px}
.mission-box{
  background:#fff;
  border:1px solid var(--line);
  border-radius:36px;
  padding:38px;
  box-shadow:var(--shadow);
}
.mission-box div + div{border-top:1px solid var(--line);padding-top:25px;margin-top:25px}
.mission-box span{
  display:block;
  color:var(--brand-dark);
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:10px;
}
.mission-box p{margin:0;color:var(--muted)}
.service-card{
  height:100%;
  padding:34px;
  border-radius:30px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#fff,#f8f5f0);
  transition:.35s;
  position:relative;
  overflow:hidden;
}
.service-card:after{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  border-radius:50%;
  right:-46px;
  bottom:-46px;
  background:rgba(152,143,129,.12);
  transition:.35s;
}
.service-card:hover{
  transform:translateY(-7px);
  box-shadow:var(--shadow);
  border-color:rgba(152,143,129,.35);
}
.service-card:hover:after{transform:scale(1.35)}
.service-no{
  font-size:12px;
  color:var(--brand-dark);
  font-weight:800;
  letter-spacing:.15em;
}
.service-card h3,
.service-card p{position:relative;z-index:1}
.service-card h3{margin:18px 0 12px}
.service-card p{color:var(--muted);font-size:15px}
.product-section{
  background:#f0ebe4;
  position:relative;
  overflow:hidden;
}
.product-section:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 18% 20%,rgba(255,255,255,.78),transparent 32%),radial-gradient(circle at 84% 58%,rgba(152,143,129,.20),transparent 26%);
}
.product-card{
  height:100%;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(222,216,207,.9);
  border-radius:30px;
  padding:22px;
  transition:.35s;
  position:relative;
  overflow:hidden;
}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.drip{
  height:172px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,255,255,.35));
  display:flex;
  align-items:end;
  justify-content:center;
  overflow:hidden;
  border:1px solid rgba(222,216,207,.8);
  position:relative;
}
.drip:before{
  content:"";
  width:78px;
  height:118px;
  border:2px solid rgba(43,41,37,.18);
  border-radius:18px 18px 28px 28px;
  background:var(--liquid);
  box-shadow:inset 0 35px 25px rgba(255,255,255,.35);
}
.drip:after{
  content:"";
  position:absolute;
  top:18px;
  width:1px;
  height:45px;
  background:#b8b1a7;
}
.product-card h3{font-size:19px;margin:18px 0 6px}
.price{font-size:22px;font-weight:800;color:var(--brand-dark)}
.check-list{list-style:none;margin:15px 0 0;padding:0}
.check-list li{display:flex;gap:9px;margin-bottom:8px;color:var(--muted);font-size:14px}
.check-list i{color:var(--brand-dark);font-size:18px;margin-top:2px}
.experience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.experience-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  height:100%;
  box-shadow:0 12px 45px rgba(72,64,54,.06);
}
.experience-card i{font-size:34px;color:var(--brand-dark)}
.experience-card h3{font-size:20px;margin:15px 0 8px}
.experience-card p{margin:0;color:var(--muted)}
.blog-area{background:#fffaf5}
.blog-card{
  display:block;
  height:100%;
  border:1px solid var(--line);
  border-radius:30px;
  padding:32px;
  background:#fff;
  transition:.35s;
}
.blog-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);color:var(--ink)}
.blog-card span{
  display:block;
  color:var(--brand-dark);
  font-weight:800;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:18px;
}
.blog-card h3{font-size:22px;line-height:1.25}
.blog-card p{color:var(--muted);margin:14px 0 0}
.contact-strip{
  background:var(--ink);
  color:#fff;
  border-radius:40px;
  padding:48px;
  overflow:hidden;
  position:relative;
}
.contact-strip:after{
  content:"";
  position:absolute;
  right:-80px;
  bottom:-100px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(244,242,240,.08);
}
.contact-strip p{color:#d8d3ca}
.light-tag{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.18)}
.footer{
  padding:55px 0;
  background:#171613;
  color:#d8d3ca;
}
.footer img{height:36px;filter:none}
.footer a{color:#d8d3ca}
.footer h5{color:#fff;margin-bottom:16px}
.footer hr{border-color:rgba(255,255,255,.12);margin:38px 0 22px}
.whatsapp-float{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:9999;
  width:62px;
  height:62px;
  border-radius:50%;
  background:#1f1f1d;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 40px rgba(0,0,0,.25);
  font-size:30px;
  transition:.3s;
}
.whatsapp-float:hover{color:#fff;transform:translateY(-3px)}

@media(max-width:1199px){
  .iv-set{width:72px;height:235px}
}
@media(max-width:991px){
  .navbar .nav-link{padding:12px 0!important}
  .hero,
  .heroSwiper,
  .heroSwiper .swiper-wrapper,
  .heroSwiper .swiper-slide{min-height:auto}
  .hero-copy{padding:70px 0 120px}
  .hero-controls{bottom:34px}
  .section-space{padding:75px 0}
  .contact-strip{padding:34px;border-radius:30px}
  .experience-grid{grid-template-columns:1fr}
}
@media(max-width:575px){
  .topbar{font-size:12px}
  .hero-badges span{width:100%}
  .btn-main,
  .btn-ghost{width:100%;justify-content:center}
  .hero-copy{padding:56px 0 116px}
  .hero-controls{align-items:flex-start}
  .hero-arrows{display:none}
  .concern-wrap{margin-top:-35px}
  .section-space{padding:62px 0}
  .mission-box,
  .contact-strip{padding:28px}
}


/* Updated hero: full background image slider for easier CMS control */
.hero{
  min-height:760px;
  background:#171613;
}
.heroSwiper,
.heroSwiper .swiper-wrapper,
.heroSwiper .swiper-slide{
  min-height:760px;
}
.hero-bg-slide{
  background-image:var(--hero-bg), linear-gradient(135deg,#988f81,#171613);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.hero-slide:before{display:none;}
.hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(23,22,19,.80) 0%,rgba(23,22,19,.62) 43%,rgba(23,22,19,.18) 100%),
    linear-gradient(180deg,rgba(23,22,19,.18) 0%,rgba(23,22,19,.42) 100%);
}
.hero-bg-slide:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:170px;
  z-index:1;
  background:linear-gradient(180deg,rgba(251,250,247,0),var(--paper));
}
.hero-copy{
  position:relative;
  z-index:2;
  padding:145px 0 160px;
  color:#fff;
}
.hero-copy h1,
.hero-copy .hero-title{
  color:#fff;
  text-shadow:0 18px 42px rgba(0,0,0,.25);
}
.hero-copy p.lead{
  color:rgba(244,242,240,.84);
  max-width:700px;
}
.hero-controls{
  z-index:5;
}
.hero-pagination .swiper-pagination-bullet{
  background:rgba(244,242,240,.72);
  opacity:1;
}
.hero-pagination .swiper-pagination-bullet-active{
  background:#fff;
  width:34px;
  border-radius:999px;
}
.hero-arrows button{
  background:rgba(244,242,240,.12);
  color:#fff;
  border-color:rgba(244,242,240,.35);
  backdrop-filter:blur(12px);
}
.hero-arrows button:hover{
  background:#fff;
  color:var(--ink);
}
.light-tag{
  background:rgba(244,242,240,.12);
  color:#fff;
  border-color:rgba(244,242,240,.32);
  backdrop-filter:blur(10px);
}
.light-tag:before{background:#fff;}

/* Refined footer to match Muji clinic direction */
.footer{
  position:relative;
  padding:0;
  background:#1c1a17;
  color:#d8d1c7;
  overflow:hidden;
}
.footer:before{
  content:"REJUVCARE";
  position:absolute;
  right:-46px;
  top:34px;
  font-size:clamp(78px,13vw,190px);
  line-height:1;
  font-weight:800;
  letter-spacing:.12em;
  color:rgba(244,242,240,.035);
  pointer-events:none;
}
.footer-topline{
  height:12px;
  background:linear-gradient(90deg,var(--brand),#c7bdae,var(--cream));
}
.footer .container{
  position:relative;
  z-index:2;
}
.footer-main{
  display:grid;
  grid-template-columns:1.15fr .95fr .95fr;
  gap:22px;
  padding:68px 0 42px;
}
.footer-brand,
.footer-card{
  border:1px solid rgba(244,242,240,.12);
  border-radius:32px;
  background:rgba(244,242,240,.045);
  backdrop-filter:blur(10px);
}
.footer-brand{
  padding:36px;
}
.footer-brand img{
  height:42px;
  width:auto;
  margin-bottom:24px;
}
.footer-brand p{
  max-width:430px;
  margin:0;
  color:#cfc7bd;
}
.footer-card{
  padding:32px;
}
.footer-label{
  display:inline-flex;
  margin-bottom:14px;
  color:#f4f2f0;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:800;
}
.footer h5{
  color:#fff;
  font-size:22px;
  margin-bottom:14px;
}
.footer p{
  color:#cfc7bd;
}
.footer a{
  color:#f4f2f0;
}
.footer-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:10px;
  color:#fff!important;
  font-weight:700;
}
.footer-social{
  display:flex;
  gap:10px;
  margin-top:26px;
}
.footer-social a{
  width:42px;
  height:42px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(244,242,240,.1);
  border:1px solid rgba(244,242,240,.18);
  font-size:20px;
  transition:.3s;
}
.footer-social a:hover,
.footer-contact a:hover,
.footer-policy a:hover,
.footer-link:hover{
  color:#fff;
  transform:translateY(-2px);
}
.hours-row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
  border-bottom:1px solid rgba(244,242,240,.12);
}
.hours-row span{color:#bdb4aa;}
.hours-row b{color:#fff;font-weight:700;text-align:right;}
.footer-contact{
  display:grid;
  gap:10px;
  margin-top:20px;
}
.footer-contact a{
  display:flex;
  align-items:center;
  gap:10px;
  color:#f4f2f0;
}
.footer-contact i{font-size:20px;}
.footer-bottom{
  border-top:1px solid rgba(244,242,240,.12);
  padding:24px 0 30px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  font-size:13px;
  color:#bdb4aa;
}
.footer-policy{
  display:flex;
  flex-wrap:wrap;
  gap:14px 20px;
}
.footer-policy a,
.footer-policy span{color:#bdb4aa;}

@media(max-width:991px){
  .hero,
  .heroSwiper,
  .heroSwiper .swiper-wrapper,
  .heroSwiper .swiper-slide{min-height:650px;}
  .hero-copy{padding:105px 0 135px;}
  .hero-overlay{
    background:linear-gradient(90deg,rgba(23,22,19,.84) 0%,rgba(23,22,19,.62) 100%);
  }
  .footer-main{grid-template-columns:1fr;padding:48px 0 32px;}
}
@media(max-width:575px){
  .hero,
  .heroSwiper,
  .heroSwiper .swiper-wrapper,
  .heroSwiper .swiper-slide{min-height:590px;}
  .hero-copy{padding:78px 0 125px;}
  .footer-brand,
  .footer-card{padding:26px;border-radius:26px;}
  .hours-row{display:block;}
  .hours-row b{display:block;text-align:left;margin-top:4px;}
}

/* Hero image links version: image is placed in <img src="..."> for easier CMS update */
.hero-bg-slide{
  position:relative;
  overflow:hidden;
  background:#171613!important;
}
.hero-bg-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  z-index:0;
  transform:scale(1.02);
}
.hero-bg-slide .container{
  position:relative;
  z-index:2;
}
.hero-bg-slide.swiper-slide-active .hero-bg-img{
  animation:heroZoom 7.5s ease forwards;
}
@keyframes heroZoom{
  from{transform:scale(1.02);}
  to{transform:scale(1.08);}
}

/* About Page */
.inner-hero{
  position:relative;
  min-height:690px;
  overflow:hidden;
  color:#fff;
  background:var(--brand);
}
.inner-hero-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.inner-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(43,41,37,.72) 0%,rgba(43,41,37,.46) 48%,rgba(43,41,37,.16) 100%);
}
.inner-hero .container{
  position:relative;
  z-index:2;
}
.min-vh-about{min-height:690px}
.inner-hero h1{max-width:850px}
.inner-hero .lead{
  max-width:710px;
  color:rgba(255,255,255,.86);
  font-size:20px;
}
.about-intro-section{
  background:linear-gradient(180deg,#fbfaf7 0%,#f4f2f0 100%);
}
.large-copy{
  font-size:19px;
  line-height:1.85;
}
.about-image-band{
  background:var(--paper);
  padding:0 24px 105px;
}
.image-tile{
  height:520px;
  overflow:hidden;
  border-radius:34px;
  margin:0 10px;
  box-shadow:var(--shadow);
}
.image-tile.center{transform:translateY(42px)}
.image-tile img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:1s ease;
}
.image-tile:hover img{transform:scale(1.06)}
.mission-section{
  background:var(--paper);
}
.mission-card{
  min-height:360px;
  border-radius:var(--radius);
  padding:46px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-shadow:var(--shadow);
}
.mission-card span{
  display:inline-flex;
  width:max-content;
  border-radius:999px;
  padding:8px 15px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:800;
}
.mission-card h3{
  font-size:clamp(27px,3.2vw,42px);
  line-height:1.12;
  max-width:540px;
}
.mission-card p{
  max-width:560px;
  margin:0;
}
.dark-card{
  background:var(--ink);
  color:#fff;
}
.dark-card span{background:rgba(255,255,255,.12);color:var(--cream)}
.dark-card p{color:rgba(255,255,255,.74)}
.light-card{
  background:var(--soft);
  color:var(--ink);
}
.light-card span{background:#fff;color:var(--brand-dark)}
.light-card p{color:var(--muted)}
.value-card{
  height:100%;
  padding:34px;
  border-radius:26px;
  background:#fff;
  border:1px solid var(--line);
  transition:.35s;
}
.value-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow);
}
.value-card i{
  width:54px;
  height:54px;
  border-radius:18px;
  background:var(--soft);
  color:var(--brand-dark);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  margin-bottom:24px;
}
.value-card h3{font-size:21px;margin-bottom:14px}
.value-card p{color:var(--muted);margin:0}
.care-journey-section{
  background:linear-gradient(135deg,#f4f2f0 0%,#fbfaf7 56%,#e9e1d6 100%);
}
.journey-list{
  display:grid;
  gap:16px;
}
.journey-item{
  display:grid;
  grid-template-columns:74px 1fr;
  gap:22px;
  align-items:flex-start;
  padding:26px;
  border-radius:26px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(222,216,207,.8);
  backdrop-filter:blur(12px);
}
.journey-item b{
  width:58px;
  height:58px;
  border-radius:50%;
  background:var(--brand);
  color:var(--cream);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  letter-spacing:.08em;
}
.journey-item h3{font-size:22px;margin-bottom:6px}
.journey-item p{margin:0;color:var(--muted)}

@media(max-width:991px){
  .inner-hero,.min-vh-about{min-height:620px}
  .image-tile{height:390px;margin-bottom:18px}
  .image-tile.center{transform:none}
  .mission-card{min-height:auto;padding:34px}
}
@media(max-width:575px){
  .inner-hero,.min-vh-about{min-height:560px}
  .about-image-band{padding:0 12px 72px}
  .journey-item{grid-template-columns:1fr;padding:24px}
}


/* Service Detail Page */
.service-inner-hero .inner-hero-overlay{
  background:linear-gradient(90deg,rgba(43,41,37,.78) 0%,rgba(43,41,37,.54) 48%,rgba(43,41,37,.18) 100%);
}
.service-overview-section{
  background:linear-gradient(180deg,#fbfaf7 0%,#f4f2f0 100%);
}
.therapy-summary-card{
  position:sticky;
  top:118px;
  padding:36px;
  border-radius:32px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.therapy-summary-card span{
  display:inline-flex;
  margin-bottom:12px;
  color:var(--brand-dark);
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:800;
}
.therapy-summary-card h3{
  font-size:28px;
  line-height:1.2;
  margin-bottom:22px;
}
.therapy-summary-card ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:13px;
}
.therapy-summary-card li{
  display:flex;
  gap:10px;
  color:var(--muted);
}
.therapy-summary-card li i{
  color:var(--brand-dark);
  font-size:20px;
  margin-top:2px;
}
.support-card{
  height:100%;
  padding:38px;
  border-radius:30px;
  background:#fff;
  border:1px solid var(--line);
  transition:.35s;
  position:relative;
  overflow:hidden;
}
.support-card:after{
  content:"";
  position:absolute;
  right:-48px;
  bottom:-48px;
  width:140px;
  height:140px;
  border-radius:50%;
  background:rgba(152,143,129,.11);
  transition:.35s;
}
.support-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow);
}
.support-card:hover:after{transform:scale(1.3)}
.support-card i{
  width:58px;
  height:58px;
  border-radius:20px;
  background:var(--soft);
  color:var(--brand-dark);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  margin-bottom:24px;
}
.support-card h3,
.support-card p{
  position:relative;
  z-index:1;
}
.support-card h3{font-size:23px;margin-bottom:12px}
.support-card p{color:var(--muted);margin:0}
.therapy-process-section{
  background:linear-gradient(135deg,#f4f2f0 0%,#fbfaf7 56%,#e9e1d6 100%);
}
.service-journey-list .journey-item{
  background:rgba(255,255,255,.78);
}
.who-section{
  background:var(--paper);
}
.who-image-wrap{
  overflow:hidden;
  border-radius:36px;
  box-shadow:var(--shadow);
  min-height:560px;
}
.who-image-wrap img{
  width:100%;
  height:560px;
  object-fit:cover;
  transition:1s ease;
}
.who-image-wrap:hover img{transform:scale(1.06)}
.therapy-points{
  display:grid;
  gap:14px;
}
.therapy-points div{
  display:flex;
  gap:13px;
  padding:18px 20px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
  color:var(--ink);
  font-weight:700;
}
.therapy-points i{
  width:28px;
  height:28px;
  border-radius:50%;
  background:var(--brand);
  color:var(--cream);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 28px;
  margin-top:2px;
}
.related-service-section{
  background:#fffaf5;
}
.related-service-card{
  height:100%;
  min-height:172px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:30px;
  border-radius:28px;
  border:1px solid var(--line);
  background:#fff;
  transition:.35s;
  position:relative;
  overflow:hidden;
}
.related-service-card:before{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  border-radius:50%;
  right:-55px;
  top:-55px;
  background:rgba(152,143,129,.10);
  transition:.35s;
}
.related-service-card span{
  color:var(--brand-dark);
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
}
.related-service-card h3{
  font-size:21px;
  line-height:1.25;
  margin:22px 0 18px;
  max-width:330px;
}
.related-service-card i{
  font-size:24px;
  color:var(--brand-dark);
}
.related-service-card:hover{
  transform:translateY(-7px);
  box-shadow:var(--shadow);
  color:var(--ink);
}
.related-service-card:hover:before{transform:scale(1.4)}
@media(max-width:991px){
  .therapy-summary-card{position:relative;top:auto;}
  .who-image-wrap,.who-image-wrap img{height:420px;min-height:auto;}
}
@media(max-width:575px){
  .therapy-summary-card,.support-card{padding:28px;border-radius:26px;}
  .who-image-wrap,.who-image-wrap img{height:340px;}
  .therapy-points div{padding:16px;}
}

/* Product Listing Page */
.product-inner-hero .inner-hero-overlay{
  background:linear-gradient(90deg,rgba(43,41,37,.78) 0%,rgba(43,41,37,.54) 48%,rgba(43,41,37,.16) 100%);
}
.product-listing-section{
  background:linear-gradient(180deg,#fbfaf7 0%,#f4f2f0 100%);
}
.product-filter-bar{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:22px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 14px 45px rgba(72,64,54,.07);
  margin-bottom:34px;
}
.product-filter-bar p{margin:0;color:var(--muted)}
.product-filter-actions{display:flex;flex-wrap:wrap;gap:10px}
.product-filter-btn{
  border:1px solid var(--line);
  background:#fbfaf7;
  color:var(--ink);
  border-radius:999px;
  padding:10px 16px;
  font-size:13px;
  font-weight:800;
  transition:.3s;
}
.product-filter-btn.active,
.product-filter-btn:hover{
  background:var(--ink);
  color:#fff;
  border-color:var(--ink);
}
.shop-product-card{
  height:100%;
  border-radius:32px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(222,216,207,.9);
  overflow:hidden;
  box-shadow:0 14px 45px rgba(72,64,54,.06);
  transition:.35s;
  display:flex;
  flex-direction:column;
}
.shop-product-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow);
}
.product-visual{
  position:relative;
  min-height:245px;
  background:linear-gradient(135deg,#f7f4ef 0%,#fff 52%,#e9e1d6 100%);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.product-visual:before{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border-radius:50%;
  background:rgba(152,143,129,.13);
  right:-70px;
  bottom:-80px;
}
.product-ribbon{
  position:absolute;
  left:18px;
  top:18px;
  z-index:2;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(222,216,207,.85);
  color:var(--brand-dark);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  backdrop-filter:blur(10px);
}
.wellness-drip-display{
  position:relative;
  width:108px;
  height:168px;
  border:2px solid rgba(43,41,37,.18);
  border-radius:24px 24px 42px 42px;
  background:var(--drip-liquid);
  box-shadow:inset 0 46px 34px rgba(255,255,255,.42),0 18px 42px rgba(72,64,54,.13);
}
.wellness-drip-display:before{
  content:"";
  position:absolute;
  left:50%;
  top:-58px;
  width:2px;
  height:58px;
  background:#b8b1a7;
}
.wellness-drip-display:after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  top:70px;
  height:48px;
  border-radius:14px;
  background:rgba(255,255,255,.72);
}
.drip-immune{--drip-liquid:linear-gradient(180deg,#fff8dc,#f2b84b)}
.drip-liver{--drip-liquid:linear-gradient(180deg,#f1fff0,#69bd7b)}
.drip-energy{--drip-liquid:linear-gradient(180deg,#fff1da,#f08d46)}
.drip-nad{--drip-liquid:linear-gradient(180deg,#effaff,#55b8e7)}
.drip-skin{--drip-liquid:linear-gradient(180deg,#fff3fa,#e876b2)}
.drip-slimming{--drip-liquid:linear-gradient(180deg,#f7fff5,#8ccf90)}
.product-body{
  padding:28px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.product-body h3{
  font-size:23px;
  line-height:1.22;
  margin-bottom:10px;
}
.product-desc{
  color:var(--muted);
  margin-bottom:18px;
  font-size:15px;
}
.product-benefits{
  list-style:none;
  padding:0;
  margin:0 0 22px;
  display:grid;
  gap:9px;
}
.product-benefits li{
  display:flex;
  gap:9px;
  color:var(--muted);
  font-size:14px;
}
.product-benefits i{
  color:var(--brand-dark);
  font-size:18px;
  margin-top:2px;
}
.product-buy-row{
  margin-top:auto;
  padding-top:20px;
  /*border-top:1px solid var(--line);*/
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.product-price-wrap span{
  display:block;
  font-size:11px;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:800;
}
.product-price-wrap b{
  display:block;
  color:var(--brand-dark);
  font-size:25px;
  line-height:1.1;
}
.qty-control{
  display:inline-flex;
  align-items:center;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  overflow:hidden;
}
.qty-control button{
  width:34px;
  height:34px;
  border:0;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--ink);
}
.qty-control input{
  width:38px;
  height:34px;
  border:0;
  text-align:center;
  background:transparent;
  font-weight:800;
  color:var(--ink);
}
.qty-control input:focus{outline:0}
.product-card-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  width:100%;
}
.btn-cart,
.btn-view-product{
  flex:1 1 auto;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  border-radius:999px;
  padding:12px 16px;
  font-weight:800;
  font-size:14px;
  transition:.3s;
}
.btn-cart{
  border:1px solid var(--ink);
  background:var(--ink);
  color:#fff!important;
}
.btn-cart:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(43,41,37,.18)}
.btn-view-product{
  border:1px solid var(--line);
  background:#fff;
  color:var(--ink);
}
.btn-view-product:hover{background:var(--soft);color:var(--ink)}
.product-note-section{
  background:var(--paper);
}
.product-note-card{
  height:100%;
  padding:34px;
  border-radius:30px;
  background:#fff;
  border:1px solid var(--line);
  transition:.35s;
}
.product-note-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.product-note-card i{
  width:56px;
  height:56px;
  border-radius:18px;
  background:var(--soft);
  color:var(--brand-dark);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:29px;
  margin-bottom:22px;
}
.product-note-card h3{font-size:22px;margin-bottom:10px}
.product-note-card p{margin:0;color:var(--muted)}
@media(max-width:991px){
  .product-filter-bar{align-items:flex-start;}
  .product-filter-actions{width:100%;}
}
@media(max-width:575px){
  .product-visual{min-height:210px;}
  .product-body{padding:24px;}
  .product-filter-btn{width:100%;}
  .product-card-actions{display:grid;grid-template-columns:1fr;}
}

/* Product Detail Page - matched with Product Listing ecommerce design */
.product-detail-main-section{
  background:linear-gradient(180deg,#fbfaf7 0%,#f4f2f0 100%);
  position:relative;
  overflow:hidden;
}
.product-detail-main-section:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 12% 20%,rgba(255,255,255,.78),transparent 31%),radial-gradient(circle at 88% 64%,rgba(152,143,129,.16),transparent 28%);
  pointer-events:none;
}
.product-detail-main-section .container{position:relative;z-index:2}
.detail-product-shell{
  display:grid;
  grid-template-columns:1fr .92fr;
  gap:28px;
  align-items:stretch;
}
.detail-visual-panel,
.detail-info-panel{
  border:1px solid rgba(222,216,207,.9);
  border-radius:38px;
  background:rgba(255,255,255,.78);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.detail-visual-panel{
  min-height:620px;
  display:flex;
  flex-direction:column;
}
.detail-visual-stage{
  position:relative;
  flex:1;
  min-height:470px;
  background:linear-gradient(135deg,#f7f4ef 0%,#fff 52%,#e9e1d6 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.detail-visual-stage:before{
  content:"";
  position:absolute;
  width:410px;
  height:410px;
  border-radius:50%;
  background:rgba(152,143,129,.13);
  right:-110px;
  bottom:-150px;
}
.detail-visual-stage:after{
  content:"WELLNESS IV";
  position:absolute;
  left:28px;
  bottom:20px;
  font-size:clamp(42px,7vw,96px);
  font-weight:800;
  letter-spacing:.08em;
  color:rgba(152,143,129,.075);
  line-height:1;
  white-space:nowrap;
}
.detail-drip-large{
  width:172px;
  height:270px;
  border-radius:36px 36px 62px 62px;
  z-index:2;
  box-shadow:inset 0 66px 48px rgba(255,255,255,.44),0 28px 72px rgba(72,64,54,.18);
}
.detail-drip-large:before{
  top:-96px;
  height:96px;
}
.detail-drip-large:after{
  left:28px;
  right:28px;
  top:116px;
  height:70px;
  border-radius:19px;
}
.detail-visual-meta{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--line);
}
.detail-visual-meta div{
  background:rgba(255,255,255,.78);
  padding:22px;
}
.detail-visual-meta span{
  display:block;
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--muted);
  font-weight:800;
}
.detail-visual-meta b{
  display:block;
  margin-top:4px;
  color:var(--ink);
  font-size:15px;
}
.detail-info-panel{
  padding:42px;
  display:flex;
  flex-direction:column;
}
.detail-info-panel .product-ribbon{
  position:static;
  width:max-content;
  margin-bottom:22px;
}
.detail-info-panel h2{
  font-size:clamp(36px,4.5vw,62px);
  line-height:1.02;
  margin-bottom:18px;
}
.detail-price-box{
  display:flex;
  align-items:flex-end;
  gap:12px;
  padding:24px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  margin:24px 0;
}
.detail-price-box span{
  color:var(--muted);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.16em;
  padding-bottom:5px;
}
.detail-price-box b{
  color:var(--brand-dark);
  font-size:38px;
  line-height:1;
}
.detail-actions{
  margin-top:auto;
  padding-top:28px;
  display:grid;
  gap:14px;
}
.detail-actions .qty-control{
  width:max-content;
}
.detail-actions .qty-control button{
  width:44px;
  height:44px;
}
.detail-actions .qty-control input{
  width:48px;
  height:44px;
}
.detail-actions-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.detail-actions-row .btn-cart,
.detail-actions-row .btn-view-product{
  flex:1 1 180px;
  padding:14px 18px;
}
.product-detail-benefit-section{
  background:var(--paper);
}
.detail-benefit-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.detail-benefit-card{
  padding:32px;
  border-radius:30px;
  border:1px solid var(--line);
  background:#fff;
  transition:.35s;
  height:100%;
}
.detail-benefit-card:hover{
  transform:translateY(-7px);
  box-shadow:var(--shadow);
}
.detail-benefit-card i{
  width:56px;
  height:56px;
  border-radius:18px;
  background:var(--soft);
  color:var(--brand-dark);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:29px;
  margin-bottom:22px;
}
.detail-benefit-card h3{font-size:21px;margin-bottom:10px}
.detail-benefit-card p{color:var(--muted);margin:0}
.product-detail-info-band{
  background:linear-gradient(135deg,#f4f2f0 0%,#fbfaf7 56%,#e9e1d6 100%);
}
.product-detail-info-card{
  height:100%;
  border-radius:32px;
  padding:38px;
  border:1px solid rgba(222,216,207,.9);
  background:rgba(255,255,255,.70);
  backdrop-filter:blur(12px);
}
.product-detail-info-card h3{font-size:28px;margin-bottom:16px}
.product-detail-info-card p{color:var(--muted);margin:0}
.related-detail-section{background:#fffaf5}
.related-detail-section .shop-product-card{box-shadow:none}
@media(max-width:991px){
  .detail-product-shell{grid-template-columns:1fr;}
  .detail-visual-panel{min-height:auto;}
  .detail-visual-stage{min-height:430px;}
  .detail-benefit-grid{grid-template-columns:repeat(2,1fr);}
  .detail-info-panel{padding:32px;}
}
@media(max-width:575px){
  .detail-visual-stage{min-height:350px;}
  .detail-drip-large{width:132px;height:216px;}
  .detail-visual-meta{grid-template-columns:1fr;}
  .detail-benefit-grid{grid-template-columns:1fr;}
  .detail-info-panel,.product-detail-info-card{padding:26px;border-radius:26px;}
}

/* Testimonials Page */
.testimonials-inner-hero .inner-hero-overlay{
  background:linear-gradient(90deg,rgba(43,41,37,.76) 0%,rgba(43,41,37,.52) 48%,rgba(43,41,37,.16) 100%);
}
.testimonial-intro-section{
  background:linear-gradient(180deg,#fbfaf7 0%,#f4f2f0 100%);
}
.testimonial-feature-shell{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.testimonial-feature-card{
  border-radius:36px;
  padding:46px;
  min-height:420px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-shadow:var(--shadow);
  border:1px solid rgba(222,216,207,.9);
}
.dark-review-card{
  background:var(--ink);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.dark-review-card:after{
  content:"REVIEW";
  position:absolute;
  right:-20px;
  bottom:18px;
  font-size:clamp(58px,10vw,128px);
  font-weight:800;
  letter-spacing:.12em;
  color:rgba(244,242,240,.045);
}
.dark-review-card > i{
  font-size:56px;
  color:rgba(244,242,240,.72);
  margin-bottom:26px;
}
.dark-review-card h3{
  font-size:clamp(25px,3vw,40px);
  line-height:1.22;
  position:relative;
  z-index:1;
}
.light-review-card{
  background:rgba(255,255,255,.76);
  backdrop-filter:blur(12px);
}
.light-review-card h3{
  font-size:clamp(30px,3.5vw,48px);
  margin:24px 0 18px;
}
.light-review-card p{color:var(--muted);}
.review-author{
  display:grid;
  gap:4px;
  margin-top:28px;
  position:relative;
  z-index:1;
}
.review-author span{
  color:var(--brand-dark);
  font-size:12px;
  letter-spacing:.15em;
  font-weight:800;
  text-transform:uppercase;
}
.dark-review-card .review-author span{color:rgba(244,242,240,.68);}
.review-author b{font-size:15px;color:inherit;}
.review-mini-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:30px;
}
.review-mini-stats div{
  padding:18px;
  border-radius:20px;
  background:var(--soft);
}
.review-mini-stats b{
  display:block;
  font-size:15px;
  color:var(--ink);
}
.review-mini-stats span{
  display:block;
  font-size:12px;
  color:var(--muted);
  margin-top:4px;
}
.google-review-section{
  background:var(--ink);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.google-review-section:before{
  content:"GOOGLE";
  position:absolute;
  left:-42px;
  top:32px;
  font-size:clamp(78px,14vw,210px);
  font-weight:800;
  letter-spacing:.12em;
  color:rgba(244,242,240,.035);
  line-height:1;
}
.google-review-panel{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.1fr .72fr;
  gap:28px;
  align-items:stretch;
}
.google-review-left,
.google-review-card{
  border:1px solid rgba(244,242,240,.13);
  border-radius:38px;
  background:rgba(244,242,240,.055);
  backdrop-filter:blur(12px);
  padding:46px;
}
.google-review-left p{color:#d8d1c7;max-width:720px;}
.google-review-card{
  background:#fff;
  color:var(--ink);
  box-shadow:0 24px 80px rgba(0,0,0,.22);
}
.google-top{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:26px;
}
.google-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  background:var(--soft);
  color:var(--brand-dark);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  font-weight:800;
  font-family:Georgia,serif;
}
.google-top h3{margin:0;font-size:22px;}
.google-top span{color:var(--muted);font-size:13px;}
.star-row{
  display:flex;
  gap:5px;
  color:#b88a3f;
  font-size:23px;
  margin-bottom:22px;
}
.google-review-card p{color:var(--muted);font-size:18px;}
.google-review-card a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:18px;
  color:var(--brand-dark);
  font-weight:800;
}
.review-grid-section{background:#fffaf5;}
.review-card{
  height:100%;
  padding:34px;
  border-radius:30px;
  background:#fff;
  border:1px solid var(--line);
  transition:.35s;
  box-shadow:0 12px 45px rgba(72,64,54,.05);
}
.review-card:hover{
  transform:translateY(-7px);
  box-shadow:var(--shadow);
}
.small-stars{
  font-size:16px;
  margin-bottom:20px;
}
.review-card p{
  color:var(--muted);
  margin:0;
  font-size:16px;
}
.review-journey-section{
  background:linear-gradient(135deg,#f4f2f0 0%,#fbfaf7 56%,#e9e1d6 100%);
}
@media(max-width:991px){
  .testimonial-feature-shell,
  .google-review-panel{grid-template-columns:1fr;}
  .testimonial-feature-card,
  .google-review-left,
  .google-review-card{padding:34px;border-radius:30px;}
  .review-mini-stats{grid-template-columns:1fr;}
}
@media(max-width:575px){
  .testimonial-feature-card,
  .google-review-left,
  .google-review-card,
  .review-card{padding:26px;border-radius:26px;}
}

/* Blog Listing Page */
.blog-inner-hero .inner-hero-overlay{background:linear-gradient(90deg,rgba(43,41,37,.76) 0%,rgba(43,41,37,.50) 48%,rgba(43,41,37,.14) 100%)}
.blog-feature-section{background:linear-gradient(180deg,#fbfaf7 0%,#f4f2f0 100%)}
.featured-blog-card{display:grid;grid-template-columns:1.05fr .95fr;border-radius:40px;background:#fff;border:1px solid var(--line);overflow:hidden;box-shadow:var(--shadow)}
.featured-blog-img{min-height:520px;overflow:hidden}.featured-blog-img img{width:100%;height:100%;object-fit:cover;transition:1s ease}.featured-blog-card:hover .featured-blog-img img{transform:scale(1.06)}
.featured-blog-content{padding:54px;display:flex;flex-direction:column;justify-content:center}.blog-meta{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;color:var(--brand-dark);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.blog-meta span{display:inline-flex;align-items:center;gap:7px}.featured-blog-content h2{font-size:clamp(34px,4vw,56px);margin:22px 0 18px}.featured-blog-content p{color:var(--muted);font-size:18px}
.blog-filter-section{background:var(--paper);padding:44px 0 0}.blog-filter-wrap{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.blog-filter-btn{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:12px 18px;font-size:13px;font-weight:800;transition:.3s}.blog-filter-btn:hover,.blog-filter-btn.active{background:var(--ink);color:#fff;border-color:var(--ink);transform:translateY(-2px)}
.blog-listing-section{background:var(--paper)}.editorial-card{height:100%;display:flex;flex-direction:column;border-radius:32px;overflow:hidden;background:#fff;border:1px solid var(--line);transition:.35s;box-shadow:0 12px 45px rgba(72,64,54,.05)}.editorial-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);color:var(--ink)}.editorial-img{height:260px;overflow:hidden;background:var(--soft)}.editorial-img img{width:100%;height:100%;object-fit:cover;transition:1s ease}.editorial-card:hover .editorial-img img{transform:scale(1.06)}.editorial-content{padding:30px;display:flex;flex-direction:column;flex:1}.editorial-content h3{font-size:24px;line-height:1.22;margin:18px 0 12px}.editorial-content p{color:var(--muted);margin:0 0 22px}.editorial-readmore{margin-top:auto;display:inline-flex;align-items:center;gap:8px;color:var(--brand-dark);font-weight:800}
.blog-newsletter-section{background:#fffaf5}.blog-newsletter-card{position:relative;overflow:hidden;border-radius:40px;padding:54px;background:var(--ink);color:#fff;box-shadow:var(--shadow)}.blog-newsletter-card:after{content:"JOURNAL";position:absolute;right:-24px;bottom:-18px;font-size:clamp(70px,12vw,160px);font-weight:800;letter-spacing:.12em;color:rgba(244,242,240,.045);line-height:1}.blog-newsletter-card .row{position:relative;z-index:2}.blog-newsletter-card p{color:#d8d1c7}.blog-subscribe-form{display:flex;gap:12px;padding:8px;border-radius:999px;background:rgba(244,242,240,.1);border:1px solid rgba(244,242,240,.16)}.blog-subscribe-form input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#fff;padding:0 16px}.blog-subscribe-form input::placeholder{color:#bdb4aa}.blog-subscribe-form button{border:0;white-space:nowrap}
@media(max-width:991px){.featured-blog-card{grid-template-columns:1fr}.featured-blog-img{min-height:360px}.featured-blog-content{padding:36px}.blog-newsletter-card{padding:38px;border-radius:32px}.blog-subscribe-form{border-radius:28px;display:grid}.blog-subscribe-form input{min-height:46px}}
@media(max-width:575px){.featured-blog-img{min-height:290px}.featured-blog-content,.editorial-content,.blog-newsletter-card{padding:28px}.editorial-img{height:220px}}


/* Blog Info Page */
.blog-info-hero .inner-hero-overlay{
  background:linear-gradient(90deg,rgba(43,41,37,.78) 0%,rgba(43,41,37,.54) 48%,rgba(43,41,37,.16) 100%);
}
.article-hero-meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.article-hero-meta span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  color:#fff;
  background:rgba(244,242,240,.12);
  border:1px solid rgba(244,242,240,.18);
  backdrop-filter:blur(12px);
  font-size:13px;
  font-weight:700;
}
.article-layout-section{
  background:linear-gradient(180deg,#fbfaf7 0%,#f4f2f0 100%);
}
.article-sidebar{
  position:sticky;
  top:118px;
  padding:30px;
  border-radius:32px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.sidebar-label{
  display:block;
  color:var(--brand-dark);
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:800;
  margin-bottom:16px;
}
.article-sidebar > a{
  display:flex;
  padding:13px 0;
  color:var(--muted);
  border-bottom:1px solid var(--line);
  font-weight:700;
  transition:.3s;
}
.article-sidebar > a:hover{
  color:var(--brand-dark);
  transform:translateX(4px);
}
.article-cta-box{
  margin-top:28px;
  padding:26px;
  border-radius:26px;
  background:var(--ink);
  color:#fff;
}
.article-cta-box h3{
  font-size:22px;
  margin-bottom:10px;
}
.article-cta-box p{
  color:#d8d1c7;
  margin-bottom:18px;
}
.article-content-card{
  padding:54px;
  border-radius:40px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.article-content-card h2{
  font-size:clamp(34px,4vw,56px);
  margin:22px 0 18px;
}
.article-content-card h3{
  font-size:clamp(27px,3vw,40px);
  line-height:1.15;
  margin-bottom:18px;
}
.article-content-card p{
  color:var(--muted);
  font-size:18px;
  line-height:1.88;
}
.article-section{
  padding-top:46px;
  margin-top:46px;
  border-top:1px solid var(--line);
}
.article-feature-image{
  margin:42px 0 0;
  overflow:hidden;
  border-radius:34px;
  box-shadow:0 16px 55px rgba(72,64,54,.10);
}
.article-feature-image img{
  width:100%;
  height:440px;
  object-fit:cover;
}
.article-benefit-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-top:28px;
}
.article-benefit-grid div{
  padding:24px;
  border-radius:24px;
  background:var(--soft);
  border:1px solid rgba(222,216,207,.8);
}
.article-benefit-grid i{
  width:46px;
  height:46px;
  border-radius:16px;
  background:#fff;
  color:var(--brand-dark);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:25px;
  margin-bottom:18px;
}
.article-benefit-grid b{
  display:block;
  font-size:18px;
  margin-bottom:8px;
}
.article-benefit-grid span{
  display:block;
  color:var(--muted);
  font-size:15px;
  line-height:1.6;
}
.article-quote-block{
  margin-top:46px;
  padding:36px;
  border-radius:30px;
  background:var(--ink);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.article-quote-block:before{
  content:'“';
  position:absolute;
  right:24px;
  top:-34px;
  font-size:150px;
  line-height:1;
  color:rgba(244,242,240,.08);
  font-family:'Playfair Display',serif;
}
.article-quote-block p{
  position:relative;
  z-index:1;
  margin:0;
  color:#fff;
  font-size:24px;
  line-height:1.45;
  letter-spacing:-.03em;
}
.article-step-list{
  display:grid;
  gap:14px;
  margin-top:28px;
}
.article-step-list > div{
  display:grid;
  grid-template-columns:70px 1fr;
  align-items:flex-start;
  column-gap:20px;
  padding:24px;
  border-radius:24px;
  background:#fbfaf7;
  border:1px solid var(--line);
}
.article-step-list b{
  width:54px;
  height:54px;
  border-radius:50%;
  background:var(--brand);
  color:var(--cream);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  letter-spacing:.08em;
}
.article-step-list h4{
  margin:0 0 6px;
  font-size:21px;
  font-weight:800;
}
.article-step-list p{
  margin:0;
  font-size:15px;
  line-height:1.65;
}
.article-check-list{
  list-style:none;
  padding:0;
  margin:28px 0 0;
  display:grid;
  gap:13px;
}
.article-check-list li{
  display:flex;
  gap:12px;
  padding:17px 20px;
  border-radius:20px;
  background:#fbfaf7;
  border:1px solid var(--line);
  color:var(--ink);
  font-weight:700;
}
.article-check-list i{
  color:var(--brand-dark);
  font-size:21px;
  margin-top:2px;
}
.related-article-section{
  background:var(--paper);
}
.small-related-article .editorial-content h3{
  font-size:22px;
  margin-bottom:18px;
}
.small-related-article .editorial-content{
  min-height:230px;
}
@media(max-width:991px){
  .article-sidebar{
    position:relative;
    top:auto;
  }
  .article-content-card{
    padding:38px;
    border-radius:32px;
  }
  .article-feature-image img{
    height:360px;
  }
}
@media(max-width:575px){
  .article-hero-meta span{
    width:100%;
  }
  .article-content-card,
  .article-sidebar{
    padding:28px;
    border-radius:28px;
  }
  .article-benefit-grid{
    grid-template-columns:1fr;
  }
  .article-feature-image img{
    height:260px;
  }
  .article-quote-block{
    padding:28px;
  }
  .article-quote-block p{
    font-size:21px;
  }
  .article-step-list > div{
    grid-template-columns:1fr;
    row-gap:14px;
  }
}
/* CONTACT */

.contact-section{
    background:#fbfaf7;
}

.contact-card{
    background:#fff;
    padding:40px;
    border-radius:30px;
    border:1px solid var(--line);
    box-shadow:var(--shadow);
}

.contact-link{
    display:inline-flex;
    align-items:center;
    gap:6px;
    margin-top:10px;
    font-weight:700;
}

.contact-info div{
    display:flex;
    gap:10px;
    margin-bottom:10px;
}

.contact-info i{
    font-size:20px;
    color:var(--brand-dark);
}

.hours div{
    display:flex;
    justify-content:space-between;
    padding:8px 0;
}

.form-card{
    background:#fff;
    padding:40px;
    border-radius:30px;
    border:1px solid var(--line);
    box-shadow:var(--shadow);
}

.form-card input,
.form-card select,
.form-card textarea{
    width:100%;
    border:1px solid var(--line);
    padding:12px 15px;
    border-radius:12px;
}

.map-section iframe{
    width:100%;
    height:420px;
    border:0;
}
