:root{
  --bg:#140b06;
  --bg2:#1b0f09;

  --text:#efe5d6;
  --muted:#d2c2ac;
  --line:rgba(239,229,214,.18);

  --gold:#c8a46a;
  --gold2:#9a6e35;

  --serifTitle: "Cinzel", serif;
  --serif: "Cormorant Garamond", serif;
  --sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  --shadow: 0 18px 70px rgba(0,0,0,.60);
  --radius: 14px;
}

*{box-sizing:border-box}
html{ scroll-behavior: smooth; }
html,body{height:100%}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(1000px 700px at 30% 5%, rgba(200,164,106,.12), transparent 60%),
    radial-gradient(900px 700px at 75% 30%, rgba(0,0,0,.35), transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  font-family:var(--serif);
}

/* Small utility */
.muted{
  color: rgba(239,229,214,.70);
  font-family: var(--sans);
  font-size: 13px;
}

img{max-width:100%; display:block}
a{color:inherit; text-decoration:none}
.container{width:min(1120px, 92vw); margin-inline:auto;}

.page-texture{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:
    url("../img/pattern-overlay.png") repeat,
    url("../img/paper-texture.jpg") center/cover no-repeat;
  opacity:.30;
  mix-blend-mode: overlay;
}

main, header, footer{
  position:relative;
  z-index:2;
}

/* =========================
   TOP BAR / NAV
========================= */
.topbar{
  position:sticky;
  top:0;
  z-index:50;
  background: rgba(20,11,6,.75);
  border-bottom:1px solid var(--line);
  backdrop-filter: blur(10px);
}

.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}

.topnav{
  display:flex;
  gap:28px;
  align-items:center;
}

.topnav__link{
  font-family: var(--serifTitle);
  font-size:14px;
  letter-spacing:.6px;
  color:rgba(239,229,214,.85);
  padding:8px 6px;
  border-radius:10px;
}

.topnav__link:hover{
  color:#fff;
  background: rgba(200,164,106,.08);
}

.topbar__icons{
  display:flex;
  gap:10px;
  align-items:center
}

.iconbtn{
  width:28px;height:28px;
  border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(200,164,106,.28);
  color:rgba(239,229,214,.86);
  background: rgba(0,0,0,.18);
  font-family: var(--sans);
  font-size:13px;
}

.navbtn{
  display:none;
  border:1px solid rgba(200,164,106,.28);
  background: rgba(0,0,0,.22);
  color: var(--text);
  padding:10px 12px;
  border-radius: 12px;
  font-family: var(--serifTitle);
}

/* decorative line */
.ornate-line{
  height:1px;
  background: linear-gradient(90deg, transparent, rgba(200,164,106,.55), transparent);
}
.ornate-line--footer{opacity:.65}

/* =========================
   HERO
========================= */
.hero{
  position:relative;
  min-height: 520px;
  border-bottom:1px solid var(--line);
  overflow:hidden;
}

.hero__bg{
  position:absolute;
  inset:0;
  z-index:0;
  background: url("../img/hero-elder.jpg") center/cover no-repeat;
  filter: contrast(1.05) saturate(.95) brightness(.90);
  transform: scale(1.02);
}

/* overlay for readability like the reference */
.hero__bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 520px at 70% 35%, rgba(20,11,6,.22), transparent 60%),
    radial-gradient(900px 520px at 20% 40%, rgba(0,0,0,.16), transparent 62%),
    linear-gradient(180deg, rgba(20,11,6,.02), rgba(20,11,6,.72));
}

.hero__inner{
  position:relative;
  z-index:1;
  min-height: 520px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding: 64px 0;
}

.hero__content{
  width: min(680px, 92vw);
  padding: 10px 10px;
}

.hero__title{
  margin:0;
  font-family: var(--serifTitle);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.05;
  font-size: clamp(44px, 5vw, 72px);
  white-space: normal;
  text-shadow: 0 18px 60px rgba(0,0,0,.70);
}

.hero__subtitle{
  margin-top:10px;
  font-family: var(--serif);
  font-size: 18px;
  color: rgba(239,229,214,.86);
}

.hero__tagline{
  margin: 22px 0 18px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 28px;
  color: rgba(239,229,214,.88);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius: 12px;
  padding: 12px 18px;
  font-family: var(--serifTitle);
  letter-spacing:.6px;
}

.btn--gold{
  border:1px solid rgba(200,164,106,.55);
  background: linear-gradient(180deg, rgba(200,164,106,.30), rgba(154,110,53,.18));
  color: #fff;
  box-shadow: 0 18px 60px rgba(0,0,0,.55);
}
.btn--gold:hover{filter:brightness(1.05)}
.btn--wide{min-width:220px}

/* =========================
   SECTIONS
========================= */
.section{
  padding: 44px 0 56px;
}

/* Elegant gold divider - healing process style */
.ornate-divider{
  height: 1px;
  margin: 0 auto 22px;
  width: min(1100px, 92vw);
  background: linear-gradient(90deg, transparent, rgba(198,160,82,.5) 20%, rgba(198,160,82,.5) 80%, transparent);
  opacity: .9;
}

/* Reusable elegant divider with center ornament */
.elegant-divider{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  position: relative;
}
.elegant-divider::before{
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198,160,82,.5) 20%, rgba(198,160,82,.5) 80%, transparent);
}
.elegant-divider::after{
  content: "✦";
  position: relative;
  font-size: 14px;
  color: #C6A052;
  background: var(--bg);
  padding: 0 16px;
  z-index: 1;
}
.section--dark .elegant-divider::after,
.section--soft .elegant-divider::after,
.section--contactCta .elegant-divider::after,
.prep .elegant-divider::after,
.tSlider .elegant-divider::after,
.trust .elegant-divider::after,
.healingCategories .elegant-divider::after{
  background: linear-gradient(180deg, rgba(22,14,10,.95), rgba(18,12,9,.98));
}

/* Section title - gold, elegant serif (healing process style) */
.section__title{
  font-family: var(--serifTitle);
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.2;
  color: #C6A052;
}

/* Section subtitle - soft white (healing process style) */
.section__subtitle{
  margin: 0 0 14px;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.7;
  color: rgba(239,229,214,.85);
}

.bodytext{
  font-family: var(--serif);
  color: rgba(239,229,214,.84);
  font-size: 18px;
  line-height: 1.7;
  max-width: 65ch;
}

.bodytext--center{
  margin-inline:auto;
  text-align:center;
}

/* ABOUT */
.about__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 26px;
  align-items: stretch;
}

.about__media{
  display: flex;
  min-height: 0;
}

.about__media .frame{
  flex: 1;
  display: flex;
  min-height: 280px;
}

.about__media .frame img{
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: saturate(.95) contrast(1.05) brightness(.95);
}

.frame{
  border-radius: var(--radius);
  border:1px solid rgba(200,164,106,.25);
  background: rgba(0,0,0,.20);
  box-shadow: var(--shadow);
  overflow:hidden;
}

.frame img{
  width:100%;
  height: 280px;
  object-fit: contain;
  display:block;
  filter: saturate(.95) contrast(1.05) brightness(.95);
}

