:root { color-scheme: dark; font-family: Sora, sans-serif; background: #000; color: #fff; scroll-behavior: smooth; }
* { box-sizing: border-box; }
html, body { margin: 0; min-width: 0; background: #000; color: #fff; }
body { overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { user-select: none; -webkit-user-drag: none; }
.site-glow { position: fixed; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(ellipse 100% 70% at 50% -5%, rgba(255,255,255,.1) 0%, transparent 75%), radial-gradient(ellipse 60% 40% at 50% -5%, rgba(255,255,255,.05) 0%, transparent 60%); }
#primekeys-storefront { position: relative; z-index: 1; min-width: 0; overflow: clip; }
.site-header { position: sticky; top: 16px; z-index: 20; display: flex; justify-content: center; padding: 0 16px; }
.nav-shell { display: flex; align-items: center; gap: 8px; width: fit-content; max-width: 100%; padding: 10px 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 50px; background: #000; box-shadow: 0 8px 32px rgba(0,0,0,.3); }
.brand { display: flex; align-items: center; gap: 8px; margin-right: 4px; color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; }
.brand img { width: 32px; height: 32px; object-fit: contain; }.nav-links { display: flex; align-items: center; gap: 2px; }.nav-links a { padding: 6px 12px; border-radius: 999px; color: #d1d5db; text-decoration: none; font-size: 14px; }.nav-links a:hover { color: #fff; background: rgba(255,255,255,.05); }
.nav-divider { width: 1px; height: 20px; margin: 0 6px; background: rgba(255,255,255,.1); }.account-pill { padding: 6px 20px; border-radius: 999px; background: #fff; color: #000; font-size: 14px; font-weight: 600; }.cart-pill { display: grid; place-items: center; width: 36px; height: 36px; margin-left: 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; background: #1a1a1a; color: #d1d5db; }.cart-pill svg { width: 17px; fill: currentColor; }.online-pill { display: flex; align-items: center; gap: 6px; margin-left: 2px; color: #4285f4; font-size: 12px; font-weight: 600; white-space: nowrap; }.online-pill i { width: 8px; height: 8px; border-radius: 50%; background: #4285f4; }
.menu-button { display: none; border: 0; background: transparent; color: #d1d5db; }.menu-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }.mobile-nav { width: min(320px,calc(100vw - 32px)); margin: 8px auto 0; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: #0a0a0a; }.mobile-nav a { display: block; padding: 10px; color: #ddd; text-decoration: none; }
.hero { position: relative; display: flex; min-height: 88vh; align-items: center; justify-content: center; overflow: hidden; padding: 80px 16px 96px; text-align: center; }.shapes { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }.shapes img { position: absolute; object-fit: contain; opacity: 0; animation: popDown 1.2s cubic-bezier(.23,.86,.39,.96) forwards; will-change: transform, opacity; }.shape-1 { left: -10%; top: 15%; width: clamp(300px,31vw,600px); height: clamp(70px,7.3vw,140px); transform: rotate(12deg); animation-delay: .3s!important; }.shape-2 { right: -5%; top: 70%; width: clamp(250px,26vw,500px); height: clamp(60px,6.3vw,120px); transform: rotate(-15deg); animation-delay: .5s!important; }.shape-3 { left: 5%; bottom: 5%; width: clamp(150px,15.6vw,300px); height: clamp(40px,4.2vw,80px); transform: rotate(-8deg); animation-delay: .4s!important; }.shape-4 { right: 15%; top: 10%; width: clamp(100px,10.4vw,200px); height: clamp(30px,3.1vw,60px); transform: rotate(20deg); animation-delay: .6s!important; }.shape-5 { left: 20%; top: 5%; width: clamp(80px,7.8vw,150px); height: clamp(25px,2.1vw,40px); transform: rotate(-25deg); animation-delay: .7s!important; }
.hero-content { position: relative; z-index: 1; display: flex; width: 100%; max-width: 672px; flex-direction: column; align-items: center; gap: 24px; }.pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(255,255,255,.05); color: #ccc; font-size: 12px; font-weight: 600; letter-spacing: .1em; }.pill svg { width: 12px; height: 12px; fill: currentColor; }.hero h1 { margin: 0; color: #fff; font-size: 60px; font-weight: 800; line-height: 1.25; letter-spacing: -.025em; }.hero p { max-width: 512px; margin: 0; color: #777; font-size: 18px; line-height: 1.65; }.hero-search { display: flex; width: 100%; max-width: 448px; align-items: center; gap: 12px; padding: 12px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: #111; color: #555; font: inherit; text-align: left; }.hero-search svg { width: 16px; fill: currentColor; }.hero-search span { flex: 1; font-size: 14px; }.hero-search b { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); color: #aaa; font-size: 21px; font-weight: 400; line-height: 1; }.hero-actions { display: flex; align-items: center; gap: 12px; }.button { padding: 12px 28px; border-radius: 999px; font-size: 14px; font-weight: 600; text-decoration: none; }.primary { background: #fff; color: #000; }.secondary { border: 1px solid rgba(255,255,255,.15); color: #fff; }.hero-stats { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px; }.hero-stats > div { display: flex; align-items: center; gap: 16px; padding: 16px 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: linear-gradient(135deg,rgba(0,0,0,.1),rgba(138,138,138,.1)); }.hero-stats i { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 12px; background: linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,.1)); }.hero-stats svg { width: 24px; fill: #fff; }.hero-stats p { display: grid; gap: 4px; margin: 0; color: #fff; font-size: initial; line-height: 1; text-align: left; }.hero-stats b { font-size: 24px; letter-spacing: -.02em; }.hero-stats p span { color: rgba(255,255,255,.7); font-size: 11px; font-weight: 700; }
.section { padding: 90px 24px; }.store-section { max-width: 1220px; margin: auto; }.muted-section { background: #080808; }.section-heading { max-width: 680px; margin: 0 auto 44px; text-align: center; }.section-heading h2 { margin: 18px 0 8px; font-size: clamp(34px,5vw,50px); letter-spacing: -.04em; }.section-heading p { margin: 0; color: #777; line-height: 1.65; }.store-status { padding: 20px; color: #777; text-align: center; }.product-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(230px,1fr)); gap: 18px; }.product-card { overflow: hidden; border: 1px solid rgba(255,255,255,.07); border-radius: 16px; background: #0d0d0d; }.product-card button { width: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }.product-image { display: grid; width: 100%; aspect-ratio: 1; place-items: center; overflow: hidden; background: #111; }.product-image img { width: 100%; height: 100%; object-fit: cover; }.product-image span { color: #555; }.product-info { padding: 16px; }.product-info h3 { margin: 0 0 10px; font-size: 16px; }.product-price { font-size: 20px; font-weight: 800; }.product-stock { float: right; color: #888; font-size: 12px; }.faq-section { max-width: 850px; margin: auto; }.footer { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; padding: 52px max(24px,calc((100% - 1120px)/2)); border-top: 1px solid rgba(255,255,255,.06); background: #080808; }.footer p,.footer small { color: #666; font-size: 14px; }.footer div:nth-child(2) { display: grid; gap: 10px; }.footer a { color: #aaa; text-decoration: none; }.footer small { grid-column: 1/-1; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.06); }.product-dialog { width: min(700px,calc(100% - 32px)); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: #111; color: #fff; padding: 28px; }.product-dialog::backdrop { background: rgba(0,0,0,.75); }.dialog-close { float: right; border: 0; background: transparent; color: #aaa; font-size: 30px; cursor: pointer; }.detail-image { width: 100%; max-height: 340px; border-radius: 12px; object-fit: cover; }.variant-list { padding-left: 18px; color: #aaa; }
@keyframes popDown { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 1024px) { .shape-1 { width: clamp(200px,28vw,400px); height: clamp(50px,7vw,100px); left: -10%; top: 18%; }.shape-2 { width: clamp(180px,24vw,350px); height: clamp(45px,6vw,90px); right: -6%; top: 72%; }.shape-3 { width: clamp(120px,15vw,220px); height: clamp(35px,4vw,60px); left: 5%; }.shape-4 { width: clamp(90px,10vw,150px); height: clamp(28px,3vw,45px); right: 15%; }.shape-5 { display: none; } }
@media (max-width: 800px) { .nav-links,.nav-divider,.account-pill,.cart-pill,.online-pill { display: none; }.menu-button { display: block; }.hero { min-height: 74vh; padding: 84px 20px; }.hero h1 { font-size: clamp(42px,12vw,60px); }.hero-stats > div { padding: 12px 16px; }.hero-stats i { width: 38px; height: 38px; }.footer { grid-template-columns: 1fr; } }
@media (max-width: 768px) { .shape-1 { width: clamp(180px,37vw,280px); height: clamp(45px,9vw,70px); left: -15%; top: 15%; opacity: .6; }.shape-2 { width: clamp(160px,32vw,240px); height: clamp(40px,8vw,60px); right: -12%; top: 75%; opacity: .6; }.shape-3,.shape-4,.shape-5 { display: none; } }
.subpage { width: min(1220px,100%); min-height: 72vh; margin: 0 auto; padding: 112px 24px 90px; }.subpage.narrow { max-width: 780px; text-align: center; }.subpage h1 { margin: 0; color: #fff; font-size: clamp(38px,5vw,60px); letter-spacing: -.04em; }.back-link { display: inline-block; margin-bottom: 32px; color: #aaa; text-decoration: none; }.back-link:hover { color: #fff; }.product-detail { max-width: 720px; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: #0d0d0d; color: #aaa; }.product-detail h1 { margin: 22px 0 12px; }.product-detail p { line-height: 1.7; }.product-card a { display: block; color: inherit; text-decoration: none; }
.product-description { display: grid; gap: 10px; margin-top: 18px; }.product-description h2 { margin: 14px 0 0; color: #fff; font-size: 18px; }.product-description p { margin: 0; }.product-description ul { display: grid; gap: 8px; margin: 0; padding-left: 22px; color: #aaa; line-height: 1.55; }
.cart-pill { position: relative; }.cart-count { position: absolute; top: -5px; right: -5px; display: grid; min-width: 16px; height: 16px; place-items: center; border-radius: 50%; background: #6571ff; color: #fff; font-size: 10px; font-weight: 700; }.purchase-controls { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 24px; }.purchase-controls select,.purchase-controls input { min-height: 44px; padding: 0 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: #111; color: #fff; font: inherit; }.purchase-controls input { width: 78px; }.purchase-controls strong { color: #fff; }.purchase-controls span { color: #aaa; }.purchase-controls button:disabled { cursor: not-allowed; opacity: .45; }.cart-content { display: grid; gap: 12px; text-align: left; }.cart-content > p { color: #aaa; text-align: center; }.cart-content > .button { justify-self: center; }.cart-item { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 16px; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: #0d0d0d; }.cart-item img { width: 72px; height: 72px; border-radius: 10px; object-fit: cover; }.cart-item div { display: grid; gap: 5px; }.cart-item span { color: #888; font-size: 13px; }.cart-item button,.cart-summary button { border: 1px solid rgba(255,255,255,.15); border-radius: 9px; background: transparent; color: #fff; padding: 9px 12px; font: inherit; cursor: pointer; }.cart-summary { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 12px; padding: 18px; border-top: 1px solid rgba(255,255,255,.1); color: #fff; }
.brand-story { min-height: 470px; padding: 88px 24px; background: #000; }.brand-story-inner { width: min(1110px,100%); margin: 0 auto; }.brand-story-inner > span { color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .08em; }.brand-story h2 { margin: 18px 0 14px; color: #fff; font-size: clamp(36px,4vw,50px); line-height: 1.16; letter-spacing: -.04em; }.brand-story h3 { margin: 0 0 18px; color: #aaa; font-size: 18px; }.brand-story p { max-width: 560px; margin: 0; color: #777; font-size: 15px; line-height: 1.6; }.top-link { display: inline-flex; gap: 10px; margin-top: 32px; padding: 13px 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #fff; font-size: 14px; font-weight: 600; text-decoration: none; }.top-link b { font-size: 17px; line-height: .8; }.home-features,.home-faq,.home-socials { padding: 80px 24px; }.home-features { background: #080808; }.home-heading { margin: 0 auto 54px; text-align: center; }.home-heading h2 { margin: 20px 0 8px; color: #fff; font-size: clamp(34px,4vw,48px); letter-spacing: -.04em; }.home-heading p { margin: 0; color: #666; }.home-feature-grid { display: grid; width: min(1024px,100%); grid-template-columns: repeat(3,1fr); gap: 16px; margin: 0 auto; }.home-feature-grid article { min-height: 200px; padding: 28px 30px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: #111; }.home-feature-grid i { display: block; margin-bottom: 18px; color: #a8a8a8; font-size: 26px; font-style: normal; }.home-feature-grid h3 { margin: 0 0 11px; color: #fff; font-size: 16px; }.home-feature-grid p { margin: 0; color: #666; font-size: 14px; line-height: 1.6; }.home-faq { min-height: 600px; background: #000; }.home-faq-list { display: grid; width: min(768px,100%); gap: 10px; margin: 0 auto; }.home-faq-list details { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: #111; }.home-faq-list summary { display: flex; align-items: center; min-height: 64px; padding: 0 24px; color: #fff; cursor: pointer; font-size: 16px; font-weight: 700; list-style: none; }.home-faq-list summary::before { width: 2px; height: 24px; margin-right: 16px; background: rgba(255,255,255,.18); content: ''; }.home-faq-list summary::after { margin-left: auto; color: #aaa; content: '+'; font-size: 23px; font-weight: 400; }.home-faq-list details[open] summary::after { content: '−'; }.home-faq-list details p { margin: 0; padding: 0 42px 22px; color: #777; font-size: 14px; line-height: 1.65; }.home-socials { min-height: 380px; border-top: 1px solid rgba(255,255,255,.06); background: #080808; }.home-socials .home-heading { margin-bottom: 28px; }.discord-card { display: grid; width: 288px; grid-template-columns: 44px 1fr auto; align-items: center; gap: 14px; margin: 0 auto; padding: 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: #0e0e0e; color: #fff; text-decoration: none; }.discord-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; background: #5865f2; color: #fff; }.discord-card b,.discord-card small { display: block; }.discord-card small { margin-top: 3px; color: #666; font-size: 12px; }.discord-card em { color: #64748b; font-size: 18px; font-style: normal; }
@media (max-width: 760px) { .brand-story { min-height: auto; padding: 64px 24px; }.home-feature-grid { grid-template-columns: 1fr; }.home-features,.home-faq,.home-socials { padding: 64px 20px; } }
.home-footer { padding: 58px max(24px,calc((100% - 1120px)/2)) 28px; border-top: 1px solid rgba(255,255,255,.06); background: #080808; }.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 60px; padding-bottom: 48px; }.footer-grid h3 { margin: 0 0 16px; color: #fff; font-size: 14px; }.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 12px; }.footer-grid p { max-width: 260px; margin: 20px 0 0; color: #555; font-size: 14px; line-height: 1.65; }.footer-grid a { color: #666; font-size: 14px; text-decoration: none; }.footer-grid .brand { color: #fff; }.footer-discord { display: flex; align-items: center; gap: 8px; }.footer-discord i { width: 8px; height: 8px; border-radius: 50%; background: #5865f2; }.home-footer > small { display: block; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.06); color: #444; font-size: 12px; text-align: center; }.home-footer + .footer { display: none; } @media (max-width:760px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }.footer-grid > div:first-child { grid-column: 1 / -1; } }
.catalog-page { min-height: 100vh; padding: 112px 24px 96px; }.catalog-hero { position: relative; overflow: hidden; width: min(1120px,100%); margin: 0 auto 36px; padding: 64px 56px; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: linear-gradient(118deg,rgba(255,255,255,.09),rgba(255,255,255,.025) 38%,rgba(101,113,255,.13)); }.catalog-hero::after { position: absolute; top: -120px; right: -80px; width: 330px; height: 330px; border-radius: 50%; background: radial-gradient(circle,rgba(101,113,255,.32),transparent 68%); content: ''; pointer-events: none; }.catalog-hero h1 { position: relative; z-index: 1; margin: 18px 0 10px; color: #fff; font-size: clamp(42px,5vw,64px); letter-spacing: -.055em; }.catalog-hero p { position: relative; z-index: 1; max-width: 520px; margin: 0; color: #a1a1aa; line-height: 1.65; }.catalog-shell { width: min(1120px,100%); margin: 0 auto; }.catalog-grid { grid-template-columns: repeat(auto-fill,minmax(250px,1fr)); gap: 20px; }.catalog-grid .product-card { border-color: rgba(255,255,255,.11); border-radius: 18px; background: linear-gradient(145deg,#121212,#0b0b0b); box-shadow: 0 18px 40px rgba(0,0,0,.22); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }.catalog-grid .product-card:hover { transform: translateY(-5px); border-color: rgba(101,113,255,.65); box-shadow: 0 24px 55px rgba(0,0,0,.4),0 0 0 1px rgba(101,113,255,.16); }.catalog-grid .product-image { background: radial-gradient(circle at 50% 15%,rgba(101,113,255,.18),transparent 56%),#111; }.catalog-grid .product-info { padding: 19px; }.catalog-grid .product-info h3 { color: #fff; font-size: 17px; }.catalog-grid .product-price { color: #b9c1ff; }.catalog-grid .product-stock { padding: 4px 8px; border: 1px solid rgba(101,113,255,.24); border-radius: 999px; color: #9ca8ff; }
@media (max-width:640px) { .catalog-page { padding: 88px 16px 64px; }.catalog-hero { padding: 42px 26px; border-radius: 18px; } }
.faq-page-list { width: min(850px,100%); margin: 0 auto; }

.catalog-page { position: relative; min-height: 100vh; padding: 128px 24px 112px; }
.catalog-page::before { position: absolute; top: 0; left: 50%; width: min(1100px,100%); height: 430px; transform: translateX(-50%); background: radial-gradient(ellipse at 50% 0,rgba(255,255,255,.085),transparent 68%); content: ""; pointer-events: none; }
.catalog-heading { position: relative; width: min(740px,100%); margin: 0 auto 58px; text-align: center; }
.catalog-heading h1 { margin: 20px 0 14px; color: #fff; font-size: clamp(48px,6vw,76px); line-height: 1; letter-spacing: -.06em; }
.catalog-heading p { margin: 0 auto; color: #777; font-size: 16px; line-height: 1.7; }
.catalog-shell { position: relative; width: min(1120px,100%); margin: 0 auto; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.08); }
.catalog-search { display: flex; width: min(380px,100%); min-height: 48px; align-items: center; gap: 12px; padding: 0 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: #0e0e0e; color: #777; }
.catalog-search:focus-within { border-color: rgba(255,255,255,.28); }
.catalog-search span { font-size: 21px; line-height: 1; }
.catalog-search input { width: 100%; border: 0; outline: 0; background: transparent; color: #fff; font: inherit; }
.catalog-search input::placeholder { color: #666; }
.product-count { color: #666; font-size: 13px; }
.catalog-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.catalog-grid .product-card { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: linear-gradient(150deg,#111,#090909); box-shadow: 0 20px 60px rgba(0,0,0,.25); transition: border-color .2s ease,transform .2s ease,box-shadow .2s ease; }
.catalog-grid .product-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.25); box-shadow: 0 24px 65px rgba(0,0,0,.5); }
.catalog-grid .product-image { position: relative; aspect-ratio: 16/10; border-bottom: 1px solid rgba(255,255,255,.07); background: radial-gradient(circle at 50% 15%,rgba(255,255,255,.09),transparent 62%),#0b0b0b; }
.catalog-grid .product-image::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 60%,rgba(0,0,0,.28)); content: ""; pointer-events: none; }
.catalog-grid .product-image img { transition: transform .35s ease; }
.catalog-grid .product-card:hover .product-image img { transform: scale(1.025); }
.catalog-grid .product-image span { display: grid; gap: 5px; color: #fff; text-align: center; }
.catalog-grid .product-image span b { font-size: 21px; }
.catalog-grid .product-image span small { color: #666; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.catalog-grid .product-info { display: flex; min-height: 276px; flex-direction: column; padding: 22px; }
.product-type { color: #777; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.catalog-grid .product-info h3 { margin: 10px 0 9px; color: #fff; font-size: 21px; letter-spacing: -.025em; }
.catalog-grid .product-info > p { display: -webkit-box; overflow: hidden; margin: 0; color: #777; font-size: 13px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-card-footer { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: auto; padding: 22px 0 18px; }
.product-card-footer > div { display: grid; gap: 4px; }
.product-card-footer small { color: #555; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.catalog-grid .product-price { color: #fff; font-size: 22px; }
.catalog-grid .product-stock { float: none; padding: 6px 9px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #aaa; font-size: 10px; }
.product-action { display: flex; min-height: 42px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #fff; font-size: 13px; font-weight: 700; transition: background .2s ease,color .2s ease; }
.catalog-grid .product-card:hover .product-action { background: #fff; color: #000; }

.product-page { max-width: 1160px; }
.product-page .back-link { display: inline-flex; min-height: 44px; align-items: center; margin-bottom: 20px; color: #8a8a8a; font-size: 13px; font-weight: 600; transition: color .15s ease,transform .15s ease; }
.product-page .back-link:hover { transform: translateX(-2px); color: #fff; }
.product-detail { max-width: none; padding: 0; border: 0; border-radius: 0; background: transparent; color: #aaa; }
.product-overview { position: relative; display: grid; overflow: hidden; grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr); border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: linear-gradient(135deg,#0d0d0f,#070708 58%,#090a10); }
.product-overview::before { position: absolute; z-index: 3; top: -1px; right: 8%; width: 34%; height: 1px; background: linear-gradient(90deg,transparent,rgba(124,138,255,.78),transparent); content: ""; pointer-events: none; }
.product-media { position: relative; display: grid; min-height: 620px; place-items: center; overflow: hidden; border: 0; border-right: 1px solid rgba(255,255,255,.08); border-radius: 0; background: radial-gradient(circle at 50% 18%,rgba(101,113,255,.13),transparent 58%),#070707; }
.product-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.product-media-wide img { width: 90%; height: 90%; object-fit: contain; }
.detail-placeholder { display: grid; gap: 8px; text-align: center; }
.detail-placeholder b { color: #fff; font-size: 28px; }
.detail-placeholder span { color: #666; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.product-purchase { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 44px 42px; background: linear-gradient(150deg,rgba(255,255,255,.035),transparent 45%); }
.product-type { color: #7d87de; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.product-purchase h1 { margin: 16px 0 12px; color: #f5f5f5; font-size: clamp(44px,4.6vw,60px); font-weight: 650; line-height: 1; letter-spacing: -.055em; }
.product-summary { max-width: 48ch; margin: 0; color: #858585; font-size: 13px; line-height: 1.7; }
.detail-price-row { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 26px 0 22px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.detail-price-group,.detail-stock-group { display: grid; gap: 7px; }
.detail-stock-group { justify-items: end; }
.detail-price-row small { color: #5f5f5f; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.detail-price-row strong { color: #fff; font-size: 34px; font-weight: 650; letter-spacing: -.05em; line-height: 1; }
.detail-price-row span { display: inline-flex; min-height: 30px; align-items: center; padding: 0 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; font-size: 10px; }
.detail-price-row .in-stock { color: #b7d7c2; }
.detail-price-row .sold-out { color: #d7a7a7; }
.purchase-controls { display: grid; grid-template-columns: 1fr 128px; gap: 10px; margin: 0; }
.purchase-controls label { display: grid; gap: 8px; color: #686868; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.purchase-controls select { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; outline: 0; background: #080809; color: #fff; font: inherit; font-size: 12px; text-transform: none; transition: border-color .15s ease,background .15s ease; }
.purchase-controls select:hover { background: #0c0c0e; }
.purchase-controls select:focus,.quantity-stepper:focus-within { border-color: rgba(123,137,255,.62); }
.quantity-stepper { display: grid; min-height: 48px; grid-template-columns: 40px 1fr 40px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: #080809; }
.quantity-stepper button { min-width: 40px; min-height: 46px; border: 0; background: transparent; color: #999; font: inherit; font-size: 18px; line-height: 1; cursor: pointer; transition: background .15s ease,color .15s ease; }
.quantity-stepper button:hover:not(:disabled) { background: rgba(255,255,255,.06); color: #fff; }
.quantity-stepper input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: #fff; font: inherit; font-size: 14px; font-weight: 600; line-height: 1; text-align: center; }
.quantity-stepper input::-webkit-inner-spin-button,.quantity-stepper input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.purchase-selection { display: flex; grid-column: 1/-1; min-height: 58px; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(0,0,0,.25); }
.purchase-selection > div { display: grid; gap: 4px; }
.purchase-selection > div:last-child { justify-items: end; text-align: right; }
.purchase-selection span { color: #555; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.purchase-selection strong { overflow-wrap: anywhere; color: #fff; font-size: 12px; letter-spacing: 0; text-transform: none; }
.purchase-controls .add-cart-button { grid-column: 1/-1; min-height: 52px; border: 0; border-radius: 10px; background: linear-gradient(100deg,#fff,#dfe3ff); color: #050505; cursor: pointer; font-size: 13px; font-weight: 750; transition: transform .1s ease,filter .15s ease; }
.purchase-controls .add-cart-button:hover:not(:disabled) { transform: translateY(-1px); filter: brightness(1.04); }
.purchase-controls .add-cart-button:active:not(:disabled) { transform: translateY(0); }
.purchase-assurance { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 16px; color: #666; font-size: 10px; }
.purchase-assurance span + span::before { margin-right: 20px; color: #3f3f3f; content: "•"; }
.product-details-section { max-width: 1000px; margin: 76px auto 30px; padding-top: 38px; border-top: 1px solid rgba(255,255,255,.09); }
.product-description-heading { margin: 0 0 30px; }
.product-description-heading h2 { margin: 0; color: #f1f1f1; font-size: clamp(28px,3.6vw,38px); font-weight: 650; letter-spacing: -.045em; }
.product-copy { display: grid; max-width: none; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 54px; padding: 0 0 36px; }
.product-copy-section { padding: 0; border: 0; border-radius: 0; background: transparent; }
.product-copy-section + .product-copy-section { padding-left: 54px; border-left: 1px solid rgba(255,255,255,.08); }
.product-copy h2 { margin: 0 0 14px; color: #e8e8e8; font-size: 17px; font-weight: 600; letter-spacing: -.02em; }
.product-copy p,.product-copy li { color: #858585; font-size: 13px; line-height: 1.75; }
.product-copy p,.product-copy ul { margin: 0; }
.product-copy ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 24px; padding: 0; list-style: none; }
.product-copy li { position: relative; padding-left: 15px; }
.product-copy li::before { position: absolute; top: .72em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: #747ec9; content: ""; }

.cart-page { max-width: 1120px; }
.cart-page .section-heading { margin-bottom: 42px; }
.cart-page .section-heading h1 { margin-top: 18px; }
.cart-layout { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 24px; align-items: start; }
.cart-items,.checkout-card { border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: #0d0d0d; }
.cart-list-heading { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid rgba(255,255,255,.08); }
.cart-list-heading h2 { margin: 0; color: #fff; font-size: 18px; }
.cart-list-heading span { color: #666; font-size: 12px; }
.cart-item { grid-template-columns: 82px 1fr auto; gap: 18px; padding: 18px 24px; border: 0; border-bottom: 1px solid rgba(255,255,255,.07); border-radius: 0; background: transparent; }
.cart-item-media { display: grid; width: 82px; height: 70px; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: #111; color: #777; font-weight: 800; }
.cart-item-media img { width: 100%; height: 100%; border-radius: 0; object-fit: cover; }
.cart-item > div:nth-child(2) { display: grid; gap: 5px; }
.cart-item span,.cart-item small { color: #777; font-size: 12px; }
.cart-item-end { display: grid; justify-items: end; gap: 10px; }
.cart-item-end button,.cart-list-footer button { padding: 0; border: 0; background: transparent; color: #777; font-size: 11px; cursor: pointer; }
.cart-item-end button:hover,.cart-list-footer button:hover { color: #fff; }
.cart-list-footer { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; }
.cart-list-footer a { color: #aaa; font-size: 12px; text-decoration: none; }
.checkout-card { position: sticky; top: 96px; padding: 26px; }
.checkout-card h2 { margin: 12px 0 8px; color: #fff; font-size: 24px; letter-spacing: -.03em; }
.checkout-card > p { margin: 0 0 24px; color: #777; font-size: 12px; line-height: 1.65; }
.checkout-operator { display: grid; gap: 4px; margin: -8px 0 22px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: #090909; }
.checkout-operator span { color: #aaa; font-size: 11px; font-weight: 700; }
.checkout-operator a { color: #777; font-size: 10px; text-decoration: none; }
.checkout-operator a:hover { color: #fff; }
.checkout-field { display: grid; gap: 8px; margin-top: 14px; color: #888; font-size: 11px; font-weight: 700; }
.checkout-field input { width: 100%; min-height: 46px; padding: 0 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; outline: 0; background: #090909; color: #fff; font: inherit; }
.checkout-field input:focus { border-color: rgba(255,255,255,.3); }
.checkout-total { display: flex; align-items: center; justify-content: space-between; margin: 22px 0; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.checkout-total span { color: #888; font-size: 13px; }
.checkout-total strong { color: #fff; font-size: 24px; }
.checkout-consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; color: #777; font-size: 10px; line-height: 1.55; }
.checkout-consent input { margin: 2px 0 0; accent-color: #fff; }
.checkout-consent a { color: #bbb; }
.checkout-error { min-height: 18px; margin: 12px 0 0; color: #e2a8a8; font-size: 11px; }
.checkout-button { width: 100%; min-height: 49px; margin-top: 4px; border: 0; cursor: pointer; }
.checkout-button:disabled { cursor: wait; opacity: .6; }
.checkout-security { display: block; margin-top: 13px; color: #555; font-size: 9px; line-height: 1.5; text-align: center; }
.empty-cart { display: grid; justify-items: center; padding: 80px 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: #0c0c0c; text-align: center; }
.empty-cart > span { color: #666; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.empty-cart h2 { margin: 12px 0 8px; color: #fff; font-size: 30px; }
.empty-cart p { margin: 0 0 24px; color: #777; font-size: 13px; }
.loading-panel { display: grid; min-height: 300px; place-items: center; color: #777; font-size: 13px; text-align: center; }
.outage-panel { display: grid; width: min(680px,100%); min-height: 360px; align-content: center; justify-items: center; gap: 14px; margin: 20px auto; padding: 48px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: radial-gradient(circle at 50% 0,rgba(255,255,255,.06),transparent 60%),#0b0b0b; text-align: center; }
.outage-panel.compact { min-height: 280px; margin: 0 auto; }
.outage-panel > span { color: #777; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.outage-panel h1,.outage-panel h2 { margin: 0; color: #fff; font-size: clamp(28px,5vw,42px); letter-spacing: -.04em; }
.outage-panel p { max-width: 520px; margin: 0; color: #777; font-size: 13px; line-height: 1.7; }
.outage-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 8px; }
.outage-actions .button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 0; font: inherit; cursor: pointer; }
.outage-actions .secondary { border: 1px solid rgba(255,255,255,.15); background: transparent; }
.outage-support { color: #aaa; font-size: 12px; text-underline-offset: 3px; }
.network-status { position: fixed; z-index: 70; top: 86px; left: 50%; width: min(520px,calc(100% - 32px)); transform: translateX(-50%); padding: 11px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: #151515; color: #ddd; box-shadow: 0 14px 40px rgba(0,0,0,.45); font-size: 11px; line-height: 1.5; text-align: center; }
.outage-actions .button:focus-visible,.outage-support:focus-visible,.product-page .back-link:focus-visible,.purchase-controls button:focus-visible,.purchase-controls select:focus-visible,.purchase-controls input:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

.policy-page { min-height: 100vh; padding: 128px 24px 110px; }
.policy-hero { width: min(860px,100%); margin: 0 auto 76px; text-align: center; }
.policy-hero h1 { margin: 20px 0 14px; color: #fff; font-size: clamp(44px,6vw,72px); line-height: 1; letter-spacing: -.055em; }
.policy-hero p { max-width: 660px; margin: 0 auto; color: #777; line-height: 1.7; }
.policy-hero small { display: block; margin-top: 18px; color: #4f4f4f; font-size: 11px; }
.policy-layout { display: grid; width: min(1040px,100%); grid-template-columns: 240px minmax(0,1fr); gap: 64px; margin: 0 auto; align-items: start; }
.policy-aside { position: sticky; top: 100px; display: grid; gap: 10px; padding: 20px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: #0b0b0b; }
.policy-aside strong { color: #fff; }
.policy-aside span { margin-top: 8px; color: #666; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.policy-aside code { overflow-wrap: anywhere; color: #777; font: 10px/1.5 monospace; }
.policy-aside em { color: #777; font-size: 11px; font-style: normal; }
.policy-aside a { margin-top: 10px; color: #fff; font-size: 12px; text-decoration: none; }
.policy-content { display: grid; gap: 38px; }
.policy-content section { padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.07); }
.policy-content section:last-child { border-bottom: 0; }
.policy-content h2 { margin: 0 0 15px; color: #fff; font-size: 22px; letter-spacing: -.025em; }
.policy-content p,.policy-content li { color: #888; font-size: 14px; line-height: 1.8; }
.policy-content p { margin: 0 0 12px; }
.policy-content p:last-child { margin-bottom: 0; }
.policy-content ul { display: grid; gap: 9px; margin: 0; padding-left: 20px; }
.policy-content a { color: #ddd; text-underline-offset: 3px; }
.policy-notice { margin-top: 18px; padding: 18px; border: 1px solid rgba(255,205,130,.18); border-radius: 12px; background: rgba(255,205,130,.04); }
.policy-notice strong { color: #e2c99e; font-size: 12px; }
.policy-notice p { margin: 8px 0 0; font-size: 12px; }
.policy-table-wrap { overflow-x: auto; margin: 18px 0; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; }
.policy-content table { width: 100%; min-width: 600px; border-collapse: collapse; }
.policy-content th,.policy-content td { padding: 14px; border-bottom: 1px solid rgba(255,255,255,.07); color: #888; font-size: 12px; line-height: 1.55; text-align: left; vertical-align: top; }
.policy-content th { color: #ddd; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.policy-content tr:last-child td { border-bottom: 0; }
.policy-references p { display: flex; flex-wrap: wrap; gap: 12px; }
.policy-references a { display: inline-flex; padding: 9px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; font-size: 11px; text-decoration: none; }

@media (max-width: 900px) {
  .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-overview { grid-template-columns: 1fr; }
  .product-media { min-height: 500px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .product-details-section { margin-top: 72px; }
  .product-copy { grid-template-columns: 1fr; gap: 30px; }
  .product-copy-section + .product-copy-section { padding: 30px 0 0; border-top: 1px solid rgba(255,255,255,.08); border-left: 0; }
  .cart-layout { grid-template-columns: 1fr; }
  .checkout-card { position: static; }
  .policy-layout { grid-template-columns: 1fr; gap: 34px; }
  .policy-aside { position: static; }
}

@media (max-width: 640px) {
  .catalog-page,.policy-page { padding: 102px 16px 72px; }
  .catalog-heading { margin-bottom: 42px; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .catalog-search { width: 100%; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-grid .product-info { min-height: 246px; }
  .subpage { padding: 94px 16px 70px; }
  .product-page .back-link { margin-bottom: 18px; }
  .product-overview { gap: 0; border-radius: 18px; }
  .product-media { min-height: 310px; }
  .product-purchase { padding: 30px 22px; }
  .product-purchase h1 { font-size: clamp(40px,14vw,54px); }
  .detail-price-row { margin-top: 24px; }
  .purchase-controls { grid-template-columns: 1fr; }
  .purchase-assurance { align-items: flex-start; flex-direction: column; gap: 7px; }
  .purchase-assurance span + span::before { margin-right: 8px; }
  .product-details-section { margin-top: 60px; padding-top: 30px; }
  .product-copy ul { grid-template-columns: 1fr; }
  .cart-item { grid-template-columns: 62px 1fr; padding: 16px; }
  .cart-item-media { width: 62px; height: 58px; }
  .cart-item-end { grid-column: 2; grid-template-columns: 1fr auto; align-items: center; justify-items: start; }
  .checkout-card { padding: 22px 18px; }
  .policy-hero { margin-bottom: 48px; }
  .policy-content { gap: 28px; }
  .outage-panel { min-height: 300px; padding: 36px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-page .back-link,.purchase-controls .add-cart-button { transition-duration: .01ms; }
  .product-page .back-link:hover,.purchase-controls .add-cart-button:hover:not(:disabled) { transform: none; }
}

.product-page {
  position: relative;
  max-width: 1180px;
  padding-top: 104px;
}
.product-page::before {
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 50%;
  width: min(980px,92vw);
  height: 520px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at 72% 18%,rgba(101,113,255,.16),transparent 54%),radial-gradient(ellipse at 28% 16%,rgba(255,255,255,.08),transparent 54%);
  content: "";
  pointer-events: none;
}
.product-page .back-link {
  min-height: auto;
  margin: 0 0 22px;
  color: #757575;
  font-size: 12px;
  letter-spacing: .01em;
}
.product-overview {
  display: grid;
  min-height: 510px;
  overflow: hidden;
  grid-template-columns: minmax(350px,.82fr) minmax(470px,1.18fr);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 26px;
  background: linear-gradient(135deg,#111114 0%,#09090c 55%,#080911 100%);
  box-shadow: 0 38px 100px rgba(0,0,0,.42);
}
.product-overview::before {
  top: 0;
  right: 7%;
  width: 42%;
  background: linear-gradient(90deg,transparent,rgba(118,130,255,.92),rgba(179,126,255,.45),transparent);
}
.product-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 54px 48px;
}
.product-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.product-type {
  color: #929cff;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .18em;
}
.product-stock-status {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.025);
  color: #b8d6c1;
  font-size: 9px;
  font-weight: 650;
}
.product-stock-status.sold-out { color: #d6abab; }
.product-hero-copy h1 {
  margin: 0;
  color: #f7f7f8;
  font-size: clamp(48px,5.4vw,72px);
  font-weight: 650;
  line-height: .98;
  letter-spacing: -.065em;
}
.product-summary {
  max-width: 44ch;
  margin: 20px 0 0;
  color: #89898f;
  font-size: 13px;
  line-height: 1.75;
}
.detail-price-row {
  display: block;
  margin: auto 0 0;
  padding: 36px 0 0;
  border: 0;
}
.detail-price-group { gap: 7px; }
.detail-price-row small {
  color: #595960;
  font-size: 8px;
  letter-spacing: .16em;
}
.detail-price-row strong {
  color: #fff;
  font-size: 36px;
  font-weight: 650;
  letter-spacing: -.05em;
}
.product-media {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.08);
  background: radial-gradient(circle at 50% 45%,rgba(116,128,255,.2),transparent 35%),radial-gradient(circle at 68% 22%,rgba(163,103,255,.12),transparent 40%),#07070a;
}
.product-media::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom,rgba(0,0,0,.55),transparent 88%);
  content: "";
  pointer-events: none;
}
.product-media::after {
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg,rgba(255,255,255,.42),transparent);
  content: "";
  pointer-events: none;
}
.product-media img,
.product-media-wide img {
  position: relative;
  z-index: 1;
  width: 84%;
  height: 84%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 28px 42px rgba(0,0,0,.45));
}
.product-purchase {
  position: relative;
  display: block;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background: linear-gradient(105deg,rgba(255,255,255,.055),rgba(255,255,255,.018) 48%,rgba(101,113,255,.065));
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
}
.product-purchase::before {
  position: absolute;
  top: -1px;
  left: 20px;
  width: 180px;
  height: 1px;
  background: linear-gradient(90deg,rgba(126,138,255,.82),transparent);
  content: "";
}
.purchase-controls {
  display: grid;
  grid-template-columns: minmax(220px,1fr) 136px minmax(210px,auto);
  gap: 12px;
  align-items: end;
  margin: 0;
}
.purchase-controls label {
  gap: 7px;
  color: #68686f;
  font-size: 8px;
  letter-spacing: .15em;
}
.purchase-controls select,
.quantity-stepper {
  min-height: 50px;
  border-color: rgba(255,255,255,.1);
  border-radius: 11px;
  background: rgba(3,3,5,.64);
}
.purchase-controls select {
  padding: 0 15px;
  font-size: 12px;
  font-weight: 600;
}
.quantity-stepper { grid-template-columns: 42px 1fr 42px; }
.quantity-stepper button { min-height: 48px; }
.quantity-stepper input {
  width: 100%;
  padding: 0;
}
.purchase-controls .add-cart-button {
  grid-column: auto;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 11px;
  background: linear-gradient(105deg,#fff 0%,#e4e7ff 56%,#cdd3ff 100%);
  box-shadow: 0 12px 32px rgba(101,113,255,.12);
  font-size: 12px;
  white-space: nowrap;
}
.purchase-assurance {
  justify-content: flex-end;
  gap: 8px 18px;
  margin: 12px 4px 0;
  color: #5f5f66;
  font-size: 9px;
}
.purchase-assurance span + span::before {
  margin-right: 18px;
  color: #3d3d44;
  content: "•";
}
.product-details-section {
  display: grid;
  max-width: none;
  grid-template-columns: 220px minmax(0,1fr);
  gap: 58px;
  margin: 28px auto 20px;
  padding: 42px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  background: linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
}
.product-description-heading {
  margin: 0;
  padding-right: 28px;
  border-right: 1px solid rgba(255,255,255,.08);
}
.product-description-heading h2 {
  position: sticky;
  top: 106px;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -.045em;
}
.product-copy {
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: 38px;
  padding: 0;
}
.product-copy-section + .product-copy-section { padding-left: 38px; }
.product-copy h2 { font-size: 16px; }
.product-copy p,
.product-copy li {
  color: #82828a;
  font-size: 12px;
  line-height: 1.8;
}
.product-copy ul {
  grid-template-columns: 1fr;
  gap: 7px;
}
.product-copy li::before { background: #858fff; }

@media (max-width: 960px) {
  .product-overview {
    min-height: 470px;
    grid-template-columns: minmax(300px,.9fr) minmax(380px,1.1fr);
  }
  .product-hero-copy { padding: 44px 36px; }
  .product-media { min-height: 470px; border-bottom: 0; }
  .purchase-controls { grid-template-columns: minmax(190px,1fr) 126px minmax(190px,auto); }
  .product-details-section { grid-template-columns: 180px minmax(0,1fr); gap: 40px; padding: 34px; }
  .product-copy { grid-template-columns: 1fr; gap: 26px; }
  .product-copy-section + .product-copy-section {
    padding: 26px 0 0;
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .product-page { padding: 92px 16px 64px; }
  .product-overview {
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 20px;
  }
  .product-hero-copy {
    min-height: 390px;
    padding: 38px 30px;
  }
  .product-hero-copy h1 { font-size: clamp(46px,15vw,64px); }
  .product-media {
    min-height: 360px;
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 0;
  }
  .product-media img,
  .product-media-wide img {
    width: 88%;
    height: 88%;
  }
  .product-purchase { padding: 16px; }
  .purchase-controls { grid-template-columns: minmax(0,1fr) 126px; }
  .purchase-controls .add-cart-button { grid-column: 1/-1; }
  .purchase-assurance {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
  }
  .product-details-section {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 20px;
    padding: 30px;
  }
  .product-description-heading {
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .product-description-heading h2 {
    position: static;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .product-hero-copy { min-height: 350px; padding: 32px 24px; }
  .product-meta-row { margin-bottom: 20px; }
  .product-media { min-height: 300px; }
  .purchase-controls { grid-template-columns: 1fr; }
  .purchase-controls .add-cart-button { grid-column: auto; }
  .purchase-assurance { flex-direction: column; }
  .purchase-assurance span + span::before { margin-right: 8px; }
  .product-details-section { padding: 26px 22px; }
}

.product-page {
  max-width: 1180px;
  padding-top: 100px;
}
.product-page::before {
  top: -20px;
  width: min(1180px,100vw);
  height: 760px;
  background: radial-gradient(ellipse at 50% 16%,rgba(102,114,255,.19),transparent 48%),radial-gradient(ellipse at 50% 4%,rgba(255,255,255,.1),transparent 54%);
}
.product-page .back-link {
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
}
.product-overview {
  display: flex;
  min-height: 0;
  overflow: visible;
  flex-direction: column;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.product-overview::before { display: none; }
.product-hero-copy {
  display: flex;
  width: min(900px,100%);
  min-height: 0;
  align-items: center;
  padding: 28px 24px 48px;
  text-align: center;
}
.product-meta-row {
  justify-content: center;
  margin-bottom: 20px;
}
.product-stock-status {
  min-height: 25px;
  padding: 0 9px;
  background: rgba(0,0,0,.22);
}
.product-hero-copy h1 {
  max-width: 100%;
  font-size: clamp(68px,9.4vw,112px);
  font-weight: 680;
  line-height: .9;
  letter-spacing: -.078em;
}
.product-summary {
  max-width: 650px;
  margin-top: 24px;
  color: #929298;
  font-size: 14px;
  line-height: 1.7;
}
.detail-price-row {
  margin: 26px 0 0;
  padding: 0;
}
.detail-price-group {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.detail-price-row small { order: 2; }
.detail-price-row strong {
  font-size: 32px;
  letter-spacing: -.04em;
}
.product-media {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16/7;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 30px;
  background: radial-gradient(circle at 50% 45%,rgba(108,121,255,.24),transparent 31%),radial-gradient(circle at 70% 18%,rgba(165,101,255,.13),transparent 35%),linear-gradient(135deg,#0b0b0f,#050507);
  box-shadow: 0 44px 110px rgba(0,0,0,.52);
}
.product-media::before {
  background-image: linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size: 48px 48px;
}
.product-media::after {
  right: 34px;
  bottom: 30px;
}
.product-media img,
.product-media-wide img {
  width: 88%;
  height: 88%;
}
.product-purchase {
  z-index: 4;
  width: min(920px,calc(100% - 72px));
  margin: -38px auto 0;
  padding: 16px;
  border-color: rgba(255,255,255,.16);
  border-radius: 18px;
  background: linear-gradient(110deg,rgba(19,19,23,.96),rgba(8,8,12,.96) 62%,rgba(25,27,48,.96));
  box-shadow: 0 28px 80px rgba(0,0,0,.58),0 0 0 1px rgba(101,113,255,.04);
  backdrop-filter: blur(18px);
}
.product-purchase::before {
  left: 50%;
  width: 260px;
  transform: translateX(-50%);
  background: linear-gradient(90deg,transparent,rgba(133,144,255,.95),transparent);
}
.purchase-controls {
  grid-template-columns: minmax(250px,1fr) 132px minmax(210px,auto);
}
.purchase-assurance {
  justify-content: center;
  margin-top: 11px;
}
.product-details-section {
  display: block;
  max-width: 960px;
  margin: 96px auto 26px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.product-description-heading {
  margin: 0 auto 38px;
  padding: 0;
  border: 0;
  text-align: center;
}
.product-description-heading h2 {
  position: static;
  margin: 0;
  font-size: clamp(36px,4.5vw,52px);
  line-height: 1;
  letter-spacing: -.06em;
}
.product-copy {
  grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr);
  gap: 56px;
  padding: 42px 0;
  border-top: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.product-copy-section + .product-copy-section {
  padding-left: 56px;
}
.product-copy h2 {
  margin-bottom: 16px;
  font-size: 18px;
}
.product-copy p,
.product-copy li {
  font-size: 13px;
}
.product-copy ul {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px 26px;
}

@media (max-width: 900px) {
  .product-hero-copy { padding-bottom: 42px; }
  .product-hero-copy h1 { font-size: clamp(64px,12vw,92px); }
  .product-media { aspect-ratio: 16/8; }
  .product-purchase {
    width: calc(100% - 40px);
  }
  .purchase-controls {
    grid-template-columns: minmax(190px,1fr) 126px minmax(190px,auto);
  }
  .product-copy {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .product-copy-section + .product-copy-section {
    padding: 28px 0 0;
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 0;
  }
}

@media (max-width: 700px) {
  .product-page { padding: 88px 16px 64px; }
  .product-page .back-link { margin-bottom: 18px; }
  .product-hero-copy {
    padding: 18px 8px 34px;
  }
  .product-meta-row { margin-bottom: 18px; }
  .product-hero-copy h1 {
    font-size: clamp(54px,18vw,76px);
    line-height: .94;
  }
  .product-summary {
    margin-top: 20px;
    font-size: 13px;
  }
  .detail-price-row { margin-top: 22px; }
  .product-media {
    min-height: 330px;
    aspect-ratio: 1/1;
    border-radius: 22px;
  }
  .product-media img,
  .product-media-wide img {
    width: 94%;
    height: 94%;
  }
  .product-purchase {
    width: calc(100% - 20px);
    margin-top: -24px;
    padding: 14px;
    border-radius: 16px;
  }
  .purchase-controls {
    grid-template-columns: 1fr 122px;
  }
  .purchase-controls .add-cart-button {
    grid-column: 1/-1;
  }
  .purchase-assurance {
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .product-details-section {
    margin-top: 82px;
  }
  .product-description-heading {
    margin-bottom: 30px;
    padding: 0;
    border: 0;
  }
  .product-copy {
    padding: 32px 0;
  }
  .product-copy ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .product-media { min-height: 300px; }
  .purchase-controls { grid-template-columns: 1fr; }
  .purchase-controls .add-cart-button { grid-column: auto; }
  .purchase-assurance {
    flex-direction: column;
    gap: 6px;
  }
}

.product-page {
  max-width: 1060px;
  padding: 104px 24px 88px;
}
.product-page::before { display: none; }
.product-page .back-link {
  margin: 0 0 26px;
  color: #777;
  font-size: 12px;
}
.product-overview {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0,1.06fr) minmax(360px,.94fr);
  gap: 52px;
  align-items: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.product-overview::before { display: none; }
.product-media {
  width: 100%;
  min-height: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: #0a0a0b;
  box-shadow: none;
}
.product-media::before,
.product-media::after { display: none; }
.product-media img,
.product-media-wide img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  filter: none;
}
.product-hero-copy {
  display: flex;
  width: auto;
  min-height: 0;
  align-items: stretch;
  padding: 0;
  text-align: left;
}
.product-meta-row {
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}
.product-type {
  color: #8d8d94;
  font-size: 9px;
}
.product-stock-status {
  min-height: 24px;
  padding: 0 9px;
  border-color: rgba(255,255,255,.1);
  background: transparent;
  color: #a9c8b2;
  font-size: 9px;
}
.product-hero-copy h1 {
  font-size: clamp(42px,5vw,58px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.055em;
}
.product-summary {
  max-width: 46ch;
  margin-top: 18px;
  color: #85858c;
  font-size: 13px;
  line-height: 1.7;
}
.detail-price-row {
  margin: 26px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.detail-price-group {
  display: grid;
  align-items: initial;
  gap: 7px;
}
.detail-price-row small {
  order: initial;
  color: #5f5f66;
  font-size: 8px;
}
.detail-price-row strong {
  font-size: 30px;
  letter-spacing: -.04em;
}
.product-purchase {
  width: 100%;
  margin: 28px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.product-purchase::before { display: none; }
.purchase-controls {
  grid-template-columns: 124px minmax(0,1fr);
  gap: 12px;
}
.purchase-controls > label:first-child {
  grid-column: 1/-1;
}
.purchase-controls select,
.quantity-stepper {
  min-height: 48px;
  border-color: rgba(255,255,255,.11);
  border-radius: 10px;
  background: #0b0b0c;
}
.purchase-controls .add-cart-button {
  grid-column: 2;
  min-height: 48px;
  border-radius: 10px;
  background: #f3f3f4;
  box-shadow: none;
  color: #080808;
}
.purchase-assurance {
  justify-content: flex-start;
  margin: 13px 0 0;
  color: #5c5c63;
  font-size: 9px;
}
.product-details-section {
  display: grid;
  max-width: none;
  grid-template-columns: 190px minmax(0,1fr);
  gap: 52px;
  margin: 78px auto 0;
  padding: 44px 0 0;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.09);
  border-radius: 0;
  background: transparent;
}
.product-description-heading {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
}
.product-description-heading h2 {
  position: static;
  margin: 0;
  color: #eee;
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: -.045em;
}
.product-copy {
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: 42px;
  padding: 0;
  border: 0;
}
.product-copy-section + .product-copy-section {
  padding-left: 42px;
}
.product-copy h2 {
  margin-bottom: 13px;
  font-size: 16px;
}
.product-copy p,
.product-copy li {
  color: #7f7f86;
  font-size: 12px;
  line-height: 1.75;
}
.product-copy ul {
  grid-template-columns: 1fr;
  gap: 7px;
}

@media (max-width: 850px) {
  .product-overview {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .product-media {
    width: min(620px,100%);
    margin: 0 auto;
  }
  .product-hero-copy {
    width: min(620px,100%);
    margin: 0 auto;
  }
  .product-details-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .product-description-heading {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
}

@media (max-width: 600px) {
  .product-page {
    padding: 90px 16px 64px;
  }
  .product-page .back-link {
    margin-bottom: 18px;
  }
  .product-overview { gap: 30px; }
  .product-media {
    min-height: 0;
    aspect-ratio: 1/1;
    border-radius: 14px;
  }
  .product-hero-copy {
    padding: 0 2px;
  }
  .product-hero-copy h1 {
    font-size: clamp(40px,13vw,52px);
  }
  .product-summary { margin-top: 15px; }
  .detail-price-row {
    margin-top: 22px;
    padding-top: 20px;
  }
  .product-purchase { margin-top: 24px; }
  .purchase-controls {
    grid-template-columns: 116px minmax(0,1fr);
  }
  .purchase-assurance {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
  }
  .product-details-section {
    margin-top: 62px;
    padding-top: 34px;
  }
  .product-copy {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .product-copy-section + .product-copy-section {
    padding: 26px 0 0;
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 0;
  }
}

@media (max-width: 420px) {
  .purchase-controls {
    grid-template-columns: 1fr;
  }
  .purchase-controls > label:first-child,
  .purchase-controls .add-cart-button {
    grid-column: auto;
  }
  .purchase-assurance {
    flex-direction: column;
  }
}

.variant-field {
  display: grid;
  grid-column: 1/-1;
  gap: 8px;
}
.variant-caption {
  color: #68686f;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.variant-native-select {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.variant-options {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 12px;
  background: #09090a;
}
.variant-choice {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 14px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.075);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background .15s ease,color .15s ease;
}
.variant-choice:last-child {
  border-bottom: 0;
}
.variant-choice::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  border-radius: 0 2px 2px 0;
  background: #f1f1f3;
  content: "";
  opacity: 0;
  transform: scaleY(.45);
  transition: opacity .15s ease,transform .15s ease;
}
.variant-choice:hover:not(:disabled) {
  background: rgba(255,255,255,.035);
}
.variant-choice.is-selected {
  background: linear-gradient(90deg,rgba(255,255,255,.085),rgba(255,255,255,.018) 58%,transparent);
}
.variant-choice.is-selected::before {
  opacity: 1;
  transform: scaleY(1);
}
.variant-choice > span {
  min-width: 0;
}
.variant-choice strong {
  overflow-wrap: anywhere;
  color: #d7d7da;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.25;
}
.variant-choice.is-selected strong {
  color: #fff;
}
.variant-choice-end {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}
.variant-choice small {
  color: #8a8a91;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.variant-choice i {
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 5px;
}
.variant-choice.is-selected i {
  border-color: #f2f2f3;
  background: #f2f2f3;
}
.variant-choice.is-selected i::after {
  color: #09090a;
  content: "✓";
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}
.variant-choice:disabled {
  cursor: not-allowed;
  opacity: .34;
}

.discord-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999998;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  background: #5865f2;
  box-shadow: 0 12px 34px rgba(0,0,0,.42),0 0 0 1px rgba(88,101,242,.15);
  color: #fff;
  text-decoration: none;
  transition: bottom .2s ease,transform .18s ease,background .18s ease,box-shadow .18s ease;
}
.discord-float svg {
  width: 24px;
  height: 19px;
}
.discord-float:hover {
  transform: translateY(-3px);
  background: #6672f4;
  box-shadow: 0 17px 42px rgba(0,0,0,.5),0 0 0 4px rgba(88,101,242,.12);
}
.discord-float:active {
  transform: translateY(-1px) scale(.97);
}
.discord-float:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.cookie-notice-visible .discord-float {
  bottom: 126px;
}

@media (max-width: 560px) {
  .discord-float {
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
  }
  .discord-float svg {
    width: 22px;
    height: 17px;
  }
  .cookie-notice-visible .discord-float {
    bottom: 164px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .discord-float {
    transition: none;
  }
}
