:root { --lime: #b8e600; --ink: #05090b; --panel: #0d1215; --line: #222a2e; --muted: #98a2a6; --white: #f4f6f5; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Inter, Arial, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.empty-results { padding: 40px 0; color: var(--muted); text-align: center; }
.promo-bar { height: 28px; display: flex; align-items: center; justify-content: center; gap: 14px; background: var(--lime); color: #050706; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.promo-bar span { opacity: .4; }
.header { height: 78px; position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: 230px 1fr minmax(240px, 300px) 42px 42px; align-items: center; gap: 20px; padding: 0 4vw; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(5,9,11,.92); backdrop-filter: blur(16px); }
.brand { width: 190px; height: 48px; overflow: hidden; display: flex; align-items: center; }
.brand img, footer img { width: 100%; mix-blend-mode: screen; }
.nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 52px); font-size: 14px; font-weight: 650; }
.nav a { position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--lime); transition: right .25s; }
.nav a:hover::after { right: 0; }
.search { height: 42px; display: flex; align-items: center; gap: 10px; padding: 0 15px; border: 1px solid var(--line); border-radius: 5px; background: #101518; color: var(--muted); }
.search span { font-size: 24px; line-height: 0; transform: rotate(-20deg); }
.search input { width: 100%; border: 0; outline: 0; color: white; background: transparent; font-size: 13px; }
.icon-button { position: relative; border: 0; background: transparent; color: white; font-size: 25px; }
.cart-button b { position: absolute; right: -3px; top: -6px; display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 20px; background: var(--lime); color: #060806; font-size: 11px; }
.menu-button { display: none; }
.hero { position: relative; min-height: 610px; 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; object-position: center; animation: heroIn 1.1s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,9,11,.96) 0%, rgba(5,9,11,.84) 26%, rgba(5,9,11,.15) 58%, rgba(5,9,11,.08)); }
.hero-content { position: relative; z-index: 2; width: min(1440px, 92vw); margin: auto; padding: 55px 0; }
.eyebrow { margin: 0 0 18px; color: var(--lime); font-size: 12px; font-weight: 850; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { max-width: 680px; margin: 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(72px, 7.5vw, 124px); font-style: italic; font-weight: 900; line-height: .84; letter-spacing: -.035em; text-transform: uppercase; }
.hero-copy { max-width: 470px; margin: 28px 0 32px; color: #b5bdc0; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.primary-button { min-height: 54px; padding: 0 28px; border: 0; border-radius: 4px; background: var(--lime); color: #060806; font-weight: 850; transition: transform .2s, box-shadow .2s; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 10px 36px rgba(184,230,0,.22); }
.primary-button span { margin-left: 22px; font-size: 20px; }
.hero-actions a { padding-bottom: 7px; border-bottom: 2px solid var(--lime); font-size: 13px; font-weight: 750; }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1440px; margin: auto; padding: 24px 4vw; background: #0a0f11; }
.benefits article { display: flex; align-items: center; justify-content: center; gap: 20px; min-height: 72px; border-right: 1px solid var(--line); }
.benefits article:last-child { border: 0; }
.benefits i { color: var(--lime); font-size: 34px; font-style: normal; }
.benefits strong { display: block; font-size: 14px; }
.benefits p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.store-section { padding: 86px 4vw 100px; max-width: 1540px; margin: auto; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 30px; }
.section-heading h2, .category-banner h2, .community h2 { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(38px, 4vw, 64px); font-style: italic; line-height: .98; text-transform: uppercase; letter-spacing: -.02em; }
.section-heading a { padding-bottom: 5px; border-bottom: 1px solid var(--lime); font-size: 13px; font-weight: 700; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); transition: transform .25s, border-color .25s; }
.product-card:hover { transform: translateY(-5px); border-color: #3a464b; }
.product-visual { position: relative; height: 310px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 55% 43%, #283036 0, #101619 38%, #080c0e 74%); }
.tag { position: absolute; z-index: 2; top: 15px; left: 15px; padding: 7px 10px; border-radius: 3px; background: var(--lime); color: #050706; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-shape { position: relative; filter: drop-shadow(0 28px 25px rgba(0,0,0,.45)); transition: transform .3s; }
.product-card:hover .product-shape { transform: scale(1.06) rotate(-2deg); }
.paddle .product-shape { width: 130px; height: 205px; border: 3px solid var(--lime); border-radius: 45% 45% 38% 38%; background: repeating-linear-gradient(45deg,#151b1e 0 3px,#252d31 3px 5px); transform: rotate(12deg); }
.paddle .product-shape::after { content: ""; position: absolute; width: 40px; height: 95px; left: 42px; bottom: -78px; border-radius: 0 0 10px 10px; background: repeating-linear-gradient(#101416 0 6px,#31383b 6px 8px); }
.balls .product-shape { width: 145px; height: 145px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #d5ff18, #8db100 72%); box-shadow: 80px 40px 0 -16px #afd500, -60px 60px 0 -24px #b8e600; }
.balls .product-shape::after { content: "••••\A ••••\A••••"; white-space: pre; position: absolute; inset: 20px; color: #567000; font-size: 27px; letter-spacing: 12px; line-height: 33px; transform: rotate(15deg); }
.bag .product-shape { width: 165px; height: 210px; border: 2px solid #3d464a; border-radius: 48px 48px 16px 16px; background: linear-gradient(135deg,#30383c,#0d1214); }
.bag .product-shape::before { content: "PICKLE\A BRA"; white-space: pre; position: absolute; top: 55px; left: 27px; color: var(--lime); font-family: Impact,sans-serif; font-size: 34px; font-style: italic; line-height: .85; }
.shoe .product-shape { width: 230px; height: 105px; border-radius: 70% 20% 22% 30%; background: linear-gradient(160deg,#e8ecea 0 46%,#6d777b 48% 53%,var(--lime) 54% 61%,#171d20 62%); transform: rotate(-12deg); }
.product-info { padding: 19px; }
.product-info > p { margin: 0 0 7px; color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-info h3 { margin: 0; font-size: 16px; }
.price-row { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 20px; }
.price-row del, .price-row small { display: block; color: var(--muted); font-size: 10px; }
.price-row strong { display: block; margin: 3px 0; font-size: 19px; }
.price-row button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--lime); color: #050706; font-size: 25px; transition: transform .2s; }
.price-row button:hover { transform: rotate(90deg) scale(1.08); }
.category-banner { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 460px; padding: 70px max(4vw, calc((100vw - 1420px)/2)); overflow: hidden; background: var(--lime); color: #050706; }
.category-banner .eyebrow { color: #335000; }
.category-banner h2 { max-width: 650px; font-size: clamp(50px, 6vw, 90px); }
.category-banner p:not(.eyebrow) { max-width: 480px; line-height: 1.6; }
.category-banner .primary-button { margin-top: 18px; background: #050706; color: white; }
.court-lines { position: relative; height: 280px; border: 3px solid rgba(5,7,6,.42); transform: perspective(700px) rotateX(58deg) rotateZ(-13deg); }
.court-lines::before, .court-lines::after, .court-lines span { content: ""; position: absolute; background: rgba(5,7,6,.42); }
.court-lines::before { width: 3px; height: 100%; left: 50%; }
.court-lines::after { height: 3px; width: 100%; top: 50%; }
.court-lines span:first-child { height: 3px; width: 100%; top: 22%; }
.court-lines span:nth-child(2) { height: 3px; width: 100%; bottom: 22%; }
.court-lines b { position: absolute; top: 22%; left: 67%; font-size: 55px; }
.community { padding: 120px 4vw; text-align: center; background: radial-gradient(circle at 50% 30%,#182024 0,#05090b 55%); }
.community > p:not(.eyebrow) { max-width: 590px; margin: 24px auto 55px; color: var(--muted); line-height: 1.6; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); max-width: 1000px; margin: auto; border-top: 1px solid var(--line); padding-top: 36px; }
.stats div { border-right: 1px solid var(--line); }
.stats div:last-child { border: 0; }
.stats strong, .stats span { display: block; }
.stats strong { color: var(--lime); font-size: 30px; }
.stats span { margin-top: 8px; color: var(--muted); font-size: 12px; }
footer { display: grid; grid-template-columns: 200px 1fr auto; align-items: center; gap: 28px; padding: 45px 4vw 25px; border-top: 1px solid var(--line); color: var(--muted); }
footer img { width: 180px; }
footer p { font-size: 12px; }
footer div { display: flex; gap: 24px; color: white; font-size: 12px; }
footer small { grid-column: 1/-1; padding-top: 24px; border-top: 1px solid var(--line); font-size: 10px; }
.cart-drawer { position: fixed; z-index: 60; top: 0; right: 0; width: min(440px, 100%); height: 100dvh; padding: 28px; transform: translateX(102%); background: #0b1012; box-shadow: -20px 0 80px rgba(0,0,0,.5); transition: transform .3s ease; }
.cart-drawer.open { transform: translateX(0); }
.overlay { position: fixed; z-index: 50; inset: 0; border: 0; background: rgba(0,0,0,.65); backdrop-filter: blur(2px); }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.cart-head h2 { margin: 0; font-size: 22px; }
.cart-head h2 span { color: var(--lime); }
.cart-head button { border: 0; background: none; color: white; font-size: 32px; }
.cart-items { max-height: calc(100vh - 270px); overflow: auto; }
.cart-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 13px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-thumb { height: 64px; display: grid; place-items: center; overflow: hidden; border-radius: 6px; background: #161d20; }
.cart-thumb .product-shape { transform: scale(.22) !important; }
.cart-item strong, .cart-item span { display: block; font-size: 12px; }
.cart-item span { margin-top: 7px; color: var(--lime); }
.cart-item > button { border: 0; background: none; color: var(--muted); font-size: 10px; }
.cart-total { display: flex; justify-content: space-between; margin-top: 25px; font-size: 15px; }
.cart-total strong { font-size: 23px; }
.checkout-button, .empty-cart button { width: 100%; height: 54px; margin-top: 24px; border: 0; border-radius: 4px; background: var(--lime); color: #050706; font-weight: 850; }
.cart-drawer > small { display: block; margin-top: 14px; color: var(--muted); text-align: center; font-size: 10px; }
.empty-cart { display: grid; place-items: center; padding: 90px 10px; text-align: center; }
.empty-cart > span { color: var(--lime); font-size: 70px; }
.empty-cart h3 { margin: 15px 0 5px; }
.empty-cart p { color: var(--muted); font-size: 13px; }
.toast { position: fixed; z-index: 90; right: 25px; bottom: 25px; padding: 15px 20px; border-radius: 5px; background: var(--lime); color: #050706; font-size: 13px; font-weight: 800; animation: toastIn .3s ease-out; }
@keyframes heroIn { from { opacity: 0; transform: scale(1.04); } }
@keyframes toastIn { from { opacity: 0; transform: translateY(12px); } }

@media (max-width: 980px) {
  .header { grid-template-columns: 46px 1fr 46px; height: 68px; padding: 0 18px; }
  .brand { justify-self: center; width: 160px; }
  .search, .account { display: none; }
  .menu-button { display: flex; flex-direction: column; gap: 6px; border: 0; background: none; }
  .menu-button span { width: 23px; height: 2px; background: white; }
  .nav { position: absolute; top: 68px; left: 0; right: 0; display: none; flex-direction: column; align-items: center; gap: 25px; padding: 30px; background: #080d0f; }
  .nav.open { display: flex; }
  .hero { min-height: 620px; align-items: flex-end; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg,#05090b 0%,rgba(5,9,11,.72) 52%,rgba(5,9,11,.12)); }
  .hero-content { padding: 240px 0 52px; }
  .hero h1 { font-size: clamp(60px,15vw,92px); }
  .benefits { grid-template-columns: 1fr; }
  .benefits article { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .category-banner { grid-template-columns: 1fr; }
  .court-lines { display: none; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  footer div { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 580px) {
  .promo-bar { height: 24px; white-space: nowrap; overflow: hidden; font-size: 8px; }
  .promo-bar span { display: none; }
  .hero { min-height: 640px; }
  .hero-image { object-position: 68% center; }
  .hero-content { width: calc(100% - 36px); padding-bottom: 36px; }
  .hero h1 { font-size: 59px; }
  .hero-copy { font-size: 14px; margin: 20px 0 24px; }
  .hero-actions { gap: 18px; }
  .hero-actions a { font-size: 11px; }
  .primary-button { padding: 0 20px; font-size: 13px; }
  .primary-button span { margin-left: 12px; }
  .benefits { padding: 8px 18px; }
  .benefits article { min-height: 75px; }
  .store-section { padding: 68px 18px; }
  .section-heading { align-items: flex-start; }
  .section-heading a { display: none; }
  .product-grid { grid-template-columns: 1fr; }
  .product-visual { height: 300px; }
  .category-banner { min-height: 500px; padding: 55px 20px; }
  .category-banner h2 { font-size: 52px; }
  .community { padding: 85px 20px; }
  .stats { grid-template-columns: 1fr; gap: 25px; }
  .stats div { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 25px; }
  .cart-drawer { padding: 22px 18px; }
}

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