/* ===============================
   HERO ALIGNMENT FIX
   - Mobile stays centered (original)
   - Desktop: right column, centered content
================================ */
.hero__content--right{
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__text{
  width: min(560px, 92vw);
  text-align: center;
  margin: 0 auto;
}

.hero__title{
  display: block;
  white-space: normal;
}

@media (min-width: 1024px){
  .hero__inner{ display: block !important; }

  .hero__content--right{
    justify-content: flex-start !important;
    padding-left: 54% !important;
    padding-right: 6% !important;
  }

  .hero__text{
    margin: 0 !important;
    width: min(560px, 40vw) !important;
    text-align: center !important;
  }

  .hero__title{
    display: inline-flex !important;
    gap: .7rem !important;
    white-space: nowrap !important;
    justify-content: center !important;
  }
}

/* =========================
   FOOTER
========================= */
.footer{
  padding: 24px 0 40px;
  border-top:1px solid var(--line);
  background: rgba(0,0,0,.22);
}

.footer__inner{padding-top:18px}

.footer__disclaimer{
  margin:0;
  color: rgba(239,229,214,.62);
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.6;
  text-align:center;
}

.footer__copy{
  margin:12px 0 0;
  color: rgba(239,229,214,.55);
  font-family: var(--sans);
  font-size: 12px;
  text-align:center;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 900px){
  .topnav{display:none}
  .navbtn{display:inline-flex}

  .topnav.is-open{
    display:flex;
    flex-direction:column;
    position:absolute;
    left:0; right:0;
    top:64px;
    padding:14px;
    background: rgba(20,11,6,.92);
    border-bottom:1px solid var(--line);
    gap:8px;
  }

  .about__grid{grid-template-columns:1fr}

  .hero__inner{ padding: 54px 0; }

  .hero__title{
    font-size: clamp(36px, 9vw, 56px);
    letter-spacing: 1px;
  }

  .hero__tagline{ font-size: 22px; }
}

@media (max-width: 520px){
  .hero{min-height: 480px}
  .hero__inner{min-height: 480px}
  .frame img{height: 240px}
  .about__media .frame{ min-height: 240px; }
  .about__media .frame img{ min-height: 240px; }
}

/* ===============================
   TRUST SECTION
================================ */
.trust{
  position: relative;
  padding: clamp(56px, 6vw, 90px) 0;
  background: linear-gradient(180deg, rgba(22,14,10,.92), rgba(18,12,9,.96));
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  overflow: hidden;
}

.trust::before{
  content:"";
  position:absolute;
  inset:-40% -20%;
  background:
    radial-gradient(900px 500px at 20% 30%, rgba(214,168,92,.08), transparent 60%),
    radial-gradient(800px 420px at 80% 70%, rgba(214,168,92,.06), transparent 60%);
  pointer-events:none;
}

.trust .container{ position: relative; z-index: 1; }

.trust__header{
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.trust__title{
  margin: 0 0 14px;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #C6A052;
}

.trust__lead{
  margin: 0 auto;
  max-width: 70ch;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.7;
  color: rgba(239,229,214,.85);
}

.trust__grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.trust__card{
  grid-column: span 6;
  padding: 22px 20px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  backdrop-filter: blur(6px);
}

.trust__icon{
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(214,168,92,.12);
  border: 1px solid rgba(214,168,92,.22);
  color: rgba(214,168,92,.95);
  font-size: 18px;
  margin-bottom: 12px;
}

.trust__cardTitle{
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
  color: rgba(255,255,255,.92);
}

.trust__text{
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255,255,255,.72);
}

@media (max-width: 900px){
  .trust__card{ grid-column: span 12; }
  .trust__header{ text-align: left; }
}

@media (max-width: 520px){
  .trust{ padding: 52px 0; }
  .trust__card{ padding: 18px 16px; }
}

/* ===============================
   TESTIMONIALS SLIDER (HOMEPAGE)
================================ */
.tSlider{
  position: relative;
  padding: clamp(56px, 6vw, 90px) 0;
  background: linear-gradient(180deg, rgba(16,11,9,.96), rgba(14,10,8,.98));
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  overflow: hidden;
}

.tSlider::before{
  content:"";
  position:absolute;
  inset:-30% -20%;
  background:
    radial-gradient(900px 500px at 25% 25%, rgba(214,168,92,.06), transparent 60%),
    radial-gradient(800px 420px at 75% 70%, rgba(214,168,92,.05), transparent 60%);
  pointer-events:none;
}

.tSlider .container{ position:relative; z-index:1; }

.tSlider__header{
  max-width: 860px;
  margin: 0 auto 22px;
  text-align: center;
}

.tSlider__title{
  margin: 0 0 10px;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #C6A052;
}

.tSlider__lead{
  margin: 0 auto;
  max-width: 72ch;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.7;
  color: rgba(239,229,214,.85);
}

.tSlider__wrap{
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.tSlider__viewport{
  overflow: hidden;
  border-radius: 18px;
}

.tSlider__track{
  display: flex;
  transition: transform 500ms ease;
  will-change: transform;
}

.tSlide{
  flex: 0 0 100%;
  padding: 24px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  backdrop-filter: blur(6px);
  position: relative;
}

.tSlide::before{
  content:"“";
  position:absolute;
  top: 14px;
  right: 18px;
  font-size: 46px;
  line-height: 1;
  color: rgba(214,168,92,.22);
}

.tSlide__text{
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,.80);
}

.tSlide__name{
  margin-top: 14px;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: .4px;
  color: rgba(255,255,255,.90);
}

.tSlider__nav{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(214,168,92,.28);
  background: rgba(214,168,92,.10);
  color: rgba(214,168,92,.95);
  font-size: 26px;
  line-height: 1;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
}

.tSlider__nav:hover{
  transform: translateY(-1px);
  background: rgba(214,168,92,.14);
  border-color: rgba(214,168,92,.44);
}

.tSlider__nav:active{ transform: translateY(0); }

.tSlider__dots{
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.tSlider__dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.10);
  cursor: pointer;
}

.tSlider__dot.is-active{
  background: rgba(214,168,92,.85);
  border-color: rgba(214,168,92,.85);
}

.tSlider__disclaimer{
  margin: 14px auto 0;
  max-width: 92ch;
  text-align: center;
  font-size: 12.5px;
  line-height: 1.65;
  color: rgba(255,255,255,.55);
}

/* Centered CTA under slider */
.tSlider__ctaWrap{
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

@media (min-width: 900px){
  /* Show two testimonial cards per view on larger screens */
  .tSlide{
    flex: 0 0 50%;
  }
}

@media (max-width: 800px){
  .tSlider__wrap{ grid-template-columns: 40px 1fr 40px; }
  .tSlide{ padding: 20px 16px; }
}

@media (max-width: 520px){
  .tSlider__header{ text-align: left; }
  .tSlider__disclaimer{ text-align: left; }
}

/* ===============================
   TRADITIONAL PREPARATIONS
================================ */
.prep{
  position: relative;
  padding: clamp(60px, 6vw, 100px) 0;
  background: linear-gradient(180deg, rgba(18,12,9,.96), rgba(14,10,8,.98));
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  overflow: hidden;
}

.prep::before{
  content:"";
  position:absolute;
  inset:-30% -20%;
  background:
    radial-gradient(900px 520px at 20% 30%, rgba(214,168,92,.06), transparent 60%),
    radial-gradient(800px 420px at 80% 70%, rgba(214,168,92,.05), transparent 60%);
  pointer-events:none;
}

.prep .container{ position: relative; z-index: 1; }

.prep__header{
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: center;
}

.prep__title{
  margin: 0 0 12px;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #C6A052;
}

.prep__lead{
  margin: 0 auto;
  max-width: 70ch;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.7;
  color: rgba(239,229,214,.85);
}

.prep__content{
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.prep__text{
  margin: 0;
  font-size: 15.5px;
  line-height: 1.8;
  color: rgba(255,255,255,.80);
}

.prep__note{
  margin: 28px auto 0;
  max-width: 760px;
  padding: 16px 18px;
  border-radius: 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(214,168,92,.08);
  border: 1px solid rgba(214,168,92,.22);
}

.prep__noteIcon{
  font-size: 18px;
  line-height: 1;
  color: rgba(214,168,92,.95);
}

.prep__noteText{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255,255,255,.78);
}

@media (max-width: 600px){
  .prep__header{ text-align: left; }
  .prep__note{ align-items: flex-start; }
}

/* ===============================
   FEATURED PRODUCTS (FIXED)
================================ */
.featured-products{
  padding: 80px 0;
  background: #0f0d0b;
  color: #f5f1ec;
}

.section-head{
  text-align: center;
  margin-bottom: 50px;
}

.section-head h2{
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 38px);
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  color: #C6A052;
}

.section-head p{
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.7;
  color: rgba(239,229,214,.85);
}

.product-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.product-card{
  background: #161311;
  padding: 20px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}

.product-image{
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 16px;
  background: rgba(0,0,0,.08);
  border: 1px solid rgba(255,255,255,.06);
}

.product-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}

.product-card:hover .product-image img{
  transform: scale(1.16);
}

.product-card h3{
  font-size: 18px;
  margin-bottom: 6px;
}

.rating{
  color: #e0b066;
  font-size: 14px;
  margin-bottom: 12px;
}

.view-btn{
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #c28b45;
  color: #c28b45;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
}

.view-all-wrap{
  text-align: center;
  margin-top: 50px;
}

.view-all-btn{
  padding: 14px 34px;
  background: #c28b45;
  color: #1b1612;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 991px){
  .product-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

/* Shared button styles (used across product + checkout) */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius: 12px;
  padding: 12px 18px;
  font-family: var(--serifTitle);
  letter-spacing:.6px;
}
.btn--wide{min-width: 200px;}
.btn--full{width:100%;}
.btn--gold{
  border:1px solid rgba(200,164,106,.55);
  background: linear-gradient(180deg, rgba(200,164,106,.30), rgba(154,110,53,.18));
  color:#fff;
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
}
.btn--gold:hover{filter: brightness(1.05);}
.btn--ghost{
  border:1px solid rgba(200,164,106,.40);
  background: rgba(0,0,0,.18);
  color: rgba(239,229,214,.95);
}
.btn--ghost:hover{background: rgba(200,164,106,.08);}

@media (max-width: 520px){
  .btn--wide{min-width: 180px;}
}

/* Admin UI */
.admin{
  background: radial-gradient(1200px 800px at 20% 0%, rgba(200,164,106,.10), transparent 55%),
              radial-gradient(900px 700px at 80% 10%, rgba(22,60,45,.18), transparent 55%),
              #070a0a;
  color: rgba(239,229,214,.92);
  min-height: 100vh;
}
.admin-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap: 16px;
  padding: 18px 24px;
  background: rgba(10,12,12,.72);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.admin-header h1{ margin:0; font-size: 26px; color: rgba(239,229,214,.98); }
.admin-content{ padding: 22px 24px; }

.admin-flash{
  background: rgba(200,164,106,.10);
  border: 1px solid rgba(200,164,106,.28);
  color: rgba(239,229,214,.95);
  padding: 10px 12px;
  border-radius: 12px;
  margin: 0 0 14px;
}

.admin-table{
  width:100%;
  border-collapse: collapse;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  overflow:hidden;
}
.admin-table th, .admin-table td{
  padding: 12px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  text-align:left;
  vertical-align: top;
}
.admin-table th{
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(239,229,214,.78);
  background: rgba(0,0,0,.28);
}

.admin-form label{ display:block; margin-top: 12px; font-weight: 700; color: rgba(239,229,214,.85); }
.admin-form input, .admin-form textarea, .admin-form select{
  width:100%;
  padding: 11px 12px;
  margin-top: 6px;
  border-radius: 12px;
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(239,229,214,.96);
}
.admin-form input::placeholder, .admin-form textarea::placeholder{ color: rgba(239,229,214,.45); }
.admin-form input:focus, .admin-form textarea:focus, .admin-form select:focus{
  outline: none;
  border-color: rgba(200,164,106,.45);
  box-shadow: 0 0 0 4px rgba(200,164,106,.10);
}

.admin-form .row{ display:flex; gap: 12px; margin-bottom: 10px; }
.admin-form .row > *{ flex: 1; }

