/* ENID SMITH AESTHETICS LLC — APOTHECARY SHELF AND TREATMENT ROOM THEME */
/* Palette: rose-clay #F7F1EC | cocoa-bark #33261F | glaze-rose #B25E63 | clay-shed #3A2C28 */
/* kiln-deep #241A17 | shea-gold #C89B4E | muslin-card #FDF9F4 | clay-body #6B5247 */
/* bark-mist #D2C2BA | seam-kiln #4A3A33 | deeper-kiln #17100D */

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background-color: #F7F1EC;
  color: #33261F;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

img { max-width: 100%; display: block; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

.home-page section, .home-page footer, .jarshelvnav {
  position: relative;
  z-index: 1;
}

/* ---------------- JAR-SHELF NAV ---------------- */
.jarshelvnav {
  position: sticky;
  top: 0;
  z-index: 900;
  width: 100%;
  background-color: #3A2C28;
}

.jar-label-strip {
  height: 16px;
  width: 100%;
  background: repeating-linear-gradient(90deg,
    #C89B4E 0 14px, #4A3A33 14px 18px,
    #C89B4E 18px 32px, #4A3A33 32px 36px);
  position: relative;
}
.jar-label-strip::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 22px;
  height: 16px;
  background: #B25E63;
  border-radius: 0 0 5px 5px;
}

.jar-navrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 24px;
  gap: 20px;
}

.jar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #FDF9F4;
  text-transform: uppercase;
}

.dropper-glyph {
  display: block;
  width: 14px;
  height: 22px;
  position: relative;
  border: 2px solid #B25E63;
  border-radius: 6px 6px 3px 3px;
  background: #FDF9F4;
}
.dropper-glyph::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -2px;
  width: 14px;
  height: 5px;
  border-radius: 2px 2px 0 0;
  background: #C89B4E;
}
.dropper-glyph::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 6px;
  width: 2px;
  height: 5px;
  border-radius: 2px;
  background: #B25E63;
}

.jar-links a.jar-link {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #D2C2BA;
  padding: 8px 4px;
  font-weight: 600;
  transition: color 0.2s ease;
}
.jar-links .lid-dot {
  color: #C89B4E;
  padding: 0 8px;
  font-size: 8px;
  vertical-align: middle;
}
.jar-links a.jar-link:hover { color: #B25E63; }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid #C89B4E;
  color: #FDF9F4;
  font-size: 18px;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
}

/* ---------------- HERO ---------------- */
.treatmentroomhero {
  background-color: #F7F1EC;
  padding: 70px 0 90px;
  overflow-x: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 40px;
  align-items: center;
}

.hero-textcol { padding-right: 10px; }

.eyebrow-chip {
  display: inline-block;
  background-color: #B25E63;
  color: #FDF9F4;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 3px;
  font-weight: 600;
  margin-bottom: 26px;
}

