@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Oswald:wght@400;500;600;700&display=swap");

:root {
  --bg: #07070a;
  --surface: #0e0e13;
  --surface-2: #15151c;
  --text: #f5f4f0;
  --muted: #8d8c96;
  --line: rgba(255, 255, 255, 0.12);
  --lime: #c8ff18;
  --purple: #8c52ff;
  --orange: #ff6b35;
  --blue: #3a86ff;
  --header-bg: rgba(7, 7, 10, 0.84);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

body.light-theme {
  --bg: #eeece5;
  --surface: #f9f7f1;
  --surface-2: #e3e0d8;
  --text: #111116;
  --muted: #65646c;
  --line: rgba(17, 17, 22, 0.15);
  --header-bg: rgba(238, 236, 229, 0.86);
  --shadow: 0 30px 80px rgba(33, 31, 42, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: "Inter", Arial, sans-serif; transition: background .3s ease, color .3s ease; }
body.locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--lime); color: #08080a; }

.noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .04; background-image: radial-gradient(circle at 20% 30%, currentColor .45px, transparent .7px), radial-gradient(circle at 75% 65%, currentColor .4px, transparent .75px); background-size: 7px 7px, 11px 11px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section { padding: 120px clamp(20px, 5vw, 78px); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

.header { position: fixed; inset: 0 0 auto; z-index: 60; height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 0 clamp(20px, 4vw, 64px); background: var(--header-bg); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 10px; font-size: 19px; font-weight: 900; letter-spacing: -.055em; }
.brand > span:last-child > span { color: var(--lime); }
.brand-icon { display: grid; width: 36px; height: 36px; place-items: center; background: var(--lime); color: #0a0a0c; font-family: "Oswald", sans-serif; font-size: 22px; transform: skew(-8deg); }
.nav { display: flex; gap: clamp(20px, 3vw, 44px); align-items: center; }
.nav a { position: relative; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; transition: color .2s ease; }
.nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--lime); transform: scaleX(0); transition: transform .2s ease; content: ""; }
.nav a:hover { color: var(--text); }
.nav a:hover::after { transform: scaleX(1); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.icon-button, .menu-button { position: relative; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.icon-button > span { font-size: 20px; }
.icon-button b { position: absolute; top: -5px; right: -5px; display: grid; min-width: 18px; height: 18px; place-items: center; padding: 0 4px; border-radius: 10px; background: var(--lime); color: #060608; font-size: 9px; }
.cart-button { display: flex; height: 42px; align-items: center; gap: 18px; padding: 0 5px 0 16px; border: 1px solid var(--line); background: transparent; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.cart-button b { display: grid; min-width: 30px; height: 30px; place-items: center; background: var(--lime); color: #08080a; }
.menu-button { display: none; }
.menu-button i { position: absolute; width: 18px; height: 1px; background: var(--text); transition: transform .25s ease; }
.menu-button i:first-child { transform: translateY(-4px); }
.menu-button i:last-child { transform: translateY(4px); }
.menu-button.active i:first-child { transform: rotate(45deg); }
.menu-button.active i:last-child { transform: rotate(-45deg); }

.hero { position: relative; min-height: 820px; display: grid; grid-template-columns: 1fr 1fr; padding: 78px clamp(20px, 5vw, 78px) 0; overflow: hidden; }
.hero-grid { position: absolute; inset: 78px 0 0; opacity: .35; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(120px); opacity: .16; }
.hero-glow-one { top: 20%; left: -12%; width: 500px; height: 500px; background: var(--purple); }
.hero-glow-two { right: 5%; bottom: -15%; width: 540px; height: 540px; background: var(--lime); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 60px 4vw 95px 0; }
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.kicker > span { display: block; width: 26px; height: 2px; background: var(--lime); }
.hero h1, .section-heading h2, .setup h2, .new-drop h2, .about h2, .newsletter h2, .form-modal h2 { margin: 0; font-family: "Oswald", sans-serif; font-size: clamp(66px, 8vw, 132px); font-weight: 600; line-height: .86; letter-spacing: -.065em; text-transform: uppercase; }
h1 em, h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.5px var(--lime); }
.hero-copy { max-width: 560px; margin: 34px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.hero-cta { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 34px; padding: 0 24px; border: 0; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--lime); color: #08080a; box-shadow: 8px 8px 0 rgba(200,255,24,.12); }
.button-light { background: #fff; color: #08080a; }
.play-button { display: flex; align-items: center; gap: 12px; border: 0; background: transparent; color: var(--text); font-size: 11px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.play-button span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--lime); font-size: 10px; }
.hero-stats { display: flex; gap: clamp(24px, 4vw, 62px); margin-top: 64px; }
.hero-stats div { display: flex; flex-direction: column; gap: 6px; }
.hero-stats strong { font-family: "Oswald", sans-serif; font-size: 26px; letter-spacing: -.02em; }
.hero-stats span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-visual { position: relative; z-index: 2; display: grid; place-items: center; min-width: 0; }
.hero-image-shell { position: relative; width: min(92%, 710px); aspect-ratio: .88; overflow: hidden; clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%); background: var(--surface-2); }
.hero-image-shell::after { position: absolute; inset: 0; background: linear-gradient(140deg, rgba(140,82,255,.16), transparent 45%, rgba(200,255,24,.12)); content: ""; }
.hero-image-shell img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.1); }
.hero-number { position: absolute; top: 7%; right: 0; z-index: -1; color: transparent; font-family: "Oswald", sans-serif; font-size: clamp(190px, 26vw, 420px); font-weight: 700; line-height: 1; -webkit-text-stroke: 1px var(--line); }
.floating-card { position: absolute; z-index: 4; display: flex; background: rgba(13,13,18,.9); color: #f5f4f0; border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.card-stock { top: 20%; left: -2%; align-items: center; gap: 12px; padding: 13px 18px; }
.card-stock div { display: flex; flex-direction: column; gap: 4px; }
.card-stock b { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.card-stock small { color: #92919b; font-size: 9px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(200,255,24,.12); animation: pulse 1.8s infinite; }
.card-product { right: -1%; bottom: 14%; width: 180px; flex-direction: column; padding: 18px; }
.card-product span { color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.card-product b { margin: 10px 0 16px; font-family: "Oswald", sans-serif; font-size: 20px; line-height: 1.05; }
.card-product strong { font-size: 12px; }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; animation: spin 22s linear infinite; }
.orbit-two { width: 620px; height: 300px; transform: rotate(-24deg); }
.orbit-one::after { position: absolute; top: 48%; left: -5px; width: 10px; height: 10px; border-radius: 50%; background: var(--lime); content: ""; box-shadow: 0 0 18px var(--lime); }
.scroll-hint { position: absolute; bottom: 27px; left: clamp(20px, 2.5vw, 40px); z-index: 3; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 8px; letter-spacing: .18em; writing-mode: vertical-rl; }
.scroll-hint span { width: 1px; height: 38px; background: var(--line); }

.ticker { position: relative; z-index: 4; overflow: hidden; padding: 19px 0; background: var(--lime); color: #08080a; transform: rotate(-1deg) scale(1.01); }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 32px; animation: marquee 25s linear infinite; }
.ticker span { font-family: "Oswald", sans-serif; font-size: 16px; font-weight: 700; letter-spacing: .08em; }
.ticker i { font-style: normal; font-size: 11px; }

.section-heading { display: grid; grid-template-columns: 1fr .62fr; align-items: end; gap: 70px; margin-bottom: 58px; }
.section-heading h2, .setup h2, .new-drop h2, .about h2, .newsletter h2 { font-size: clamp(56px, 6vw, 92px); }
.section-heading > p, .catalog-description p { max-width: 500px; margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.category-card { position: relative; min-height: 330px; overflow: hidden; padding: 24px; border: 0; color: #0b0b0d; text-align: left; cursor: pointer; isolation: isolate; transition: transform .25s ease; }
.category-card:hover { transform: translateY(-7px); }
.category-card::before { position: absolute; right: -20%; bottom: -30%; width: 280px; height: 280px; border: 1px solid rgba(0,0,0,.25); border-radius: 50%; content: ""; }
.category-purple { background: #9e74ff; }
.category-green { background: var(--lime); }
.category-orange { background: #ff8054; }
.category-blue { background: #5a94ff; }
.category-yellow { background: #ffd64a; }
.category-cyan { background: #48d8df; }
.category-pink { background: #ff7eb6; }
.category-index { position: absolute; top: 22px; left: 22px; font-size: 9px; font-weight: 900; }
.category-art { position: absolute; top: 48%; left: 50%; z-index: -1; color: rgba(0,0,0,.78); font-family: "Oswald", sans-serif; font-size: clamp(110px, 12vw, 190px); line-height: 1; transform: translate(-50%,-50%) rotate(-9deg); }
.category-name { position: absolute; bottom: 51px; left: 22px; font-family: "Oswald", sans-serif; font-size: 26px; font-weight: 700; text-transform: uppercase; }
.category-card small { position: absolute; bottom: 29px; left: 22px; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.category-card > i { position: absolute; right: 20px; bottom: 20px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(0,0,0,.25); border-radius: 50%; font-size: 17px; font-style: normal; }

.catalog { background: var(--surface); }
.catalog-heading { margin-bottom: 36px; }
.catalog-description a { display: inline-flex; gap: 36px; margin-top: 20px; padding-bottom: 7px; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.catalog-toolbar { display: grid; grid-template-columns: minmax(230px, 1fr) auto auto; align-items: center; gap: 16px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.search-box { display: flex; align-items: center; gap: 12px; }
.search-box > span:first-child { font-size: 27px; transform: rotate(-15deg); }
.search-box input { width: 100%; padding: 12px 0; border: 0; outline: 0; background: transparent; color: var(--text); }
.search-box input::placeholder { color: var(--muted); }
.filter-buttons { display: flex; gap: 4px; }
.filter-buttons button { padding: 11px 13px; border: 1px solid transparent; background: transparent; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.filter-buttons button:hover { border-color: var(--line); color: var(--text); }
.filter-buttons button.active { background: var(--lime); color: #08080a; }
.catalog-presets { display: grid; grid-template-columns: repeat(5,1fr); gap: 7px; padding: 18px 0 4px; overflow-x: auto; scrollbar-width: none; }
.catalog-presets::-webkit-scrollbar { display: none; }
.catalog-presets button { position: relative; min-height: 92px; display: flex; min-width: 155px; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 4px; padding: 14px; overflow: hidden; border: 1px solid var(--line); background: transparent; color: var(--text); text-align: left; cursor: pointer; }
.catalog-presets button::after { position: absolute; top: -35px; right: -35px; width: 80px; height: 80px; border: 1px solid var(--line); border-radius: 50%; content: ""; }
.catalog-presets button > span { position: absolute; top: 12px; left: 13px; color: var(--muted); font-size: 7px; font-weight: 900; }
.catalog-presets button b { font-size: 9px; text-transform: uppercase; }
.catalog-presets button small { color: var(--muted); font-size: 7px; }
.catalog-presets button:hover, .catalog-presets button.active { border-color: var(--lime); background: rgba(200,255,24,.06); }
.catalog-presets button.active::before { position: absolute; top: 11px; right: 11px; color: var(--lime); font-size: 12px; content: "✓"; }
.sort-box select { padding: 11px 30px 11px 12px; border: 1px solid var(--line); outline: 0; background: var(--surface); color: var(--text); font-size: 9px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.results-meta { min-height: 62px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.results-meta > div { display: flex; align-items: center; gap: 18px; }
.results-meta button { border: 0; background: transparent; color: var(--muted); font-size: inherit; text-transform: uppercase; cursor: pointer; }
.results-meta button:hover { color: var(--lime); }
.catalog-view-toggle { display: none; align-items: center; gap: 6px; }
.catalog-view-toggle span { font-size: 15px; }
.catalog-view-toggle.active { color: var(--lime); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 28px 14px; }
.product-card { min-width: 0; }
.product-image { position: relative; aspect-ratio: .88; overflow: hidden; background: var(--surface-2); cursor: pointer; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .25s ease; }
.product-card:hover .product-image img { transform: scale(1.055); }
.product-image::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,5,8,.3), transparent 45%); pointer-events: none; content: ""; }
.product-tag { position: absolute; top: 13px; left: 13px; z-index: 2; padding: 7px 9px; background: var(--lime); color: #08080a; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.favorite-product { position: absolute; top: 12px; right: 12px; z-index: 3; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(6,6,9,.62); color: #fff; font-size: 18px; cursor: pointer; backdrop-filter: blur(8px); }
.favorite-product.active { background: var(--lime); color: #08080a; border-color: var(--lime); }
.quick-view { position: absolute; right: 14px; bottom: 14px; left: 14px; z-index: 3; min-height: 42px; border: 0; background: rgba(7,7,10,.88); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transform: translateY(70px); transition: transform .25s ease; }
.product-card:hover .quick-view, .quick-view:focus { transform: translateY(0); }
.product-info { padding: 15px 1px 0; }
.product-meta { display: flex; justify-content: space-between; gap: 14px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.product-info h3 { margin: 12px 0 8px; font-family: "Oswald", sans-serif; font-size: 19px; font-weight: 600; line-height: 1.15; letter-spacing: -.02em; text-transform: uppercase; }
.rating { display: flex; align-items: center; gap: 7px; color: var(--lime); font-size: 9px; }
.rating span { color: var(--muted); }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.product-price { font-family: "Oswald", sans-serif; font-size: 19px; font-weight: 600; }
.old-price { margin-left: 7px; color: var(--muted); font-size: 10px; text-decoration: line-through; }
.add-button { display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--line); background: transparent; font-size: 19px; cursor: pointer; }
.add-button b { font: inherit; }
.add-button span { display: none; font-size: 7px; font-weight: 900; text-transform: uppercase; }
.add-button:hover { background: var(--lime); color: #08080a; border-color: var(--lime); }
.catalog-more { display: grid; justify-items: center; gap: 12px; padding: 54px 0 10px; }
.catalog-more[hidden] { display: none; }
.catalog-more > div { width: min(420px,100%); height: 3px; overflow: hidden; background: var(--line); }
.catalog-more > div span { display: block; width: 0; height: 100%; background: var(--lime); transition: width .3s ease; }
.catalog-more p { margin: 0; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-more .button { min-width: 210px; justify-content: center; }
.empty-state { min-height: 450px; place-content: center; justify-items: center; text-align: center; border: 1px solid var(--line); }
.empty-state:not([hidden]) { display: grid; }
.empty-state > span { color: transparent; font-family: "Oswald", sans-serif; font-size: 120px; font-weight: 700; line-height: 1; -webkit-text-stroke: 1px var(--line); }
.empty-state h3 { margin: 15px 0 8px; font-family: "Oswald", sans-serif; font-size: 34px; text-transform: uppercase; }
.empty-state p { margin: 0 0 25px; color: var(--muted); }

.setup { display: grid; grid-template-columns: 1.08fr .92fr; gap: 0; padding: 0; background: var(--surface-2); }
.setup-visual { position: relative; min-height: 760px; overflow: hidden; }
.setup-visual::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, rgba(10,10,14,.4)); content: ""; }
.setup-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.08); }
.setup-label { position: absolute; top: 24px; left: 24px; z-index: 2; padding: 9px 11px; background: var(--lime); color: #08080a; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.hotspot { position: absolute; z-index: 3; }
.hotspot i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--lime); color: #08080a; font-size: 18px; font-style: normal; cursor: pointer; box-shadow: 0 0 0 8px rgba(200,255,24,.13); }
.hotspot span { position: absolute; top: -2px; left: 45px; width: max-content; padding: 10px 12px; background: rgba(7,7,10,.86); color: #fff; font-size: 9px; font-weight: 800; opacity: 0; transform: translateX(-6px); transition: .2s ease; pointer-events: none; }
.hotspot:hover span, .hotspot:focus span { opacity: 1; transform: translateX(0); }
.hotspot-one { top: 24%; left: 29%; }
.hotspot-two { top: 54%; left: 65%; }
.hotspot-three { top: 72%; left: 33%; }
.setup-content { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(26px, 6vw, 110px); }
.setup-content > p:not(.kicker) { max-width: 550px; margin: 30px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.setup-content ul { list-style: none; margin: 0 0 36px; padding: 0; border-top: 1px solid var(--line); }
.setup-content li { display: flex; align-items: center; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.setup-content li span { color: var(--lime); font-family: "Oswald", sans-serif; }
.setup-content .button { width: fit-content; }

.new-drop { position: relative; display: grid; min-height: 650px; grid-template-columns: 1fr 1fr; overflow: hidden; background: var(--purple); color: #08080a; }
.drop-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; }
.drop-copy .kicker { color: rgba(0,0,0,.58); }
.drop-copy .kicker > span { background: #08080a; }
.drop-copy h2 em { -webkit-text-stroke-color: #08080a; }
.drop-copy > p:not(.kicker) { max-width: 480px; margin: 28px 0 34px; font-size: 14px; line-height: 1.7; }
.countdown { display: flex; align-items: flex-start; gap: 17px; margin-bottom: 34px; }
.countdown div { display: flex; flex-direction: column; }
.countdown b { font-family: "Oswald", sans-serif; font-size: 40px; line-height: 1; }
.countdown span { margin-top: 6px; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.countdown i { font-family: "Oswald", sans-serif; font-size: 34px; font-style: normal; line-height: .9; opacity: .5; }
.drop-deadline { margin: -20px 0 30px !important; font-size: 8px !important; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; opacity: .62; }
.drop-copy .button { width: fit-content; }
.drop-art { position: relative; display: grid; place-items: center; }
.drop-ring { position: absolute; border: 2px solid rgba(0,0,0,.3); border-radius: 50%; }
.ring-one { width: 460px; height: 460px; }
.ring-two { width: 620px; height: 280px; transform: rotate(-25deg); }
.drop-controller { position: relative; z-index: 2; font-size: clamp(190px, 25vw, 370px); line-height: 1; transform: rotate(-12deg); text-shadow: 25px 28px 0 rgba(0,0,0,.15); }
.drop-art > span { position: absolute; top: 18%; right: 3%; font-family: "Oswald", sans-serif; font-size: 17px; font-weight: 700; line-height: 1.1; transform: rotate(8deg); }

.about-heading { display: grid; grid-template-columns: 1fr 2fr; align-items: start; gap: 50px; margin-bottom: 70px; }
.about-heading .kicker { margin-top: 8px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-grid article { position: relative; min-height: 500px; padding: 0 14px 30px 0; border-right: 1px solid var(--line); overflow: hidden; }
.benefit-grid article:not(:first-child) { padding-left: 14px; }
.benefit-grid article:last-child { border-right: 0; }
.benefit-media { position: relative; height: 245px; overflow: hidden; background: var(--surface-2); }
.benefit-media::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,7,10,.65), transparent 65%); content: ""; }
.benefit-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.1); transition: transform .45s ease, filter .3s ease; }
.benefit-grid article:hover .benefit-media img { transform: scale(1.045); filter: saturate(1) contrast(1.05); }
.benefit-media > span { position: absolute; top: 15px; left: 15px; z-index: 2; padding: 6px 8px; background: rgba(7,7,10,.78); color: #fff; font-size: 8px; }
.benefit-media > i { position: absolute; right: 15px; bottom: 14px; z-index: 2; display: grid; width: 39px; height: 39px; place-items: center; border-radius: 50%; background: var(--lime); color: #08080a; font-size: 19px; font-style: normal; }
.benefit-copy { padding: 24px 12px 0; }
.benefit-grid h3 { margin: 0 0 13px; font-family: "Oswald", sans-serif; font-size: 24px; text-transform: uppercase; }
.benefit-grid p { max-width: 310px; min-height: 79px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.benefit-copy small { display: inline-block; margin-top: 17px; padding: 7px 9px; border: 1px solid var(--line); color: var(--lime); font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.newsletter { display: grid; grid-template-columns: 1fr .78fr; gap: 90px; align-items: end; background: var(--lime); color: #08080a; }
.newsletter .kicker { color: rgba(0,0,0,.55); }
.newsletter .kicker > span { background: #08080a; }
.newsletter h2 em { -webkit-text-stroke-color: #08080a; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; align-items: end; }
.newsletter-form label { display: block; }
.newsletter-form input { width: 100%; height: 62px; padding: 0; border: 0; border-bottom: 2px solid #08080a; outline: 0; background: transparent; color: #08080a; font-size: 16px; font-weight: 800; }
.newsletter-form input::placeholder { color: rgba(0,0,0,.62); }
.newsletter-form button { width: 62px; height: 62px; border: 0; background: #08080a; color: white; font-size: 21px; cursor: pointer; }
.newsletter-form p { grid-column: 1 / -1; margin: 14px 0 0; font-size: 10px; opacity: .65; }

.footer { padding: 78px clamp(20px,5vw,78px) 24px; background: #050507; color: #f5f4f0; }
.footer-main { display: grid; grid-template-columns: 1.6fr .7fr .7fr 1fr; gap: 50px; padding-bottom: 70px; }
.footer-main > div:first-child > p { margin: 24px 0 0; color: #777681; font-size: 12px; line-height: 1.65; }
.footer-column, .footer-contact { display: flex; flex-direction: column; gap: 13px; }
.footer-column b, .footer-contact b { margin-bottom: 9px; color: #777681; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.footer-column a, .footer-contact a, .footer-contact span { font-size: 11px; }
.footer-column a:hover, .footer-contact a:hover { color: var(--lime); }
.footer-contact > a { font-family: "Oswald", sans-serif; font-size: 18px; }
.footer-contact > span { color: #777681; }
.footer-contact div { display: flex; gap: 8px; margin-top: 10px; }
.footer-contact div a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.14); font-size: 9px; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #777681; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom a { justify-self: end; color: #f5f4f0; }

.drawer-backdrop, .modal-backdrop { position: fixed; inset: 0; z-index: 70; visibility: hidden; background: rgba(0,0,0,.68); opacity: 0; backdrop-filter: blur(7px); transition: opacity .25s ease, visibility .25s; }
.drawer-backdrop.open, .modal-backdrop.open { visibility: visible; opacity: 1; }
.drawer { position: fixed; top: 0; right: 0; z-index: 80; width: min(100%, 480px); height: 100%; display: flex; flex-direction: column; background: var(--surface); box-shadow: -30px 0 90px rgba(0,0,0,.32); transform: translateX(105%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.drawer.open { transform: translateX(0); }
.drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 28px 25px; border-bottom: 1px solid var(--line); }
.drawer-header p { margin: 0 0 5px; color: var(--lime); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.drawer-header h2 { margin: 0; font-family: "Oswald", sans-serif; font-size: 34px; text-transform: uppercase; }
.close-button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: currentColor; font-size: 23px; cursor: pointer; }
.drawer-body { flex: 1; overflow-y: auto; padding: 10px 25px; }
.drawer-item { display: grid; grid-template-columns: 86px 1fr auto; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.drawer-item img { width: 86px; height: 96px; object-fit: cover; background: var(--surface-2); }
.drawer-item-info { display: flex; flex-direction: column; align-items: flex-start; }
.drawer-item-info small { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.drawer-item-info b { margin: 7px 0; font-family: "Oswald", sans-serif; font-size: 15px; text-transform: uppercase; }
.drawer-item-info strong { margin-top: auto; font-size: 12px; }
.quantity { display: flex; align-items: center; gap: 8px; margin-top: 9px; }
.quantity button { width: 24px; height: 24px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.quantity span { min-width: 15px; text-align: center; font-size: 10px; }
.remove-item { align-self: start; border: 0; background: transparent; color: var(--muted); font-size: 17px; cursor: pointer; }
.drawer-empty { flex: 1; display: none; place-content: center; justify-items: center; padding: 30px; text-align: center; }
.drawer-empty.visible { display: grid; }
.drawer-empty > span { color: transparent; font-family: "Oswald", sans-serif; font-size: 120px; line-height: 1; -webkit-text-stroke: 1px var(--line); }
.drawer-empty h3 { margin: 18px 0 8px; font-family: "Oswald", sans-serif; font-size: 28px; text-transform: uppercase; }
.drawer-empty p { max-width: 260px; margin: 0 0 26px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.drawer-footer { padding: 22px 25px; border-top: 1px solid var(--line); }
.drawer-footer > div { display: flex; justify-content: space-between; margin-bottom: 18px; }
.drawer-footer span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.drawer-footer strong { font-family: "Oswald", sans-serif; font-size: 25px; }
.drawer-footer .button { width: 100%; }

.modal-backdrop { display: grid; place-items: center; padding: 20px; }
.product-modal, .form-modal { position: relative; width: min(100%, 940px); max-height: calc(100vh - 40px); overflow-y: auto; display: grid; grid-template-columns: 1fr 1fr; background: var(--surface); box-shadow: var(--shadow); transform: translateY(20px) scale(.98); transition: transform .3s ease; }
.modal-backdrop.open .product-modal, .modal-backdrop.open .form-modal { transform: translateY(0) scale(1); }
.modal-close { position: absolute; top: 18px; right: 18px; z-index: 3; background: rgba(7,7,10,.75); color: #fff; }
.modal-image { position: relative; min-height: 560px; background: var(--surface-2); }
.modal-image img { width: 100%; height: 100%; object-fit: cover; }
.modal-image span { position: absolute; top: 20px; left: 20px; padding: 8px 10px; background: var(--lime); color: #08080a; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.modal-content { display: flex; flex-direction: column; justify-content: center; padding: 58px; }
.modal-content > p:first-child { margin: 0 0 12px; color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.modal-content h2 { margin: 0; font-family: "Oswald", sans-serif; font-size: clamp(38px,5vw,62px); line-height: .95; text-transform: uppercase; }
.modal-rating { margin: 18px 0; color: var(--lime); font-size: 11px; }
.modal-content > strong { font-family: "Oswald", sans-serif; font-size: 30px; }
.modal-content > p:not(:first-child) { margin: 24px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.modal-content ul { list-style: none; margin: 0 0 30px; padding: 0; color: var(--muted); font-size: 10px; }
.modal-content li { padding: 8px 0; border-bottom: 1px solid var(--line); }
.modal-content li::before { margin-right: 9px; color: var(--lime); content: "✓"; }
.form-modal { display: block; width: min(100%, 680px); padding: 58px; }
.form-modal .kicker { color: var(--muted); }
.form-modal h2 { font-size: clamp(42px,6vw,68px); }
.form-modal form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 34px; }
.form-modal label { display: grid; gap: 8px; color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.form-modal label:nth-child(4), .form-modal .button { grid-column: 1 / -1; }
.form-modal input, .form-modal select, .form-modal textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; color: var(--text); font-size: 13px; text-transform: none; }
.form-modal option { color: #111; }
.form-modal textarea { min-height: 90px; resize: vertical; }
.video-modal { position: fixed; inset: 0; z-index: 90; visibility: hidden; display: grid; place-items: center; padding: 28px; background: #050507; opacity: 0; transition: .3s ease; }
.video-modal.open { visibility: visible; opacity: 1; }
.video-modal > .close-button { position: absolute; top: 26px; right: 26px; z-index: 4; color: #fff; border-color: rgba(255,255,255,.25); background: rgba(5,5,7,.5); }
.showreel-shell { width: min(1440px,100%); }
.showreel-stage { position: relative; min-height: min(76vh,790px); overflow: hidden; background: #0c0c10; }
.showreel-stage > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .8; transition: opacity .35s ease, transform 5.2s linear; transform: scale(1.025); }
.showreel-stage.changing > img { opacity: .08; }
.showreel-stage.playing > img { transform: scale(1.085); }
.showreel-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,7,.92) 0%, rgba(5,5,7,.45) 52%, rgba(5,5,7,.12) 100%), linear-gradient(to top, rgba(5,5,7,.48), transparent 50%); }
.showreel-number { position: absolute; top: 28px; left: 30px; color: var(--lime); font-family: "Oswald", sans-serif; font-size: 11px; letter-spacing: .12em; }
.showreel-copy { position: absolute; left: clamp(28px,7vw,110px); bottom: clamp(40px,10vh,110px); z-index: 2; max-width: 850px; color: #fff; }
.showreel-copy > p { margin: 0 0 22px; color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.showreel-copy h2 { margin: 0; font-family: "Oswald", sans-serif; font-size: clamp(66px,9vw,140px); font-weight: 600; line-height: .82; letter-spacing: -.06em; text-transform: uppercase; }
.showreel-copy h2 em { -webkit-text-stroke-color: var(--lime); }
.showreel-copy > span { display: block; max-width: 570px; margin-top: 28px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.65; }
.showreel-controls { display: grid; grid-template-columns: 48px auto 1fr 48px; align-items: center; gap: 12px; min-height: 72px; padding: 0 14px; border: 1px solid rgba(255,255,255,.14); border-top: 0; color: #fff; }
.showreel-controls > button { height: 44px; border: 1px solid rgba(255,255,255,.17); background: transparent; color: #fff; cursor: pointer; }
.showreel-controls .showreel-play { display: flex; width: 105px; align-items: center; justify-content: center; gap: 9px; color: var(--lime); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.showreel-progress { height: 3px; overflow: hidden; background: rgba(255,255,255,.16); }
.showreel-progress i { display: block; width: 0; height: 100%; background: var(--lime); }
.showreel-progress i.running { animation: showreel-progress 5s linear forwards; }
@keyframes showreel-progress { from { width: 0; } to { width: 100%; } }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 120; display: flex; max-width: min(360px, calc(100% - 44px)); align-items: center; gap: 12px; padding: 14px 18px; background: var(--lime); color: #08080a; box-shadow: var(--shadow); opacity: 0; transform: translateY(30px); pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
.toast span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: #08080a; color: var(--lime); font-size: 11px; }
.toast p { margin: 0; font-size: 10px; font-weight: 800; text-transform: uppercase; }

/* Expanded storefront */
.login-button { display: flex; height: 42px; align-items: center; gap: 9px; padding: 0 12px 0 5px; border: 1px solid var(--line); background: transparent; font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.login-avatar { display: grid; width: 30px; height: 30px; place-items: center; background: var(--surface-2); color: var(--lime); font-size: 15px; }
.login-button.signed-in .login-avatar { border-radius: 50%; background: var(--lime); color: #08080a; }
.search-button > span { font-size: 25px; transform: rotate(-15deg); }
.platforms { border-top: 1px solid var(--line); }
.platform-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.platform-heading h2, .mini-heading h2, .story h2, .reviews h2, .loyalty h2, .faq h2, .auth-content h2, .auth-aside h2, .compare-modal h2, .tracking-modal h2 { margin: 0; font-family: "Oswald", sans-serif; font-size: clamp(54px,6vw,92px); font-weight: 600; line-height: .88; letter-spacing: -.055em; text-transform: uppercase; }
.platform-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.platform-card { position: relative; min-height: 235px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 26px; border: 0; border-right: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; overflow: hidden; }
.platform-card:last-child { border-right: 0; }
.platform-card::after { position: absolute; top: -40px; right: -18px; color: transparent; font-family: "Oswald", sans-serif; font-size: 150px; font-weight: 700; line-height: 1; -webkit-text-stroke: 1px var(--line); content: attr(data-platform-filter); opacity: .65; transform: rotate(-8deg); }
.platform-card > span { position: absolute; top: 22px; left: 24px; color: var(--lime); font-family: "Oswald", sans-serif; font-size: 13px; }
.platform-card b { font-family: "Oswald", sans-serif; font-size: 23px; text-transform: uppercase; }
.platform-card small { margin-top: 8px; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.platform-card i { position: absolute; right: 22px; bottom: 27px; color: var(--lime); font-size: 20px; font-style: normal; transition: transform .2s ease; }
.platform-card:hover { background: var(--surface-2); }
.platform-card:hover i { transform: translateX(6px); }

.deals { background: var(--bg); }
.deal-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 13px; }
.deal-card { position: relative; min-height: 380px; overflow: hidden; padding: 30px; color: #08080a; isolation: isolate; }
.deal-main { background: var(--lime); }
.deal-trade { background: #9e74ff; }
.deal-delivery { background: #ff8054; }
.deal-card > div { position: relative; z-index: 2; }
.deal-card span { font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.deal-card p { margin: 74px 0 25px; font-family: "Oswald", sans-serif; font-size: clamp(28px,3vw,45px); font-weight: 600; line-height: 1; text-transform: uppercase; }
.deal-card button { padding: 0 0 7px; border: 0; border-bottom: 1px solid rgba(0,0,0,.38); background: transparent; font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.deal-card > strong { position: absolute; right: -8%; bottom: -15%; z-index: -1; color: rgba(0,0,0,.14); font-family: "Oswald", sans-serif; font-size: clamp(150px,18vw,260px); line-height: 1; transform: rotate(-12deg); }
.recent { padding-top: 90px; padding-bottom: 90px; background: var(--surface); }
.recent:not([hidden]) { display: block; }
.mini-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.mini-heading h2 { font-size: clamp(45px,5vw,72px); }
.mini-heading > button, .text-action { padding: 0 0 8px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--text); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.recent-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.recent-item { display: grid; grid-template-columns: 86px 1fr; gap: 15px; align-items: center; padding: 12px; border: 1px solid var(--line); cursor: pointer; }
.recent-item img { width: 86px; height: 94px; object-fit: cover; }
.recent-item b { display: block; font-family: "Oswald", sans-serif; font-size: 15px; text-transform: uppercase; }
.recent-item span { display: block; margin-top: 9px; color: var(--lime); font-size: 10px; }
.compare-product-button { position: absolute; bottom: 13px; left: 13px; z-index: 3; min-height: 30px; padding: 0 10px; border: 1px solid rgba(255,255,255,.25); background: rgba(7,7,10,.7); color: #fff; font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; backdrop-filter: blur(8px); }
.compare-product-button.active { background: var(--purple); border-color: var(--purple); }

.story { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; background: var(--surface); }
.story-copy > p:not(.kicker) { margin: 32px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.story-numbers { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin: 36px 0; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-numbers div { display: flex; flex-direction: column; gap: 7px; }
.story-numbers strong { font-family: "Oswald", sans-serif; font-size: 30px; }
.story-numbers span { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.story-visual { position: relative; min-height: 680px; overflow: hidden; }
.story-visual img { width: 100%; height: 680px; object-fit: cover; filter: saturate(.7) contrast(1.08); }
.story-visual > div { position: absolute; right: 22px; bottom: 22px; width: 180px; height: 180px; display: grid; place-content: center; padding: 22px; border-radius: 50%; background: var(--lime); color: #08080a; text-align: center; transform: rotate(7deg); }
.story-visual span { font-family: "Oswald", sans-serif; font-size: 42px; font-weight: 700; }
.story-visual p { margin: 4px 0 0; font-size: 9px; font-weight: 900; line-height: 1.3; text-transform: uppercase; }

.reviews { background: var(--bg); }
.reviews-top { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 60px; }
.review-controls { display: flex; gap: 8px; }
.review-controls button { width: 54px; height: 54px; border: 1px solid var(--line); background: transparent; font-size: 19px; cursor: pointer; }
.review-controls button:hover { background: var(--lime); color: #08080a; }
.review-stage { display: grid; grid-template-columns: .35fr 1fr; min-height: 390px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review-score { display: flex; flex-direction: column; justify-content: center; padding-right: 45px; border-right: 1px solid var(--line); }
.review-score strong { font-family: "Oswald", sans-serif; font-size: 100px; line-height: .95; }
.review-score > span { margin: 15px 0; color: var(--lime); letter-spacing: .15em; }
.review-score small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.review-stage blockquote { display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 65px 0 55px 7vw; }
.review-stage blockquote > p { max-width: 800px; margin: 0; font-family: "Oswald", sans-serif; font-size: clamp(25px,3vw,45px); line-height: 1.25; letter-spacing: -.025em; text-transform: uppercase; transition: opacity .2s ease; }
.review-stage blockquote footer { display: flex; align-items: center; gap: 13px; margin-top: 40px; }
.review-stage blockquote footer > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 50%; background: var(--purple); color: #fff; font-size: 10px; font-weight: 900; }
.review-stage blockquote footer div { display: flex; flex-direction: column; gap: 4px; }
.review-stage blockquote footer b { font-size: 10px; text-transform: uppercase; }
.review-stage blockquote footer small { color: var(--muted); font-size: 8px; text-transform: uppercase; }

.loyalty { padding-top: 0; background: var(--bg); }
.loyalty-card { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 620px; background: var(--purple); color: #08080a; }
.loyalty-card-art { position: relative; align-self: center; justify-self: center; width: min(76%,470px); aspect-ratio: 1.58; display: flex; flex-direction: column; padding: 28px; overflow: hidden; background: #09090c; color: #fff; box-shadow: 28px 32px 0 rgba(0,0,0,.13); transform: rotate(-7deg); }
.loyalty-card-art::after { position: absolute; right: -20%; bottom: -55%; width: 320px; height: 320px; border: 42px solid var(--lime); border-radius: 50%; content: ""; }
.loyalty-card-art > span { color: var(--lime); font-family: "Oswald", sans-serif; font-size: 44px; font-weight: 700; }
.loyalty-card-art small { font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.loyalty-card-art b { margin-top: auto; font-family: monospace; font-size: 14px; letter-spacing: .12em; }
.loyalty-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 7vw 70px 20px; }
.loyalty-copy .kicker { color: rgba(0,0,0,.56); }
.loyalty-copy .kicker > span { background: #08080a; }
.loyalty-copy h2 em { -webkit-text-stroke-color: #08080a; }
.loyalty-copy > p:not(.kicker) { max-width: 600px; margin: 28px 0; font-size: 13px; line-height: 1.75; }
.loyalty-copy ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 32px; padding: 0; list-style: none; }
.loyalty-copy li { padding: 9px 11px; border: 1px solid rgba(0,0,0,.3); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.loyalty-copy .button { width: fit-content; background: #08080a; color: #fff; box-shadow: none; }

.club-modal { position: relative; width: min(1180px,100%); max-height: calc(100vh - 34px); overflow-y: auto; display: grid; grid-template-columns: .72fr 1.28fr; background: var(--surface); box-shadow: var(--shadow); }
.club-hero { position: relative; display: flex; min-height: 720px; flex-direction: column; justify-content: center; padding: 58px; overflow: hidden; background: var(--purple); color: #08080a; }
.club-hero::before { position: absolute; right: -180px; bottom: -210px; width: 520px; height: 520px; border: 64px solid var(--lime); border-radius: 50%; content: ""; }
.club-hero .kicker { color: rgba(0,0,0,.6); }
.club-hero .kicker > span { background: #08080a; }
.club-hero h2 { position: relative; margin: 0; font-family: "Oswald", sans-serif; font-size: clamp(55px,6vw,90px); font-weight: 600; line-height: .86; letter-spacing: -.055em; text-transform: uppercase; }
.club-hero h2 em { -webkit-text-stroke-color: #08080a; }
.club-member { position: relative; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 12px; margin-top: 60px; padding: 15px; border: 1px solid rgba(0,0,0,.25); background: rgba(255,255,255,.1); }
.club-member > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: #08080a; color: var(--lime); font-family: "Oswald", sans-serif; font-size: 22px; }
.club-member div { display: flex; flex-direction: column; gap: 5px; }
.club-member b { font-size: 10px; text-transform: uppercase; }
.club-member small { font-size: 7px; }
.club-member i { padding: 7px 9px; background: var(--lime); font-size: 7px; font-style: normal; font-weight: 900; }
.club-dashboard { padding: 54px; }
.club-balance p { margin: 0 0 8px; color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.club-balance strong { font-family: "Oswald", sans-serif; font-size: 68px; line-height: 1; }
.club-balance strong span { color: var(--lime); font-size: 32px; }
.club-balance small { display: block; margin-top: 9px; color: var(--muted); font-size: 8px; }
.club-account-bar { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; margin-top: 25px; padding: 17px; border: 1px solid var(--line); background: var(--surface-2); }
.club-account-bar > div:first-child { display: flex; min-width: 0; flex-direction: column; gap: 5px; }
.club-account-bar span { color: var(--lime); font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.club-account-bar b { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.club-account-bar small { color: var(--muted); font-size: 7px; line-height: 1.4; }
.club-account-bar > div:last-child { display: flex; flex-direction: column; gap: 6px; }
.club-account-bar button { min-height: 34px; padding: 0 11px; border: 1px solid var(--line); background: transparent; color: var(--text); font-size: 7px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.club-account-bar button:last-child { background: var(--lime); color: #08080a; border-color: var(--lime); }
.club-account-bar button:hover { border-color: var(--lime); }
.club-progress { margin: 34px 0; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.club-progress > div { display: flex; justify-content: space-between; margin-bottom: 11px; font-size: 8px; font-weight: 900; }
.club-progress progress { width: 100%; height: 6px; border: 0; accent-color: var(--lime); }
.club-progress p { margin: 11px 0 0; color: var(--muted); font-size: 8px; }
.club-progress p b { color: var(--text); }
.club-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 30px; }
.club-stats div { padding: 15px; border: 1px solid var(--line); }
.club-stats strong { display: block; font-family: "Oswald", sans-serif; font-size: 26px; }
.club-stats span { color: var(--muted); font-size: 7px; text-transform: uppercase; }
.club-tabs { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); }
.club-tabs button { min-height: 43px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font-size: 7px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.club-tabs button.active { color: var(--text); border-bottom-color: var(--lime); }
.club-panel { display: none; }
.club-panel.active { display: grid; }
.club-panel article { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.club-panel article > span { color: var(--lime); font-family: "Oswald", sans-serif; font-size: 17px; }
.club-panel article > div { display: flex; flex-direction: column; gap: 5px; }
.club-panel article b { font-size: 9px; text-transform: uppercase; }
.club-panel article small { color: var(--muted); font-size: 7px; }
.club-panel article button { min-height: 34px; padding: 0 10px; border: 1px solid var(--line); background: transparent; color: var(--text); font-size: 7px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.club-panel article button:hover { background: var(--lime); color: #08080a; }
.club-panel article em { color: var(--muted); font-size: 7px; font-style: normal; text-transform: uppercase; }

.faq { display: grid; grid-template-columns: .65fr 1fr; gap: 8vw; background: var(--surface); }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading > p:not(.kicker) { max-width: 400px; margin: 28px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > button { width: 100%; min-height: 84px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 15px; padding: 0; border: 0; background: transparent; text-align: left; font-size: 13px; font-weight: 800; cursor: pointer; }
.faq-item > button span { color: var(--lime); font-family: "Oswald", sans-serif; }
.faq-item > button i { font-size: 18px; font-style: normal; }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.faq-item > div > p { overflow: hidden; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.faq-item.open > div { grid-template-rows: 1fr; }
.faq-item.open > div > p { padding: 0 42px 26px 57px; }

.footer-column button { width: fit-content; padding: 0; border: 0; background: transparent; color: inherit; font-size: 11px; cursor: pointer; }
.footer-column button:hover { color: var(--lime); }
.mobile-dock { display: none; }

.compare-bar { position: fixed; right: 50%; bottom: 18px; z-index: 68; width: min(760px,calc(100% - 36px)); min-height: 78px; display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 16px; padding: 11px 12px 11px 19px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; transform: translate(50%,120px); transition: .3s ease; pointer-events: none; }
.compare-bar.open { opacity: 1; transform: translate(50%,0); pointer-events: auto; }
.compare-bar > div:first-child { display: flex; flex-direction: column; gap: 5px; }
.compare-bar > div:first-child span { color: var(--lime); font-size: 7px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.compare-bar > div:first-child strong { font-size: 10px; text-transform: uppercase; }
.compare-thumbs { display: flex; gap: 5px; }
.compare-thumbs img, .compare-thumb-empty { width: 48px; height: 48px; object-fit: cover; background: var(--surface-2); }
.compare-clear { border: 0; background: transparent; color: var(--muted); font-size: 8px; text-transform: uppercase; cursor: pointer; }
.compare-bar .button { min-height: 48px; }

.account-profile { display: flex; align-items: center; gap: 15px; padding: 28px 25px; border-bottom: 1px solid var(--line); }
.account-profile > span { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: var(--lime); color: #08080a; font-family: "Oswald", sans-serif; font-size: 25px; font-weight: 700; }
.account-profile div { display: flex; flex-direction: column; gap: 5px; }
.account-profile b { font-family: "Oswald", sans-serif; font-size: 20px; text-transform: uppercase; }
.account-profile small { color: var(--muted); }
.account-level { padding: 24px 25px; border-bottom: 1px solid var(--line); }
.account-level > div { display: flex; justify-content: space-between; margin-bottom: 13px; font-size: 9px; text-transform: uppercase; }
.account-level progress { width: 100%; height: 5px; border: 0; accent-color: var(--lime); }
.account-level small { display: block; margin-top: 9px; color: var(--muted); font-size: 8px; }
.account-links { display: grid; }
.account-links button { min-height: 62px; display: grid; grid-template-columns: 35px 1fr auto auto; align-items: center; gap: 10px; padding: 0 25px; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; font-size: 11px; font-weight: 700; cursor: pointer; }
.account-links button span { color: var(--lime); font-size: 17px; }
.account-links button i { color: var(--muted); font-style: normal; }
.account-links button b { padding: 4px 7px; background: var(--lime); color: #08080a; font-size: 8px; }
.account-logout { margin: auto 25px 25px; min-height: 48px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; cursor: pointer; }

.auth-modal { position: relative; width: min(100%,1040px); max-height: calc(100vh - 32px); overflow-y: auto; display: grid; grid-template-columns: .84fr 1.16fr; background: var(--surface); box-shadow: var(--shadow); }
.auth-aside { display: flex; flex-direction: column; justify-content: space-between; padding: 55px; overflow: hidden; background: var(--purple); color: #08080a; }
.auth-aside > div > span { display: inline-block; margin-bottom: 45px; padding: 8px 10px; background: #08080a; color: var(--lime); font-size: 9px; font-weight: 900; }
.auth-aside h2 { font-size: 60px; }
.auth-aside h2 em { -webkit-text-stroke-color: #08080a; }
.auth-aside p { margin: 25px 0; font-size: 12px; line-height: 1.7; }
.auth-aside ul { margin: 30px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(0,0,0,.25); list-style: none; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.auth-aside li { margin-top: 9px; }
.auth-aside li::before { margin-right: 8px; content: "✓"; }
.auth-content { padding: 48px clamp(28px,5vw,68px); }
.auth-content h2 { font-size: 54px; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-top: 28px; border-bottom: 1px solid var(--line); }
.auth-tabs button { padding: 13px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.auth-tabs button.active { color: var(--text); border-bottom-color: var(--lime); }
.social-login { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 20px; }
.social-login button { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--line); background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; }
.social-login button:hover { border-color: var(--lime); }
.social-login span { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: var(--surface-2); color: var(--lime); font-size: 8px; }
.auth-divider { position: relative; margin: 22px 0; border-top: 1px solid var(--line); text-align: center; }
.auth-divider span { position: relative; top: -7px; padding: 0 10px; background: var(--surface); color: var(--muted); font-size: 8px; text-transform: uppercase; }
.auth-form { display: none; gap: 15px; }
.auth-form.active { display: grid; }
.auth-form > label { display: grid; gap: 7px; color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.auth-form input { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; color: var(--text); font-size: 13px; text-transform: none; }
.password-field { position: relative; }
.password-toggle { position: absolute; right: 0; bottom: 12px; padding: 0; border: 0; background: transparent; color: var(--lime); font-size: 8px; font-weight: 800; cursor: pointer; }
.auth-options { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.auth-options label, .terms-check { display: flex !important; grid-template-columns: auto 1fr; align-items: center; gap: 7px !important; color: var(--muted); font-size: 8px !important; line-height: 1.4; text-transform: none !important; }
.auth-options input, .terms-check input { width: auto; accent-color: var(--lime); }
.auth-options button { border: 0; background: transparent; color: var(--lime); font-size: 8px; cursor: pointer; }
.auth-form .button { width: 100%; margin-top: 4px; }
.auth-demo-note { margin: 16px 0 0; color: var(--muted); font-size: 8px; line-height: 1.5; text-align: center; }

.compare-modal, .tracking-modal { position: relative; width: min(100%,1080px); max-height: calc(100vh - 40px); overflow: auto; padding: 50px; background: var(--surface); }
.compare-modal h2, .tracking-modal h2 { font-size: 60px; }
.compare-table-wrap { overflow-x: auto; margin-top: 40px; }
.compare-table { width: 100%; min-width: 700px; border-collapse: collapse; }
.compare-table th, .compare-table td { width: 25%; padding: 15px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare-table th:first-child, .compare-table td:first-child { width: 160px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.compare-table img { width: 100%; height: 170px; object-fit: cover; }
.compare-table h3 { font-family: "Oswald", sans-serif; font-size: 17px; text-transform: uppercase; }
.compare-table strong { color: var(--lime); }
.compare-table button { width: 100%; min-height: 40px; border: 0; background: var(--lime); color: #08080a; font-size: 8px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.tracking-modal { width: min(100%,650px); }
.tracking-modal form { display: grid; gap: 18px; margin-top: 35px; }
.tracking-modal label { display: grid; gap: 8px; color: var(--muted); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.tracking-modal input { padding: 15px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; color: var(--text); }

.search-overlay { position: fixed; inset: 0; z-index: 95; visibility: hidden; background: var(--bg); opacity: 0; transform: translateY(-20px); transition: .25s ease; }
.search-overlay.open { visibility: visible; opacity: 1; transform: translateY(0); }
.search-overlay-header { display: flex; height: 78px; align-items: center; justify-content: space-between; padding: 0 clamp(20px,5vw,78px); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.search-overlay-header button { border: 0; background: transparent; color: var(--text); font-size: 9px; cursor: pointer; }
.search-overlay-content { width: min(1120px,calc(100% - 40px)); margin: 7vh auto 0; }
.search-overlay-content > label { display: flex; align-items: center; gap: 25px; border-bottom: 2px solid var(--text); }
.search-overlay-content > label span { font-size: 50px; transform: rotate(-15deg); }
.search-overlay-content input { width: 100%; padding: 20px 0; border: 0; outline: 0; background: transparent; color: var(--text); font-family: "Oswald", sans-serif; font-size: clamp(36px,6vw,76px); text-transform: uppercase; }
.search-overlay-content > p { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.search-overlay-content > p button { padding: 7px 10px; border: 1px solid var(--line); background: transparent; color: var(--text); font-size: 8px; cursor: pointer; }
.search-results-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 31px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.search-results-head span { font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.search-results-head small { color: var(--muted); font-size: 8px; }
#global-search-results { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; max-height: calc(100vh - 390px); margin-top: 12px; padding: 0 3px 25px 0; overflow-y: auto; scrollbar-color: var(--lime) transparent; }
.global-result { position: relative; display: grid; min-height: 142px; grid-template-columns: 126px 1fr 34px; align-items: stretch; gap: 16px; padding: 9px; border: 1px solid var(--line); outline: 0; background: var(--surface); color: var(--text); text-align: left; appearance: none; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.global-result:hover, .global-result:focus-visible { z-index: 2; border-color: var(--lime); background: var(--surface-2); transform: translateY(-2px); }
.global-result-media { position: relative; display: block; min-width: 0; overflow: hidden; background: var(--surface-2); }
.global-result-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .3s ease, filter .3s ease; }
.global-result:hover .global-result-media img { transform: scale(1.04); filter: saturate(1); }
.global-result-media i { position: absolute; top: 7px; left: 7px; padding: 5px 6px; background: var(--lime); color: #08080a; font-size: 6px; font-style: normal; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.global-result-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; }
.global-result-copy > small { color: var(--muted); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.global-result-copy > b { margin: 9px 0; font-family: "Oswald", sans-serif; font-size: 18px; line-height: 1.08; text-transform: uppercase; }
.global-result-rating { color: var(--lime); font-size: 7px; letter-spacing: .03em; }
.global-result-rating em { margin-left: 5px; color: var(--muted); font-style: normal; letter-spacing: 0; }
.global-result-price { display: flex; align-items: baseline; gap: 8px; margin-top: 13px; }
.global-result-price strong { color: var(--text); font-family: "Oswald", sans-serif; font-size: 15px; }
.global-result-price s { color: var(--muted); font-size: 7px; }
.global-result-arrow { align-self: center; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--line); color: var(--lime); font-size: 14px; }
.global-result:hover .global-result-arrow { background: var(--lime); color: #08080a; border-color: var(--lime); }
.global-search-empty { grid-column: 1 / -1; min-height: 240px; display: grid; place-content: center; justify-items: center; padding: 25px; border: 1px dashed var(--line); text-align: center; }
.global-search-empty strong { font-family: "Oswald", sans-serif; font-size: 32px; }
.global-search-empty p { max-width: 430px; color: var(--muted); font-size: 10px; line-height: 1.6; }

.support-fab { position: fixed; right: 22px; bottom: 22px; z-index: 66; display: flex; align-items: center; gap: 8px; padding: 7px 12px 7px 7px; border: 1px solid var(--line); border-radius: 30px; background: var(--surface); box-shadow: var(--shadow); cursor: pointer; }
.support-fab > span { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: var(--lime); color: #08080a; font-weight: 900; }
.support-fab b { font-size: 8px; text-transform: uppercase; }
.support-chat { position: fixed; right: 22px; bottom: 22px; z-index: 75; width: min(370px,calc(100% - 32px)); height: 520px; display: flex; flex-direction: column; visibility: hidden; overflow: hidden; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; transform: translateY(20px) scale(.97); transition: .25s ease; }
.support-chat.open { visibility: visible; opacity: 1; transform: none; }
.support-header { display: flex; align-items: center; justify-content: space-between; padding: 15px; background: var(--purple); color: #08080a; }
.support-header > div { display: flex; align-items: center; gap: 10px; }
.support-header > div > span { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; background: #08080a; color: var(--lime); font-size: 10px; font-weight: 900; }
.support-header p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.support-header b { font-size: 10px; text-transform: uppercase; }
.support-header small { font-size: 8px; }
.support-header small i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: var(--lime); }
.support-header button { border: 0; background: transparent; font-size: 22px; cursor: pointer; }
.support-messages { flex: 1; overflow-y: auto; padding: 18px; }
.message { max-width: 82%; margin-bottom: 10px; padding: 12px 14px; font-size: 10px; line-height: 1.6; }
.message.bot { background: var(--surface-2); }
.message.user { margin-left: auto; background: var(--lime); color: #08080a; }
.support-chat form { display: grid; grid-template-columns: 1fr 45px; padding: 10px; border-top: 1px solid var(--line); }
.support-chat input { padding: 0 10px; border: 0; outline: 0; background: transparent; color: var(--text); font-size: 10px; }
.support-chat form button { width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--lime); color: #08080a; cursor: pointer; }

.category-nav { position: fixed; top: 78px; right: 0; left: 0; z-index: 58; min-height: 39px; display: flex; align-items: center; justify-content: center; gap: 0; padding: 0 clamp(16px,4vw,64px); overflow-x: auto; background: rgba(12,12,16,.96); color: #f5f4f0; border-bottom: 1px solid rgba(255,255,255,.11); scrollbar-width: none; }
.category-nav::-webkit-scrollbar { display: none; }
.category-nav button { flex: 0 0 auto; min-height: 39px; padding: 0 15px; border: 0; border-right: 1px solid rgba(255,255,255,.09); background: transparent; color: #9998a1; font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.category-nav button:first-child { border-left: 1px solid rgba(255,255,255,.09); }
.category-nav button:hover { background: var(--lime); color: #08080a; }
.hero { padding-top: 117px; }
.hero-grid { top: 117px; }

.register-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; padding: 4px; background: var(--surface-2); }
.register-methods button { min-height: 36px; border: 0; background: transparent; color: var(--muted); font-size: 8px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.register-methods button.active { background: var(--lime); color: #08080a; }
.register-contact { display: none !important; }
.register-contact.active { display: grid !important; }
.register-contact small { color: var(--muted); font-size: 7px; font-weight: 500; letter-spacing: normal; text-transform: none; }
.password-strength { display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; align-items: center; margin-top: 3px; }
.password-strength > span { height: 3px; background: var(--line); transition: background .2s ease; }
.password-strength > span.active { background: var(--lime); }
.password-strength.weak > span.active { background: #ff5d55; }
.password-strength.medium > span.active { background: #ffbd3f; }
.password-strength b { grid-column: 1 / -1; color: var(--muted); font-size: 7px; font-weight: 700; letter-spacing: normal; text-transform: none; }
.field-error { color: #ff6b63 !important; }
.input-error { border-color: #ff6b63 !important; }

.support-chat { width: min(420px,calc(100% - 32px)); height: 610px; }
.support-header { padding: 15px 16px; }
.support-header-actions { display: flex; align-items: center; gap: 5px; }
.support-header-actions button { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(0,0,0,.2); border-radius: 50%; background: transparent; font-size: 16px; cursor: pointer; }
.support-topic-bar { display: flex; gap: 6px; padding: 10px 12px; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.support-topic-bar::-webkit-scrollbar { display: none; }
.support-topic-bar > span { flex: 0 0 auto; align-self: center; color: var(--muted); font-size: 7px; font-weight: 900; text-transform: uppercase; }
.support-topic-bar button { flex: 0 0 auto; padding: 7px 9px; border: 1px solid var(--line); border-radius: 20px; background: transparent; color: var(--text); font-size: 7px; cursor: pointer; }
.support-topic-bar button:hover { border-color: var(--lime); color: var(--lime); }
.support-messages { padding: 18px 14px; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size: 36px 36px; background-color: var(--bg); }
.chat-day { display: table; margin: 0 auto 15px; padding: 5px 8px; border-radius: 12px; background: var(--surface); color: var(--muted); font-size: 7px; text-transform: uppercase; }
.message-row { display: flex; gap: 8px; align-items: flex-end; margin: 11px 0; }
.message-row.user { justify-content: flex-end; }
.message-avatar { display: grid; width: 27px; height: 27px; flex: 0 0 27px; place-items: center; border-radius: 50%; background: var(--purple); color: #fff; font-size: 7px; font-weight: 900; }
.message-wrap { max-width: 79%; }
.message { max-width: none; margin: 0; border-radius: 12px 12px 12px 3px; box-shadow: 0 5px 18px rgba(0,0,0,.12); }
.message.user { margin: 0; border-radius: 12px 12px 3px 12px; }
.message-time { display: block; margin-top: 4px; color: var(--muted); font-size: 6px; }
.message-row.user .message-time { text-align: right; }
.chat-product-suggestion { display: grid; grid-template-columns: 54px 1fr; gap: 9px; margin-top: 7px; padding: 7px; border: 1px solid var(--line); background: var(--surface); cursor: pointer; }
.chat-product-suggestion img { width: 54px; height: 58px; object-fit: cover; }
.chat-product-suggestion b { font-family: "Oswald", sans-serif; font-size: 11px; text-transform: uppercase; }
.chat-product-suggestion span { display: block; margin-top: 5px; color: var(--lime); font-size: 8px; }
.chat-typing { display: flex; min-height: 31px; align-items: center; gap: 4px; padding: 0 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 7px; }
.chat-typing[hidden] { display: none; }
.chat-typing span { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); animation: typing-dot 1s infinite alternate; }
.chat-typing span:nth-child(2) { animation-delay: .2s; }
.chat-typing span:nth-child(3) { animation-delay: .4s; }
.chat-typing b { margin-left: 4px; font-weight: 500; }
.support-chat form { grid-template-columns: 38px 1fr 45px; align-items: center; padding: 9px; background: var(--surface); }
.support-chat form .chat-attach { width: 32px; height: 32px; border: 1px solid var(--line); background: transparent; color: var(--muted); }
.support-chat form .chat-send { width: 42px; height: 42px; background: var(--lime); color: #08080a; }
.support-chat input { font-size: 11px; }

@keyframes typing-dot { to { opacity: .22; transform: translateY(-3px); } }

@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(200,255,24,0); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes flicker { 0%, 19%, 22%, 100% { opacity: 1; } 20%, 21% { opacity: .3; } }

@media (max-width: 1150px) {
  .nav { gap: 13px; }
  .nav a { font-size: 8px; }
  .login-button { padding-right: 5px; }
  .login-button > span:last-child { display: none; }
  .hero { min-height: 760px; }
  .hero h1 { font-size: clamp(66px,9vw,104px); }
  .category-grid, .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .catalog-toolbar { grid-template-columns: 1fr auto; }
  .filter-buttons { grid-column: 1 / -1; grid-row: 2; overflow-x: auto; }
  .sort-box { grid-column: 2; grid-row: 1; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .benefit-grid article:nth-child(2) { border-right: 0; }
  .benefit-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .platform-grid { grid-template-columns: repeat(2,1fr); }
  .platform-card:nth-child(2) { border-right: 0; }
  .platform-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .deal-grid { grid-template-columns: 1fr 1fr; }
  .deal-main { grid-column: 1 / -1; }
  .recent-grid { grid-template-columns: repeat(2,1fr); }
  #global-search-results { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 880px) {
  .header { grid-template-columns: 1fr auto; }
  .category-nav { display: none; }
  .menu-button { display: grid; }
  .nav { position: fixed; top: 78px; right: 0; left: 0; height: calc(100vh - 78px); display: flex; flex-direction: column; align-items: flex-start; gap: 24px; padding: 40px 24px; background: var(--surface); opacity: 0; transform: translateY(-10px); visibility: hidden; transition: .25s ease; }
  .nav.open { opacity: 1; transform: translateY(0); visibility: visible; }
  .nav a { font-family: "Oswald", sans-serif; font-size: 34px; color: var(--text); }
  .theme-button { display: none; }
  .login-button { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 110px; }
  .hero-content { min-height: 620px; padding: 55px 0; }
  .hero-visual { min-height: 680px; }
  .hero-image-shell { height: 620px; }
  .card-stock { left: 0; }
  .card-product { right: 0; }
  .section-heading, .about-heading, .newsletter { grid-template-columns: 1fr; gap: 32px; }
  .setup { grid-template-columns: 1fr; }
  .setup-visual { min-height: 620px; }
  .new-drop { grid-template-columns: 1fr; }
  .drop-copy { min-height: 560px; }
  .drop-art { min-height: 500px; }
  .newsletter { gap: 45px; }
  .footer-main { grid-template-columns: repeat(2,1fr); }
  .story, .faq { grid-template-columns: 1fr; }
  .story-visual { min-height: 560px; }
  .story-visual img { height: 560px; }
  .review-stage { grid-template-columns: 1fr; }
  .review-score { padding: 40px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .review-stage blockquote { padding: 50px 0; }
  .loyalty-card { grid-template-columns: 1fr; }
  .loyalty-card-art { margin: 80px auto 45px; }
  .loyalty-copy { padding: 45px 30px 75px; }
  .club-modal { grid-template-columns: 1fr; }
  .club-hero { min-height: 460px; padding: 55px 42px; }
  .club-hero::before { right: -150px; bottom: -270px; }
  .club-member { max-width: 560px; margin-top: 44px; }
  .club-dashboard { padding: 45px 42px; }
  .faq-heading { position: static; }
  .auth-modal { grid-template-columns: 1fr; }
  .auth-aside { display: none; }
  .compare-bar { grid-template-columns: 1fr auto auto; }
  .compare-thumbs { display: none; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 118px; }
  button, a { touch-action: manipulation; }
  input, select, textarea { font-size: 16px !important; }
  .section { padding: 72px 16px; }
  .header { height: 68px; padding: 0 16px; }
  .brand { gap: 8px; font-size: 17px; }
  .brand-icon { width: 32px; height: 32px; font-size: 20px; }
  .nav { top: 68px; height: calc(100vh - 68px); }
  .category-nav { position: fixed; top: 68px; z-index: 57; display: flex; justify-content: flex-start; min-height: 42px; padding: 0 8px; box-shadow: 0 12px 25px rgba(0,0,0,.2); }
  .category-nav button { min-height: 42px; padding: 0 13px; }
  .category-nav button:nth-last-child(-n+2) { display: none; }
  .icon-button { display: none; }
  .cart-button { width: 42px; padding: 0; justify-content: center; }
  .cart-button span { display: none; }
  .cart-button b { min-width: 30px; }
  .hero { min-height: 0; padding: 125px 16px 0; }
  .hero-content { min-height: 530px; padding: 38px 0 24px; }
  .hero h1 { font-size: clamp(56px,18vw,79px); }
  .hero-copy { font-size: 13px; }
  .hero-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; }
  .hero-cta .button { width: 100%; min-height: 58px; }
  .play-button { width: 58px; height: 58px; font-size: 0; }
  .play-button span { width: 58px; height: 58px; }
  .hero-stats { gap: 22px; margin-top: 44px; }
  .hero-stats strong { font-size: 21px; }
  .hero-visual { min-height: 465px; }
  .hero-image-shell { width: 100%; height: 430px; aspect-ratio: auto; }
  .orbit-two { width: 430px; }
  .card-stock { top: 12%; }
  .card-product { bottom: 5%; }
  .scroll-hint { display: none; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .setup h2, .new-drop h2, .about h2, .newsletter h2 { font-size: 49px; }
  .category-grid { display: flex; gap: 10px; margin-right: -16px; overflow-x: auto; padding-right: 16px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .category-grid::-webkit-scrollbar { display: none; }
  .category-card { min-width: 76vw; min-height: 270px; scroll-snap-align: start; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 9px; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .search-box, .sort-box, .filter-buttons { grid-column: 1; }
  .search-box { grid-row: 1; }
  .filter-buttons { grid-row: 2; gap: 7px; margin-right: -16px; padding: 5px 16px 5px 0; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  .filter-buttons::-webkit-scrollbar { display: none; }
  .filter-buttons button { min-height: 42px; flex: 0 0 auto; padding: 0 15px; border-color: var(--line); scroll-snap-align: start; }
  .sort-box { grid-row: 3; }
  .sort-box select { width: 100%; }
  .catalog-presets { display: flex; gap: 8px; margin-right: -16px; padding: 14px 16px 4px 0; scroll-snap-type: x proximity; }
  .catalog-presets button { min-width: 150px; min-height: 86px; scroll-snap-align: start; }
  .results-meta { min-height: 56px; }
  .results-meta > div { gap: 12px; }
  .results-meta #clear-filter { display: none; }
  .catalog-view-toggle { display: inline-flex; min-height: 42px; padding: 0 9px; border: 1px solid var(--line); }
  .product-image { aspect-ratio: .88; }
  .quick-view { display: none; }
  .compare-product-button { right: 8px; bottom: 8px; left: 8px; padding: 0 6px; font-size: 6px; }
  .favorite-product { top: 8px; right: 8px; width: 34px; height: 34px; }
  .product-tag { top: 8px; left: 8px; padding: 6px 7px; font-size: 6px; }
  .product-info { padding-top: 11px; }
  .product-meta { display: block; font-size: 6px; }
  .product-meta span:last-child { display: none; }
  .product-info h3 { min-height: 36px; margin: 8px 0 5px; font-size: 15px; }
  .rating { gap: 3px; font-size: 7px; white-space: nowrap; }
  .rating span { overflow: hidden; text-overflow: ellipsis; }
  .product-bottom { align-items: flex-end; margin-top: 10px; padding-top: 10px; }
  .product-price { display: block; font-size: 15px; white-space: nowrap; }
  .old-price { display: block; margin: 3px 0 0; font-size: 8px; }
  .add-button { flex: 0 0 38px; min-height: 38px; }
  .product-grid.list-view { grid-template-columns: 1fr; gap: 10px; }
  .product-grid.list-view .product-card { display: grid; grid-template-columns: 41% 1fr; gap: 13px; padding: 9px; border: 1px solid var(--line); }
  .product-grid.list-view .product-image { aspect-ratio: 1; }
  .product-grid.list-view .product-info { display: flex; flex-direction: column; padding: 2px 0; }
  .product-grid.list-view .product-info h3 { min-height: 0; font-size: 18px; }
  .product-grid.list-view .product-bottom { margin-top: auto; }
  .product-grid.list-view .add-button { width: auto; flex-basis: auto; padding: 0 11px; background: var(--lime); color: #08080a; }
  .product-grid.list-view .add-button span { display: inline; }
  .catalog-more { padding-top: 40px; }
  .setup-visual { min-height: 520px; }
  .setup-content { padding: 70px 20px; }
  .drop-copy { min-height: 540px; }
  .countdown { gap: 9px; }
  .countdown b { font-size: 32px; }
  .countdown i { font-size: 27px; }
  .countdown span { font-size: 6px; }
  .drop-art { min-height: 410px; }
  .ring-one { width: 320px; height: 320px; }
  .ring-two { width: 400px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article, .benefit-grid article:not(:first-child) { min-height: auto; padding: 0 0 32px; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit-media { height: 260px; }
  .benefit-grid h3 { margin-top: 0; }
  .newsletter-form { grid-template-columns: 1fr 56px; }
  .newsletter-form input, .newsletter-form button { height: 56px; }
  .newsletter-form button { width: 56px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-main > div:first-child, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr auto; }
  .footer-bottom span:nth-child(2) { display: none; }
  .drawer { top: auto; bottom: 67px; width: 100%; height: min(82vh,720px); border-radius: 22px 22px 0 0; transform: translateY(105%); }
  .drawer.open { transform: translateY(0); }
  .drawer::before { width: 44px; height: 4px; align-self: center; margin-top: 9px; border-radius: 3px; background: var(--line); content: ""; }
  .drawer-header { padding: 17px 18px; }
  .drawer-body { padding: 5px 18px; }
  .drawer-footer { padding: 16px 18px; padding-bottom: calc(16px + env(safe-area-inset-bottom)); }
  .modal-backdrop { align-items: end; padding: 0; }
  .product-modal { grid-template-columns: 1fr; }
  .product-modal { width: 100%; max-height: calc(100vh - 67px); border-radius: 22px 22px 0 0; }
  .modal-image { min-height: 310px; }
  .modal-content { padding: 32px 22px; }
  .form-modal { padding: 54px 22px 28px; }
  .form-modal form { grid-template-columns: 1fr; }
  .form-modal label, .form-modal label:nth-child(4), .form-modal .button { grid-column: 1; }
  body { padding-bottom: calc(67px + env(safe-area-inset-bottom)); }
  .platform-heading, .mini-heading, .reviews-top { align-items: flex-start; flex-direction: column; }
  .platform-grid { grid-template-columns: 1fr; }
  .platform-card, .platform-card:nth-child(2) { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
  .platform-card:last-child { border-bottom: 0; }
  .deal-grid { grid-template-columns: 1fr; }
  .deal-main { grid-column: 1; }
  .deal-card { min-height: 330px; }
  .recent-grid { grid-template-columns: 1fr; }
  .story { gap: 45px; }
  .story-numbers { gap: 8px; }
  .story-numbers strong { font-size: 25px; }
  .story-visual, .story-visual img { min-height: 450px; height: 450px; }
  .review-score strong { font-size: 76px; }
  .review-stage blockquote > p { font-size: 25px; }
  .loyalty-card-art { width: 82%; padding: 20px; }
  .loyalty-card-art > span { font-size: 34px; }
  .loyalty-card-art b { font-size: 10px; }
  .video-modal { padding: 0; }
  .video-modal > .close-button { top: 12px; right: 12px; }
  .showreel-stage { min-height: calc(100vh - 72px); }
  .showreel-copy { left: 22px; right: 22px; bottom: 45px; }
  .showreel-copy h2 { font-size: clamp(55px,17vw,84px); }
  .showreel-copy > span { margin-top: 20px; font-size: 11px; }
  .showreel-controls { grid-template-columns: 42px 105px 1fr 42px; gap: 7px; padding: 0 8px; }
  .showreel-controls > button { height: 40px; }
  .club-modal { max-height: 100vh; }
  .club-hero { min-height: 390px; padding: 48px 20px 38px; }
  .club-hero h2 { font-size: 58px; }
  .club-member { grid-template-columns: 45px 1fr; margin-top: 36px; }
  .club-member > span { width: 45px; height: 45px; }
  .club-member i { grid-column: 1 / -1; width: fit-content; }
  .club-dashboard { padding: 34px 20px 45px; }
  .club-balance strong { font-size: 58px; }
  .club-account-bar { grid-template-columns: 1fr; }
  .club-account-bar > div:last-child { flex-direction: row; }
  .club-account-bar button { flex: 1; }
  .club-stats { grid-template-columns: 1fr; }
  .club-tabs { overflow-x: auto; grid-template-columns: repeat(3,minmax(120px,1fr)); }
  .club-panel article { grid-template-columns: 40px 1fr; }
  .club-panel article > button, .club-panel article > em { grid-column: 2; width: fit-content; }
  .faq-item > button { min-height: 75px; grid-template-columns: 32px 1fr auto; font-size: 11px; }
  .faq-item.open > div > p { padding-left: 47px; }
  .footer { padding-bottom: 40px; }
  .mobile-dock { position: fixed; right: 0; bottom: 0; left: 0; z-index: 65; height: 67px; display: grid; grid-template-columns: repeat(5,1fr); padding-bottom: env(safe-area-inset-bottom); background: rgba(8,8,11,.96); color: #fff; border-top: 1px solid rgba(255,255,255,.13); backdrop-filter: blur(16px); }
  .mobile-dock a, .mobile-dock button { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border: 0; background: transparent; color: #aaa9b1; }
  .mobile-dock span { font-size: 20px; }
  .mobile-dock small { font-size: 7px; font-weight: 800; text-transform: uppercase; }
  .mobile-dock b { position: absolute; top: 6px; right: 23%; display: grid; min-width: 16px; height: 16px; place-items: center; border-radius: 8px; background: var(--lime); color: #08080a; font-size: 7px; }
  .mobile-dock a:hover, .mobile-dock button:hover { color: var(--lime); }
  .mobile-dock a.active, .mobile-dock button.active { color: var(--lime); }
  .mobile-dock a.active::after, .mobile-dock button.active::after { position: absolute; top: 0; width: 24px; height: 2px; background: var(--lime); content: ""; }
  .support-fab { right: 16px; bottom: 82px; }
  .support-chat { right: 8px; bottom: 75px; width: calc(100% - 16px); height: min(560px,calc(100vh - 95px)); }
  .compare-bar { bottom: 76px; grid-template-columns: 1fr auto; padding-left: 14px; }
  .compare-clear { display: none; }
  .compare-bar .button { min-height: 44px; padding: 0 14px; gap: 12px; }
  .auth-content { padding: 45px 20px 28px; }
  .auth-content h2, .compare-modal h2, .tracking-modal h2 { font-size: 44px; }
  .social-login { grid-template-columns: 1fr; }
  .auth-options { align-items: flex-start; flex-direction: column; }
  .compare-modal, .tracking-modal { padding: 46px 18px 25px; }
  .search-overlay-header { height: 68px; }
  .search-overlay-content { width: calc(100% - 24px); margin-top: 4vh; }
  .search-overlay-content > label span { font-size: 34px; }
  .search-overlay-content input { font-size: 34px; }
  .search-results-head { margin-top: 20px; }
  .search-results-head small { display: none; }
  #global-search-results { grid-template-columns: 1fr; max-height: calc(100vh - 330px); overflow-y: auto; }
  .global-result { min-height: 116px; grid-template-columns: 96px 1fr 28px; gap: 10px; padding: 7px; }
  .global-result-copy > b { margin: 6px 0; font-size: 16px; }
  .global-result-price { margin-top: 8px; }
  .global-result-arrow { width: 27px; height: 27px; }
}

@media (max-width: 380px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-info h3 { min-height: 0; font-size: 18px; }
  .product-image { aspect-ratio: 1.08; }
  .add-button { width: auto; flex-basis: auto; padding: 0 12px; background: var(--lime); color: #08080a; }
  .add-button span { display: inline; }
  .hero-stats { gap: 15px; }
  .hero-stats strong { font-size: 19px; }
}

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