.error{
  background: rgba(168,35,35,.16);
  border: 1px solid rgba(168,35,35,.35);
  color: rgba(239,229,214,.95);
  padding: 10px 12px;
  border-radius: 12px;
}
/* =========================
   ADMIN LOGIN PAGE
========================= */

.admin-auth {
  min-height: 100vh;
  background: radial-gradient(circle at top, #1c1f23, #0b0d10);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.admin-login-card {
  width: 100%;
  max-width: 420px;
  background: rgba(15,17,20,0.92);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 40px 120px rgba(0,0,0,.6);
}

.admin-login-card h2 {
  margin-bottom: 18px;
  text-align: center;
}

.admin-login-card input {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  background: #0f1216;
  border: 1px solid rgba(255,255,255,.1);
  color: #fff;
  border-radius: 10px;
}

.admin-login-card .error {
  background: rgba(180,40,40,.2);
  border: 1px solid rgba(180,40,40,.4);
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 12px;
  font-size: 14px;
}

/* =========================
   Admin Dashboard (Woo-style)
========================= */
.adminShell{
  min-height: 100vh;
  display:grid;
  grid-template-columns: 260px 1fr;
  background: radial-gradient(1200px 800px at 20% 0%, rgba(200,164,106,.10), transparent 55%),
              radial-gradient(900px 700px at 80% 10%, rgba(22,60,45,.18), transparent 55%),
              #070a0a;
}
.adminSide{
  background: #0f1216;
  color: rgba(255,255,255,.92);
  border-right: 1px solid rgba(255,255,255,.06);
  padding: 18px 14px;
  position: sticky;
  top: 0;
  height: 100vh;
}
.adminSide__brand{
  padding: 14px 12px 18px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  margin-bottom: 14px;
}
.adminSide__dot{
  width: 10px; height: 10px; border-radius: 999px;
  background: #c8a46a;
  display:inline-block;
  margin-right: 8px;
}
.adminSide__title{ font-weight: 800; letter-spacing:.02em; }
.adminSide__sub{ color: rgba(255,255,255,.65); font-size: 12px; margin-top: 4px; }
.adminSide__nav{ display:flex; flex-direction:column; gap: 6px; margin-top: 10px; }
.adminNavLink{
  display:flex;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration:none;
  color: rgba(255,255,255,.86);
  border: 1px solid transparent;
}
.adminNavLink:hover{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.08);
  color:#fff;
}
.adminNavLink.is-active{
  background: rgba(200,164,106,.16);
  border-color: rgba(200,164,106,.35);
}
.adminNavLink--logout{
  margin-top: 10px;
  color: rgba(255,255,255,.80);
}
.adminMain{ padding: 22px 26px; }
.adminTop{
  display:flex; justify-content:space-between; align-items:flex-end;
  margin-bottom: 18px;
}
.adminTop__h1{ margin: 0; font-size: 26px; }
.chip{
  font-size: 12px;
  padding: 8px 10px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  color: rgba(239,229,214,.88);
}
.adminCards{
  display:grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 14px;
}
.aCard{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 14px 14px 16px;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.aCard__label{ color: rgba(239,229,214,.68); font-size: 12px; }
.aCard__value{ font-size: 26px; font-weight: 800; margin-top: 6px; }
.aCard__hint{ color: rgba(239,229,214,.62); font-size: 12px; margin-top: 6px; }
.adminQuick{ margin-top: 18px; }
.adminQuick__box{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 16px;
}
.adminH2{ margin: 0 0 10px; font-size: 16px; }
.adminQuick__actions{ display:flex; gap: 10px; flex-wrap: wrap; }

@media (max-width: 1100px){
  .adminCards{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 860px){
  .adminShell{ grid-template-columns: 1fr; }
  .adminSide{ position: relative; height: auto; }
  .adminMain{ padding: 16px; }
  .adminCards{ grid-template-columns: 1fr; }
}

/* Admin dark theme helpers */
.adminShell .adminTop__h1{ color: rgba(239,229,214,.98); }
.adminShell .adminTop, .adminShell .adminMain{ color: rgba(239,229,214,.92); }


/* =========================
   BUTTONS (shared)
========================= */
.btn{
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
  color: rgba(239,229,214,.92);
  transition: transform .12s ease, filter .12s ease, border-color .12s ease, background .12s ease;
}
.btn:hover{ filter: brightness(1.06); border-color: rgba(200,164,106,.35); }
.btn:active{ transform: translateY(1px); }

.btn--primary{
  border-color: rgba(200,164,106,.55);
  background: linear-gradient(180deg, rgba(200,164,106,.30), rgba(154,110,53,.18));
  color: #fff;
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
}


/* =========================
   NOTICES (success / error)
========================= */
.notice{
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  box-shadow: 0 18px 55px rgba(0,0,0,.35);
  font-family: var(--sans);
}
.notice--success{
  border-color: rgba(60,160,90,.35);
  background: rgba(60,160,90,.10);
}
.notice--error{
  border-color: rgba(180,60,60,.35);
  background: rgba(180,60,60,.12);
}


/* =========================
   FORMS (Contact / Appointment)
========================= */
.formGrid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}
@media (max-width: 760px){
  .formGrid{ grid-template-columns: 1fr; }
}
.formField{
  display:flex;
  flex-direction:column;
  gap: 8px;
}
.formField > span{
  font-family: var(--serifTitle);
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(239,229,214,.82);
}
.formField input,
.formField textarea,
.formField select{
  width:100%;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(239,229,214,.95);
  font-family: var(--sans);
  box-shadow: 0 18px 55px rgba(0,0,0,.25);
}
.formField input::placeholder,
.formField textarea::placeholder{
  color: rgba(239,229,214,.45);
}
.formField input:focus,
.formField textarea:focus,
.formField select:focus{
  outline:none;
  border-color: rgba(200,164,106,.55);
  box-shadow: 0 0 0 4px rgba(200,164,106,.12);
}
.formField--readonly .readonlyPill{
  display:inline-flex;
  align-items:center;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(200,164,106,.12);
  border: 1px solid rgba(200,164,106,.25);
  font-family: var(--serifTitle);
  letter-spacing:.06em;
}


/* =========================
   ADMIN: panels & cards
========================= */
.adminPanel{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.adminCard{
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 14px 14px 16px;
}
.adminCard hr{
  border:0;
  height:1px;
  background: linear-gradient(90deg, transparent, rgba(200,164,106,.45), transparent);
  margin: 12px 0;
}

/* Admin - aligned form grid (Appointments view) */
.adminGrid2{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 860px){
  .adminGrid2{ grid-template-columns: 1fr; }
}
.adminField{ display:block; }
.adminLabel{
  font-size: 12px;
  opacity: .85;
  margin-bottom: 6px;
}
:root{
  --bg:#140b06;
  --bg2:#1b0f09;

  --text:#efe5d6;
  --muted:#d2c2ac;
  --line:rgba(239,229,214,.18);

  --gold:#c8a46a;
  --gold2:#9a6e35;

  --serifTitle: "Cinzel", serif;
  --serif: "Cormorant Garamond", serif;
  --sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  --shadow: 0 18px 70px rgba(0,0,0,.60);
  --radius: 14px;
}

*{box-sizing:border-box}
html{ scroll-behavior: smooth; }
html,body{height:100%}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(1000px 700px at 30% 5%, rgba(200,164,106,.12), transparent 60%),
    radial-gradient(900px 700px at 75% 30%, rgba(0,0,0,.35), transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  font-family:var(--serif);
}

/* Small utility */
.muted{
  color: rgba(239,229,214,.70);
  font-family: var(--sans);
  font-size: 13px;
}

img{max-width:100%; display:block}
a{color:inherit; text-decoration:none}
.container{width:min(1120px, 92vw); margin-inline:auto;}

.page-texture{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:
    url("../img/pattern-overlay.png") repeat,
    url("../img/paper-texture.jpg") center/cover no-repeat;
  opacity:.30;
  mix-blend-mode: overlay;
}

main, header, footer{
  position:relative;
  z-index:2;
}

/* =========================
   TOP BAR / NAV
========================= */
.topbar{
  position:sticky;
  top:0;
  z-index:50;
  background: rgba(20,11,6,.75);
  border-bottom:1px solid var(--line);
  backdrop-filter: blur(10px);
}

.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}

.topnav{
  display:flex;
  gap:28px;
  align-items:center;
}

.topnav__link{
  font-family: var(--serifTitle);
  font-size:14px;
  letter-spacing:.6px;
  color:rgba(239,229,214,.85);
  padding:8px 6px;
  border-radius:10px;
}

.topnav__link:hover{
  color:#fff;
  background: rgba(200,164,106,.08);
}

.topbar__icons{
  display:flex;
  gap:10px;
  align-items:center
}

.iconbtn{
  width:28px;height:28px;
  border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(200,164,106,.28);
  color:rgba(239,229,214,.86);
  background: rgba(0,0,0,.18);
  font-family: var(--sans);
  font-size:13px;
}

.navbtn{
  display:none;
  border:1px solid rgba(200,164,106,.28);
  background: rgba(0,0,0,.22);
  color: var(--text);
  padding:10px 12px;
  border-radius: 12px;
  font-family: var(--serifTitle);
}

/* decorative line */
.ornate-line{
  height:1px;
  background: linear-gradient(90deg, transparent, rgba(200,164,106,.55), transparent);
}
.ornate-line--footer{opacity:.65}

/* =========================
   HERO
========================= */
.hero{
  position:relative;
  min-height: 520px;
  border-bottom:1px solid var(--line);
  overflow:hidden;
}

.hero__bg{
  position:absolute;
  inset:0;
  z-index:0;
  background: url("../img/hero-elder.jpg") center/cover no-repeat;
  filter: contrast(1.05) saturate(.95) brightness(.90);
  transform: scale(1.02);
}

/* overlay for readability like the reference */
.hero__bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 520px at 70% 35%, rgba(20,11,6,.30), transparent 60%),
    radial-gradient(900px 520px at 20% 40%, rgba(0,0,0,.22), transparent 62%),
    linear-gradient(180deg, rgba(20,11,6,.10), rgba(20,11,6,.86));
}

