@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{color-scheme:dark;--bg:#160c24;--lime:#d0ff43;--text:#f9f7fc;--muted:#beb6cb;--line:#ffffff26}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--lime);outline-offset:7px}a:hover{color:var(--lime)}.page{max-width:1600px;margin:0 auto;padding:0 6%}.header{height:119px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;gap:13px;align-items:center}.monogram{font:800 31px 'Manrope',sans-serif;letter-spacing:-3px;display:flex;align-items:center;justify-content:center;width:49px;height:49px;border-radius:12px;background:var(--lime);color:var(--bg);padding-right:3px}.monogram span{font-size:24px}.brand-name{font:800 23px 'Manrope',sans-serif;letter-spacing:2px}.brand-name>span{display:block;font:500 11px 'DM Sans',sans-serif;letter-spacing:4px;margin-top:3px}.header-link{display:flex;align-items:center;gap:25px;font-size:14px}.header-link>span{font-size:29px;color:var(--lime)}.hero{padding:72px 0 65px}.eyebrow{display:flex;align-items:center;gap:14px;font-size:12px;font-weight:700;letter-spacing:2.5px;color:var(--lime);margin-bottom:25px}.eyebrow>span{width:31px;height:1px;background:var(--lime)}h1{font:800 clamp(60px,7.6vw,112px)/1.06 'Manrope',sans-serif;letter-spacing:-.065em;margin:0}h1 em{font-style:normal;color:var(--lime)}.hero-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-top:35px}.intro p{font-size:17px;color:var(--muted);line-height:1.75;margin:0}.intro p:first-child{color:var(--text);margin-bottom:3px}.button{display:flex;align-items:center;justify-content:space-between;gap:34px;padding:23px 25px;background:var(--lime);color:var(--bg);border-radius:7px;font-weight:700;font-size:16px;white-space:nowrap;transition:background .2s,transform .2s}.button span{font-size:28px;line-height:1}.button:hover{background:#e1ff8a;color:var(--bg);transform:translateY(-3px)}.mobile-image{display:none}.shop-options{display:grid;grid-template-columns:.65fr 1fr 1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:33px 0 37px;gap:45px}.section-note{font-size:14px;font-weight:600;line-height:1.6;letter-spacing:1.3px}.option{display:flex;flex-direction:column}.number{font-size:11px;letter-spacing:1.8px;color:var(--muted);margin-bottom:14px}.option-title{display:flex;justify-content:space-between;align-items:center;font:700 22px 'Manrope',sans-serif;letter-spacing:-.8px;gap:12px}.option-title>span{color:var(--lime);font-size:24px}.option-description{color:var(--muted);font-size:14px;line-height:1.65;margin-top:10px;max-width:320px}footer{display:flex;justify-content:space-between;gap:24px;padding:26px 0 30px;font-size:12px;color:var(--muted)}footer a{color:var(--text)}footer a span{color:var(--lime);margin-left:12px}.footer-note{opacity:.7}
@media(min-width:1600px){.hero{padding-top:95px;padding-bottom:85px}}
@media(max-width:767px){.page{padding:0 24px}.header{height:92px}.monogram{width:39px;height:39px;font-size:26px;border-radius:9px}.brand{gap:10px}.brand-name{font-size:17px;letter-spacing:1.6px}.brand-name>span{font-size:9px;letter-spacing:3px}.header-link{font-size:12px;gap:10px}.header-link>span{font-size:23px}.hero{padding:42px 0 30px}.eyebrow{font-size:9px;letter-spacing:1.7px;gap:9px;margin-bottom:22px}.eyebrow>span{width:20px}h1{font-size:clamp(39px,9.8vw,74px);letter-spacing:-.06em;line-height:1.12}.hero-bottom{display:block;margin-top:24px}.intro p{font-size:16px;line-height:1.65}.desktop-break{display:none}.button{margin-top:25px;padding:19px 21px;min-height:64px;max-width:420px}.mobile-image{display:block;margin:30px 0 0}.mobile-image img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:8px}.mobile-image figcaption{color:var(--muted);font-size:12px;margin-top:10px}.shop-options{grid-template-columns:1fr;gap:25px;padding:27px 0 30px}.section-note{font-size:12px}.section-note br{display:none}.section-note br:after{content:' '}.option+.option{border-top:1px solid var(--line);padding-top:24px}.option-title{font-size:23px}.option-description{max-width:none}.number{margin-bottom:10px}footer{font-size:12px;flex-wrap:wrap;gap:18px;padding:24px 0}.footer-note{display:none}footer a{margin-left:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
.mobile-poster{display:none}
@media(max-width:767px){
  body{background:#faf6ec}
  .page{display:none}
  .mobile-poster{display:block;width:100%;height:100vh;height:100svh;background:#faf6ec;overflow:hidden}
  .mobile-poster:focus-visible{outline:3px solid #00a83d;outline-offset:-3px}
  .mobile-poster-art{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
}
