:root {
  --ink: #1e2923;
  --muted: #69746d;
  --cream: #f7f5ef;
  --paper: #fffdf9;
  --sage: #dce7db;
  --sage-deep: #9eb5a2;
  --coral: #e9a18a;
  --line: #dfe4dc;
  --dark: #21342b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.6; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", serif; font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
h1 { max-width: 640px; margin-bottom: 24px; font-size: clamp(2.8rem, 6vw, 5.6rem); }
h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { margin: 12px 0 6px; font-size: 1.12rem; line-height: 1.25; }
p { color: var(--muted); }
.container { width: min(1120px, calc(100% - 48px)); margin: auto; }
.narrow { max-width: 720px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.section { padding: 112px 0; }
.section-soft { background: var(--cream); }
.section-dark { background: var(--dark); color: white; }
.eyebrow { color: var(--sage-deep); font-size: .7rem; font-weight: 700; letter-spacing: .16em; margin-bottom: 18px; }
.light .eyebrow, .section-dark .eyebrow { color: #c8dfc9; }
.section-intro { max-width: 590px; margin: 0 auto 48px; font-size: 1.05rem; }
.hero { padding: 74px 0 92px; background: var(--sage); }
.hero-grid, .split-section, .product-grid, .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.hero-text { max-width: 490px; font-size: 1.15rem; margin-bottom: 30px; }
.button { display: inline-flex; gap: 24px; align-items: center; padding: 15px 20px; border-radius: 999px; color: white; text-decoration: none; font-size: .87rem; font-weight: 700; transition: transform .2s ease, opacity .2s ease; }
.button:hover { transform: translateY(-2px); opacity: .9; }
.button-dark { background: var(--dark); }
.button-accent { background: var(--coral); color: var(--ink); }
.hero-proof { display: flex; gap: 12px; align-items: center; margin-top: 38px; font-size: .78rem; color: var(--ink); }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack i { display: block; width: 27px; height: 27px; margin-left: -8px; border: 2px solid var(--sage); border-radius: 50%; background: #b5876d; }
.avatar-stack i:nth-child(2) { background: #7c9b89; }.avatar-stack i:nth-child(3) { background: #e0bb9d; }
.media-frame { position: relative; display: grid; place-items: center; min-height: 580px; overflow: hidden; border-radius: 220px 220px 18px 18px; background: linear-gradient(145deg, #a9beab, #e5b39b 65%, #f4dbc6); box-shadow: 0 24px 50px #57715e26; }
.media-frame::after { content: ""; position: absolute; inset: 12% 16% 0; border-radius: 50% 50% 0 0; background: linear-gradient(160deg, #e9cab3, #a87c68); opacity: .55; }
.play-button { position: relative; z-index: 1; display: grid; place-items: center; width: 72px; height: 72px; padding-left: 4px; border-radius: 50%; background: #fffdf9dd; color: var(--dark); font-size: 1.15rem; }
.media-label { position: absolute; z-index: 2; bottom: 24px; left: 28px; color: white; font-size: .68rem; letter-spacing: .12em; }
.disclaimer { margin: 12px 0 0; color: #879187; font-size: .7rem; }
.cards-three, .ingredient-grid, .testimonial-grid, .before-after-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cards-three { margin-top: 48px; }
.condition-card { padding: 14px 14px 24px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.condition-card p { margin: 0; font-size: .9rem; }
.placeholder-image { display: grid; place-items: center; height: 270px; border-radius: 10px; color: #466153; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-align: center; }
.image-one { background: linear-gradient(145deg, #d4e0d0, #b2c9c1); }.image-two { background: linear-gradient(145deg, #f2ddc8, #dfb0a3); }.image-three { background: linear-gradient(145deg, #d9d1c2, #b8c3b3); }
.split-section { grid-template-columns: .9fr 1.1fr; }
.diagram-wrap { display: grid; place-items: center; min-height: 430px; border-radius: 20px; background: var(--sage); }
.skin-diagram { position: relative; width: 270px; height: 270px; border-radius: 50%; background: #f1c8b3; box-shadow: 0 0 0 22px #dfad9e, 0 0 0 46px #b8cbb6, 0 0 0 70px #dce7db; }
.diagram-orbit { position: absolute; inset: 24%; border: 1px solid #ffffff99; border-radius: 50%; }.orbit-two { inset: 36%; }.orbit-three { inset: 48%; }
.diagram-dot { position: absolute; top: 22%; right: 18%; width: 12px; height: 12px; border-radius: 50%; background: white; box-shadow: 0 0 0 8px #ffffff55; }
.split-copy > p { max-width: 500px; font-size: 1.05rem; }
.text-link { color: var(--ink); font-size: .85rem; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 5px; }.text-link span { margin-left: 12px; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 48px; }.section-heading > p { max-width: 330px; margin: 0; }
.ingredient-grid { grid-template-columns: repeat(3, 1fr); }.ingredient-card { padding: 14px 14px 28px; background: #2b4437; border-radius: 16px; }.ingredient-card span { display: block; margin-top: 20px; color: #a9c6aa; font-size: .72rem; }.ingredient-card h3 { color: white; font-family: "Playfair Display", serif; font-size: 1.65rem; }.ingredient-card p { margin: 0; color: #c8d2c9; font-size: .88rem; }
.ingredient-image { display: grid; place-items: center; min-height: 220px; border-radius: 10px; background: radial-gradient(circle, #e6b79d, #758f77); color: white; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-align: center; }
.product-section { background: #f5eee5; }.product-image { display: grid; place-items: center; min-height: 530px; border-radius: 18px; background: linear-gradient(145deg, #ead7c7, #b6c9b1); }.packshot { display: grid; place-items: center; width: 210px; height: 320px; padding: 20px; border-radius: 12px; background: #f9f5ed; color: #69806d; box-shadow: 18px 22px 30px #4c5e4a33; font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-align: center; }.product-copy > p { max-width: 520px; font-size: 1.05rem; }.ritual { margin: 30px 0; border-top: 1px solid #cfcfc6; }.ritual div { display: flex; gap: 22px; padding: 14px 0; border-bottom: 1px solid #cfcfc6; font-size: .88rem; }.ritual b { color: #98ab9a; font-size: .7rem; }
.testimonial-grid { grid-template-columns: repeat(3, 1fr); max-width: 920px; margin-bottom: 34px; }.social-card { display: grid; place-items: center; min-height: 220px; border: 8px solid white; background: linear-gradient(150deg, #d9e3d5, #e8c0ac); color: #56705c; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-align: center; box-shadow: 0 4px 18px #4b594c12; }
.before-after { display: grid; grid-template-columns: 1fr 1fr; min-height: 260px; overflow: hidden; border-radius: 14px; background: linear-gradient(115deg, #c5b09e 0 50%, #d9bcae 50%); }.before-after.warm { background: linear-gradient(115deg, #b9a38f 0 50%, #e0bdad 50%); }.before-after.green { background: linear-gradient(115deg, #b4ad9d 0 50%, #c8d4bd 50%); }.before-after span { align-self: end; padding: 14px; color: white; font-size: .65rem; font-weight: 700; letter-spacing: .1em; }
.faq-grid { align-items: start; }.faq-list details { padding: 20px 0; border-bottom: 1px solid var(--line); }.faq-list summary { cursor: pointer; font-weight: 700; list-style: none; }.faq-list summary::after { content: "+"; float: right; font-size: 1.3rem; font-weight: 400; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 580px; margin: 14px 0 0; font-size: .9rem; }
.final-cta { padding-bottom: 150px; background: var(--sage); }.final-cta h2 { max-width: 650px; margin-left: auto; margin-right: auto; }.trust-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 30px 0; }.trust-badges span { padding: 9px 12px; border: 1px solid #afc3ae; border-radius: 999px; color: #536b58; font-size: .67rem; font-weight: 700; letter-spacing: .05em; }.sticky-cta { position: fixed; z-index: 10; right: 24px; bottom: 24px; display: flex; gap: 20px; align-items: center; padding: 15px 20px; border-radius: 999px; background: var(--coral); color: var(--ink); box-shadow: 0 10px 28px #773e2f33; font-size: .8rem; font-weight: 700; text-decoration: none; }
@media (max-width: 760px) {
  .container { width: min(100% - 32px, 560px); }.section { padding: 76px 0; }.hero { padding-top: 42px; }.hero-grid, .split-section, .product-grid, .faq-grid { grid-template-columns: 1fr; gap: 42px; }.media-frame { min-height: 430px; }.cards-three, .ingredient-grid, .testimonial-grid, .before-after-grid { grid-template-columns: 1fr; }.cards-three { margin-top: 32px; }.placeholder-image { height: 220px; }.section-heading { display: block; }.section-heading > p { margin-top: 20px; }.diagram-wrap, .product-image { min-height: 360px; }.testimonial-grid { max-width: 320px; }.social-card { min-height: 300px; }.sticky-cta { right: 16px; bottom: 16px; left: 16px; justify-content: center; }.hero-proof { margin-bottom: 0; }
}
