:root {
    color-scheme: light;
    --blue: #123f73;
    --blue-deep: #082a4f;
    --blue-bright: #24689f;
    --lime: #ddeb59;
    --lime-deep: #718115;
    --white: #fff;
    --background: #f5f7fa;
    --surface: #fff;
    --soft-blue: #eaf1f6;
    --ink: #10263d;
    --muted: #53677b;
    --line: #d6e0e8;
    --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--background); color: var(--ink); font: 400 16px/1.55 "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body::before { position: fixed; z-index: 100; inset: 0 0 auto; height: 4px; background: var(--lime); content: ""; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { color: inherit; font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--lime-deep); outline-offset: 3px; }
.shell, .hero-shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.eyebrow { display: block; color: var(--blue-bright); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow.light { color: var(--lime); }
.text-link, .arrow-link { color: var(--blue); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.header-row { min-height: 82px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; font-size: 20px; font-weight: 850; letter-spacing: -.045em; }
.brand-mark { position: relative; display: grid; width: 40px; height: 40px; place-items: center; overflow: hidden; background: var(--blue); color: white; font-size: 11px; font-weight: 850; }
.brand-mark::after { position: absolute; right: -8px; bottom: -8px; width: 21px; height: 21px; border: 2px solid var(--lime); border-radius: 50%; content: ""; }
.main-nav { display: flex; align-items: center; gap: 30px; color: var(--muted); font-size: 14px; font-weight: 650; }
.main-nav a { padding-block: 28px; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav a.active { border-bottom-color: var(--blue); color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 17px; font-size: 14px; }
.profile-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; }
.profile-menu { position: relative; }
.profile-menu summary { cursor: pointer; list-style: none; }
.profile-menu summary::-webkit-details-marker { display: none; }
.profile-menu nav { position: absolute; z-index: 20; top: calc(100% + 12px); right: 0; min-width: 210px; display: grid; padding: 7px; border: 1px solid var(--line); background: white; box-shadow: 0 18px 38px rgba(8,42,79,.14); }
.profile-menu nav a { padding: 10px 12px; font-size: 13px; }
.profile-menu nav a:hover { background: var(--soft-blue); color: var(--blue); }
.avatar { flex: 0 0 auto; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--blue-deep); font-size: 10px; font-weight: 850; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 21px; border: 1px solid var(--blue); background: transparent; color: var(--blue); font-weight: 760; transition: transform .18s ease, background-color .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--lime); background: var(--lime); color: var(--blue-deep); }
.button-primary:hover { background: #e8f56c; }
.button-ghost { background: white; }
.button-small { min-height: 42px; padding-inline: 15px; font-size: 13px; }
.flash { width: min(var(--max), calc(100% - 48px)); margin: 16px auto 0; padding: 14px 18px; border-left: 4px solid var(--blue); background: white; }
.flash.success { border-color: var(--lime-deep); }

.site-footer { padding: 68px 0; background: var(--blue-deep); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr 1fr; gap: 70px; align-items: start; }
.footer-brand { color: white; }
.footer-brand .brand-mark { background: var(--lime); color: var(--blue-deep); }
.footer-brand .brand-mark::after { border-color: white; }
.site-footer p, .footer-note, .footer-note span { color: #bcd0df; font-size: 14px; }
.site-footer nav { display: grid; gap: 11px; font-size: 14px; font-weight: 700; }
.footer-note { text-align: right; }

.home-hero { overflow: hidden; background: white; }
.home-hero-grid { min-height: 690px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 70px; padding-block: 68px; }
.home-hero-copy { position: relative; z-index: 2; }
.home-hero h1, .directory-intro h1 { margin: 15px 0 25px; font-size: clamp(62px, 7.4vw, 104px); font-weight: 760; line-height: .88; letter-spacing: -.075em; }
.home-hero-copy > p { max-width: 610px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; }
.hero-note { display: block; margin-top: 13px; color: var(--muted); font-size: 12px; }
.hero-racket-stage { position: relative; min-height: 570px; overflow: hidden; background: var(--blue); background-image: linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px); background-size: 74px 74px; }
.court-orbit { position: absolute; inset: 80px 105px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.court-orbit::before, .court-orbit::after { position: absolute; inset: -70px; border: 1px solid rgba(255,255,255,.12); border-radius: inherit; content: ""; }
.court-orbit::after { inset: 70px; }
.hero-racket { position: absolute; z-index: 2; width: 230px; padding: 14px; background: #edf2f6; box-shadow: 0 24px 40px rgba(4,24,45,.3); }
.hero-racket img { width: 100%; height: 260px; object-fit: contain; mix-blend-mode: multiply; }
.hero-racket > span { display: block; padding: 9px 4px 2px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.hero-racket b { display: block; color: var(--ink); font-size: 13px; text-transform: none; }
.hero-racket-1 { top: 72px; left: 70px; transform: rotate(-6deg); }
.hero-racket-2 { right: 55px; bottom: 62px; transform: rotate(5deg); }
.hero-racket-3 { left: 47%; top: 37%; width: 185px; transform: rotate(1deg); }
.hero-racket-3 img { height: 205px; }

.home-strip { border-block: 1px solid var(--line); background: white; }
.strip-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.strip-grid > div { padding: 25px 28px; border-right: 1px solid var(--line); }
.strip-grid > div:last-child { border-right: 0; }
.strip-grid span { display: block; color: var(--muted); font-size: 12px; }
.strip-grid strong { display: block; margin-top: 5px; font-size: 18px; }

.section { padding: 82px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 38px; }
.section-head h2, .result-head h2, .collection-story h2, .final-cta h2 { max-width: 800px; margin: 10px 0 0; font-size: clamp(42px, 5.2vw, 68px); font-weight: 740; line-height: .95; letter-spacing: -.06em; }
.section-head > p { max-width: 470px; margin: 0; color: var(--muted); font-size: 15px; }
.racket-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.racket-card { display: block; border-top: 3px solid var(--blue); background: white; transition: transform .18s ease, box-shadow .18s ease; }
.racket-card:hover { transform: translateY(-4px); box-shadow: 0 18px 35px rgba(8,42,79,.11); }
.racket-card-media { min-height: 310px; display: grid; place-items: center; overflow: hidden; background: var(--soft-blue); background-image: linear-gradient(rgba(18,63,115,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(18,63,115,.07) 1px,transparent 1px); background-size: 58px 58px; }
.racket-card-media img { width: 82%; height: 280px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 14px 14px rgba(8,42,79,.16)); }
.racket-card-copy { display: block; padding: 22px; }
.card-eyebrow { display: block; color: var(--muted); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.racket-card-copy > strong { display: block; margin: 7px 0 22px; font-size: 24px; line-height: 1.12; letter-spacing: -.04em; }
.card-meta { display: flex; justify-content: space-between; gap: 14px; color: var(--muted); font-size: 12px; }
.card-score { color: var(--blue); font-weight: 850; }
.paddle-icon { position: relative; display: inline-block; width: 15px; height: 20px; margin-right: 6px; vertical-align: -5px; transform: rotate(-10deg); }
.paddle-icon::before { position: absolute; top: 0; left: 1px; width: 13px; height: 15px; border-radius: 49% 49% 42% 42%; background: currentColor; content: ""; }
.paddle-icon::after { position: absolute; bottom: 0; left: 6px; width: 4px; height: 8px; border-radius: 2px; background: currentColor; content: ""; }
.racket-fallback { display: grid; place-items: center; text-align: center; }
.racket-fallback b { display: grid; width: 118px; height: 150px; place-items: center; border: 6px solid var(--blue); border-radius: 49% 49% 43% 43%; color: var(--blue); font-size: 30px; }
.racket-fallback small { margin-top: 15px; color: var(--muted); }
.racket-fallback.large b { width: 190px; height: 240px; font-size: 45px; }

.collection-story { padding: 90px 0; background: var(--blue); color: white; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.collection-story h2 { margin-top: 15px; }
.story-steps { border-top: 1px solid rgba(255,255,255,.22); }
.story-steps > div { display: grid; grid-template-columns: 42px 180px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.story-steps span { color: var(--lime); font: 700 12px/1 ui-monospace, monospace; }
.story-steps p { margin: 0; color: #c5d5e0; font-size: 14px; }
.final-cta { background: white; text-align: center; }
.final-cta h2 { margin: 12px auto 30px; }

.directory-intro { padding: 74px 0; background: white; border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.directory-intro h1 { max-width: 900px; margin-bottom: 0; font-size: clamp(56px, 6.7vw, 92px); }
.directory-intro p { max-width: 430px; margin: 0 0 8px; color: var(--muted); font-size: 17px; }
.directory-tools { padding: 25px 0; border-bottom: 1px solid var(--line); background: var(--soft-blue); }
.filter-grid { display: grid; grid-template-columns: 1.35fr repeat(3,1fr) auto; gap: 1px; align-items: end; background: var(--line); border: 1px solid var(--line); }
.filter-grid label { display: block; min-width: 0; padding: 11px 15px; background: white; }
.filter-grid label > span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.filter-grid input, .filter-grid select { width: 100%; min-height: 31px; padding: 0; border: 0; outline: 0; background: white; font-size: 14px; }
.filter-grid .button { align-self: stretch; min-height: 68px; border: 0; }
.result-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.result-head h2 { font-size: 48px; }
.directory-grid { grid-template-columns: repeat(3,1fr); }
.empty-state { grid-column: 1/-1; padding: 70px; border-block: 1px solid var(--line); background: white; text-align: center; }
.empty-state h3 { margin: 12px 0; font-size: 30px; }
.empty-state p { color: var(--muted); }
.pagination { display: flex; justify-content: center; align-items: center; gap: 25px; margin-top: 40px; font-size: 14px; }
.pagination a { color: var(--blue); font-weight: 750; }
.pagination span { color: var(--muted); }

.product-hero { overflow: hidden; background: white; border-bottom: 1px solid var(--line); }
.hero-shell { padding: 30px 0 56px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; color: var(--muted); font-size: 13px; }
.breadcrumb span { color: #8ba0b3; }
.product-grid { display: grid; grid-template-columns: minmax(0,.96fr) minmax(0,1.04fr); min-height: 650px; }
.product-media { position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; background: var(--soft-blue); background-image: linear-gradient(rgba(18,63,115,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(18,63,115,.08) 1px,transparent 1px); background-size: 74px 74px; }
.product-media::after { position: absolute; width: 430px; height: 430px; border: 1px solid rgba(18,63,115,.18); border-radius: 50%; content: ""; }
.media-note, .media-index { position: absolute; z-index: 2; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.media-note { top: 22px; left: 24px; }
.media-index { right: 24px; bottom: 20px; color: #7890a4; font-family: ui-monospace, monospace; }
.product-photo { position: relative; z-index: 1; width: min(82%,500px); height: 540px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 28px 28px rgba(8,42,79,.2)); transform: rotate(-2deg); }
.product-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px 0 48px 64px; }
.product-copy h1 { margin: 15px 0 20px; font-size: clamp(58px,6.8vw,96px); font-weight: 760; line-height: .88; letter-spacing: -.07em; }
.product-intro { max-width: 590px; margin: 0 0 27px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.score-line { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; padding: 20px 0; border-block: 1px solid var(--line); }
.score { font-size: 54px; font-weight: 760; line-height: 1; letter-spacing: -.06em; }
.score-copy { color: var(--muted); font-size: 14px; }
.score-copy strong { display: block; color: var(--ink); }
.action-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.microcopy { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.quick-facts { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.quick-facts > div { padding: 24px 28px; border-right: 1px solid var(--line); }
.quick-facts > div:last-child { border-right: 0; }
.quick-facts span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 13px; }
.quick-facts strong { font-size: 20px; letter-spacing: -.025em; }
.shop-section, .similar-section { background: #eef3f7; border-block: 1px solid var(--line); }
.shop-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); background: var(--line); gap: 1px; }
.shop-card { min-height: 132px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; padding: 24px; background: white; transition: background-color .18s ease,color .18s ease; }
.shop-card > span { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.shop-card strong { font-size: 18px; }
.shop-card b { color: var(--blue); font-size: 13px; white-space: nowrap; }
.shop-card small { color: var(--muted); }
.shop-card:hover { background: var(--blue); color: white; }
.shop-card:hover b { color: var(--lime); }
.shop-card:hover small { color: #c6d5e0; }
.analysis-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.data-module { padding: 34px; background: var(--background); }
.data-module h3 { margin: 0 0 24px; font-size: 22px; }
.dist-row { display: grid; grid-template-columns: 26px 1fr 90px; gap: 13px; align-items: center; margin: 13px 0; color: var(--muted); font-size: 13px; }
.dist-row strong { color: var(--ink); }
.bar { height: 9px; background: #d9e3ea; }
.bar i { display: block; height: 100%; background: var(--blue); }
.subscore-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 28px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.subscore-grid > div { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.subscore-grid span { display: block; color: var(--muted); font-size: 13px; }
.subscore-grid strong { display: block; margin-top: 7px; font-size: 25px; }
.community-list { border-top: 1px solid var(--line); }
.community-list > div { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.community-list span { color: var(--muted); font-size: 14px; }
.side-bar { display: flex; height: 14px; margin-top: 30px; background: #d9e3ea; }
.side-bar i:first-child { background: var(--blue); }
.side-bar i:nth-child(2) { background: var(--lime); }
.side-bar i:last-child { background: #8fa3b4; }
.side-legend { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 11px; color: var(--muted); font-size: 12px; }
.reviews-section { background: white; border-block: 1px solid var(--line); }
.reviews-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.review-intro h2 { margin: 10px 0 15px; font-size: clamp(42px,5vw,65px); line-height: .94; letter-spacing: -.06em; }
.review-intro p { color: var(--muted); }
.review { display: grid; grid-template-columns: 46px 1fr auto; gap: 16px; padding: 25px 0; border-top: 1px solid var(--line); }
.review:first-child { border-top: 0; padding-top: 0; }
.review h3 { margin: 0; font-size: 16px; }
.review h3 span { color: var(--blue); }
.review p { margin: 9px 0 0; color: #324a60; line-height: 1.65; }
.review time { color: var(--muted); font-size: 12px; white-space: nowrap; }
.empty-review { padding: 30px 0; border-block: 1px solid var(--line); }
.empty-review h3 { margin: 0; }
.empty-review p { color: var(--muted); }

.auth-split { min-height: calc(100vh - 82px); display: grid; grid-template-columns: 1fr 1fr; background: white; }
.auth-form-panel { display: flex; justify-content: flex-end; padding: 64px clamp(35px,6vw,90px) 70px 24px; }
.auth-form-inner { width: min(560px,100%); }
.auth-form-inner h1, .auth-card h1, .verification-card h1 { margin: 12px 0 18px; font-size: clamp(48px,5vw,70px); line-height: .92; letter-spacing: -.065em; }
.auth-intro { max-width: 520px; margin-bottom: 29px; color: var(--muted); }
.auth-form-inner form > div, .auth-card label { display: block; margin-bottom: 18px; }
.auth-form-inner label, .auth-card label > span { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 750; }
.auth-form-inner input, .auth-form-inner select, .auth-card input { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid var(--line); background: white; outline: 0; }
.auth-form-inner input:focus, .auth-form-inner select:focus, .auth-card input:focus { border-color: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); }
.auth-form-inner .help-text, .auth-form-inner form small { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; }
.auth-form-inner ul { margin: 5px 0; padding: 0; color: #a23b32; font-size: 12px; list-style: none; }
.form-pair { display: grid!important; grid-template-columns: 1fr 1fr; align-items: end; gap: 12px; }
.form-pair > div { margin: 0!important; }
.slug-preview { margin: -8px 0 18px!important; padding: 12px 14px; border-left: 3px solid var(--lime); background: var(--soft-blue); }
.slug-preview span { display: block; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.slug-preview strong { display: block; margin-top: 2px; color: var(--blue); font-size: 13px; word-break: break-all; }
.button-full { width: 100%; }
.auth-footnote { color: var(--muted); font-size: 13px; text-align: center; }
.auth-footnote a { color: var(--blue); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.auth-story-panel { position: relative; min-height: 820px; overflow: hidden; padding: 70px; background: var(--blue); color: white; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 74px 74px; }
.auth-story-panel::after { position: absolute; right: -160px; bottom: -190px; width: 600px; height: 600px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.045),0 0 0 200px rgba(255,255,255,.025); content: ""; }
.auth-story-copy { position: relative; z-index: 3; max-width: 600px; }
.auth-story-copy h2 { margin: 12px 0 18px; font-size: clamp(47px,5vw,72px); line-height: .93; letter-spacing: -.06em; }
.auth-story-copy p { max-width: 540px; color: #c8d7e2; }
.auth-photo-stack { position: absolute; z-index: 2; inset: auto 0 0; height: 470px; }
.auth-photo-card { position: absolute; width: 245px; padding: 14px; background: #eef3f7; color: var(--ink); box-shadow: 0 24px 40px rgba(4,24,45,.35); }
.auth-photo-card img { width: 100%; height: 280px; object-fit: contain; mix-blend-mode: multiply; }
.auth-photo-card b { display: block; padding: 9px 3px 3px; font-size: 13px; }
.auth-photo-card.first { left: 14%; bottom: 50px; transform: rotate(-5deg); }
.auth-photo-card.second { right: 12%; bottom: 10px; transform: rotate(5deg); }
.auth-single, .verification-page { min-height: calc(100vh - 82px); display: grid; place-items: center; padding: 70px 24px; background: var(--soft-blue); background-image: linear-gradient(rgba(18,63,115,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(18,63,115,.07) 1px,transparent 1px); background-size: 74px 74px; }
.auth-card, .verification-card { width: min(560px,100%); padding: 46px; border-top: 4px solid var(--blue); background: white; box-shadow: 0 24px 60px rgba(8,42,79,.12); }
.auth-card h1, .verification-card h1 { font-size: 52px; }
.form-error { margin-bottom: 18px; padding: 13px 15px; border-left: 4px solid #b64d42; background: #fff0ed; color: #78322b; font-size: 13px; }
.verification-card { text-align: center; }
.verification-icon { display: grid; width: 74px; height: 74px; margin: 0 auto 24px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--blue-deep); font-size: 27px; font-weight: 850; }
.verification-card p { color: var(--muted); }
.verification-card form { margin: 26px 0 18px; }

.profile-hero { background: white; border-bottom: 1px solid var(--line); }
.profile-head { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-block: 68px 38px; }
.profile-identity { display: flex; align-items: center; gap: 28px; }
.profile-avatar { flex: 0 0 auto; display: grid; width: 112px; height: 112px; place-items: center; border-radius: 50%; background: var(--blue); color: var(--lime); font-size: 27px; font-weight: 850; }
.profile-identity h1 { margin: 8px 0 6px; font-size: clamp(54px,7vw,92px); line-height: .9; letter-spacing: -.07em; }
.profile-identity p { margin: 0; color: var(--muted); }
.profile-actions { display: flex; gap: 10px; }
.profile-bio { padding-bottom: 38px; }
.profile-bio p { max-width: 760px; margin: 0; color: var(--muted); font-size: 17px; }
.profile-kpis { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.profile-kpis > div { padding: 24px 28px; border-right: 1px solid var(--line); }
.profile-kpis > div:last-child { border-right: 0; }
.profile-kpis span { display: block; color: var(--muted); font-size: 12px; }
.profile-kpis strong { display: block; margin-top: 5px; font-size: 30px; line-height: 1; }
.brand-band { padding: 34px 0; background: var(--blue); color: white; }
.brand-band .eyebrow { color: var(--lime); }
.brand-list { display: flex; flex-wrap: wrap; gap: 1px; margin-top: 18px; background: rgba(255,255,255,.2); }
.brand-chip { flex: 1 1 180px; padding: 18px; background: var(--blue); }
.brand-chip strong { display: block; font-size: 20px; }
.brand-chip small { color: #c5d5e0; }
.profile-history { background: var(--background); }
.history-list { border-top: 1px solid var(--line); }
.history-item { display: grid; grid-template-columns: 185px 1fr 190px; gap: 28px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); }
.history-media { min-height: 170px; display: grid; place-items: center; overflow: hidden; background: var(--soft-blue); }
.history-media img { width: 90%; height: 165px; object-fit: contain; mix-blend-mode: multiply; }
.history-media .racket-fallback b { width: 75px; height: 95px; font-size: 18px; }
.status-label { display: inline-flex; width: fit-content; margin-bottom: 12px; padding: 5px 8px; border: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.status-label.current { border-color: var(--lime); background: var(--lime); color: var(--blue-deep); }
.history-copy h3 { margin: 6px 0 10px; font-size: 30px; line-height: 1; letter-spacing: -.04em; }
.history-copy p { max-width: 630px; margin: 0; color: var(--muted); font-size: 14px; }
.history-rating { display: grid; justify-items: end; gap: 3px; text-align: right; }
.history-rating > span { color: var(--blue); font-size: 18px; font-weight: 850; }
.history-rating small { margin-bottom: 12px; color: var(--muted); }
.history-rating a { color: var(--blue); font-size: 12px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.profile-wishlist { background: #eef3f7; }

.account-form-page, .collection-form-page { min-height: calc(100vh - 82px); padding: 78px 0; background: var(--soft-blue); }
.account-form-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.account-form-grid aside { position: sticky; top: 35px; }
.account-form-grid aside h1 { margin: 12px 0 22px; font-size: clamp(50px,6vw,78px); line-height: .92; letter-spacing: -.065em; }
.account-form-grid aside p { max-width: 470px; color: var(--muted); }
.account-form-card { padding: 40px; border-top: 4px solid var(--blue); background: white; }
.account-form-card form > div { margin-bottom: 22px; }
.account-form-card label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 750; }
.account-form-card select, .account-form-card textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid var(--line); background: white; }
.account-form-card textarea { resize: vertical; }
.account-form-card form small { color: var(--muted); font-size: 11px; }
.account-form-card form ul { padding: 0; color: #a23b32; font-size: 12px; list-style: none; }
.locked-identity { margin-bottom: 28px; padding: 18px; border-left: 4px solid var(--lime); background: var(--soft-blue); }
.locked-identity span, .locked-identity small { display: block; color: var(--muted); font-size: 11px; }
.locked-identity strong { display: block; margin: 4px 0; font-size: 21px; }

.collection-form-page { background: white; }
.collection-form-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.collection-product-media { min-height: 390px; display: grid; place-items: center; margin: 22px 0; background: var(--soft-blue); background-image: linear-gradient(rgba(18,63,115,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(18,63,115,.07) 1px,transparent 1px); background-size: 58px 58px; }
.collection-product-media img { width: 82%; height: 360px; object-fit: contain; mix-blend-mode: multiply; }
.collection-product h1 { margin: 7px 0 20px; font-size: 52px; line-height: .95; letter-spacing: -.055em; }
.collection-form-card { padding: 46px; border-top: 4px solid var(--blue); background: var(--soft-blue); }
.step-number { color: var(--blue-bright); font: 750 11px/1 ui-monospace, monospace; }
.collection-form-card h2 { margin: 15px 0; font-size: 46px; line-height: .98; letter-spacing: -.05em; }
.collection-form-card > p { color: var(--muted); }
.status-choice { margin: 30px 0!important; }
.status-choice > div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.status-choice input { position: absolute; opacity: 0; pointer-events: none; }
.status-choice label { display: flex; min-height: 90px; align-items: center; justify-content: center; padding: 18px; border: 1px solid var(--line); background: white; font-weight: 800; text-align: center; cursor: pointer; }
.status-choice input:checked + label { border-color: var(--blue); box-shadow: inset 0 0 0 2px var(--blue); color: var(--blue); }
.rating-choice > div { display: grid; grid-template-columns: repeat(5,1fr); gap: 6px; }
.rating-choice input { position: absolute; opacity: 0; pointer-events: none; }
.rating-choice label { position: relative; display: grid; min-height: 72px; place-items: end center; padding: 13px; border: 1px solid var(--line); background: white; color: var(--muted); cursor: pointer; }
.rating-choice label::before { position: absolute; top: 12px; width: 16px; height: 20px; border-radius: 49% 49% 42% 42%; background: var(--blue); content: ""; transform: rotate(-8deg); }
.rating-choice input:checked + label { border-color: var(--blue); box-shadow: inset 0 0 0 2px var(--blue); background: var(--soft-blue); color: var(--blue); font-weight: 850; }
.rating-details { margin-block: 35px!important; padding-block: 30px; border-block: 1px solid var(--line); }
.rating-details > .eyebrow { margin-bottom: 22px; }
.rating-details > div { margin-bottom: 19px; }
.action-row form { margin: 0; }
.pending-notice { display: inline-flex; margin-bottom: 16px; padding: 8px 11px; border: 1px solid #d5aa34; background: #fff8dc; color: #785600; font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.status-label.pending { border-color: #d5aa34; background: #fff8dc; color: #785600; }
.empty-state .text-link { display: inline-flex; margin-top: 15px; }
.auth-reset-link { display: inline-flex; margin-top: 16px; color: var(--blue); font-size: 13px; font-weight: 750; }

@media (max-width: 1040px) {
    .main-nav { display: none; }
    .home-hero-grid, .intro-grid, .product-grid, .auth-split, .account-form-grid, .collection-form-grid { grid-template-columns: 1fr; }
    .home-hero-grid { gap: 45px; }
    .home-hero-copy { padding-top: 20px; }
    .product-media { min-height: 540px; }
    .product-copy { padding: 45px 0 5px; }
    .analysis-grid, .reviews-layout, .story-grid { grid-template-columns: 1fr; }
    .filter-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .filter-grid .button { min-height: 56px; }
    .racket-grid { grid-template-columns: repeat(2,1fr); }
    .auth-form-panel { justify-content: center; padding: 60px 35px; }
    .auth-story-panel { min-height: 720px; }
    .account-form-grid, .collection-form-grid { gap: 45px; }
    .account-form-grid aside { position: static; }
}

@media (max-width: 720px) {
    .shell, .hero-shell { width: min(var(--max), calc(100% - 28px)); }
    .header-row { min-height: 70px; }
    .header-actions .text-link { display: none; }
    .header-actions .button { min-height: 40px; padding-inline: 11px; font-size: 12px; }
    .home-hero-grid { min-height: auto; padding-block: 52px; }
    .home-hero h1, .directory-intro h1 { font-size: 56px; }
    .home-hero-copy > p { font-size: 16px; }
    .hero-actions, .hero-actions .button, .action-row, .action-row .button { width: 100%; }
    .hero-racket-stage { min-height: 470px; }
    .hero-racket { width: 175px; }
    .hero-racket img { height: 195px; }
    .hero-racket-1 { top: 40px; left: 28px; }
    .hero-racket-2 { right: 24px; bottom: 42px; }
    .hero-racket-3 { display: none; }
    .strip-grid, .quick-facts, .shop-grid, .filter-grid, .racket-grid, .footer-grid { grid-template-columns: 1fr; }
    .strip-grid > div, .quick-facts > div { border-right: 0; border-bottom: 1px solid var(--line); }
    .section { padding: 58px 0; }
    .section-head, .result-head { align-items: flex-start; flex-direction: column; }
    .section-head h2, .collection-story h2, .final-cta h2 { font-size: 43px; }
    .racket-card-media { min-height: 270px; }
    .racket-card-media img { height: 245px; }
    .story-grid { gap: 45px; }
    .story-steps > div { grid-template-columns: 35px 1fr; }
    .story-steps p { grid-column: 2; }
    .directory-intro { padding: 52px 0; }
    .intro-grid { gap: 30px; }
    .directory-tools { padding: 14px 0; }
    .filter-grid { gap: 1px; }
    .product-media { min-height: 430px; }
    .product-photo { width: 82%; height: 370px; }
    .product-copy h1 { font-size: 55px; }
    .data-module { padding: 25px 18px; }
    .subscore-grid { grid-template-columns: 1fr; }
    .review { grid-template-columns: 40px 1fr; }
    .review time { grid-column: 2; }
    .footer-grid { gap: 34px; }
    .footer-note { text-align: left; }
    .auth-form-panel { padding: 48px 14px 58px; }
    .auth-form-inner h1 { font-size: 50px; }
    .auth-story-panel { min-height: 660px; padding: 50px 24px; }
    .auth-story-copy h2 { font-size: 46px; }
    .auth-photo-card { width: 185px; }
    .auth-photo-card img { height: 210px; }
    .auth-photo-card.first { left: 5%; }
    .auth-photo-card.second { right: 3%; }
    .auth-card, .verification-card { padding: 34px 22px; }
    .auth-card h1, .verification-card h1 { font-size: 43px; }
    .profile-head, .profile-identity { align-items: flex-start; flex-direction: column; }
    .profile-actions, .profile-actions .button { width: 100%; }
    .profile-kpis { grid-template-columns: 1fr 1fr; }
    .profile-kpis > div:nth-child(2) { border-right: 0; }
    .profile-kpis > div { border-bottom: 1px solid var(--line); }
    .history-item { grid-template-columns: 110px 1fr; gap: 18px; }
    .history-media { min-height: 130px; }
    .history-media img { height: 125px; }
    .history-rating { grid-column: 2; justify-items: start; text-align: left; }
    .account-form-page, .collection-form-page { padding: 55px 0; }
    .account-form-card, .collection-form-card { padding: 30px 20px; }
    .account-form-grid aside h1, .collection-product h1 { font-size: 46px; }
    .collection-form-card h2 { font-size: 39px; }
    .collection-product-media { min-height: 310px; }
    .collection-product-media img { height: 285px; }
    .status-choice > div { grid-template-columns: 1fr; }
}
