:root{color-scheme:dark;--bg:#111210;--text:#eeeFE7;--muted:#aaaDa5;--line:#343630;--accent:#dbed6c}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--accent);outline-offset:6px}header{height:110px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:15px}.brand strong{font-size:52px;letter-spacing:-5px;position:relative;line-height:1}.brand strong span{position:absolute;font-size:12px;letter-spacing:0;top:0;right:-9px}.brand>span{font-size:12px;letter-spacing:1px;line-height:1.5}.brand b{font-size:19px;letter-spacing:0}nav{display:flex;gap:36px;font-size:14px}nav a:hover,footer a:hover{color:var(--accent)}.edition,.eyebrow{font-family:monospace;letter-spacing:1.8px;font-size:12px}.edition{color:var(--muted)}.hero{display:grid;grid-template-columns:1.08fr 1fr;min-height:590px}.intro{padding:65px 8% 48px 9.3%;display:flex;flex-direction:column}.eyebrow{margin:0 0 27px;color:var(--muted)}h1{font-size:clamp(48px,5.8vw,91px);line-height:.98;letter-spacing:-.06em;margin:0;font-weight:900}h1 em{font-style:normal;color:var(--accent)}.hero-bottom{margin-top:40px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.hero-bottom p{font-size:14px;line-height:1.6;color:var(--muted);margin:0}.button{padding:16px 19px;background:var(--accent);color:#171910;font-size:14px;white-space:nowrap;display:flex;gap:22px;align-items:center}.button:hover{background:#edff80}.hero-image{position:relative;overflow:hidden;min-height:500px;background:#22231f}.hero-image img{width:100%;height:100%;position:absolute;object-fit:cover}.image-top{position:absolute;top:28px;left:28px;font-family:monospace;font-size:12px;letter-spacing:1.5px;background:#111b;padding:8px}.image-bottom{position:absolute;bottom:28px;left:28px;right:28px;display:flex;justify-content:space-between;align-items:flex-end}.image-bottom>span:first-child{font-size:22px;font-weight:800;line-height:1.05;letter-spacing:-1px;text-shadow:0 2px 10px #000}.concept{font-size:12px;padding:8px;background:#111b}.ticker{display:flex;justify-content:space-around;gap:28px;overflow:hidden;white-space:nowrap;background:var(--accent);color:#171910;font-size:13px;font-weight:700;letter-spacing:2px;padding:20px}.collection{padding:80px 5% 90px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.section-head .eyebrow{margin-bottom:14px}h2{font-size:clamp(42px,5vw,68px);line-height:1.04;letter-spacing:-3px;margin:0}.section-head>p{color:var(--muted);font-size:15px;line-height:1.5;margin:0}.product{display:grid;grid-template-columns:1.3fr 1fr;border:1px solid var(--line)}.product-photo{position:relative;min-height:460px;background:#252621;overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:cover;display:block}.tag{position:absolute;top:22px;left:22px;font-size:12px;background:var(--text);color:var(--bg);padding:9px 12px;font-family:monospace}.product-info{padding:45px;display:flex;flex-direction:column;justify-content:center}.product-info .eyebrow{margin-bottom:18px}h3{font-size:36px;letter-spacing:-1px;margin:0 0 15px}.description{color:var(--muted);line-height:1.6;margin:0 0 30px}.detail{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:16px 0;font-size:14px}.detail>span:first-child{color:var(--muted)}.detail i{display:inline-block;background:#060606;border:1px solid #71746a;border-radius:50%;width:12px;height:12px;margin-right:5px}.availability{font-size:14px;color:var(--muted);line-height:1.6;margin:22px 0}.coming{border:1px solid #777d60;padding:17px;display:flex;justify-content:space-between;color:var(--accent);font-size:14px;letter-spacing:1px}.note{font-size:12px;line-height:1.6;color:var(--muted);margin-bottom:0}.about{border-top:1px solid var(--line);padding:65px 5%;display:grid;grid-template-columns:1fr 2fr;gap:25px}.about .eyebrow{margin-top:10px}.about h2{font-size:clamp(35px,4vw,58px)}.about h2 span{display:block;color:var(--accent)}.about p:not(.eyebrow){color:var(--muted);max-width:470px;line-height:1.7;margin-top:26px}footer{border-top:1px solid var(--line);padding:30px 5%;display:flex;justify-content:space-between;gap:24px;font-size:12px;color:var(--muted)}.footer-logo{font-weight:700;color:var(--text)}@media(min-width:1600px){main,header,footer{max-width:1800px;margin:auto}}@media(max-width:1050px){.edition{display:none}.hero-bottom{align-items:flex-start;flex-direction:column}.intro{padding-top:50px}.product-info{padding:30px}.product-photo{min-height:420px}}@media(max-width:700px){header{height:90px}.brand strong{font-size:43px}.brand>span{font-size:10px}.brand b{font-size:16px}nav{gap:20px;font-size:14px}.hero{grid-template-columns:1fr}.intro{padding:40px 6%}h1{font-size:clamp(45px,11.7vw,76px)}.hero-bottom{flex-direction:row;align-items:flex-end;flex-wrap:wrap;margin-top:30px}.hero-image{min-height:390px}.ticker{justify-content:flex-start;padding:17px 6%;font-size:12px}.collection{padding:55px 6%}.section-head{align-items:flex-start;gap:20px}.section-head>p{font-size:13px}.product{grid-template-columns:1fr}.product-photo{min-height:0;aspect-ratio:1.2}.product-info{padding:28px}.about{grid-template-columns:1fr;padding:45px 6%;gap:8px}.about h2{letter-spacing:-1.5px}footer{flex-wrap:wrap;padding:26px 6%;line-height:1.6}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* 2H brand colors from the supplied logo. */
.brand strong{color:#2aa3db;background:linear-gradient(90deg,#2aa3db 0%,#2aa3db 30%,#a044ac 48%,#a044ac 55%,#f01525 78%,#f01525 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}
@media(forced-colors:active){.brand strong{background:none;color:LinkText;-webkit-text-fill-color:currentColor}}

.section-head>div{min-width:0}.section-head h2{max-width:850px;text-wrap:balance}.section-head>p{flex-shrink:0}@media(max-width:700px){.section-head{flex-direction:column}.image-top{right:20px;line-height:1.5}}

.brand{gap:12px}.brand .brand-image{display:block;width:76px;height:86px;object-fit:contain}.brand .brand-merch{font-size:19px;font-weight:700;letter-spacing:0}@media(max-width:700px){.brand .brand-image{width:60px;height:70px}.brand .brand-merch{font-size:16px}.brand{gap:8px}}

.brand{flex-direction:column;gap:2px;justify-content:center}.brand .brand-image{width:76px;height:76px}.brand .brand-merch{font-size:16px;line-height:1.1;text-align:center}@media(max-width:700px){.brand{gap:2px}.brand .brand-image{width:60px;height:60px}.brand .brand-merch{font-size:14px}}

.brand .brand-symbol{display:block;width:88px;height:65px;overflow:hidden;line-height:0}.brand-symbol img{display:block;width:88px;height:auto;transform:translateY(-6px)}.brand .brand-label{font-family:Arial,Helvetica,sans-serif;font-size:16px;font-weight:700;letter-spacing:0;line-height:1.1;text-align:center}@media(max-width:700px){.brand .brand-symbol{width:68px;height:50px}.brand-symbol img{width:68px;transform:translateY(-5px)}.brand .brand-label{font-size:14px}}

.catalog-product{margin-bottom:36px;grid-template-columns:1.1fr 1fr;align-items:start}.catalog-product h3{font-size:clamp(24px,2.6vw,38px);line-height:1.2;overflow-wrap:break-word}.gallery{background:#fff;min-width:0;padding:20px}.gallery-stage{max-width:480px;margin:auto}.mockup{position:relative;overflow:hidden;width:100%;background:white}.mockup img{position:absolute;max-width:none;display:block}.image-options{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:20px}.image-options button{font:inherit;font-size:14px;color:#161713;background:white;border:1px solid #a1a49b;padding:10px 12px;cursor:pointer;min-height:44px}.image-options button[aria-pressed=true]{background:#161713;color:#fff}.image-options button:focus-visible{outline:3px solid #4b5599;outline-offset:2px}.hero-image.actual-product{display:flex;align-items:center;justify-content:center;background:#fff;padding:45px 25px 20px}.actual-product .mockup{max-width:480px}.hero-image .mockup img{object-fit:initial}.actual-product .image-top{background:#111;color:#fff}.catalog-product .product-info{padding:40px}.catalog-product .coming{margin-top:12px}@media(max-width:700px){.catalog-product{grid-template-columns:1fr}.catalog-product .product-info{padding:26px}.gallery{padding:16px}.hero-image.actual-product{min-height:0}.actual-product .mockup{max-width:360px}}

/* Ensure every product preview has a stable visible frame while images load. */
.gallery-stage .mockup{min-height:420px}.actual-product .mockup{min-height:430px}.mockup img{z-index:1;visibility:visible;opacity:1}
 .variant-picker{display:grid;gap:10px;margin-top:24px;font-size:16px}.variant-picker select{width:100%;padding:12px;background:#191a18;color:#eeefe7;border:1px solid #65685c;font:inherit;border-radius:4px}.retail-price{font-size:28px;font-weight:700;margin:20px 0 8px}.availability button{font:inherit;color:#dbed6c;background:transparent;border:1px solid currentColor;padding:6px 10px;cursor:pointer}
