/** Shopify CDN: Minification failed

Line 9:0 All "@import" rules must come first

**/
/* Fix: prevent fixed header from overlapping page content */
main { padding-top: 121px; }
.p-hero { margin-top: 0; }
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap');

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

:root {
  --plum: #3d1f3f;
  --mauve: #7a4f7d;
  --blush: #e8c4c4;
  --peach: #f0d9c8;
  --cream: #faf6f0;
  --warm-white: #fdfaf6;
  --sage: #8a9e8a
  --text: #2a1f2a;
  --muted: #7a6e7a;
  --border: rgba(61,31,63,0.12);
  --font-display: 'Cormorant Garamond', serif;
  --font-body: 'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { font-family: var(--font-body); color: var(--text); background: var(--warm-white); overflow-x: hidden; }

/* ── ANNOUNCEMENT BANNER ── */
.p-banner { background: var(--plum); color: rgba(255,255,255,0.9); text-align: center; padding: 10px 20px; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }

/* ── NAV ── */
.p-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 16px 48px; background: rgba(253,250,246,0.85); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); transition: padding 0.3s, box-shadow 0.3s; }
.p-nav.scrolled { padding: 12px 48px; box-shadow: 0 2px 20px rgba(61,31,63,0.08); }
.p-nav-logo { display: flex; align-items: center; text-decoration: none; }
.p-nav-logo-img { height: 52px; width: auto; }
.p-nav-links { display: flex; gap: 32px; list-style: none; align-items: center; }
.p-nav-links a { font-size: 12px; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.p-nav-links a:hover { color: var(--plum); }
.p-nav-cta { background: var(--plum) !important; color: white !important; padding: 10px 22px; border-radius: 100px; letter-spacing: 0.06em; font-size: 12px !important; font-weight: 500 !important; transition: background 0.2s, transform 0.2s !important; }
.p-nav-cta:hover { background: var(--mauve) !important; transform: translateY(-1px); }
.p-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.p-hamburger span { display: block; width: 22px; height: 1.5px; background: var(--plum); transition: all 0.3s; }
.p-mobile-nav { display: none; position: fixed; top: 69px; left: 0; right: 0; background: rgba(253,250,246,0.98); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); padding: 20px 32px 28px; z-index: 99; flex-direction: column; }
.p-mobile-nav.open { display: flex; }
.p-mobile-nav a { font-size: 15px; color: var(--text); text-decoration: none; padding: 13px 0; border-bottom: 1px solid var(--border); letter-spacing: 0.04em; }
.p-mobile-nav a:last-child { border-bottom: none; color: var(--mauve); font-weight: 500; }

/* ── BUTTONS ── */
.p-btn-primary { background: var(--plum); color: white; padding: 16px 36px; border-radius: 100px; font-size: 13px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; transition: all 0.25s; display: inline-block; border: none; cursor: pointer; font-family: var(--font-body); }
.p-btn-primary:hover { background: var(--mauve); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(61,31,63,0.2); }
.p-btn-ghost { color: var(--plum); font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; background: none; border: none; cursor: pointer; font-family: var(--font-body); }
.p-btn-ghost::after { content: '→'; font-size: 16px; transition: transform 0.2s; }
.p-btn-ghost:hover::after { transform: translateX(4px); }
.p-btn-outline { background: transparent; color: var(--plum); border: 1.5px solid var(--plum); padding: 14px 32px; border-radius: 100px; font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; transition: all 0.2s; display: inline-block; cursor: pointer; font-family: var(--font-body); }
.p-btn-outline:hover { background: var(--plum); color: white; }

