/*
Theme Name: LÚMINA Melatonina
Theme URI: https://todomelatonina.com/
Author: LÚMINA Editorial
Description: Tema editorial nocturno para una guía responsable de melatonina y Amazon Afiliados.
Version: 1.0.1
Text Domain: lumina
*/

:root {
  --ink: #17172a;
  --ink-2: #23233b;
  --ink-3: #31314e;
  --ivory: #f6f0e6;
  --paper: #fffaf2;
  --lilac: #b9a7ff;
  --lilac-soft: #ddd3ff;
  --coral: #ff8a72;
  --sage: #c7d9b8;
  --line: rgba(23, 23, 42, .17);
  --line-light: rgba(246, 240, 230, .18);
  --shadow: 0 28px 70px rgba(14, 14, 28, .16);
  --radius: 26px;
  --shell: min(1240px, calc(100% - 48px));
  --pointer-x: 70%;
  --pointer-y: 30%;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
::selection { color: var(--ink); background: var(--coral); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; 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; z-index: 9999; left: 16px; top: -80px; padding: 10px 16px; color: var(--ink); background: var(--coral); font-weight: 800; transition: top .2s ease; }
.skip-link:focus { top: 16px; }
.scroll-progress { position: fixed; z-index: 1200; top: 0; left: 0; width: 100%; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--coral); }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; color: var(--ivory); transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease; }
.site-header.is-scrolled { background: rgba(23, 23, 42, .88); border-bottom: 1px solid var(--line-light); backdrop-filter: blur(18px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 20px; line-height: .9; letter-spacing: .15em; font-weight: 900; }
.brand small { display: block; margin-top: 8px; font-size: 8px; letter-spacing: .24em; color: rgba(246,240,230,.55); }
.brand-mark { position: relative; width: 31px; height: 31px; flex: 0 0 31px; overflow: hidden; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark::before { content: ""; position: absolute; inset: 5px; background: currentColor; border-radius: 50%; }
.brand-mark i { position: absolute; z-index: 2; width: 20px; height: 20px; right: 0; top: 1px; border-radius: 50%; background: var(--ink); }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--coral); transition: right .25s ease; }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 24px; padding: 10px 12px 10px 18px; color: var(--ink); background: var(--ivory); border-radius: 999px; }
.nav-cta span { display: grid; width: 28px; height: 28px; place-items: center; background: var(--coral); border-radius: 50%; font-size: 16px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 1px; margin: 6px 0; background: currentColor; transition: transform .25s ease; }