.hero__inner{
  position:relative;
  z-index:1;
  min-height: 520px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding: 64px 0;
}

.hero__content{
  width: min(680px, 92vw);
  padding: 10px 10px;
}

.hero__title{
  margin:0;
  font-family: var(--serifTitle);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.05;
  font-size: clamp(44px, 5vw, 72px);
  white-space: normal;
  text-shadow: 0 18px 60px rgba(0,0,0,.70);
}

.hero__subtitle{
  margin-top:10px;
  font-family: var(--serif);
  font-size: 18px;
  color: rgba(239,229,214,.86);
}

.hero__tagline{
  margin: 22px 0 18px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 28px;
  color: rgba(239,229,214,.88);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius: 12px;
  padding: 12px 18px;
  font-family: var(--serifTitle);
  letter-spacing:.6px;
}

.btn--gold{
  border:1px solid rgba(200,164,106,.55);
  background: linear-gradient(180deg, rgba(200,164,106,.30), rgba(154,110,53,.18));
  color: #fff;
  box-shadow: 0 18px 60px rgba(0,0,0,.55);
}
.btn--gold:hover{filter:brightness(1.05)}
.btn--wide{min-width:220px}

/* =========================
   SECTIONS
========================= */
.section{
  padding: 44px 0 56px;
}

/* Elegant gold divider - healing process style */
.ornate-divider{
  height: 1px;
  margin: 0 auto 22px;
  width: min(1100px, 92vw);
  background: linear-gradient(90deg, transparent, rgba(198,160,82,.5) 20%, rgba(198,160,82,.5) 80%, transparent);
  opacity: .9;
}

/* Reusable elegant divider with center ornament */
.elegant-divider{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  position: relative;
}
.elegant-divider::before{
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198,160,82,.5) 20%, rgba(198,160,82,.5) 80%, transparent);
}
.elegant-divider::after{
  content: "✦";
  position: relative;
  font-size: 14px;
  color: #C6A052;
  background: var(--bg);
  padding: 0 16px;
  z-index: 1;
}
.section--dark .elegant-divider::after,
.section--soft .elegant-divider::after,
.section--contactCta .elegant-divider::after,
.prep .elegant-divider::after,
.tSlider .elegant-divider::after,
.trust .elegant-divider::after,
.healingCategories .elegant-divider::after{
  background: linear-gradient(180deg, rgba(22,14,10,.95), rgba(18,12,9,.98));
}

/* Section title - gold, elegant serif (healing process style) */
.section__title{
  font-family: var(--serifTitle);
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.2;
  color: #C6A052;
}

/* Section subtitle - soft white (healing process style) */
.section__subtitle{
  margin: 0 0 14px;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.7;
  color: rgba(239,229,214,.85);
}

.bodytext{
  font-family: var(--serif);
  color: rgba(239,229,214,.84);
  font-size: 18px;
  line-height: 1.7;
  max-width: 65ch;
}

.bodytext--center{
  margin-inline:auto;
  text-align:center;
}

/* ABOUT */
.about__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 26px;
  align-items: stretch;
}

.about__media{
  display: flex;
  min-height: 0;
}

.about__media .frame{
  flex: 1;
  display: flex;
  min-height: 280px;
}

.about__media .frame img{
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: saturate(.95) contrast(1.05) brightness(.95);
}

.frame{
  border-radius: var(--radius);
  border:1px solid rgba(200,164,106,.25);
  background: rgba(0,0,0,.20);
  box-shadow: var(--shadow);
  overflow:hidden;
}

.frame img{
  width:100%;
  height: 280px;
  object-fit: contain;
  display:block;
  filter: saturate(.95) contrast(1.05) brightness(.95);
}

/* ===============================
   HERO ALIGNMENT FIX
   - Mobile stays centered (original)
   - Desktop: right column, centered content
================================ */
.hero__content--right{
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__text{
  width: min(560px, 92vw);
  text-align: center;
  margin: 0 auto;
}

.hero__title{
  display: block;
  white-space: normal;
}

@media (min-width: 1024px){
  .hero__inner{ display: block !important; }

  .hero__content--right{
    justify-content: flex-start !important;
    padding-left: 54% !important;
    padding-right: 6% !important;
  }

  .hero__text{
    margin: 0 !important;
    width: min(560px, 40vw) !important;
    text-align: center !important;
  }

  .hero__title{
    display: inline-flex !important;
    gap: .7rem !important;
    white-space: nowrap !important;
    justify-content: center !important;
  }
}

/* =========================
   FOOTER
========================= */
.footer{
  padding: 24px 0 40px;
  border-top:1px solid var(--line);
  background: rgba(0,0,0,.22);
}

.footer__inner{padding-top:18px}

.footer__disclaimer{
  margin:0;
  color: rgba(239,229,214,.62);
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.6;
  text-align:center;
}

.footer__copy{
  margin:12px 0 0;
  color: rgba(239,229,214,.55);
  font-family: var(--sans);
  font-size: 12px;
  text-align:center;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 900px){
  .topnav{display:none}
  .navbtn{display:inline-flex}

  .topnav.is-open{
    display:flex;
    flex-direction:column;
    position:absolute;
    left:0; right:0;
    top:64px;
    padding:14px;
    background: rgba(20,11,6,.92);
    border-bottom:1px solid var(--line);
    gap:8px;
  }

  .about__grid{grid-template-columns:1fr}

  .hero__inner{ padding: 54px 0; }

  .hero__title{
    font-size: clamp(36px, 9vw, 56px);
    letter-spacing: 1px;
  }

  .hero__tagline{ font-size: 22px; }
}

@media (max-width: 520px){
  .hero{min-height: 480px}
  .hero__inner{min-height: 480px}
  .frame img{height: 240px}
  .about__media .frame{ min-height: 240px; }
  .about__media .frame img{ min-height: 240px; }
}

/* ===============================
   TRUST SECTION
================================ */
.trust{
  position: relative;
  padding: clamp(56px, 6vw, 90px) 0;
  background: linear-gradient(180deg, rgba(22,14,10,.92), rgba(18,12,9,.96));
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  overflow: hidden;
}

.trust::before{
  content:"";
  position:absolute;
  inset:-40% -20%;
  background:
    radial-gradient(900px 500px at 20% 30%, rgba(214,168,92,.08), transparent 60%),
    radial-gradient(800px 420px at 80% 70%, rgba(214,168,92,.06), transparent 60%);
  pointer-events:none;
}

.trust .container{ position: relative; z-index: 1; }

.trust__header{
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.trust__title{
  margin: 0 0 14px;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #C6A052;
}

.trust__lead{
  margin: 0 auto;
  max-width: 70ch;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.7;
  color: rgba(239,229,214,.85);
}

.trust__grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.trust__card{
  grid-column: span 6;
  padding: 22px 20px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  backdrop-filter: blur(6px);
}

.trust__icon{
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(214,168,92,.12);
  border: 1px solid rgba(214,168,92,.22);
  color: rgba(214,168,92,.95);
  font-size: 18px;
  margin-bottom: 12px;
}

.trust__cardTitle{
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
  color: rgba(255,255,255,.92);
}

.trust__text{
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255,255,255,.72);
}

@media (max-width: 900px){
  .trust__card{ grid-column: span 12; }
  .trust__header{ text-align: left; }
}

@media (max-width: 520px){
  .trust{ padding: 52px 0; }
  .trust__card{ padding: 18px 16px; }
}

/* ===============================
   TESTIMONIALS SLIDER (HOMEPAGE)
================================ */
.tSlider{
  position: relative;
  padding: clamp(56px, 6vw, 90px) 0;
  background: linear-gradient(180deg, rgba(16,11,9,.96), rgba(14,10,8,.98));
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  overflow: hidden;
}

.tSlider::before{
  content:"";
  position:absolute;
  inset:-30% -20%;
  background:
    radial-gradient(900px 500px at 25% 25%, rgba(214,168,92,.06), transparent 60%),
    radial-gradient(800px 420px at 75% 70%, rgba(214,168,92,.05), transparent 60%);
  pointer-events:none;
}

.tSlider .container{ position:relative; z-index:1; }

.tSlider__header{
  max-width: 860px;
  margin: 0 auto 22px;
  text-align: center;
}

.tSlider__title{
  margin: 0 0 10px;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #C6A052;
}

.tSlider__lead{
  margin: 0 auto;
  max-width: 72ch;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.7;
  color: rgba(239,229,214,.85);
}

.tSlider__wrap{
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.tSlider__viewport{
  overflow: hidden;
  border-radius: 18px;
}

.tSlider__track{
  display: flex;
  transition: transform 500ms ease;
  will-change: transform;
}

.tSlide{
  flex: 0 0 100%;
  padding: 24px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  backdrop-filter: blur(6px);
  position: relative;
}

.tSlide::before{
  content:"“";
  position:absolute;
  top: 14px;
  right: 18px;
  font-size: 46px;
  line-height: 1;
  color: rgba(214,168,92,.22);
}

.tSlide__text{
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,.80);
}

.tSlide__name{
  margin-top: 14px;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: .4px;
  color: rgba(255,255,255,.90);
}

.tSlider__nav{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(214,168,92,.28);
  background: rgba(214,168,92,.10);
  color: rgba(214,168,92,.95);
  font-size: 26px;
  line-height: 1;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
}

.tSlider__nav:hover{
  transform: translateY(-1px);
  background: rgba(214,168,92,.14);
  border-color: rgba(214,168,92,.44);
}

.tSlider__nav:active{ transform: translateY(0); }

.tSlider__dots{
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.tSlider__dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.10);
  cursor: pointer;
}

