/* ════════════════════════════════════════════════════════════════════════
   WYN — wyn-app.css — v6.9
   Adds: mobile hamburger menu, focus-visible, reduced-motion, screen-reader
   helpers, lab-card pending state.
   v6.8 inherited: bright waitlist contrast.
   Everything else unchanged from v6.7.
   ════════════════════════════════════════════════════════════════════════ */

img[src*="system-box"], img[src*="system_box"], img[src*="systembox"],
img[src*="presentation-case"], img[src*="system-lineup"], img[src*="system_lineup"] {
  display: block !important; margin: 0 auto !important;
  max-width: 720px; width: 100%; height: auto;
  filter:
    drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000)
    drop-shadow(0 0 2px #000) drop-shadow(0 0 3px #000)
    drop-shadow(0 0 80px rgba(216,168,90,.14))
    drop-shadow(0 0 180px rgba(216,168,90,.07));
  animation: wynFloatBox 8s ease-in-out infinite;
  transition: transform .6s ease, filter .6s ease; will-change: transform;
}
img[src*="system-box"]:hover, img[src*="system-lineup"]:hover, img[src*="presentation-case"]:hover {
  transform: translateY(-6px) scale(1.015);
  filter:
    drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000)
    drop-shadow(0 0 2px #000) drop-shadow(0 0 3px #000)
    drop-shadow(0 0 100px rgba(216,168,90,.20))
    drop-shadow(0 0 220px rgba(216,168,90,.10))
    brightness(1.03);
}