/* ── HERO — SPLIT LAYOUT ── */
.p-hero { min-height: 92vh; display: grid; grid-template-columns: 1fr 1fr; position: relative; overflow: hidden; margin-top: 92px; }
.p-hero-left { display: flex; flex-direction: column; justify-content: center; padding: 80px 64px 80px 80px; position: relative; z-index: 2; }
.p-hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mauve); font-weight: 500; margin-bottom: 28px; }
.p-hero-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--mauve); }
.p-hero h1 { font-family: var(--font-display); font-size: clamp(50px, 5.5vw, 76px); font-weight: 300; line-height: 1.08; color: var(--plum); margin-bottom: 28px; letter-spacing: -0.01em; }
.p-hero h1 em { font-style: italic; color: var(--mauve); }
.p-hero-desc { font-size: 17px; line-height: 1.7; color: var(--muted); max-width: 440px; margin-bottom: 44px; font-weight: 300; }
.p-hero-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.p-hero-trust { margin-top: 60px; display: flex; gap: 32px; flex-wrap: wrap; align-items: center; }
.p-trust-item { display: flex; flex-direction: column; gap: 4px; }
.p-trust-number { font-family: var(--font-display); font-size: 32px; font-weight: 300; color: var(--plum); line-height: 1; }
.p-trust-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
.p-trust-divider { width: 1px; height: 36px; background: var(--border); }

/* Hero Right — animated gradient bg with floating card */
.p-hero-right { position: relative; overflow: hidden; }
.p-hero-right::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--blush) 0%, var(--peach) 50%, #e0cfd8 100%); z-index: 1; }
.p-hero-blob { position: absolute; border-radius: 50%; opacity: 0.4; z-index: 2; }
.p-blob-1 { width: 340px; height: 340px; background: radial-gradient(circle, rgba(122,79,125,0.3), transparent); top: 10%; right: 10%; animation: p-float1 8s ease-in-out infinite; }
.p-blob-2 { width: 220px; height: 220px; background: radial-gradient(circle, rgba(232,196,196,0.6), transparent); bottom: 20%; left: 15%; animation: p-float2 10s ease-in-out infinite; }
.p-blob-3 { width: 160px; height: 160px; background: radial-gradient(circle, rgba(138,158,138,0.3), transparent); top: 50%; right: 25%; animation: p-float1 12s ease-in-out infinite reverse; }
@keyframes p-float1 { 0%,100%{transform:translateY(0) scale(1)} 50%{transform:translateY(-20px) scale(1.05)} }
@keyframes p-float2 { 0%,100%{transform:translateY(0) scale(1)} 50%{transform:translateY(15px) scale(0.97)} }
.p-hero-visual { position: absolute; inset: 0; z-index: 3; display: flex; align-items: center; justify-content: center; }
.p-strip-card { background: rgba(253,250,246,0.75); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.6); border-radius: 24px; padding: 40px 44px; max-width: 300px; width: 100%; box-shadow: 0 24px 64px rgba(61,31,63,0.12); text-align: center; }
.p-strip-icon { font-size: 42px; margin-bottom: 14px; display: block; }
.p-strip-card h3 { font-family: var(--font-display); font-size: 22px; font-weight: 400; color: var(--plum); margin-bottom: 8px; }
.p-strip-card p { font-size: 13px; color: var(--muted); line-height: 1.6; margin-bottom: 20px; font-weight: 300; }
/* — STRIP CARD PROGRESS BAR & WEEKS — */
.p-strip-progress { margin-top: 24px; }
.p-strip-bar { width: 100%; height: 8px; background: var(--peach); border-radius: 99px; overflow: hidden; }
.p-strip-bar-fill { width: 66%; height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--plum) 0%, var(--mauve) 70%, var(--peach) 100%); }
.p-strip-progress-label { display: block; margin-top: 8px; font-family: var(--font-body); font-size: 0.7rem; letter-spacing: 0.12em; color: var(--muted); text-transform: uppercase; }
.p-strip-weeks { display: flex; gap: 10px; margin-top: 16px; }
.p-strip-week { padding: 8px 16px; border-radius: 99px; background: var(--peach); font-family: var(--font-body); font-size: 0.8rem; font-weight: 600; color: var(--muted); letter-spacing: 0.04em; }
.p-strip-week.active { background: var(--plum); color: #fff; }
.p-compound-bar { background: rgba(61,31,63,0.08); border-radius: 100px; height: 6px; overflow: hidden; margin-bottom: 8px; }
.p-compound-fill { height: 100%; background: linear-gradient(90deg, var(--mauve), var(--blush)); border-radius: 100px; animation: p-fillBar 3s ease-out infinite alternate; }
@keyframes p-fillBar { from{width:40%} to{width:85%} }
.p-compound-label { font-size: 11px; color: var(--muted); text-align: left; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 12px; }
.p-week-badges { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; }
.p-week-badge { font-size: 10px; padding: 4px 10px; border-radius: 100px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500; }
.p-week-badge.active { background: var(--plum); color: white; }
.p-week-badge.dim { background: rgba(61,31,63,0.08); color: var(--muted); }

/* ── MARQUEE — cream version ── */
.p-marquee-wrap { background: var(--cream); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 16px 0; overflow: hidden; }
.p-marquee-track { display: flex; animation: p-marquee 28s linear infinite; white-space: nowrap; }
.p-marquee-item { display: inline-flex; align-items: center; gap: 16px; padding: 0 32px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mauve); font-weight: 500; }
.p-marquee-dot { width: 4px; height: 4px; background: var(--blush); border-radius: 50%; flex-shrink: 0; }
@keyframes p-marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ── SECTION SHARED ── */
.p-section { padding: 100px 80px; }
.p-section-label { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mauve); font-weight: 500; margin-bottom: 20px; }
.p-section-label::before { content: ''; width: 28px; height: 1px; background: var(--mauve); }
.p-section-title { font-family: var(--font-display); font-size: clamp(38px, 4vw, 58px); font-weight: 300; line-height: 1.1; color: var(--plum); margin-bottom: 20px; }
.p-section-title em { font-style: italic; color: var(--mauve); }
.p-section-sub { font-size: 16px; line-height: 1.75; color: var(--muted); max-width: 520px; font-weight: 300; }

