@font-face {
  font-family: "Formula Condensed";
  src: url("../fonts/FormulaCondensed-Light.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Boska";
  src: url("../fonts/Boska-MediumItalic.otf") format("opentype");
  font-display: swap;
}

:root {
  --ink: #151712;
  --muted: #62695a;
  --surface: #fff;
  --line: #e3dedf;
  --sage: #565e41;
  --sage-dark: #303624;
  --cream: #fbf7f7;
  --plum: #50215c;
  --purple: #6f2a7b;
  --danger: #a42a2a;
  --success: #2f6c3d;
  --shadow: 0 24px 70px rgba(21, 23, 18, 0.12);
  --deep-shadow: 0 36px 90px rgba(21, 23, 18, 0.22);
  --radius: 8px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  background:
    radial-gradient(circle at 84% 16%, rgba(234, 136, 197, 0.18), transparent 30%),
    radial-gradient(circle at 12% 72%, rgba(118, 63, 128, 0.09), transparent 28%),
    var(--cream);
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(111, 42, 123, 0.35); outline-offset: 3px; }

.skip-link {
  left: 1rem;
  position: absolute;
  top: -100px;
  z-index: 20;
}
.skip-link:focus { top: 1rem; }

.site-header,
.site-footer,
.admin-topbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 22px clamp(18px, 4vw, 56px);
}

