/*
 * TopVelocity — Public Player Recruiting Profile
 * v3.15.063 — Complete redesign, PBR/PG-inspired
 */

/* ── Reset ─────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --red:      #c41e3a;
    --red-dk:   #9e1830;
    --red-glow: rgba(196,30,58,.2);
    --gold:     #f5a623;
    --dark:     #080b12;
    --card:     #0f1520;
    --card2:    #141d2b;
    --border:   rgba(255,255,255,.09);
    --text:     #dde4f0;
    --muted:    #7a8899;
    --green:    #22c55e;
    --blue:     #3b82f6;
    --ff-d:     'Oswald', 'Impact', sans-serif;
    --ff-b:     'Barlow', -apple-system, sans-serif;
    --ff-c:     'Barlow Condensed', 'Arial Narrow', sans-serif;
}

body.tv-player-profile-page {
    font-family: var(--ff-b);
    background: var(--dark);
    color: var(--text);
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    overflow-x: hidden;
}
body.tv-player-profile-page a { text-decoration: none; color: inherit; }
body.tv-player-profile-page img { display: block; max-width: 100%; }
.admin-bar .tvpp-topbar { top: 32px; }

/* ── Top bar ─────────────────────────────────────────────────────────── */
.tvpp-topbar {
    position: sticky; top: 0; z-index: 200;
    background: rgba(8,11,18,.96);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
    padding: 11px 0;
}
.tvpp-topbar-inner {
    max-width: 1140px; margin: 0 auto; padding: 0 24px;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.tvpp-topbar-logo img { height: 30px; }
.tvpp-topbar-tagline {
    font-family: var(--ff-c); font-size: 11px; letter-spacing: 2px;
    text-transform: uppercase; color: var(--muted);
}
.tvpp-topbar-cta {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 9px 20px; background: var(--red); color: #fff;
    border-radius: 8px; font-family: var(--ff-c); font-weight: 700;
    font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase;
    transition: background .18s; white-space: nowrap;
}
.tvpp-topbar-cta:hover { background: var(--red-dk); }

/* ── Hero ─────────────────────────────────────────────────────────────── */
.tvpp-hero {
    background: linear-gradient(160deg, #0d111c 0%, #0a0e18 45%, #110814 100%);
    padding: 48px 0 40px; position: relative; overflow: hidden;
}
.tvpp-hero::after {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(ellipse at 75% 40%, rgba(196,30,58,.11) 0%, transparent 55%),
                radial-gradient(ellipse at 10% 80%, rgba(245,166,35,.05) 0%, transparent 45%);
}
.tvpp-hero-inner {
    max-width: 1140px; margin: 0 auto; padding: 0 24px;
    display: grid; grid-template-columns: auto 1fr; gap: 36px;
    align-items: center; position: relative; z-index: 1;
}
.tvpp-hero-photo {
    width: 164px; height: 164px; border-radius: 50%;
    overflow: hidden; flex-shrink: 0;
    border: 3px solid var(--red);
    box-shadow: 0 0 0 6px rgba(196,30,58,.14), 0 16px 48px rgba(0,0,0,.6);
}
.tvpp-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.tvpp-hero-initials {
    width: 100%; height: 100%; display: flex; align-items: center;
    justify-content: center; background: linear-gradient(135deg,#1a2235,#0d1018);
    font-family: var(--ff-d); font-size: 52px; color: var(--red); letter-spacing: 2px;
}
.tvpp-verified-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(196,30,58,.14); border: 1px solid rgba(196,30,58,.28);
    color: var(--red); font-family: var(--ff-c); font-size: 10px;
    font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase;
    padding: 4px 12px; border-radius: 20px; margin-bottom: 12px;
}
.tvpp-verified-badge::before { content: '●'; font-size: 7px; animation: tvpulse 2s infinite; }
@keyframes tvpulse { 0%,100%{opacity:1} 50%{opacity:.25} }

.tvpp-hero-name {
    font-family: var(--ff-d);
    font-size: clamp(36px, 5.5vw, 60px);
    line-height: .95; letter-spacing: 1px; color: #fff; margin-bottom: 8px;
}
.tvpp-hero-name em { color: var(--red); font-style: normal; }
.tvpp-hero-headline { font-size: 15px; color: var(--muted); margin-bottom: 18px; line-height: 1.55; max-width: 500px; }

.tvpp-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 22px; }
.tvpp-pill {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 6px 14px; border-radius: 20px;
    font-family: var(--ff-c); font-size: 13px; font-weight: 600;
    letter-spacing: .4px; white-space: nowrap; line-height: 1.2;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
    color: #c8d4e4;
}
.tvpp-pill-lbl { font-size: 9px; letter-spacing: .8px; text-transform: uppercase; color: var(--muted); margin-right: 1px; font-weight: 700; }
.tvpp-pill.pos  { background: rgba(196,30,58,.18); border-color: rgba(196,30,58,.38); color: #fff; font-weight: 700; }
.tvpp-pill.committed { background: rgba(34,197,94,.1); border-color: rgba(34,197,94,.3); color: #4ade80; font-weight: 700; }

.tvpp-hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.tvpp-btn {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 13px 26px; border-radius: 9px;
    font-family: var(--ff-c); font-weight: 700; font-size: 14px;
    letter-spacing: .8px; text-transform: uppercase;
    transition: all .18s; cursor: pointer; border: none;
}
.tvpp-btn-red  { background: var(--red); color: #fff; box-shadow: 0 4px 18px rgba(196,30,58,.3); }
.tvpp-btn-red:hover { background: var(--red-dk); transform: translateY(-1px); }
.tvpp-btn-ghost { background: transparent; color: var(--text); border: 1px solid var(--border); }
.tvpp-btn-ghost:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.22); }

/* ── Velocity banner ──────────────────────────────────────────────────── */
.tvpp-velo-banner {
    background: linear-gradient(90deg, rgba(196,30,58,.07) 0%, transparent 100%);
    border-top: 1px solid rgba(196,30,58,.18); border-bottom: 1px solid var(--border); padding: 20px 0;
}
.tvpp-velo-inner {
    max-width: 1140px; margin: 0 auto; padding: 0 24px;
    display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap;
}
.tvpp-velo-stat { text-align: center; padding: 6px 36px; }
.tvpp-velo-stat + .tvpp-velo-stat { border-left: 1px solid var(--border); }
.tvpp-velo-num { font-family: var(--ff-d); font-size: 42px; line-height: 1; letter-spacing: 1px; color: #fff; }
.tvpp-velo-num.red  { color: var(--red); }
.tvpp-velo-num.gold { color: var(--gold); }
.tvpp-velo-num.green { color: var(--green); }
.tvpp-velo-lbl { font-family: var(--ff-c); font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: 1.4px; margin-top: 5px; }

/* ── Layout ────────────────────────────────────────────────────────────── */
.tvpp-body { max-width: 1140px; margin: 0 auto; padding: 32px 24px 60px; }
.tvpp-cols { display: grid; grid-template-columns: 1fr 340px; gap: 24px; align-items: start; }

/* ── Cards ─────────────────────────────────────────────────────────────── */
.tvpp-card { background: var(--card); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin-bottom: 20px; }
.tvpp-card-hd {
    display: flex; align-items: center; gap: 10px;
    padding: 14px 20px; border-bottom: 1px solid var(--border); background: rgba(255,255,255,.018);
}
.tvpp-card-hd-icon { width: 32px; height: 32px; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
.tvpp-card-hd-title { font-family: var(--ff-d); font-size: 16px; color: #fff; letter-spacing: 1px; }
.tvpp-card-hd-sub { font-size: 11px; color: var(--muted); margin-top: 1px; font-family: var(--ff-c); letter-spacing: .4px; }
.tvpp-card-body { padding: 20px; }

/* ── Velocity chart ─────────────────────────────────────────────────────── */
.tvpp-chart-box { height: 195px; position: relative; }
.tvpp-chart-box canvas { width: 100%; height: 100%; }
.tvpp-chart-pills { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding-top: 14px; margin-top: 14px; border-top: 1px solid var(--border); }
.tvpp-chart-pill { text-align: center; padding: 9px 16px; background: var(--card2); border: 1px solid var(--border); border-radius: 9px; }
.tvpp-chart-pill-val { font-family: var(--ff-d); font-size: 22px; color: #fff; line-height: 1; }
.tvpp-chart-pill-lbl { font-family: var(--ff-c); font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .8px; margin-top: 3px; }
.tvpp-chart-gain { font-family: var(--ff-c); font-weight: 700; font-size: 14px; color: var(--green); display: flex; align-items: center; gap: 4px; }
.tvpp-chart-evals { font-family: var(--ff-c); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .8px; margin-left: auto; }

/* ── Athletic snapshot tiles ──────────────────────────────────────────── */
.tvpp-snapshot { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; }
.tvpp-snap-tile { background: var(--card); border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; text-align: center; position: relative; overflow: hidden; }
.tvpp-snap-tile::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; }
.tvpp-snap-tile.velocity::before { background: var(--red); }
.tvpp-snap-tile.power::before    { background: var(--gold); }
.tvpp-snap-tile.speed::before    { background: var(--green); }
.tvpp-snap-tile.strength::before { background: var(--blue); }
.tvpp-snap-tile.default::before  { background: var(--muted); }
.tvpp-snap-val { font-family: var(--ff-d); font-size: 30px; color: #fff; line-height: 1; margin-bottom: 4px; }
.tvpp-snap-unit { font-size: 13px; color: var(--muted); margin-left: 2px; }
.tvpp-snap-lbl { font-family: var(--ff-c); font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; }

/* ── Pitch arsenal ──────────────────────────────────────────────────────── */
.tvpp-arsenal-grid { display: flex; flex-direction: column; gap: 10px; }
.tvpp-pitch-row { background: var(--card2); border: 1px solid var(--border); border-radius: 9px; padding: 12px 16px; display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 12px; }
.tvpp-pitch-name { font-weight: 700; font-size: 14px; color: #fff; }
.tvpp-pitch-meta { font-family: var(--ff-c); font-size: 11px; color: var(--muted); margin-top: 2px; }
.tvpp-pitch-velo { font-family: var(--ff-d); font-size: 24px; color: #fff; text-align: right; line-height: 1; }
.tvpp-pitch-velo-lbl { font-family: var(--ff-c); font-size: 9px; color: var(--muted); text-align: right; text-transform: uppercase; letter-spacing: .8px; }
.tvpp-pitch-spin { text-align: right; }
.tvpp-pitch-spin-val { font-family: var(--ff-c); font-size: 13px; font-weight: 700; color: var(--text); }
.tvpp-pitch-spin-lbl { font-family: var(--ff-c); font-size: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .6px; }
.tvpp-pitch-grade-badge { padding: 4px 10px; border-radius: 6px; font-family: var(--ff-c); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; text-align: center; min-width: 54px; }

/* ── Mechanics scorecard ─────────────────────────────────────────────────── */
.tvpp-mech-score-ring { display: flex; align-items: center; gap: 20px; margin-bottom: 16px; }
.tvpp-ring-circle { width: 96px; height: 96px; border-radius: 50%; border: 3px solid; display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; }
.tvpp-ring-num { font-family: var(--ff-d); font-size: 32px; line-height: 1; color: #fff; }
.tvpp-ring-den { font-family: var(--ff-c); font-size: 11px; color: var(--muted); letter-spacing: .8px; }
.tvpp-ring-label { font-family: var(--ff-c); font-size: 13px; color: var(--muted); }
.tvpp-ring-label strong { color: var(--text); display: block; font-size: 15px; margin-bottom: 3px; }
.tvpp-mech-row { display: flex; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.04); }
.tvpp-mech-row:last-child { border-bottom: none; }
.tvpp-mech-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; background: rgba(255,255,255,.15); }
.tvpp-mech-dot.pass { background: var(--green); }
.tvpp-mech-label { flex: 1; font-family: var(--ff-c); font-size: 13px; color: var(--muted); }
.tvpp-mech-label.pass { color: var(--text); }

/* ── Percentile bars ─────────────────────────────────────────────────────── */
.tvpp-pct-row { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.04); }
.tvpp-pct-row:last-child { border-bottom: none; }
.tvpp-pct-lbl { width: 140px; flex-shrink: 0; font-family: var(--ff-c); font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; }
.tvpp-pct-track { flex: 1; height: 7px; background: rgba(255,255,255,.06); border-radius: 4px; overflow: hidden; }
.tvpp-pct-fill { height: 100%; border-radius: 4px; transition: width 1.3s ease-out; }
.tvpp-pct-num { width: 38px; text-align: right; font-family: var(--ff-c); font-weight: 700; font-size: 13px; flex-shrink: 0; }

/* ── Video ─────────────────────────────────────────────────────────────── */
.tvpp-video-frame { position: relative; padding-top: 56.25%; border-radius: 9px; overflow: hidden; background: #000; }
.tvpp-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }

/* ── Bio ───────────────────────────────────────────────────────────────── */
.tvpp-bio { font-size: 15px; color: var(--muted); line-height: 1.8; }

/* ── Sidebar contact card ─────────────────────────────────────────────── */
.tvpp-contact-card {
    background: linear-gradient(145deg, #1a0a10 0%, #200c14 100%);
    border: 1px solid rgba(196,30,58,.25);
    border-radius: 12px; padding: 24px; margin-bottom: 20px;
}
.tvpp-contact-card h3 { font-family: var(--ff-d); font-size: 20px; color: #fff; letter-spacing: 1px; margin-bottom: 6px; }
.tvpp-contact-card p { font-size: 13px; color: var(--muted); margin-bottom: 18px; line-height: 1.6; }
.tvpp-contact-form { display: flex; flex-direction: column; gap: 9px; }
.tvpp-contact-form input,
.tvpp-contact-form select,
.tvpp-contact-form textarea {
    width: 100%; padding: 11px 14px;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px; color: #fff; font-family: var(--ff-b); font-size: 14px;
    outline: none; transition: border-color .18s; resize: none;
}
.tvpp-contact-form input::placeholder, .tvpp-contact-form textarea::placeholder { color: rgba(255,255,255,.3); }
.tvpp-contact-form select option { background: #1a1a1a; }
.tvpp-contact-form input:focus, .tvpp-contact-form select:focus, .tvpp-contact-form textarea:focus { border-color: rgba(196,30,58,.5); }
.tvpp-contact-submit {
    width: 100%; padding: 13px; background: var(--red);
    color: #fff; border: none; border-radius: 8px;
    font-family: var(--ff-c); font-weight: 700; font-size: 14px;
    letter-spacing: 1px; text-transform: uppercase; cursor: pointer; transition: background .18s;
}
.tvpp-contact-submit:hover { background: var(--red-dk); }
.tvpp-contact-success {
    padding: 12px 14px; background: rgba(34,197,94,.12);
    border: 1px solid rgba(34,197,94,.25); border-radius: 8px;
    color: #4ade80; font-size: 14px; text-align: center; display: none; line-height: 1.5;
}

/* ── Quick stats sidebar ─────────────────────────────────────────────────── */
.tvpp-qs-row { display: flex; align-items: center; justify-content: space-between; padding: 11px 20px; border-bottom: 1px solid rgba(255,255,255,.04); }
.tvpp-qs-row:last-child { border-bottom: none; }
.tvpp-qs-lbl { font-family: var(--ff-c); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .8px; }
.tvpp-qs-val { font-family: var(--ff-c); font-weight: 700; font-size: 14px; color: #fff; }

/* ── Division fit ─────────────────────────────────────────────────────── */
.tvpp-div-badge { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 8px; margin-bottom: 8px; border: 1px solid; }
.tvpp-div-icon { font-size: 18px; flex-shrink: 0; }
.tvpp-div-name { font-family: var(--ff-c); font-weight: 700; font-size: 14px; }
.tvpp-div-sub { font-size: 11px; color: var(--muted); margin-top: 1px; }

/* ── Org card ─────────────────────────────────────────────────────────── */
.tvpp-org-link { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: var(--card); border: 1px solid var(--border); border-radius: 10px; margin-bottom: 20px; }
.tvpp-org-logo-wrap { width: 44px; height: 44px; border-radius: 9px; flex-shrink: 0; overflow: hidden; background: var(--card2); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.tvpp-org-logo-wrap img { width: 100%; height: 100%; object-fit: cover; }
.tvpp-org-name { font-weight: 700; font-size: 13px; color: #fff; }
.tvpp-org-city { font-size: 11px; color: var(--muted); margin-top: 2px; }
.tvpp-org-arrow { margin-left: auto; color: var(--red); font-size: 14px; font-weight: 700; }

/* ── Footer ─────────────────────────────────────────────────────────── */
.tvpp-footer { border-top: 1px solid var(--border); padding: 24px 0; }
.tvpp-footer-inner { max-width: 1140px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; font-size: 12px; color: var(--muted); }
.tvpp-footer-brand { font-family: var(--ff-d); font-size: 16px; letter-spacing: 2px; color: var(--red); }

/* ── Animations ─────────────────────────────────────────────────────── */
.tv-fade { opacity: 0; transform: translateY(14px); transition: opacity .5s, transform .5s; }
.tv-fade.tv-in { opacity: 1; transform: translateY(0); }

/* ── Responsive ─────────────────────────────────────────────────────── */
@media (max-width: 920px) {
    .tvpp-cols { grid-template-columns: 1fr; }
    .tvpp-aside { order: -1; }
    .tvpp-contact-card { display: none; }
    .tvpp-contact-mobile { display: block !important; }
}
@media (max-width: 640px) {
    .tvpp-hero-inner { grid-template-columns: 1fr; text-align: center; }
    .tvpp-hero-photo { width: 130px; height: 130px; margin: 0 auto; }
    .tvpp-tags { justify-content: center; }
    .tvpp-hero-ctas { justify-content: center; }
    .tvpp-velo-stat { padding: 6px 18px; }
    .tvpp-snapshot { grid-template-columns: repeat(2, 1fr); }
    .tvpp-pitch-row { grid-template-columns: 1fr auto auto; }
    .tvpp-pitch-spin { display: none; }
    .tvpp-velo-num { font-size: 34px; }
    .tvpp-hero-name { font-size: 32px; }
}

/* ── Stat bar (replaces velocity-only banner) ──────────────────────── */
.tvpp-stat-bar {
    background: linear-gradient(90deg,rgba(196,30,58,.06) 0%,transparent 100%);
    border-top: 1px solid rgba(196,30,58,.16); border-bottom: 1px solid var(--border);
    padding: 16px 0;
}
.tvpp-stat-bar-inner {
    max-width: 1140px; margin: 0 auto; padding: 0 24px;
    display: flex; align-items: center; justify-content: center;
    flex-wrap: wrap; gap: 0;
}
.tvpp-stat-tile {
    text-align: center; padding: 6px 28px; position: relative;
}
.tvpp-stat-tile + .tvpp-stat-tile { border-left: 1px solid var(--border); }
.tvpp-stat-tile.accent { background: none; }
.tvpp-stat-val {
    font-family: var(--ff-d); font-size: 30px; line-height: 1;
    letter-spacing: .5px; color: #fff;
}
.tvpp-stat-val.red   { color: var(--red); }
.tvpp-stat-val.gold  { color: var(--gold); }
.tvpp-stat-val.green { color: var(--green); }
.tvpp-stat-lbl {
    font-family: var(--ff-c); font-size: 9px; color: var(--muted);
    text-transform: uppercase; letter-spacing: 1.2px; margin-top: 4px;
}

/* ── Pitch cards ─────────────────────────────────────────────────────── */
.tvpp-pitch-card {
    background: var(--card2); border: 1px solid var(--border);
    border-radius: 11px; overflow: hidden; margin-bottom: 10px;
    position: relative;
}
.tvpp-pitch-accent {
    height: 3px; background: var(--pcolor);
}
.tvpp-pitch-header {
    display: flex; align-items: flex-start; justify-content: space-between;
    gap: 10px; padding: 12px 14px 8px;
}
.tvpp-pitch-name { font-weight: 700; font-size: 15px; color: #fff; }
.tvpp-pitch-meta2 { font-family: var(--ff-c); font-size: 11px; color: var(--muted); margin-top: 2px; }
.tvpp-pitch-stats-zone {
    display: grid; grid-template-columns: 1fr auto;
    gap: 12px; padding: 0 14px 14px; align-items: start;
}
.tvpp-pitch-metrics { display: flex; flex-direction: column; gap: 5px; }
.tvpp-pitch-metric-main {
    display: flex; align-items: baseline; gap: 5px; margin-bottom: 4px;
}
.tvpp-pitch-velo-big { font-family: var(--ff-d); font-size: 34px; line-height: 1; font-weight: 700; }
.tvpp-pitch-velo-unit { font-family: var(--ff-c); font-size: 13px; color: var(--muted); }
.tvpp-pitch-velo-max { font-family: var(--ff-c); font-size: 11px; color: var(--muted); margin-left: 3px; }
.tvpp-pitch-metric-row {
    display: flex; gap: 8px; align-items: baseline;
}
.tvpp-pitch-metric-lbl {
    font-family: var(--ff-c); font-size: 10px; color: var(--muted);
    text-transform: uppercase; letter-spacing: .6px; width: 64px; flex-shrink: 0;
}
.tvpp-pitch-metric-val { font-family: var(--ff-c); font-size: 13px; font-weight: 600; color: var(--text); }

/* ── Strike Zone ─────────────────────────────────────────────────────── */
.tvpp-pitch-zone-wrap { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.tvpp-sz {
    position: relative; width: 110px; height: 135px;
    background-size: cover; background-position: center bottom;
    border-radius: 8px; overflow: hidden;
    border: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 4px 12px rgba(0,0,0,.4);
    flex-shrink: 0;
}
.tvpp-sz-overlay {
    position: absolute; inset: 0; background: rgba(0,0,0,.4); pointer-events: none;
}
.tvpp-sz-box {
    position: absolute; left: 20%; right: 20%; top: 10%; bottom: 26%;
    border: 1.5px solid rgba(255,255,255,.8);
    background: rgba(255,255,255,.06); border-radius: 1px;
}
.tvpp-sz-line {
    position: absolute; background: rgba(255,255,255,.3);
}
.tvpp-sz-v1 { left: 33.33%; top: 0; bottom: 0; width: 1px; }
.tvpp-sz-v2 { left: 66.66%; top: 0; bottom: 0; width: 1px; }
.tvpp-sz-h1 { top: 33.33%; left: 0; right: 0; height: 1px; }
.tvpp-sz-h2 { top: 66.66%; left: 0; right: 0; height: 1px; }
.tvpp-sz-plate {
    position: absolute; bottom: 5%; left: 50%; transform: translateX(-50%);
    width: 30px; height: 7px;
    background: linear-gradient(180deg, #fff 0%, #e5e7eb 100%);
    clip-path: polygon(10% 100%, 0% 0%, 100% 0%, 90% 100%, 50% 60%);
}
.tvpp-sz-dot {
    position: absolute; width: 14px; height: 14px; border-radius: 50%;
    transform: translate(-50%,-50%); z-index: 10;
}
.tvpp-sz-lbl {
    position: absolute; font-size: 7px; font-weight: 700; letter-spacing: .8px;
    color: rgba(255,255,255,.7); text-shadow: 0 1px 3px rgba(0,0,0,.8);
    font-family: var(--ff-c);
}
.tvpp-sz-lbl-hi { top: 2px; left: 50%; transform: translateX(-50%); }
.tvpp-sz-lbl-lo { bottom: 22%; left: 50%; transform: translateX(-50%); }
.tvpp-sz-lbl-in { left: 2px; top: 40%; writing-mode: vertical-rl; transform: rotate(180deg); }
.tvpp-sz-lbl-out { right: 2px; top: 40%; writing-mode: vertical-rl; }
.tvpp-sz-caption {
    font-family: var(--ff-c); font-size: 9px; color: var(--muted);
    text-transform: uppercase; letter-spacing: .6px; text-align: center;
}

/* ── Mobile optimizations ────────────────────────────────────────────── */
/* Desktop: hide mobile contact, show aside contact card */
.tvpp-contact-mobile { display: none; }

@media (max-width: 920px) {
    .tvpp-cols { grid-template-columns: 1fr; }
    .tvpp-aside { order: -1; }
    /* Hide sidebar contact card, show inline mobile version */
    .tvpp-aside .tvpp-contact-card { display: none; }
    .tvpp-contact-mobile { display: block; }
    .tvpp-snapshot { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
    .tvpp-hero-inner { grid-template-columns: 1fr; text-align: center; }
    .tvpp-hero-photo { width: 120px; height: 120px; margin: 0 auto; }
    .tvpp-tags { justify-content: center; }
    .tvpp-hero-ctas { justify-content: center; }
    .tvpp-hero-name { font-size: 30px; }
    .tvpp-hero { padding: 32px 0 28px; }
    .tvpp-stat-tile { padding: 6px 14px; }
    .tvpp-stat-val { font-size: 22px; }
    .tvpp-stat-lbl { font-size: 8px; }
    .tvpp-snapshot { grid-template-columns: repeat(2, 1fr); }
    .tvpp-pitch-stats-zone { grid-template-columns: 1fr; }
    .tvpp-pitch-zone-wrap { flex-direction: row; align-items: center; }
    .tvpp-sz { width: 90px; height: 110px; }
    .tvpp-pct-lbl { width: 100px; font-size: 10px; }
    .tvpp-velo-stat { padding: 6px 14px; }
    .tvpp-body { padding: 20px 16px 48px; }
    /* Mobile sticky contact button */
    .tvpp-mobile-cta-sticky {
        display: flex !important;
        position: fixed; bottom: 0; left: 0; right: 0; z-index: 150;
        padding: 10px 16px 16px;
        background: linear-gradient(180deg, transparent 0%, rgba(8,11,18,.98) 30%);
    }
    .tvpp-mobile-cta-sticky a {
        flex: 1; text-align: center; padding: 14px;
        background: var(--red); color: #fff;
        border-radius: 10px; font-family: var(--ff-c); font-weight: 700;
        font-size: 14px; letter-spacing: .8px; text-transform: uppercase;
        box-shadow: 0 4px 20px rgba(196,30,58,.4);
    }
    .tvpp-topbar-tagline { display: none; }
    /* Extra bottom padding so sticky CTA doesn't cover content */
    .tvpp-footer { padding-bottom: 80px; }
}
@media (max-width: 380px) {
    .tvpp-stat-tile + .tvpp-stat-tile { border-left: none; border-top: 1px solid var(--border); }
    .tvpp-stat-bar-inner { flex-direction: column; gap: 0; }
    .tvpp-hero-name { font-size: 26px; }
}

/* ── Movement plot ───────────────────────────────────────────────────── */
.tvpp-mv-plot {
    position: relative; width: 110px; height: 110px;
    background: #f8fafc; border-radius: 8px; overflow: hidden;
    border: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 4px 12px rgba(0,0,0,.3); flex-shrink: 0;
}