/* ── HOW IT WORKS — dark plum ── */
.p-how { background: var(--plum); color: white; position: relative; overflow: hidden; }
.p-how::before { content: ''; position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(122,79,125,0.4), transparent); top: -200px; right: -200px; pointer-events: none; }
.p-how .p-section-label { color: var(--blush); }
.p-how .p-section-label::before { background: var(--blush); }
.p-how .p-section-title { color: white; }
.p-how .p-section-title em { color: var(--blush); }
.p-how .p-section-sub { color: rgba(255,255,255,0.6); max-width: 560px; }
.p-how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 64px; align-items: start; }
.p-how-steps { display: flex; flex-direction: column; }
.p-how-step { display: flex; gap: 28px; position: relative; padding-bottom: 48px; }
.p-how-step:last-child { padding-bottom: 0; }
.p-how-step:not(:last-child)::before { content: ''; position: absolute; left: 20px; top: 44px; bottom: 0; width: 1px; background: rgba(255,255,255,0.15); }
.p-step-num { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.25); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 18px; font-weight: 300; color: var(--blush); flex-shrink: 0; background: rgba(255,255,255,0.05); }
.p-step-content h4 { font-family: var(--font-display); font-size: 22px; font-weight: 400; color: white; margin-bottom: 8px; }
.p-step-content p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.55); font-weight: 300; }
.p-how-visual { position: sticky; top: 120px; }
.p-compound-chart { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 20px; padding: 36px; }
.p-chart-title { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 32px; }
.p-chart-bars { display: flex; align-items: flex-end; gap: 10px; height: 140px; margin-bottom: 16px; }
.p-chart-bar-wrap { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; height: 100%; justify-content: flex-end; }
.p-chart-bar { width: 100%; border-radius: 6px 6px 0 0; }
.p-chart-week-label { font-size: 10px; color: rgba(255,255,255,0.4); letter-spacing: 0.06em; text-transform: uppercase; }
.p-chart-legend { display: flex; gap: 20px; margin-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; }
.p-legend-item { display: flex; align-items: center; gap: 8px; font-size: 12px; color: rgba(255,255,255,0.5); }
.p-legend-dot { width: 8px; height: 8px; border-radius: 50%; }
.p-ing-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.p-ing-tag { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 100px; padding: 8px 18px; font-size: 12px; color: rgba(255,255,255,0.7); letter-spacing: 0.05em; }

