:root{--ink:#171717;--paper:#f5f1e9;--yellow:#f3c928;--blue:#b7d9d5;--orange:#ef7048;--line:rgba(23,23,23,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Prompt',sans-serif}a{color:inherit;text-decoration:none}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);background:var(--paper);position:sticky;top:0;z-index:5}.logo{font:700 2rem 'DM Sans',sans-serif;letter-spacing:-.08em}.logo span{color:var(--orange)}nav{display:flex;gap:2.5rem;font-size:.9rem}nav a:hover,.text-link:hover,.social-links a:hover{opacity:.55}.header-cta,.button{font-size:.78rem;font-weight:700;letter-spacing:.04em}.header-cta{border-bottom:2px solid var(--ink);padding-bottom:4px}.section-grid{display:grid;grid-template-columns:1fr 1fr;gap:6vw;max-width:1400px;margin:auto;padding:8vw 5vw}.hero{min-height:680px;align-items:center}.eyebrow{font:700 .7rem 'DM Sans',sans-serif;letter-spacing:.14em;margin:0 0 1.5rem}.hero h1,h2{font-size:clamp(3rem,7vw,7.5rem);line-height:.91;letter-spacing:-.07em;margin:0 0 2rem;font-weight:600}.hero h1 em,h2 em{font-style:normal;color:var(--orange)}.hero-text{max-width:360px;line-height:1.8}.hero-actions{display:flex;align-items:center;gap:2rem;margin-top:2.5rem}.button{display:inline-flex;gap:2rem;padding:1rem 1.25rem;background:var(--ink);color:white}.text-link{font-weight:600;border-bottom:1px solid var(--ink);padding-bottom:5px}.hero-art{height:570px;background:var(--yellow);position:relative;overflow:hidden}.hero-art:before{content:'';position:absolute;width:70%;height:70%;background:var(--blue);border-radius:50%;left:15%;top:18%;filter:blur(1px)}.product-placeholder{position:absolute;inset:19% 20%;border:2px dashed var(--ink);display:grid;place-items:center;text-align:center;font:700 2.4rem 'DM Sans';letter-spacing:.05em;transform:rotate(-7deg)}.hero-art-label{position:absolute;top:1.2rem;left:1.2rem;font:700 .7rem 'DM Sans';z-index:1}.hero-swatch{position:absolute;bottom:1.2rem;right:1.2rem;background:var(--ink);color:#fff;padding:.7rem 1rem;font:700 1.1rem 'DM Sans';line-height:1}.hero-swatch small{font-size:.5rem;letter-spacing:.15em}.ticker{display:flex;justify-content:space-around;gap:1rem;align-items:center;background:var(--ink);color:var(--paper);padding:1rem 5vw;font:700 .72rem 'DM Sans';letter-spacing:.12em}.ticker i{color:var(--yellow);font-style:normal}.proof{background:var(--blue);max-width:none}.proof-content{padding-top:3rem}.large-lead{font-size:clamp(1.5rem,2.5vw,2.5rem);line-height:1.2;max-width:600px}.proof-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);margin-top:4rem}.proof-grid article{padding:1.5rem 1rem 1rem 0;border-bottom:1px solid var(--line)}.proof-grid article:nth-child(odd){border-right:1px solid var(--line);padding-right:2rem}.proof-grid article:nth-child(even){padding-left:2rem}.proof-grid b{font:700 .7rem 'DM Sans'}.proof-grid h3{font:700 1.25rem 'DM Sans';margin:.6rem 0}.proof-grid p{font-size:.85rem;line-height:1.6}.story{background:var(--orange);max-width:none}.story-art{min-height:480px;background:var(--yellow);display:flex;align-items:flex-end;padding:1.5rem;position:relative}.story-art:after{content:'';position:absolute;inset:14%;border:1px solid var(--ink);transform:rotate(5deg)}.story-art span{font:700 .7rem 'DM Sans';position:relative;z-index:1}.story-stamp{position:absolute;top:25%;left:25%;z-index:1;border:2px solid var(--ink);padding:1rem;font:700 1.5rem 'DM Sans';line-height:.9;transform:rotate(-10deg)}.story-copy{align-self:center;max-width:530px}.story-copy p:not(.eyebrow){line-height:1.9;max-width:480px}.reviews{padding:8vw 5vw;max-width:1400px;margin:auto}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:3rem}.section-heading h2,.shop h2{font-size:clamp(2.8rem,5vw,5.5rem)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.review-grid blockquote,.review-image{margin:0;min-height:280px;padding:2rem;background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}.review-grid blockquote:nth-child(2){background:var(--yellow)}.stars{letter-spacing:.2em}.review-grid blockquote p{font-size:1.45rem;line-height:1.35}.review-grid cite{font-size:.8rem;font-style:normal}.review-image{background:var(--blue);font:700 2.2rem 'DM Sans';line-height:.95;justify-content:center;align-items:center;text-align:center}.review-image small{font:400 .75rem 'Prompt';margin-top:1.5rem}.shop{background:var(--ink);color:var(--paper);padding:8vw 5vw}.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:1400px;margin:4rem auto 0;gap:1px;background:#555}.shop-card{background:var(--ink);padding:2rem;min-height:300px;display:flex;flex-direction:column;justify-content:flex-end}.shop-card:hover{background:var(--orange);color:var(--ink)}.shop-card h3{font-size:1.5rem;margin:.8rem 0 .2rem}.shop-card p{margin:0;font-size:.85rem}.shop-icon{font:700 2rem 'DM Sans';align-self:flex-start;margin-bottom:auto}.country-links{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem;font-size:.82rem}.country-links a{border-bottom:1px solid #666;padding-bottom:.35rem}.line{background:var(--yellow);color:var(--ink)}footer{padding:4rem 5vw;display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;align-items:start}footer p{margin:0}.social-links{display:flex;gap:1.5rem;font-size:.85rem}footer small{grid-column:1/-1;border-top:1px solid var(--line);padding-top:1rem;margin-top:2rem;font-size:.7rem}@media(max-width:800px){nav{display:none}.site-header{height:68px}.header-cta{font-size:.65rem}.section-grid{grid-template-columns:1fr;padding:18vw 6vw;gap:3rem}.hero{padding-top:16vw}.hero-art{height:430px}.ticker{overflow:hidden;white-space:nowrap;justify-content:flex-start;gap:2rem}.proof-content{padding-top:0}.story-art{min-height:330px}.review-grid,.shop-grid{grid-template-columns:1fr}.review-grid blockquote,.review-image{min-height:230px}.section-heading{display:block}.section-heading .text-link{display:inline-block;margin-top:1rem}footer{grid-template-columns:1fr;gap:1rem}.social-links{flex-wrap:wrap}footer small{grid-column:auto}}
@media(max-width:800px){body{padding-bottom:66px}.site-header{padding:0 6vw}.hero{min-height:0}.hero h1{font-size:clamp(3.7rem,17vw,6rem)}.hero-actions{gap:1.25rem;flex-wrap:wrap}.proof-grid article:nth-child(odd){padding-right:1rem}.proof-grid article:nth-child(even){padding-left:1rem}.shop{padding:18vw 6vw}.shop-card{min-height:210px;padding:1.5rem}footer{padding:3rem 6vw}.mobile-buy-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:10;background:var(--yellow);padding:.7rem 6vw;align-items:center;justify-content:space-between;box-shadow:0 -4px 16px rgba(0,0,0,.12)}.mobile-buy-bar span{font:700 .72rem 'DM Sans';letter-spacing:.08em}.mobile-buy-bar a{background:var(--ink);color:#fff;padding:.65rem 1rem;font-size:.75rem;font-weight:700}}
@media (max-width:800px){.site-header .header-tools{gap:0}.site-header .header-cta{display:none}.site-header .language-switch{display:inline-flex;min-width:42px;min-height:38px;align-items:center;justify-content:center;padding:.4rem .65rem}.mobile-buy-bar{min-height:64px;padding:.65rem 5vw}.mobile-buy-bar a{min-height:44px;min-width:142px;display:inline-flex;align-items:center;justify-content:center}}
