@charset "UTF-8";
:root{color-scheme:dark;--bg:#000;--panel:#212121;--card:#424242;--text:#fafafa;--muted:#c6c6c6;--red:#ed332a;--line:#565656}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:"Product Sans",Roboto,Arial,sans-serif;font-size:16px;line-height:1.55}
a{color:inherit;text-decoration:none}a:hover{color:#ff8c85}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #ff9c96;outline-offset:5px}
.skip{position:absolute;top:-80px;left:16px;z-index:5;background:#fff;color:#111;padding:12px}.skip:focus{top:8px}
.site-header{height:60px;background:#0c0c0c;display:flex;justify-content:center;align-items:center;position:sticky;top:0;z-index:3;box-shadow:0 2px 6px #0005}
.site-header img{display:block;width:auto;height:50px}.title-band{height:35px;background:var(--panel);text-align:center;font-size:26px;line-height:35px;box-shadow:0 2px 6px #21212188}
.brand-round{position:relative;z-index:1;width:140px;height:70px;margin:20px auto 0;border-radius:100px 100px 0 0;background:var(--panel);padding:10px}
.brand-round img{width:120px;height:120px;object-fit:contain}
.shop-shell{width:90%;max-width:1400px;margin:0 auto 32px;padding:70px 40px 40px;border-radius:10px;background:var(--panel);box-shadow:0 1px 6px 5px #21212155;min-height:55vh}
.breadcrumbs{display:flex;gap:10px;font-size:14px;color:var(--muted);margin-bottom:24px}
.intro{max-width:700px;margin-bottom:40px}.intro p:last-child{color:var(--muted);font-size:18px;max-width:590px}
.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:700;color:#ff9c96;margin:0 0 14px}
h1,h2,h3,p{margin-top:0}h1{font-size:clamp(34px,4.5vw,54px);line-height:1.1;letter-spacing:-.035em;margin-bottom:18px;font-weight:600}h2{font-size:24px;line-height:1.25;font-weight:600}h3{font-size:18px}
.section-heading{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin:0 0 20px}.section-heading h2{margin:0}.section-heading>span{color:var(--muted);font-size:14px}
.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,330px),430px));gap:24px}
.product-card{background:var(--card);border:1px solid #505050;border-radius:10px;overflow:hidden;transition:box-shadow .2s,transform .2s}
.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0005}
.product-art{display:block;background:#303030;border-bottom:1px solid #505050;text-align:center;padding:16px}
.product-art img{width:100%;height:210px;display:block;object-fit:contain}
.card-copy{padding:24px}.card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.category{font-size:12px;color:#ddd}.badge{display:inline-flex;align-items:center;border-radius:30px;background:#292929;color:#f1f1f1;border:1px solid #737373;font-size:12px;padding:5px 10px;white-space:nowrap}
.card-copy h2{margin-bottom:8px;font-size:28px}.subtitle{font-size:15px;margin-bottom:16px}.muted{color:var(--muted)}.card-copy>.muted{font-size:14px;line-height:1.6}
.card-bottom{border-top:1px solid #606060;padding-top:20px;margin-top:24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.price{font-size:17px;font-weight:600}
.button{display:inline-flex;justify-content:center;align-items:center;gap:10px;min-height:44px;border:1px solid #777;background:#333;color:#fff;padding:10px 17px;border-radius:8px;font:inherit;font-size:14px;cursor:pointer;font-weight:600;text-align:center}
.button:hover{background:#505050;color:white}.button.primary{background:#cf2820;border-color:#ff6e66;box-shadow:inset 0 1px 1px #ff8d8555}.button.primary:hover{background:#e3362d}
.shop-note{display:flex;gap:16px;background:#2d2d2d;border:1px solid #474747;border-radius:10px;padding:22px;max-width:820px;margin-top:32px}
.shop-note h2{font-size:17px;margin-bottom:8px}.shop-note p{font-size:14px;color:var(--muted);margin:0}.note-icon{border:1px solid #999;width:24px;height:24px;flex-shrink:0;border-radius:50%;text-align:center;line-height:22px}
.site-footer{background:var(--panel);padding:20px 5%;display:flex;justify-content:space-between;align-items:center;gap:24px;border-top:1px solid #383838;font-size:13px}
.footer-links{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.secondary{color:#c3c3c3}
.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-visual{background:#363636;border:1px solid #565656;border-radius:10px;padding:28px;position:sticky;top:90px}
.product-visual img{width:100%;height:auto;display:block}.visual-caption{display:block;text-align:center;color:#ccc;font-size:13px;margin-top:20px}
.product-details .eyebrow{margin-top:24px}.product-details h1{font-size:44px}.lead{font-size:22px;line-height:1.35}.feature-list{list-style:none;padding:0;margin:24px 0}.feature-list li{position:relative;padding:8px 0 8px 27px;font-size:15px}.feature-list li:before{content:"✓";position:absolute;left:0;color:#ff938b;font-weight:bold}
.purchase{border-top:1px solid #535353;padding-top:25px;margin-top:20px}.purchase h2{font-size:20px}.small{font-size:13px}.purchase>.small{margin-top:16px}
.details-panel{border-top:1px solid #505050;margin-top:40px;padding-top:28px;color:#ddd}.details-panel h2{color:white;font-size:22px}.details-panel a,.text-page a,.consent a,.success a:not(.button){text-decoration:underline}
.purchase-price{font-size:32px}.purchase-price span{display:block;font-size:14px;color:var(--muted)}
.consent{display:flex;align-items:flex-start;gap:12px;font-size:13px;margin-bottom:24px}.consent input{margin-top:4px;width:18px;height:18px;flex-shrink:0;accent-color:var(--red)}
.banner{border:1px solid #826962;background:#3b302d;border-radius:8px;padding:18px;margin-bottom:30px;font-size:15px}
.text-page{max-width:800px;margin:auto}.text-page h1{margin-bottom:30px}.text-page h2{font-size:22px;margin-top:30px}.text-page p{color:#ddd}.terms{white-space:normal;overflow-wrap:anywhere}
.terms{border-top:1px solid var(--line);margin-top:32px;padding-top:4px}.terms h3{margin-top:32px;color:var(--text)}
.notice{max-width:750px;margin:30px auto 50px;text-align:center}.notice p{color:#ddd}.notice h1{font-size:38px}.notice .button{margin-top:16px}.success-mark{display:block;font-size:44px;color:#9fdeb1}.actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
@media(max-width:900px){.shop-shell{padding:70px 26px 30px}.product-layout{gap:28px}.product-details h1{font-size:36px}.product-visual{padding:15px}.site-footer{flex-direction:column;align-items:flex-start}}
@media(max-width:650px){.shop-shell{width:94%;padding:66px 18px 24px}.intro{margin-bottom:30px}.intro p:last-child{font-size:16px}.intro h1 br{display:none}.breadcrumbs{margin-bottom:24px}.product-grid{grid-template-columns:1fr}.card-copy{padding:20px}.card-bottom{gap:10px}.product-layout{grid-template-columns:1fr;gap:26px}.product-visual{position:static;max-width:420px;width:100%;margin:auto}.product-visual img{max-height:240px}.product-details h1{font-size:38px}.product-details .eyebrow{margin-top:16px}.lead{font-size:21px}.section-heading h2{font-size:22px}.site-footer{padding:24px 6%}.shop-note{padding:18px}.title-band{font-size:24px}.text-page h1{font-size:34px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}.product-card:hover{transform:none}}
@media print{body{background:#fff;color:#111}.site-header,.brand-round,.title-band,.site-footer,.breadcrumbs,.button{display:none}.shop-shell{width:100%;box-shadow:none;padding:0;background:white}.text-page p,.muted{color:#222}}
.recovery-form{display:grid;gap:12px;max-width:520px}.recovery-form label{font-weight:600}.recovery-form input[type=email]{width:100%;border:1px solid #777;border-radius:8px;background:#303030;color:#fff;padding:13px;font:inherit}.recovery-form .button{justify-self:start}.form-trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.recovered-order{border:1px solid var(--line);border-radius:10px;padding:24px;margin:20px 0}.recovery form{margin:24px 0}.support-line{margin-top:32px;overflow-wrap:anywhere}