/* ── SYMPTOMS — cream bg ── */
.p-symptoms { background: var(--cream); }
.p-symptoms-header { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-bottom: 64px; align-items: end; }
.p-symptoms-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 20px; overflow: hidden; }
.p-sym-card { background: var(--warm-white); padding: 36px 32px; transition: background 0.2s; }
.p-sym-card:hover { background: #fef8f5; }
.p-sym-icon { font-size: 28px; margin-bottom: 16px; display: block; }
.p-sym-card h4 { font-family: var(--font-display); font-size: 20px; font-weight: 400; color: var(--plum); margin-bottom: 8px; }
.p-sym-card p { font-size: 13px; line-height: 1.65; color: var(--muted); font-weight: 300; }
.p-sym-pill { display: inline-block; margin-top: 12px; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 12px; background: var(--blush); color: var(--plum); border-radius: 100px; font-weight: 500; }

/* ── PRODUCTS ── */
.p-products { background: var(--warm-white); }
.p-products-header { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.p-products-header .p-section-label { justify-content: center; }
.p-products-header .p-section-label::before { display: none; }
.p-products-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.p-product-card { border: 1px solid var(--border); border-radius: 24px; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; background: var(--warm-white); display: flex; flex-direction: column; }
.p-product-card:hover { transform: translateY(-6px); box-shadow: 0 24px 64px rgba(61,31,63,0.1); }
.p-product-card.hero-sku { border-color: rgba(122,79,125,0.3); }
.p-product-img-wrap { position: relative; overflow: hidden; }
.p-product-img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; transition: transform 0.5s; }
.p-product-card:hover .p-product-img { transform: scale(1.03); }
.p-hero-sku-badge { position: absolute; top: 16px; left: 16px; background: var(--plum); color: white; font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; }
.p-product-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.p-product-tag { display: inline-block; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; padding: 4px 12px; border-radius: 100px; margin-bottom: 12px; background: var(--blush); color: var(--plum); }
.p-product-card h3 { font-family: var(--font-display); font-size: 26px; font-weight: 400; color: var(--plum); margin-bottom: 4px; }
.p-product-subtitle { font-size: 12px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.p-product-desc { font-size: 13px; line-height: 1.7; color: var(--muted); font-weight: 300; margin-bottom: 18px; flex: 1; }
.p-product-ingredients { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 22px; }
.p-product-ing { font-size: 10px; padding: 4px 10px; border-radius: 100px; letter-spacing: 0.05em; border: 1px solid var(--border); color: var(--muted); }
.p-product-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.p-product-price { font-family: var(--font-display); font-size: 24px; font-weight: 400; color: var(--plum); }
.p-product-price span { font-size: 13px; color: var(--muted); font-family: var(--font-body); font-weight: 300; }

/* ── BUNDLES — dark plum ── */
.p-bundles { background: var(--plum); position: relative; overflow: hidden; }
.p-bundles::before { content: ''; position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(122,79,125,0.5), transparent); top: -200px; right: -100px; pointer-events: none; }
.p-bundles .p-section-label { color: var(--blush); }
.p-bundles .p-section-label::before { background: var(--blush); }
.p-bundles .p-section-title { color: white; }
.p-bundles .p-section-title em { color: var(--blush); }
.p-bundles .p-section-sub { color: rgba(255,255,255,0.6); max-width: 500px; }
.p-bundles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 56px; }
.p-bundle-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14); border-radius: 20px; padding: 36px 32px; transition: background 0.3s, transform 0.3s; }
.p-bundle-card:hover { background: rgba(255,255,255,0.11); transform: translateY(-4px); }
.p-bundle-card.featured { background: rgba(255,255,255,0.12); border-color: rgba(232,196,196,0.35); }
.p-bundle-badge { display: inline-block; font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; margin-bottom: 20px; background: rgba(232,196,196,0.2); color: var(--blush); }
.p-bundle-badge.best { background: var(--blush); color: var(--plum); }
.p-bundle-card h3 { font-family: var(--font-display); font-size: 26px; font-weight: 400; color: white; margin-bottom: 8px; }
.p-bundle-card > p { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.55); font-weight: 300; margin-bottom: 24px; }
.p-bundle-includes { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 8px; }
.p-bundle-includes li { font-size: 13px; color: rgba(255,255,255,0.7); display: flex; align-items: center; gap: 10px; }
.p-bundle-includes li::before { content: '✦'; font-size: 8px; color: var(--blush); flex-shrink: 0; }
.p-bundle-pricing { display: flex; align-items: baseline; gap: 10px; margin-bottom: 20px; }
.p-bundle-price { font-family: var(--font-display); font-size: 32px; font-weight: 300; color: white; }
.p-bundle-original { font-size: 16px; color: rgba(255,255,255,0.35); text-decoration: line-through; font-family: var(--font-display); }
.p-bundle-btn { display: block; text-align: center; width: 100%; padding: 14px; border-radius: 100px; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; transition: all 0.2s; font-family: var(--font-body); border: none; cursor: pointer; }
.p-bundle-btn.light { background: white; color: var(--plum); }
.p-bundle-btn.light:hover { background: var(--blush); }
.p-bundle-btn.accent { background: var(--blush); color: var(--plum); }
.p-bundle-btn.accent:hover { background: var(--peach); }

