/* Existing IC broadcast chrome owns its tokens. Store rules stay scoped. */
.store-shell{max-width:1328px;margin:0 auto;padding:calc(var(--chrome-h,120px) + 48px) 48px 64px}
.store-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}
.store-kicker{font:12px/1.4 var(--mono);letter-spacing:.08em;color:#b9bec6;margin-bottom:12px}
.store-heading h1{font:400 clamp(36px,4.5vw,64px)/1.08 Anton,sans-serif;letter-spacing:0}
.store-inventory{display:inline-flex;gap:16px;align-items:center;min-height:44px;flex-shrink:0;color:var(--white);font-size:16px;text-decoration:none;border-bottom:1px solid #5e636d}
.store-inventory:hover{border-color:var(--white)}
.store-intro{max-width:720px;font-size:18px;line-height:1.5;color:#b9bec6;margin:20px 0 24px}
.store-message{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0;border-top:1px solid var(--line);font:14px/1.5 var(--mono);color:#b9bec6;min-height:56px}
.store-message.is-error{color:#ffd0c9}
.store-message button{flex-shrink:0;min-height:44px;padding:8px 16px;border:1px solid #5e636d;background:transparent;color:var(--white);font:inherit;cursor:pointer}
.store-message button:hover{background:#24262c}
.store-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:12px}
.store-product{min-width:0;display:flex;flex-direction:column;border:1px solid var(--line);background:#101214;scroll-margin-top:calc(var(--chrome-h,120px) + 24px)}
.store-product.is-selected{border-color:var(--red);box-shadow:inset 0 -2px var(--red)}
.store-photo{position:relative;height:320px;overflow:hidden;background:#0a0c10;border-bottom:1px solid var(--line)}
.store-photo img{width:100%;height:100%;display:block;object-fit:cover}
.store-photo-label{position:absolute;left:0;top:0;padding:8px 12px;background:rgba(10,12,16,.9);color:#b9bec6;font:10px/1.4 var(--mono);letter-spacing:.06em}
.store-photo-variants{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px}
.store-photo-variants figure{margin:0;min-width:0;height:100%;display:flex;flex-direction:column;overflow:hidden}
.store-photo-variants img{height:calc(100% - 40px);min-height:0}
.store-photo-variants figcaption{height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:4px 8px;text-align:center;background:#0a0c10;color:#b9bec6;font:10px/1.4 var(--mono);letter-spacing:.04em}
.store-selection{position:absolute;top:16px;left:16px;background:var(--red);color:#fff;padding:8px 12px;font:11px/1.3 var(--mono);letter-spacing:.06em}
.store-product-body{padding:24px;display:flex;flex-direction:column;flex:1}
.store-product-title{display:block;align-items:start;justify-content:space-between;gap:16px}
.store-product-title h2{font:400 clamp(24px,2.3vw,32px)/1.15 Anton,sans-serif;letter-spacing:0;scroll-margin-top:calc(var(--chrome-h,120px) + 24px)}
.store-price{margin-top:12px;flex-shrink:0;font:18px/1.5 var(--mono);font-variant-numeric:tabular-nums;text-align:left;max-width:none}
.store-price small{display:block;font:10px/1.5 var(--mono);color:#b9bec6;letter-spacing:.06em}
.store-description{font-size:17px;line-height:1.5;margin:16px 0 10px;color:#d4d8df}
.store-includes{font-size:14px;line-height:1.5;color:#b9bec6;margin-bottom:24px}
.store-purchase{margin-top:auto}
.store-buy{width:100%;min-height:48px;padding:12px 16px;background:var(--red);border:1px solid var(--red);color:#fff;font:600 14px/1.5 var(--support);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background 240ms var(--cut),border-color 240ms var(--cut)}
.store-buy:hover:not(:disabled){background:#bd0d25;border-color:#bd0d25}
.store-buy:active:not(:disabled){background:#941124}
.store-buy:disabled{background:#24262c;border-color:#393d45;color:#b9bec6;cursor:default}
.store-product.is-owned .store-buy{background:transparent;color:var(--white);border-color:#5e636d}
.store-product-note{margin-top:12px;min-height:42px;font-size:13px;line-height:1.55;color:#b9bec6}
.store-terms{display:flex;justify-content:space-between;gap:24px;margin-top:32px;padding-top:24px;border-top:1px solid var(--line);color:#b9bec6;font-size:13px;line-height:1.6}
.store-shell a{color:inherit;text-underline-offset:4px}
.store-shell :focus-visible,.store-skip:focus{outline:2px solid var(--white);outline-offset:5px}
.store-noscript{padding:24px 0;line-height:1.6}
.store-skip{position:fixed;top:8px;left:8px;z-index:10000;padding:12px 20px;background:var(--white);color:var(--black);transform:translateY(-160%)}
.store-skip:focus{transform:none}
@media(max-width:900px){.store-shell{padding:calc(var(--chrome-h,160px) + 32px) 24px 48px}.store-products{gap:20px}.store-product-body{padding:20px}.store-product-title{display:block}.store-price{margin-top:12px;text-align:left;max-width:none}.store-price small{display:inline;margin-left:8px}.store-photo{height:280px}.store-terms{display:block}.store-terms p+p{margin-top:8px}}
@media(max-width:620px){.store-heading{align-items:start;flex-direction:column;gap:12px}.store-shell{padding-left:16px;padding-right:16px}.store-kicker{font-size:10px}.store-intro{font-size:16px}.store-products{grid-template-columns:minmax(0,1fr);gap:24px}.store-photo{height:300px}.store-photo-general{height:340px}.store-product-title{display:flex}.store-product-title h2{font-size:26px}.store-price{margin-top:0;font-size:16px;text-align:right}.store-price small{display:block;margin-left:0}.store-message{align-items:start;flex-direction:column;gap:12px}.store-message button{align-self:flex-start}.store-product-note{min-height:0}}
@media(prefers-reduced-motion:reduce){.store-shell *{transition:none!important;scroll-behavior:auto!important}}
/* The shared chrome styles the legal block; the page owns its footer container. */
.site-footer{padding:48px 24px 80px;background:var(--black);border-top:1px solid var(--line);text-align:center}
.site-footer .fine,.site-footer .credit{font:11px/1.6 var(--mono);letter-spacing:.08em;color:#b9bec6}
.site-footer .credit{margin-top:12px}
.site-footer .credit a{color:inherit;text-decoration:none;border-bottom:1px solid #5e636d;padding-bottom:2px}
.site-footer .site-links{display:flex;justify-content:center;flex-wrap:wrap;gap:16px 32px;margin:28px 0;font:12px/1.5 var(--mono);letter-spacing:.08em}
.site-footer .site-links a{color:var(--white);text-decoration:none;border-bottom:1px solid #5e636d;padding:10px 0;min-height:44px}
.site-footer .credit a:hover,.site-footer .site-links a:hover{color:var(--white);border-color:var(--white)}
.site-footer a:focus-visible{outline:2px solid var(--white);outline-offset:5px}
.site-footer .legal-links{display:flex;justify-content:center;flex-wrap:wrap;gap:8px 20px}
.site-footer .legal-links a{margin:0;min-height:32px;display:inline-flex;align-items:center;color:#b9bec6}
.site-footer .copyline,.site-footer .ue-lines{color:#b9bec6;line-height:1.6}
@media(max-width:620px){.site-footer{padding:36px 16px 72px}.site-footer .fine{font-size:10px;overflow-wrap:anywhere}.site-footer .legal-links{gap:8px 16px}}

@media(min-width:621px) and (max-width:1100px){.store-products{grid-template-columns:repeat(2,minmax(0,1fr))}}
