:root{--bg:#f5f5f0;--white:#fff;--text:#1a1a1a;--muted:#6b6b6b;--border:#e0e0e0;--accent:#1a1a1a;--accent-ink:#fff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{height:100%}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:720px;margin:0 auto;padding:0 20px}@media (min-width:960px){.container{max-width:1080px;padding:0 32px}}.header{display:flex;align-items:center;justify-content:flex-start;padding:clamp(8px,1.5vh,16px) 0}.brand{font-size:48px;font-weight:900;letter-spacing:-.8px;display:flex;flex-direction:column;line-height:1.1}.brand-tagline{font-size:16px;font-weight:500;color:var(--muted);letter-spacing:.3px}.hero{text-align:center;padding:clamp(20px,3vh,48px) 0 0}@media (min-width:960px){.hero{text-align:left;padding-top:clamp(16px,2.5vh,36px)}}.hero-grid{display:grid;grid-template-columns:1fr;grid-gap:clamp(20px,3vh,32px);gap:clamp(20px,3vh,32px)}@media (min-width:960px){.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:40px}}.hero-copy{display:flex;flex-direction:column;align-items:center}@media (min-width:960px){.hero-copy{align-items:flex-start}}.h1{font-size:28px;font-weight:800;line-height:1.15;letter-spacing:-.5px}@media (min-width:640px){.h1{font-size:34px}}@media (min-width:960px){.h1{font-size:clamp(30px,3.2vw,40px)}}.subtitle{color:var(--muted);font-size:16px;margin-top:8px;font-style:italic;font-weight:400}.hero-cta{display:inline-block;margin-top:clamp(14px,2vh,24px);padding:13px 26px;background:var(--accent);color:var(--accent-ink);border:none;border-radius:999px;font-size:15px;font-weight:700;text-decoration:none;cursor:pointer;transition:opacity .15s}.hero-cta:hover{opacity:.85}.hero-media{display:flex;flex-direction:column;align-items:center}.product-visual{width:100%;max-width:420px;height:clamp(220px,28vh,340px);background:linear-gradient(135deg,#f0e6d3,#ede0cc);border-radius:20px;display:grid;place-items:center;position:relative;overflow:hidden;box-shadow:inset 0 2px 12px rgba(0,0,0,.06),inset 0 -2px 8px hsla(0,0%,100%,.4),0 4px 16px rgba(0,0,0,.05);animation:previewBreathe 4s ease-in-out infinite}@keyframes previewBreathe{0%,to{transform:scale(1);box-shadow:inset 0 2px 12px rgba(0,0,0,.06),inset 0 -2px 8px hsla(0,0%,100%,.4),0 4px 16px rgba(0,0,0,.05)}50%{transform:scale(1.008);box-shadow:inset 0 2px 16px rgba(0,0,0,.08),inset 0 -2px 10px hsla(0,0%,100%,.5),0 6px 24px rgba(0,0,0,.07)}}.product-visual-text{font-size:32px;font-weight:900;letter-spacing:1px;color:#c4a35a;text-align:center;line-height:1.15;text-shadow:0 1px 4px rgba(0,0,0,.15)}.product-caption{text-align:center;color:var(--muted);font-size:13px;margin-top:10px}.rotating-pickleball{width:100%;max-width:280px;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column;align-items:center}.rotating-pickleball:active{cursor:-webkit-grabbing;cursor:grabbing}.rotating-pickleball svg{width:100%;height:auto}.drag-hint{font-size:12px;color:var(--muted);margin-top:6px;text-align:center;opacity:.7;transition:opacity .2s}.rotating-pickleball:hover .drag-hint{opacity:1}@media (min-width:640px){.rotating-pickleball{max-width:320px}}@media (min-width:960px){.rotating-pickleball{max-width:340px}}.strip-section{padding:clamp(20px,3vh,40px) 0 0}.strip{justify-content:center;gap:10px;flex-wrap:nowrap}.strip,.strip-step{display:flex;align-items:center}.strip-step{flex-direction:column;gap:6px;flex-shrink:0}.strip-ball{width:60px;height:60px}@media (min-width:640px){.strip-ball{width:clamp(64px,8vw,80px);height:clamp(64px,8vw,80px)}.strip{gap:16px}}.strip-ball svg{width:100%;height:100%}.strip-label{font-size:10px;font-weight:600;color:var(--muted);text-align:center;white-space:nowrap}@media (min-width:640px){.strip-label{font-size:11px}}.strip-arrow{font-size:18px;color:#bbb;flex-shrink:0;margin-bottom:18px}@keyframes stripFadeIn{0%{opacity:0;transform:translateX(-16px)}to{opacity:1;transform:translateX(0)}}.strip>*{opacity:0}.strip-visible>*{animation:stripFadeIn .45s ease forwards}.strip-visible>:first-child{animation-delay:0s}.strip-visible>:nth-child(2){animation-delay:.12s}.strip-visible>:nth-child(3){animation-delay:.24s}.strip-visible>:nth-child(4){animation-delay:.36s}.strip-visible>:nth-child(5){animation-delay:.48s}.strip-visible>:nth-child(6){animation-delay:.6s}.strip-visible>:nth-child(7){animation-delay:.72s}.features{padding:clamp(32px,5vh,56px) 0 0}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}@media (min-width:640px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:18px 12px;text-align:center;transition:transform .25s ease,box-shadow .25s ease;will-change:transform}.feature-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.08)}.feature-icon{width:42px;height:42px;margin:0 auto 12px;display:grid;place-items:center}.feature-icon svg{width:36px;height:36px;stroke:var(--text);stroke-width:1.5;fill:none;transition:transform .25s ease}.feature-card:hover .feature-icon svg{transform:scale(1.12) rotate(3deg)}.feature-title{font-size:14px;font-weight:800;color:var(--text);margin-top:0;line-height:1.25}.feature-label{font-size:11px;color:#999;line-height:1.4;margin-top:4px;font-weight:400}.gallery-section{padding:clamp(36px,5vh,64px) 0 0;text-align:center}.gallery-heading{font-size:22px;font-weight:800;color:var(--text)}.gallery-sub{color:var(--muted);font-size:15px;margin-top:6px}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-top:24px}@media (min-width:640px){.gallery-grid{grid-template-columns:repeat(4,1fr);gap:20px}}.gallery-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 10px 12px;background:var(--white);border:1px solid var(--border);border-radius:16px;transition:transform .25s ease,box-shadow .25s ease;cursor:pointer;position:relative;overflow:hidden}.gallery-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.gallery-card:hover svg{transform:scale(1.1)}.gallery-card svg{width:72px;height:72px;transition:transform .25s ease}@media (min-width:640px){.gallery-card svg{width:90px;height:90px}}.gallery-label{font-size:11px;font-weight:700;color:var(--text);text-align:center}.gallery-tag{font-size:10px;font-weight:500;color:var(--muted);text-align:center;margin-top:-4px;letter-spacing:.3px}.gallery-card--limited{position:relative;border:1.5px solid #d4a017;background:linear-gradient(135deg,#fffdf5,#fff9e6);box-shadow:0 0 0 1px rgba(184,134,11,.08)}.gallery-card--limited:hover{border-color:#b8860b;box-shadow:0 8px 24px rgba(184,134,11,.18)}.gallery-badge{position:absolute;top:6px;right:6px;background:linear-gradient(135deg,#b8860b,#d4a017);color:#fff;font-size:8px;font-weight:700;padding:2px 6px;border-radius:6px;letter-spacing:.3px;text-transform:uppercase;line-height:1.4}.gallery-badge:before{content:"\2728 "}.waitlist-section{padding:clamp(36px,5vh,64px) 0 24px;text-align:center}.waitlist-heading{font-size:22px;font-weight:800}.waitlist-sub{color:var(--muted);font-size:15px;margin-top:6px}.waitlist-drops{color:#b8860b;font-size:13px;font-weight:600;margin-top:8px}.form{display:flex;gap:0;margin:20px auto 0;max-width:380px;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:var(--white)}.input{flex:1 1;border:none;outline:none;padding:12px 18px;font-size:14px;background:transparent;color:var(--text)}.input::placeholder{color:#b0b0b0}.button{padding:12px 20px;background:var(--accent);color:var(--accent-ink);border:none;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;border-radius:0 999px 999px 0;transition:opacity .15s}.button:hover{opacity:.85}.button:disabled{opacity:.5;cursor:not-allowed}.input-error{color:#c62828}.form-hint{color:#c62828;margin:6px auto 0}.form-hint,.form-trust{font-size:11px;text-align:center}.form-trust{color:#777;margin:8px auto 0;letter-spacing:.2px}.form-status{max-width:380px;margin:10px auto 0;padding:10px 14px;border-radius:12px;font-size:14px;text-align:center}.form-status.ok{background:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9}.form-status.err{background:#fce4ec;color:#c62828;border:1px solid #f8bbd0}.court-texture{position:relative;margin-top:16px;border-top:1px solid var(--border);background:url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='1.2' fill='%23000' fill-opacity='0.06'/%3E%3Ccircle cx='14' cy='14' r='1.2' fill='%23000' fill-opacity='0.06'/%3E%3Cline x1='0' y1='12' x2='24' y2='12' stroke='%23000' stroke-opacity='0.03' stroke-width='0.5'/%3E%3Cline x1='12' y1='0' x2='12' y2='24' stroke='%23000' stroke-opacity='0.03' stroke-width='0.5'/%3E%3C/svg%3E") repeat}.social-proof{text-align:center;padding:clamp(28px,4vh,48px) 0 16px}.social-heading{font-size:20px;font-weight:800;font-style:italic}.social-sub{color:var(--muted);font-size:14px;margin-top:6px}.footer{text-align:center;color:#aaa;font-size:12px;padding:20px 0 40px}.footer p{margin:0}.footer-contact{margin-top:6px!important}.footer-contact a{color:#ccc;text-decoration:none;transition:color .2s}.footer-contact a:hover{color:#fff}