:root{--background:#fff;--foreground:#000;--primary:#000;--primary-foreground:#fff;--border:#d4d4d4;--muted:#f2f2f2;--radius:0}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:#000;background:#fff;font-family:Consolas,'Courier New',monospace;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:2px solid #000;outline-offset:5px}a:hover{text-decoration:underline}p,h1,h2,h3{margin:0;font-weight:400}img{max-width:100%;display:block}button{cursor:pointer}button:disabled{cursor:not-allowed}main,.header,footer{max-width:1440px;margin:auto;padding-left:5%;padding-right:5%}.header{min-height:120px;display:flex;align-items:center;gap:40px;border-bottom:1px solid var(--border)}.brand{padding:16px 0;display:block}.logo-crop{display:block;position:relative;width:144px;height:29px;overflow:hidden}.logo-crop img{position:absolute;width:215px;max-width:none;height:215px;left:-35.5px;top:-93.8px}.header nav{display:flex;gap:36px;margin-left:auto;text-transform:uppercase;font-size:14px}.header-note{font-size:12px;margin-left:60px;color:#666}.intro{padding:75px 0 48px}.eyebrow{font-size:13px;letter-spacing:.035em}.intro h1{font-size:clamp(38px,5.3vw,76px);line-height:1.06;letter-spacing:-.055em;margin:22px 0 38px}.intro-bottom{display:flex;justify-content:space-between;align-items:flex-end;font-size:14px}.intro-bottom a{text-decoration:underline;text-underline-offset:5px}.section-heading{border-top:1px solid #000;padding:23px 0;display:flex;justify-content:space-between;gap:16px}.section-heading h2{font-size:16px;text-transform:uppercase}.section-heading span{font-size:12px;color:#666}.products{display:grid;grid-template-columns:1fr 1fr;gap:28px}.product-image{position:relative;display:block;background:#f2f2f2;overflow:hidden}.product-image img{width:100%;height:auto;transition:transform .35s}.product-image:hover img{transform:scale(1.025)}.image-index{position:absolute;top:20px;left:20px;z-index:1;font-size:14px}.product-meta{display:flex;justify-content:space-between;gap:15px;padding:24px 0}.product-meta h3{font-size:21px;margin-top:4px}.buy{display:flex;align-items:center;justify-content:space-between;background:#000;color:white;padding:17px 22px;min-height:56px;width:100%;border:1px solid #000;text-transform:uppercase;font-size:14px}.buy:hover{background:#222;text-decoration:none}.buy:disabled{background:#f2f2f2;color:#666;border-color:#d4d4d4}.about{display:grid;grid-template-columns:1fr 1.65fr;gap:50px;padding:85px 0;align-items:center}.about h2{font-size:34px;line-height:1.12;letter-spacing:-.04em;margin:25px 0}.about p:last-child{font-size:14px}.about img{width:100%;height:280px;object-fit:cover}footer{border-top:1px solid var(--border);padding-top:35px;padding-bottom:40px;display:flex;gap:30px;align-items:center;font-size:12px}footer small{margin-left:auto}.footer-name{font-size:20px}.skip{position:absolute;top:-100px;padding:12px;background:white;z-index:10}.skip:focus{top:10px}.back{display:inline-block;margin:32px 0;text-decoration:underline;text-underline-offset:4px;font-size:14px}.detail{display:grid;grid-template-columns:1.12fr 1fr;gap:8%;padding-bottom:80px}.detail-photo{background:#f2f2f2}.detail-photo img{width:100%;height:auto}.detail-info{padding:28px 0}.detail h1{font-size:clamp(30px,3vw,46px);line-height:1.1;margin:18px 0}.price{font-size:22px;margin:20px 0 32px}.description{font-family:Arial,sans-serif;line-height:1.7;color:#444;max-width:400px;margin-bottom:35px}.size-heading{display:flex;justify-content:space-between;font-size:14px;margin:28px 0 15px}.sizes{display:flex!important;flex-wrap:wrap;gap:10px!important;margin-bottom:12px}.size-option{position:relative;display:flex;align-items:center;border:1px solid #ccc;min-width:55px;min-height:55px;justify-content:center;cursor:pointer;padding:10px;gap:8px}.size-option:has([data-checked]){border-color:#000;background:#000;color:white}.size-option:has([disabled]){color:#777;background:#f2f2f2;cursor:not-allowed}.size-option:has([disabled]) span{text-decoration:line-through}.size-option [data-slot=radio-group-item]{width:14px;height:14px;min-width:14px}.size-option [data-slot=radio-group-item]:after{display:none}.hint{font-size:13px;color:#666;margin:10px 0 26px}.detail-meta{border-top:1px solid #ddd;margin-top:30px;padding-top:18px;display:flex;justify-content:space-between;font-size:13px}.checkout{max-width:1000px;margin:auto;padding-bottom:90px}.checkout h1{font-size:36px;margin:18px 0 38px}.order{display:grid;grid-template-columns:140px 1fr;gap:25px;border-top:1px solid #000;border-bottom:1px solid #ccc;padding:25px 0}.order img{width:140px;height:auto}.order h2{font-size:21px;margin:8px 0}.totals{margin:30px 0}.totals p{display:flex;justify-content:space-between;margin:12px 0}.payment-note{border-top:1px solid #000;padding:24px 0}.payment-note p{font-family:Arial,sans-serif;margin:15px 0 24px;max-width:600px;color:#444;line-height:1.7}.checkout .buy{max-width:420px}.error{padding:90px 0}.error h1{font-size:32px;margin-bottom:24px}
@media(max-width:700px){.header{min-height:100px;gap:15px}.logo-crop{width:124px;height:25px}.logo-crop img{width:185px;height:185px;left:-30.5px;top:-80.7px}.header nav{gap:20px;font-size:12px}.header-note{display:none}.intro{padding-top:45px}.intro-bottom{gap:25px}.products{grid-template-columns:1fr;gap:38px}.product-meta h3{font-size:20px}.about{grid-template-columns:1fr;gap:30px;padding:60px 0}.about img{height:auto}.about h2 br{display:none}footer{flex-wrap:wrap;gap:20px}footer small{width:100%;margin-left:0}.detail{grid-template-columns:1fr;gap:15px;padding-bottom:45px}.detail-info{padding-top:20px}.detail h1{font-size:34px}.order{grid-template-columns:100px 1fr}.order img{width:100px}.checkout h1{font-size:30px}.section-heading span{white-space:nowrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.product-image img{transition:none}}
.cart-controls{display:flex;align-items:center;gap:16px;margin-top:16px}.cart-controls button{border:1px solid #ccc;background:white;min-width:44px;min-height:44px}.cart-controls .remove{border:0;text-decoration:underline;margin-left:12px;font-size:14px}.cart-controls button:disabled{color:#999}.cart-feedback{padding:20px 0;font-size:14px}.cart-feedback a{text-decoration:underline}.header nav{flex-wrap:wrap}@media(max-width:700px){.header{flex-wrap:wrap;padding-top:18px;padding-bottom:18px}.header nav{gap:14px}.cart-controls{gap:10px}}
.footer-name{font-size:12px}.intro h1{margin:0}.intro{padding-bottom:64px}
.detail-photo{align-self:start;background:transparent}.detail-photo img{display:block;width:100%;height:auto}

.size-option:has(input:checked){background:#000;color:white;border-color:#000}fieldset{border:0;padding:0;margin:0}input[type=radio]{accent-color:#000} .size-option:has(input:disabled){color:#777;background:#f2f2f2} .size-option:has(input:disabled) span{text-decoration:line-through}