.hero { position: relative; min-height: 800px; height: min(920px, 100svh); overflow: hidden; color: var(--ivory); background: var(--ink); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle 250px at var(--pointer-x) var(--pointer-y), rgba(185,167,255,.12), transparent 80%); }
.hero-noise { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(115deg, transparent 0 46%, rgba(255,255,255,.025) 46.1% 46.2%, transparent 46.3%), radial-gradient(circle at 20% 40%, rgba(255,255,255,.05) 0 1px, transparent 1.5px); background-size: 100% 100%, 9px 9px; }
.hero-orbit { position: absolute; width: 880px; height: 880px; right: -220px; top: -100px; opacity: .68; }
.hero-orbit .orbit-line { position: absolute; inset: 10%; border: 1px solid rgba(246,240,230,.12); border-radius: 50%; }
.hero-orbit .orbit-line--two { inset: 25%; border-style: dashed; animation: spin 34s linear infinite; }
.hero-orbit > i, .hero-orbit > b, .hero-orbit > em { position: absolute; display: block; border-radius: 50%; }
.hero-orbit > i { width: 14px; height: 14px; left: 28%; top: 16%; background: var(--coral); box-shadow: 0 0 30px var(--coral); }
.hero-orbit > b { width: 7px; height: 7px; right: 25%; bottom: 14%; background: var(--lilac); }
.hero-orbit > em { width: 4px; height: 4px; left: 15%; bottom: 35%; background: var(--ivory); }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-grid { position: relative; z-index: 2; min-height: 100%; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .74fr); align-items: center; gap: clamp(60px, 9vw, 150px); padding-top: 88px; }
.hero-copy { max-width: 720px; }
.eyebrow, .section-index { display: flex; align-items: center; gap: 12px; margin-bottom: 27px; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 24px; height: 1px; background: var(--coral); }
.hero h1, .intro h2, .section-heading h2, .signal-copy h2, .faq-heading h2, .editorial-hero h1, .article-hero h1 { font-family: Iowan Old Style, Baskerville, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; line-height: .94; }
.hero h1 { max-width: 790px; margin-bottom: 29px; font-size: clamp(66px, 7.2vw, 112px); }
.hero h1 em, .intro h2 em, .signal-copy h2 em, .final-cta h2 em { color: var(--lilac); font-weight: 400; }
.hero-lead { max-width: 610px; margin-bottom: 35px; color: rgba(246,240,230,.72); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 28px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 850; letter-spacing: .075em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button span, .button b { font-size: 18px; font-weight: 400; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button--coral { color: var(--ink); background: var(--coral); box-shadow: 0 12px 34px rgba(255,138,114,.15); }
.button--coral:hover { box-shadow: 0 15px 44px rgba(255,138,114,.28); }
.button--ink { width: 100%; color: var(--ivory); background: var(--ink); }
.button--ivory { color: var(--ink); background: var(--ivory); }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: 13px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link span, .arrow-link span { transition: transform .2s ease; }
.text-link:hover span, .arrow-link:hover span { transform: translate(3px,-3px); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px 25px; margin-top: 44px; color: rgba(246,240,230,.58); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-trust span::before { content: "✓"; margin-right: 7px; color: var(--coral); }
.hero-object { position: relative; perspective: 1000px; }
.moon-card { position: relative; min-height: 520px; padding: 23px; overflow: hidden; background: rgba(49,49,78,.55); border: 1px solid rgba(246,240,230,.17); border-radius: 180px 180px 26px 26px; box-shadow: 0 40px 110px rgba(0,0,0,.32); backdrop-filter: blur(10px); transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transition: transform .15s ease-out; }
.moon-card__top, .moon-card__bottom { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.live-dot::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 7px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,138,114,.12); }
.moon-face { position: relative; width: min(300px, 82%); aspect-ratio: 1; margin: 45px auto 40px; background: var(--lilac); border-radius: 50%; box-shadow: 0 0 80px rgba(185,167,255,.24), inset -30px -20px 50px rgba(23,23,42,.15); }
.moon-cut { position: absolute; width: 82%; height: 82%; right: -8%; top: -9%; background: var(--ink-2); border-radius: 50%; }
.star { position: absolute; z-index: 4; width: 5px; height: 5px; background: var(--ivory); border-radius: 50%; box-shadow: 0 0 12px var(--ivory); }
.star--one { right: 11%; top: 22%; }.star--two { right: 28%; top: 5%; width: 3px; height: 3px; }.star--three { right: 3%; top: 51%; width: 3px; height: 3px; }
.rhythm { height: 46px; display: flex; align-items: end; justify-content: center; gap: 8px; margin: 0 auto 24px; }
.rhythm span { width: 4px; height: var(--h); background: rgba(246,240,230,.35); border-radius: 5px; animation: pulse 2.8s ease-in-out infinite alternate; }
.rhythm span:nth-child(2n) { animation-delay: -.7s; }
@keyframes pulse { to { opacity: .45; transform: scaleY(.62); } }
.moon-card__bottom { justify-content: center; gap: 12px; color: rgba(246,240,230,.55); }
.moon-card__bottom strong { color: var(--coral); }
.hero-caption { display: flex; align-items: center; gap: 13px; margin: 16px 8px 0; color: rgba(246,240,230,.55); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hero-caption span { display: grid; width: 28px; height: 28px; place-items: center; color: var(--ink); background: var(--lilac); border-radius: 50%; font-weight: 800; }
.scroll-cue { position: absolute; z-index: 3; left: 24px; bottom: 48px; display: flex; align-items: center; gap: 12px; color: rgba(246,240,230,.55); font-size: 8px; font-weight: 800; letter-spacing: .2em; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 48px; background: linear-gradient(var(--coral) 0 50%, rgba(246,240,230,.2) 50%); }

.ticker { overflow: hidden; color: var(--ink); background: var(--lilac); border-block: 1px solid var(--ink); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 29px; padding: 13px 0; animation: ticker 28s linear infinite; font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.ticker-track b { color: var(--coral); font-size: 15px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(50px, 10vw, 150px); padding-block: 150px 135px; }
.section-index { color: rgba(23,23,42,.55); }
.section-index::before { content: ""; width: 24px; height: 1px; background: var(--coral); }
.section-index--lilac { color: var(--lilac); }.section-index--lilac::before { background: var(--lilac); }
.intro h2, .section-heading h2 { margin-bottom: 0; font-size: clamp(48px, 5.6vw, 79px); }
.intro-copy { padding-top: 42px; }
.intro-copy > p { margin-bottom: 35px; color: rgba(23,23,42,.72); font-size: 18px; line-height: 1.75; }

.best-sellers { padding-block: 130px; color: var(--ivory); background: var(--ink-2); }
.best-sellers__heading { display: grid; grid-template-columns: 1.2fr .55fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.best-sellers__heading h2 { max-width: 790px; margin: 0; font-family: Iowan Old Style, Baskerville, "Times New Roman", serif; font-size: clamp(54px, 6.3vw, 86px); font-weight: 400; letter-spacing: -.055em; line-height: .95; }
.best-sellers__heading h2 em { color: var(--coral); font-weight: 400; }
.best-sellers__note { padding-top: 23px; border-top: 1px solid var(--line-light); }
.best-sellers__note > span { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; color: var(--lilac); font-size: 8px; font-weight: 900; letter-spacing: .17em; }
.best-sellers__note > span i { width: 7px; height: 7px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,138,114,.1); animation: live-pulse 1.8s ease-in-out infinite; }
@keyframes live-pulse { 50% { box-shadow: 0 0 0 9px rgba(255,138,114,0); } }
.best-sellers__note p { margin: 0; color: rgba(246,240,230,.56); font-size: 12px; }
.seller-list { border-top: 1px solid var(--line-light); }
.seller-card { position: relative; display: grid; grid-template-columns: 90px 170px 1fr 110px; gap: 30px; align-items: center; min-height: 235px; padding: 26px 18px; overflow: hidden; border-bottom: 1px solid var(--line-light); transition: background .28s ease, padding .28s ease; }
.seller-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(185,167,255,.11), transparent 65%); opacity: 0; transform: translateX(-10%); transition: opacity .3s ease, transform .3s ease; }
.seller-card:hover { padding-inline: 30px; background: rgba(255,255,255,.025); }.seller-card:hover::before { opacity: 1; transform: none; }
.seller-card > * { position: relative; z-index: 2; }
.seller-card__rank span { display: block; font-family: Georgia, serif; font-size: 47px; line-height: 1; }.seller-card__rank small { color: rgba(246,240,230,.42); font-size: 7px; font-weight: 900; letter-spacing: .17em; }
.seller-card__visual { position: relative; width: 145px; height: 165px; display: grid; place-items: center; background: var(--lilac-soft); border-radius: 70px 70px 18px 18px; }
.seller-card__visual::before { content: ""; position: absolute; width: 94px; height: 94px; border: 1px dashed rgba(23,23,42,.27); border-radius: 50%; animation: spin 23s linear infinite; }
.seller-card__visual > span { position: relative; z-index: 2; width: 52px; height: 91px; background: linear-gradient(90deg,#ae4b33,#e88254,#8e352b); border-radius: 10px 10px 15px 15px; box-shadow: inset 7px 0 rgba(255,255,255,.12), 0 17px 25px rgba(23,23,42,.2); }.seller-card__visual > span::before { content: ""; position: absolute; width: 42px; height: 24px; left: 5px; top: -18px; background: repeating-linear-gradient(90deg,var(--ivory) 0 3px,#d4cfc4 3px 5px); border-radius: 7px 7px 3px 3px; }.seller-card__visual > span::after { content: "L"; position: absolute; inset: 28px 4px 12px; display: grid; place-items: center; color: var(--ink); background: var(--ivory); font-family: Georgia,serif; font-size: 22px; }
.seller-card__visual > i { position: absolute; width: 5px; height: 5px; right: 23px; top: 33px; background: var(--coral); border-radius: 50%; }.seller-card__visual > b { position: absolute; width: 3px; height: 3px; left: 24px; bottom: 37px; background: var(--ink); border-radius: 50%; }
.seller-card__visual--night { background: #f0baa9; }.seller-card__visual--pure { background: var(--sage); }.seller-card__visual--tablet { background: #cbd3e5; }.seller-card__visual--gummy { background: #e9bcda; }
.seller-card__visual--tablet > span { width: 75px; height: 38px; background: var(--ivory); border: 1px solid var(--ink); border-radius: 99px; transform: rotate(-20deg); }.seller-card__visual--tablet > span::before { width: 1px; height: 100%; left: 50%; top: 0; background: var(--ink); }.seller-card__visual--tablet > span::after { display: none; }
.seller-card__visual--gummy > span { width: 45px; height: 45px; background: var(--coral); border: 5px solid rgba(255,255,255,.34); border-radius: 35% 35% 45% 45%; box-shadow: 34px 18px 0 -5px #a483d8, -29px 24px 0 -7px #dfad52; }.seller-card__visual--gummy > span::before, .seller-card__visual--gummy > span::after { display: none; }
.seller-card__copy > p { margin-bottom: 5px; color: var(--lilac); font-size: 8px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }.seller-card__copy h3 { max-width: 690px; margin-bottom: 12px; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: clamp(27px,3vw,41px); font-weight: 400; letter-spacing: -.04em; line-height: 1.04; }
.sales-signal { display: flex; align-items: center; gap: 8px; margin-bottom: 9px; color: var(--coral); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }.sales-signal i { width: 15px; height: 2px; background: var(--coral); }
.seller-card__copy > small { display: block; max-width: 650px; color: rgba(246,240,230,.5); font-size: 10px; line-height: 1.45; }
.seller-card__action { display: flex; flex-direction: column; align-items: center; gap: 10px; }.seller-card__action > span { color: rgba(246,240,230,.4); font-size: 6px; font-weight: 900; letter-spacing: .13em; text-align: center; }.round-link { display: grid; width: 62px; height: 62px; place-items: center; color: var(--ink); background: var(--coral); border-radius: 50%; font-size: 25px; transition: transform .2s ease, box-shadow .2s ease; }.round-link:hover,.round-link:focus-visible { transform: rotate(9deg) scale(1.08); box-shadow: 0 12px 35px rgba(255,138,114,.25); }
.best-sellers__disclaimer { max-width: 870px; margin: 31px auto 0; color: rgba(246,240,230,.44); font-size: 9px; text-align: center; }

.label-lab { color: var(--ivory); background: var(--ink); }
.lab-grid { min-height: 830px; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.label-visual { position: relative; min-height: 730px; display: grid; place-items: center; overflow: hidden; border-right: 1px solid var(--line-light); }
.label-visual::before, .label-visual::after { content: ""; position: absolute; border: 1px solid rgba(185,167,255,.2); border-radius: 50%; }
.label-visual::before { width: 540px; height: 540px; }.label-visual::after { width: 380px; height: 380px; border-style: dashed; animation: spin 40s linear infinite; }
.bottle { position: relative; z-index: 3; width: 238px; height: 380px; background: linear-gradient(90deg, #d66d3f, #ff9a63 24%, #d05d35 72%, #8f3d2b); border: 2px solid rgba(255,255,255,.24); border-radius: 32px 32px 45px 45px; box-shadow: inset 18px 0 30px rgba(255,255,255,.12), inset -25px 0 35px rgba(49,15,7,.25), 0 60px 90px rgba(0,0,0,.35); transform: rotate(-4deg); }
.bottle::after { content: ""; position: absolute; width: 65%; height: 12px; left: 18%; bottom: -10px; background: rgba(0,0,0,.35); border-radius: 50%; filter: blur(9px); }
.bottle-cap { position: absolute; width: 166px; height: 78px; left: 36px; top: -64px; background: repeating-linear-gradient(90deg, #ece7dc 0 5px, #d6d0c5 5px 7px); border-radius: 18px 18px 10px 10px; box-shadow: inset 0 -12px 14px rgba(23,23,42,.15); }
.bottle-label { position: absolute; inset: 80px 14px 52px; padding: 20px; color: var(--ink); background: var(--ivory); border-radius: 3px; }
.bottle-label small { font-size: 8px; font-weight: 800; letter-spacing: .17em; }.bottle-label strong { position: absolute; right: 18px; top: 13px; font-family: Georgia, serif; font-size: 35px; font-weight: 400; }.bottle-label i { display: block; width: 80px; height: 80px; margin: 35px auto 20px; background: var(--lilac); border-radius: 50%; box-shadow: inset -24px -12px 0 var(--ink); }.bottle-label p { margin: 0; font-size: 22px; font-weight: 900; line-height: .92; letter-spacing: -.04em; }
.lab-note { position: absolute; z-index: 5; padding: 9px 13px; color: var(--ink); background: var(--lilac); border-radius: 99px; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.lab-note i { position: absolute; top: 50%; width: 70px; height: 1px; background: var(--lilac); }.lab-note--a { left: 3%; top: 27%; }.lab-note--a i { left: 100%; }.lab-note--b { right: 3%; top: 52%; }.lab-note--b i { right: 100%; }.lab-note--c { left: 7%; bottom: 19%; }.lab-note--c i { left: 100%; }
.lab-copy { padding: 120px 0 100px clamp(60px, 8vw, 130px); }
.lab-copy h2 { max-width: 560px; margin-bottom: 55px; font-family: Iowan Old Style, Baskerville, "Times New Roman", serif; font-size: clamp(47px, 4.3vw, 67px); font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.check-list { max-width: 590px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.check-list li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line-light); }
.check-list li > span { color: var(--coral); font-family: Georgia, serif; font-size: 20px; }
.check-list h3 { margin-bottom: 4px; font-size: 16px; }.check-list p { margin: 0; color: rgba(246,240,230,.6); font-size: 13px; }

.selection { padding-block: 145px; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 80px; margin-bottom: 63px; }
.section-heading > p { max-width: 420px; margin-bottom: 0; color: rgba(23,23,42,.66); font-size: 16px; }
.section-heading--compact { grid-template-columns: 1fr auto; align-items: end; }
.filter-bar { display: flex; gap: 9px; margin-bottom: 36px; padding-bottom: 21px; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.filter-bar::-webkit-scrollbar { display: none; }
.filter-button { flex: 0 0 auto; min-height: 43px; padding: 0 18px; color: rgba(23,23,42,.66); background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: all .2s ease; }
.filter-button span { display: inline-grid; width: 24px; height: 24px; margin-left: 7px; place-items: center; color: var(--paper); background: var(--ink); border-radius: 50%; font-size: 8px; }
.filter-button:hover, .filter-button.is-active { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.filter-button.is-active span { color: var(--ink); background: var(--coral); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius); transition: opacity .25s ease, transform .25s ease, box-shadow .3s ease; }
.product-card:hover { box-shadow: var(--shadow); transform: translateY(-7px); }
.product-card.is-filtered-out { display: none; }
.product-card.filter-enter { animation: product-in .38s ease var(--filter-delay, 0ms) both; }
@keyframes product-in { from { opacity: 0; transform: translateY(16px) scale(.98); } }
.product-card__head { min-height: 63px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid var(--line); }
.product-card__head span { font-family: Georgia, serif; font-size: 20px; }.product-card__head small { font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.product-art { position: relative; min-height: 285px; display: grid; place-items: center; overflow: hidden; background: var(--lilac-soft); border-bottom: 1px solid var(--line); }
.product-card:nth-child(2n) .product-art { background: #f3c2b7; }.product-card:nth-child(3n) .product-art { background: var(--sage); }
.product-art > span { position: absolute; left: 18px; bottom: 15px; font-size: 8px; font-weight: 850; letter-spacing: .16em; }
.art-orbit { position: absolute; width: 225px; height: 225px; border: 1px solid rgba(23,23,42,.25); border-radius: 50%; }.art-orbit::after { content: ""; position: absolute; inset: 22px; border: 1px dashed rgba(23,23,42,.2); border-radius: 50%; animation: spin 28s linear infinite; }
.art-object { position: relative; z-index: 2; width: 100px; height: 154px; background: linear-gradient(90deg, #b95135, #f38a57 27%, #9b3f2f); border-radius: 18px 18px 25px 25px; box-shadow: inset 10px 0 rgba(255,255,255,.12), 0 28px 40px rgba(23,23,42,.2); transform: rotate(4deg); transition: transform .35s ease; }
.product-card:hover .art-object { transform: rotate(-3deg) translateY(-5px); }
.art-object::before { content: ""; position: absolute; width: 69px; height: 35px; left: 15px; top: -28px; background: repeating-linear-gradient(90deg, var(--ivory) 0 4px, #d8d1c6 4px 6px); border-radius: 10px 10px 5px 5px; }
.art-object i { position: absolute; inset: 46px 7px 21px; background: var(--ivory); }.art-object i::after { content: "LÚM"; position: absolute; left: 11px; top: 12px; font-size: 11px; font-weight: 900; letter-spacing: .13em; }.art-object b { position: absolute; z-index: 2; width: 36px; height: 36px; left: 32px; top: 90px; background: var(--lilac); border-radius: 50%; box-shadow: inset -12px 0 0 var(--ink); }.art-object em { display: none; }
.product-art--gummy .art-object { width: 76px; height: 76px; background: var(--coral); border: 7px solid rgba(255,255,255,.35); border-radius: 36% 36% 45% 45%; box-shadow: 54px 22px 0 -8px #e66f91, -42px 40px 0 -10px #dfad52, 0 28px 40px rgba(23,23,42,.18); }.product-art--gummy .art-object::before, .product-art--gummy .art-object i, .product-art--gummy .art-object b { display: none; }
.product-art--spray .art-object { width: 73px; height: 170px; border-radius: 12px 12px 17px 17px; }.product-art--spray .art-object::before { width: 70px; height: 45px; left: 1px; top: -37px; background: var(--ink); border-radius: 4px 17px 4px 4px; }.product-art--spray .art-object::after { content: ""; position: absolute; width: 35px; height: 9px; top: -32px; right: -25px; background: var(--ink); border-radius: 0 4px 4px 0; }
.product-art--mineral .art-object { width: 118px; height: 80px; background: var(--ivory); border: 1px solid var(--ink); border-radius: 50px; transform: rotate(-22deg); }.product-art--mineral .art-object::before { width: 1px; height: 100%; left: 50%; top: 0; background: var(--ink); }.product-art--mineral .art-object i, .product-art--mineral .art-object b { display: none; }
.product-art--travel .art-object { width: 126px; height: 138px; background: var(--ink); border: 0; border-radius: 14px; transform: rotate(0); }.product-art--travel .art-object::before { width: 58px; height: 32px; left: 34px; top: -23px; background: transparent; border: 7px solid var(--ink); border-bottom: 0; border-radius: 14px 14px 0 0; }.product-art--travel .art-object i { inset: 27px 17px; background: var(--coral); }.product-art--travel .art-object i::after { content: "NIGHT\A KIT"; white-space: pre; font-size: 16px; line-height: .9; }
.product-art--leaf .art-object { width: 113px; height: 151px; background: #577557; border-radius: 100% 8% 100% 8%; transform: rotate(-18deg); }.product-art--leaf .art-object::before { display: none; }.product-art--leaf .art-object::after { content: ""; position: absolute; width: 2px; height: 110px; left: 55px; top: 25px; background: var(--ivory); transform: rotate(36deg); transform-origin: bottom; }.product-art--leaf .art-object i, .product-art--leaf .art-object b { display: none; }
.product-card__body { flex: 1; padding: 29px 25px 22px; }
.product-card__body h3 { margin-bottom: 13px; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: 31px; font-weight: 400; letter-spacing: -.045em; line-height: 1.02; }
.product-card__body > p { min-height: 73px; margin-bottom: 22px; color: rgba(23,23,42,.66); font-size: 13px; }
.check-title { margin-bottom: 11px; color: rgba(23,23,42,.48); font-size: 8px; font-weight: 900; letter-spacing: .19em; }
.product-card__body ul { margin: 0; padding: 0; list-style: none; }
.product-card__body li { position: relative; margin: 7px 0; padding-left: 17px; font-size: 11px; font-weight: 700; }.product-card__body li::before { content: ""; position: absolute; width: 5px; height: 5px; left: 0; top: .66em; background: var(--coral); border-radius: 50%; }
.product-card__foot { padding: 0 20px 22px; }
.product-card__foot > span { display: block; margin-bottom: 8px; color: rgba(23,23,42,.48); font-size: 7px; font-weight: 900; letter-spacing: .17em; text-align: center; }
.selection-note { max-width: 840px; margin: 34px auto 0; color: rgba(23,23,42,.58); font-size: 11px; text-align: center; }

.signal-section { padding-block: 140px; color: var(--ivory); background: var(--ink-2); }
.signal-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(70px, 10vw, 150px); align-items: center; }
.signal-copy h2 { margin-bottom: 28px; font-size: clamp(56px, 6vw, 83px); }
.signal-copy > p:not(.section-index) { margin-bottom: 33px; color: rgba(246,240,230,.62); font-size: 16px; }
.night-timeline { padding: 33px; background: var(--ink); border: 1px solid var(--line-light); border-radius: var(--radius); box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.timeline-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line-light); font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.timeline-head small { color: var(--coral); font-size: 7px; }
.timeline-track { height: 76px; display: flex; align-items: end; gap: 4px; padding: 20px 0; border-bottom: 1px solid var(--line-light); }
.timeline-track span { flex: 1; height: 1px; background: var(--lilac); }.timeline-track span:nth-child(1) { height: 12px; opacity: .4; }.timeline-track span:nth-child(2) { height: 26px; opacity: .6; }.timeline-track span:nth-child(3) { height: 43px; opacity: .8; }.timeline-track span:nth-child(4) { height: 58px; background: var(--coral); }
.night-timeline ol { margin: 0; padding: 0; list-style: none; }
.night-timeline li { display: grid; grid-template-columns: 75px 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid var(--line-light); }.night-timeline li:last-child { border-bottom: 0; }
.night-timeline time { color: var(--lilac); font-family: Georgia, serif; font-size: 22px; }.night-timeline strong { display: block; margin-bottom: 2px; font-size: 14px; }.night-timeline li p { margin: 0; color: rgba(246,240,230,.54); font-size: 12px; }

.evidence { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 145px; }
.evidence-quote { position: relative; padding-left: 45px; }
.evidence-quote::before { content: "“"; position: absolute; left: -5px; top: -30px; color: var(--lilac); font-family: Georgia, serif; font-size: 95px; line-height: 1; }
.evidence-quote p { margin-bottom: 29px; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: clamp(36px, 3.5vw, 51px); letter-spacing: -.045em; line-height: 1.1; }.evidence-quote span { font-size: 8px; font-weight: 850; letter-spacing: .16em; }
.evidence-sources { padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.evidence-sources > a { display: grid; grid-template-columns: 67px 1fr auto; gap: 18px; align-items: center; padding: 24px 0; border-top: 1px solid var(--line); transition: color .2s ease; }.evidence-sources > a:hover { color: #6b55cf; }
.evidence-sources a > span { font-size: 9px; font-weight: 900; letter-spacing: .12em; }.evidence-sources a > strong { font-size: 13px; line-height: 1.4; }.evidence-sources a > b { font-size: 18px; }

.guides { padding-block: 140px; background: var(--lilac-soft); }
.guide-counter { padding: 8px 13px; border: 1px solid var(--line); border-radius: 99px; font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.guide-card { position: relative; min-height: 470px; display: flex; flex-direction: column; padding: 24px; overflow: hidden; color: var(--ivory); background: var(--ink); border: 1px solid rgba(23,23,42,.08); border-radius: var(--radius); }
.guide-card:nth-child(2) { color: var(--ink); background: var(--coral); }.guide-card:nth-child(3) { color: var(--ink); background: var(--sage); }
.guide-card__top { display: flex; align-items: center; justify-content: space-between; font-size: 9px; font-weight: 850; letter-spacing: .14em; }.guide-card__top span { font-family: Georgia, serif; font-size: 19px; font-weight: 400; }
.guide-moon { position: relative; height: 175px; display: grid; place-items: center; }
.guide-moon::before { content: ""; position: absolute; width: 150px; height: 150px; border: 1px solid currentColor; border-radius: 50%; opacity: .18; }.guide-moon::after { content: ""; position: absolute; width: 110px; height: 110px; background: var(--lilac); border-radius: 50%; box-shadow: inset -34px -8px 0 var(--ink); transition: transform .35s ease; }.guide-card:nth-child(2) .guide-moon::after { background: var(--ivory); box-shadow: inset -34px -8px 0 var(--coral); }.guide-card:nth-child(3) .guide-moon::after { background: var(--ink); box-shadow: inset -34px -8px 0 var(--sage); }
.guide-card:hover .guide-moon::after { transform: rotate(-14deg) scale(1.05); }
.guide-card h3 { margin-bottom: 13px; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: 29px; font-weight: 400; letter-spacing: -.04em; line-height: 1.06; }.guide-card h3 a::after { content: ""; position: absolute; inset: 0; }.guide-card > p { margin-bottom: 24px; opacity: .65; font-size: 12px; }.guide-card .arrow-link { z-index: 2; width: max-content; margin-top: auto; }

.faq { padding-block: 145px; color: var(--ivory); background: var(--ink); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(70px, 10vw, 150px); }
.faq-heading { position: sticky; top: 140px; align-self: start; }.faq-heading h2 { margin-bottom: 25px; font-size: clamp(55px, 5.4vw, 75px); }.faq-heading > p:last-child { max-width: 330px; color: rgba(246,240,230,.56); }
.faq-list { border-top: 1px solid var(--line-light); }
.faq-list details { border-bottom: 1px solid var(--line-light); }
.faq-list summary { display: grid; grid-template-columns: 1fr 35px; gap: 25px; align-items: center; padding: 28px 0; cursor: pointer; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: clamp(21px, 2.2vw, 29px); letter-spacing: -.03em; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 32px; height: 32px; place-items: center; color: var(--ink); background: var(--lilac); border-radius: 50%; font-family: sans-serif; font-size: 19px; transition: transform .25s ease; }.faq-list details[open] summary span { transform: rotate(45deg); background: var(--coral); }
.faq-list details p { max-width: 680px; margin: -8px 45px 27px 0; color: rgba(246,240,230,.63); font-size: 14px; }.faq-list details p strong { color: var(--ivory); }

.final-cta { position: relative; min-height: 720px; display: grid; place-items: center; overflow: hidden; color: var(--ivory); background: var(--ink-2); text-align: center; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent, rgba(185,167,255,.06), transparent); }
.final-moon { position: absolute; width: 610px; height: 610px; border: 1px solid rgba(246,240,230,.1); border-radius: 50%; }.final-moon::before { content: ""; position: absolute; inset: 80px; background: var(--lilac); border-radius: 50%; box-shadow: 0 0 120px rgba(185,167,255,.12); }.final-moon i { position: absolute; z-index: 2; width: 360px; height: 360px; right: 50px; top: 35px; background: var(--ink-2); border-radius: 50%; }.final-moon span { position: absolute; z-index: 3; width: 8px; height: 8px; left: 37px; top: 50%; background: var(--coral); border-radius: 50%; box-shadow: 0 0 20px var(--coral); animation: orbit-dot 10s ease-in-out infinite alternate; }
@keyframes orbit-dot { to { transform: translate(520px, -120px); } }
.final-cta__inner { position: relative; z-index: 4; display: flex; flex-direction: column; align-items: center; }
.final-cta h2 { margin-bottom: 25px; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: clamp(78px, 10vw, 142px); font-weight: 400; letter-spacing: -.06em; line-height: .78; }.final-cta p:not(.section-index) { max-width: 460px; margin: 25px auto 30px; color: rgba(246,240,230,.65); }

.site-footer { color: var(--ivory); background: #0f0f1d; }
.footer-top { display: grid; grid-template-columns: 1fr .36fr .36fr; gap: 80px; padding-block: 85px 65px; border-bottom: 1px solid var(--line-light); }
.footer-brand .brand-mark { display: block; margin-bottom: 20px; }.footer-brand h2 { margin-bottom: 8px; font-size: 38px; letter-spacing: .15em; }.footer-brand p { max-width: 350px; color: rgba(246,240,230,.5); }
.footer-col { display: flex; flex-direction: column; align-items: start; gap: 9px; }.footer-col h3 { margin-bottom: 12px; color: var(--lilac); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }.footer-col a { color: rgba(246,240,230,.7); font-size: 12px; }.footer-col a:hover { color: var(--coral); }
.affiliate-disclosure { display: grid; grid-template-columns: 150px 1fr; gap: 35px; padding-block: 28px; border-bottom: 1px solid var(--line-light); }.affiliate-disclosure strong { color: var(--coral); font-size: 9px; letter-spacing: .17em; }.affiliate-disclosure p { max-width: 900px; margin: 0; color: rgba(246,240,230,.48); font-size: 10px; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 25px; color: rgba(246,240,230,.35); font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

/* Pages and articles */
.editorial-main { background: var(--ivory); }
.editorial-hero, .article-hero { position: relative; overflow: hidden; color: var(--ivory); background: var(--ink); }
.editorial-hero .shell { position: relative; min-height: 570px; display: flex; flex-direction: column; justify-content: end; padding-bottom: 80px; }.editorial-hero h1 { position: relative; z-index: 2; max-width: 960px; margin: 0; font-size: clamp(66px, 8vw, 118px); }
.editorial-orbit { position: absolute; width: 480px; height: 480px; right: -80px; top: 100px; border: 1px solid rgba(246,240,230,.13); border-radius: 50%; }.editorial-orbit::before { content: ""; position: absolute; inset: 65px; background: var(--lilac); border-radius: 50%; }.editorial-orbit i { position: absolute; z-index: 2; width: 290px; height: 290px; right: 20px; top: 20px; background: var(--ink); border-radius: 50%; }
.editorial-layout, .article-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); justify-content: center; gap: 90px; padding-block: 100px 140px; }.editorial-layout > aside, .article-layout > aside { align-self: start; padding-top: 12px; border-top: 1px solid var(--line); color: rgba(23,23,42,.55); font-size: 11px; }.editorial-layout aside span, .article-layout aside strong, .article-layout aside span { display: block; margin: 15px 0 8px; color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.editorial-content { font-size: 17px; line-height: 1.78; }.editorial-content > p:first-child { font-size: 21px; }.editorial-content h2 { margin: 55px 0 18px; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: clamp(35px, 4vw, 48px); font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }.editorial-content h3 { margin-top: 35px; }.editorial-content a { color: #6651c2; border-bottom: 1px solid currentColor; }.editorial-content ul, .editorial-content ol { padding-left: 25px; }.editorial-content blockquote { margin: 45px 0; padding: 30px; background: var(--lilac-soft); border-left: 4px solid var(--lilac); }
.article-hero .shell { position: relative; min-height: 720px; display: flex; flex-direction: column; justify-content: end; padding-bottom: 90px; }.article-back { position: absolute; top: 130px; left: 0; color: rgba(246,240,230,.6); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.article-hero h1 { position: relative; z-index: 2; max-width: 920px; margin-bottom: 24px; font-size: clamp(65px, 8vw, 112px); }.article-deck { position: relative; z-index: 2; max-width: 670px; margin: 0; color: rgba(246,240,230,.63); font-size: 18px; }.article-moon { position: absolute; width: 500px; height: 500px; right: -90px; bottom: -110px; background: var(--coral); border-radius: 50%; }.article-moon i { position: absolute; width: 390px; height: 390px; right: -30px; top: -50px; background: var(--ink); border-radius: 50%; }
.article-warning { margin-top: 60px; padding: 25px; background: var(--lilac-soft); border-radius: 15px; }.article-warning strong { display: block; margin-bottom: 5px; }.article-warning p { margin: 0; font-size: 14px; }
.archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; padding-block: 100px 140px; }.archive-card { position: relative; min-height: 330px; display: flex; flex-direction: column; padding: 35px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }.archive-card > span { font-size: 8px; font-weight: 900; letter-spacing: .14em; }.archive-card h2 { margin: 35px 0 18px; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: 38px; font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }.archive-card h2 a::after { content: ""; position: absolute; inset: 0; }.archive-card p { color: rgba(23,23,42,.63); }.archive-card .arrow-link { z-index: 2; width: max-content; margin-top: auto; }
.blog-hero .shell { padding-right: 250px; }.blog-intro { position: relative; z-index: 2; max-width: 620px; margin: 27px 0 0; color: rgba(246,240,230,.62); font-size: 17px; }.blog-page { padding-top: 95px; }.blog-page__heading h2 { margin: 0; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: clamp(48px,5vw,70px); font-weight: 400; letter-spacing: -.05em; }.blog-grid { padding-top: 48px; }
.not-found { position: relative; min-height: 100vh; display: grid; place-items: center; overflow: hidden; color: var(--ivory); background: var(--ink); text-align: center; }.not-found .shell { position: relative; z-index: 2; }.not-found h1 { margin: 0 auto 25px; font-family: Georgia, serif; font-size: clamp(60px, 9vw, 120px); font-weight: 400; letter-spacing: -.06em; line-height: .9; }.not-found p:not(.section-index) { color: rgba(246,240,230,.6); }.not-found__moon { position: absolute; width: 620px; height: 620px; background: var(--lilac); border-radius: 50%; opacity: .2; }.not-found__moon i { position: absolute; width: 470px; height: 470px; right: -20px; top: -40px; background: var(--ink); border-radius: 50%; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 36px, 920px); }
  .site-nav { gap: 19px; }.site-nav a:nth-child(3) { display: none; }
  .hero { min-height: 780px; height: auto; }.hero-grid { grid-template-columns: 1fr .64fr; gap: 50px; padding-block: 180px 110px; }.hero h1 { font-size: clamp(62px, 8vw, 90px); }.moon-card { min-height: 450px; }.hero-orbit { width: 700px; height: 700px; }
  .seller-card { grid-template-columns: 70px 145px 1fr 85px; gap: 20px; }.seller-card__visual { width: 130px; height: 150px; }
  .lab-copy { padding-left: 55px; }.product-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid, .faq-grid { grid-template-columns: .8fr 1.2fr; gap: 65px; }
  .guide-card { min-height: 440px; }.guide-card h3 { font-size: 25px; }
}

@media (max-width: 780px) {
  :root { --shell: calc(100% - 30px); --radius: 21px; }
  .header-inner { min-height: 72px; }.menu-toggle { display: block; }.site-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; align-items: start; justify-content: center; gap: 25px; padding: 90px 30px 40px; background: var(--ink); opacity: 0; pointer-events: none; transform: translateY(-18px); transition: opacity .25s ease, transform .25s ease; }.site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }.site-nav > a, .site-nav a:nth-child(3) { display: block; font-family: Georgia, serif; font-size: 36px; font-weight: 400; letter-spacing: -.03em; text-transform: none; }.site-nav .nav-cta { width: 100%; justify-content: space-between; padding: 15px 18px; color: var(--ink); font-family: inherit; font-size: 15px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }.menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: auto; }.hero-grid { display: block; padding-block: 150px 90px; }.hero-copy { max-width: none; }.hero h1 { font-size: clamp(58px, 16vw, 83px); }.hero-lead { font-size: 17px; }.hero-object { max-width: 430px; margin: 70px auto 0; }.moon-card { min-height: 480px; }.hero-orbit { right: -400px; top: 160px; }.scroll-cue { display: none; }
  .intro, .section-heading, .signal-grid, .evidence, .faq-grid, .best-sellers__heading { grid-template-columns: 1fr; }.intro { gap: 25px; padding-block: 90px; }.intro-copy { padding-top: 0; }.intro h2, .section-heading h2 { font-size: 51px; }.best-sellers { padding-block: 90px; }.best-sellers__heading { gap: 30px; }.best-sellers__heading h2 { font-size: 53px; }.seller-card { grid-template-columns: 65px 115px 1fr; gap: 18px; }.seller-card__visual { width: 105px; height: 130px; }.seller-card__action { grid-column: 3; align-items: start; flex-direction: row-reverse; justify-content: flex-end; }.seller-card__action > span { max-width: 90px; text-align: left; }.round-link { width: 49px; height: 49px; }.seller-card__copy h3 { font-size: 29px; }
  .lab-grid { grid-template-columns: 1fr; }.label-visual { min-height: 630px; border-right: 0; border-bottom: 1px solid var(--line-light); }.lab-copy { padding: 80px 0; }.lab-copy h2 { font-size: 49px; }
  .selection, .signal-section, .evidence, .guides, .faq { padding-block: 90px; }.section-heading { gap: 25px; margin-bottom: 45px; }.filter-bar { margin-right: -15px; }
  .product-grid { grid-template-columns: 1fr; }.product-art { min-height: 310px; }.product-card__body > p { min-height: auto; }
  .signal-grid, .faq-grid { gap: 55px; }.signal-copy h2, .faq-heading h2 { font-size: 57px; }.faq-heading { position: static; }.night-timeline { padding: 22px; }
  .evidence { gap: 60px; }.evidence-quote { padding-left: 28px; }.evidence-quote p { font-size: 38px; }.evidence-sources { padding: 22px; }.evidence-sources > a { grid-template-columns: 55px 1fr auto; gap: 12px; }
  .guide-grid { grid-template-columns: 1fr; }.guide-card { min-height: 450px; }.guide-card h3 { font-size: 30px; }
  .final-cta { min-height: 650px; }.final-moon { width: 500px; height: 500px; }.final-moon::before { inset: 65px; }.final-moon i { width: 310px; height: 310px; }.final-cta h2 { font-size: clamp(73px, 22vw, 100px); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 50px; }.footer-brand { grid-column: 1 / -1; }.affiliate-disclosure { grid-template-columns: 1fr; gap: 10px; }
  .editorial-hero .shell { min-height: 530px; padding-bottom: 60px; }.editorial-hero h1, .article-hero h1 { font-size: 64px; }.editorial-orbit { width: 330px; height: 330px; right: -150px; top: 120px; }.editorial-layout, .article-layout { grid-template-columns: 1fr; gap: 30px; padding-block: 65px 100px; }.editorial-layout > aside, .article-layout > aside { max-width: 330px; }.article-hero .shell { min-height: 680px; padding-bottom: 70px; }.article-back { top: 105px; left: 0; }.article-moon { width: 360px; height: 360px; right: -150px; }.archive-grid { grid-template-columns: 1fr; padding-block: 70px 100px; }
  .blog-hero .shell { padding-right: 0; }.blog-page { padding-top: 70px; }.blog-grid { padding-top: 35px; }
}

@media (max-width: 480px) {
  .brand { font-size: 17px; }.brand small { font-size: 7px; }
  .hero h1 { font-size: 56px; }.hero-actions { align-items: start; flex-direction: column; }.hero-trust { gap: 11px 16px; }.moon-card { min-height: 410px; padding: 19px; }.moon-face { margin-block: 38px 28px; }
  .seller-card { grid-template-columns: 47px 1fr; padding: 25px 5px; }.seller-card:hover { padding-inline: 10px; }.seller-card__visual { grid-row: span 2; grid-column: 2; width: 100%; height: 175px; border-radius: 90px 90px 17px 17px; }.seller-card__copy { grid-column: 1 / -1; }.seller-card__action { grid-column: 1 / -1; }.seller-card__rank span { font-size: 37px; }
  .intro h2, .section-heading h2, .lab-copy h2 { font-size: 43px; }.label-visual { min-height: 560px; }.label-visual::before { width: 430px; height: 430px; }.bottle { width: 190px; height: 320px; }.bottle-cap { width: 134px; left: 28px; }.bottle-label { inset: 65px 11px 42px; }.bottle-label i { width: 62px; height: 62px; margin-top: 26px; }.bottle-label p { font-size: 18px; }.lab-note { font-size: 7px; }.lab-note i { width: 35px; }
  .check-list li { grid-template-columns: 41px 1fr; gap: 10px; }.product-card__body h3 { font-size: 29px; }
  .timeline-head { align-items: start; gap: 20px; }.night-timeline li { grid-template-columns: 57px 1fr; gap: 13px; }.night-timeline time { font-size: 18px; }
  .evidence-sources > a { grid-template-columns: 1fr auto; }.evidence-sources a > span { grid-column: 1 / -1; }.section-heading--compact { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.footer-bottom { align-items: start; flex-direction: column; gap: 8px; }
  .article-hero h1, .editorial-hero h1 { font-size: 51px; }.article-deck { font-size: 16px; }.editorial-content { font-size: 16px; }.editorial-content > p:first-child { font-size: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
