:root{--black:#111;--white:#f7f7f7;--red:#d51e31;--gray:#636363}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;font:16px/1.6 Arial,Helvetica,sans-serif;color:var(--black);background:var(--white)}a{color:inherit;text-decoration:none}button{font:inherit}a:focus-visible,button:focus-visible,.carousel:focus-visible{outline:3px solid var(--red);outline-offset:5px}.wrap{width:min(1260px,calc(100% - 64px));margin:auto}header{display:flex;justify-content:space-between;align-items:center;padding:25px 0;border-bottom:1px solid #ddd}.brand{font-weight:900;font-size:28px;letter-spacing:-1.2px}.brand span{color:var(--red)}nav{display:flex;gap:32px;font-weight:700;font-size:14px}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;padding:48px 0 64px;align-items:center}.eyebrow{font-size:13px;letter-spacing:2px;font-weight:700;color:var(--red);margin:0 0 24px}h1{font-size:clamp(45px,6.1vw,88px);font-weight:900;line-height:.99;letter-spacing:-4px;margin:0 0 30px}h1 span{color:var(--red)}.lead{font-size:19px;max-width:440px;margin:0 0 28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:40px;background:var(--black);color:white;min-height:56px;padding:16px 24px;font-weight:700}.button:hover{background:var(--red)}.caption{font-size:13px;color:var(--gray);margin-top:20px;max-width:640px}.hero-image{margin:0;position:relative}.hero-image img{display:block;width:100%;height:auto;max-height:630px;object-fit:cover;object-position:center}.hero-image figcaption{display:flex;justify-content:space-between;padding:14px 16px;background:var(--black);color:white;font-size:12px;letter-spacing:1px}.ticker{background:var(--red);color:white;overflow:hidden;white-space:nowrap;padding:13px 20px;font-size:clamp(20px,3vw,38px);font-weight:900;letter-spacing:1px}.collection{padding:72px 0}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end}.section-head .eyebrow{margin-bottom:14px}h2{font-size:clamp(32px,4vw,50px);letter-spacing:-2px;line-height:1.1;margin:0 0 20px}.controls{display:flex;gap:8px;margin-bottom:20px}.controls button{border:1px solid #ccc;background:transparent;width:48px;height:48px;font-size:24px;cursor:pointer}.controls button:disabled{opacity:.3;cursor:default}.controls button:not(:disabled):hover{background:#111;color:white}.collection-note{color:var(--gray);font-size:14px;margin-bottom:26px}.carousel{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;padding-bottom:18px}.product{flex:0 0 calc((100% - 48px)/3);scroll-snap-align:start;min-width:0}.product img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;background:#ddd}.product-info{padding:18px 0}.sku{font-size:12px;letter-spacing:1px;font-weight:700;color:var(--gray);margin:0 0 8px}h3{font-size:23px;letter-spacing:-.5px;margin:0 0 8px}.product-info>p:not(.sku){font-size:14px;color:var(--gray);margin:0 0 18px}.buy{display:block;border:1px solid var(--black);padding:12px 16px;font-size:14px;font-weight:700}.buy:hover{background:#111;color:#fff}.closing{background:var(--black);color:#fff;padding:48px}.closing .eyebrow{color:#ff6674}.closing p:not(.eyebrow){max-width:570px;color:#c9c9c9}.closing .button{background:var(--red)}.privacy{padding:52px 0}.privacy h2{font-size:20px;letter-spacing:0}.privacy p{color:var(--gray);font-size:14px;max-width:900px}footer{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #ddd;padding:26px 0 38px;font-size:13px}.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}@media(max-width:900px){.hero{gap:30px}.product{flex-basis:calc((100% - 24px)/2)}}@media(max-width:650px){.wrap{width:calc(100% - 36px)}header{padding:20px 0}.brand{font-size:23px}nav{gap:16px;font-size:12px}.hero{grid-template-columns:1fr;padding:38px 0;gap:26px}h1{font-size:clamp(43px,11vw,68px);letter-spacing:-2px}.hero-image img{max-height:none}.collection{padding:46px 0}.product{flex-basis:86%}.carousel{gap:16px}.closing{padding:32px 24px}.closing .button{width:100%;gap:10px}.section-head{align-items:center}h2{letter-spacing:-1px}.controls button{width:42px;height:42px}footer{flex-wrap:wrap}.privacy{padding:36px 0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
