:root {
    --bg: #030303;
    --panel: rgba(12, 12, 12, 0.88);
    --panel-soft: rgba(255, 255, 255, 0.035);
    --line: rgba(255, 255, 255, 0.16);
    --line-strong: rgba(255, 255, 255, 0.38);
    --accent: #f4f1ea;
    --accent-soft: #b9b9b9;
    --accent-glow: rgba(255, 255, 255, 0.16);
    --danger: #d85c5c;
    --font-gothic: 'UnifrakturCook', Georgia, serif;
    --font-display: 'Cinzel', Georgia, serif;
    --font-sans: 'Inter', system-ui, sans-serif;
    --bg-primary: var(--bg);
    --bg-secondary: var(--panel);
    --border-color: var(--line);
}

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
body { --spot-x: 50%; --spot-y: 18%; min-height: 100vh; overflow-x: hidden; background: var(--bg); color: #f7f7f7; font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(circle 340px at var(--spot-x) var(--spot-y), rgba(255,255,255,.055), transparent 72%), radial-gradient(circle at 50% 0%, rgba(255,255,255,.075), transparent 36%), radial-gradient(circle at 8% 75%, rgba(255,255,255,.035), transparent 28%); }
button, input { font: inherit; }
button, a { -webkit-user-drag: none; }
img { max-width: 100%; }
::selection { background: #fff; color: #000; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #000; }
::-webkit-scrollbar-thumb { background: #d8d8d8; }

.site-loader { position: fixed; inset: 0; z-index: 10000; display: grid; overflow: hidden; place-items: center; background: transparent; transition: opacity .45s ease, visibility .45s ease; }
.site-loader::before, .site-loader::after { content: ''; position: absolute; top: 0; bottom: 0; z-index: 0; width: 50.2%; background: radial-gradient(circle at 50% 44%, rgba(255,255,255,.055), transparent 32%), repeating-linear-gradient(125deg, transparent 0 46px, rgba(255,255,255,.018) 47px 48px), #020202; transition: transform .92s cubic-bezier(.76,0,.24,1); }
.site-loader::before { left: 0; border-right: 1px solid rgba(255,255,255,.08); }
.site-loader::after { right: 0; border-left: 1px solid rgba(255,255,255,.08); }
.site-loader.is-exiting::before { transform: translateX(-101%); }
.site-loader.is-exiting::after { transform: translateX(101%); }
.site-loader.is-exiting .loader-cinematic { opacity: 0; filter: blur(12px); transform: scale(1.08); }
.site-loader.is-hidden { opacity: 0; visibility: hidden; }
.loader-cinematic { position: relative; isolation: isolate; z-index: 2; display: flex; width: min(560px, 88vw); align-items: center; flex-direction: column; transition: opacity .5s ease, filter .5s ease, transform .65s ease; }
.loader-cinematic::before { content: '✦'; position: absolute; top: 101px; left: 50%; z-index: 4; color: #fff; font-size: 10px; text-shadow: 0 0 16px #fff; transform: translate(-50%,-50%); }
.loader-watermark { position: absolute; top: 42%; left: 50%; z-index: -1; color: transparent; font: 700 clamp(10rem, 32vw, 20rem)/.7 var(--font-display); letter-spacing: .08em; opacity: .075; white-space: nowrap; -webkit-text-stroke: 1px rgba(255,255,255,.7); transform: translate(-50%,-50%) scaleX(1.12); animation: loaderWatermark 2.2s ease-in-out infinite; }
.loader-corners { position: absolute; inset: 22px; z-index: 3; pointer-events: none; }
.loader-corners i { position: absolute; width: 34px; height: 34px; opacity: .55; }
.loader-corners i::before, .loader-corners i::after { content: ''; position: absolute; background: rgba(255,255,255,.48); }
.loader-corners i::before { width: 100%; height: 1px; }
.loader-corners i::after { width: 1px; height: 100%; }
.loader-corners i:nth-child(1) { top: 0; left: 0; }
.loader-corners i:nth-child(2) { top: 0; right: 0; transform: rotate(90deg); }
.loader-corners i:nth-child(3) { right: 0; bottom: 0; transform: rotate(180deg); }
.loader-corners i:nth-child(4) { bottom: 0; left: 0; transform: rotate(270deg); }
.loader-orbit { position: relative; display: grid; z-index: 1; width: 220px; height: 220px; margin-bottom: -7px; place-items: center; }
.loader-orbit::before { content: ''; position: absolute; inset: 15px; border-radius: 50%; background: conic-gradient(from 0deg, transparent 0 18%, rgba(255,255,255,.6) 25%, transparent 32% 68%, rgba(255,255,255,.28) 76%, transparent 84%); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 1px), #000 0); mask: radial-gradient(farthest-side, transparent calc(100% - 1px), #000 0); filter: drop-shadow(0 0 8px rgba(255,255,255,.22)); animation: sigilRotateReverse 6s linear infinite; }
.loader-orbit-copy { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; animation: sigilRotate 12s linear infinite; }
.loader-orbit-copy text { fill: rgba(255,255,255,.64); font: 700 8px var(--font-display); letter-spacing: 2.55px; animation: loaderOrbitGlow 1.8s ease-in-out infinite; }
.loader-cross { position: absolute; width: 1px; height: 188px; background: linear-gradient(transparent, rgba(255,255,255,.26), transparent); }
.loader-cross-b { transform: rotate(90deg); }
.loader-core { position: relative; display: grid; width: 112px; height: 112px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.055), transparent 70%); box-shadow: 0 0 55px rgba(255,255,255,.06), inset 0 0 28px rgba(255,255,255,.035); animation: loaderCorePulse 1.8s ease-in-out infinite; }
.loader-core::before, .loader-core::after { content: ''; position: absolute; width: 7px; height: 7px; border: 1px solid rgba(255,255,255,.5); background: #020202; transform: rotate(45deg); }
.loader-core::before { left: -4px; }
.loader-core::after { right: -4px; }
.loader-core span { position: absolute; inset: 9px; border: 1px dashed rgba(255,255,255,.18); border-radius: 50%; animation: sigilRotateReverse 8s linear infinite; }
.loader-core img { position: relative; z-index: 2; width: 86px; height: 86px; object-fit: cover; filter: contrast(1.08) brightness(1.1) drop-shadow(0 0 17px rgba(255,255,255,.2)); }
.loader-ornament-row { display: flex; z-index: 1; width: min(250px, 58vw); align-items: center; gap: 10px; margin: -2px 0 7px; color: #dbdbd6; }
.loader-ornament-row i { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.45)); }
.loader-ornament-row i:last-child { background: linear-gradient(90deg, rgba(255,255,255,.45), transparent); }
.loader-ornament-row span { font-size: 8px; text-shadow: 0 0 14px rgba(255,255,255,.8); animation: ornamentSpark 1.25s ease-in-out infinite; }
.loader-title { display: flex; min-height: 70px; align-items: baseline; justify-content: center; color: #f4f1ec; font-family: var(--font-gothic); font-size: clamp(3.4rem, 10vw, 5.8rem); line-height: .86; text-shadow: 0 0 25px rgba(255,255,255,.13); }
.loader-title span:not(.loader-space) { display: inline-block; color: transparent; background: linear-gradient(105deg, #777 0%, #f7f7f2 27%, #9a9a9a 44%, #fff 59%, #737373 82%, #e2e2dd 100%); background-size: 240% auto; background-clip: text; -webkit-background-clip: text; opacity: 0; filter: blur(9px); transform: translateY(28px) rotateX(75deg); animation: loaderLetter .72s cubic-bezier(.22,.61,.36,1) calc(.22s + var(--letter) * .055s) forwards, loaderMetal 1.8s linear calc(.95s + var(--letter) * .025s) infinite; }
.loader-space { width: .19em; }
.loader-phases { position: relative; width: 100%; height: 16px; margin: 17px 0 14px; overflow: hidden; color: #858585; font: 700 8px var(--font-display); letter-spacing: .37em; text-align: center; text-indent: .37em; }
.loader-phases span { position: absolute; inset: 0; opacity: 0; transform: translateY(110%); animation: loaderPhase 1.95s ease both; }
.loader-phases span:nth-child(2) { animation-delay: .62s; }
.loader-phases span:nth-child(3) { animation-delay: 1.24s; color: #deded9; }
.loader-progress { width: min(330px, 72vw); height: 1px; overflow: hidden; background: rgba(255,255,255,.13); }
.loader-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, #4e4e4e, #fff); box-shadow: 0 0 13px rgba(255,255,255,.55); transform-origin: left; animation: loaderProgress 1.95s cubic-bezier(.65,0,.35,1) both; }
.loader-meta { display: grid; width: min(330px, 72vw); align-items: center; margin-top: 9px; grid-template-columns: 1fr auto 1fr; color: #505050; font: 700 6px var(--font-sans); letter-spacing: .18em; }
.loader-meta b:last-child { text-align: right; }
.loader-meta strong { min-width: 34px; color: #bcbcbc; font: 600 9px var(--font-display); letter-spacing: .08em; text-align: center; }
.scroll-progress { position: fixed; top: 0; right: 0; left: 0; z-index: 6000; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #646464, #fff); box-shadow: 0 0 12px rgba(255,255,255,.55); }
.grain { position: fixed; inset: 0; pointer-events: none; z-index: 9998; opacity: .04; background-image: repeating-linear-gradient(27deg, rgba(255,255,255,.55) 0 1px, transparent 1px 5px), repeating-linear-gradient(117deg, rgba(255,255,255,.18) 0 1px, transparent 1px 7px); background-size: 9px 11px, 13px 15px; animation: grainShift .32s steps(2) infinite; }
.page-frame { position: fixed; inset: 8px; z-index: 5000; overflow: hidden; border: 1px solid rgba(255,255,255,.09); pointer-events: none; }
.page-frame::before { content: ''; position: absolute; top: -20%; right: -1px; width: 1px; height: 18%; background: linear-gradient(transparent, #fff, transparent); animation: frameScan 7s ease-in-out infinite; }
.ambient-symbols { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.ambient-symbols span { position: absolute; color: rgba(255,255,255,.1); font-family: var(--font-display); font-size: 16px; text-shadow: 0 0 16px rgba(255,255,255,.18); transition: transform .6s cubic-bezier(.22,.61,.36,1); animation: symbolFloat 9s ease-in-out infinite; }
.ambient-symbols span:nth-child(1) { top: 17%; left: 7%; animation-delay: -2s; }
.ambient-symbols span:nth-child(2) { top: 35%; right: 8%; font-size: 23px; animation-delay: -5s; }
.ambient-symbols span:nth-child(3) { top: 68%; left: 4%; font-size: 12px; animation-delay: -7s; }
.ambient-symbols span:nth-child(4) { top: 77%; right: 6%; animation-delay: -1s; }
.ambient-symbols span:nth-child(5) { top: 52%; left: 12%; font-size: 20px; animation-delay: -4s; }
.ambient-symbols span:nth-child(6) { top: 12%; right: 18%; font-size: 11px; animation-delay: -8s; }
#particle-network { position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .48; }
.orb { position: fixed; z-index: 0; pointer-events: none; border-radius: 50%; filter: blur(130px); opacity: .08; }
.orb-1 { width: 420px; height: 420px; top: -160px; left: -150px; background: #fff; animation: floatOrb 20s ease-in-out infinite; }
.orb-2 { width: 360px; height: 360px; right: -120px; bottom: -120px; background: #777; animation: floatOrb 25s ease-in-out infinite reverse; }
@keyframes floatOrb { 50% { transform: translate(120px, 160px); } }
@keyframes sigilRotate { to { transform: rotate(360deg); } }
@keyframes sigilRotateReverse { to { transform: rotate(-360deg); } }
@keyframes loaderCorePulse { 50% { box-shadow: 0 0 80px rgba(255,255,255,.11), inset 0 0 35px rgba(255,255,255,.07); transform: scale(.965); } }
@keyframes loaderLetter { to { opacity: 1; filter: blur(0); transform: translateY(0) rotateX(0); } }
@keyframes loaderMetal { to { background-position: 240% center; } }
@keyframes loaderWatermark { 50% { opacity: .11; letter-spacing: .12em; filter: blur(.4px); } }
@keyframes loaderOrbitGlow { 50% { opacity: .48; filter: drop-shadow(0 0 4px rgba(255,255,255,.5)); } }
@keyframes ornamentSpark { 50% { color: #fff; transform: rotate(45deg) scale(1.28); } }
@keyframes loaderPhase { 0%, 8% { opacity: 0; transform: translateY(110%); } 18%, 48% { opacity: 1; transform: translateY(0); } 60%, 100% { opacity: 0; transform: translateY(-110%); } }
@keyframes loaderProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes grainShift { 0% { transform: translate(0); } 25% { transform: translate(-1%, 1%); } 50% { transform: translate(1%, -1%); } 75% { transform: translate(1%, 1%); } }
@keyframes frameScan { 0%, 16% { top: -20%; opacity: 0; } 30%, 72% { opacity: .85; } 88%, 100% { top: 105%; opacity: 0; } }
@keyframes symbolFloat { 50% { margin-top: -18px; opacity: .35; transform: rotate(45deg); } }

@media (hover: hover) and (pointer: fine) { body, button, a, .wheel-banner, .category-btn { cursor: none; } }
.cursor-dot, .cursor-outline { position: fixed; z-index: 9999; pointer-events: none; border-radius: 50%; transform: translate(-50%, -50%); }
.cursor-dot { width: 5px; height: 5px; background: #fff; box-shadow: 0 0 12px #fff; }
.cursor-outline { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.65); transition: width .25s, height .25s, background .25s, opacity .25s; }
.cursor-outline.hover { width: 58px; height: 58px; background: rgba(255,255,255,.12); border-color: transparent; mix-blend-mode: difference; }

/* NAVIGATION */
.navbar { position: fixed; inset: 0 0 auto; z-index: 100; display: flex; align-items: center; justify-content: space-between; min-height: 66px; padding: 10px 18px; border-bottom: 1px solid transparent; background: linear-gradient(to bottom, rgba(0,0,0,.92), transparent); transition: background .35s, border-color .35s, backdrop-filter .35s; }
.navbar.scrolled { background: rgba(3,3,3,.92); border-bottom-color: var(--line); backdrop-filter: blur(18px); }
.nav-logo { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; white-space: nowrap; }
.nav-logo img { width: 37px; height: 37px; object-fit: cover; border: 1px solid rgba(255,255,255,.22); }
.nav-logo:hover img { animation: logoFlash .75s ease; }
.nav-logo span { font-family: var(--font-gothic); font-size: 23px; letter-spacing: .02em; color: #fff; text-shadow: 0 0 16px rgba(255,255,255,.18); }
.nav-links { display: none; align-items: center; gap: 26px; }
.nav-link { position: relative; padding-bottom: 5px; color: rgba(255,255,255,.56); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-decoration: none; text-transform: uppercase; transition: color .25s; }
.nav-link::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: #fff; transform: scaleX(0); transition: transform .25s; }
.nav-link:hover, .nav-link.active { color: #fff; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-right, .nav-actions { display: flex; align-items: center; gap: 8px; }
.user-info { display: flex; align-items: center; gap: 7px; padding: 4px 8px; border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.user-avatar { width: 25px; height: 25px; border-radius: 50%; border: 1px solid #fff; }
.user-name { display: none; max-width: 72px; overflow: hidden; color: #ddd; font-size: 10px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.logout-btn { padding: 0; border: 0; background: transparent; color: #c96c6c; }
.mobile-menu-btn { display: block; padding: 6px; border: 0; background: transparent; color: #fff; }
.mobile-menu { display: none; position: fixed; top: 65px; right: 0; left: 0; z-index: 99; flex-direction: column; gap: 2px; padding: 14px 20px 22px; border-bottom: 1px solid var(--line); background: rgba(3,3,3,.98); backdrop-filter: blur(20px); }
.mobile-menu.active { display: flex; }
.mobile-link { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.06); color: #fff; font-family: var(--font-display); font-size: 12px; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }

/* BUTTONS */
.btn-outline, .btn-accent, .btn-hero-dark, .btn-hero-light, .product-btn, .rv-view-btn, .btn-outline-danger { position: relative; overflow: hidden; border-radius: 0; text-transform: uppercase; transition: transform .25s, color .25s, background .25s, border-color .25s, box-shadow .25s; }
.btn-outline { padding: 8px 13px; border: 1px solid rgba(255,255,255,.3); background: transparent; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.btn-outline:hover { border-color: #fff; background: #fff; color: #000; }
.btn-accent { padding: 9px 14px; border: 1px solid #eee; background: #f0f0ed; color: #050505; font-size: 9px; font-weight: 800; letter-spacing: .12em; box-shadow: 0 0 20px rgba(255,255,255,.06); }
.btn-accent::after, .btn-hero-light::after { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 32%, rgba(255,255,255,.7) 49%, transparent 66%); transform: translateX(-130%); transition: transform .65s; }
.btn-accent:hover::after, .btn-hero-light:hover::after { transform: translateX(130%); }
.btn-accent:hover, .btn-outline:hover, .btn-hero-dark:hover, .btn-hero-light:hover { transform: translateY(-2px); }
.ink-ripple { position: absolute; z-index: 5; width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.38); pointer-events: none; transform: translate(-50%,-50%) scale(0); animation: inkRipple .65s ease-out forwards; }
@keyframes inkRipple { to { opacity: 0; transform: translate(-50%,-50%) scale(18); } }
@keyframes logoFlash { 35% { filter: brightness(1.8) drop-shadow(0 0 14px rgba(255,255,255,.45)); transform: rotate(-4deg) scale(1.06); } }
.badge { display: inline-flex; min-width: 18px; justify-content: center; margin-left: 4px; padding: 2px 5px; border-radius: 20px; background: #000; color: #fff; font-size: 9px; }
.btn-hero-dark, .btn-hero-light { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 24px; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-decoration: none; }
.btn-hero-dark { border: 1px solid rgba(255,255,255,.38); background: rgba(5,5,5,.72); color: #fff; }
.btn-hero-dark:hover { border-color: #fff; box-shadow: 0 10px 35px rgba(0,0,0,.5); }
.btn-hero-light { border: 1px solid #fff; background: #f1f0ec; color: #050505; }

/* HERO */
.main-content { position: relative; z-index: 1; padding-top: 66px; }
.hero-section { position: relative; display: flex; min-height: calc(100vh - 66px); align-items: center; justify-content: center; overflow: hidden; padding: 55px 18px 85px; text-align: center; }
.hero-section::before, .hero-section::after { content: ''; position: absolute; top: 10%; bottom: 10%; width: 1px; background: linear-gradient(transparent, rgba(255,255,255,.18), transparent); }
.hero-section::before { left: 4%; }
.hero-section::after { right: 4%; }
.hero-side-copy { position: absolute; top: 50%; z-index: 2; display: none; color: rgba(255,255,255,.23); font: 700 7px var(--font-display); letter-spacing: .4em; white-space: nowrap; writing-mode: vertical-rl; animation: sideCopyDrift 8s ease-in-out infinite; }
.hero-side-left { left: 1.6%; transform: translateY(-50%) rotate(180deg); }
.hero-side-right { right: 1.6%; transform: translateY(-50%); animation-delay: -4s; }
.hero-bg { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at center, rgba(255,255,255,.065), transparent 44%), repeating-radial-gradient(circle at center, transparent 0 80px, rgba(255,255,255,.018) 81px 82px); will-change: transform; }
.hero-glow { position: absolute; top: 28%; left: 50%; z-index: -1; width: 520px; height: 260px; transform: translateX(-50%); border-radius: 50%; background: rgba(255,255,255,.055); filter: blur(110px); }
.hero-content { position: relative; z-index: 2; display: flex; width: min(100%, 980px); align-items: center; flex-direction: column; will-change: transform; }
.hero-ornament { display: flex; width: min(310px, 70vw); align-items: center; gap: 12px; margin-bottom: 8px; color: #bdbdbd; }
.hero-ornament span { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, #9e9e9e); }
.hero-ornament span:last-child { background: linear-gradient(90deg, #9e9e9e, transparent); }
.hero-ornament b { font-size: 12px; }
.hero-emblem { position: relative; display: grid; width: 194px; height: 194px; margin: -22px 0 -37px; place-items: center; }
.hero-mark { position: relative; z-index: 3; width: 112px; height: 112px; object-fit: cover; opacity: .96; filter: drop-shadow(0 0 26px rgba(255,255,255,.11)); animation: emblemBreath 4.8s ease-in-out infinite; }
.hero-orbit-copy { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; overflow: visible; animation: sigilRotate 32s linear infinite; }
.hero-orbit-copy text { fill: rgba(255,255,255,.31); font: 700 7.5px var(--font-display); letter-spacing: 2.6px; }
.sigil-ring { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.sigil-ring::before, .sigil-ring::after { content: ''; position: absolute; top: 50%; width: 5px; height: 5px; border: 1px solid rgba(255,255,255,.5); background: #050505; transform: translateY(-50%) rotate(45deg); }
.sigil-ring::before { left: -3px; }
.sigil-ring::after { right: -3px; }
.sigil-ring-outer { inset: 5px; border-style: dashed; animation: sigilRotate 24s linear infinite; }
.sigil-ring-inner { inset: 19px; animation: sigilRotateReverse 17s linear infinite; }
.sigil-ray { position: absolute; z-index: 0; width: 1px; height: 146px; background: linear-gradient(transparent, rgba(255,255,255,.3), transparent); }
.sigil-ray-b { transform: rotate(90deg); }
.site-ready .hero-ornament { animation: heroReveal .75s .12s both; }
.site-ready .hero-emblem { animation: heroReveal .85s .2s both; }
.site-ready .hero-pretitle { animation: heroReveal .75s .34s both; }
.site-ready .hero-title { animation: heroReveal .95s .42s both; }
.site-ready .hero-subtitle { animation: heroReveal .8s .56s both; }
.site-ready .kinetic-line { animation: heroReveal .8s .64s both; }
.site-ready .hero-buttons { animation: heroReveal .8s .73s both; }
.site-ready .hero-socials { animation: heroReveal .8s .82s both; }
.hero-pretitle, .section-kicker { color: #aaa; font-size: 9px; font-weight: 700; letter-spacing: .27em; text-transform: uppercase; }
.hero-pretitle { animation: pretitleBreath 4s ease-in-out infinite; }
.hero-title { position: relative; isolation: isolate; margin: 2px 0 15px; color: #fff; font-family: var(--font-gothic); font-size: clamp(4rem, 13vw, 9.6rem); font-weight: 700; line-height: .84; text-shadow: 0 5px 35px rgba(0,0,0,.9); }
.hero-title::before, .hero-title::after { content: attr(data-text); position: absolute; inset: 0; z-index: -1; opacity: 0; pointer-events: none; }
.hero-title::before { color: rgba(255,255,255,.28); animation: titleGhostA 7s steps(1) infinite; }
.hero-title::after { color: rgba(128,128,128,.22); animation: titleGhostB 7s steps(1) .08s infinite; }
.hero-title-glow { color: transparent; background: linear-gradient(100deg, #8b8b8b 0%, #f4f4ef 34%, #a3a3a3 58%, #f8f8f4 76%, #9b9b9b 100%); background-size: 220% auto; background-clip: text; -webkit-background-clip: text; filter: drop-shadow(0 0 18px rgba(255,255,255,.14)); animation: titleShine 5s linear infinite; }
.hero-subtitle { max-width: 620px; margin-bottom: 14px; color: rgba(255,255,255,.64); font-size: 11px; font-weight: 400; letter-spacing: .1em; line-height: 1.7; text-transform: uppercase; }
.kinetic-line { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; font-size: 8px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.kinetic-label { color: #5e5e5e; }
.kinetic-window { display: block; width: 118px; height: 12px; overflow: hidden; color: #e5e5e0; text-align: left; }
.kinetic-window > span { display: block; animation: kineticWords 8s cubic-bezier(.76,0,.24,1) infinite; }
.kinetic-window b { display: block; height: 12px; font-weight: 800; white-space: nowrap; }
.hero-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.hero-socials { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-socials a { color: #777; font-size: 8px; font-weight: 800; letter-spacing: .2em; text-decoration: none; text-transform: uppercase; transition: color .25s; }
.hero-socials a span { color: #dedede; margin-left: 5px; }
.hero-socials a:hover { color: #fff; }
.hero-socials i { width: 4px; height: 4px; transform: rotate(45deg); background: #777; }
.scroll-indicator { position: absolute; bottom: 24px; left: 50%; z-index: 3; display: flex; align-items: center; flex-direction: column; gap: 8px; transform: translateX(-50%); pointer-events: none; }
.scroll-text { color: #777; font-size: 8px; font-weight: 700; letter-spacing: .28em; }
.scroll-mouse { position: relative; width: 21px; height: 34px; border: 1px solid rgba(255,255,255,.34); border-radius: 20px; }
.scroll-bubble { position: absolute; top: 7px; left: 50%; width: 3px; height: 3px; transform: translateX(-50%); border-radius: 50%; background: #fff; animation: scrollBubble 1.8s infinite; }
@keyframes scrollBubble { 50% { top: 23px; opacity: .2; } }
@keyframes emblemBreath { 50% { opacity: .72; filter: brightness(1.22) drop-shadow(0 0 38px rgba(255,255,255,.24)); transform: scale(1.035); } }
@keyframes heroReveal { from { opacity: 0; filter: blur(8px); transform: translateY(24px) scale(.985); } to { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); } }
@keyframes sideCopyDrift { 50% { margin-top: 28px; opacity: .45; } }
@keyframes pretitleBreath { 50% { color: #ddd; letter-spacing: .34em; } }
@keyframes titleShine { to { background-position: 220% center; } }
@keyframes titleGhostA { 0%, 90%, 100% { opacity: 0; transform: none; clip-path: inset(0); } 91% { opacity: .46; transform: translate(-4px,1px); clip-path: inset(12% 0 62% 0); } 92% { opacity: 0; } 95% { opacity: .3; transform: translate(3px,-1px); clip-path: inset(66% 0 10% 0); } 96% { opacity: 0; } }
@keyframes titleGhostB { 0%, 91%, 100% { opacity: 0; transform: none; clip-path: inset(0); } 92% { opacity: .34; transform: translate(5px,-1px); clip-path: inset(48% 0 31% 0); } 93% { opacity: 0; } 96% { opacity: .26; transform: translate(-3px,1px); clip-path: inset(18% 0 70% 0); } 97% { opacity: 0; } }
@keyframes kineticWords { 0%, 16% { transform: translateY(0); } 22%, 38% { transform: translateY(-12px); } 44%, 60% { transform: translateY(-24px); } 66%, 82% { transform: translateY(-36px); } 88%, 100% { transform: translateY(-48px); } }

/* WHEEL + PRODUCTS */
.wheel-banner { display: flex; max-width: 1320px; align-items: center; gap: 15px; margin: 0 auto 30px; padding: 16px; border: 1px solid var(--line); background: linear-gradient(110deg, rgba(255,255,255,.05), rgba(255,255,255,.01)); transition: border-color .25s, transform .25s; }
.wheel-banner:hover { border-color: var(--line-strong); transform: translateY(-2px); }
.wheel-banner-icon { display: flex; width: 42px; height: 42px; flex: 0 0 auto; align-items: center; justify-content: center; border: 1px solid var(--line-strong); border-radius: 50%; color: #fff; }
.wheel-banner:hover .wheel-banner-icon { animation: wheelIconTurn 1.15s cubic-bezier(.22,.61,.36,1); }
@keyframes wheelIconTurn { to { transform: rotate(360deg); } }
.wheel-banner-info { flex: 1; text-align: left; }
.wheel-banner-info h3 { color: #fff; font-family: var(--font-display); font-size: 16px; letter-spacing: .08em; text-transform: uppercase; }
.wheel-banner-info p { margin-top: 3px; color: #777; font-size: 10px; }
.wheel-banner-badge { padding: 5px 9px; border: 1px solid var(--line); color: #ddd; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.wheel-container { position: relative; width: 280px; height: 280px; margin: 0 auto; }
#wheelCanvas { width: 280px; height: 280px; border-radius: 50%; box-shadow: 0 0 0 2px rgba(255,255,255,.22), 0 0 45px rgba(255,255,255,.07); transition: transform 5s cubic-bezier(.17,.67,.12,.99); }
.wheel-pointer { position: absolute; top: -14px; left: 50%; z-index: 10; width: 0; height: 0; transform: translateX(-50%); border-top: 24px solid #fff; border-right: 14px solid transparent; border-left: 14px solid transparent; }
.products-section { max-width: 1400px; margin: 0 auto; padding: 34px 12px 80px; }
.section-header { margin-bottom: 24px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.section-kicker { margin-bottom: 8px; }
.section-title { color: #f5f5f5; font-family: var(--font-display); font-size: clamp(26px, 4vw, 48px); font-weight: 600; letter-spacing: .035em; text-transform: uppercase; }
.reveal.visible .section-title { animation: sectionTitleReveal 1.05s cubic-bezier(.22,.61,.36,1) both; }
.text-accent { color: #9f9f9f; }
@keyframes sectionTitleReveal { from { opacity: 0; filter: blur(10px); letter-spacing: .2em; transform: translateX(-20px); } to { opacity: 1; filter: blur(0); letter-spacing: .035em; transform: translateX(0); } }
.categories-scroll { display: flex; overflow-x: auto; gap: 8px; margin-bottom: 24px; padding-bottom: 4px; scrollbar-width: none; }
.categories-scroll::-webkit-scrollbar { display: none; }
.category-btn { padding: 9px 14px; border: 1px solid var(--line); background: transparent; color: #777; font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap; transition: .25s; }
.category-btn:hover, .category-btn.active { border-color: #d8d8d8; background: #ededeb; color: #050505; }
.products-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.product-card { --mx: 50%; --my: 50%; --tilt-x: 0deg; --tilt-y: 0deg; position: relative; display: flex; overflow: hidden; flex-direction: column; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.025); transform-style: preserve-3d; animation: productArrival .7s cubic-bezier(.22,.61,.36,1) both; transition: transform .18s ease-out, border-color .4s, box-shadow .4s; }
.product-card::before { content: ''; position: absolute; inset: 7px; z-index: 3; border: 1px solid transparent; pointer-events: none; transition: border-color .4s; }
.product-card::after { content: ''; position: absolute; inset: 0; z-index: 2; background: radial-gradient(circle 170px at var(--mx) var(--my), rgba(255,255,255,.13), transparent 72%); opacity: 0; pointer-events: none; transition: opacity .25s; }
.product-card:hover { transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-4px); border-color: rgba(255,255,255,.4); box-shadow: 0 18px 45px rgba(0,0,0,.42); }
.product-card:hover::after { opacity: 1; }
.product-card:hover::before { border-color: rgba(255,255,255,.11); }
.product-image { position: relative; overflow: hidden; width: 100%; aspect-ratio: 4 / 5; border-bottom: 1px solid var(--line); background: #080808; }
.product-image img { width: 100%; height: 100%; object-fit: cover; opacity: .84; filter: saturate(.65) contrast(1.05); transition: transform .85s, filter .45s, opacity .45s; }
.product-card:hover .product-image img { transform: scale(1.045); opacity: 1; filter: saturate(.9) contrast(1.02); }
.product-emoji-fallback { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 38px; filter: grayscale(1); }
.product-info { display: flex; flex: 1; flex-direction: column; gap: 8px; padding: 11px; }
.product-info-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.product-name { color: #f1f1f1; font-family: var(--font-display); font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.product-sizes { margin-top: 4px; color: #666; font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.product-price { color: #d9d9d9; font-family: var(--font-display); font-size: 13px; white-space: nowrap; }
.product-btn { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: auto; padding: 9px; border: 1px solid #e6e6e3; background: #e6e6e3; color: #050505; font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.product-btn:hover { background: #050505; color: #fff; }
@keyframes productArrival { from { opacity: 0; transform: translateY(28px) scale(.975); } to { opacity: 1; transform: translateY(0) scale(1); } }

/* CONTENT + FOOTER */
.discord-banner { position: relative; max-width: 1400px; margin: 30px auto; overflow: hidden; padding: 65px 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% 0, rgba(255,255,255,.08), transparent 55%); text-align: center; }
.discord-banner::before { content: 'A'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-52%); color: rgba(255,255,255,.018); font-family: var(--font-gothic); font-size: 20rem; line-height: 1; }
.discord-banner > * { position: relative; }
.banner-ornament { margin-bottom: 18px; color: #787878; font-size: 10px; letter-spacing: .15em; }
.discord-banner h3 { margin-bottom: 10px; color: #fff; font-family: var(--font-gothic); font-size: clamp(36px, 7vw, 72px); font-weight: 700; }
.discord-banner.visible h3 { animation: gothicHeadingFloat 5s ease-in-out infinite; }
.discord-banner p { max-width: 520px; margin: 0 auto 22px; color: #777; font-size: 11px; line-height: 1.7; }
@keyframes gothicHeadingFloat { 50% { letter-spacing: .035em; text-shadow: 0 0 30px rgba(255,255,255,.18); transform: translateY(-4px); } }
.footer { padding: 45px 20px 25px; border-top: 1px solid var(--line); background: #020202; }
.footer-grid { display: grid; max-width: 1400px; margin: 0 auto; grid-template-columns: repeat(auto-fit, minmax(190px,1fr)); gap: 35px; }
.footer-col { display: flex; flex-direction: column; gap: 11px; }
.footer-logo img { width: 52px; height: 52px; }
.footer-logo span { font-size: 28px; }
.footer-tagline { max-width: 330px; color: #686868; font-size: 11px; line-height: 1.7; }
.footer-title { margin-bottom: 5px; color: #6f6f6f; font-size: 9px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 9px; list-style: none; }
.footer-copyright { max-width: 1400px; margin: 30px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #444; font-size: 8px; letter-spacing: .17em; text-align: center; text-transform: uppercase; }

/* MODALS */
.page-modal, .modal { display: none; position: fixed; inset: 0; z-index: 1001; padding: 18px; background: rgba(0,0,0,.92); backdrop-filter: blur(16px); }
.page-modal { overflow-y: auto; }
.page-modal.active { display: block; animation: fadeIn .25s; }
.modal { align-items: center; justify-content: center; }
.modal.active { display: flex; animation: fadeIn .25s; }
.modal.active .modal-content, .page-modal.active .page-modal-content { animation: modalArrival .42s cubic-bezier(.22,.61,.36,1) both; }
@keyframes fadeIn { from { opacity: 0; } }
@keyframes modalArrival { from { opacity: 0; transform: translateY(24px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
.page-modal-content { position: relative; max-width: 850px; margin: 50px auto; text-align: center; }
.page-modal-close { position: absolute; top: -35px; right: 0; padding: 8px 15px; border: 1px solid var(--line); background: transparent; color: #fff; }
.about-title { margin-bottom: 25px; color: #fff; font-family: var(--font-gothic); font-size: clamp(3.4rem, 9vw, 6.5rem); }
.about-text { max-width: 700px; margin: 0 auto 28px; color: #aaa; font-size: 13px; font-weight: 300; line-height: 1.85; }
.faq-list { display: flex; flex-direction: column; gap: 10px; margin-top: 28px; text-align: left; }
.faq-item { border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 18px; border: 0; background: transparent; color: #fff; font-family: var(--font-display); font-size: 13px; letter-spacing: .04em; text-align: left; }
.faq-icon { color: #aaa; font-size: 20px; transition: transform .3s; }
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; padding: 0 18px; color: #888; font-size: 12px; line-height: 1.6; transition: max-height .35s, padding .35s; }
.faq-item.active .faq-answer { max-height: 220px; padding: 0 18px 18px; }
.contact-grid { display: grid; margin-top: 28px; grid-template-columns: 1fr; }
.contact-card { position: relative; display: block; overflow: hidden; padding: 40px 20px; border: 1px solid var(--line); background: rgba(255,255,255,.025); text-decoration: none; }
.contact-glow { position: absolute; right: -100px; bottom: -100px; width: 300px; height: 300px; border-radius: 50%; opacity: 0; filter: blur(120px); transition: opacity .5s; }
.contact-card:hover .contact-glow { opacity: .15; }
.contact-content { position: relative; display: flex; align-items: center; flex-direction: column; gap: 13px; }
.contact-icon { display: flex; width: 62px; height: 62px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; }
.contact-label { color: #fff; font-family: var(--font-display); font-size: 20px; }
.contact-handle { color: #777; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.modal-content { width: 100%; max-width: 480px; max-height: 86vh; overflow-y: auto; padding: 24px; border: 1px solid var(--line-strong); background: #090909; box-shadow: 0 30px 100px rgba(0,0,0,.7); }
.modal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.modal-header h2 { color: #fff; font-family: var(--font-display); font-size: 18px; letter-spacing: .06em; }
.close-btn { border: 0; background: transparent; color: #777; font-size: 18px; }
.close-btn:hover { color: #fff; }
.size-btn { margin: 4px; padding: 10px 19px; border: 1px solid var(--line); background: transparent; color: #fff; font-weight: 700; transition: .2s; }
.size-btn:hover { border-color: #fff; background: #fff; color: #000; }
.cart-item { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.cart-item-remove { width: 28px; height: 28px; border: 1px solid rgba(216,92,92,.3); background: transparent; color: var(--danger); }
.cart-total { display: flex; justify-content: space-between; margin: 18px 0; padding-top: 14px; border-top: 1px solid var(--line); font-family: var(--font-display); }
.cart-total span:last-child { color: #fff; font-size: 19px; }
.cart-actions { display: flex; gap: 9px; }
.btn-outline-danger { flex: 1; padding: 13px; border: 1px solid rgba(216,92,92,.35); background: transparent; color: var(--danger); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.modal-note { margin-bottom: 18px; color: #888; font-size: 12px; line-height: 1.6; }
#customUrlInput { width: 100%; margin-bottom: 13px; padding: 13px; border: 1px solid var(--line); background: #030303; color: #fff; outline: none; }
#customUrlInput:focus { border-color: #fff; }
#customPreview { display: none; margin-bottom: 16px; padding: 18px; border: 1px solid var(--line); background: #030303; text-align: center; }
#customPreview img { max-height: 220px; margin-bottom: 10px; object-fit: contain; }
#customName { margin-bottom: 5px; color: #fff; font-family: var(--font-display); font-size: 18px; }
#customPrice { color: #fff; font-weight: 700; }
.full-btn { width: 100%; margin-bottom: 9px; padding: 13px; }
#addCustomBtn { display: none; }

/* CHECKOUT */
.checkout-modal-content { max-width: 1080px; padding: 26px; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .65fr); gap: 18px; align-items: start; }
.checkout-panel, .checkout-summary { border: 1px solid var(--line); background: #070707; }
.checkout-panel { padding: 24px; }
.checkout-panel h3, .checkout-success h3, .checkout-processing h3 { margin: 5px 0 8px; color: #f5f5f2; font-family: var(--font-display); font-size: 24px; letter-spacing: .03em; }
.checkout-step-label { color: #777; font-size: 8px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.checkout-help { max-width: 660px; margin-bottom: 20px; color: #858585; font-size: 11px; line-height: 1.65; }
.checkout-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.checkout-field { display: flex; min-width: 0; flex-direction: column; gap: 7px; }
.checkout-field-wide { grid-column: 1 / -1; }
.checkout-field span { color: #a8a8a8; font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.checkout-field input, .checkout-field select { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 0; outline: none; background: #0d0d0d; color: #f3f3f3; font: 12px var(--font-sans); transition: border-color .2s, box-shadow .2s; }
.checkout-field input:focus, .checkout-field select:focus { border-color: #fff; box-shadow: 0 0 0 1px #fff; }
.checkout-field input::placeholder { color: #4f4f4f; }
.checkout-consent { display: flex; align-items: flex-start; gap: 9px; margin: 17px 0; color: #777; font-size: 10px; line-height: 1.5; }
.checkout-consent input { margin-top: 2px; accent-color: #fff; }
.checkout-primary { width: 100%; min-height: 50px; padding: 14px; }
.checkout-primary:disabled { cursor: wait; opacity: .5; }
.checkout-error { min-height: 18px; padding-top: 9px; color: var(--danger); font-size: 11px; line-height: 1.5; }
.checkout-summary { position: sticky; top: 0; padding: 20px; }
.checkout-summary-items { display: flex; flex-direction: column; gap: 12px; margin: 16px 0; }
.checkout-summary-items > div { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.07); color: #d4d4d4; font-size: 11px; line-height: 1.45; }
.checkout-summary-items span { min-width: 0; }
.checkout-summary-items small { display: block; margin-top: 2px; color: #656565; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.checkout-summary-items strong { color: #fff; white-space: nowrap; }
.checkout-summary-total { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 13px; letter-spacing: .06em; }
.checkout-summary-total strong { font-size: 22px; }
.checkout-trust { display: flex; gap: 10px; margin-top: 16px; color: #717171; font-size: 9px; line-height: 1.55; }
.checkout-trust span { color: #eee; }
.checkout-trust strong { color: #cfcfcf; }
.checkout-methods { margin-top: 17px; color: #5d5d5d; font-size: 7px; font-weight: 800; letter-spacing: .14em; line-height: 1.7; }
.payment-method-grid { display: grid; gap: 11px; margin-top: 20px; }
.payment-method-card { display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: center; gap: 13px; width: 100%; padding: 15px; border: 1px solid rgba(255,255,255,.14); background: #0c0c0c; color: #fff; text-align: left; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.payment-method-card:hover { border-color: #fff; background: #121212; transform: translateY(-1px); }
.payment-method-card strong, .payment-method-card small { display: block; }
.payment-method-card strong { margin-bottom: 4px; font-family: var(--font-display); font-size: 17px; letter-spacing: .04em; }
.payment-method-card small { color: #777; font-size: 10px; line-height: 1.45; }
.payment-method-card b { color: #777; font-size: 17px; }
.payment-method-icon { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.12); background: #050505; font-size: 22px; }
.payment-empty { padding: 24px; border: 1px dashed rgba(255,255,255,.2); color: #888; font-size: 11px; line-height: 1.6; text-align: center; }
.checkout-back { margin: 0 0 18px; padding: 0; border: 0; background: transparent; color: #777; font-size: 9px; font-weight: 800; letter-spacing: .12em; cursor: pointer; }
.checkout-back:hover { color: #fff; }
.payment-instructions { margin: 18px 0 12px; padding: 20px; border: 1px solid rgba(255,255,255,.2); background: #0c0c0c; color: #e7e7e4; font: 12px/1.8 var(--font-sans); overflow-wrap: anywhere; }
.payment-external-link { display: flex; align-items: center; justify-content: center; min-height: 48px; margin: 10px 0; border: 1px solid rgba(255,255,255,.35); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-decoration: none; }
.payment-external-link:hover { background: #fff; color: #000; }
.payment-warning { margin: 14px 0 18px; padding: 12px 14px; border-left: 2px solid #d7aa53; background: rgba(215,170,83,.07); color: #a8997b; font-size: 9px; line-height: 1.65; }
.payment-waiting { min-height: 390px; display: flex; flex-direction: column; justify-content: center; }
.checkout-processing, .checkout-success { max-width: 610px; margin: 10px auto; padding: 50px 24px; text-align: center; }
.checkout-processing p, .checkout-success p { margin: 10px auto 0; color: #898989; font-size: 12px; line-height: 1.75; }
.checkout-spinner { width: 34px; height: 34px; margin: 0 auto 22px; border: 2px solid rgba(255,255,255,.12); border-top-color: #fff; border-radius: 50%; animation: checkoutSpin .8s linear infinite; }
@keyframes checkoutSpin { to { transform: rotate(360deg); } }
.checkout-success-mark { display: grid; width: 66px; height: 66px; place-items: center; margin: 0 auto 22px; border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 30px; }
.checkout-discord-link { display: inline-flex; align-items: center; justify-content: center; margin-top: 24px; padding: 14px 20px; text-decoration: none; }
.checkout-processing-error { border-left: 2px solid var(--danger); }

/* FLOATING UI */
.toast-container { position: fixed; right: 14px; bottom: 78px; left: 14px; z-index: 2000; display: flex; align-items: center; flex-direction: column; gap: 8px; }
.toast { width: 100%; max-width: 410px; padding: 12px 18px; border: 1px solid var(--line); border-left: 3px solid #fff; background: #0a0a0a; color: #fff; font-size: 12px; text-align: center; box-shadow: 0 12px 40px rgba(0,0,0,.5); }
.toast.error { border-left-color: var(--danger); }
.recently-viewed-bar { position: fixed; right: 14px; bottom: 14px; left: 14px; z-index: 900; display: flex; align-items: center; gap: 10px; padding: 10px; border: 1px solid var(--line); background: #090909; opacity: 0; transform: translateY(150%); transition: .45s; }
.recently-viewed-bar.show { opacity: 1; transform: translateY(0); }
.rv-content { display: flex; width: 100%; align-items: center; gap: 9px; }
.rv-close-btn { position: absolute; top: -8px; right: -8px; width: 22px; height: 22px; border: 1px solid #000; border-radius: 50%; background: #c95757; color: #fff; font-size: 10px; }
.rv-image { width: 42px; height: 42px; flex-shrink: 0; border: 1px solid var(--line); object-fit: cover; }
.rv-info { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.rv-label { color: #5f5f5f; font-size: 7px; text-transform: uppercase; }
.rv-name { overflow: hidden; color: #fff; font-size: 11px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.rv-price { color: #bbb; font-size: 10px; }
.rv-view-btn { padding: 7px 10px; border: 1px solid #fff; background: #fff; color: #000; font-size: 8px; font-weight: 800; }
.live-chat-widget { position: fixed; right: 14px; bottom: 14px; z-index: 900; display: none; width: calc(100% - 28px); max-width: 320px; overflow: hidden; flex-direction: column; border: 1px solid var(--line-strong); background: #080808; }
.live-chat-widget.active { display: flex; }
.chat-header { display: flex; align-items: center; justify-content: space-between; padding: 12px; border-bottom: 1px solid var(--line); background: #eeeeeb; color: #050505; font-family: var(--font-display); font-size: 11px; font-weight: 700; }
.chat-status { padding: 2px 6px; border-radius: 20px; background: #050505; color: #eee; font-family: var(--font-sans); font-size: 7px; }
.chat-body { display: flex; height: 280px; flex-direction: column; background: #050505; }
.chat-messages { display: flex; overflow-y: auto; flex: 1; flex-direction: column; gap: 8px; padding: 12px; }
.msg { max-width: 82%; padding: 8px 11px; font-size: 11px; line-height: 1.45; }
.msg.admin { align-self: flex-start; border: 1px solid var(--line); background: #111; color: #ddd; }
.msg.user { align-self: flex-end; background: #eee; color: #050505; font-weight: 600; }
.chat-input-area { display: flex; padding: 8px; border-top: 1px solid var(--line); }
#chatInput { flex: 1; padding: 8px; border: 1px solid var(--line); background: #090909; color: #fff; outline: none; }
#chatInput:focus { border-color: #fff; }
#chatSendBtn { margin-left: 5px; padding: 0 12px; border: 1px solid #fff; background: #fff; color: #000; }
.chat-toggle-btn { position: fixed; right: 15px; bottom: 72px; z-index: 900; display: flex; width: 50px; height: 50px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: #ecece9; color: #000; font-size: 20px; box-shadow: 0 8px 30px rgba(0,0,0,.5); animation: chatPulse 3s ease-in-out infinite; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s, transform .8s; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes chatPulse { 50% { box-shadow: 0 8px 30px rgba(0,0,0,.5), 0 0 0 9px rgba(255,255,255,.045); transform: translateY(-3px); } }

@media (max-width: 820px) {
    #orderModal { align-items: stretch; padding: 0; background: #050505; }
    #orderModal .checkout-modal-content { width: 100%; max-width: none; height: 100dvh; max-height: none; padding: 0 max(14px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left)); border: 0; }
    #orderModal .modal-header { position: sticky; top: 0; z-index: 8; margin: 0 -14px 14px; padding: max(15px, env(safe-area-inset-top)) 16px 13px; background: rgba(7,7,7,.96); backdrop-filter: blur(18px); }
    .checkout-layout { display: flex; flex-direction: column; gap: 14px; }
    .checkout-summary { position: static; order: 2; padding: 16px; }
    .checkout-panel { order: 1; padding: 17px; }
    .checkout-field input, .checkout-field select { min-height: 52px; font-size: 16px; }
    .checkout-primary { min-height: 54px; font-size: 10px; }
    .payment-method-card { grid-template-columns: 42px minmax(0,1fr) auto; padding: 13px 12px; }
    .payment-method-icon { width: 42px; height: 42px; }
    .payment-instructions { padding: 15px; font-size: 11px; }
    .checkout-summary-items { max-height: 180px; overflow-y: auto; }
}

@media (min-width: 769px) {
    .navbar { min-height: 78px; padding: 12px 42px; }
    .nav-logo img { width: 44px; height: 44px; }
    .nav-logo span { font-size: 27px; }
    .nav-links { display: flex; }
    .mobile-menu-btn { display: none; }
    .user-name { display: block; }
    .main-content { padding-top: 78px; }
    .hero-section { min-height: calc(100vh - 78px); padding: 55px 40px 90px; }
    .hero-side-copy { display: block; }
    .hero-emblem { width: 230px; height: 230px; margin: -35px 0 -50px; }
    .hero-mark { width: 138px; height: 138px; }
    .hero-pretitle { font-size: 10px; }
    .hero-subtitle { font-size: 12px; }
    .btn-hero-dark, .btn-hero-light { min-width: 220px; padding: 16px 28px; font-size: 10px; }
    .wheel-banner { padding: 20px 28px; }
    .products-section { padding: 50px 40px 90px; }
    .products-grid { grid-template-columns: repeat(auto-fill, minmax(265px, 1fr)); gap: 18px; }
    .product-info { gap: 13px; padding: 18px; }
    .product-name, .product-price { font-size: 16px; }
    .product-sizes { font-size: 8px; }
    .product-btn { padding: 10px; font-size: 9px; }
    .modal-content { padding: 30px; }
    .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
    .recently-viewed-bar { right: auto; left: 20px; max-width: 360px; }
    .live-chat-widget { right: 20px; bottom: 20px; width: 320px; }
    .chat-toggle-btn { right: 20px; bottom: 20px; }
    .toast-container { top: 95px; right: 20px; bottom: auto; left: auto; align-items: flex-end; }
}

@media (max-width: 480px) {
    .loader-watermark { font-size: clamp(8rem, 48vw, 11rem); }
    .loader-orbit { width: 184px; height: 184px; }
    .loader-cinematic::before { top: 83px; }
    .loader-core { width: 96px; height: 96px; }
    .loader-core img { width: 74px; height: 74px; }
    .loader-title { min-height: 58px; font-size: clamp(3rem, 16vw, 4.2rem); }
    .loader-phases { margin-top: 12px; font-size: 6.2px; letter-spacing: .2em; }
    .loader-meta { font-size: 5.5px; }
    .nav-logo span { display: none; }
    .hero-mark { width: 98px; height: 98px; }
    .hero-emblem { width: 164px; height: 164px; margin: -18px 0 -30px; }
    .hero-title { font-size: clamp(3.8rem, 20vw, 5.3rem); }
    .kinetic-line { margin-bottom: 20px; }
    .hero-buttons { width: 100%; }
    .btn-hero-dark, .btn-hero-light { width: 100%; }
    .hero-socials { flex-direction: column; gap: 8px; }
    .hero-socials i { display: none; }
    .wheel-banner-info p { display: none; }
    .product-info-top { flex-direction: column; }
    .checkout-fields { grid-template-columns: 1fr; }
    .checkout-field-wide { grid-column: auto; }
    .checkout-panel { padding: 15px 12px; }
    .checkout-panel h3 { font-size: 21px; }
    .checkout-help { margin-bottom: 16px; }
}

@media (hover: none), (pointer: coarse) {
    .cursor-dot, .cursor-outline { display: none; }
    .product-card:hover { transform: translateY(-2px); }
    .ambient-symbols span:nth-child(n+5) { display: none; }
    .grain { animation-duration: .8s; opacity: .025; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .site-loader { display: none; }
    .reveal { opacity: 1; transform: none; }
}