img[src*="bottle-morning"], img[src*="bottle-night"], img[src*="bottle-social"], img[src*="shaker"] {
  display: block !important; margin: 0 auto !important;
  max-width: 420px; width: 100%; height: auto;
  animation: wynFloatBottle 7s ease-in-out infinite;
  transition: transform .6s ease, filter .6s ease; will-change: transform;
}
img[src*="bottle-morning"] { filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000) drop-shadow(0 0 2px #000) drop-shadow(0 0 3px #000) drop-shadow(0 0 60px rgba(243,165,90,.16)) drop-shadow(0 0 140px rgba(243,165,90,.07)); }
img[src*="bottle-night"]   { filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000) drop-shadow(0 0 2px #000) drop-shadow(0 0 3px #000) drop-shadow(0 0 60px rgba(90,143,214,.16))  drop-shadow(0 0 140px rgba(90,143,214,.07)); }
img[src*="bottle-social"]  { filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000) drop-shadow(0 0 2px #000) drop-shadow(0 0 3px #000) drop-shadow(0 0 60px rgba(109,192,154,.16)) drop-shadow(0 0 140px rgba(109,192,154,.07)); }
img[src*="shaker"]         { filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000) drop-shadow(0 0 2px #000) drop-shadow(0 0 3px #000) drop-shadow(0 0 60px rgba(201,205,210,.16)) drop-shadow(0 0 140px rgba(201,205,210,.07)); }
img[src*="bottle-morning"]:hover, img[src*="bottle-night"]:hover, img[src*="bottle-social"]:hover, img[src*="shaker"]:hover {
  transform: translateY(-6px) scale(1.02);
  filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000) drop-shadow(0 0 2px #000) drop-shadow(0 0 3px #000) drop-shadow(0 0 80px currentColor) drop-shadow(0 0 180px currentColor) brightness(1.04);
}
@keyframes wynFloatBox { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes wynFloatBottle { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

nav.site-nav a.cta { display: none !important; }
nav.site-nav .signin { display: none !important; }
.wyn-nav-pill { margin-left: 14px; }
@media (max-width: 1100px) { .wyn-nav-pill { font-size: 10px; padding: 7px 12px; } }

.system-showcase { padding: 120px 24px; text-align: center; background: #08080a; position: relative; }
.system-showcase .container { max-width: 1080px; margin: 0 auto; padding: 0; }
.system-showcase .system-eyebrow { display: inline-block; font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: #ecc888; margin-bottom: 24px; }
.system-showcase h2 { font-family: 'Montserrat', sans-serif; font-weight: 200; font-size: clamp(40px, 5.5vw, 72px); line-height: 1.05; color: #f1f3f6; margin: 0 auto 24px; max-width: 900px; letter-spacing: -0.02em; }
.system-showcase .lead { font-size: clamp(16px, 1.3vw, 19px); line-height: 1.65; color: #dde0e5; max-width: 680px; margin: 0 auto 60px; text-align: center; }
.system-showcase .system-box-stage { margin: 60px auto 80px; max-width: 900px; }
.system-showcase .system-box-stage img { width: 100%; height: auto; display: block; }
.system-showcase .system-callouts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 720px; margin: 0 auto 48px; padding: 36px 0; border-top: 1px solid rgba(208,211,216,0.10); border-bottom: 1px solid rgba(208,211,216,0.10); }
.system-showcase .system-callout { text-align: center; }
.system-showcase .system-callout .num { display: block; font-family: 'Montserrat', sans-serif; font-weight: 100; font-size: clamp(40px, 5vw, 64px); line-height: 1; color: #ecc888; letter-spacing: -0.02em; margin-bottom: 10px; }
.system-showcase .system-callout .lbl { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: #dde0e5; }
.system-showcase .system-cta { margin-top: 24px; }
@media (max-width: 820px) { .system-showcase { padding: 80px 20px; } .system-showcase .system-callouts { grid-template-columns: 1fr; gap: 24px; } }

#wyn-features {
  --wyn-bg: #050507; --wyn-bg-2: #0a0a0d;
  --wyn-ink: #f5f3ee; --wyn-ink-2: rgba(245,243,238,.88); --wyn-ink-3: rgba(245,243,238,.62);
  --wyn-line: rgba(245,243,238,.10); --wyn-line-2: rgba(245,243,238,.18);
  --wyn-gold: #d8a85a; --wyn-gold-2: #b88a3e;
  --wyn-morning: #f3a55a; --wyn-night: #5a8fd6; --wyn-social: #6dc09a;
  --wyn-serif: 'Instrument Serif','Times New Roman',serif;
  --wyn-sans: 'Montserrat','Inter',system-ui,sans-serif;
  --wyn-mono: 'IBM Plex Mono','SF Mono',monospace;
}
.wyn-feat-section { background: var(--wyn-bg); color: var(--wyn-ink); padding: 100px 24px; border-top: 1px solid var(--wyn-line); position: relative; isolation: isolate; }
.wyn-feat-section--gold { background: radial-gradient(ellipse 60% 60% at 50% 20%, rgba(216,168,90,.16), transparent 70%), linear-gradient(180deg, #07060a, #0a0805); }
.wyn-feat-wrap { max-width: 1080px; margin: 0 auto; }
.wyn-feat-head { text-align: center; margin-bottom: 48px; }
.wyn-feat-id { display: inline-block; font-family: var(--wyn-mono); font-size: 11px; letter-spacing: .22em; color: var(--wyn-ink-3); margin-bottom: 16px; text-transform: uppercase; }
.wyn-feat-title { font-family: var(--wyn-serif); font-size: clamp(30px, 4.4vw, 48px); font-weight: 400; line-height: 1.08; margin: 0 0 14px; color: var(--wyn-ink); }
.wyn-feat-sub { font-family: var(--wyn-sans); font-size: 16px; line-height: 1.55; color: var(--wyn-ink-2); max-width: 620px; margin: 0 auto; }
.wyn-feat-sub b { color: var(--wyn-gold); font-weight: 600; }
.wyn-gold { color: var(--wyn-gold); }

.wyn-tool-privacy { text-align: center; max-width: 620px; margin: 28px auto 0; font-family: var(--wyn-mono); font-size: 10px; letter-spacing: .16em; color: var(--wyn-ink-3); text-transform: uppercase; }
.wyn-tool-disclaimer { margin-top: 12px; font-family: var(--wyn-mono); font-size: 10px; letter-spacing: .16em; color: var(--wyn-ink-3); text-transform: uppercase; }
.wyn-claims-footer { background: #050507; border-top: 1px solid rgba(245,243,238,.08); padding: 28px 24px; font-family: var(--wyn-mono); font-size: 11px; line-height: 1.7; letter-spacing: 0.04em; color: rgba(245,243,238,.62); text-align: center; }

.wyn-field { display: block; font-family: var(--wyn-mono); font-size: 11px; letter-spacing: .14em; color: var(--wyn-ink-3); text-transform: uppercase; }
.wyn-field > span { display: block; margin-bottom: 10px; }
.wyn-field input, .wyn-field select { width: 100%; padding: 13px 14px; background: rgba(255,255,255,.03); border: 1px solid var(--wyn-line-2); border-radius: 8px; color: var(--wyn-ink); font-family: var(--wyn-sans); font-size: 15px; -webkit-appearance: none; appearance: none; letter-spacing: 0; text-transform: none; }
.wyn-field input[type="range"] { padding: 0; background: transparent; border: 0; height: 30px; }
.wyn-field input[type="range"]::-webkit-slider-runnable-track { height: 3px; background: var(--wyn-line-2); border-radius: 2px; }
.wyn-field input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%; background: var(--wyn-gold); margin-top: -8px; box-shadow: 0 0 0 4px rgba(216,168,90,.18); }
.wyn-field em { color: var(--wyn-gold); font-style: normal; font-weight: 600; }

.wyn-cta { display: inline-flex; align-items: center; justify-content: center; font-family: var(--wyn-sans); font-weight: 600; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; padding: 14px 26px; border-radius: 999px; background: var(--wyn-ink); color: #060606; text-decoration: none; cursor: pointer; border: 1px solid var(--wyn-ink); transition: transform .2s; }
.wyn-cta:hover { transform: translateY(-1px); }
.wyn-cta--ghost { background: transparent; color: var(--wyn-ink); }
.wyn-cta--gold { background: linear-gradient(180deg, var(--wyn-gold), var(--wyn-gold-2)); border-color: var(--wyn-gold-2); color: #1a1206; }

#wyn-quiz .wyn-quiz-form { display: grid; gap: 16px; max-width: 760px; margin: 0 auto; }
#wyn-quiz .wyn-quiz-q { border: 1px solid var(--wyn-line); border-radius: 14px; padding: 22px 24px; background: rgba(255,255,255,.015); }
#wyn-quiz .wyn-quiz-q legend { padding: 0 8px; font-family: var(--wyn-mono); font-size: 11px; letter-spacing: .16em; color: var(--wyn-ink-3); text-transform: uppercase; }
#wyn-quiz .wyn-quiz-opts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 14px; }
#wyn-quiz .wyn-quiz-opts label { position: relative; padding: 12px 10px; border: 1px solid var(--wyn-line-2); border-radius: 8px; font-size: 13px; text-align: center; cursor: pointer; color: var(--wyn-ink-2); transition: border-color .2s, color .2s, background .2s; }
#wyn-quiz .wyn-quiz-opts input { position: absolute; opacity: 0; pointer-events: none; }
#wyn-quiz .wyn-quiz-opts label:has(input:checked) { border-color: var(--wyn-gold); color: var(--wyn-ink); background: rgba(216,168,90,.08); }
#wyn-quiz .wyn-quiz-go { width: fit-content; margin: 10px auto 0; }
#wyn-quiz .wyn-quiz-result { margin: 32px auto 0; max-width: 720px; text-align: center; padding: 40px 28px; border: 1px solid rgba(216,168,90,.32); border-radius: 22px; background: linear-gradient(180deg, rgba(216,168,90,.07), rgba(216,168,90,.01)); }
#wyn-quiz .wyn-quiz-result h3 { font-family: var(--wyn-serif); font-size: 36px; font-weight: 400; margin: 0 0 14px; }
#wyn-quiz .wyn-quiz-result p { color: var(--wyn-ink-2); margin: 0 0 24px; line-height: 1.55; }

#wyn-sleepdebt .wyn-sleep-grid { display: grid; grid-template-columns: 320px 1fr; gap: 40px; align-items: start; }
#wyn-sleepdebt .wyn-sleep-controls { display: grid; gap: 22px; }
#wyn-sleepdebt .wyn-sleep-bar { height: 8px; background: var(--wyn-line); border-radius: 999px; overflow: hidden; margin-bottom: 28px; }
#wyn-sleepdebt .wyn-sleep-fill { height: 100%; width: 0; background: linear-gradient(90deg, var(--wyn-gold), #ff6b4a); transition: width .5s ease; }
#wyn-sleepdebt .wyn-sleep-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 22px; }
#wyn-sleepdebt .wyn-sleep-stats div { padding: 20px 16px; border: 1px solid var(--wyn-line); border-radius: 14px; text-align: center; }
#wyn-sleepdebt .wyn-sleep-stats b { font-family: var(--wyn-serif); font-size: 30px; display: block; margin-bottom: 6px; color: var(--wyn-ink); }
#wyn-sleepdebt .wyn-sleep-stats span { font-family: var(--wyn-mono); font-size: 10px; letter-spacing: .16em; color: var(--wyn-ink-3); text-transform: uppercase; }
#wyn-sleepdebt .wyn-sleep-note { color: var(--wyn-ink-2); margin: 0 0 22px; line-height: 1.55; }

#wyn-cortisol .wyn-cort-svgwrap { width: 100%; overflow: hidden; }
#wyn-cortisol .wyn-cort-svg { width: 100%; height: auto; display: block; }
#wyn-cortisol .wyn-cort-grid line { stroke: var(--wyn-line); stroke-dasharray: 2 4; }
#wyn-cortisol .wyn-cort-line { fill: none; stroke: var(--wyn-gold); stroke-width: 2.4; stroke-linejoin: round; stroke-linecap: round; }
#wyn-cortisol .wyn-cort-mark line { stroke-width: 1; stroke-dasharray: 3 3; }
#wyn-cortisol .wyn-cort-mark text { font-family: var(--wyn-mono); font-size: 10px; letter-spacing: .2em; fill: currentColor; text-anchor: middle; }
#wyn-cortisol .wyn-cort-mark--morning { color: var(--wyn-morning); }
#wyn-cortisol .wyn-cort-mark--morning line { stroke: var(--wyn-morning); }
#wyn-cortisol .wyn-cort-mark--night { color: var(--wyn-night); }
#wyn-cortisol .wyn-cort-mark--night line { stroke: var(--wyn-night); }
#wyn-cortisol .wyn-cort-axis text { font-family: var(--wyn-mono); font-size: 10px; fill: var(--wyn-ink-3); text-anchor: middle; }
#wyn-cortisol .wyn-cort-cap { text-align: center; color: var(--wyn-ink-2); margin-top: 22px; max-width: 640px; margin-left: auto; margin-right: auto; line-height: 1.55; }

#wyn-stack .wyn-stack-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
#wyn-stack .wyn-stack-col { border: 1px solid var(--wyn-line); border-radius: 22px; padding: 32px; background: rgba(255,255,255,.02); }
#wyn-stack .wyn-stack-col h4 { font-family: var(--wyn-mono); font-size: 11px; letter-spacing: .2em; color: var(--wyn-ink-3); margin: 0 0 22px; text-transform: uppercase; }
#wyn-stack .wyn-stack-list { display: grid; gap: 2px; margin-bottom: 22px; }
#wyn-stack .wyn-stack-row { display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--wyn-line); cursor: pointer; font-size: 14px; color: var(--wyn-ink-2); }
#wyn-stack .wyn-stack-row input { accent-color: var(--wyn-gold); }
#wyn-stack .wyn-stack-row b { font-family: var(--wyn-mono); font-size: 12px; color: var(--wyn-ink); }
#wyn-stack .wyn-stack-total { display: flex; justify-content: space-between; align-items: baseline; padding: 18px 0; border-top: 1px solid var(--wyn-line-2); font-family: var(--wyn-mono); font-size: 11px; letter-spacing: .18em; color: var(--wyn-ink-3); text-transform: uppercase; }
#wyn-stack .wyn-stack-total b { font-family: var(--wyn-serif); font-size: 32px; color: var(--wyn-ink); letter-spacing: 0; }
#wyn-stack .wyn-stack-notes { list-style: none; padding: 0; margin: 18px 0 0; font-size: 13px; color: var(--wyn-ink-2); }
#wyn-stack .wyn-stack-notes li { padding: 6px 0; }
#wyn-stack .wyn-stack-notes i { color: var(--wyn-ink-3); margin-right: 8px; font-style: normal; }
#wyn-stack .wyn-stack-col--wyn { background: linear-gradient(180deg, rgba(216,168,90,.07), rgba(216,168,90,.01)); border-color: rgba(216,168,90,.32); }
#wyn-stack .wyn-stack-wyn { list-style: none; padding: 0; margin: 0 0 22px; }
#wyn-stack .wyn-stack-wyn li { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--wyn-line); font-size: 14px; color: var(--wyn-ink-2); }
#wyn-stack .wyn-stack-wyn b { color: var(--wyn-gold); }
#wyn-stack .wyn-stack-total--wyn b { color: var(--wyn-gold); }
#wyn-stack .wyn-stack-delta { font-family: var(--wyn-mono); font-size: 12px; letter-spacing: .12em; color: var(--wyn-ink-2); margin: 16px 0 22px; line-height: 1.55; }
#wyn-stack .wyn-stack-delta.is-down { color: var(--wyn-social); }
#wyn-stack .wyn-stack-delta.is-up { color: var(--wyn-gold); }

#wyn-compounding .wyn-comp-legend { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; font-family: var(--wyn-mono); font-size: 11px; letter-spacing: .14em; color: var(--wyn-ink-3); margin-bottom: 28px; text-transform: uppercase; }
#wyn-compounding .wyn-comp-legend .dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 8px; vertical-align: middle; }
#wyn-compounding .wyn-comp-legend .d1 { background: rgba(216,168,90,.25); }
#wyn-compounding .wyn-comp-legend .d4 { background: rgba(216,168,90,.55); }
#wyn-compounding .wyn-comp-legend .d12 { background: var(--wyn-gold); }
#wyn-compounding .wyn-comp-row { display: grid; grid-template-columns: 100px 1fr 60px; gap: 16px; align-items: center; padding: 12px 0; }
#wyn-compounding .wyn-comp-label { font-family: var(--wyn-mono); font-size: 12px; letter-spacing: .14em; color: var(--wyn-ink-2); text-transform: uppercase; }
#wyn-compounding .wyn-comp-track { position: relative; height: 18px; background: var(--wyn-line); border-radius: 999px; overflow: hidden; }
#wyn-compounding .wyn-comp-track i { position: absolute; top: 0; bottom: 0; left: 0; width: 0; border-radius: 999px; transition: width 1.4s ease; }
#wyn-compounding .wyn-comp-track [data-w1] { background: rgba(216,168,90,.25); }
#wyn-compounding .wyn-comp-track [data-w4] { background: rgba(216,168,90,.5); }
#wyn-compounding .wyn-comp-track [data-w12] { background: linear-gradient(90deg, var(--wyn-gold), var(--wyn-gold-2)); }
#wyn-compounding.is-in .wyn-comp-track i { width: var(--w); }
#wyn-compounding .wyn-comp-val { font-family: var(--wyn-mono); font-size: 13px; color: var(--wyn-gold); text-align: right; }
#wyn-compounding .wyn-comp-cap { text-align: center; color: var(--wyn-ink-3); font-size: 11px; margin-top: 24px; line-height: 1.7; }

#wyn-lab .wyn-lab-badge { display: block; width: fit-content; margin: 0 auto 28px; font-family: var(--wyn-mono); font-size: 11px; letter-spacing: .18em; padding: 8px 16px; border: 1px solid var(--wyn-line-2); border-radius: 999px; color: var(--wyn-social); text-transform: uppercase; }
#wyn-lab .wyn-lab-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
#wyn-lab .wyn-lab-card { background: rgba(255,255,255,.02); border: 1px solid var(--wyn-line); border-radius: 14px; padding: 24px; text-align: left; cursor: pointer; color: var(--wyn-ink); font-family: var(--wyn-sans); transition: border-color .2s, background .2s, transform .2s; }
#wyn-lab .wyn-lab-card:hover { border-color: var(--wyn-gold); background: rgba(216,168,90,.04); transform: translateY(-2px); }
#wyn-lab .wyn-lab-card header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 18px; }
#wyn-lab .wyn-lab-card header span { font-family: var(--wyn-serif); font-size: 24px; }
#wyn-lab .wyn-lab-card header b { font-family: var(--wyn-mono); font-size: 10px; letter-spacing: .2em; color: var(--wyn-social); }
#wyn-lab .wyn-lab-card dl { display: grid; grid-template-columns: auto 1fr; gap: 6px 16px; margin: 0; font-family: var(--wyn-mono); font-size: 11px; }
#wyn-lab .wyn-lab-card dt { color: var(--wyn-ink-3); letter-spacing: .14em; text-transform: uppercase; }
#wyn-lab .wyn-lab-card dd { color: var(--wyn-ink-2); margin: 0; }
#wyn-lab .wyn-lab-card footer { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--wyn-line); font-family: var(--wyn-mono); font-size: 11px; letter-spacing: .14em; color: var(--wyn-gold); }
#wyn-lab .wyn-lab-modal { position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,.82); display: flex; align-items: center; justify-content: center; padding: 24px; }
#wyn-lab .wyn-lab-modal[hidden] { display: none; }
#wyn-lab .wyn-lab-modal-inner { background: var(--wyn-bg-2); border: 1px solid var(--wyn-line-2); border-radius: 22px; padding: 40px; max-width: 720px; width: 100%; position: relative; color: var(--wyn-ink); }
#wyn-lab .wyn-lab-modal-inner h4 { font-family: var(--wyn-serif); font-size: 28px; font-weight: 400; margin: 0 0 14px; }
#wyn-lab .wyn-lab-close { position: absolute; top: 16px; right: 20px; background: transparent; border: 0; color: var(--wyn-ink); font-size: 28px; cursor: pointer; line-height: 1; }
#wyn-lab .wyn-lab-placeholder { margin-top: 20px; padding: 80px 20px; border: 1px dashed var(--wyn-line-2); border-radius: 14px; text-align: center; color: var(--wyn-ink-3); font-family: var(--wyn-mono); font-size: 12px; letter-spacing: .16em; }

/* ════════ WAITLIST — BRIGHTENED CONTRAST ════════ */
#wyn-waitlist .wyn-wl-prelaunch {
  display: inline-block;
  font-family: var(--wyn-mono); font-size: 10px; letter-spacing: .26em;
  padding: 8px 16px; margin: 0 auto 24px;
  border: 1px solid var(--wyn-gold); border-radius: 999px;
  color: var(--wyn-gold); text-transform: uppercase;
  text-align: center; position: relative; left: 50%; transform: translateX(-50%);
  background: rgba(216,168,90,.06);
}
#wyn-waitlist .wyn-feat-head { margin-bottom: 28px; }
#wyn-waitlist .wyn-wl-meter { height: 4px; background: var(--wyn-line); border-radius: 999px; overflow: hidden; max-width: 520px; margin: 0 auto 10px; }
#wyn-waitlist .wyn-wl-fill { height: 100%; background: linear-gradient(90deg, var(--wyn-gold), var(--wyn-gold-2)); box-shadow: 0 0 12px rgba(216,168,90,.6); }
#wyn-waitlist .wyn-wl-count {
  text-align: center;
  font-family: var(--wyn-mono); font-size: 11px; letter-spacing: .2em;
  color: rgba(245,243,238,.7);          /* brighter */
  text-transform: uppercase; margin-bottom: 28px;
}
#wyn-waitlist .wyn-wl-count b { color: var(--wyn-gold); }
#wyn-waitlist .wyn-wl-form { display: flex; gap: 8px; max-width: 480px; margin: 0 auto 16px; }
#wyn-waitlist .wyn-wl-form input { flex: 1; padding: 16px 18px; background: rgba(255,255,255,.04); border: 1px solid var(--wyn-line-2); border-radius: 999px; color: var(--wyn-ink); font-family: var(--wyn-sans); font-size: 14px; }
#wyn-waitlist .wyn-wl-form input:focus { outline: none; border-color: var(--wyn-gold); }
#wyn-waitlist .wyn-wl-consent {
  display: flex; gap: 10px; align-items: flex-start;
  max-width: 520px; margin: 0 auto 28px;
  font-family: var(--wyn-sans); font-size: 12px; line-height: 1.55;
  color: rgba(245,243,238,.78);         /* brighter */
}
#wyn-waitlist .wyn-wl-consent input { margin-top: 3px; accent-color: var(--wyn-gold); }
#wyn-waitlist .wyn-wl-consent a { color: var(--wyn-gold); text-decoration: underline; }
#wyn-waitlist .wyn-wl-consent--err { color: #ff8a6b; }
#wyn-waitlist .wyn-wl-perks {
  list-style: none; padding: 0; margin: 0 auto;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;
  max-width: 720px;
  font-family: var(--wyn-mono); font-size: 11px; letter-spacing: .12em;
  color: rgba(245,243,238,.92);         /* MUCH brighter */
  text-transform: uppercase; text-align: left;
}
#wyn-waitlist .wyn-wl-perks li { padding: 12px 0; border-bottom: 1px solid rgba(245,243,238,.14); line-height: 1.55; }
#wyn-waitlist .wyn-wl-perks li::before { content: '✓'; color: var(--wyn-gold); margin-right: 10px; font-weight: 600; }
#wyn-waitlist .wyn-wl-legal {
  font-family: var(--wyn-mono); font-size: 11px; letter-spacing: .14em;
  color: rgba(245,243,238,.7);          /* MUCH brighter — was 42% */
  margin-top: 28px; text-transform: uppercase; text-align: center;
  line-height: 1.7;
}
#wyn-waitlist .wyn-wl-legal a { color: rgba(245,243,238,.9); text-decoration: underline; }
#wyn-waitlist .wyn-wl-legal a:hover { color: var(--wyn-gold); }
#wyn-waitlist .wyn-wl-success { font-family: var(--wyn-serif); font-size: 24px; color: var(--wyn-gold); text-align: center; }

.wyn-nav-pill { display: inline-flex; align-items: center; gap: 8px; font-family: 'Montserrat', system-ui, sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .14em; padding: 8px 14px; background: linear-gradient(180deg, #d8a85a, #b88a3e); color: #1a1206 !important; border-radius: 999px; text-decoration: none; text-transform: uppercase; margin-left: 12px; box-shadow: 0 0 18px rgba(216,168,90,.4); transition: transform .2s, box-shadow .2s; }
.wyn-nav-pill:hover { transform: translateY(-1px); box-shadow: 0 0 24px rgba(216,168,90,.6); }
.wyn-nav-pill-dot { width: 6px; height: 6px; border-radius: 50%; background: #1a1206; animation: wynPillPulse 2.2s ease-in-out infinite; }
@keyframes wynPillPulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }

.wyn-cookie-banner { position: fixed; left: 24px; right: 24px; bottom: 24px; z-index: 9998; max-width: 720px; margin: 0 auto; background: rgba(10,10,13,.96); border: 1px solid rgba(245,243,238,.18); border-radius: 14px; padding: 20px 24px; color: #f5f3ee; font-family: 'Montserrat', system-ui, sans-serif; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 20px 50px rgba(0,0,0,.5); transition: opacity .35s, transform .35s; }
.wyn-cookie-banner.is-hidden { opacity: 0; transform: translateY(20px); pointer-events: none; }
.wyn-cookie-inner { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.wyn-cookie-banner p { margin: 0; font-size: 13px; line-height: 1.55; color: rgba(245,243,238,.85); flex: 1; min-width: 280px; }
.wyn-cookie-banner a { color: #d8a85a; text-decoration: underline; }
.wyn-cookie-btns { display: flex; gap: 8px; }
.wyn-cookie-btn { padding: 10px 18px; border-radius: 999px; background: #f5f3ee; color: #060606; border: 1px solid #f5f3ee; font-family: inherit; font-weight: 600; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.wyn-cookie-btn--ghost { background: transparent; color: #f5f3ee; }

@media (max-width: 820px) {
  .wyn-feat-section { padding: 70px 20px; }
  #wyn-sleepdebt .wyn-sleep-grid { grid-template-columns: 1fr; gap: 24px; }
  #wyn-sleepdebt .wyn-sleep-stats { grid-template-columns: 1fr; }
  #wyn-quiz .wyn-quiz-opts { grid-template-columns: repeat(2, 1fr); }
  #wyn-stack .wyn-stack-grid { grid-template-columns: 1fr; }
  #wyn-lab .wyn-lab-grid { grid-template-columns: 1fr; }
  #wyn-waitlist .wyn-wl-form { flex-direction: column; }
  #wyn-waitlist .wyn-wl-perks { grid-template-columns: 1fr; }
  #wyn-compounding .wyn-comp-row { grid-template-columns: 80px 1fr 50px; gap: 10px; }
  .wyn-cookie-banner { left: 16px; right: 16px; bottom: 16px; padding: 16px; }
  img[src*="system-box"], img[src*="system-lineup"] { max-width: 100%; }
}

/* ════════ A11Y + MOBILE NAV ════════ */
.wyn-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; }

:focus-visible {
  outline: 2px solid #d8a85a !important;
  outline-offset: 3px !important;
  border-radius: 4px;
}

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

/* Hamburger button — hidden on desktop, shown <1100px */
.wyn-hamburger {
  display: none;
  background: transparent; border: 0; cursor: pointer;
  width: 38px; height: 38px; padding: 8px;
  flex-direction: column; justify-content: space-between;
  position: relative;
}
.wyn-hamburger span {
  display: block; width: 100%; height: 1.5px;
  background: #f1f3f6; border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}
.wyn-hamburger.is-open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.wyn-hamburger.is-open span:nth-child(2) { opacity: 0; }
.wyn-hamburger.is-open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

@media (max-width: 1100px) {
  .wyn-hamburger { display: flex; }
  nav.site-nav ul {
    display: flex !important;
    position: fixed;
    top: 70px; left: 0; right: 0;
    flex-direction: column;
    background: rgba(8,8,10,.96);
    backdrop-filter: blur(20px);
    padding: 28px 32px;
    border-bottom: 1px solid rgba(208,211,216,.14);
    gap: 18px;
    transform: translateY(-110%);
    transition: transform .35s ease;
    z-index: 99;
  }
  nav.site-nav ul.is-open { transform: translateY(0); }
  nav.site-nav ul a { font-size: 14px; }
  .wyn-nav-pill { font-size: 10px; padding: 7px 12px; margin-left: 8px; }
}

/* ════════ Lab pending-state cards ════════ */
#wyn-lab .wyn-lab-card[aria-disabled="true"] {
  cursor: default;
  opacity: 0.92;
}
#wyn-lab .wyn-lab-card[aria-disabled="true"]:hover {
  transform: none; border-color: var(--wyn-line); background: rgba(255,255,255,.02);
}
#wyn-lab .wyn-lab-card[aria-disabled="true"] header b {
  color: var(--wyn-ink-3);
}
#wyn-lab .wyn-lab-card[aria-disabled="true"] footer {
  color: var(--wyn-ink-3);
}

/* ════════ Waitlist form a11y wrapper ════════ */
#wyn-waitlist .wyn-wl-form input:focus-visible {
  outline: 2px solid var(--wyn-gold);
  outline-offset: 2px;
}
