.dialog-root{z-index:50;padding:var(--space-4);place-items:center;display:grid;position:fixed;inset:0}.dialog-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0c0812b8;animation:.18s ease-out dialog-fade;position:absolute;inset:0}.dialog{gap:var(--space-5);width:min(100%,460px);max-height:calc(100vh - 2 * var(--space-4));padding:var(--space-5);background:var(--dusk);border:1px solid var(--line-strong);border-radius:var(--radius-lg);animation:dialog-in .24s var(--ease-out);display:grid;position:relative;overflow-y:auto;box-shadow:0 40px 80px -30px #000000e6}.dialog-head{align-items:center;gap:var(--space-3);grid-template-columns:auto 1fr auto;display:grid}.dialog-head img{object-fit:contain;background:var(--dusk-raised);border-radius:var(--radius-sm);width:56px;height:56px;padding:4px}.dialog-head h2{font-size:var(--step-2)}.dialog-head p{font-family:var(--font-display);font-size:var(--step-1);color:var(--flare);font-weight:800}.dialog-close{border:1px solid var(--line);border-radius:var(--radius-sm);width:36px;height:36px;color:var(--haze);background:0 0;align-self:start;place-items:center;display:grid}.dialog-close:hover{color:var(--sand);border-color:var(--line-strong)}.dialog-intro,.dialog-note{color:var(--haze);font-size:.875rem}.dialog-note{margin-top:calc(-1 * var(--space-3));text-align:center}.dialog-fields{gap:var(--space-5);display:grid}.field{gap:var(--space-2);display:grid}.field label,.field-label{font-size:.95rem;font-weight:600}.field-optional{color:var(--haze);font-weight:400}.field-hint{margin-top:calc(-1 * var(--space-1));color:var(--haze);font-size:.825rem}.field input{min-height:46px;padding:0 var(--space-3);background:var(--night);border:1px solid var(--line-strong);border-radius:var(--radius-sm);font-size:1rem;transition:border-color .15s,box-shadow .15s}.field input:focus{border-color:var(--sand);outline:none;box-shadow:0 0 0 3px #f6ecdf14}.field input[aria-invalid=true]{border-color:var(--danger)}.field-error{color:var(--danger);font-size:.825rem}.discord-button{color:#fff;background:#5865f2;justify-self:start}.discord-button:hover:not(:disabled){background:#4752c4}.discord-button[aria-invalid=true]{box-shadow:0 0 0 2px var(--danger)}.discord-linked{align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-sm);background:#5865f21f;border:1px solid #5865f259;font-size:.925rem;display:flex}.discord-badge{color:#fff;background:#5865f2;border-radius:50%;flex-shrink:0;place-items:center;width:30px;height:30px;display:grid}.discord-linked button{color:var(--haze);text-underline-offset:3px;background:0 0;border:0;margin-left:auto;padding:0;font-size:.85rem;text-decoration:underline}.discord-linked button:hover{color:var(--sand)}@keyframes dialog-in{0%{opacity:0;transform:translateY(12px)scale(.98)}}@keyframes dialog-fade{0%{opacity:0}}.stepper{border:1px solid var(--line-strong);border-radius:var(--radius-sm);align-items:stretch;display:inline-flex;overflow:hidden}.stepper button{width:40px;min-height:40px;font-size:var(--step-1);background:0 0;border:0;line-height:1}.stepper button:hover:not(:disabled){background:var(--dusk-raised)}.stepper button:disabled{color:#4f4560}.stepper output{min-width:36px;font-family:var(--font-display);font-size:var(--step-1);border-inline:1px solid var(--line);place-items:center;font-weight:700;display:grid}.drawer-root{z-index:40;position:fixed;inset:0}.drawer-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0c0812b8;animation:.18s ease-out drawer-fade;position:absolute;inset:0}.drawer{background:var(--dusk);border-left:1px solid var(--line-strong);border-radius:var(--radius-lg) 0 0 var(--radius-lg);width:min(100%,440px);animation:drawer-in .26s var(--ease-out);flex-direction:column;display:flex;position:absolute;top:0;bottom:0;right:0;overflow-y:auto}.drawer-head{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;display:flex}.drawer-head h2{font-size:var(--step-3);text-transform:uppercase}.drawer-close{border:1px solid var(--line);border-radius:var(--radius-sm);background:0 0;place-items:center;width:40px;height:40px;display:grid}.drawer-close:hover{border-color:var(--sand)}.drawer-empty{gap:var(--space-5);padding:var(--space-6) var(--space-5);color:var(--haze);justify-items:start;display:grid}.drawer-account{padding:var(--space-3) var(--space-5);font-size:var(--step--1);color:var(--haze);border-bottom:1px solid var(--line)}.drawer-account strong{color:var(--sand);font-weight:600}.drawer-lines{flex:1 0 auto;margin:0;padding:0;list-style:none}.drawer-line{gap:var(--space-4);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--line);grid-template-columns:64px 1fr;display:grid}.drawer-line-visual{background:var(--dusk-raised);border-radius:var(--radius-sm);width:64px;height:64px;padding:4px}.drawer-line-visual img{object-fit:contain;width:100%;height:100%}.drawer-line-info{gap:var(--space-1);display:grid}.drawer-line-name{font-family:var(--font-display);font-size:var(--step-1);text-transform:uppercase;font-weight:800;line-height:1.1;text-decoration:none}.drawer-line-name:hover{color:var(--ember)}.drawer-line-price{font-family:var(--font-display);color:var(--flare);font-weight:800}.drawer-line-actions{align-items:center;gap:var(--space-4);margin-top:var(--space-2);display:flex}.drawer-remove{font-size:var(--step--1);color:var(--haze);text-underline-offset:3px;background:0 0;border:0;padding:0;text-decoration:underline}.drawer-remove:hover:not(:disabled){color:var(--sand)}.drawer-foot{gap:var(--space-4);padding:var(--space-5);border-top:1px solid var(--line);background:#17111f99;display:grid}.drawer-totals{gap:var(--space-1);margin:0;display:grid}.drawer-totals div{color:var(--haze);font-size:var(--step--1);justify-content:space-between;display:flex}.drawer-totals dd{margin:0}.drawer-totals .drawer-total{color:var(--sand);font-family:var(--font-display);font-size:var(--step-3);align-items:baseline;font-weight:800}.drawer-note{font-size:var(--step--1);color:var(--haze)}.codes{gap:var(--space-2);display:grid}.codes-tabs{gap:var(--space-4);display:flex}.codes-tabs button{padding:0 0 var(--space-1);font-size:var(--step--1);color:var(--haze);background:0 0;border:0;border-bottom:2px solid #0000}.codes-tabs button.is-active{color:var(--sand);border-bottom-color:var(--sand)}.codes-form{gap:var(--space-2);display:flex}.codes-form input{min-width:0;min-height:44px;padding:0 var(--space-3);background:var(--dusk);border:1px solid var(--line-strong);border-radius:var(--radius-sm);flex:1}.codes-form input::placeholder{color:var(--dim)}.codes-form input:focus{border-color:var(--sand);outline:none}.codes-form .btn{font-size:var(--step-0)}.codes-error{font-size:var(--step--1);color:var(--danger)}.codes-applied{gap:var(--space-1);font-size:var(--step--1);margin:0;padding:0;list-style:none;display:grid}.codes-applied li{color:var(--haze);justify-content:space-between;display:flex}.codes-applied strong{color:var(--sand);font-weight:600}.codes-applied button{color:var(--haze);background:0 0;border:0;padding:0;text-decoration:underline}@keyframes drawer-in{0%{transform:translate(100%)}}@keyframes drawer-fade{0%{opacity:0}}.footer{margin-top:var(--space-8);padding:var(--space-7) 0 var(--space-6);border-top:3px solid var(--ember);color:var(--haze);background:#120d19;font-size:.9rem}.footer-inner{gap:var(--space-6);grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr);display:grid}.footer-brand{gap:var(--space-4);grid-template-columns:auto 1fr;align-items:start;display:grid}.footer-brand img{width:56px;height:auto}.footer-brand p{max-width:44ch}.footer-col h2{margin-bottom:var(--space-3);font-size:var(--step-1);text-transform:uppercase;color:var(--sand);font-weight:800}.footer-col ul{gap:var(--space-2);margin:0;padding:0;list-style:none;display:grid}.footer-col a{text-decoration:none;transition:color .15s}.footer-col a:hover{color:var(--flare)}.footer-legal{padding-top:var(--space-5);border-top:1px solid var(--line);color:var(--dim);grid-column:1/-1;font-size:.8rem}@media (width<=760px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}.header{z-index:20;height:var(--header-height);-webkit-backdrop-filter:blur(14px)saturate(140%);backdrop-filter:blur(14px)saturate(140%);border-bottom:1px solid var(--line);background:#17111fd1;position:sticky;top:0}.header-inner{align-items:center;gap:var(--space-6);height:100%;display:flex}.header-brand{align-items:center;gap:var(--space-3);flex-shrink:0;text-decoration:none;display:flex}.header-brand img{width:34px;height:auto}.header-wordmark{font-family:var(--font-display);text-transform:uppercase;font-size:1.45rem;font-weight:900;line-height:.85;display:grid}.header-wordmark-sub{letter-spacing:.08em;color:var(--flare);font-size:.8rem;font-weight:600}.header-nav{gap:var(--space-5);scrollbar-width:none;height:100%;display:flex;overflow-x:auto}.header-nav a{color:var(--haze);white-space:nowrap;align-items:center;font-size:.925rem;font-weight:600;text-decoration:none;transition:color .15s;display:flex;position:relative}.header-nav a:hover,.header-nav a.active{color:var(--sand)}.header-nav a.active:after{content:"";background:var(--ember);height:3px;position:absolute;bottom:-1px;left:0;right:0}.header-actions{align-items:center;gap:var(--space-2);margin-left:auto;display:flex}.header-login{min-height:40px;padding:0 var(--space-4);border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:0 0;font-size:.875rem;font-weight:600;transition:border-color .15s,background-color .15s}.header-login:hover:not(:disabled){background:#f6ecdf0f;border-color:#f6ecdf59}.header-user{align-items:center;gap:var(--space-2);border:1px solid var(--line);border-radius:var(--radius-sm);padding:4px 12px 4px 4px;font-size:.875rem;font-weight:600;text-decoration:none;transition:border-color .2s;display:flex}.header-user:hover{border-color:var(--line-strong)}.header-avatar{background:var(--flare);width:30px;height:30px;color:var(--night);font-family:var(--font-display);border-radius:4px;place-items:center;font-size:1.1rem;font-weight:900;display:grid}.header-username{text-overflow:ellipsis;white-space:nowrap;max-width:14ch;overflow:hidden}.header-cart{align-items:center;gap:var(--space-2);min-height:40px;padding:0 var(--space-4);background:var(--sand);color:var(--night);border-radius:var(--radius-sm);border:0;font-size:.875rem;font-weight:700;transition:background-color .15s;display:flex;position:relative}.header-cart:hover{background:#fff}.header-cart-count{background:var(--ember);min-width:20px;height:20px;color:var(--night);border-radius:4px;place-items:center;padding:0 6px;font-size:.75rem;font-weight:800;display:grid}@media (width<=900px){.header{height:auto}.header-inner{gap:0 var(--space-3);padding-top:var(--space-2);flex-wrap:wrap}.header-brand,.header-actions{height:48px}.header-nav{flex-basis:100%;order:3;height:44px}.header-login-long,.header-cart-label,.header-username{display:none}.header-user{padding:4px}}@media (width<=380px){.header-wordmark-sub{display:none}}.promo{background:var(--flare);width:100%;height:36px;color:var(--night);text-align:left;font-family:var(--font-display);letter-spacing:.01em;border:0;padding:0;font-size:1.1rem;font-weight:800;line-height:36px;display:block;position:relative;overflow:hidden}button.promo{cursor:copy}button.promo:focus-visible{outline:2px solid var(--night);outline-offset:-4px;border-radius:0}.promo-track{width:max-content;animation:45s linear infinite promo-scroll;display:flex}.promo:hover .promo-track,.promo:focus-visible .promo-track{animation-play-state:paused}.promo-half{flex-shrink:0;display:flex}.promo-item{white-space:nowrap;align-items:center;display:inline-flex}.promo-dot{background:var(--ember);width:6px;height:6px;margin:0 2.5rem;transform:rotate(45deg)}@keyframes promo-scroll{to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.promo-track{justify-content:center;width:100%;animation:none}.promo-half+.promo-half,.promo-item+.promo-item,.promo-dot{display:none}}.toasts{left:50%;bottom:var(--space-5);z-index:60;gap:var(--space-2);width:min(100% - 2 * var(--gutter), 460px);pointer-events:none;display:grid;position:fixed;transform:translate(-50%)}.toast{align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-3) var(--space-3) var(--space-4);background:var(--dusk-raised);border:1px solid var(--line);border-left:3px solid var(--flare);border-radius:var(--radius-sm);font-size:var(--step--1);pointer-events:auto;animation:toast-in .2s var(--ease-out);display:flex;box-shadow:0 16px 40px -16px #000c}.toast-error{border-left-color:var(--ember)}.toast p{flex:1;padding-top:2px}.toast button{width:28px;height:28px;color:var(--haze);background:0 0;border:0;place-items:center;display:grid}.toast button:hover{color:var(--sand)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}.skeleton-title,.skeleton-card{background:linear-gradient(100deg, var(--dusk) 40%, var(--dusk-raised) 50%, var(--dusk) 60%) 0 0 / 300% 100%;animation:1.4s linear infinite skeleton-shine}.skeleton-title{width:180px;height:44px;margin:0 0 var(--space-5)}.skeleton-grid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr));display:grid}.skeleton-card{aspect-ratio:3/4;border-radius:var(--radius)}@keyframes skeleton-shine{to{background-position:-150% 0}}.message{gap:var(--space-5);padding-block:var(--space-8);justify-items:start;display:grid}.message h1{text-transform:uppercase;font-size:clamp(2.6rem,6vw,4rem);font-weight:900}.message-body{gap:var(--space-3);color:#ddd2e2;max-width:60ch;display:grid}.account-page{padding-top:var(--space-7);padding-bottom:var(--space-8)}.account-head{justify-content:space-between;align-items:flex-end;gap:var(--space-5);padding-bottom:var(--space-6);border-bottom:1px solid var(--line);flex-wrap:wrap;display:flex}.account-who{margin-top:var(--space-3);color:var(--haze)}.account-who strong{color:var(--sand)}.account-section{margin-top:var(--space-7)}.account-section h2{margin-bottom:var(--space-4);font-size:var(--step-3);text-transform:uppercase}.account-section>.btn{margin-top:var(--space-4)}.account-vips,.account-payments{margin:0;padding:0;list-style:none}.account-vips{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(min(240px,100%),1fr));display:grid}.account-vip{gap:var(--space-1);padding:var(--space-4) var(--space-5);border-radius:var(--radius);background:linear-gradient(135deg, #ffb43a1f, transparent 70%), var(--dusk);border:1px solid #ffb43a59;display:grid}.account-vip-name{font-family:var(--font-display);font-size:var(--step-2);color:var(--flare);font-weight:700}.account-vip-since{font-size:var(--step--1);color:var(--haze)}.account-payments{border:1px solid var(--line);border-radius:var(--radius);background:var(--dusk)}.account-payment{align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-5);grid-template-columns:11rem 1fr auto 8rem;display:grid}.account-payment+.account-payment{border-top:1px solid var(--line)}.account-payment-items{justify-items:start;gap:2px;display:grid}.account-txn{font:inherit;font-size:var(--step--1);color:var(--dim);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-weight:400;transition:color .15s;display:inline-flex}.account-txn:hover{color:var(--sand)}.account-payment-date{color:var(--haze);font-variant-numeric:tabular-nums}.account-payment-total{font-variant-numeric:tabular-nums;text-align:right;font-weight:600}.account-status{border:1px solid var(--line-strong);font-size:var(--step--1);color:var(--haze);border-radius:999px;justify-self:end;padding:.15rem .6rem}.account-status-complete{color:var(--success);border-color:#4ade8059}.account-status-refund,.account-status-chargeback{color:var(--danger);border-color:#f0522b66}@media (width<=720px){.account-payment{gap:var(--space-1) var(--space-4);grid-template-columns:1fr auto}.account-payment-items{grid-area:1/1;font-weight:600}.account-payment-total{grid-area:1/2}.account-payment-date{font-size:var(--step--1);grid-area:2/1}.account-status{grid-area:2/2}}.account-manage{margin-top:var(--space-4);font-size:var(--step--1);color:var(--haze)}.account-empty{color:var(--haze)}.account-alert{padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);background:#f0522b14;border:1px solid #f0522b66}.account-note{max-width:62ch;margin-top:var(--space-7);font-size:var(--step--1);color:var(--dim)}.price{align-items:baseline;gap:0 var(--space-2);font-family:var(--font-display);font-variant-numeric:tabular-nums;flex-wrap:wrap;font-weight:800;line-height:1;display:flex}.price-amount{color:var(--flare)}.price-md .price-amount{font-size:var(--step-2)}.price-lg .price-amount{font-size:var(--step-5)}.price-period{font-family:var(--font-text);font-size:var(--step--1);color:var(--haze);font-weight:500}.card{background:var(--dusk);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;transition:border-color .2s;display:flex;position:relative;overflow:hidden}.card:hover{border-color:color-mix(in srgb, var(--accent) 60%, transparent)}.card-badge{top:var(--space-3);left:var(--space-3);z-index:1;background:var(--sand);color:var(--night);border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:700;position:absolute}.card-visual{aspect-ratio:1;padding:var(--space-5);background:radial-gradient(70% 36% at 50% 100%, color-mix(in srgb, var(--accent) 34%, transparent) 0%, transparent 100%), linear-gradient(180deg, #1b1525 0%, #261c33 100%);border-bottom:1px solid var(--line);place-items:center;display:grid}.card-visual img{object-fit:contain;width:100%;height:100%;transition:transform .35s var(--ease-out)}.card:hover .card-visual img{transform:translateY(-4px)}.card-body{gap:var(--space-3);padding:var(--space-3) var(--space-4) var(--space-4);flex-direction:column;flex:1;display:flex;container-type:inline-size}.card-title{font-size:var(--step-2);text-transform:uppercase;font-weight:800;line-height:1}.card-title a{text-decoration:none}.card-title a:after{content:"";position:absolute;inset:0}.card-title a:focus-visible{outline:none}.card-title a:focus-visible:after{outline:2px solid var(--flare);outline-offset:-2px;border-radius:var(--radius)}.card-foot{justify-content:space-between;align-items:center;gap:var(--space-3);margin-top:auto;display:flex}.card-add{z-index:1;min-height:40px;padding:0 var(--space-4);white-space:nowrap;flex-shrink:0;position:relative}@container (width<=240px){.card-add-label{display:none}.card-add{gap:0;width:40px;min-width:40px;padding:0}}@container (width<=150px){.card-foot{align-items:stretch;gap:var(--space-2);flex-direction:column}.card-add{gap:var(--space-2);width:100%}.card-add-label{display:inline}}@media (width<=480px){.card-body{padding:var(--space-2) var(--space-3) var(--space-3)}.card-title{font-size:var(--step-1)}.card-visual{padding:var(--space-4)}}.category+.category{margin-top:var(--space-8)}.category-head{justify-content:center;align-items:baseline;gap:var(--space-4);margin-bottom:var(--space-5);display:flex}.category-head:before,.category-head:after{content:"";background:var(--line-strong);flex:1;align-self:center;height:1px}.category-title{text-transform:uppercase;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:900;line-height:.9}.category-title a{text-decoration:none;transition:color .15s}.category-title a:hover{color:var(--accent)}.category-count{color:var(--haze);white-space:nowrap;font-size:.875rem}.category-grid{--cols:4;--gap:var(--space-4);justify-content:center;gap:var(--gap);flex-wrap:wrap;display:flex}.category-grid>*{flex:0 0 calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols))}@media (width<=1000px){.category-grid{--cols:3}}@media (width<=700px){.category-grid{--cols:2;--gap:var(--space-3)}}.category-empty{color:var(--haze);text-align:center}.category-page{padding-top:var(--space-6)}.crumbs{gap:var(--space-2);margin-bottom:var(--space-5);font-size:var(--step--1);color:var(--haze);flex-wrap:wrap;display:flex}.crumbs a{text-decoration:none}.crumbs a:hover,.crumbs [aria-current]{color:var(--sand)}.category-media{max-width:1000px;margin:var(--space-8) auto 0}.category-media a{border:1px solid var(--line);border-radius:var(--radius-lg);transition:border-color .2s;display:block;overflow:hidden}.category-media a:hover{border-color:var(--line-strong)}.category-media img{width:100%;height:auto}.category-media figcaption{margin-top:var(--space-2);font-size:var(--step--1);color:var(--haze);text-align:center}.faq{gap:var(--space-7);grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);align-items:start;display:grid}.faq-intro{gap:var(--space-4);top:calc(var(--header-height) + var(--space-5));display:grid;position:sticky}.faq-intro p{max-width:34ch;color:var(--haze)}.faq-intro a{color:var(--sand);-webkit-text-decoration-color:var(--ember);text-decoration-color:var(--ember);text-underline-offset:3px}.faq-list{border-top:1px solid var(--line-strong)}.faq-item{border-bottom:1px solid var(--line-strong)}.faq-item summary{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4) 0;cursor:pointer;font-size:1.05rem;font-weight:600;list-style:none;transition:color .15s;display:flex}.faq-item summary:hover{color:var(--flare)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary svg{color:var(--haze);transition:transform .2s var(--ease-out), color .2s;flex-shrink:0}.faq-item[open] summary svg{color:var(--ember);transform:rotate(45deg)}.faq-answer{gap:var(--space-3);padding:0 0 var(--space-5);color:#ddd2e2;max-width:62ch;animation:faq-open .22s var(--ease-out);justify-items:start;display:grid}.faq-answer a{color:var(--sand);-webkit-text-decoration-color:var(--ember);text-decoration-color:var(--ember);text-underline-offset:3px;font-weight:600}.faq-answer img{border:1px solid var(--line-strong);border-radius:var(--radius-sm);width:100%;max-width:480px;height:auto}@keyframes faq-open{0%{opacity:0;transform:translateY(-4px)}}@media (width<=860px){.faq{gap:var(--space-5);grid-template-columns:1fr}.faq-intro{position:static}}.featured{align-items:center;gap:var(--space-6);padding:var(--space-5) var(--space-6) var(--space-5) var(--space-5);background:radial-gradient(60% 120% at 0% 50%, #ffb43a1f 0%, transparent 70%), var(--dusk);border:1px solid var(--line);border-left:3px solid var(--flare);border-radius:var(--radius);grid-template-columns:auto minmax(0,1fr) auto;display:grid}.featured-visual{aspect-ratio:1;width:120px}.featured-visual img{object-fit:contain;width:100%;height:100%}.featured-copy{gap:var(--space-2);justify-items:start;display:grid}.featured-category{color:var(--flare);font-size:.875rem;font-weight:600}.featured-category a{text-decoration:none}.featured-category a:hover{text-underline-offset:3px;text-decoration:underline}.featured-title{text-transform:uppercase;font-size:clamp(1.9rem,3.4vw,2.6rem);font-weight:900;line-height:.9}.featured-title a{text-decoration:none}.featured-title a:hover{color:var(--flare)}.featured-pitch{color:#ddd2e2;max-width:58ch}.featured-perks{gap:var(--space-1) var(--space-5);margin:var(--space-1) 0 0;color:var(--haze);flex-wrap:wrap;padding:0;font-size:.875rem;list-style:none;display:flex}.featured-perks li{align-items:center;gap:var(--space-2);display:flex}.featured-perks li:before{content:"";background:var(--flare);width:5px;height:5px;transform:rotate(45deg)}.featured-buy{gap:var(--space-3);justify-items:center;min-width:190px;display:grid}.featured-buy .btn{width:100%}.featured-details{color:var(--haze);text-underline-offset:3px;font-size:.85rem}.featured-details:hover{color:var(--sand)}@media (width<=900px){.featured{gap:var(--space-4) var(--space-5);grid-template-columns:auto minmax(0,1fr)}.featured-buy{grid-column:1/-1;grid-template-columns:auto 1fr;place-items:center start}.featured-details{grid-column:1/-1}}@media (width<=560px){.featured{padding:var(--space-4);grid-template-columns:1fr}.featured-visual{width:88px}.featured-buy{grid-template-columns:1fr;justify-items:stretch}.featured-details{justify-self:center}}.hero{position:relative}.hero-sky{isolation:isolate;background:linear-gradient(180deg, var(--night) 0%, #2a1834 38%, #5a2336 64%, #b8432c 88%, #e0662f 100%);position:relative;overflow:hidden}.hero-canvas{z-index:-3;opacity:0;width:100%;height:100%;animation:.7s ease-out forwards sky-in;position:absolute;inset:0}@keyframes sky-in{to{opacity:1}}.hero-sun{display:none}.sky-fallback .hero-sun{z-index:-2;aspect-ratio:1;width:clamp(360px,44vw,640px);animation:sun-rise 1.4s var(--ease-out) both;background:radial-gradient(circle at 50% 28%,#d6532f 0%,#a8303a 48%,#6a1d40 100%);border-radius:50%;display:block;position:absolute;bottom:-9%;right:clamp(-6rem,8vw - 4rem,8rem);box-shadow:0 0 0 1px #ffb43a40,0 0 140px 20px #f0522b59}@keyframes sun-rise{0%{opacity:.6;transform:translateY(18%)}}.hero-skyline{z-index:-1;width:100%;height:clamp(56px,8vw,110px);fill:var(--night);position:absolute;bottom:0;left:0}.hero-skyline-far{fill:#4a1d33;opacity:.75;width:104%;height:clamp(80px,12vw,160px);transform:scaleX(-1) translateX(calc(var(--px,0) * 10px));left:-2%}.hero-logo{transform:translate(calc(var(--px,0) * -14px), calc(var(--py,0) * 8px))}.hero-inner{align-items:end;gap:var(--space-6);min-height:clamp(460px,64vh,620px);padding-top:var(--space-7);grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);padding-bottom:clamp(4.5rem,9vw,7.5rem);display:grid}.hero-copy{gap:var(--space-5);align-self:center;justify-items:start;display:grid}.hero-title{gap:var(--space-2);display:grid}.hero-title-main{text-transform:uppercase;text-shadow:0 6px 40px #17111f80;font-size:clamp(3.6rem,10vw,8.5rem);font-weight:900;line-height:.82}.hero-title-sub{color:var(--flare);font-size:clamp(1.5rem,3vw,2.2rem);font-weight:600;line-height:1}.hero-lede{color:#eadfe6;max-width:44ch;font-size:1.1rem;line-height:1.55}.hero-actions{gap:var(--space-3);flex-wrap:wrap;display:flex}.hero-actions .btn-ghost{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#17111f59}.hero-logo{filter:drop-shadow(0 18px 40px #50140a8c);justify-self:center;width:clamp(200px,28vw,380px);height:auto}.hero-tiles{gap:var(--space-3);margin-top:calc(-1 * var(--space-6));grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));display:grid;position:relative}.hero-tile{align-items:center;gap:0 var(--space-4);padding:var(--space-3) var(--space-4) var(--space-3) var(--space-3);background:var(--dusk);border:1px solid var(--line);border-top:3px solid var(--accent);border-radius:var(--radius);grid-template-rows:auto auto;grid-template-columns:64px 1fr;text-decoration:none;transition:background-color .2s,border-color .2s;display:grid}.hero-tile:hover{background:var(--dusk-raised)}.hero-tile-visual{aspect-ratio:1;grid-row:1/3;place-items:center;width:64px;display:grid}.hero-tile-visual img{object-fit:contain;width:100%;height:100%}.hero-tile-name{font-family:var(--font-display);font-size:var(--step-2);text-transform:uppercase;align-self:end;font-weight:800;line-height:1}.hero-tile-price{color:var(--haze);align-self:start;font-size:.875rem}.hero-tile-price strong{color:var(--sand);font-weight:600}.hero-tile-placeholder{min-height:90px}@media (width<=860px){.hero-inner{min-height:0;padding-top:var(--space-6);grid-template-columns:1fr;align-items:start}.hero-logo{grid-row:1;justify-self:start;width:120px}.hero-sun{width:110vw;max-width:520px;bottom:12%;right:-30%}}@media (width<=700px){.hero-tiles{gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr))}.hero-tile{gap:0 var(--space-2);padding:var(--space-2) var(--space-3) var(--space-2) var(--space-2);grid-template-columns:36px 1fr}.hero-tile-visual{width:36px}.hero-tile-name{font-size:var(--step-1)}.hero-tile-price{font-size:.75rem}}.home-catalog{padding-top:var(--space-7)}.home-featured{margin-bottom:var(--space-8)}.home-faq{margin-top:var(--space-8);padding-top:var(--space-8);border-top:1px solid var(--line)}.rich-text{color:#ddd2e2;max-width:68ch}.rich-text>*+*{margin-top:var(--space-4)}.rich-text h2,.rich-text h3,.rich-text h4{font-family:var(--font-display);font-size:var(--step-2);color:var(--sand)}.rich-text strong,.rich-text b{color:var(--sand);font-weight:600}.rich-text a{color:var(--sand);-webkit-text-decoration-color:var(--ember);text-decoration-color:var(--ember);text-underline-offset:3px}.rich-text a:hover{color:var(--ember)}.rich-text img{border:1px solid var(--line);width:auto;max-width:100%;height:auto}.rich-text ul,.rich-text ol{padding-left:1.2em}.package-page{padding-top:var(--space-6)}.product-layout{gap:var(--space-7);grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:start;display:grid}.product-visual{top:calc(var(--header-height) + var(--space-5));aspect-ratio:1;padding:var(--space-6);background:radial-gradient(70% 34% at 50% 100%, color-mix(in srgb, var(--accent) 36%, transparent) 0%, transparent 100%), linear-gradient(180deg, #1b1525 0%, #261c33 100%);border:1px solid var(--line);border-radius:var(--radius);place-items:center;display:grid;position:sticky}.product-visual img{object-fit:contain;width:100%;height:100%}.product-main{gap:var(--space-5);align-content:start;display:grid}.product-title{text-transform:uppercase;font-size:clamp(2.8rem,6.5vw,5rem);font-weight:900;line-height:.88}.product-buy{gap:var(--space-3);flex-wrap:wrap;align-items:stretch;display:flex}.product-buy .stepper button,.product-buy .stepper output{min-height:48px}.product-add{flex:1;min-width:220px;min-height:50px}.product-note{padding-bottom:var(--space-5);font-size:var(--step--1);color:var(--haze);border-bottom:1px solid var(--line)}@media (width<=820px){.product-layout{gap:var(--space-5);grid-template-columns:1fr}.product-visual{width:100%;max-width:360px;padding:var(--space-5);justify-self:center;position:static}}:root{--night:#17111f;--dusk:#211a2d;--dusk-raised:#2c2340;--line:#f6ecdf17;--line-strong:#f6ecdf2e;--sand:#f6ecdf;--haze:#b4a8c0;--dim:#8a7f96;--ember:#f0522b;--ember-strong:#ff6a42;--flare:#ffb43a;--danger:#ff7a8a;--success:#8be3a6;--accent:var(--ember);--font-display:"Big Shoulders Display", "Arial Narrow", sans-serif;--font-text:"Instrument Sans", system-ui, sans-serif;--step--1:.8rem;--step-0:1rem;--step-1:1.25rem;--step-2:1.563rem;--step-3:1.953rem;--step-4:2.441rem;--step-5:3.052rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:5rem;--radius-sm:6px;--radius:8px;--radius-lg:14px;--page-width:1240px;--gutter:clamp(1rem, 4vw, 2.5rem);--header-height:68px;--ease-out:cubic-bezier(.2, .7, .2, 1)}*,:before,:after{box-sizing:border-box}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;-webkit-text-size-adjust:100%;scroll-padding-top:calc(var(--header-height) + var(--space-4));scrollbar-gutter:stable;scroll-behavior:smooth}body{background:var(--night);min-height:100vh;color:var(--sand);font-family:var(--font-text);font-size:var(--step-0);-webkit-font-smoothing:antialiased;margin:0;line-height:1.55}h1,h2,h3{font-family:var(--font-display);letter-spacing:.005em;margin:0;font-weight:800;line-height:.95}p{margin:0}img{max-width:100%;display:block}a{color:inherit}button,input{font:inherit;color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}:focus-visible{outline:2px solid var(--flare);outline-offset:3px;border-radius:3px}::selection{background:var(--ember);color:var(--night)}.page{width:min(100% - 2 * var(--gutter), var(--page-width));margin-inline:auto}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.section-title{text-transform:uppercase;font-size:clamp(2.4rem,5.5vw,3.8rem);font-weight:900;line-height:.9}.btn{justify-content:center;align-items:center;gap:var(--space-2);min-height:46px;padding:0 var(--space-5);border-radius:var(--radius-sm);font-family:var(--font-text);border:1px solid #0000;font-size:.95rem;font-weight:700;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.btn svg{flex-shrink:0}.btn:active:not(:disabled){transform:translateY(1px)}.btn-buy{background:var(--ember);color:var(--night)}.btn-buy:hover:not(:disabled){background:var(--ember-strong)}.btn-buy:disabled{color:#b89590;background:#5a2c28}.btn-ghost{border-color:var(--line-strong);color:var(--sand);background:0 0}.btn-ghost:hover:not(:disabled){background:#f6ecdf0f;border-color:#f6ecdf59}.btn-block{width:100%}.skip-link{top:-100px;left:var(--space-4);z-index:100;padding:var(--space-2) var(--space-4);background:var(--sand);color:var(--night);border-radius:var(--radius-sm);font-weight:600;position:absolute}.skip-link:focus{top:var(--space-2)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}