.tSlider__dot.is-active{
  background: rgba(214,168,92,.85);
  border-color: rgba(214,168,92,.85);
}

.tSlider__disclaimer{
  margin: 14px auto 0;
  max-width: 92ch;
  text-align: center;
  font-size: 12.5px;
  line-height: 1.65;
  color: rgba(255,255,255,.55);
}

@media (max-width: 800px){
  .tSlider__wrap{ grid-template-columns: 40px 1fr 40px; }
  .tSlide{ padding: 20px 16px; }
}

@media (max-width: 520px){
  .tSlider__header{ text-align: left; }
  .tSlider__disclaimer{ text-align: left; }
}

/* ===============================
   TRADITIONAL PREPARATIONS
================================ */
.prep{
  position: relative;
  padding: clamp(60px, 6vw, 100px) 0;
  background: linear-gradient(180deg, rgba(18,12,9,.96), rgba(14,10,8,.98));
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  overflow: hidden;
}

.prep::before{
  content:"";
  position:absolute;
  inset:-30% -20%;
  background:
    radial-gradient(900px 520px at 20% 30%, rgba(214,168,92,.06), transparent 60%),
    radial-gradient(800px 420px at 80% 70%, rgba(214,168,92,.05), transparent 60%);
  pointer-events:none;
}

.prep .container{ position: relative; z-index: 1; }

.prep__header{
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: center;
}

.prep__title{
  margin: 0 0 12px;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #C6A052;
}

.prep__lead{
  margin: 0 auto;
  max-width: 70ch;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.7;
  color: rgba(239,229,214,.85);
}

.prep__content{
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.prep__text{
  margin: 0;
  font-size: 15.5px;
  line-height: 1.8;
  color: rgba(255,255,255,.80);
}

.prep__note{
  margin: 28px auto 0;
  max-width: 760px;
  padding: 16px 18px;
  border-radius: 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(214,168,92,.08);
  border: 1px solid rgba(214,168,92,.22);
}

.prep__noteIcon{
  font-size: 18px;
  line-height: 1;
  color: rgba(214,168,92,.95);
}

.prep__noteText{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255,255,255,.78);
}

@media (max-width: 600px){
  .prep__header{ text-align: left; }
  .prep__note{ align-items: flex-start; }
}

/* ===============================
   FEATURED PRODUCTS (FIXED)
================================ */
.featured-products{
  padding: 80px 0;
  background: #0f0d0b;
  color: #f5f1ec;
}

.section-head{
  text-align: center;
  margin-bottom: 50px;
}

.section-head h2{
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 38px);
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  color: #C6A052;
}

.section-head p{
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.7;
  color: rgba(239,229,214,.85);
}

.product-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.product-card{
  background: #161311;
  padding: 20px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}

.product-image{
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 16px;
  background: rgba(0,0,0,.08);
  border: 1px solid rgba(255,255,255,.06);
}

.product-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}

.product-card:hover .product-image img{
  transform: scale(1.16);
}

.product-card h3{
  font-size: 18px;
  margin-bottom: 6px;
}

.rating{
  color: #e0b066;
  font-size: 14px;
  margin-bottom: 12px;
}

.view-btn{
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #c28b45;
  color: #c28b45;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
}

.view-all-wrap{
  text-align: center;
  margin-top: 50px;
}

.view-all-btn{
  padding: 14px 34px;
  background: #c28b45;
  color: #1b1612;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 991px){
  .product-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

/* Shared button styles (used across product + checkout) */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius: 12px;
  padding: 12px 18px;
  font-family: var(--serifTitle);
  letter-spacing:.6px;
}
.btn--wide{min-width: 200px;}
.btn--full{width:100%;}
.btn--gold{
  border:1px solid rgba(200,164,106,.55);
  background: linear-gradient(180deg, rgba(200,164,106,.30), rgba(154,110,53,.18));
  color:#fff;
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
}
.btn--gold:hover{filter: brightness(1.05);}
.btn--ghost{
  border:1px solid rgba(200,164,106,.40);
  background: rgba(0,0,0,.18);
  color: rgba(239,229,214,.95);
}
.btn--ghost:hover{background: rgba(200,164,106,.08);}

@media (max-width: 520px){
  .btn--wide{min-width: 180px;}
}

/* Admin UI */
.admin{
  background: radial-gradient(1200px 800px at 20% 0%, rgba(200,164,106,.10), transparent 55%),
              radial-gradient(900px 700px at 80% 10%, rgba(22,60,45,.18), transparent 55%),
              #070a0a;
  color: rgba(239,229,214,.92);
  min-height: 100vh;
}
.admin-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap: 16px;
  padding: 18px 24px;
  background: rgba(10,12,12,.72);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.admin-header h1{ margin:0; font-size: 26px; color: rgba(239,229,214,.98); }
.admin-content{ padding: 22px 24px; }

.admin-flash{
  background: rgba(200,164,106,.10);
  border: 1px solid rgba(200,164,106,.28);
  color: rgba(239,229,214,.95);
  padding: 10px 12px;
  border-radius: 12px;
  margin: 0 0 14px;
}

.admin-table{
  width:100%;
  border-collapse: collapse;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  overflow:hidden;
}
.admin-table th, .admin-table td{
  padding: 12px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  text-align:left;
  vertical-align: top;
}
.admin-table th{
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(239,229,214,.78);
  background: rgba(0,0,0,.28);
}

.admin-form label{ display:block; margin-top: 12px; font-weight: 700; color: rgba(239,229,214,.85); }
.admin-form input, .admin-form textarea, .admin-form select{
  width:100%;
  padding: 11px 12px;
  margin-top: 6px;
  border-radius: 12px;
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(239,229,214,.96);
}
.admin-form input::placeholder, .admin-form textarea::placeholder{ color: rgba(239,229,214,.45); }
.admin-form input:focus, .admin-form textarea:focus, .admin-form select:focus{
  outline: none;
  border-color: rgba(200,164,106,.45);
  box-shadow: 0 0 0 4px rgba(200,164,106,.10);
}

.admin-form .row{ display:flex; gap: 12px; margin-bottom: 10px; }
.admin-form .row > *{ flex: 1; }
@media (max-width: 860px){
  .admin-form .row{ flex-direction: column; }
}

/* Admin - panel/card wrappers used in view pages (message_view.php, appointment_view.php) */
.adminPanel{
  max-width: 980px;
}
.adminCard{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 28px 90px rgba(0,0,0,.35);
}
.adminCard hr{
  border: 0;
  border-top: 1px solid rgba(255,255,255,.08);
  margin: 12px 0;
}
.adminCard p{ margin: 0 0 10px; }
.adminCard p:last-child{ margin-bottom: 0; }

.error{
  background: rgba(168,35,35,.16);
  border: 1px solid rgba(168,35,35,.35);
  color: rgba(239,229,214,.95);
  padding: 10px 12px;
  border-radius: 12px;
}
/* =========================
   ADMIN LOGIN PAGE
========================= */