.site-header {
  background: transparent;
  border-bottom: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  left: 0;
  min-height: 126px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
}
.site-header.compact { background: #fff; position: static; }

.brand {
  color: #0d0d0d;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0;
  line-height: 1;
  place-self: start center;
  text-transform: uppercase;
}

.site-nav,
.site-footer nav,
.admin-topbar nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.site-nav-left { align-self: start; justify-self: center; max-width: 360px; }
.site-nav-left a:nth-child(3)::before,
.site-nav-left a:nth-child(2)::before { color: #111; content: "|"; margin-right: 22px; }
.site-nav-left a:nth-child(4) { flex-basis: 100%; margin-top: 26px; }
.site-nav-right { align-self: start; justify-self: center; }
.site-nav a { font-size: 14px; }
.site-nav a, .site-footer a, .admin-topbar a {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
}

.cart-link span {
  background: transparent;
  color: #0d0d0d;
  display: inline;
  font-size: 13px;
  height: auto;
  margin-left: 4px;
  min-width: auto;
}
.search-link span, .bag-icon { display: inline-block; position: relative; }
.search-link span {
  border: 2px solid #111;
  border-radius: 50%;
  height: 14px;
  width: 14px;
}
.search-link span::after {
  background: #111;
  content: "";
  height: 7px;
  position: absolute;
  right: -5px;
  top: 9px;
  transform: rotate(45deg);
  width: 2px;
}
.bag-icon {
  border: 2px solid #111;
  border-radius: 2px;
  height: 15px;
  margin-right: 4px;
  width: 12px;
}
.bag-icon::before {
  border: 2px solid #111;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  content: "";
  height: 6px;
  left: 2px;
  position: absolute;
  top: -7px;
  width: 6px;
}

.hero {
  display: grid;
  min-height: min(860px, 100dvh);
  overflow: hidden;
  position: relative;
}
.hero picture,
.hero picture::after,
.hero picture > img,
.hero-copy,
.hero-products,
.hero-cloud-front,
.cloud-veil { grid-area: 1 / 1; }
.hero picture > img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.hero picture::after {
  background: linear-gradient(180deg, rgba(249, 235, 242, 0.25), rgba(255, 255, 255, 0) 34%);
  content: "";
  display: block;
}
.hero-copy {
  align-self: center;
  color: #fff;
  max-width: min(53vw, 780px);
  padding: clamp(90px, 13vw, 190px) 0 0 clamp(26px, 4vw, 52px);
  position: relative;
  z-index: 6;
}
.hero-copy h1 {
  font-family: "Formula Condensed", Montserrat, sans-serif;
  font-size: clamp(70px, 10vw, 128px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.86;
  margin: 0;
  text-transform: none;
}
.hero-copy h1 em {
  display: block;
  font-family: "Boska", Georgia, serif;
  font-size: clamp(54px, 8vw, 112px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.03;
  margin-top: 10px;
}
.hero-products {
  align-self: end;
  bottom: 8%;
  height: 54%;
  justify-self: stretch;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 3;
}
.hero-product {
  bottom: 0;
  filter: drop-shadow(0 30px 36px rgba(21, 23, 18, 0.32));
  object-fit: contain;
  opacity: 0;
  position: absolute;
  transform-origin: 50% 80%;
}
.hero-product-main {
  animation: heroFlyIn 900ms ease-out 120ms forwards, floatBottle 7.4s ease-in-out 1020ms infinite;
  bottom: 1%;
  height: min(43vw, 470px);
  left: 47%;
  transform: translateX(-50%) rotate(-8deg);
}
.hero-product-box {
  animation: heroFlyIn 980ms ease-out 340ms forwards, floatBottle 8s ease-in-out 1320ms infinite;
  bottom: 3%;
  height: min(44vw, 500px);
  left: 74%;
  transform: translateX(-50%) rotate(3deg);
}
.hero-product-jar {
  animation: heroFlyIn 920ms ease-out 520ms forwards, floatBottle 7.8s ease-in-out 1440ms infinite;
  bottom: 1%;
  height: min(27vw, 300px);
  left: 16%;
  transform: rotate(-13deg);
  z-index: 1;
}
.hero-cloud-front {
  align-self: end;
  height: 38%;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
  width: 100%;
  z-index: 5;
}
.cloud-veil {
  align-self: end;
  background: linear-gradient(0deg, rgba(255,255,255,0.98) 0 12%, rgba(255,255,255,0) 64%);
  height: 24%;
  pointer-events: none;
  z-index: 6;
}
.hero-bubbles {
  grid-area: 1 / 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.hero-bubbles span,
.support-bubble {
  animation: bubbleDrift 10s ease-in-out infinite;
  border: 1px solid rgba(255,255,255,0.56);
  border-radius: 50%;
  box-shadow: inset 8px 8px 22px rgba(255,255,255,0.35), 0 12px 30px rgba(255,210,228,0.22);
  height: clamp(34px, 7vw, 92px);
  left: var(--x, 60%);
  position: absolute;
  top: var(--y, 20%);
  width: clamp(34px, 7vw, 92px);
}
.hero-bubbles span:nth-child(1) { --x: 33%; --y: 12%; animation-delay: 200ms; }
.hero-bubbles span:nth-child(2) { --x: 47%; --y: 24%; animation-delay: 1.4s; transform: scale(0.58); }
.hero-bubbles span:nth-child(3) { --x: 79%; --y: 14%; animation-delay: 2.1s; transform: scale(0.72); }
.hero-bubbles span:nth-child(4) { --x: 62%; --y: 43%; animation-delay: 3s; transform: scale(0.5); }
.hero-bubbles span:nth-child(5) { --x: 88%; --y: 52%; animation-delay: 4s; transform: scale(0.42); }

.skin-support-section {
  background:
    radial-gradient(circle at 88% 44%, rgba(229, 93, 190, 0.22), transparent 28%),
    radial-gradient(circle at 12% 58%, rgba(215, 106, 191, 0.12), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fff 50%, #fbf1f7 100%);
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(280px, 1fr);
  min-height: 720px;
  overflow: hidden;
  padding: 110px clamp(22px, 6vw, 100px) 42px;
  position: relative;
}
.support-cloud-edge {
  background: url("../new/below_hero_section.png") center top / cover no-repeat;
  height: 170px;
  left: 0;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -82px;
  transform: scaleY(-1);
  z-index: 0;
}
.support-product-wrap {
  align-self: center;
  display: grid;
  justify-items: center;
  position: relative;
  z-index: 2;
}
.support-product {
  animation: floatBottle 6.8s ease-in-out infinite;
  filter: drop-shadow(0 32px 38px rgba(41,24,45,0.22));
  max-height: 480px;
  object-fit: contain;
  transform: rotate(-7deg);
  width: min(34vw, 390px);
}
.support-copy {
  align-self: center;
  color: #261135;
  max-width: 560px;
  padding-top: 70px;
  position: relative;
  z-index: 3;
}
.pill {
  background: var(--purple);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
  padding: 6px 14px;
}
.support-copy h2 {
  color: var(--plum);
  font-family: "Formula Condensed", Montserrat, sans-serif;
  font-size: clamp(42px, 5.4vw, 70px);
  font-weight: 400;
  line-height: 0.94;
  margin: 0;
  text-transform: none;
}
.support-copy h2 em {
  display: block;
  font-family: "Boska", Georgia, serif;
  font-size: clamp(42px, 5.8vw, 76px);
  font-style: italic;
  font-weight: 400;
  margin-top: 8px;
}
.support-copy p {
  color: #1e1230;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.55;
  margin: 18px 0 0;
}
.support-photos {
  animation: floatBottle 7.2s ease-in-out 500ms infinite;
  height: 210px;
  pointer-events: none;
  position: absolute;
  right: clamp(36px, 11vw, 150px);
  top: 210px;
  width: 260px;
  z-index: 4;
}
.support-photo {
  box-shadow: 0 18px 36px rgba(51,24,58,0.22);
  object-fit: cover;
  position: absolute;
}
.support-photo-main { height: 150px; left: 0; top: 0; transform: rotate(4deg); width: 145px; }
.support-photo-side { height: 116px; right: 0; top: 58px; transform: rotate(8deg); width: 132px; }
.support-badges {
  align-items: end;
  bottom: 34px;
  display: grid;
  gap: 22px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  left: clamp(22px, 6vw, 100px);
  position: absolute;
  right: clamp(22px, 6vw, 100px);
  z-index: 3;
}
.support-badges div {
  align-items: center;
  color: #1e1230;
  display: grid;
  font-size: 12px;
  font-weight: 800;
  justify-items: center;
  text-align: center;
}
.mini-icon {
  display: block;
  height: 28px;
  margin-bottom: 8px;
  position: relative;
  width: 28px;
}
.mini-icon::before,
.mini-icon::after { content: ""; position: absolute; }
.flask::before { border: 3px solid #411046; border-radius: 0 0 12px 12px; bottom: 0; height: 16px; left: 7px; width: 14px; }
.flask::after { border-left: 3px solid #411046; border-right: 3px solid #411046; height: 12px; left: 11px; top: 0; width: 6px; }
.seal::before { background: #411046; clip-path: polygon(50% 0,62% 18%,82% 12%,88% 32%,100% 50%,88% 68%,82% 88%,62% 82%,50% 100%,38% 82%,18% 88%,12% 68%,0 50%,12% 32%,18% 12%,38% 18%); inset: 2px; }
.uae::before { border-bottom: 13px solid transparent; border-left: 24px solid #411046; border-top: 13px solid transparent; left: 2px; top: 1px; transform: rotate(-18deg); }
.lab::before { border: 3px solid #411046; border-radius: 50%; height: 18px; left: 4px; top: 8px; width: 18px; }
.lab::after { border-left: 3px solid #411046; border-top: 3px solid #411046; height: 14px; left: 10px; top: 0; transform: rotate(45deg); width: 14px; }
.support-decor {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.support-bubble { border-color: rgba(98,58,98,0.36); box-shadow: inset 7px 7px 18px rgba(255,255,255,0.86), 0 10px 24px rgba(156,74,139,0.14); }
.bubble-a { height: 18px; left: 34%; top: 17%; width: 18px; }
.bubble-b { height: 46px; left: 17%; top: 44%; width: 46px; }
.bubble-c { height: 18px; right: 27%; top: 58%; width: 18px; }
.support-droplet {
  animation: floatBottle 8s ease-in-out infinite;
  border: 2px solid rgba(117,45,119,0.2);
  border-radius: 55% 45% 60% 40%;
  box-shadow: inset 7px 8px 18px rgba(255,255,255,0.78);
  position: absolute;
  transform: rotate(24deg);
}
.drop-a { bottom: 110px; height: 44px; left: 8%; width: 28px; }
.drop-b { height: 34px; left: 7%; top: 32%; width: 24px; }
.support-squiggle {
  border: 4px solid #7a287d;
  border-left: 0;
  border-radius: 50%;
  bottom: 178px;
  height: 64px;
  left: 8%;
  position: absolute;
  transform: rotate(28deg);
  width: 118px;
}
.support-squiggle::after {
  border-bottom: 4px solid #7a287d;
  border-radius: 50%;
  bottom: 11px;
  content: "";
  height: 28px;
  position: absolute;
  right: -30px;
  transform: rotate(-32deg);
  width: 56px;
}

.people-carousel-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(229, 93, 190, 0.14), transparent 26%),
    radial-gradient(circle at 22% 46%, rgba(167, 128, 209, 0.12), transparent 28%),
    linear-gradient(180deg, #fbf1f7 0%, #f7ecf3 100%);
  min-height: 720px;
  overflow: hidden;
  padding: 72px clamp(18px, 5vw, 80px) 62px;
  position: relative;
}

.carousel-heading {
  margin: 0 auto 72px;
  text-align: center;
}

.carousel-heading h2,
.featured-heading h2 {
  color: #5c3365;
  font-family: "Boska", Georgia, serif;
  font-size: clamp(28px, 3.6vw, 44px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.people-carousel {
  align-items: center;
  display: grid;
  grid-template-columns: 56px minmax(0, 760px) 56px;
  justify-content: center;
  margin: 0 auto;
  min-height: 230px;
  position: relative;
  z-index: 2;
}

.carousel-stage {
  height: 230px;
  perspective: 1000px;
  position: relative;
}

.carousel-card {
  border-radius: 12px;
  box-shadow: 0 32px 40px rgba(48, 20, 55, 0.18);
  height: 180px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.72);
  transition: transform 620ms cubic-bezier(.2,.8,.2,1), opacity 620ms ease, filter 620ms ease;
  width: 300px;
}

.carousel-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.carousel-card::after {
  background: linear-gradient(0deg, rgba(0,0,0,0.28), rgba(0,0,0,0));
  content: "";
  inset: 0;
  position: absolute;
}

.carousel-card span {
  bottom: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  left: 14px;
  position: absolute;
  z-index: 1;
}

.carousel-card.is-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.08);
  z-index: 5;
}

.carousel-card.is-prev {
  filter: saturate(0.75);
  opacity: 0.76;
  transform: translate(calc(-50% - 170px), -50%) scale(0.82) rotateY(-10deg);
  z-index: 3;
}

.carousel-card.is-next {
  filter: saturate(0.75);
  opacity: 0.76;
  transform: translate(calc(-50% + 170px), -50%) scale(0.82) rotateY(10deg);
  z-index: 3;
}

.carousel-card.is-far-prev {
  filter: saturate(0.45);
  opacity: 0.34;
  transform: translate(calc(-50% - 280px), -50%) scale(0.62) rotateY(-16deg);
  z-index: 1;
}

.carousel-card.is-far {
  filter: saturate(0.45);
  opacity: 0.34;
  transform: translate(calc(-50% + 280px), -50%) scale(0.62) rotateY(16deg);
  z-index: 1;
}

.carousel-card.is-hidden-card {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  z-index: 0;
}

.carousel-arrow {
  align-self: center;
  background: rgba(139, 116, 194, 0.6);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-size: 32px;
  height: 46px;
  justify-self: center;
  line-height: 1;
  place-items: center;
  transition: background 180ms ease, transform 180ms ease;
  width: 46px;
  z-index: 6;
}

.carousel-arrow:hover {
  background: rgba(111, 42, 123, 0.82);
  transform: translateY(-1px);
}

.featured-heading {
  margin-top: 108px;
  text-align: center;
}

.featured-heading h2 {
  margin: 0;
  text-transform: none;
}

.featured-heading p {
  color: rgba(80, 33, 92, 0.55);
  font-size: 13px;
  margin: 4px 0 0;
}

.carousel-decor {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.carousel-drop {
  height: 44px;
  left: 2%;
  top: -4px;
  width: 28px;
}

.carousel-bubble-a {
  height: 34px;
  left: 6%;
  top: 47%;
  width: 34px;
}

.carousel-bubble-b {
  height: 28px;
  right: 9%;
  top: 18%;
  width: 28px;
}

.eyebrow { color: var(--sage); font-size: 13px; font-weight: 700; letter-spacing: 0; margin: 0 0 10px; text-transform: uppercase; }
h1, h2, h3 {
  font-family: "Formula Condensed", Montserrat, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  text-transform: uppercase;
}
h1 { font-size: clamp(52px, 11vw, 126px); }
h2 { font-size: clamp(38px, 7vw, 82px); }
h3 { font-size: 34px; }

.button {
  align-items: center;
  border: 1px solid var(--sage);
  border-radius: var(--radius);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--purple); border-color: var(--purple); color: #fff; }
.button.primary:hover { background: var(--plum); border-color: var(--plum); }
.button.light { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.7); color: #fff; }
.button.ghost { background: transparent; color: var(--sage-dark); }
.button.danger { background: var(--danger); border-color: var(--danger); color: #fff; }
.button.full-width { width: 100%; }

.intro-band {
  background: var(--sage-dark);
  color: #fff;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}
.intro-band div { background: rgba(255,255,255,0.04); padding: 28px clamp(18px, 4vw, 46px); }
.intro-band span { color: #cdd4be; display: block; font-size: 13px; margin-bottom: 8px; }
.marquee-strip { background: #fff; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); overflow: hidden; white-space: nowrap; }
.marquee-strip div { animation: marquee 28s linear infinite; display: inline-flex; gap: clamp(30px, 8vw, 90px); min-width: 200%; padding: 16px 0; }
.marquee-strip span { color: var(--sage-dark); font-family: "Formula Condensed", Montserrat, sans-serif; font-size: clamp(28px, 5vw, 54px); line-height: 1; text-transform: uppercase; }

.section,
.science-section,
.routine-section,
.results-section,
.motion-section,
.testimonial-section,
.split,
.cart-page,
.admin-shell {
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(42px, 7vw, 90px) clamp(18px, 4vw, 42px);
}
.section-heading { display: grid; gap: 18px; grid-template-columns: minmax(0, 1fr) minmax(260px, 420px); margin-bottom: 36px; }
.section-heading p:last-child, .split > p { color: var(--muted); margin: 0; }

.store-tools {
  align-items: end;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(240px, 520px) auto;
  justify-content: center;
  margin: 28px auto 24px;
  max-width: 900px;
  position: relative;
  z-index: 2;
}
.store-search {
  color: var(--plum);
  display: grid;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  text-transform: uppercase;
}
.store-search input {
  background: rgba(255,255,255,0.74);
  border-color: rgba(111,42,123,0.16);
  box-shadow: 0 16px 42px rgba(80,33,92,0.08);
}
.view-all-link { white-space: nowrap; }
.product-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  position: relative;
  z-index: 2;
}
.product-card { background: rgba(255,255,255,0.74); border: 1px solid rgba(111,42,123,0.12); border-radius: var(--radius); box-shadow: 0 20px 54px rgba(80,33,92,0.08); overflow: hidden; transition: box-shadow 220ms ease, transform 220ms ease; }
.product-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.product-card-media { aspect-ratio: 1 / 1; background: linear-gradient(180deg, #fff, #f8ecf5); display: block; margin: 0; overflow: hidden; position: relative; }
.product-card-media::after { background: radial-gradient(circle at 50% 100%, rgba(255,255,255,0.7), transparent 54%); bottom: 0; content: ""; height: 44%; left: 0; position: absolute; width: 100%; }
.product-card img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: opacity 360ms ease, transform 480ms ease; width: 100%; }
.product-card .primary-img { opacity: 1; }
.product-card .hover-img { opacity: 0; transform: scale(1.04); }
.product-card:hover .primary-img { opacity: 0; transform: scale(1.06); }
.product-card:hover .hover-img { opacity: 1; transform: scale(1); }
.product-card-content { padding: 20px; }
.product-card .badge { color: var(--sage); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.price { color: var(--sage-dark); font-size: 20px; font-weight: 800; margin: 12px 0 0; }
.price.has-discount { align-items: baseline; display: flex; flex-wrap: wrap; gap: 8px; }
.old-price { color: var(--muted); font-size: 0.82em; font-weight: 700; text-decoration: line-through; }
.product-labels { display: flex; flex-wrap: wrap; gap: 6px; left: 12px; position: absolute; top: 12px; z-index: 4; }
.product-labels span { background: rgba(111,42,123,0.92); border: 1px solid rgba(255,255,255,0.58); border-radius: 999px; box-shadow: 0 10px 24px rgba(58,20,66,0.18); color: #fff; font-size: 11px; font-weight: 800; line-height: 1; padding: 7px 9px; text-transform: uppercase; }
.product-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.product-tags span { background: rgba(111,42,123,0.08); border: 1px solid rgba(111,42,123,0.12); border-radius: 999px; color: var(--plum); font-size: 12px; font-weight: 700; padding: 5px 8px; }
.product-group-pill { color: var(--plum); display: inline-block; font-size: 12px; font-weight: 800; margin-top: 8px; text-transform: uppercase; }
.product-group-widget {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 auto 24px;
  max-width: 1180px;
  position: relative;
  z-index: 2;
}
.product-group-widget span { color: var(--plum); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.product-group-widget button {
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(111,42,123,0.15);
  border-radius: 999px;
  color: var(--sage-dark);
  font-size: 14px;
  font-weight: 800;
  min-height: 38px;
  padding: 8px 14px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.product-group-widget button:hover,
.product-group-widget button.is-active {
  background: var(--purple);
  color: #fff;
  transform: translateY(-2px);
}
.product-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.product-pagination {
  align-items: center;
  color: var(--plum);
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 26px;
  position: relative;
  z-index: 2;
}
.product-pagination .button[disabled] {
  cursor: not-allowed;
  opacity: 0.42;
  transform: none;
}

.routine-section,
.science-section,
.motion-section,
.testimonial-section,
.split { display: grid; gap: clamp(24px, 6vw, 70px); grid-template-columns: 1fr 0.9fr; }
.routine-section,
.science-section,
.results-section,
.split {
  background:
    radial-gradient(circle at 84% 14%, rgba(238, 126, 199, 0.18), transparent 28%),
    radial-gradient(circle at 12% 78%, rgba(142, 87, 157, 0.11), transparent 26%),
    linear-gradient(180deg, #fff7fc 0%, #fae9f5 52%, #fff7fc 100%);
}
.routine-section,
.science-section,
.split {
  max-width: none;
  padding-left: max(clamp(18px, 4vw, 42px), calc((100vw - 1240px) / 2 + 42px));
  padding-right: max(clamp(18px, 4vw, 42px), calc((100vw - 1240px) / 2 + 42px));
}
.routine-section { align-items: end; grid-template-columns: 0.9fr 1.1fr; }
.routine-copy p:last-child, .motion-copy p:last-child { color: var(--muted); max-width: 560px; }
.routine-steps { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.routine-steps article {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,246,252,0.72)),
    radial-gradient(circle at 22% 0%, rgba(229, 93, 190, 0.16), transparent 36%);
  border: 1px solid rgba(111,42,123,0.11);
  border-radius: 8px;
  box-shadow: 0 24px 62px rgba(103,43,111,0.1);
  min-height: 260px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  transition: box-shadow 260ms ease, transform 260ms ease, border-color 260ms ease;
}
.routine-steps article.reveal {
  animation: none;
}
.routine-steps article::after {
  background: linear-gradient(115deg, rgba(255,255,255,0) 0 28%, rgba(255,255,255,0.58) 45%, rgba(255,255,255,0) 62%);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-120%);
  transition: transform 620ms ease;
}
.routine-steps article.is-visible { animation: cardFloat 7.6s ease-in-out 780ms infinite; }
.routine-steps article.reveal.is-visible { animation: revealUp 680ms ease forwards, cardFloat 7.6s ease-in-out 780ms infinite; }
.routine-steps article:nth-child(2).is-visible { animation-delay: 500ms; }
.routine-steps article:nth-child(3).is-visible { animation-delay: 1s; }
.routine-steps article.reveal:nth-child(2).is-visible { animation-delay: 0ms, 500ms; }
.routine-steps article.reveal:nth-child(3).is-visible { animation-delay: 0ms, 1s; }
.routine-steps article:hover {
  border-color: rgba(111,42,123,0.2);
  box-shadow: 0 30px 80px rgba(103,43,111,0.16);
  transform: translateY(-8px);
}
.routine-steps article:hover::after { transform: translateX(120%); }
.routine-steps span, .result-card span { color: var(--sage); display: block; font-size: 12px; font-weight: 800; margin-bottom: 12px; text-transform: uppercase; }
.science-visual {
  align-self: center;
  background:
    radial-gradient(circle at 18% 14%, rgba(255,255,255,0.92), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.68), rgba(248,223,241,0.5));
  border: 1px solid rgba(111,42,123,0.1);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(103,43,111,0.14);
  min-height: 430px;
  overflow: hidden;
  padding: clamp(12px, 2vw, 18px);
  position: relative;
}
.science-visual::after {
  background: linear-gradient(0deg, rgba(71,24,80,0.16), rgba(71,24,80,0));
  content: "";
  inset: auto 18px 18px;
  height: 42%;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}
.science-visual img {
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(81,34,91,0.18);
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  object-position: center 34%;
  position: relative;
  width: 100%;
  z-index: 2;
}
.science-visual.reveal img {
  opacity: 0;
  transform: translate(56px, 34px) scale(0.96);
}
.science-visual.reveal.is-visible img {
  animation: scienceImageIn 820ms cubic-bezier(.2,.72,.24,1) forwards, scienceImageFloat 7.4s ease-in-out 860ms infinite;
}
.orb { border-radius: 50%; filter: blur(1px); position: absolute; z-index: 1; }
.orb.one { animation: bubbleDrift 8s ease-in-out infinite; background: rgba(255,203,222,0.35); height: 140px; right: -30px; top: -38px; width: 140px; }
.orb.two { animation: bubbleDrift 9s ease-in-out 1s infinite; background: rgba(206,215,185,0.4); bottom: -40px; height: 100px; left: -24px; width: 100px; }
.check-list { display: grid; gap: 10px; list-style: none; padding: 0; }
.check-list li::before { background: var(--sage); border-radius: 50%; content: ""; display: inline-block; height: 7px; margin-right: 10px; width: 7px; }

.results-section { max-width: none; }
.results-section > * { margin-left: auto; margin-right: auto; max-width: 1240px; }
.result-grid { display: grid; gap: 22px; grid-template-columns: 1fr 1.1fr 1fr; }
.result-card {
  background: var(--sage-dark);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 8px;
  box-shadow: 0 26px 72px rgba(64,28,70,0.16);
  color: #fff;
  min-height: 360px;
  overflow: hidden;
  position: relative;
  transition: box-shadow 280ms ease, transform 280ms ease;
}
.result-card.reveal {
  animation: none;
}
.result-card.tall { min-height: 480px; }
.result-card img {
  animation: resultImageBreathe 9s ease-in-out infinite;
  filter: saturate(0.9) contrast(1.06);
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: filter 420ms ease, transform 520ms ease;
  width: 100%;
}
.result-card::before {
  background: radial-gradient(circle at var(--glow-x, 24%) var(--glow-y, 18%), rgba(255,214,235,0.42), transparent 34%);
  content: "";
  inset: 0;
  mix-blend-mode: screen;
  opacity: 0.48;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.result-card::after { background: linear-gradient(0deg, rgba(21,23,18,0.76), rgba(71,24,80,0.2) 50%, rgba(255,255,255,0.02)); content: ""; inset: 0; position: absolute; z-index: 1; }
.result-card div { bottom: 0; padding: 24px; position: absolute; z-index: 2; }
.result-card span { color: #d8dfcb; }
.result-card.is-visible { animation: skinMomentFloat 8.5s ease-in-out 820ms infinite; }
.result-card.reveal.is-visible { animation: revealUp 680ms ease forwards, skinMomentFloat 8.5s ease-in-out 820ms infinite; }
.result-card:nth-child(2) { --glow-x: 76%; --glow-y: 16%; }
.result-card:nth-child(3) { --glow-x: 58%; --glow-y: 26%; }
.result-card:nth-child(2).is-visible { animation-delay: 650ms; }
.result-card:nth-child(3).is-visible { animation-delay: 1.1s; }
.result-card.reveal:nth-child(2).is-visible { animation-delay: 0ms, 650ms; }
.result-card.reveal:nth-child(3).is-visible { animation-delay: 0ms, 1.1s; }
.result-card:hover {
  box-shadow: 0 36px 92px rgba(64,28,70,0.24);
  transform: translateY(-10px);
}
.result-card:hover img {
  filter: saturate(1.08) contrast(1.12) brightness(1.04);
  transform: scale(1.08) rotate(1deg);
}
.split {
  align-items: center;
  border-top: 1px solid rgba(111,42,123,0.08);
}
.split > div,
.split > p {
  background: rgba(255,255,255,0.48);
  border: 1px solid rgba(111,42,123,0.09);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(103,43,111,0.09);
  padding: clamp(22px, 4vw, 36px);
}
.motion-track { align-items: end; background: radial-gradient(ellipse at 50% 100%, rgba(255,255,255,0.9) 0 22%, transparent 56%), linear-gradient(180deg, #f1ebf4, #edf2e9); border-radius: var(--radius); display: grid; gap: 8px; grid-template-columns: repeat(4, 1fr); min-height: 420px; overflow: hidden; padding: 40px 26px 0; }
.motion-track img { align-self: end; animation: productRise 5.8s ease-in-out infinite; filter: drop-shadow(0 28px 26px rgba(21,23,18,0.18)); max-height: 320px; object-fit: contain; transform: translateY(42px); }
.motion-track img:nth-child(2) { animation-delay: 450ms; }
.motion-track img:nth-child(3) { animation-delay: 900ms; }
.motion-track img:nth-child(4) { animation-delay: 1.35s; }
.testimonial-media { background: #fff; border-radius: var(--radius); box-shadow: var(--deep-shadow); overflow: hidden; }
.testimonial-copy { max-width: 700px; }
.quote-list { display: grid; gap: 14px; margin-top: 24px; }
blockquote { background: #fff; border-left: 4px solid var(--sage); border-radius: var(--radius); margin: 0; padding: 20px; }
blockquote p { font-family: "Boska", Georgia, serif; font-size: clamp(22px, 3vw, 32px); line-height: 1.25; margin: 0 0 12px; }
cite { color: var(--muted); font-style: normal; font-weight: 700; }

.site-footer {
  background:
    linear-gradient(90deg, rgba(21,23,18,0.12), rgba(245,151,195,0.24)),
    url("../new/background_picture.png") center / cover no-repeat;
  color: #111;
  display: block;
  padding: clamp(42px, 7vw, 86px) clamp(14px, 6vw, 120px);
}
.footer-panel {
  align-items: start;
  background: rgba(255,255,255,0.23);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(44,17,44,0.18);
  display: grid;
  gap: clamp(24px, 5vw, 58px);
  grid-template-columns: repeat(4, minmax(110px, 1fr)) minmax(170px, 0.9fr);
  margin: 0 auto;
  max-width: 1260px;
  min-height: 370px;
  padding: clamp(34px, 5vw, 64px);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.footer-col {
  display: grid;
  gap: 10px;
}
.footer-col summary {
  cursor: default;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
  margin-bottom: 10px;
}
.footer-col summary::-webkit-details-marker { display: none; }
.footer-col a {
  color: rgba(17,17,17,0.78);
  min-height: 28px;
}
.footer-brand {
  display: grid;
  gap: 20px;
}
.footer-brand .brand {
  font-size: clamp(28px, 3.2vw, 38px);
  justify-self: start;
  place-self: auto;
}
.footer-brand strong {
  font-size: 18px;
  margin-top: 74px;
}
.footer-brand span { color: rgba(17,17,17,0.72); }

.page-hero {
  align-items: center;
  background:
    radial-gradient(circle at 80% 18%, rgba(230, 137, 196, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(251,241,247,0.76));
  display: grid;
  justify-items: center;
  min-height: 300px;
  padding: 150px 20px 52px;
  text-align: center;
}
.page-hero h1 {
  color: #111;
  font-family: "Formula Condensed", Montserrat, sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  margin: 0;
}
.breadcrumb {
  color: #30143a;
  font-size: 13px;
  margin-top: 14px;
}
.products-page-section {
  background: linear-gradient(180deg, #fbf1f7 0%, #f7ecf3 100%);
  padding: 42px clamp(18px, 5vw, 80px) 88px;
}
.contact-faq {
  background:
    linear-gradient(125deg, rgba(255,255,255,0.74), rgba(244,226,242,0.82)),
    url("../new/below_hero_section.png") center / cover no-repeat;
  padding: 64px 20px 76px;
  text-align: center;
}
.contact-faq h2,
.contact-info h2 {
  color: var(--plum);
  font-family: "Boska", Georgia, serif;
  font-size: clamp(30px, 4vw, 48px);
  font-style: italic;
  text-transform: none;
}
.contact-faq > p {
  color: #2f2436;
  font-size: clamp(16px, 2vw, 22px);
  margin: 18px auto 34px;
  max-width: 620px;
}
.faq-panel {
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(80,33,92,0.14);
  display: grid;
  gap: 10px;
  margin: 0 auto;
  max-width: 700px;
  padding: 24px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.faq-panel details {
  background: rgba(255,255,255,0.88);
  border-radius: 6px;
  text-align: left;
}
.faq-panel summary {
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  list-style: none;
  padding: 16px 18px;
  text-transform: uppercase;
}
.faq-panel summary::before {
  content: "+";
  margin-right: 14px;
}
.faq-panel details[open] summary::before { content: "-"; }
.faq-panel p {
  color: var(--muted);
  margin: 0;
  padding: 0 18px 18px 42px;
}
.contact-info {
  background: linear-gradient(180deg, #f7ecf3, #fff 58%, #fbf1f7);
  display: grid;
  gap: clamp(28px, 7vw, 90px);
  grid-template-columns: minmax(260px, 0.8fr) minmax(300px, 1fr);
  padding: 58px clamp(20px, 10vw, 160px) 72px;
}
.contact-details {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}
.contact-details small {
  color: rgba(80,33,92,0.48);
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.contact-details span {
  color: #2f2436;
  display: block;
  font-size: 14px;
  margin-top: 4px;
}
.contact-card {
  background: rgba(255,255,255,0.42);
  border: 1px solid rgba(255,255,255,0.62);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(80,33,92,0.1);
  padding: 26px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.contact-form {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact-form .full { grid-column: 1 / -1; }
.contact-form textarea { min-height: 142px; }
.contact-form input,
.contact-form textarea {
  background: rgba(255,255,255,0.82);
  border-color: rgba(80,33,92,0.12);
}

.auth-page,
.account-page,
.product-detail-page {
  background: linear-gradient(180deg, #fff, #fbf1f7 52%, #fff);
  min-height: 70dvh;
  padding: 156px clamp(18px, 5vw, 80px) 80px;
}
.auth-card,
.account-panel,
.stat-card,
.review-form-card {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(111,42,123,0.12);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(80,33,92,0.1);
  padding: clamp(24px, 4vw, 42px);
}
.auth-card {
  margin: 0 auto;
  max-width: 820px;
}
.auth-form {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.auth-form .full { grid-column: 1 / -1; }
.account-hero {
  margin: 0 auto 28px;
  max-width: 1180px;
}
.account-hero p:last-child { color: var(--muted); max-width: 620px; }
.account-stats {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto 22px;
  max-width: 1180px;
}
.stat-card span {
  color: var(--plum);
  display: block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.stat-card strong {
  display: block;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  margin-top: 10px;
}
.account-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto 22px;
  max-width: 1180px;
}
.orders-panel {
  margin: 0 auto;
  max-width: 1180px;
}
.profile-list {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
}
.profile-list div {
  border-bottom: 1px solid rgba(80,33,92,0.1);
  padding-bottom: 10px;
}
.profile-list dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.profile-list dd { margin: 4px 0 0; }
.mini-product-list,
.review-list,
.order-table {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.mini-product-list a {
  align-items: center;
  background: rgba(255,255,255,0.64);
  border: 1px solid rgba(80,33,92,0.08);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 58px 1fr;
  min-height: 74px;
  padding: 8px;
}
.mini-product-list img {
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: cover;
}
.review-list article,
.review-list div,
.order-table article {
  background: rgba(255,255,255,0.64);
  border: 1px solid rgba(80,33,92,0.08);
  border-radius: 8px;
  padding: 14px;
}
.review-list span {
  color: var(--purple);
  display: block;
  letter-spacing: 1px;
}
.order-table article {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 1.4fr 0.7fr 0.8fr 1.2fr;
}
.product-detail-layout,
.reviews-section {
  display: grid;
  gap: clamp(24px, 5vw, 64px);
  grid-template-columns: minmax(280px, 0.85fr) minmax(300px, 1fr);
  margin: 0 auto;
  max-width: 1180px;
}
.product-detail-media {
  background: linear-gradient(180deg, #fff, #f8ecf5);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}
.product-detail-media img {
  aspect-ratio: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.product-detail-copy {
  align-self: center;
}
.product-detail-copy h1 {
  font-size: clamp(44px, 7vw, 88px);
}
.product-info-block { background: rgba(255,255,255,0.58); border: 1px solid rgba(111,42,123,0.11); border-radius: var(--radius); margin-top: 14px; padding: 14px 16px; }
.product-info-block summary { color: var(--plum); cursor: pointer; font-weight: 800; }
.product-info-block p { margin: 10px 0 0; }
.related-products-section { margin: 58px auto 0; max-width: 1180px; }
.section-heading.compact { grid-template-columns: 1fr auto; margin-bottom: 24px; }
.related-products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.reviews-section {
  border-top: 1px solid rgba(80,33,92,0.12);
  margin-top: 58px;
  padding-top: 42px;
}
.about-story {
  background: #f7e5f4;
  padding: clamp(46px, 7vw, 86px) 20px;
}
.about-story-inner {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 78px);
  grid-template-columns: 0.9fr 1.1fr;
  margin: 0 auto;
  max-width: 1080px;
}
.about-story img {
  aspect-ratio: 1.55;
  object-fit: cover;
  width: 100%;
}
.about-story-copy .lead {
  color: #27132e;
  font-size: clamp(20px, 2.4vw, 30px);
  font-style: italic;
  line-height: 1.45;
}
.about-story-copy strong {
  font-family: "Boska", Georgia, serif;
  font-size: clamp(20px, 2vw, 28px);
  font-style: italic;
}

.cart-page { align-items: start; display: grid; gap: 28px; grid-template-columns: 1fr 420px; }
.cart-panel, .checkout-panel, .admin-login, .admin-shell section { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(22px, 4vw, 36px); }
.cart-items { display: grid; gap: 14px; margin-top: 24px; }
.cart-item { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 16px; grid-template-columns: 82px 1fr auto; padding-bottom: 14px; }
.cart-item img { aspect-ratio: 1 / 1; border-radius: var(--radius); object-fit: cover; }
.qty-control { align-items: center; display: flex; gap: 8px; }
.qty-control button { background: #eef0e8; border: 1px solid var(--line); border-radius: var(--radius); min-height: 44px; min-width: 44px; }
.cart-total { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin: 22px 0; padding: 16px 0; }
.stack-form, .admin-form { display: grid; gap: 12px; }
.stack-form label, .admin-form label { color: var(--sage-dark); font-weight: 700; }
input, textarea, select { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); min-height: 48px; padding: 12px 14px; width: 100%; }
.check { align-items: center; display: flex; gap: 10px; }
.check input[type="checkbox"] { flex: 0 0 auto; min-height: 18px; padding: 0; width: 18px; }
textarea { resize: vertical; }
.form-note, .muted { color: var(--muted); }
.form-error, .form-success { border-radius: var(--radius); margin: 16px 0; padding: 12px 14px; }
.form-error { background: #fae7e7; color: var(--danger); }
.form-success { background: #e8f4eb; color: var(--success); }
.success-page, .admin-login { margin: min(12vh, 90px) auto; max-width: 620px; }
.admin-body { background: #f2f3ed; }
.admin-shell { align-items: start; display: grid; gap: 24px; grid-template-columns: 0.9fr 1.1fr; }
.admin-shell.narrow { display: block; max-width: 760px; }
.admin-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.admin-form .full, .admin-form .check { grid-column: 1 / -1; }
.admin-fieldset { border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-wrap: wrap; gap: 10px 18px; padding: 14px; }
.admin-fieldset legend { color: var(--sage-dark); font-weight: 800; padding: 0 8px; }
.admin-list { display: grid; gap: 14px; }
.admin-product { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 12px; grid-template-columns: 70px 1fr auto auto; padding-bottom: 14px; }
.admin-product img { aspect-ratio: 1 / 1; border-radius: var(--radius); object-fit: cover; }
.admin-product span, .admin-product small { color: var(--muted); display: block; }
.admin-order-card { background: rgba(255,255,255,0.76); border: 1px solid var(--line); border-radius: var(--radius); display: grid; gap: 16px; grid-template-columns: 1fr auto; padding: 18px; }
.admin-order-card span, .admin-order-card small { color: var(--muted); display: block; }
.order-status-form { align-content: center; display: grid; gap: 10px; min-width: 210px; }

.delivery-locations-strip {
  align-items: center;
  background: linear-gradient(90deg, #fbf1f7, #fff7fc);
  border-bottom: 1px solid rgba(111,42,123,0.1);
  border-top: 1px solid rgba(111,42,123,0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: center;
  padding: 18px clamp(18px, 4vw, 56px);
}
.delivery-locations-strip strong { color: var(--plum); text-transform: uppercase; }
.delivery-locations-strip div { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.delivery-locations-strip span { background: #fff; border: 1px solid rgba(111,42,123,0.12); border-radius: 999px; box-shadow: 0 12px 28px rgba(80,33,92,0.07); color: var(--sage-dark); font-weight: 800; padding: 7px 12px; }

.floating-cart-button {
  align-items: center;
  background: var(--purple);
  border: 1px solid rgba(255,255,255,0.56);
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 20px 56px rgba(80,33,92,0.25);
  color: #fff;
  display: flex;
  gap: 10px;
  min-height: 58px;
  padding: 0 18px;
  position: fixed;
  right: 24px;
  z-index: 30;
}
.floating-cart-button .bag-icon,
.floating-cart-button .bag-icon::before { border-color: #fff; }
.floating-cart-button strong { background: #fff; border-radius: 999px; color: var(--purple); line-height: 1; min-width: 24px; padding: 6px; }
.floating-cart-drawer {
  background: rgba(255,247,252,0.96);
  border-left: 1px solid rgba(111,42,123,0.16);
  bottom: 0;
  box-shadow: -28px 0 90px rgba(45,15,52,0.22);
  display: grid;
  grid-template-rows: auto minmax(120px, 1fr) auto auto auto;
  max-width: min(440px, 92vw);
  overflow: auto;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(104%);
  transition: transform 280ms ease;
  width: 440px;
  z-index: 41;
}
.floating-cart-drawer.is-open { transform: translateX(0); }
.floating-cart-head { align-items: start; display: flex; justify-content: space-between; }
.floating-cart-head h2 { margin: 0; }
.cart-close { background: #fff; border: 1px solid rgba(111,42,123,0.14); border-radius: 999px; color: var(--plum); height: 40px; width: 40px; }
.floating-cart-items { display: grid; gap: 14px; margin: 22px 0; }
.cart-item.compact { grid-template-columns: 58px 1fr auto; }
.floating-checkout-form { border-top: 1px solid rgba(111,42,123,0.12); padding-top: 18px; }
.checkout-preview { background: rgba(255,255,255,0.62); border: 1px solid rgba(111,42,123,0.1); border-radius: var(--radius); display: grid; gap: 8px; padding: 14px; }
.checkout-preview div { align-items: center; display: flex; justify-content: space-between; }
.checkout-preview div:last-of-type { border-top: 1px solid rgba(111,42,123,0.1); color: var(--plum); padding-top: 8px; }
.checkout-preview .discount-value { color: var(--success); }
.cart-backdrop {
  background: rgba(28,10,32,0.32);
  border: 0;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 240ms ease;
  z-index: 40;
}
.cart-drawer-open .cart-backdrop { opacity: 1; pointer-events: auto; }

.announcement-popup {
  background: rgba(255,247,252,0.97);
  border: 1px solid rgba(111,42,123,0.16);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(80,33,92,0.22);
  color: var(--ink);
  padding: 24px;
  position: fixed;
  z-index: 50;
}
.announcement-popup strong { color: var(--plum); display: block; font-family: "Boska", Georgia, serif; font-size: 28px; margin-right: 36px; }
.announcement-popup p { margin: 10px 0 0; }
.announcement-popup button { background: transparent; border: 0; color: var(--plum); font-size: 20px; position: absolute; right: 12px; top: 10px; }
.announcement-small { max-width: 320px; }
.announcement-medium { max-width: 460px; }
.announcement-large { max-width: min(680px, 92vw); }
.announcement-center { left: 50%; top: 50%; transform: translate(-50%, -50%); }
.announcement-top-left { left: 24px; top: 24px; }
.announcement-top-right { right: 24px; top: 24px; }
.announcement-bottom-left { bottom: 24px; left: 24px; }
.announcement-bottom-right { bottom: 96px; right: 24px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 680ms ease, transform 680ms cubic-bezier(.2,.72,.24,1); will-change: opacity, transform; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 920px) {
  .product-grid, .intro-band, .routine-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading, .science-section, .routine-section, .skin-support-section, .motion-section, .testimonial-section, .split, .cart-page, .admin-shell { grid-template-columns: 1fr; }
  .hero-products { bottom: 7%; opacity: 0.85; }
  .result-grid { grid-template-columns: 1fr; }
  .result-card, .result-card.tall { min-height: 360px; }
  .skin-support-section { grid-template-columns: 1fr 1fr; padding-top: 120px; }
  .support-product { width: min(40vw, 320px); }
  .support-photos { right: 30px; top: 210px; transform: scale(0.86); }
  .people-carousel { grid-template-columns: 48px minmax(0, 1fr) 48px; }
  .carousel-card { width: min(300px, 42vw); }
  .carousel-card.is-prev { transform: translate(calc(-50% - 120px), -50%) scale(0.78) rotateY(-10deg); }
  .carousel-card.is-next { transform: translate(calc(-50% + 120px), -50%) scale(0.78) rotateY(10deg); }
  .carousel-card.is-far-prev { transform: translate(calc(-50% - 205px), -50%) scale(0.58) rotateY(-16deg); }
  .carousel-card.is-far { transform: translate(calc(-50% + 205px), -50%) scale(0.58) rotateY(16deg); }
  .footer-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
  .contact-info { grid-template-columns: 1fr; }
  .account-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .account-grid,
  .product-detail-layout,
  .reviews-section,
  .related-products,
  .about-story-inner { grid-template-columns: 1fr; }
  .order-table article { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .site-header, .admin-topbar { align-items: flex-start; flex-direction: column; gap: 12px; }
  .site-header { align-items: center; display: flex; min-height: 150px; padding: 18px; }
  .site-header .brand { order: 0; place-self: auto; }
  .site-nav-left, .site-nav-right { justify-content: center; justify-self: auto; max-width: none; order: 1; width: 100%; }
  .site-nav-right { order: 2; }
  .site-nav-left a:nth-child(4) { flex-basis: auto; margin-top: 0; }
  .site-nav-left a:nth-child(3)::before, .site-nav-left a:nth-child(2)::before { margin-right: 12px; }
  .site-nav, .site-footer nav, .admin-topbar nav { gap: 10px 14px; }
  .hero { min-height: 760px; }
  .hero-copy { align-self: start; max-width: 92vw; padding: 178px 18px 0; }
  .hero-copy h1 { font-size: clamp(58px, 18vw, 74px); }
  .hero-copy h1 em { font-size: clamp(46px, 15vw, 62px); }
  .hero-products { bottom: 13%; height: 42%; opacity: 0.85; }
  .hero-product-main { height: 62vw; left: 50%; }
  .hero-product-box { height: 56vw; left: 80%; }
  .hero-product-jar { height: 42vw; left: 8%; }
  .hero-cloud-front { height: 30%; }
  .cloud-veil { height: 22%; }
  .skin-support-section { display: grid; grid-template-columns: 1fr; min-height: 980px; padding: 96px 20px 150px; }
  .support-cloud-edge { height: 120px; top: -56px; }
  .support-product-wrap { justify-items: start; min-height: 360px; }
  .support-product { margin-left: 32px; max-height: 360px; width: 62vw; }
  .support-copy { align-self: start; padding-top: 0; }
  .support-photos { right: 18px; top: 440px; transform: scale(0.72); transform-origin: top right; }
  .support-badges { bottom: 28px; gap: 16px; grid-template-columns: repeat(2, 1fr); left: 20px; right: 20px; }
  .support-squiggle { bottom: 330px; left: 8%; transform: rotate(28deg) scale(0.72); }
  .drop-a { bottom: 290px; }
  .people-carousel-section { min-height: 600px; padding: 52px 14px 48px; }
  .carousel-heading { margin-bottom: 42px; }
  .people-carousel { grid-template-columns: 42px minmax(0, 1fr) 42px; min-height: 210px; }
  .carousel-stage { height: 210px; overflow: hidden; }
  .carousel-card { height: 158px; width: 230px; }
  .carousel-card.is-active { transform: translate(-50%, -50%) scale(1); }
  .carousel-card.is-prev { transform: translate(calc(-50% - 86px), -50%) scale(0.72) rotateY(-10deg); }
  .carousel-card.is-next { transform: translate(calc(-50% + 86px), -50%) scale(0.72) rotateY(10deg); }
  .carousel-card.is-far-prev { opacity: 0.16; transform: translate(calc(-50% - 150px), -50%) scale(0.52) rotateY(-16deg); }
  .carousel-card.is-far { opacity: 0.16; transform: translate(calc(-50% + 150px), -50%) scale(0.52) rotateY(16deg); }
  .carousel-arrow { height: 38px; width: 38px; }
  .featured-heading { margin-top: 54px; }
  .store-tools { grid-template-columns: 1fr; }
  .view-all-link { width: 100%; }
  .product-grid, .intro-band, .routine-steps, .admin-form { grid-template-columns: 1fr; }
  .product-pagination { flex-wrap: wrap; }
  .floating-cart-button { bottom: 16px; min-height: 52px; padding: 0 14px; right: 16px; }
  .floating-cart-drawer { max-width: 100vw; padding: 18px; width: 100vw; }
  .cart-item.compact { grid-template-columns: 52px 1fr; }
  .cart-item.compact .qty-control { grid-column: 2; }
  .announcement-popup { left: 14px !important; max-width: none; right: 14px !important; transform: none; }
  .announcement-center { top: 18%; }
  .announcement-bottom-left,
  .announcement-bottom-right { bottom: 82px; }
  .delivery-locations-strip { align-items: flex-start; flex-direction: column; }
  .motion-track { grid-template-columns: repeat(2, 1fr); }
  .cart-item, .admin-product, .admin-order-card { grid-template-columns: 70px 1fr; }
  .cart-item .qty-control, .admin-product .button, .admin-product form { grid-column: 2; }
  .admin-order-card > div,
  .admin-order-card form { grid-column: 1 / -1; }
  .site-footer {
    padding: 85px 14px 0;
  }
  .footer-panel {
    gap: 0;
    grid-template-columns: 1fr;
    min-height: 580px;
    padding: 28px 30px 52px;
  }
  .footer-col {
    border-bottom: 1px solid rgba(17,17,17,0.16);
    display: block;
    padding: 14px 0;
  }
  .footer-col summary {
    align-items: center;
    display: flex;
    font-size: 22px;
    justify-content: space-between;
    margin: 0;
  }
  .footer-col summary::after {
    content: "+";
    font-size: 28px;
    font-weight: 400;
  }
  .footer-col[open] summary::after { content: "-"; }
  .footer-col a {
    display: flex;
    min-height: 34px;
  }
  .footer-col a:first-of-type { margin-top: 16px; }
  .footer-brand {
    gap: 26px;
    padding-top: 56px;
  }
  .footer-brand .brand { font-size: 34px; }
  .footer-brand strong {
    font-size: 22px;
    margin-top: 14px;
  }
  .contact-faq { padding-top: 46px; }
  .contact-info { padding: 44px 18px 58px; }
  .contact-details,
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .full { grid-column: auto; }
  .auth-page,
  .account-page,
  .product-detail-page { padding: 170px 16px 56px; }
  .auth-form,
  .account-stats { grid-template-columns: 1fr; }
  .auth-form .full { grid-column: auto; }
  .order-table article { grid-template-columns: 1fr; }
}

@keyframes floatBottle {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -18px; }
}
@keyframes heroFlyIn {
  from { opacity: 0; translate: 0 190px; }
  to { opacity: 1; translate: 0 0; }
}
@keyframes bubbleDrift {
  0%, 100% { translate: 0 0; opacity: 0.65; }
  50% { translate: 18px -24px; opacity: 1; }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes productRise {
  0%, 100% { transform: translateY(42px) rotate(-2deg); }
  50% { transform: translateY(10px) rotate(2deg); }
}
@keyframes cardFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}
@keyframes scienceImageIn {
  0% { opacity: 0; transform: translate(70px, 42px) scale(0.94) rotate(3deg); }
  100% { opacity: 1; transform: translate(0, 0) scale(1) rotate(0deg); }
}
@keyframes scienceImageFloat {
  0%, 100% { opacity: 1; transform: translate(0, 0) scale(1) rotate(0deg); }
  50% { opacity: 1; transform: translate(0, -18px) scale(1.015) rotate(-0.8deg); }
}
@keyframes skinMomentFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}
@keyframes resultImageBreathe {
  0%, 100% { transform: scale(1) translateY(0); }
  50% { transform: scale(1.045) translateY(-8px); }
}
@keyframes revealUp {
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