.hero-headline {
  font-size: 52px;
  line-height: 1.12;
  color: #33261F;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
.hero-headline .rose { color: #B25E63; }

.hero-subcopy {
  font-size: 18px;
  line-height: 1.8;
  color: #6B5247;
  max-width: 540px;
  margin-bottom: 34px;
}

.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  cursor: pointer;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background-color: #B25E63; color: #FDF9F4; }
.btn-primary:hover { background-color: #A14F55; }
.btn-outline {
  background: transparent;
  color: #33261F;
  border: 1px solid #33261F;
}
.btn-outline:hover { background-color: #33261F; color: #FDF9F4; }

/* APOTHECARY TREATMENT ROOM SCENE */
.atr-scene {
  position: relative;
  min-height: 480px;
}
.shelf-board {
  position: absolute;
  width: 86%;
  left: 6%;
  top: 8px;
  height: 10px;
  background-color: #4A3A33;
  border-radius: 3px;
}
.shelf-jars { position: absolute; top: -56px; left: 8%; display: flex; align-items: flex-end; gap: 18px; }
.jar {
  width: 46px;
  height: 58px;
  border-radius: 10px 10px 6px 6px;
  position: relative;
}
.jar-java { background-color: #B25E63; }
.jar-amber { background-color: #E6D1A9; }
.jar-cream { background-color: #FBF3E4; }
.jar .lid {
  position: absolute;
  top: -8px;
  left: -3px;
  width: 52px;
  height: 10px;
  background-color: #C89B4E;
  border-radius: 4px;
}
.jar .label {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  height: 14px;
  background-color: #EFE3D4;
  border-radius: 2px;
}

.treatment-bed {
  position: absolute;
  width: 58%;
  height: 150px;
  right: 2%;
  top: 120px;
  background-color: #FBF3E4;
  border-radius: 18px;
  border: 3px solid #E6D1A9;
  transform: rotate(-3deg);
}
.bed-body { position: absolute; inset: 6px; border-radius: 14px; }

.towel-stack {
  position: absolute;
  left: 8px;
  top: -20px;
  width: 46px;
}
.towel-stack .towel {
  width: 44px;
  height: 14px;
  background-color: #E9D9C7;
  border-radius: 8px;
  margin-bottom: 5px;
}
.headrest {
  position: absolute;
  right: -22px;
  top: 40px;
  width: 52px;
  height: 52px;
  background-color: #B25E63;
  border-radius: 50%;
}

.steamer {
  position: absolute;
  left: 4%;
  bottom: 24px;
  width: 46px;
  height: 150px;
  border: 3px solid #6B5247;
  border-radius: 10px;
  background-color: #FDF9F4;
}
.steamer-dome {
  position: absolute;
  top: -26px;
  left: -7px;
  width: 56px;
  height: 30px;
  border-radius: 50% 50% 6px 6px;
  background-color: #D2C2BA;
  border: 3px solid #6B5247;
}
.vapor-wisp {
  position: absolute;
  top: -46px;
  left: 16px;
  width: 12px;
  height: 20px;
  border-radius: 50%;
  background-color: #FDF9F4;
  border: 1px solid #6B5247;
}
.vapor-wisp::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 8px;
  width: 10px;
  height: 16px;
  border-radius: 50%;
  background-color: #FDF9F4;
  border: 1px solid #6B5247;
}

.brush-set {
  position: absolute;
  right: 0;
  top: 6px;
  width: 84px;
  height: 110px;
}
.brush-set .brush {
  position: absolute;
  bottom: 0;
  width: 8px;
  height: 90px;
  background-color: #6B5247;
  border-radius: 4px 4px 2px 2px;
  transform-origin: bottom center;
}
.brush-set .brush::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -3px;
  width: 14px;
  height: 6px;
  border-radius: 4px;
  background-color: #C89B4E;
}
.brush-set .brush.b1 { left: 2px; transform: rotate(-28deg); }
.brush-set .brush.b2 { left: 24px; transform: rotate(-12deg); height: 98px; }
.brush-set .brush.b3 { left: 46px; transform: rotate(12deg); height: 98px; }
.brush-set .brush.b4 { left: 68px; transform: rotate(28deg); }

.round-mirror {
  position: absolute;
  left: -4%;
  bottom: 8px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid #C89B4E;
  background: #FFFFFF;
  box-shadow: 0 0 0 4px #B25E63;
}
.round-mirror::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 8px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #DED0C3;
}

.face-chart {
  position: absolute;
  right: 18%;
  bottom: 24px;
  width: 96px;
  height: 128px;
  background-color: #FDF9F4;
  border-radius: 10px;
  border: 2px solid #E6D1A9;
}
.face-chart::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 44px;
  border-radius: 45% 45% 42% 42%;
  border: 2px solid #D2C2BA;
}
.brush-stroke {
  position: absolute;
  left: 18px;
  bottom: 16px;
  width: 60px;
  height: 8px;
  border-radius: 6px 2px 2px 6px;
  background: linear-gradient(90deg, #B25E63 0%, #B25E63 60%, #F7D8DA 60%, #F7D8DA 100%);
}

.small-scale {
  position: absolute;
  left: 32%;
  bottom: 14px;
  width: 92px;
  height: 34px;
}
.scale-beam {
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 5px;
  background-color: #6B5247;
  border-radius: 3px;
}
.scale-pan {
  position: absolute;
  top: 8px;
  width: 34px;
  height: 22px;
  border-radius: 0 0 50% 50%;
  background-color: #FBF3E4;
  border: 2px solid #6B5247;
}
.scale-pan.left { left: 8px; }
.scale-pan.right { right: 8px; }
.scoop {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 12px;
  border-radius: 0 0 40% 40%;
  background-color: #C89B4E;
}
.scale-base {
  position: absolute;
  bottom: -6px;
  left: 38px;
  width: 18px;
  height: 10px;
  background-color: #6B5247;
  border-radius: 3px;
}

/* ---------------- RITUAL-CARD ROWS ---------------- */
.ritual-rows {
  background-color: #F7F1EC;
  padding: 80px 0 40px;
}
.section-heading {
  color: #B25E63;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
.section-lead {
  color: #6B5247;
  font-size: 17px;
  max-width: 760px;
  margin: 0 0 18px 0;
}
.ritual-rows .section-heading { margin-bottom: 22px; }
.ritual-rows .section-lead:first-child { margin-bottom: 18px; }
.ritual-rows .section-lead:last-of-type { margin-bottom: 40px; }

.ritual-list { display: flex; flex-direction: column; gap: 12px; }

.rigoritual {
  display: flex;
  align-items: center;
  gap: 26px;
  background-color: #FDF9F4;
  border: 1px solid #4A3A33;
  border-radius: 8px;
  padding: 26px 30px;
}

.minutes-jar {
  flex: 0 0 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.jarchip {
  width: 52px;
  height: 72px;
  background-color: #C89B4E;
  border-radius: 10px 10px 6px 6px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jarchip .sandup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FDF9F4;
}
.jarchip .sandup.s30 { height: 26%; }
.jarchip .sandup.su45 { height: 40%; }
.jarchip .sandup.s60 { height: 55%; }
.jarchip .sandup.s75 { height: 70%; }
.jarchip .sandup.s90 { height: 85%; }
.sessioncode {
  position: relative;
  font-size: 13px;
  font-weight: 800;
  color: #33261F;
  letter-spacing: 1px;
}
.ritual-text { flex: 1 1 auto; }
.ritual-text h3 {
  color: #33261F;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 8px;
}
.ritual-text p { color: #6B5247; font-size: 16px; }

.glow-meter {
  flex: 0 0 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.arcgauge {
  width: 78px;
  height: 46px;
  border-radius: 78px 78px 0 0;
  border: 5px solid #B25E63;
  border-bottom: 0;
  position: relative;
}
.arcgauge.rot{ transform: rotate(-180deg); }
.levelword {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #B25E63;
  text-transform: uppercase;
}

/* ---------------- RADIANCE METRIC BAND ---------------- */
.radiance-band {
  background-color: #241A17;
  padding: 66px 0;
}
.metric-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.metric-col { text-align: center; position: relative; }
.metric-num {
  font-size: 52px;
  font-weight: 800;
  color: #C89B4E;
  letter-spacing: -1px;
}
.metric-lab {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #D2C2BA;
  margin-top: 8px;
}
.metric-col + .metric-col::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background-color: #FDF9F4;
}

/* ---------------- STATEMENT BAND ---------------- */
.statement-band {
  background-color: #3A2C28;
  padding: 84px 0;
}
.manifesto {
  max-width: 820px;
  margin: 0 auto;
  border-left: 4px solid #C89B4E;
  padding: 10px 0 10px 34px;
}
.manifesto p {
  color: #FDF9F4;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.manifesto .attr {
  display: block;
  margin-top: 26px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #D2C2BA;
}

/* ---------------- CTA BAND ---------------- */
.cta-band {
  background-color: #F7F1EC;
  padding: 84px 0;
}
.cta-inner { text-align: center; }
.cta-inner h2 { color: #B25E63; font-size: 40px; font-weight: 800; margin-bottom: 18px; letter-spacing: -0.5px; }
.cta-inner p { color: #6B5247; font-size: 18px; max-width: 640px; margin: 0 auto 34px; }
.cta-btn { display: inline-block; background-color: #B25E63; color: #FDF9F4; font-size: 16px; font-weight: 700; padding: 16px 40px; border-radius: 4px; }

/* ---------------- FOOTER ---------------- */
.jarfooter { background-color: #17100D; }

.jar-row-strip {
  height: 16px;
  width: 100%;
  background: repeating-linear-gradient(90deg,
    #241A17 0 20px, #17100D 20px 24px,
    #241A17 24px 44px, #17100D 44px 48px,
    #4A3A33 48px 58px, #17100D 58px 62px);
}

.footer-main { padding: 56px 24px 30px; text-align: center; }
.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #FDF9F4;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.brush-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 34px 0 18px;
}
.brush-fan { display: flex; align-items: flex-end; }
.brush-fan .fb {
  width: 7px;
  background-color: #6B5247;
  border-radius: 3px 0 0 3px;
  transform-origin: bottom center;
}
.brush-fan .fb.f1 { height: 30px; transform: rotate(-18deg); }
.brush-fan .fb.f2 { height: 40px; }
.brush-fan .fb.f3 { height: 34px; transform: rotate(16deg); }

.footer-dropper {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 26px;
  border: 2px solid #B25E63;
  border-radius: 7px 7px 3px 3px;
  background-color: #FDF9F4;
}
.footer-dropper::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -4px;
  right: -4px;
  height: 6px;
  border-radius: 3px 3px 0 0;
  background-color: #C89B4E;
}
.footer-dropper::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 7px;
  width: 2px;
  height: 6px;
  border-radius: 2px;
  background-color: #B25E63;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #D2C2BA;
  font-weight: 600;
  margin-bottom: 16px;
}
.footer-links a:hover { color: #B25E63; }
.legal-line {
  color: #D2C2BA;
  font-size: 13px;
  letter-spacing: 0.4px;
  padding-bottom: 26px;
}

/* ---------------- FADE-UP REVEAL (safe fallback) ---------------- */
.fade-up { opacity: 1; transform: translateY(0); transition: opacity 0.6s ease, transform 0.6s ease; }

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-textcol { padding-right: 0; }
}

@media (max-width: 900px) {
  .metric-row { grid-template-columns: 1fr 1fr; gap: 30px; }
  .metric-col + .metric-col::before { display: none; }
  .nav-toggle { display: block; }
  .jar-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #3A2C28;
    flex-direction: column;
    display: none;
    padding: 14px 24px 20px;
    border-top: 1px solid #4A3A33;
  }
  .jar-links.jar-open { display: flex; }
  .jar-links .lid-dot { display: none; }
  .jar-navrow { flex-wrap: wrap; }
  .rigoritual { flex-direction: column; gap: 16px; padding: 26px; text-align: center; }
  .glow-meter { flex: 0 0 auto; }
}

@media (max-width: 480px) {
  .humanwelcome { font-size: 36px; }
  .hero-headline { font-size: 38px; }
  .metric-row { grid-template-columns: 1fr; }
  .section-heading { font-size: 28px; }
  .manifesto p { font-size: 22px; }
}