/* ── LEARN HUB ── */
.p-learn { background: var(--cream); }
.p-learn-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 56px; gap: 40px; }
.p-learn-header .p-section-sub { max-width: 360px; }
.p-articles-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 24px; }
.p-article-card { border-radius: 20px; overflow: hidden; background: var(--warm-white); border: 1px solid var(--border); transition: transform 0.3s, box-shadow 0.3s; text-decoration: none; color: inherit; display: block; }
.p-article-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(61,31,63,0.09); }
.p-article-img { display: flex; align-items: center; justify-content: center; font-size: 56px; position: relative; }
.p-article-card:nth-child(1) .p-article-img { height: 240px; background: linear-gradient(135deg, #e8c4d4, #d4a8c8); }
.p-article-card:nth-child(2) .p-article-img { height: 160px; background: linear-gradient(135deg, #c4d4e8, #a8b8d4); }
.p-article-card:nth-child(3) .p-article-img { height: 160px; background: linear-gradient(135deg, #d4e8c4, #b8d4a8); }
.p-article-tag { position: absolute; top: 16px; left: 16px; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; background: rgba(253,250,246,0.9); backdrop-filter: blur(8px); color: var(--plum); border-radius: 100px; font-weight: 500; }
.p-article-body { padding: 24px; }
.p-article-body h4 { font-family: var(--font-display); font-size: 20px; font-weight: 400; color: var(--plum); margin-bottom: 10px; line-height: 1.25; }
.p-article-card:nth-child(1) .p-article-body h4 { font-size: 24px; }
.p-article-body p { font-size: 13px; color: var(--muted); line-height: 1.6; font-weight: 300; }
.p-article-read-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mauve); font-weight: 500; transition: gap 0.2s; }
.p-article-card:hover .p-article-read-more { gap: 10px; }

/* ── ABOUT / FOUNDER ── */
.p-about { background: var(--warm-white); }
.p-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.p-about-quote { font-family: var(--font-display); font-size: clamp(24px, 2.6vw, 38px); font-weight: 300; font-style: italic; line-height: 1.35; color: var(--plum); margin-bottom: 28px; }
.p-about-body { font-size: 16px; line-height: 1.8; color: var(--muted); font-weight: 300; margin-bottom: 18px; }
.p-about-sig { font-family: var(--font-display); font-size: 22px; font-style: italic; color: var(--mauve); margin-top: 8px; display: block; }
.p-about-visual { background: linear-gradient(135deg, var(--blush) 0%, var(--peach) 60%, #d0b8d8 100%); border-radius: 24px; padding: 40px; display: flex; flex-direction: column; gap: 16px; }
.p-pillar { background: rgba(253,250,246,0.82); backdrop-filter: blur(12px); border-radius: 16px; padding: 20px 24px; display: flex; align-items: center; gap: 16px; border: 1px solid rgba(255,255,255,0.7); }
.p-pillar-icon { font-size: 22px; flex-shrink: 0; }
.p-pillar h4 { font-family: var(--font-display); font-size: 18px; font-weight: 400; color: var(--plum); margin-bottom: 2px; }
.p-pillar p { font-size: 12px; color: var(--muted); font-weight: 300; }

/* ── QUIZ CTA — blush gradient ── */
.p-quiz-cta { background: linear-gradient(135deg, var(--blush) 0%, var(--peach) 100%); text-align: center; padding: 100px 80px; position: relative; overflow: hidden; }
.p-quiz-cta::before { content: ''; position: absolute; width: 500px; height: 500px; background: radial-gradient(circle, rgba(122,79,125,0.15), transparent); top: -200px; left: -100px; pointer-events: none; }
.p-quiz-cta::after { content: ''; position: absolute; width: 400px; height: 400px; background: radial-gradient(circle, rgba(61,31,63,0.1), transparent); bottom: -150px; right: -100px; pointer-events: none; }
.p-quiz-cta .p-section-label { justify-content: center; }
.p-quiz-cta .p-section-label::before { display: none; }
.p-quiz-cta .p-section-title { max-width: 600px; margin: 0 auto 20px; }
.p-quiz-cta .p-section-sub { max-width: 480px; margin: 0 auto 44px; }
.p-quiz-chips { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }
.p-quiz-chip { background: rgba(255,255,255,0.7); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.8); border-radius: 100px; padding: 12px 24px; font-size: 13px; color: var(--plum); font-weight: 400; cursor: pointer; transition: all 0.2s; font-family: var(--font-body); }
.p-quiz-chip:hover, .p-quiz-chip.selected { background: rgba(255,255,255,0.95); transform: translateY(-2px); font-weight: 500; }

/* ── TESTIMONIALS ── */
.p-testimonials { background: var(--warm-white); }
.p-testimonials-header { text-align: center; max-width: 560px; margin: 0 auto 56px; }
.p-testimonials-header .p-section-label { justify-content: center; }
.p-testimonials-header .p-section-label::before { display: none; }
.p-testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.p-testimonial-card { background: var(--cream); border-radius: 20px; padding: 36px 32px; border: 1px solid var(--border); position: relative; }
.p-testimonial-card::before { content: '"'; position: absolute; top: 20px; right: 28px; font-family: var(--font-display); font-size: 80px; color: var(--blush); line-height: 1; font-weight: 300; }
.p-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.p-star { width: 14px; height: 14px; background: var(--mauve); clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%); }
.p-testimonial-text { font-family: var(--font-display); font-size: 18px; font-weight: 300; font-style: italic; line-height: 1.6; color: var(--text); margin-bottom: 24px; }
.p-testimonial-author { display: flex; align-items: center; gap: 12px; }
.p-author-avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 500; color: white; flex-shrink: 0; }
.p-author-name { font-size: 13px; font-weight: 500; color: var(--text); }
.p-author-detail { font-size: 12px; color: var(--muted); }
.p-weeks-used { display: inline-block; margin-top: 14px; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 12px; background: rgba(122,79,125,0.08); color: var(--mauve); border-radius: 100px; font-weight: 500; }

/* ── FOOTER ── */
.p-footer { background: var(--plum); padding: 72px 80px 40px; }
.p-footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 56px; }
.p-footer-logo-img { height: 40px; width: auto; margin-bottom: 16px; display: block; }
.p-footer-brand p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.45); font-weight: 300; max-width: 280px; margin-bottom: 20px; }
.p-footer-email { display: flex; border: 1px solid rgba(255,255,255,0.2); border-radius: 100px; overflow: hidden; max-width: 260px; }
.p-footer-email input { flex: 1; background: none; border: none; outline: none; padding: 11px 18px; font-size: 13px; color: white; font-family: var(--font-body); }
.p-footer-email input::placeholder { color: rgba(255,255,255,0.3); }
.p-footer-email button { background: var(--mauve); color: white; border: none; padding: 11px 20px; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; font-family: var(--font-body); }
.p-footer-email button:hover { background: #9060a0; }
.p-footer-col h5 { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); font-weight: 500; margin-bottom: 20px; }
.p-footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.p-footer-col a { font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; font-weight: 300; }
.p-footer-col a:hover { color: white; }
.p-footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 28px; display: flex; align-items: center; justify-content: space-between; }
.p-footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.3); font-weight: 300; }
.p-footer-bottom a { color: rgba(255,255,255,0.35); text-decoration: none; }
.p-footer-bottom a:hover { color: white; }

