:root {
  --bg: #070707;
  --surface: #101512;
  --surface-2: #151c19;
  --text: #f0f0ff;
  --muted: #9ba5a1;
  --green: #04d939;
  --green-dark: #03a63c;
  --teal: #025959;
  --navy: #012340;
  --line: #27312d;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Manrope, Arial, sans-serif; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.header { height: 82px; padding: 0 clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(7,7,7,.94); backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 20; }
.menu-button { min-width: 120px; height: 46px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--line); border-radius: 99px; background: var(--surface); color: var(--text); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.menu-button span { color: var(--green); font-size: 19px; line-height: 1; }
.menu-button:hover { border-color: var(--green); color: var(--green); }
.category-menu { position: fixed; top: 0; bottom: 0; left: 0; z-index: 52; width: min(360px, 88vw); height: 100vh; height: 100dvh; min-height: 100vh; box-sizing: border-box; padding: 24px; overflow-y: auto; background-color: #000 !important; opacity: 1 !important; border-right: 5px solid var(--green); box-shadow: 20px 0 70px rgba(0,0,0,.95); transform: translateX(-105%); transition: transform .28s ease; }
.category-menu.open { transform: translateX(0); }
.menu-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.14); }
.menu-heading img { width: 92px; height: 72px; object-fit: contain; }
.menu-heading button { width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; color: var(--text); font-size: 28px; cursor: pointer; }
.menu-title { display: grid; gap: 5px; margin-bottom: 18px; }
.menu-title small { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.menu-title strong { font: 22px "Russo One", sans-serif; text-transform: uppercase; }
.menu-backdrop { position: fixed; inset: 0; z-index: 19; background: rgba(0,0,0,.62); }
.menu-backdrop[hidden] { display: none; }
.category-menu a { display: block; padding: 15px 16px; border-bottom: 1px solid rgba(255,255,255,.13); color: #fff; font-weight: 700; }
.category-menu a:hover { color: #071009; background: var(--green); padding-left: 22px; }
.category-menu a:last-child { border-bottom: 0; }
.catalog-group { border-bottom: 1px solid rgba(255,255,255,.13); }
.catalog-group summary { position: relative; padding: 15px 42px 15px 16px; color: #fff; font-weight: 800; cursor: pointer; list-style: none; }
.catalog-group summary::-webkit-details-marker { display: none; }
.catalog-group summary::after { content: "+"; position: absolute; right: 17px; top: 50%; translate: 0 -50%; color: var(--green); font-size: 22px; }
.catalog-group[open] summary::after { content: "−"; }
.catalog-group summary:hover { color: #071009; background: var(--green); }
.catalog-group summary:hover::after { color: #071009; }
.catalog-group-links { padding: 0 0 8px 12px; background: #090b09; }
.category-menu .catalog-group-links a { padding: 12px 14px; border-bottom-color: rgba(255,255,255,.08); color: #c7cbc7; font-size: 13px; }
.menu-signature { margin-top: 28px; padding: 18px; display: flex; align-items: center; gap: 12px; background: #b6ff18; color: #081008; }
.menu-signature > span { font-size: 28px; }
.menu-signature div { display: grid; }
.menu-signature strong { font: 18px "Russo One", sans-serif; }
.menu-signature small { font-size: 11px; }
.brand { display: flex; align-items: center; }
.brand-logo { display: block; width: 82px; height: 68px; object-fit: contain; object-position: center; }
.nav { display: flex; gap: 36px; color: var(--muted); font-size: 14px; }
.nav.category-menu { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
.nav a:hover { color: var(--text); }
.nav .active-nav { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.search-button { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); color: var(--text); font-size: 28px; cursor: pointer; }
.cart-button { border: 1px solid var(--line); background: var(--surface); color: var(--text); border-radius: 99px; padding: 10px 14px 10px 18px; cursor: pointer; }
.cart-button span { display: inline-grid; place-items: center; margin-left: 8px; width: 26px; height: 26px; border-radius: 50%; background: var(--green); color: #070707; font-weight: 800; }

.hero { min-height: 670px; position: relative; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,8,6,.98) 0%, rgba(6,8,6,.82) 34%, rgba(6,8,6,.08) 70%), linear-gradient(0deg, rgba(6,8,6,.5), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(680px, 90%); margin-left: clamp(20px, 7vw, 108px); padding: 90px 0; }
.eyebrow { color: var(--green); font-size: 12px; font-weight: 900; font-style: italic; letter-spacing: .11em; text-transform: uppercase; }
h1, h2 { font-family: Impact, "Arial Black", "Russo One", sans-serif; margin: 0; font-weight: 900; text-transform: uppercase; letter-spacing: -.015em; }
h1 { font-size: clamp(52px, 7vw, 102px); line-height: .93; letter-spacing: -.035em; margin: 22px 0 28px; }
h1 em { color: var(--green); font-style: normal; }
.hero-content p { max-width: 520px; color: #c0c5bf; font-size: 18px; line-height: 1.65; margin: 0 0 34px; }
.primary-button { min-height: 52px; border: 0; border-radius: 0; background: var(--green); color: #070707; font-weight: 900; font-style: italic; text-transform: uppercase; padding: 15px 21px; display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; cursor: pointer; transition: transform .2s, background .2s; }
.hero-content .primary-button { border-radius: 14px; padding-inline: 24px; justify-content: center; gap: 0; }
.primary-button:hover { transform: translateY(-2px); background: #20ed51; }
.hero-note { position: absolute; right: 5vw; bottom: 34px; z-index: 2; border-left: 3px solid var(--green); padding-left: 16px; display: flex; flex-direction: column; }
.hero-note strong { font: 32px Impact, "Arial Black", sans-serif; }
.hero-note span { color: var(--muted); font-size: 12px; }

.benefits { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1260px; margin: auto; border-inline: 1px solid var(--line); }
.benefits div { padding: 25px 32px; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); }
.benefits div:last-child { border: 0; }
.benefits span { color: var(--green); font: 18px Impact, "Arial Black", sans-serif; }
.benefits p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }
.benefits strong { color: var(--text); }

.section { max-width: 1260px; margin: auto; padding: 100px 24px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-heading h2, .how h2 { font-size: clamp(42px, 6vw, 72px); margin-top: 10px; }
.simple-catalog .section-heading h1 { font-size: clamp(42px, 6vw, 72px); margin: 10px 0 0; }
.simple-catalog { min-height: calc(100vh - 82px); }
.simple-catalog .products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.view-product-button { display: block; text-align: center; }
.section-heading p { max-width: 430px; color: var(--muted); line-height: 1.7; }
.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.catalog-toolbar { display: flex; justify-content: space-between; gap: 24px; padding: 20px; border: 1px solid var(--line); background: var(--surface); margin-bottom: 14px; }
.category-browse .catalog-toolbar, .category-browse #reset-filters, .category-browse .search-button { display: none; }
.filters { display: flex; gap: 12px; flex-wrap: wrap; }
.catalog-toolbar label { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.catalog-toolbar select { display: block; min-width: 150px; margin-top: 6px; padding: 11px 34px 11px 12px; border: 1px solid var(--line); background: #090d0b; color: var(--text); }
.catalog-status { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; margin: 18px 0; }
.catalog-status button { border: 0; background: none; color: var(--green); cursor: pointer; text-decoration: underline; }
.category-badge { display: inline-block; margin: 14px; padding: 7px 10px; background: #070707; color: var(--green); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.no-results { text-align: center; padding: 70px 20px; border: 1px solid var(--line); color: var(--muted); }.no-results strong { color: var(--text); font-size: 20px; }
.reviews-section { border-top: 1px solid var(--line); }
.review-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.review-links a { min-height: 130px; padding: 28px; display: flex; flex-direction: column; justify-content: center; gap: 8px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); transition: border-color .2s, transform .2s, background .2s; }
.review-links a:hover { border-color: var(--green); background: #171d15; transform: translateY(-2px); }
.review-links strong { color: var(--green); font: 24px "Russo One", sans-serif; text-transform: uppercase; }
.review-links span { color: var(--muted); font-size: 14px; }
.account-page { min-height: calc(100vh - 82px); }
.account-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(32px, 7vw, 90px); align-items: start; }
.account-copy h1 { font-size: clamp(48px, 7vw, 86px); margin: 14px 0 24px; }
.account-copy p { color: var(--muted); line-height: 1.7; }
.account-form { display: grid; gap: 16px; padding: clamp(24px, 5vw, 44px); border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.account-form[hidden] { display: none; }
.account-form label { display: grid; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.account-form input, .account-form select { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 9px; outline: none; background: #090d0b; color: var(--text); }
.account-form input:focus, .account-form select:focus { border-color: var(--green); }
.account-form .primary-button { border-radius: 12px; justify-content: center; margin-top: 8px; }
.account-status { min-height: 22px; margin: 0; color: var(--green); font-size: 13px; }
.account-saved { display: none; padding: 14px 16px; border-left: 3px solid var(--green); background: rgba(182,255,24,.08); color: var(--text); }
.account-saved.visible { display: block; }
.login-form { margin-top: 22px; display: grid; gap: 9px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.login-form input { padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #090d0b; color: #fff; }
.login-form button, .logout-button { padding: 11px 15px; border: 1px solid var(--green); border-radius: 9px; background: transparent; color: var(--green); font-weight: 800; cursor: pointer; }
.logout-button { margin-top: 18px; }
.purchase-history { grid-column: 1 / -1; margin-top: 30px; padding-top: 40px; border-top: 1px solid var(--line); }
.purchase-history h2 { margin: 9px 0 22px; font-size: clamp(34px,5vw,54px); }
#purchase-history { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.history-order { padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.history-order>div,.history-order footer { display: flex; justify-content: space-between; gap: 15px; }
.history-order>div span,.history-order p,.history-order footer span { color: var(--muted); font-size: 12px; line-height: 1.7; }
.history-order footer { padding: 13px 0 0; border-top: 1px solid var(--line); }
.prize-history { margin-top: 34px; }
.prize-history h2 { margin-bottom: 16px; font-size: 27px; }
.prize-certificate { margin-bottom: 10px; padding: 17px; display: grid; gap: 6px; border: 1px solid #4a5d32; border-radius: 12px; background: linear-gradient(135deg, rgba(182,255,24,.14), var(--surface)); }
.prize-certificate span, .prize-certificate small { color: var(--muted); font-size: 11px; }
.prize-certificate strong { color: var(--green); }
.prize-certificate code { width: max-content; padding: 5px 8px; background: #050705; color: #fff; }
.prize-certificate.used { opacity: .5; }
.empty-prizes { color: var(--muted); }
.apply-online-prize { width: max-content; margin-top: 7px; padding: 9px 13px; border: 0; border-radius: 8px; background: var(--green); color: #071009; font-weight: 900; cursor: pointer; }
.wheel-header-button { position: relative; min-width: 98px; height: 46px; padding: 0 35px 0 12px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: 1px solid #556c34; border-radius: 99px; background: #18200f; color: var(--green); font-size: 11px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.wheel-header-button b { position: absolute; top: -7px; right: -4px; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #071009; font-size: 12px; }
.wheel-symbol { font-size: 18px; }
.wheel-overlay { position: fixed; inset: 0; z-index: 100; overflow-y: auto; padding: 30px 18px; background: rgba(0,0,0,.94); }
.wheel-overlay[hidden] { display: none; }
.wheel-close { position: fixed; top: 20px; right: 24px; z-index: 2; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: #111; color: #fff; font-size: 28px; cursor: pointer; }
.wheel-panel { min-height: calc(100vh - 60px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.wheel-panel h2 { margin: 8px 0; font-size: clamp(42px, 7vw, 72px); }
.wheel-balance { margin: 0 0 18px; color: var(--muted); }
.wheel-balance strong { color: var(--green); }
.wheel-stage { position: relative; width: min(62vw, 510px); aspect-ratio: 1; margin: 12px auto 18px; }
.prize-wheel { position: relative; width: 100%; height: 100%; border: 9px solid #f2f2ea; border-radius: 50%; box-shadow: 0 0 0 5px var(--green), 0 24px 80px rgba(182,255,24,.18); transition: transform 4.6s cubic-bezier(.12,.67,.08,1); }
.wheel-slice-label { position: absolute; z-index: 1; left: 50%; top: 50%; width: 112px; color: var(--label-color); font: 800 13px/1.15 Manrope, sans-serif; text-align: center; text-transform: uppercase; transform: translate(-50%,-50%) rotate(var(--angle)) translateY(-38%) translateY(-150px) rotate(calc(-1 * var(--angle))); pointer-events: none; }
.wheel-slice-label.rare { font-size: 15px; font-weight: 900; text-shadow: 0 0 10px rgba(182,255,24,.45); }
.wheel-pointer { position: absolute; z-index: 3; left: 50%; top: -17px; translate: -50% 0; width: 0; height: 0; border-left: 22px solid transparent; border-right: 22px solid transparent; border-top: 48px solid #fff; filter: drop-shadow(0 4px 2px rgba(0,0,0,.7)); }
.wheel-hub { position: absolute; inset: 50% auto auto 50%; translate: -50% -50%; width: 94px; height: 94px; display: grid; place-items: center; border: 7px solid #fff; border-radius: 50%; background: #090b09; color: var(--green); font: 15px "Russo One"; }
.wheel-result { min-height: 52px; display: grid; gap: 5px; color: var(--muted); }
.wheel-result strong { color: var(--green); font-size: 21px; }
.wheel-spin { margin: 12px 0 18px; border-radius: 14px; justify-content: center; }
.product-card { background: var(--surface); border: 1px solid var(--line); overflow: hidden; transition: border-color .2s, transform .2s; }
.product-card:hover { border-color: #576057; transform: translateY(-3px); }
.product-image { position: relative; display: block; height: 265px; background-color: #111511; border-bottom: 1px solid var(--line); overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-name a:hover { color: var(--green); }
.product-card:nth-child(1) .product-image { background-position: 54% 64%; }
.product-card:nth-child(2) .product-image { background-position: 70% 66%; }
.product-card:nth-child(3) .product-image { background-position: 93% 65%; }
.product-body { padding: 22px; }
.product-top { display: flex; justify-content: space-between; gap: 16px; align-items: start; }
.product-name { margin: 0; font-size: 20px; }
.product-tag { color: var(--green); font-size: 11px; font-weight: 800; }
.product-price { margin: 8px 0 22px; color: var(--muted); }
.sizes { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 18px; }
.size { width: 36px; height: 36px; border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; }
.size:hover, .size.active { border-color: var(--green); color: #0a0d08; background: var(--green); }
.add-button { width: 100%; border: 1px solid #3d4637; color: var(--text); background: #20251e; padding: 13px; cursor: pointer; font-weight: 700; }
.add-button:hover { border-color: var(--green); }

.how { border-top: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: flex; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--green); font: 18px "Russo One"; }
.steps strong { font-size: 18px; }
.steps p { color: var(--muted); margin: 7px 0 0; }

footer { padding: 34px clamp(20px, 5vw, 72px); border-top: 1px solid var(--line); display: flex; align-items: center; gap: 40px; color: var(--muted); font-size: 14px; }
.footer-brand { margin-right: auto; color: var(--text); }.footer-logo { width: 96px; height: 84px; }
footer a:hover { color: var(--green); }
.info-page { max-width: 980px; min-height: calc(100vh - 180px); margin: auto; padding: 90px clamp(20px, 7vw, 90px); }
.info-page h1 { font-size: clamp(46px, 8vw, 88px); margin: 12px 0 42px; }
.info-card { padding: clamp(24px, 5vw, 52px); border: 1px solid var(--line); background: var(--surface); }
.info-card h2 { margin: 30px 0 10px; }.info-card h2:first-child { margin-top: 0; }
.info-card p { color: var(--muted); line-height: 1.75; }.contact-link { color: var(--green); font-size: 20px; font-weight: 800; }.info-note { border-left: 3px solid var(--green); padding-left: 16px; }

.drawer-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.68); z-index: 40; }
.cart-drawer { position: fixed; inset: 0 0 0 auto; z-index: 41; width: min(520px, 100%); padding: 30px; background: #0e110e; border-left: 1px solid var(--line); transform: translateX(100%); transition: transform .25s ease; overflow-y: auto; }
.cart-drawer.open { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: start; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { font-size: 40px; margin-top: 7px; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); color: var(--text); background: var(--surface); font-size: 26px; cursor: pointer; }
.cart-items { display: grid; gap: 12px; margin: 22px 0; }
.cart-item { padding: 16px; border: 1px solid var(--line); background: var(--surface); display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.cart-item small { color: var(--muted); }
.quantity { grid-column: 1 / -1; display: flex; align-items: center; gap: 10px; margin-top: 6px; }
.quantity button { width: 30px; height: 30px; border: 1px solid var(--line); background: #0e110e; color: var(--text); cursor: pointer; }
.quantity strong { margin-left: auto; color: var(--green); }
.remove { border: 0; background: none; color: #ff766d; cursor: pointer; grid-row: span 2; }
.tracked-orders { display: grid; gap: 12px; margin: 22px 0; }
.tracked-order { padding: 18px; border: 1px solid rgba(182,255,24,.45); background: linear-gradient(135deg, rgba(182,255,24,.1), var(--surface)); }
.tracked-order-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.tracked-order-head strong { font: 18px "Russo One", sans-serif; }
.tracked-order-head span { padding: 6px 9px; border-radius: 99px; background: var(--green); color: #071009; font-size: 11px; font-weight: 800; }
.tracked-order p { margin: 6px 0; color: var(--muted); line-height: 1.5; }
.tracked-order .order-message { color: var(--text); font-weight: 700; }
.tracked-order-items { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 13px; }
.cart-empty { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.cart-empty > span { font-size: 48px; filter: grayscale(1); }
.cart-empty strong { margin-top: 14px; font-size: 19px; }
.cart-empty p { color: var(--muted); }
.total { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; border-block: 1px solid var(--line); margin-bottom: 20px; }
.total strong { font: 26px Impact, "Arial Black", sans-serif; color: var(--green); }
form { display: grid; gap: 16px; }
form > label { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
input, textarea { display: block; width: 100%; margin-top: 7px; background: var(--surface); color: var(--text); border: 1px solid var(--line); padding: 14px; outline: none; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--green); outline: none; }
fieldset { border: 0; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
legend { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
.radio input { position: absolute; opacity: 0; width: 0; }
.radio span { display: block; text-align: center; padding: 13px; border: 1px solid var(--line); background: var(--surface); cursor: pointer; }
.radio input:checked + span { border-color: var(--green); color: var(--green); }
.full { width: 100%; }
form small { color: var(--muted); text-align: center; line-height: 1.5; }
.consent { display: flex; align-items: flex-start; gap: 10px; text-transform: none; letter-spacing: 0; line-height: 1.45; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--green); flex: 0 0 auto; }
.promo-row { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px; }.promo-row label { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }.promo-row button { height: 47px; border: 1px solid var(--green); color: var(--green); background: transparent; padding: 0 14px; cursor: pointer; }.promo-message { min-height: 18px; color: var(--green); font-size: 12px; margin: -8px 0 0; }
.search-overlay { position: fixed; inset: 0; z-index: 70; background: rgba(0,0,0,.86); padding: 8vh 20px; }.search-overlay[hidden] { display: none; }.search-box { max-width: 740px; margin: auto; background: #0e110e; border: 1px solid var(--line); padding: 28px; }.search-box h2 { font-size: 40px; margin-top: 6px; }.search-box > input { font-size: 18px; padding: 18px; margin: 22px 0 10px; }.search-results { display: grid; }.search-results a { display: flex; justify-content: space-between; gap: 20px; padding: 17px 5px; border-bottom: 1px solid var(--line); }.search-results a:hover span { color: var(--green); }.search-results strong { color: var(--green); }

.success-modal { position: fixed; inset: 0; z-index: 60; background: rgba(0,0,0,.82); display: grid; place-items: center; padding: 20px; }
.success-modal[hidden] { display: none; }
.success-card { width: min(440px, 100%); text-align: center; background: var(--surface); border: 1px solid #39452c; padding: 46px 30px; }
.success-icon { display: grid; place-items: center; margin: auto auto 24px; width: 64px; height: 64px; border-radius: 50%; color: #0a0d08; background: var(--green); font-size: 30px; font-weight: 800; }
.success-card h2 { font-size: 34px; }
.success-card p { color: var(--muted); line-height: 1.6; margin: 16px 0 28px; }
.success-actions { display: grid; gap: 10px; margin-bottom: 12px; }.success-actions a:last-child { padding: 13px; border: 1px solid var(--line); color: var(--green); }

@media (max-width: 760px) {
  .header { height: 66px; padding: 0 16px; }
  .nav { display: none; }
  .nav.category-menu { display: flex; }
  .brand-logo { width: 68px; height: 56px; }
  .menu-button { min-width: 108px; width: auto; padding: 0 12px; font-size: 10px; }
  .menu-button span { font-size: 18px; }
  .hero { min-height: 680px; align-items: end; }
  .hero-image { object-position: 65% center; }
  .hero-shade { background: linear-gradient(0deg, #070907 10%, rgba(7,9,7,.8) 52%, rgba(7,9,7,.12)); }
  .hero-content { margin: 0; width: 100%; padding: 300px 20px 74px; }
  h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-content p { font-size: 15px; }
  .hero-note { display: none; }
  .benefits { grid-template-columns: 1fr; border: 0; }
  .benefits div { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 22px; }
  .section { padding: 70px 18px; }
  .section-heading { display: block; }
  .section-heading p { font-size: 14px; }
  .products { grid-template-columns: 1fr; }
  .simple-catalog .products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .simple-catalog .product-image { height: 180px; }
  .simple-catalog .product-body { padding: 13px; }
  .simple-catalog .product-top { display: block; }
  .simple-catalog .product-name { font-size: 14px; line-height: 1.35; }
  .simple-catalog .product-tag { display: block; margin-top: 7px; }
  .simple-catalog .product-price { margin-bottom: 13px; }
  .simple-catalog .view-product-button { padding: 11px 8px; font-size: 11px; }
  .catalog-toolbar { display: block; }.filters { display: grid; grid-template-columns: 1fr 1fr; }.catalog-toolbar label, .catalog-toolbar select { width: 100%; }.sort-label { display: block; margin-top: 12px; }.search-button { width: 40px; height: 40px; }.cart-button { padding-left: 12px; font-size: 0; }.cart-button span { font-size: 13px; }.promo-row { grid-template-columns: 1fr; }.promo-row button { width: 100%; }
  .product-image { height: 300px; }
  .review-links { grid-template-columns: 1fr; }
  .account-layout { grid-template-columns: 1fr; }
  #purchase-history { grid-template-columns: 1fr; }
  .wheel-button-label { display: none; }
  .wheel-header-button { min-width: 42px; width: 42px; padding: 0; }
  .wheel-stage { width: min(88vw, 430px); }
  .wheel-hub { width: 72px; height: 72px; font-size: 12px; }
  .wheel-slice-label { width: 88px; font-size: 10px; transform: translate(-50%,-50%) rotate(var(--angle)) translateY(-30%) translateY(-31vw) rotate(calc(-1 * var(--angle))); }
  .wheel-slice-label.rare { font-size: 12px; }
  .how { grid-template-columns: 1fr; gap: 32px; }
  footer { align-items: start; flex-direction: column; gap: 14px; }
  .footer-brand { margin-bottom: 8px; }
  .cart-drawer { padding: 22px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