.admin-auth {
  min-height: 100vh;
  background: radial-gradient(circle at top, #1c1f23, #0b0d10);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.admin-login-card {
  width: 100%;
  max-width: 420px;
  background: rgba(15,17,20,0.92);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 40px 120px rgba(0,0,0,.6);
}

.admin-login-card h2 {
  margin-bottom: 18px;
  text-align: center;
}

.admin-login-card input {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  background: #0f1216;
  border: 1px solid rgba(255,255,255,.1);
  color: #fff;
  border-radius: 10px;
}

.admin-login-card .error {
  background: rgba(180,40,40,.2);
  border: 1px solid rgba(180,40,40,.4);
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 12px;
  font-size: 14px;
}

/* =========================
   Admin Dashboard (Woo-style)
========================= */
.adminShell{
  min-height: 100vh;
  display:grid;
  grid-template-columns: 260px 1fr;
  background: radial-gradient(1200px 800px at 20% 0%, rgba(200,164,106,.10), transparent 55%),
              radial-gradient(900px 700px at 80% 10%, rgba(22,60,45,.18), transparent 55%),
              #070a0a;
}
.adminSide{
  background: #0f1216;
  color: rgba(255,255,255,.92);
  border-right: 1px solid rgba(255,255,255,.06);
  padding: 18px 14px;
  position: sticky;
  top: 0;
  height: 100vh;
}
.adminSide__brand{
  padding: 14px 12px 18px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  margin-bottom: 14px;
}
.adminSide__dot{
  width: 10px; height: 10px; border-radius: 999px;
  background: #c8a46a;
  display:inline-block;
  margin-right: 8px;
}
.adminSide__title{ font-weight: 800; letter-spacing:.02em; }
.adminSide__sub{ color: rgba(255,255,255,.65); font-size: 12px; margin-top: 4px; }
.adminSide__nav{ display:flex; flex-direction:column; gap: 6px; margin-top: 10px; }
.adminNavLink{
  display:flex;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration:none;
  color: rgba(255,255,255,.86);
  border: 1px solid transparent;
}
.adminNavLink:hover{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.08);
  color:#fff;
}
.adminNavLink.is-active{
  background: rgba(200,164,106,.16);
  border-color: rgba(200,164,106,.35);
}
.adminNavLink--logout{
  margin-top: 10px;
  color: rgba(255,255,255,.80);
}
.adminMain{ padding: 22px 26px; }
.adminTop{
  display:flex; justify-content:space-between; align-items:flex-end;
  margin-bottom: 18px;
}
.adminTop__h1{ margin: 0; font-size: 26px; }
.chip{
  font-size: 12px;
  padding: 8px 10px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  color: rgba(239,229,214,.88);
}
.adminCards{
  display:grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 14px;
}
.aCard{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 14px 14px 16px;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.aCard__label{ color: rgba(239,229,214,.68); font-size: 12px; }
.aCard__value{ font-size: 26px; font-weight: 800; margin-top: 6px; }
.aCard__hint{ color: rgba(239,229,214,.62); font-size: 12px; margin-top: 6px; }
.adminQuick{ margin-top: 18px; }
.adminQuick__box{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 16px;
}
.adminH2{ margin: 0 0 10px; font-size: 16px; }
.adminQuick__actions{ display:flex; gap: 10px; flex-wrap: wrap; }

@media (max-width: 1100px){
  .adminCards{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 860px){
  .adminShell{ grid-template-columns: 1fr; }
  .adminSide{ position: relative; height: auto; }
  .adminMain{ padding: 16px; }
  .adminCards{ grid-template-columns: 1fr; }
}

/* Admin dark theme helpers */
.adminShell .adminTop__h1{ color: rgba(239,229,214,.98); }
.adminShell .adminTop, .adminShell .adminMain{ color: rgba(239,229,214,.92); }

/* =========================
   Admin Appointment View – clean 2-column card + dark select
========================= */

/* Make the top form look like a proper dashboard section */
.adminCard.admin-form{
  max-width: 980px;
}

/* Two-column layout for admin form rows */
.admin-form .row{
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}

@media (max-width: 900px){
  .admin-form .row{
    grid-template-columns: 1fr;
  }
}

/* Make the labels look premium */
.admin-form label > div{
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .85;
  margin-bottom: 6px;
}

/* Inputs in admin form */
.admin-form select,
.admin-form textarea,
.admin-form input{
  width: 100%;
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.28);
  color: rgba(255,255,255,.92);
  box-shadow: 0 18px 55px rgba(0,0,0,.25);
}

.admin-form textarea{
  min-height: 110px;
  resize: vertical;
}

/* Fix the opened dropdown options (white/grey background issue) */
.admin-form select{
  appearance: auto;
  background-color: rgba(0,0,0,.35);
  color: rgba(255,255,255,.95);
}

/* This controls the dropdown list items */
.admin-form select option{
  background: #0b0b0b;      /* dark list background */
  color: #f2f2f2;           /* readable text */
}

/* Focus glow */
.admin-form select:focus,
.admin-form textarea:focus,
.admin-form input:focus{
  outline: none;
  border-color: rgba(200,164,106,.55);
  box-shadow: 0 0 0 4px rgba(200,164,106,.12);
}

/* =========================
   Admin – Appointment details info grid
========================= */

.adminInfoGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 22px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  box-shadow: 0 18px 55px rgba(0,0,0,.25);
}

@media (max-width: 900px){
  .adminInfoGrid{ grid-template-columns: 1fr; }
}

.adminInfoRow{
  display:flex;
  gap: 10px;
  align-items: baseline;
  line-height: 1.35;
}

.adminInfoKey{
  min-width: 130px;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .78;
}

.adminInfoVal{
  font-size: 15px;
  opacity: .95;
  word-break: break-word;
}

/* Make "Reason" span full width */
.adminInfoRow--full{
  grid-column: 1 / -1;
  align-items: flex-start;
}
.adminInfoRow--fullely{
  grid-column: 1 / -1;
}

.adminInfoReason{
  margin-top: 8px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
  white-space: pre-wrap;
}


/* =========================
   Admin – details info grid (shared)
========================= */
.adminInfoGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 22px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  box-shadow: 0 18px 55px rgba(0,0,0,.25);
}
@media (max-width: 900px){
  .adminInfoGrid{ grid-template-columns: 1fr; }
}
.adminInfoRow{
  display:flex;
  gap: 10px;
  align-items: baseline;
  line-height: 1.35;
}
.adminInfoKey{
  min-width: 130px;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .78;
}
.adminInfoVal{
  font-size: 15px;
  opacity: .95;
  word-break: break-word;
}
.adminInfoRow--full{
  grid-column: 1 / -1;
  align-items: flex-start;
}
.adminInfoReason{
  margin-top: 8px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
  white-space: pre-wrap;
}



/* =========================
   Premium Page Hero (About / Services)
========================= */
.pageHero{
  position: relative;
  padding: 86px 0 56px;
  overflow:hidden;
}
.pageHero__bg{
  position:absolute; inset:0;
  background:
    radial-gradient(900px 420px at 15% 35%, rgba(200,164,106,.20), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.65), rgba(0,0,0,.85)),
    url("../img/hero.jpg") center/cover no-repeat;
  filter: saturate(1.05) contrast(1.02);
}
.pageHero__bg--about{
  background:
    radial-gradient(900px 420px at 15% 35%, rgba(200,164,106,.22), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.62), rgba(0,0,0,.88)),
    url("../img/certificates.jpg") center/cover no-repeat;
}
.pageHero__inner{ position:relative; z-index:1; max-width: 980px; }
.pageHero__kicker{
  display:inline-block;
  letter-spacing:.12em;
  text-transform: uppercase;
  font-size: 12px;
  opacity:.85;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(0,0,0,.25);
}
.pageHero__title{
  margin: 14px 0 8px;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: clamp(34px, 4vw, 56px);
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #C6A052;
}
.pageHero__lead{
  max-width: 760px;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.7;
  color: rgba(239,229,214,.85);
}
.pageHero__actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 18px; }

/* =========================
   Homepage Hero upgrade
========================= */
.hero__bg{
  background:
    radial-gradient(900px 420px at 15% 35%, rgba(200,164,106,.16), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.46), rgba(0,0,0,.80)),
    url("../img/hero.jpg") center/cover no-repeat;
}
.hero__actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 14px; }

/* Buttons */
.btn--wa{
  border: 1px solid rgba(70, 200, 120, .35);
  background: rgba(70, 200, 120, .12);
}
.btn--wa:hover{ filter: brightness(1.05); }

/* =========================
   Cards & CTA
========================= */
.sectionHead{ margin-bottom: 18px; }
.sectionHead--center{ text-align:center; }
.section__subtitle{ opacity:.85; max-width: 780px; }
.cards3{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 980px){ .cards3{ grid-template-columns: 1fr; } }

.card{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  padding: 18px 18px;
  box-shadow: 0 18px 55px rgba(0,0,0,.25);
}
.card__title{
  font-family: 'Cinzel', serif;
  font-weight: 600;
  margin: 0 0 8px;
  font-size: 18px;
}
.card__text{ opacity:.88; line-height:1.65; }
.card--quote{ position:relative; }
.card__quote{ margin:0; font-size: 15px; line-height:1.7; opacity:.92; }
.card__meta{ margin-top:10px; opacity:.8; font-size: 13px; }

.ctaBar{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.28);
  box-shadow: 0 18px 55px rgba(0,0,0,.25);
}
.ctaBar__title{
  font-family: 'Cinzel', serif;
  font-weight: 600;
  margin-bottom: 2px;
}
.ctaBar__lead{ opacity:.85; }
.ctaBar__actions{ display:flex; gap:10px; flex-wrap:wrap; }
.ctaBar--notice{ flex-direction:column; align-items:stretch; }
.ctaBar__notice{ padding:14px 0; border-bottom:1px solid rgba(255,255,255,.08); margin-bottom:14px; }
.ctaBar__noticeText{ margin:0; opacity:.92; line-height:1.7; font-size:15px; }
@media (max-width: 980px){
  .ctaBar{ flex-direction:column; align-items:flex-start; }
}

/* =========================
   Areas of Healing & Specialized Care (Homepage)
========================= */
.healingCategories{
  scroll-margin-top: 80px;
}
.healingCategories__header{
  margin-bottom: 28px;
  text-align: center;
}
.healingCategories__header .section__title{
  margin-bottom: 10px;
}
.healingCategories__header .section__subtitle{
  max-width: 72ch;
  margin-left: auto;
  margin-right: auto;
}

.healingCategories__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.healingCard{
  position: relative;
  padding: 24px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  box-shadow: 0 14px 40px rgba(0,0,0,.28);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  overflow: hidden;
}
.healingCard::before{
  content:"";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: radial-gradient(400px 200px at 50% 0%, rgba(214,168,92,.06), transparent 70%);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}
.healingCard:hover{
  transform: translateY(-4px);
  border-color: rgba(214,168,92,.2);
  box-shadow: 0 20px 50px rgba(0,0,0,.35), 0 0 0 1px rgba(214,168,92,.08);
}
.healingCard:hover::before{
  opacity: 1;
}

.healingCard__icon{
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(214,168,92,.12);
  border: 1px solid rgba(214,168,92,.22);
  color: rgba(214,168,92,.95);
  font-size: 20px;
  margin-bottom: 14px;
  transition: background .3s ease, border-color .3s ease;
}
.healingCard:hover .healingCard__icon{
  background: rgba(214,168,92,.18);
  border-color: rgba(214,168,92,.32);
}

.healingCard__title{
  margin: 0 0 10px;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  color: rgba(255,255,255,.95);
}

.healingCard__desc{
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,.78);
  flex: 1;
}

.healingCard__btn{
  display: inline-block;
  padding: 10px 16px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  color: rgba(214,168,92,.95);
  background: transparent;
  border: 1px solid rgba(214,168,92,.35);
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  opacity: .9;
  transition: background .25s ease, border-color .25s ease;
}
.healingCard__btn:hover,
.healingCard__btn:not(:disabled):hover{
  background: rgba(214,168,92,.12);
  border-color: rgba(214,168,92,.5);
}