/* ── QUIZ PAGE ── */
.p-quiz-page { min-height: 100vh; background: var(--warm-white); padding: 120px 60px 80px; display: flex; align-items: flex-start; justify-content: center; }
.p-quiz-container { max-width: 680px; width: 100%; }
.p-quiz-header { text-align: center; margin-bottom: 48px; }
.p-quiz-progress { display: flex; align-items: center; gap: 8px; margin-bottom: 48px; justify-content: center; }
.p-quiz-progress-step { width: 36px; height: 3px; border-radius: 100px; background: var(--border); transition: background 0.3s; }
.p-quiz-progress-step.active { background: var(--mauve); }
.p-quiz-progress-step.done { background: var(--plum); }
.p-quiz-step { display: none; animation: p-fadeIn 0.4s ease; }
.p-quiz-step.active { display: block; }
@keyframes p-fadeIn { from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:translateY(0)} }
.p-quiz-step h2 { font-family: var(--font-display); font-size: clamp(28px, 3.5vw, 44px); font-weight: 300; color: var(--plum); line-height: 1.2; margin-bottom: 12px; }
.p-quiz-step h2 em { font-style: italic; color: var(--mauve); }
.p-quiz-step > p { font-size: 15px; color: var(--muted); margin-bottom: 36px; line-height: 1.65; font-weight: 300; }
.p-quiz-options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 36px; }
.p-quiz-option { background: white; border: 1.5px solid var(--border); border-radius: 16px; padding: 20px 22px; cursor: pointer; transition: all 0.2s; text-align: left; display: flex; align-items: flex-start; gap: 14px; font-family: var(--font-body); }
.p-quiz-option:hover { border-color: var(--mauve); background: #fdf8fc; }
.p-quiz-option.selected { border-color: var(--mauve); background: rgba(122,79,125,0.06); }
.p-quiz-option-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.p-quiz-option-text h4 { font-size: 14px; font-weight: 500; color: var(--plum); margin-bottom: 3px; }
.p-quiz-option-text p { font-size: 12px; color: var(--muted); font-weight: 300; margin: 0; }
.p-quiz-single { display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.p-quiz-single-opt { background: white; border: 1.5px solid var(--border); border-radius: 14px; padding: 18px 22px; cursor: pointer; transition: all 0.2s; font-size: 14px; color: var(--text); font-family: var(--font-body); text-align: left; display: flex; align-items: center; gap: 14px; }
.p-quiz-single-opt:hover { border-color: var(--mauve); }
.p-quiz-single-opt.selected { border-color: var(--mauve); background: rgba(122,79,125,0.06); color: var(--plum); font-weight: 500; }
.p-opt-check { width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid var(--border); flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.p-quiz-single-opt.selected .p-opt-check { background: var(--mauve); border-color: var(--mauve); color: white; font-size: 11px; }
.p-quiz-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; }
.p-quiz-nav-back { background: none; border: none; color: var(--muted); font-size: 13px; cursor: pointer; font-family: var(--font-body); display: flex; align-items: center; gap: 6px; }
.p-quiz-nav-back::before { content: '←'; }
.p-quiz-email-form { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.p-quiz-input { width: 100%; padding: 16px 20px; border: 1.5px solid var(--border); border-radius: 14px; font-size: 15px; color: var(--text); font-family: var(--font-body); background: white; outline: none; transition: border-color 0.2s; }
.p-quiz-input:focus { border-color: var(--mauve); }
.p-quiz-consent { font-size: 11px; color: var(--muted); line-height: 1.6; text-align: center; margin-bottom: 24px; }
.p-quiz-result { text-align: center; }
.p-quiz-result-card { background: white; border: 1px solid var(--border); border-radius: 24px; padding: 48px 40px; margin-bottom: 24px; position: relative; overflow: hidden; }
.p-quiz-result-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; }
.p-quiz-result-card.luna::before { background: linear-gradient(90deg, var(--mauve), var(--blush)); }
.p-quiz-result-card.sera::before, .p-quiz-result-card.clara::before { background: linear-gradient(90deg, #5bb8b0, #8dd8d4); }
.p-quiz-result-card.bundle::before { background: linear-gradient(90deg, var(--plum), var(--mauve)); }
.p-result-product-img { width: 160px; height: 160px; object-fit: cover; border-radius: 16px; margin: 0 auto 24px; display: block; }
.p-result-label { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; margin-bottom: 10px; color: var(--mauve); }
.p-quiz-result-card h3 { font-family: var(--font-display); font-size: 36px; font-weight: 300; color: var(--plum); margin-bottom: 12px; }
.p-quiz-result-card > p { font-size: 15px; color: var(--muted); line-height: 1.7; font-weight: 300; max-width: 440px; margin: 0 auto 28px; }
.p-result-also { background: var(--cream); border-radius: 16px; padding: 20px 24px; margin-top: 20px; }
.p-result-also h5 { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.p-result-also-products { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.p-result-also-pill { font-size: 12px; padding: 6px 16px; border-radius: 100px; border: 1px solid var(--border); color: var(--text); text-decoration: none; transition: all 0.2s; }
.p-result-also-pill:hover { border-color: var(--mauve); color: var(--mauve); }
.p-quiz-success-msg { background: rgba(91,184,176,0.1); border: 1px solid rgba(91,184,176,0.3); border-radius: 12px; padding: 14px 20px; font-size: 13px; color: #3a9e96; margin-bottom: 24px; }

/* ── SCROLL ANIMATION ── */
.p-fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.p-fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .p-nav { padding: 16px 32px; }
  .p-nav-links { display: none; }
  .p-hamburger { display: flex; }
  .p-section { padding: 80px 32px; }
  .p-hero { grid-template-columns: 1fr; min-height: auto; }
  .p-hero-left { padding: 80px 32px 60px; }
  .p-hero-right { height: 400px; }
  .p-how-grid { grid-template-columns: 1fr; gap: 48px; }
  .p-how-visual { position: static; }
  .p-products-grid { grid-template-columns: 1fr 1fr; }
  .p-bundles-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .p-about-grid { grid-template-columns: 1fr; gap: 40px; }
  .p-symptoms-header { grid-template-columns: 1fr; gap: 24px; }
  .p-symptoms-grid { grid-template-columns: repeat(2,1fr); }
  .p-articles-grid { grid-template-columns: 1fr; }
  .p-testimonials-grid { grid-template-columns: 1fr 1fr; }
  .p-footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .p-footer { padding: 56px 32px 36px; }
  .p-learn-header { flex-direction: column; gap: 16px; }
  .p-quiz-cta { padding: 80px 32px; }
  .p-quiz-options-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .p-section { padding: 60px 20px; }
  .p-hero-left { padding: 70px 20px 48px; }
  .p-products-grid, .p-symptoms-grid, .p-testimonials-grid { grid-template-columns: 1fr; }
  .p-quiz-cta { padding: 60px 20px; }
  .p-quiz-page { padding: 100px 20px 60px; }
  .p-footer { padding: 48px 20px 28px; }
  .p-footer-top { grid-template-columns: 1fr; gap: 28px; }
  .p-footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
}

/* ── SKIP LINK (ADA/WCAG 2.4.1) ── */
.p-skip-link { position: absolute; top: -100px; left: 16px; background: var(--plum); color: white; padding: 12px 20px; border-radius: 0 0 8px 8px; font-size: 14px; font-weight: 500; text-decoration: none; z-index: 9999; transition: top 0.2s; }
.p-skip-link:focus { top: 0; }

/* ── FOCUS RING (ADA/WCAG 2.4.7) ── */
:focus-visible { outline: 3px solid var(--mauve); outline-offset: 3px; border-radius: 4px; }
