:root {
    --pink: #d94f9e;
    --pink-dark: #b9367f;
    --pink-soft: #fff1f8;
    --pink-pale: #fff8fc;
    --plum: #2b1830;
    --plum-2: #4b2a50;
    --text: #35283a;
    --muted: #776a79;
    --line: #eadfe7;
    --cream: #fffafc;
    --white: #ffffff;
    --green: #16845c;
    --red: #bd3a4e;
    --amber: #a86d12;
    --shadow: 0 24px 70px rgba(64, 28, 56, 0.11);
    --shadow-soft: 0 14px 40px rgba(64, 28, 56, 0.08);
    --radius: 24px;
    --radius-small: 14px;
    --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--plum); line-height: 1.15; letter-spacing: -0.025em; }
h1 { font-size: clamp(2.7rem, 5vw, 5.6rem); }
h2 { font-size: clamp(2rem, 3vw, 3.55rem); }
h3 { font-size: 1.2rem; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow-container { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-soft { background: var(--pink-pale); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 14px; top: -60px; z-index: 9999; padding: 11px 16px; color: #fff; background: var(--plum); border-radius: 8px; transition: top .2s ease; }
.skip-link:focus { top: 14px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--pink-dark); font-size: .76rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--pink), var(--pink-dark)); box-shadow: 0 14px 28px rgba(217, 79, 158, .25); }
.button-primary:hover { box-shadow: 0 18px 34px rgba(217, 79, 158, .32); }
.button-dark { color: #fff; background: var(--plum); }
.button-dark:hover { background: var(--plum-2); }
.button-outline { color: var(--plum); background: transparent; border-color: #cdbec9; }
.button-outline:hover { border-color: var(--pink); color: var(--pink-dark); }
.button-wide { width: 100%; }
.button-large { min-height: 58px; font-size: 1.05rem; }
.button:disabled { cursor: not-allowed; opacity: .5; transform: none; box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--plum); font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover { color: var(--pink-dark); }
.text-link:hover span { transform: translateX(4px); }

.announcement-bar { color: #fff; background: var(--plum); font-size: .8rem; }
.announcement-inner { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; }
.announcement-contact { color: #efc7df; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(234,223,231,.85); backdrop-filter: blur(16px); }
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 82px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; color: #fff; background: linear-gradient(145deg, var(--pink), #f081bd); border-radius: 50% 50% 50% 16%; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 900; box-shadow: 0 8px 20px rgba(217,79,158,.25); transform: rotate(-6deg); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { color: var(--plum); font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; letter-spacing: -.02em; }
.brand-copy span { margin-top: 4px; color: var(--pink-dark); font-size: .68rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 28px; }
.main-nav a { position: relative; padding: 30px 0 27px; color: #594b5c; font-size: .94rem; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--pink); transition: right .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--plum); }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.cart-button { display: inline-flex; align-items: center; gap: 8px; color: var(--plum); font-size: .88rem; font-weight: 800; }
.cart-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-button b { display: grid; place-items: center; min-width: 23px; height: 23px; padding: 0 6px; color: #fff; background: var(--pink); border-radius: 999px; font-size: .72rem; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--plum); border-radius: 2px; }
.flash { position: relative; z-index: 50; padding: 12px 0; font-weight: 700; border-bottom: 1px solid transparent; }
.flash-success { color: #0e6948; background: #e9f8f1; border-color: #b8e5d2; }
.flash-danger { color: #8a2536; background: #fff0f2; border-color: #f2c3ca; }
.flash-warning { color: #7b5211; background: #fff8e8; border-color: #eed9a6; }
.flash-info { color: #285f7e; background: #edf8ff; border-color: #c5e5f5; }

.hero { position: relative; min-height: 690px; overflow: hidden; background: radial-gradient(circle at 82% 18%, #ffe3f3 0, transparent 35%), linear-gradient(115deg, #fff 0%, #fff8fc 46%, #ffeef7 100%); }
.hero::before { content: ""; position: absolute; inset: auto -130px -170px auto; width: 520px; height: 520px; border: 1px solid rgba(217,79,158,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(217,79,158,.045), 0 0 0 140px rgba(217,79,158,.025); }
.hero-slide { display: none; min-height: 690px; align-items: center; animation: heroFade .55s ease; }
.hero-slide.active { display: flex; }
@keyframes heroFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding-top: 46px; padding-bottom: 70px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1, .hero-copy h2 { max-width: 700px; margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hero-copy p { max-width: 620px; margin-bottom: 30px; color: #6d5d70; font-size: 1.08rem; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: #66586a; font-size: .82rem; font-weight: 700; }
.hero-trust span::first-letter { color: var(--pink); }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 520px; }
.hero-visual::before { content: ""; position: absolute; width: 420px; height: 420px; background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.95); border-radius: 50%; box-shadow: 0 30px 90px rgba(125,50,98,.12); }
.hero-visual img { position: relative; z-index: 3; width: min(450px, 90%); max-height: 480px; object-fit: contain; filter: drop-shadow(0 24px 20px rgba(67,27,57,.18)); }
.hero-orbit { position: absolute; border: 1px dashed rgba(217,79,158,.33); border-radius: 50%; animation: orbitSpin 24s linear infinite; }
.hero-orbit::after { content: ""; position: absolute; top: 13%; left: 6%; width: 12px; height: 12px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 8px rgba(217,79,158,.1); }
.hero-orbit-one { width: 490px; height: 490px; }
.hero-orbit-two { width: 340px; height: 340px; animation-direction: reverse; animation-duration: 18s; }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
.floating-note { position: absolute; z-index: 5; display: grid; min-width: 176px; padding: 13px 16px; background: rgba(255,255,255,.94); border: 1px solid #f2dce9; border-radius: 16px; box-shadow: var(--shadow-soft); backdrop-filter: blur(10px); }
.floating-note b { color: var(--plum); font-size: .84rem; }
.floating-note span { color: var(--muted); font-size: .72rem; }
.floating-note-top { top: 72px; right: -5px; }
.floating-note-bottom { left: -5px; bottom: 70px; }
.hero-controls { position: absolute; left: 50%; bottom: 27px; z-index: 10; display: flex; gap: 9px; transform: translateX(-50%); }
.hero-controls button { width: 10px; height: 10px; padding: 0; border: 1px solid var(--pink); background: transparent; border-radius: 50%; }
.hero-controls button.active { width: 30px; background: var(--pink); border-radius: 999px; }

.trust-strip { position: relative; z-index: 5; margin-top: -1px; color: #fff; background: var(--plum); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 14px; min-height: 116px; padding: 24px 30px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { display: grid; place-items: center; width: 42px; height: 42px; color: #f4b4d7; border: 1px solid rgba(244,180,215,.36); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.trust-grid p { display: grid; margin: 0; line-height: 1.3; }
.trust-grid strong { font-size: .92rem; }
.trust-grid small { margin-top: 6px; color: #cdbfce; font-size: .72rem; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 22px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-7px); border-color: #e4b8d1; box-shadow: var(--shadow); }
.product-card-image { position: relative; display: grid; place-items: center; aspect-ratio: 1 / 1.03; padding: 24px; overflow: hidden; background: radial-gradient(circle at 50% 44%, #fff 0 24%, #fff4fa 65%, #ffeaf6 100%); }
.product-card-image::after { content: ""; position: absolute; width: 75%; height: 22px; bottom: 17px; background: rgba(76,34,65,.11); filter: blur(12px); border-radius: 50%; }
.product-card-image img { position: relative; z-index: 2; width: 86%; height: 86%; object-fit: contain; transition: transform .3s ease; }
.product-card:hover .product-card-image img { transform: scale(1.045); }
.product-badge { position: absolute; top: 15px; left: 15px; z-index: 4; padding: 6px 11px; color: #fff; background: var(--pink); border-radius: 999px; font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.product-card-body { padding: 21px 21px 22px; }
.product-category { display: inline-block; margin-bottom: 8px; color: var(--pink-dark); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { min-height: 50px; margin-bottom: 18px; font-size: 1rem; line-height: 1.45; }
.product-card h3 a:hover { color: var(--pink-dark); }
.product-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.price del { color: #a597a4; font-size: .78rem; }
.price strong { color: var(--plum); font-size: 1.12rem; }
.round-action { display: grid; place-items: center; width: 38px; height: 38px; color: var(--plum); border: 1px solid #d9cbd5; border-radius: 50%; font-size: 1.1rem; transition: all .2s ease; }
.round-action:hover { color: #fff; background: var(--pink); border-color: var(--pink); transform: rotate(-18deg); }

.feature-story { display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 80px; }
.feature-story-visual { position: relative; display: grid; place-items: center; min-height: 590px; }
.feature-blob { position: absolute; width: 470px; height: 470px; background: linear-gradient(145deg, #f7badb, #ffdff0); border-radius: 52% 48% 55% 45% / 41% 58% 42% 59%; transform: rotate(-8deg); box-shadow: 0 30px 90px rgba(181,64,135,.13); }
.feature-story-visual img { position: relative; z-index: 2; width: min(440px, 85%); filter: drop-shadow(0 26px 24px rgba(70,27,60,.18)); }
.ingredient-card { position: absolute; z-index: 4; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; min-width: 210px; padding: 15px 18px; background: rgba(255,255,255,.95); border: 1px solid #efd8e5; border-radius: 16px; box-shadow: var(--shadow-soft); }
.ingredient-card span { grid-row: 1 / 3; display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--pink); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.ingredient-card b { font-size: .82rem; }
.ingredient-card small { color: var(--muted); font-size: .7rem; }
.ingredient-card-one { top: 75px; right: -10px; }
.ingredient-card-two { bottom: 75px; left: -10px; }
.feature-story-copy h2 { margin-bottom: 22px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.feature-story-copy > p { margin-bottom: 30px; color: var(--muted); font-size: 1.02rem; }
.feature-list { display: grid; gap: 18px; margin-bottom: 32px; }
.feature-list > div { display: flex; gap: 14px; }
.feature-list > div > span { display: grid; place-items: center; flex: 0 0 auto; width: 31px; height: 31px; color: #fff; background: var(--pink); border-radius: 50%; font-size: .77rem; font-weight: 900; }
.feature-list p { display: grid; margin: 0; }
.feature-list b { color: var(--plum); }
.feature-list small { margin-top: 4px; color: var(--muted); }
.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); }
.benefits-grid article { min-height: 260px; padding: 34px 28px; background: #fff; }
.benefit-number { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 28px; color: var(--pink-dark); background: var(--pink-soft); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.benefits-grid h3 { margin-bottom: 13px; }
.benefits-grid p { color: var(--muted); font-size: .9rem; }
.faq-section { background: linear-gradient(125deg, var(--plum) 0%, #3c2043 56%, #5b2951 100%); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.faq-grid > div:first-child h2 { color: #fff; font-family: Georgia, serif; font-weight: 500; }
.faq-grid > div:first-child p { color: #cfc1d0; }
.faq-grid > div:first-child .button { color: #fff; border-color: rgba(255,255,255,.35); }
.accordion { display: grid; gap: 12px; }
.accordion details { color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; }
.accordion summary { position: relative; padding: 19px 54px 19px 22px; font-weight: 800; list-style: none; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 20px; top: 14px; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.accordion details[open] summary::after { content: "−"; color: var(--plum); background: #fff; }
.accordion details p { padding: 0 22px 20px; margin: 0; color: #d4c7d5; font-size: .9rem; }

.page-hero { padding: 88px 0; background: radial-gradient(circle at 86% 10%, #ffe0f1 0, transparent 33%), linear-gradient(125deg,#fff8fc,#fff); border-bottom: 1px solid var(--line); }
.compact-page-hero { padding: 62px 0; }
.page-hero-inner { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.page-hero h1 { margin-bottom: 12px; font-size: clamp(2.5rem, 4vw, 4.2rem); font-family: Georgia, serif; font-weight: 500; }
.page-hero p { margin: 0; color: var(--muted); }
.breadcrumb { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; color: var(--muted); font-size: .82rem; }
.breadcrumb a:hover { color: var(--pink-dark); }
.breadcrumb span:last-child { color: var(--plum); }

.shop-section { padding-top: 64px; }
.shop-toolbar { display: grid; grid-template-columns: 1fr auto auto; gap: 16px; align-items: end; padding: 18px; margin-bottom: 22px; background: var(--pink-pale); border: 1px solid var(--line); border-radius: 18px; }
.shop-search { position: relative; }
.shop-search input { width: 100%; height: 48px; padding: 0 52px 0 16px; border: 1px solid #ddced9; border-radius: 12px; background: #fff; }
.shop-search button { position: absolute; right: 5px; top: 5px; width: 38px; height: 38px; border: 0; color: #fff; background: var(--pink); border-radius: 10px; font-size: 1.25rem; }
.shop-filter { display: grid; gap: 6px; }
.shop-filter label { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.shop-filter select { min-width: 180px; height: 48px; padding: 0 38px 0 13px; border: 1px solid #ddced9; border-radius: 12px; background: #fff; }
.results-row { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 26px; color: var(--muted); font-size: .86rem; }
.results-row p { margin: 0; }
.results-row a { color: var(--pink-dark); font-weight: 800; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 44px; }
.pagination a { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; font-weight: 800; }
.pagination a.active, .pagination a:hover { color: #fff; background: var(--pink); border-color: var(--pink); }
.empty-state { padding: 60px 28px; text-align: center; background: var(--pink-pale); border: 1px dashed #dfbfd2; border-radius: var(--radius); }
.empty-state h2, .empty-state h3 { margin-bottom: 10px; }
.empty-state p { color: var(--muted); }
.large-empty { padding: 80px 30px; }
.large-empty img { margin: 0 auto 20px; }
.small-empty { padding: 35px 22px; }

.product-page { padding-top: 44px; }
.product-breadcrumb { margin-bottom: 32px; }
.product-detail-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: start; }
.product-gallery { position: sticky; top: 115px; }
.product-main-image { position: relative; display: grid; place-items: center; min-height: 570px; padding: 45px; background: radial-gradient(circle, #fff 0 28%, #fff5fa 66%, #ffeaf5 100%); border: 1px solid var(--line); border-radius: 28px; overflow: hidden; }
.product-main-image::after { content: ""; position: absolute; bottom: 32px; width: 60%; height: 26px; background: rgba(56,22,50,.12); border-radius: 50%; filter: blur(14px); }
.product-main-image img { position: relative; z-index: 2; width: 90%; height: 480px; object-fit: contain; filter: drop-shadow(0 22px 18px rgba(65,25,55,.14)); }
.product-thumbnails { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.product-thumbnails button { aspect-ratio: 1; padding: 6px; border: 1px solid var(--line); background: #fff; border-radius: 12px; }
.product-thumbnails button.active, .product-thumbnails button:hover { border-color: var(--pink); box-shadow: 0 0 0 2px rgba(217,79,158,.12); }
.product-thumbnails img { width: 100%; height: 100%; object-fit: contain; }
.product-summary { padding-top: 16px; }
.product-summary h1 { margin-bottom: 16px; font-family: Georgia, serif; font-size: clamp(2.2rem, 3.5vw, 4rem); font-weight: 500; }
.rating-row { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--muted); font-size: .82rem; }
.stars { color: #e5a42c; letter-spacing: .08em; }
.rating-row a { text-decoration: underline; text-underline-offset: 3px; }
.product-price-large { display: flex; align-items: baseline; gap: 12px; margin-bottom: 22px; }
.product-price-large del { color: #a493a1; font-size: 1.05rem; }
.product-price-large strong { color: var(--pink-dark); font-size: 1.9rem; }
.product-lead { color: var(--muted); font-size: 1.02rem; line-height: 1.8; }
.stock-row { display: flex; align-items: center; gap: 9px; margin: 23px 0; font-size: .84rem; font-weight: 800; }
.stock-row span { width: 9px; height: 9px; border-radius: 50%; }
.stock-row.in-stock { color: var(--green); }
.stock-row.in-stock span { background: var(--green); box-shadow: 0 0 0 5px rgba(22,132,92,.1); }
.stock-row.out-stock { color: var(--red); }
.stock-row.out-stock span { background: var(--red); }
.add-to-cart-form { display: grid; grid-template-columns: 130px 1fr; gap: 12px; padding: 22px; background: var(--pink-pale); border: 1px solid var(--line); border-radius: 18px; }
.quantity-control { display: grid; grid-template-columns: 38px 1fr 38px; align-items: center; overflow: hidden; background: #fff; border: 1px solid #dacbd6; border-radius: 999px; }
.quantity-control button { height: 46px; border: 0; background: transparent; color: var(--plum); font-size: 1.3rem; }
.quantity-control input { width: 100%; padding: 0; border: 0; text-align: center; font-weight: 800; appearance: textfield; }
.quantity-control input::-webkit-outer-spin-button, .quantity-control input::-webkit-inner-spin-button { appearance: none; margin: 0; }
.product-meta { display: grid; gap: 0; margin-top: 26px; border-top: 1px solid var(--line); }
.product-meta > div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .82rem; }
.product-meta span { color: var(--muted); }
.product-meta b { text-align: right; }
.product-assurances { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 21px; color: #675968; font-size: .77rem; font-weight: 700; }
.product-information { margin-top: 80px; }
.tab-buttons { display: flex; gap: 6px; border-bottom: 1px solid var(--line); }
.tab-buttons button { padding: 14px 20px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: var(--muted); font-weight: 800; }
.tab-buttons button.active { color: var(--pink-dark); border-bottom-color: var(--pink); }
.tab-panel { display: none; padding: 34px 0 0; }
.tab-panel.active { display: block; }
.tab-panel h2 { font-size: 1.6rem; }
.prose { color: #615365; line-height: 1.85; }
.prose h2 { margin-top: 1.8em; color: var(--plum); }
.prose h2:first-child { margin-top: 0; }
.prose a { color: var(--pink-dark); text-decoration: underline; }
.notice-box { padding: 18px 20px; margin-top: 22px; color: #604c5b; background: #fff8e9; border: 1px solid #eed9a5; border-radius: 14px; font-size: .88rem; }
.compact-notice { margin-top: 14px; padding: 12px 14px; }
.reviews-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: start; }
.review-list { display: grid; gap: 14px; }
.review-card { padding: 21px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.review-card > div { display: flex; justify-content: space-between; gap: 15px; }
.review-card p { margin: 12px 0; color: #66596a; }
.review-card small { color: var(--muted); }
.card-panel { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.review-form { position: sticky; top: 115px; }
.review-form h3 { font-size: 1.65rem; }
label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--plum); font-size: .82rem; font-weight: 800; }
label small { color: var(--muted); font-weight: 500; }
input, select, textarea { width: 100%; color: var(--text); background: #fff; border: 1px solid #d9cad5; border-radius: 11px; outline: 0; transition: border .2s ease, box-shadow .2s ease; }
input, select { min-height: 47px; padding: 0 13px; }
textarea { padding: 12px 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 4px rgba(217,79,158,.1); }
.form-grid { display: grid; gap: 14px; }
.two-columns { grid-template-columns: 1fr 1fr; }
.form-errors { padding: 14px 16px; margin-bottom: 18px; color: #8c2636; background: #fff1f3; border: 1px solid #efbec6; border-radius: 12px; font-size: .86rem; }
.form-errors ul { margin: 8px 0 0; padding-left: 19px; }

.cart-layout { display: grid; grid-template-columns: 1fr 390px; gap: 40px; align-items: start; }
.cart-items { display: grid; gap: 14px; }
.cart-item { position: relative; display: grid; grid-template-columns: 120px 1fr 105px 110px; gap: 20px; align-items: center; padding: 18px 42px 18px 18px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.cart-item-image { display: grid; place-items: center; aspect-ratio: 1; padding: 8px; background: var(--pink-pale); border-radius: 13px; }
.cart-item-image img { width: 100%; height: 100%; object-fit: contain; }
.cart-item-copy h2 { margin: 0 0 8px; font-size: 1rem; line-height: 1.45; }
.cart-item-copy > span:not(.product-category) { display: block; color: var(--muted); font-size: .72rem; }
.stock-note { color: var(--green) !important; }
.cart-item-quantity label { margin: 0 0 6px; color: var(--muted); font-size: .68rem; text-transform: uppercase; }
.cart-item-quantity input { min-height: 42px; }
.cart-item-price { display: grid; text-align: right; }
.cart-item-price small { color: var(--muted); font-size: .7rem; }
.cart-item-price strong { color: var(--plum); }
.remove-link { position: absolute; top: 12px; right: 12px; width: 27px; height: 27px; padding: 0; color: #8f7f8b; background: transparent; border: 1px solid #dfd3dc; border-radius: 50%; }
.remove-link:hover { color: #fff; background: var(--red); border-color: var(--red); }
.cart-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.order-summary { padding: 28px; background: var(--pink-pale); border: 1px solid var(--line); border-radius: 22px; }
.order-summary h2 { font-size: 1.6rem; }
.summary-lines { display: grid; gap: 0; margin: 22px 0; }
.summary-lines > div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid #e8dbe4; color: var(--muted); font-size: .87rem; }
.summary-lines strong { color: var(--plum); }
.summary-lines .summary-total { padding-top: 18px; border-bottom: 0; color: var(--plum); font-size: 1.08rem; }
.summary-total strong { color: var(--pink-dark); font-size: 1.35rem; }
.delivery-progress { margin-bottom: 20px; }
.delivery-progress p { margin: 0 0 8px; color: var(--muted); font-size: .76rem; }
.delivery-progress > span { display: block; height: 7px; overflow: hidden; background: #eadde6; border-radius: 999px; }
.delivery-progress i { display: block; height: 100%; background: linear-gradient(90deg,var(--pink),#f384c1); border-radius: inherit; }
.secure-note { margin-top: 14px; color: var(--muted); font-size: .74rem; text-align: center; }
.hidden-form { display: none; }

.checkout-section { padding-top: 64px; }
.checkout-layout { display: grid; grid-template-columns: 1fr 410px; gap: 45px; align-items: start; }
.checkout-form { display: grid; gap: 20px; }
.checkout-block { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.checkout-block-heading { display: flex; gap: 14px; margin-bottom: 25px; }
.checkout-block-heading > span { display: grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; color: #fff; background: var(--pink); border-radius: 50%; font-weight: 900; }
.checkout-block-heading h2 { margin: 0; font-size: 1.35rem; }
.checkout-block-heading p { margin: 4px 0 0; color: var(--muted); font-size: .8rem; }
.payment-options { display: grid; gap: 10px; }
.payment-option { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin: 0; padding: 16px; border: 1px solid var(--line); border-radius: 13px; cursor: pointer; }
.payment-option:has(input:checked) { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(217,79,158,.09); background: var(--pink-pale); }
.payment-option input { width: 18px; min-height: 18px; accent-color: var(--pink); }
.payment-option > span { display: grid; }
.payment-option small { color: var(--muted); }
.payment-option em { padding: 5px 9px; color: var(--pink-dark); background: #fff; border: 1px solid #e5d4df; border-radius: 8px; font-size: .68rem; font-style: normal; font-weight: 900; }
.consent-row { display: flex; align-items: flex-start; gap: 10px; margin: 0; color: var(--muted); font-weight: 500; }
.consent-row input { flex: 0 0 auto; width: 17px; min-height: 17px; margin-top: 3px; accent-color: var(--pink); }
.checkout-summary { position: sticky; top: 112px; }
.checkout-products { display: grid; gap: 12px; }
.checkout-products > div { display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 11px; padding-bottom: 12px; border-bottom: 1px solid #e8dce4; }
.checkout-products img { width: 55px; height: 55px; object-fit: contain; padding: 4px; background: #fff; border-radius: 10px; }
.checkout-products p { display: grid; margin: 0; line-height: 1.35; }
.checkout-products b { font-size: .78rem; }
.checkout-products small { margin-top: 4px; color: var(--muted); font-size: .68rem; }
.checkout-products > div > strong { font-size: .8rem; }

.order-success-section { text-align: center; background: linear-gradient(180deg,var(--pink-pale),#fff 430px); }
.success-mark { display: grid; place-items: center; width: 82px; height: 82px; margin: 0 auto 20px; color: #fff; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 13px rgba(22,132,92,.09); font-size: 2.2rem; font-weight: 900; }
.order-success-section h1 { margin-bottom: 13px; font-family: Georgia, serif; font-size: clamp(2.6rem,5vw,4.5rem); font-weight: 500; }
.success-lead { color: var(--muted); }
.order-status-banner { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 38px 0 22px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 17px; text-align: left; }
.order-status-banner > div { display: grid; gap: 7px; padding: 20px; background: #fff; }
.order-status-banner span { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.badge { display: inline-flex; width: fit-content; padding: 5px 9px; border-radius: 999px; font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.badge-success { color: #0f6c49; background: #e6f8ef; }
.badge-info { color: #266580; background: #e9f7fc; }
.badge-warning { color: #805711; background: #fff5d9; }
.badge-danger { color: #8c2839; background: #fff0f2; }
.payment-instructions { text-align: left; background: #fff; }
.payment-instructions h2 { font-size: 1.2rem; }
.order-detail-card { margin-top: 22px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 20px; text-align: left; }
.order-card-heading { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.order-card-heading h2 { margin: 0; font-size: 1.35rem; }
.order-card-heading span { color: var(--muted); font-size: .78rem; }
.order-line-items > div { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.order-line-items p { display: grid; margin: 0; }
.order-line-items small { color: var(--muted); }
.success-totals { width: min(360px,100%); margin-left: auto; }
.delivery-card { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 22px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 20px; text-align: left; }
.delivery-card > div { padding: 25px; background: #fff; }
.delivery-card h2 { font-size: 1.05rem; }
.delivery-card p { margin: 0; color: var(--muted); }
.success-actions { display: flex; justify-content: center; gap: 12px; margin-top: 28px; }

.auth-section { min-height: 720px; display: flex; align-items: center; background: linear-gradient(120deg,#fff,#fff6fb); }
.auth-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); }
.reverse-auth { grid-template-columns: .9fr 1.1fr; }
.auth-visual { position: relative; min-height: 600px; padding: 60px; overflow: hidden; color: #fff; background: linear-gradient(140deg,var(--plum),#5a2a52); }
.auth-visual::after { content: ""; position: absolute; right: -80px; top: -80px; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.04); }
.auth-visual h1, .auth-visual h2 { position: relative; z-index: 2; color: #fff; font-family: Georgia,serif; font-weight: 500; }
.auth-visual p { position: relative; z-index: 2; color: #d5c8d5; }
.auth-visual img { position: absolute; left: 50%; bottom: 25px; z-index: 2; width: min(420px,75%); max-height: 300px; object-fit: contain; transform: translateX(-50%); filter: drop-shadow(0 20px 16px rgba(0,0,0,.2)); }
.auth-card { display: flex; flex-direction: column; justify-content: center; min-height: 600px; padding: 60px; background: #fff; }
.auth-card h1, .auth-card h2 { font-family: Georgia,serif; font-size: 2.5rem; font-weight: 500; }
.auth-switch { margin: 22px 0 0; color: var(--muted); text-align: center; }
.auth-switch a { color: var(--pink-dark); font-weight: 800; }

.account-section { padding-top: 64px; }
.account-grid { display: grid; grid-template-columns: 1fr 370px; gap: 40px; align-items: start; }
.account-sidebar { display: grid; gap: 20px; }
.account-sidebar .card-panel h2 { font-size: 1.4rem; }
.order-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; }
.order-table { width: 100%; border-collapse: collapse; min-width: 700px; }
.order-table th, .order-table td { padding: 15px; border-bottom: 1px solid var(--line); text-align: left; font-size: .82rem; }
.order-table th { color: var(--muted); background: var(--pink-pale); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.order-table tr:last-child td { border-bottom: 0; }
.order-table td:last-child a { color: var(--pink-dark); font-weight: 800; }

.contact-hero { padding: 90px 0; }
.contact-section { padding-top: 72px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-copy h2 { font-family: Georgia,serif; font-weight: 500; }
.contact-copy > p { color: var(--muted); }
.contact-cards { display: grid; gap: 12px; margin-top: 30px; }
.contact-cards article { display: flex; gap: 15px; padding: 18px; background: var(--pink-pale); border: 1px solid var(--line); border-radius: 15px; }
.contact-cards article > span { display: grid; place-items: center; flex: 0 0 auto; width: 40px; height: 40px; color: #fff; background: var(--pink); border-radius: 50%; }
.contact-cards h3 { margin: 0 0 4px; font-size: .92rem; }
.contact-cards p, .contact-cards a { margin: 0; color: var(--muted); font-size: .82rem; }
.contact-form { padding: 36px; }
.policy-layout { display: grid; grid-template-columns: 220px 1fr; gap: 60px; align-items: start; }
.policy-layout aside { position: sticky; top: 112px; display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; }
.policy-layout aside a { padding: 13px 16px; border-bottom: 1px solid var(--line); font-size: .83rem; font-weight: 750; }
.policy-layout aside a:last-child { border-bottom: 0; }
.policy-layout aside a:hover { color: var(--pink-dark); background: var(--pink-pale); }
.policy-prose { font-size: .95rem; }
.not-found-section { min-height: 640px; display: flex; align-items: center; text-align: center; background: radial-gradient(circle,#fff 0,#fff5fa 65%,#ffeaf5); }
.error-code { display: block; color: var(--pink); font-family: Georgia,serif; font-size: clamp(6rem,15vw,12rem); line-height: .8; opacity: .18; }
.not-found-section h1 { margin-top: -20px; font-family: Georgia,serif; font-weight: 500; }
.not-found-section p { color: var(--muted); }
.not-found-section div > div { display: flex; justify-content: center; gap: 12px; }

.newsletter-section { padding: 0 0 70px; background: #fff; }
.newsletter-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; padding: 40px 45px; color: #fff; background: linear-gradient(130deg,var(--pink-dark),var(--pink)); border-radius: 26px; box-shadow: 0 24px 60px rgba(183,54,127,.2); }
.newsletter-card .eyebrow { color: #ffe2f2; }
.newsletter-card h2 { margin-bottom: 6px; color: #fff; font-family: Georgia,serif; font-size: 2rem; font-weight: 500; }
.newsletter-card p { margin: 0; color: #ffe4f3; }
.newsletter-form { display: grid; grid-template-columns: 280px auto; gap: 9px; }
.newsletter-form input { border: 1px solid rgba(255,255,255,.7); background: #fff; }
.site-footer { color: #d8ccd8; background: var(--plum); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1fr; gap: 45px; padding: 70px 0 50px; }
.brand-footer .brand-copy strong { color: #fff; }
.brand-footer + p { max-width: 340px; margin-top: 20px; color: #bcaebd; font-size: .84rem; }
.footer-grid h3 { margin-bottom: 17px; color: #fff; font-size: .9rem; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a, .footer-grid p { margin-bottom: 9px; color: #bfb1c0; font-size: .8rem; }
.footer-grid a:hover { color: #fff; }
.payment-badges { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 10px; }
.payment-badges span { padding: 5px 8px; color: var(--plum); background: #fff; border-radius: 5px; font-size: .58rem; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 18px 0; color: #9f8fa1; border-top: 1px solid rgba(255,255,255,.09); font-size: .68rem; }

@media (max-width: 1080px) {
    .main-nav { gap: 18px; }
    .main-nav a { font-size: .86rem; }
    .product-grid { grid-template-columns: repeat(3,1fr); }
    .trust-grid { grid-template-columns: repeat(2,1fr); }
    .trust-grid > div:nth-child(2) { border-right: 0; }
    .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
    .benefits-grid { grid-template-columns: repeat(2,1fr); }
    .cart-layout, .checkout-layout { grid-template-columns: 1fr 340px; }
    .cart-item { grid-template-columns: 100px 1fr 90px; }
    .cart-item-price { grid-column: 2 / 4; justify-self: end; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
    .section { padding: 72px 0; }
    .header-inner { grid-template-columns: auto auto 1fr; min-height: 72px; }
    .nav-toggle { display: block; order: 2; }
    .main-nav { position: fixed; left: 18px; right: 18px; top: 112px; z-index: 120; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow); }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 12px 13px; border-radius: 10px; }
    .main-nav a::after { display: none; }
    .main-nav a.active { background: var(--pink-pale); }
    .cart-button { justify-self: end; order: 3; }
    .header-inner > .brand { order: 1; }
    .hero, .hero-slide { min-height: auto; }
    .hero-grid { grid-template-columns: 1fr; gap: 20px; padding-top: 70px; padding-bottom: 90px; text-align: center; }
    .hero-copy p { margin-inline: auto; }
    .hero-actions, .hero-trust { justify-content: center; }
    .hero-visual { min-height: 440px; }
    .hero-visual::before { width: 360px; height: 360px; }
    .hero-orbit-one { width: 420px; height: 420px; }
    .hero-orbit-two { width: 290px; height: 290px; }
    .floating-note-top { right: 4%; }
    .floating-note-bottom { left: 4%; }
    .product-grid { grid-template-columns: repeat(2,1fr); }
    .feature-story, .faq-grid, .product-detail-grid, .reviews-grid, .auth-layout, .reverse-auth, .account-grid, .contact-grid { grid-template-columns: 1fr; }
    .feature-story { gap: 45px; }
    .feature-story-visual { min-height: 520px; }
    .faq-grid { gap: 40px; }
    .product-gallery, .review-form, .checkout-summary, .policy-layout aside { position: static; }
    .product-detail-grid { gap: 38px; }
    .product-main-image { min-height: 480px; }
    .product-main-image img { height: 390px; }
    .shop-toolbar { grid-template-columns: 1fr 1fr; }
    .shop-search { grid-column: 1 / -1; }
    .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
    .order-summary { position: static; }
    .auth-visual, .auth-card { min-height: 500px; }
    .auth-visual { order: 2; }
    .reverse-auth .auth-visual { order: initial; }
    .contact-grid { gap: 40px; }
    .policy-layout { grid-template-columns: 1fr; gap: 30px; }
    .policy-layout aside { display: flex; overflow-x: auto; }
    .policy-layout aside a { flex: 0 0 auto; border-bottom: 0; border-right: 1px solid var(--line); }
    .newsletter-card { grid-template-columns: 1fr; }
    .newsletter-form { grid-template-columns: 1fr auto; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
    .container, .narrow-container { width: min(100% - 28px, var(--container)); }
    .announcement-contact { display: none; }
    .announcement-inner { justify-content: center; }
    .brand-copy { display: none; }
    .cart-button span { display: none; }
    .header-inner { gap: 10px; }
    .main-nav { top: 105px; }
    h1 { font-size: 2.7rem; }
    h2 { font-size: 2.1rem; }
    .hero-grid { padding-top: 54px; }
    .hero-copy h1, .hero-copy h2 { font-size: 2.8rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-trust { display: grid; gap: 7px; }
    .hero-visual { min-height: 360px; }
    .hero-visual::before { width: 290px; height: 290px; }
    .hero-orbit-one { width: 340px; height: 340px; }
    .hero-orbit-two { width: 240px; height: 240px; }
    .floating-note { min-width: 145px; padding: 10px; }
    .floating-note-top { top: 32px; }
    .floating-note-bottom { bottom: 35px; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-grid > div { min-height: 88px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
    .trust-grid > div:last-child { border-bottom: 0; }
    .section-heading, .page-hero-inner { align-items: flex-start; flex-direction: column; }
    .section-heading .text-link { margin-top: -10px; }
    .product-grid { grid-template-columns: 1fr; }
    .product-card-image { aspect-ratio: 1 / .88; }
    .feature-story-visual { min-height: 440px; }
    .feature-blob { width: 330px; height: 330px; }
    .ingredient-card { min-width: 175px; }
    .ingredient-card-one { right: 0; top: 30px; }
    .ingredient-card-two { left: 0; bottom: 35px; }
    .benefits-grid { grid-template-columns: 1fr; }
    .benefits-grid article { min-height: auto; }
    .page-hero { padding: 55px 0; }
    .shop-toolbar { grid-template-columns: 1fr; }
    .shop-search { grid-column: auto; }
    .shop-filter select { width: 100%; }
    .product-main-image { min-height: 390px; padding: 25px; }
    .product-main-image img { height: 330px; }
    .product-thumbnails { grid-template-columns: repeat(4,1fr); }
    .add-to-cart-form { grid-template-columns: 1fr; }
    .tab-buttons { overflow-x: auto; }
    .tab-buttons button { flex: 0 0 auto; padding-inline: 14px; }
    .two-columns { grid-template-columns: 1fr; }
    .cart-item { grid-template-columns: 82px 1fr; padding-right: 38px; }
    .cart-item-quantity { grid-column: 1 / 2; }
    .cart-item-price { grid-column: 2; }
    .cart-actions { align-items: stretch; flex-direction: column; gap: 15px; }
    .checkout-block { padding: 22px 18px; }
    .order-status-banner, .delivery-card { grid-template-columns: 1fr; }
    .success-actions { flex-direction: column; }
    .auth-layout { border-radius: 18px; }
    .auth-visual, .auth-card { min-height: auto; padding: 38px 24px; }
    .auth-visual { padding-bottom: 320px; }
    .auth-visual img { max-height: 270px; }
    .contact-form { padding: 23px 18px; }
    .newsletter-card { padding: 30px 22px; }
    .newsletter-form { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