@media (max-width: 1100px){
  .healingCategories__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px){
  .healingCategories__grid{ grid-template-columns: 1fr; gap: 16px; }
  .healingCard{ padding: 20px 18px; }
  .healingCategories__header{ text-align: left; }
}

.healingNotice{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-top:24px;
  padding:18px 20px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.25);
}
.healingNotice__text{ margin:0; opacity:.92; line-height:1.7; font-size:15px; }
.healingNotice__actions{ display:flex; gap:10px; flex-wrap:wrap; }

/* =========================
   Category Detail Page (per health category)
========================= */
.categoryDetail__list{
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
.categoryDetail__item{
  display: flex;
  gap: 20px;
  padding: 24px;
  background: rgba(22,14,10,.5);
  border: 1px solid rgba(214,168,92,.15);
  border-radius: 12px;
  transition: border-color .25s ease;
}
.categoryDetail__item:hover{
  border-color: rgba(214,168,92,.35);
}
.categoryDetail__num{
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cinzel', serif;
  font-size: 14px;
  font-weight: 600;
  color: #C6A052;
  background: rgba(198,160,82,.12);
  border-radius: 8px;
}
.categoryDetail__content{ flex: 1; min-width: 0; }
.categoryDetail__title{
  font-family: 'Cinzel', serif;
  font-size: 18px;
  font-weight: 600;
  color: #EFE5D6;
  margin: 0 0 8px 0;
}
.categoryDetail__desc{
  margin: 0;
  color: rgba(239,229,214,.85);
  line-height: 1.65;
  font-size: 15px;
}
@media (max-width: 640px){
  .categoryDetail__item{ flex-direction: column; gap: 12px; padding: 18px; }
}

/* =========================
   How Your Healing Journey Begins (Homepage)
========================= */
.healingProcess{
  position: relative;
  padding: 56px 0 64px;
  background: linear-gradient(180deg, rgba(22,14,10,.95), rgba(18,12,9,.98));
}

.healingProcess__divider{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  position: relative;
}
.healingProcess__divider::before{
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198,160,82,.5) 20%, rgba(198,160,82,.5) 80%, transparent);
}
.healingProcess__divider::after{
  content: "✦";
  position: relative;
  font-size: 14px;
  color: #C6A052;
  background: linear-gradient(180deg, rgba(22,14,10,.95), rgba(18,12,9,.98));
  padding: 0 16px;
  z-index: 1;
}

.healingProcess__header{
  text-align: center;
  margin-bottom: 36px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.healingProcess__title{
  margin: 0 0 14px;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.2;
  color: #C6A052;
  letter-spacing: 0.5px;
}

.healingProcess__subtitle{
  margin: 0;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.7;
  color: rgba(239,229,214,.85);
}

.healingProcess__steps{
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 8px;
}

.healingProcess__card{
  flex: 1 1 0;
  min-width: 200px;
  max-width: 260px;
  padding: 40px 28px 36px;
  background: rgba(30,20,14,.6);
  border: 1px solid rgba(198,160,82,.25);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0,0,0,.35);
  text-align: center;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  animation: healingProcessFadeUp .6s ease both;
}
.healingProcess__card:nth-of-type(1){ animation-delay: .05s; }
.healingProcess__card:nth-of-type(2){ animation-delay: .12s; }
.healingProcess__card:nth-of-type(3){ animation-delay: .19s; }
.healingProcess__card:nth-of-type(4){ animation-delay: .26s; }

.healingProcess__card:hover{
  transform: scale(1.02) translateY(-4px);
  border-color: rgba(198,160,82,.4);
  box-shadow: 0 16px 50px rgba(0,0,0,.4), 0 0 0 1px rgba(198,160,82,.12);
}

@keyframes healingProcessFadeUp{
  from{ opacity: 0; transform: translateY(20px); }
  to{ opacity: 1; transform: translateY(0); }
}

.healingProcess__stepNum{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(198,160,82,.18);
  border: 1px solid rgba(198,160,82,.35);
  color: #C6A052;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}

.healingProcess__iconWrap{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 12px rgba(198,160,82,.25));
  transition: transform .3s ease, filter .3s ease;
}
.healingProcess__card:hover .healingProcess__iconWrap{
  transform: scale(1.05);
  filter: drop-shadow(0 0 18px rgba(198,160,82,.35));
}

.healingProcess__icon{
  width: 100px;
  height: 100px;
  color: #C6A052;
  flex-shrink: 0;
  object-fit: contain;
}

.healingProcess__cardTitle{
  margin: 0 0 12px;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #C6A052;
}

.healingProcess__cardDesc{
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(239,229,214,.82);
}

.healingProcess__card::after{
  content: "✦";
  display: block;
  margin-top: 20px;
  font-size: 12px;
  color: rgba(198,160,82,.4);
}

.healingProcess__arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  flex-shrink: 0;
  color: rgba(198,160,82,.6);
}
.healingProcess__arrow svg{
  width: 24px;
  height: 24px;
}

@media (max-width: 1024px){
  .healingProcess__steps{
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 16px;
  }
  .healingProcess__card{
    flex: 1 1 calc(50% - 20px);
    max-width: 320px;
  }
  .healingProcess__arrow{
    display: none;
  }
}

@media (max-width: 600px){
  .healingProcess{ padding: 44px 0 52px; }
  .healingProcess__steps{ gap: 20px; }
  .healingProcess__card{
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 0;
    padding: 36px 24px 32px;
  }
  .healingProcess__icon{
    width: 70px;
    height: 70px;
  }
}

/* =========================
   About Page layout
========================= */
.aboutPage__grid{
  display:grid;
  grid-template-columns: 1.25fr .85fr;
  gap: 22px;
  align-items:start;
}
@media (max-width: 980px){
  .aboutPage__grid{ grid-template-columns: 1fr; }
}
.frame--tall img{ aspect-ratio: 3/4; object-fit: cover; width: 100%; height:auto; border-radius: 18px; }
.caption{
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.caption__title{
  font-family:'Cinzel', serif;
  font-weight: 600;
  margin-bottom: 4px;
}
.caption__text{ opacity:.85; font-size: 13px; }

.ctaMini{
  margin-top: 16px;
  padding: 14px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.26);
}
.ctaMini__title{
  font-family:'Cinzel', serif;
  font-weight:600;
  margin-bottom: 4px;
}
.ctaMini__lead{ opacity:.85; margin-bottom: 10px; }

/* Certificates section */
.section--soft{ background: rgba(255,255,255,.02); }
.section--dark{ background: rgba(0,0,0,.35); }
.cert__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items:center;
}
@media (max-width: 980px){ .cert__grid{ grid-template-columns: 1fr; } }

/* Gallery */
.galleryStrip{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.galleryStrip img,
.galleryGrid img{
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  object-fit: cover;
}
@media (max-width: 980px){ .galleryStrip{ grid-template-columns: 1fr; } }

.galleryGrid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 980px){ .galleryGrid{ grid-template-columns: 1fr; } }
.gItem{ display:block; position:relative; }
.gItem:after{
  content:"";
  position:absolute; inset:0;
  border-radius: 18px;
  background: radial-gradient(600px 240px at 20% 30%, rgba(200,164,106,.18), transparent 60%);
  opacity:0;
  transition: opacity .2s ease;
}
.gItem:hover:after{ opacity:1; }

/* Services page gallery: stacked image + description per item */
.galleryGrid--services > *{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.galleryGrid--services .gCard--services{
  height: 100%;
}
.galleryGrid--services .gItem{
  display:block;
}
.galleryGrid--services .gCard__descWrap{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.galleryGrid--services .gCard__descWrap .gCard__desc{
  margin: 0;
}
@media (max-width: 600px){
  .galleryGrid--services .gCard__descWrap{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.galleryGrid--services .gCard__desc{
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(239,229,214,.86);
}

/* Lightbox */
.is-lock{ overflow:hidden; }
.lightbox{
  position:fixed; inset:0;
  display:none;
  place-items:center;
  background: rgba(0,0,0,.75);
  z-index: 9999;
  padding: 16px;
}
.lightbox.is-open{ display:grid; }
.lightbox__inner{
  max-width: 1100px;
  width:100%;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(10,10,10,.65);
  box-shadow: 0 22px 90px rgba(0,0,0,.55);
  overflow:hidden;
}
.lightbox__img{ width:100%; height:auto; display:block; }
.lightbox__close{
  position:fixed;
  top: 14px; right: 14px;
  width: 44px; height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.45);
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

/* Homepage contact CTA */
.ctaPanel{
  display:flex;
  justify-content: space-between;
  gap: 18px;
  align-items:center;
  padding: 18px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.30);
  box-shadow: 0 18px 55px rgba(0,0,0,.25);
}
.ctaPanel__title{ font-family:'Cinzel', serif; font-weight:600; margin:0 0 6px; font-size: clamp(22px, 2.5vw, 32px); color: #C6A052; }
.ctaPanel__lead{ font-size: clamp(15px, 1.4vw, 17px); line-height: 1.7; color: rgba(239,229,214,.85); max-width: 720px; }
.ctaPanel__actions{ display:flex; gap:10px; flex-wrap:wrap; }
@media (max-width: 980px){
  .ctaPanel{ flex-direction:column; align-items:flex-start; }
  .ctaPanel__actions{ justify-content: center; }
}

/* Floating WhatsApp */
.floating-wa{
  position: fixed;
  right: 18px;
  bottom: 18px;
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(70,200,120,.35);
  background: rgba(8,10,8,.55);
  color: rgba(240,240,240,.95);
  text-decoration:none;
  box-shadow: 0 20px 70px rgba(0,0,0,.45);
  z-index: 9998;
}
.floating-wa__dot{
  width: 10px; height:10px;
  border-radius: 50%;
  background: rgba(70,200,120,.95);
  box-shadow: 0 0 0 6px rgba(70,200,120,.18);
}
.floating-wa__text{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 600;
  letter-spacing:.02em;
}

.translator-wrap{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}


/* Header */
.site-header{
  background:#0b0b0b;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 0;
}
.header__translate select{
  background:#000;
  color:#fff;
  border:1px solid rgba(255,255,255,.2);
  padding:8px 10px;
  border-radius:10px;
}

/* Footer */
.footer{
  background:#070707;
  padding:50px 0 30px;
}
.footer__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:30px;
}
.footer h4{
  margin-bottom:10px;
}
.footer a{
  display:block;
  margin-bottom:6px;
}
.footer__translate select{
  background:#000;
  color:#fff;
  border:1px solid rgba(255,255,255,.2);
  padding:8px 10px;
  border-radius:10px;
}
.footer__copy{
  text-align:center;
  margin-top:30px;
  opacity:.7;
}

/* =========================
   Header: logo, translator, mobile toggle
========================= */
.topbar__logo{
  display:flex;
  align-items:center;
  flex-shrink:0;
}
.topbar__logoimg{
  display:block;
  height:40px;
  width:auto;
}
.site-logo{
  text-decoration:none;
  color:rgba(239,229,214,.95);
}
.site-logo__text{
  font-family: var(--serifTitle);
  font-size:14px;
  font-weight:600;
  letter-spacing:0.18em;
  text-transform:uppercase;
  white-space:nowrap;
  position:relative;
}
.site-logo__text::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-4px;
  width:100%;
  height:1px;
  background:linear-gradient(90deg, rgba(200,164,106,.5), transparent);
  opacity:0.7;
}
@media (max-width: 600px){
  .site-logo__text{
    font-size:12px;
    letter-spacing:0.12em;
  }
}
.topnav{
  display:flex;
  align-items:center;
  gap: 14px;
  flex-wrap: wrap;
}

.topnav__translate,
.topbar__translate{
  display:flex;
  align-items:center;
  margin-left: 6px;
}

@media (max-width: 900px){
  .topbar__inner{ position: relative; }
  .topnav{ display: none; }
  .navbtn{ display: inline-flex; }
  .topnav.is-open{
    display:flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 14px 18px;
    background: rgba(20,11,6,.95);
    border-bottom: 1px solid var(--line);
    gap: 6px;
    max-height: 80vh;
    overflow-y: auto;
  }
  .topnav.is-open .topnav__link{
    padding: 12px 10px;
    border-radius: 10px;
  }
  .topbar__translate{
    margin-left: auto;
  }
}

/* Dark dropdown (flags + language names) */
#gtranslate_header select,
#gtranslate_footer select{
  background: #000 !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.18);
  padding: 10px 12px;
  border-radius: 12px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

#gtranslate_header select option,
#gtranslate_footer select option{
  background: #0b0b0b !important;
  color: #fff !important;
}

/* =========================
   Premium Footer cleanup
========================= */
.footer{
  padding: 56px 0 22px;
}

.footer__grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 26px;
}

.footer__logo{
  display: inline-block;
  margin-bottom: 10px;
}
.footer__logo .site-logo__text{
  font-size: 13px;
  letter-spacing: 0.15em;
}
.footer__logoimg{
  display: block;
  width: 36px;
  height: 36px;
}
.footer__title{
  margin: 0 0 10px;
  font-family: "Cinzel", serif;
}

.footer__heading{
  margin: 0 0 10px;
  font-family: "Cinzel", serif;
}

.footer__text{
  opacity: .82;
  line-height: 1.65;
  margin: 0;
}

.footer__muted{ opacity:.78; }

.footer__link{
  display:block;
  padding: 6px 0;
  text-decoration:none;
}

.footer__li{
  opacity: .7;
  margin-right: 8px;
}

.footer__contactRow{
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 6px 0;
}

.footer__ico{
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
}

.footer__wa{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(60,160,90,.12);
  border: 1px solid rgba(60,160,90,.28);
  text-decoration:none;
}

.footer__ctaRow{
  margin-top: 12px;
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
}

.footer__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  text-decoration:none;
}

.footer__btn--primary{
  background: rgba(200,164,106,.16);
  border-color: rgba(200,164,106,.30);
}

.footer__bottom{
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
  text-align:center;
}

.footer__copy{ margin:0; opacity:.72; }

/* Mobile behavior: centered stacked (as you requested) */
@media (max-width: 860px){
  .footer__grid{
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer__contactRow{
    justify-content: center;
  }
  .footer__ctaRow{
    justify-content: center;
  }
}
/* =========================
   SHOP PAGE
========================= */
.shopHero{
  padding: 46px 0 22px;
}
.shopHero__inner{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.shopHero__title{
  margin: 0 0 8px;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #C6A052;
}
.shopHero__sub{
  margin: 0;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.7;
  color: rgba(239,229,214,.85);
  max-width: 62ch;
}
.shopHero__actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.shopNotice{
  padding: 14px 0 28px;
}
.noticeCard{
  display:flex;
  gap: 16px;
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(0,0,0,.26);
  border: 1px solid rgba(239,229,214,.14);
  box-shadow: var(--shadow);
}
.noticeCard__icon{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(200,164,106,.14);
  border: 1px solid rgba(200,164,106,.28);
}
.noticeCard__title{
  margin: 0 0 6px;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: clamp(22px, 2.5vw, 30px);
  letter-spacing: 0.5px;
  color: #C6A052;
}
.noticeCard__text{
  margin: 0 0 12px;
  opacity: .86;
  line-height: 1.7;
}
.noticeCard__cta{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.shopSection{ padding: 10px 0 70px; }

.shopLayout{
  display:grid;
  grid-template-columns: 320px 1fr;
  gap: 22px;
}
@media (max-width: 980px){
  .shopLayout{ grid-template-columns: 1fr; }
}

.sideCard{
  padding: 16px;
  border-radius: 18px;
  background: rgba(0,0,0,.20);
  border: 1px solid rgba(239,229,214,.12);
  box-shadow: var(--shadow);
  margin-bottom: 14px;
}
.sideCard__title{
  margin: 0 0 10px;
  font-family: var(--serifTitle);
  letter-spacing: .03em;
  font-size: 15px;
  text-transform: uppercase;
}
.sideCard__text{ margin: 0 0 12px; opacity: .84; line-height: 1.7; }
.sideLinks{ display:flex; flex-direction: column; gap: 6px; }
.sideLink{
  display:block;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(239,229,214,.10);
  background: rgba(0,0,0,.18);
  text-decoration:none;
  color: var(--text);
  opacity: .9;
}
.sideLink:hover{ opacity: 1; }
.sideLink.is-active{
  border-color: rgba(200,164,106,.35);
  background: rgba(200,164,106,.12);
}

.shopTop{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom: 12px;
}
.shopTop__count{ opacity:.82; }

.shopGrid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
@media (max-width: 980px){
  .shopGrid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}

.shopCard{
  border-radius: 18px;
  overflow:hidden;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(239,229,214,.12);
  box-shadow: var(--shadow);
  display:flex;
  flex-direction:column;
  min-height: 100%;
}
.shopCard__media{
  display:block;
  aspect-ratio: 4 / 3;
  background: rgba(0,0,0,.25);
}
.shopCard__media img,
.shopCard__media video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.shopCard__placeholder{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity: .75;
}
.shopCard__body{ padding: 14px; display:flex; flex-direction:column; gap: 10px; }
.shopCard__name{
  font-family: var(--serifTitle);
  letter-spacing: .02em;
}
.shopCard__price{
  display:flex;
  align-items:baseline;
  gap: 10px;
}
.priceOld{
  opacity:.65;
  text-decoration: line-through;
}
.priceNow{
  font-weight: 600;
}
.shopCard__rating{ opacity:.82; font-size: 14px; }
.shopCard__rating span{ opacity:.75; }
.shopCard__actions{
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 8px;
}
.shopCard__btn{
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
  font-size: 13px;
  padding: 10px 14px;
}
@media (max-width: 480px){
  .shopCard__actions{ flex-direction: column; }
  .shopCard__btn{ width: 100%; }
}

/* === HOMEPAGE: Gallery strip — mirror About page gallery === */
.galleryStrip--labeled{
  display:grid;
  gap: 12px;
}

/* Card container (mirror .gItem on About page) */
.galleryStrip--labeled .galleryStrip__item{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  min-height: 180px;
  background: rgba(0,0,0,0.2);
}

/* Image sizing (mirror .galleryGrid .gItem img) */
.galleryStrip--labeled .galleryStrip__item img{
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

/* Glow overlay (mirror .gItem::after) */
.galleryStrip--labeled .galleryStrip__item::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: 18px;
  background: radial-gradient(600px 240px at 20% 30%, rgba(200,164,106,.18), transparent 60%);
  opacity:0;
  transition: opacity .2s ease;
}
.galleryStrip--labeled .galleryStrip__item:hover::after{
  opacity:1;
}

/* Label overlay (mirror .gItem__label) */
.galleryStrip--labeled .galleryStrip__label{
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2px;

  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,0.72), rgba(0,0,0,0.28));
  backdrop-filter: blur(2px);
}

.galleryStrip--labeled .galleryStrip__item:hover .galleryStrip__label{
  background: linear-gradient(to top, rgba(0,0,0,0.82), rgba(0,0,0,0.34));
}
