    :root {
      /* ── Brand palette ── */
      --black: #0d0d0d;
      --white: #f5f0e8;
      --cream: #ede5d5;
      --cream-hover: #f0ede6;
      --green: #1e6b3c;
      --green-muted: #a8dbb9;
      --orange: #e85c1a;
      --orange-dark: #c44d15;
      --orange-light: #f47c42;
      --gray: #8a8478;
      --error: #c0392b;
      --border: rgba(13,13,13,0.12);
      /* ── Text scale ── */
      --text-muted: #4a473e;
      --text-body: #3a3730;
      --text-dark: #2a2720;
      /* ── Surface colours ── */
      --footer-bg: #080808;
      --spec-bg: #0e0d0b;
      --spec-bg-hover: #181612;
      /* ── Typography ── */
      --serif: 'Playfair Display', Georgia, serif;
      --sans: 'DM Sans', system-ui, sans-serif;
      --mono: 'DM Mono', monospace;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; color-scheme: only light; background: var(--white); }
    body { background: var(--white); color: var(--black); font-family: var(--sans); font-weight: 300; line-height: 1.6; overflow-x: hidden; }

    /* SKIP LINK */
    .skip-link {
      position: absolute;
      top: -100%;
      left: 1rem;
      background: var(--orange);
      color: var(--white);
      padding: 0.6rem 1.2rem;
      border-radius: 0 0 4px 4px;
      font-family: var(--sans);
      font-size: 0.82rem;
      font-weight: 500;
      text-decoration: none;
      z-index: 9999;
      transition: top 0.2s;
    }
    .skip-link:focus { top: 0; }

    /* HONEYPOT — visually hidden from users and screen readers, still fillable by bots */
    .u-hidden { display: none; visibility: hidden; position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

    /* PAGE SYSTEM */
    .page { display: none; overflow-x: hidden; }
    .page.active { display: block; }

    /* NAV */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      display: flex; align-items: center; justify-content: space-between;
      padding: 1.25rem 3rem;
      background: var(--white);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid var(--border);
    }
    .nav-logo { cursor: pointer; display: flex; align-items: center; background: none; border: none; padding: 0; }
    .nav-logo-img { height: 44px; width: auto; display: block; object-fit: contain; }
    .nav-links { display: flex; gap: 1.75rem; list-style: none; }
    .nav-links a { font-family: var(--sans); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--black); text-decoration: none; opacity: 0.6; transition: opacity 0.2s; cursor: pointer; }
    .nav-links a:hover { opacity: 1; }
    .nav-links a.nav-active { opacity: 1; color: var(--orange); }
    .nav-cta { font-family: var(--sans); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); background: var(--orange); padding: 0.6rem 1.4rem; border-radius: 2px; cursor: pointer; transition: background 0.2s, transform 0.15s; }
    .nav-cta:hover { background: var(--orange-dark); transform: translateY(-1px); }

    /* SHARED */
    .section-label { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--orange); margin-bottom: 1.25rem; display: flex; align-items: center; gap: 0.75rem; }
    .section-label::before { content: ''; display: block; width: 24px; height: 1px; background: var(--orange); }
    .section-title { font-family: var(--serif); font-size: clamp(2.2rem, 3.5vw, 3.5rem); font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; color: var(--black); }
    .section-title em { font-style: italic; color: var(--green); }
    .btn-primary { font-family: var(--sans); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); background: var(--orange); padding: 1rem 2.2rem; border-radius: 2px; text-decoration: none; display: inline-block; cursor: pointer; border: none; transition: background 0.2s, transform 0.15s; }
    .btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
    .btn-ghost { font-family: var(--sans); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--black); text-decoration: none; display: flex; align-items: center; gap: 0.5rem; opacity: 0.65; cursor: pointer; transition: opacity 0.2s; width: fit-content; background: none; border: none; }
    .btn-ghost:hover { opacity: 1; }
    .btn-ghost::after { content: '→'; transition: transform 0.2s; }
    .btn-ghost:hover::after { transform: translateX(3px); }

    /* PAGE HERO BANNER */
    .page-banner { padding: 9rem 3rem 5rem; background: var(--black); position: relative; overflow: hidden; }
    .page-banner::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--orange), var(--green)); }
    .page-banner-eyebrow { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--orange-light); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.75rem; }
    .page-banner-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--orange-light); }
    .page-banner h1 { font-family: var(--serif); font-size: clamp(3rem, 5vw, 5rem); font-weight: 700; line-height: 1.05; color: var(--white); }
    .page-banner h1 em { font-style: italic; color: var(--orange); }
    .page-banner-sub { font-size: 1.05rem; color: rgba(250,248,244,0.55); margin-top: 1.25rem; max-width: 520px; line-height: 1.7; }
    .page-banner-bg { position: absolute; right: -2rem; bottom: -1rem; font-family: var(--serif); font-size: 18vw; font-weight: 700; color: rgba(255,255,255,0.025); line-height: 1; pointer-events: none; white-space: nowrap; }

    /* PAGE BANNER HERO IMAGES */
    #page-services .page-banner { background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1602211844066-d3bb556e983b?w=1600&q=80&fit=crop') center/cover no-repeat; }
    #page-about .page-banner { background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1530915365347-e35b749a0381?w=1600&q=80&fit=crop') center/cover no-repeat; }
    #page-membership .page-banner { background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1758304455823-35c7b577d051?w=1600&q=80&fit=crop') center/cover no-repeat; }
    #page-contact .page-banner { background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1449824913935-59a10b8d2000?w=1600&q=80&fit=crop') center/cover no-repeat; }

    /* MARQUEE */
    .marquee-strip { background: var(--orange); overflow: hidden; padding: 0.85rem 0; border-top: 1px solid var(--orange-dark); border-bottom: 1px solid var(--orange-dark); }
    .marquee-track { display: flex; animation: marquee 28s linear infinite; white-space: nowrap; will-change: transform; }
    @keyframes marquee { to { transform: translateX(-50%); } }
    .marquee-item { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(250,248,244,0.9); padding-left: 2rem; display: inline-flex; align-items: center; }
    .marquee-item::after { content: '◆'; font-size: 0.5rem; opacity: 0.5; margin-left: 2rem; }

    /* SERVICE CARDS */
    .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: var(--border); border: 1.5px solid var(--border); }
    .service-card { background: var(--cream); padding: 2.75rem 2.25rem; transition: background 0.25s; cursor: default; position: relative; overflow: hidden; }
    .service-card:hover { background: var(--white); }
    /* Orange accent line */
    .service-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0; background: var(--orange); transition: height 0.3s ease; z-index: 3; }
    .service-card:hover::before { height: 100%; }
    /* Backdrop image layer */
    .service-card::after { content: ''; position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.38; transition: opacity 0.35s ease; z-index: 0; }
    .service-card:hover::after { opacity: 0.52; }
    /* Keep all direct card content above image layer */
    .service-card > * { position: relative; z-index: 1; }
    /* Per-card backdrop images (scoped to both home and services page grids) */
    .services-grid .service-card:nth-child(1)::after { background-image: url('https://images.unsplash.com/photo-1622279457486-62dcc4a431d6?w=800&q=70&fit=crop'); }
    .services-grid .service-card:nth-child(2)::after { background-image: url('racquet-repair.jpg'); background-position: center; }
    .services-grid .service-card:nth-child(3)::after { background-image: url('https://images.unsplash.com/photo-1554068865-24cecd4e34b8?w=800&q=70&fit=crop'); }
    .services-grid .service-card:nth-child(4)::after { background-image: url('overgrip-fallback.jpg'); background-position: center 30%; }
    @supports (background-image: url('x.webp')) { .services-grid .service-card:nth-child(4)::after { background-image: url('overgrip.png.webp'); } }
    .services-grid .service-card:nth-child(5)::after { background-image: url('IMG_0765.jpeg.webp'); background-position: center 20%; opacity: 0.78; }
    .services-grid .service-card:nth-child(5):hover::after { opacity: 0.88; }
    .services-grid .service-card:nth-child(6)::after { background-image: url('proshop-desktop.jpg'); background-position: center 40%; }
    .services-grid .service-card:nth-child(7)::after { background-image: url('https://images.unsplash.com/photo-1501139083538-0139583c060f?w=800&q=70&fit=crop'); }
    .services-grid .service-card:nth-child(8)::after { background-image: url('string-consultation-fallback.jpg'); background-position: center 40%; }
    @supports (background-image: url('x.webp')) { .services-grid .service-card:nth-child(8)::after { background-image: url('7A58A9A1-EE0A-4C20-89CA-434431CF59EF_1_105_c-754789.jpg.webp'); } }
    .services-grid .service-card:nth-child(9)::after { background-image: url('string-sales.jpg'); background-position: center; }
    .services-grid .service-card:nth-child(10)::after { background-image: url('https://images.unsplash.com/photo-1484480974693-6ca0a78fb36b?w=800&q=70&fit=crop'); }
    /* Drop-Off & Pick-Up card — homepage is nth-child(8), services page is nth-child(11) */
    #home-services .services-grid .service-card:nth-child(8)::after { background-image: url('91WSLlEFViL._AC_UF1000,1000_QL80_.jpg'); background-position: center; }
    #page-services .services-grid .service-card:nth-child(11)::after { background-image: url('91WSLlEFViL._AC_UF1000,1000_QL80_.jpg'); background-position: center; }
    .service-num { font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.18em; color: var(--gray); margin-bottom: 1.75rem; }
    .service-icon { font-size: 1.8rem; margin-bottom: 1.25rem; display: block; }
    .service-name { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; margin-bottom: 0.75rem; color: var(--black); text-shadow: 0 0 18px rgba(248,244,237,1), 0 0 36px rgba(248,244,237,0.8); }
    .service-desc { font-size: 0.88rem; line-height: 1.7; color: var(--text-dark); margin-bottom: 1.5rem; text-shadow: 0 0 14px rgba(248,244,237,1), 0 0 28px rgba(248,244,237,0.7); }
    .service-price { font-family: var(--serif); font-size: 1.5rem; font-weight: 700; color: var(--black); }
    .service-price span { font-family: var(--sans); font-size: 0.78rem; font-weight: 400; color: var(--gray); }

    /* TESTIMONIALS */
    #home-testimonials { padding: 5rem 3rem; background: var(--white); }
    .testimonials-header { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
    .testimonials-header-right p { font-size: 0.92rem; line-height: 1.8; color: var(--text-muted); }
    .testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
    .testimonial-card {
      background: var(--cream);
      padding: 1.75rem;
      border-radius: 4px;
      position: relative;
      overflow: hidden;
      transition: transform 0.2s, box-shadow 0.2s;
      border-bottom: 3px solid transparent;
    }
    .testimonial-card:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(13,13,13,0.08); border-bottom-color: var(--orange); }
    .testimonial-card.featured { grid-column: span 2; display: grid; grid-template-columns: 1fr auto; gap: 2.5rem; align-items: center; background: var(--black); border-bottom-color: var(--orange); }
    .testimonial-card.featured:hover { border-bottom-color: var(--green); }
    .testimonial-quote-mark {
      font-family: var(--serif); font-size: 3.5rem; font-weight: 700; line-height: 0.8;
      color: var(--orange); opacity: 0.25; position: absolute; top: 1rem; left: 1.5rem;
      pointer-events: none; user-select: none;
    }
    .testimonial-card.featured .testimonial-quote-mark { color: var(--orange); opacity: 0.15; }
    .testimonial-stars { display: flex; gap: 3px; margin-bottom: 0.85rem; }
    .testimonial-stars .star { font-size: 0.85rem; color: var(--orange); line-height: 1; }
    .testimonial-card.featured .testimonial-stars .star { color: var(--orange-light); }
    .testimonial-text {
      font-family: var(--serif); font-size: 0.95rem; font-style: italic; font-weight: 400;
      line-height: 1.65; color: var(--text-dark); margin-bottom: 1.25rem; position: relative; z-index: 1;
    }
    .testimonial-card.featured .testimonial-text { font-size: 1.1rem; color: rgba(245,242,235,0.9); }
    .testimonial-author { display: flex; align-items: center; gap: 0.75rem; }
    .testimonial-avatar {
      width: 34px; height: 34px; border-radius: 50%;
      background: var(--green); display: flex; align-items: center; justify-content: center;
      font-family: var(--serif); font-size: 0.88rem; font-weight: 700; color: var(--white);
      flex-shrink: 0;
    }
    .testimonial-card.featured .testimonial-avatar { background: var(--orange); width: 40px; height: 40px; font-size: 1rem; }
    .testimonial-author-info { display: flex; flex-direction: column; gap: 0.2rem; }
    .testimonial-name { font-family: var(--sans); font-size: 0.82rem; font-weight: 500; color: var(--black); }
    .testimonial-card.featured .testimonial-name { color: var(--white); }
    .testimonial-meta { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray); }
    .testimonial-card.featured .testimonial-meta { color: rgba(245,242,235,0.4); }
    .testimonial-badge {
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      gap: 0.4rem; padding: 1.5rem; border-left: 1px solid rgba(245,242,235,0.1);
      text-align: center; flex-shrink: 0; min-width: 120px;
    }
    .testimonial-badge-num { font-family: var(--serif); font-size: 2.5rem; font-weight: 700; color: var(--orange); line-height: 1; }
    .testimonial-badge-label { font-family: var(--mono); font-size: 0.55rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,242,235,0.4); }

    /* FOOTER */
    footer { background: var(--footer-bg); padding: 3rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; border-top: 1px solid rgba(245,242,235,0.06); }
    .footer-logo { display: flex; align-items: center; }
    .footer-logo img { height: 36px; width: auto; display: block; filter: brightness(0) invert(1) opacity(0.65); }
    .footer-brand { display: flex; flex-direction: column; gap: 0.6rem; }
    .footer-socials { display: flex; gap: 1rem; align-items: center; }
    .footer-socials a { display: flex; align-items: center; gap: 0.4rem; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(245,242,235,0.4); text-decoration: none; transition: color 0.2s; }
    .footer-socials a:hover { color: var(--orange); }
    .footer-socials svg { width: 15px; height: 15px; fill: currentColor; flex-shrink: 0; }
    .footer-links { display: flex; gap: 2rem; list-style: none; flex-wrap: wrap; }
    .footer-links a { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(245,242,235,0.3); text-decoration: none; cursor: pointer; transition: color 0.2s; }
    .footer-links a:hover { color: rgba(245,242,235,0.7); }
    .footer-copy { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(245,242,235,0.2); }

    /* ══ HOME ══ */
    .hero { min-height: 100vh; display: flex; flex-direction: column; padding-top: 72px; position: relative; overflow: hidden; background: var(--black); }
    /* ── Hero video background ── */
    .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; pointer-events: none; }
    /* Dark veil sits between video and content so text is readable */
    .hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(8,8,8,0.62) 0%, rgba(8,8,8,0.50) 55%, rgba(8,8,8,0.28) 100%); z-index: 1; pointer-events: none; }
/* Content column — fills all available space above the stats bar */
    .hero-left { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 6rem 3rem 4rem; position: relative; z-index: 2; background: transparent; max-width: 680px; }
    .hero-eyebrow { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--orange-light); margin-bottom: 2rem; display: flex; align-items: center; gap: 0.75rem; animation-delay: 0.1s; }
    .hero-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--orange-light); }
    .hero h1 { font-family: var(--serif); font-size: clamp(3.2rem, 5.5vw, 5.5rem); font-weight: 700; line-height: 1.05; letter-spacing: -0.02em; color: var(--white); margin-bottom: 1.75rem; animation-delay: 0.25s; }
    .hero h1 em { font-style: italic; color: var(--orange); }
    .hero-sub { font-size: 1.05rem; line-height: 1.75; color: rgba(245,240,232,0.75); max-width: 480px; margin-bottom: 3rem; animation-delay: 0.4s; }
    .hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; animation-delay: 0.55s; }
    .hero-walkin { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(245,240,232,0.75); margin-top: 0.75rem; }
    /* btn-ghost override for dark hero background */
    .hero .btn-ghost { color: rgba(245,240,232,0.80); opacity: 1; }
    .hero .btn-ghost:hover { color: var(--white); opacity: 1; }
    /* Full-width stats bar pinned to the bottom of the hero */
    .hero-stats { width: 100%; display: flex; justify-content: stretch; border-top: 1px solid rgba(232,92,26,0.3); position: relative; z-index: 2; }
    .hero-stat { flex: 1; text-align: center; padding: 1.75rem 1rem; background: rgba(13,13,13,0.82); backdrop-filter: blur(10px); border-right: 1px solid rgba(232,92,26,0.2); }
    .hero-stat:last-child { border-right: none; }
    .hero-stat-num { font-family: var(--serif); font-size: 2rem; font-weight: 700; color: var(--orange); line-height: 1; display: block; }
    .hero-stat-label { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(250,248,244,0.6); display: block; margin-top: 0.4rem; }
    .hero-scroll { margin-top: 1.75rem; align-self: flex-start; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,240,232,0.45); display: flex; align-items: center; gap: 0.75rem; }
    .hero-scroll::before { content: ''; display: block; width: 1px; height: 28px; background: var(--orange); animation: scrollLine 2s ease-in-out infinite; will-change: opacity; }
    @keyframes scrollLine { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } }

    #home-services { padding: 8rem 3rem; background: var(--cream); }
    .services-header { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; margin-bottom: 5rem; }
    .services-header-right p { font-size: 1rem; line-height: 1.8; color: var(--text-muted); }

    #home-about { display: grid; grid-template-columns: 1fr 1fr; min-height: 80vh; }
    .about-visual { background: var(--black); position: relative; overflow: hidden; min-height: 500px; }
    .about-visual-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(0.7) brightness(0.6) contrast(1.1); }
    .about-visual-inner { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2rem; padding: 4rem; background: linear-gradient(to bottom, rgba(8,8,8,0.2) 0%, rgba(8,8,8,0.4) 100%); z-index: 2; }
    .about-pull-quote { font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-style: italic; font-weight: 600; color: var(--white); line-height: 1.4; text-align: center; max-width: 420px; text-shadow: 0 2px 16px rgba(0,0,0,0.6); }
    .about-pull-attr { font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,242,235,0.75); text-align: center; }
    .about-gradient-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--orange), var(--green)); }
    .about-content { padding: 6rem 4rem; display: flex; flex-direction: column; justify-content: center; background: var(--white); }
    .about-body { font-size: 1rem; line-height: 1.85; color: var(--text-body); margin: 2rem 0 2.5rem; max-width: 480px; }
    .about-body p + p { margin-top: 1rem; }
    .about-details { display: flex; flex-direction: column; gap: 0.75rem; padding-top: 2rem; border-top: 1px solid var(--border); margin-bottom: 2rem; }
    .about-detail-row { display: flex; gap: 1rem; align-items: baseline; font-size: 0.88rem; }
    .about-detail-key { font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray); min-width: 80px; }
    .about-detail-val { color: var(--black); }

    #home-demo { background: var(--black); padding: 7rem 3rem; text-align: center; position: relative; overflow: hidden; }
    #home-demo::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.72); z-index: 1; pointer-events: none; }
    #home-demo > *:not(.demo-image-wrap) { position: relative; z-index: 2; }
    #home-demo::before { content: 'DEMO'; position: absolute; font-family: var(--serif); font-size: 20vw; font-weight: 700; color: rgba(255,255,255,0.03); top: 50%; left: 50%; transform: translate(-50%,-50%); white-space: nowrap; pointer-events: none; }
    .demo-label { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--orange-light); margin-bottom: 1.5rem; }
    .demo-title { font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4rem); font-weight: 700; color: var(--white); line-height: 1.1; margin-bottom: 1.5rem; }
    .demo-title em { font-style: italic; color: var(--orange); }
    .demo-body { font-size: 1.05rem; line-height: 1.75; color: rgba(245,242,244,1); max-width: 540px; margin: 0 auto 3rem; }
    .demo-price-wrap { display: flex; justify-content: center; margin-bottom: 3rem; }
    .demo-price-tag { display: inline-flex; align-items: center; gap: 2rem; background: rgba(245,242,235,0.1); border: 1px solid rgba(245,242,235,0.25); border-radius: 4px; padding: 1.25rem 2.5rem; margin-bottom: 3rem; flex-wrap: nowrap; justify-content: center; }
    .demo-price-tag .amt { font-family: var(--mono); font-size: 0.65rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--orange-light); white-space: nowrap; }
    .demo-price-tag .demo-divider { width: 1px; height: 1.75rem; background: rgba(245,242,235,0.15); flex-shrink: 0; }
    .demo-price-tag .detail { font-size: 0.88rem; color: rgba(245,242,235,0.88); line-height: 1.5; max-width: 220px; text-align: center; }
    .demo-cta { display: inline-block; font-family: var(--sans); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange); background: var(--white); padding: 1rem 2.5rem; border-radius: 2px; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; }
    .demo-cta:hover { background: var(--cream); transform: translateY(-2px); }
    .demo-image-wrap { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
    .demo-image { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

    #home-newsletter { padding: 8rem 3rem; background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
    .newsletter-body { font-size: 1rem; line-height: 1.8; color: var(--text-muted); margin: 1.5rem 0 2.5rem; max-width: 440px; }
    .newsletter-form { display: flex; border: 1.5px solid var(--black); overflow: hidden; border-radius: 2px; }
    .newsletter-form input { flex: 1; padding: 1rem 1.25rem; font-family: var(--sans); font-size: 0.9rem; background: var(--white); border: none; outline: none; color: var(--black); }
    .newsletter-form input::placeholder { color: var(--gray); }
    .newsletter-form button { font-family: var(--sans); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); background: var(--orange); border: none; padding: 1rem 1.5rem; cursor: pointer; transition: background 0.2s; }
    .newsletter-form button:hover { background: var(--orange-dark); }
    .newsletter-note { font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.12em; color: var(--gray); margin-top: 0.75rem; }
    .newsletter-confirm { font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.1em; color: var(--green); margin-top: 0.5rem; display: none; }
    .newsletter-confirm.visible { display: block; }
    .newsletter-card { background: var(--black); border-radius: 4px; padding: 2.5rem; border-left: 4px solid var(--green); }
    .newsletter-card-tag { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--orange-light); margin-bottom: 1.5rem; }
    .newsletter-card-title { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; color: var(--white); margin-bottom: 0.75rem; }
    .newsletter-card-body { font-size: 0.88rem; line-height: 1.7; color: rgba(245,242,235,0.6); margin-bottom: 1.5rem; }
    .newsletter-card-divider { border: none; border-top: 1px solid rgba(245,242,235,0.1); margin-bottom: 1.5rem; }
    .newsletter-card-footer { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(245,242,235,0.3); }

    /* ══ ABOUT PAGE ══ */
    .about-page-story { display: grid; grid-template-columns: 1fr 1fr; padding: 7rem 3rem; gap: 6rem; align-items: center; background: var(--white); }
    .about-page-story-text p { font-size: 1.05rem; line-height: 1.9; color: var(--text-body); margin-bottom: 1.25rem; margin-top: 2rem; }
    .about-story-visual { background: linear-gradient(rgba(0,0,0,0.58), rgba(0,0,0,0.58)), image-set(url('about-quote-mobile.jpg') 1x, url('about-quote.jpg') 2x) center/cover no-repeat; border-radius: 4px; min-height: 500px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .about-story-visual-inner { text-align: center; padding: 3rem; position: relative; z-index: 2; }
    .about-story-visual-icon { font-size: 5rem; display: block; margin-bottom: 1.5rem; }
    .about-story-visual-quote { font-family: var(--serif); font-size: 1.5rem; font-style: italic; color: var(--white); line-height: 1.4; }
    .about-story-visual-quote em { color: var(--orange); font-style: normal; }
    .about-story-visual-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--orange), var(--green)); }
    .about-story-court { position: absolute; inset: 0; opacity: 0.04; pointer-events: none; }
    .about-story-court svg { width: 100%; height: 100%; }

    .about-values { background: var(--cream); padding: 7rem 3rem; }
    .about-values-header { max-width: 600px; margin: 0 auto 5rem; text-align: center; }
    .about-values-header .section-label { justify-content: center; }
    .about-values-header .section-label::before { display: none; }
    .about-values-header p { font-size: 1rem; line-height: 1.8; color: var(--text-muted); margin-top: 1rem; }
    .about-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
    .value-card { background: var(--white); padding: 2.5rem 2rem; border-radius: 4px; position: relative; overflow: hidden; transition: transform 0.2s; border-top: 3px solid var(--orange); }
    .value-card:nth-child(even) { border-top-color: var(--green); }
    .value-card:hover { transform: translateY(-4px); }
    .value-icon { font-size: 2rem; margin-bottom: 1rem; display: block; }
    .value-title { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; color: var(--black); margin-bottom: 0.75rem; }
    .value-desc { font-size: 0.88rem; line-height: 1.7; color: var(--text-muted); }

    .about-team { background: var(--white); padding: 7rem 3rem; }
    .about-team-header { margin-bottom: 4rem; }
    .about-team-header p { font-size: 1rem; line-height: 1.8; color: var(--text-muted); margin-top: 1rem; max-width: 560px; }
    .team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
    .team-card { background: var(--cream); border-radius: 4px; overflow: hidden; transition: transform 0.2s; }
    .team-card:hover { transform: translateY(-4px); }
    .team-card-visual { height: 420px; background: var(--black); display: flex; align-items: center; justify-content: center; font-size: 4rem; position: relative; overflow: hidden; }
    .team-card-visual-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 3px; }
    .team-card:nth-child(1) .team-card-visual-bar { background: var(--orange); }
    .team-card:nth-child(2) .team-card-visual-bar { background: var(--green); }
    .team-card:nth-child(3) .team-card-visual-bar { background: var(--orange); }
    .team-card-body { padding: 1.75rem; }
    .team-card-name { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; color: var(--black); margin-bottom: 0.15rem; }
    .team-card-person { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--orange); margin-bottom: 0.6rem; }
    .team-card-role { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray); margin-bottom: 0.75rem; }
    .team-card-bio { font-size: 0.88rem; line-height: 1.7; color: var(--text-muted); }

    .about-cta-strip { background: var(--green); padding: 5rem 3rem; text-align: center; }
    .about-cta-strip h2 { font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 700; color: var(--white); margin-bottom: 1rem; }
    .about-cta-strip h2 em { font-style: italic; color: var(--green-muted); }
    .about-cta-strip p { color: rgba(245,242,235,0.7); margin-bottom: 2rem; font-size: 1rem; }

    /* ══ CONTACT PAGE ══ */
    .contact-page-main { display: grid; grid-template-columns: 1fr 1fr; padding: 7rem 3rem; gap: 6rem; align-items: start; background: var(--white); }
    .contact-form-section .section-title { margin-bottom: 1rem; }
    .contact-form-intro { font-size: 1rem; line-height: 1.8; color: var(--text-muted); margin-bottom: 2.5rem; }
    .contact-form { display: flex; flex-direction: column; gap: 1.25rem; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
    .form-group { display: flex; flex-direction: column; gap: 0.5rem; }
    .form-group label { font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gray); }
    .form-group input, .form-group select, .form-group textarea { font-family: var(--sans); font-size: 0.92rem; background: var(--cream); border: 1.5px solid transparent; border-radius: 2px; padding: 0.9rem 1.1rem; color: var(--black); outline: none; transition: border-color 0.2s; width: 100%; }
    .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--orange); }
    .form-group textarea { resize: vertical; min-height: 120px; }
    .form-success { display: none; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.12em; color: var(--green); margin-top: 0.5rem; }

    .contact-info-panel { display: flex; flex-direction: column; gap: 3rem; }
    .contact-info-block-title { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; color: var(--black); margin-bottom: 1.5rem; }
    .contact-info-rows { display: flex; flex-direction: column; gap: 0; }
    .contact-row { display: flex; gap: 1.25rem; align-items: flex-start; padding: 1.1rem 0; border-bottom: 1px solid var(--border); }
    .contact-row:first-child { padding-top: 0; }
    .contact-row-icon { width: 40px; height: 40px; background: var(--cream); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
    .contact-row-label { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray); margin-bottom: 0.25rem; }
    .contact-row-val { font-size: 0.95rem; color: var(--black); line-height: 1.5; }
    .contact-row-val a { color: var(--orange); text-decoration: none; transition: opacity 0.2s; }
    .contact-row-val a:hover { opacity: 0.75; }

    .hours-table { width: 100%; border-collapse: collapse; }
    .hours-table tr { border-bottom: 1px solid var(--border); }
    .hours-table tr:last-child { border-bottom: none; }
    .hours-table td { padding: 0.65rem 0; font-size: 0.88rem; }
    .hours-table td:first-child { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray); width: 120px; }
    .hours-open { color: var(--green) !important; font-weight: 500; }

    .contact-map-section { background: var(--cream); padding: 0 3rem 7rem; }
    .contact-map-card { background: var(--black); border-radius: 4px; overflow: hidden; display: grid; grid-template-columns: 1fr 2fr; }
    .contact-map-info { padding: 3rem; display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; }
    .contact-map-info-tag { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange-light); margin-bottom: 0.5rem; }
    .contact-map-info-title { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; color: var(--white); margin-bottom: 0.5rem; }
    .contact-map-info-address { font-size: 0.9rem; color: rgba(245,242,235,0.6); line-height: 1.6; }
    .contact-map-info-links { display: flex; flex-direction: column; gap: 0.75rem; }
    .contact-map-link { display: inline-block; font-family: var(--sans); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); background: var(--orange); padding: 0.75rem 1.25rem; border-radius: 2px; text-decoration: none; text-align: center; transition: background 0.2s; }
    .contact-map-link:hover { background: var(--orange-dark); }
    .contact-map-link.secondary { background: rgba(245,242,235,0.08); color: rgba(245,242,235,0.7); border: 1px solid rgba(245,242,235,0.15); }
    .contact-map-link.secondary:hover { background: rgba(245,242,235,0.14); }
    .contact-map-visual { min-height: 480px; position: relative; overflow: hidden; }
    .contact-map-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: saturate(0.7) contrast(1.05) brightness(0.75); }
    .contact-map-visual iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; filter: saturate(0.75) contrast(1.1) brightness(0.6); }
    @keyframes pinBounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
    .contact-map-overlay { position: absolute; inset: 0; z-index: 2; display: flex; align-items: flex-end; padding: 1.75rem; background: linear-gradient(to top, rgba(8,8,8,0.85) 0%, rgba(8,8,8,0.25) 50%, transparent 100%); pointer-events: none; }
    .contact-map-overlay-inner { display: flex; flex-direction: column; gap: 0.5rem; }
    .map-pin { font-size: 1.5rem; display: block; animation: pinBounce 2.5s ease-in-out infinite; line-height: 1; will-change: transform; }
    .map-label { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; color: var(--white); }
    .map-sublabel { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.14em; color: rgba(245,242,235,0.55); text-transform: uppercase; }
    .map-transit { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-top: 0.25rem; }
    .transit-badge { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.08em; padding: 0.25rem 0.6rem; border-radius: 50px; background: rgba(245,242,235,0.12); color: rgba(245,242,235,0.8); border: 1px solid rgba(245,242,235,0.2); }

    .contact-faq { padding: 7rem 3rem; background: var(--white); }
    .contact-faq-header { margin-bottom: 4rem; }
    .contact-faq-header p { font-size: 1rem; line-height: 1.8; color: var(--text-muted); margin-top: 1rem; max-width: 500px; }
    .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
    .faq-item { padding: 2rem; background: var(--cream); border-radius: 4px; border-left: 3px solid var(--orange); }
    .faq-q { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; color: var(--black); margin-bottom: 0.75rem; }
    .faq-a { font-size: 0.9rem; line-height: 1.7; color: var(--text-muted); }

    /* ══ SERVICES PAGE ══ */
    .services-page-grid { padding: 7rem 3rem; background: var(--white); }
    .services-page-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; margin-bottom: 5rem; }
    .services-page-intro p { font-size: 1rem; line-height: 1.8; color: var(--text-muted); }
    .services-pricing-note { padding: 1.5rem 3rem 3rem; background: var(--white); }
    .pricing-note { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.1em; color: var(--gray); margin: 0; line-height: 1.6; }

    /* ANIMATIONS */
    @keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
    .hero-left > * { opacity: 0; animation: fadeUp 0.7s ease forwards; }

    /* HAMBURGER MENU */
    .nav-hamburger {
      display: none;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      width: 36px;
      height: 36px;
      cursor: pointer;
      background: none;
      border: none;
      padding: 4px;
      z-index: 200;
    }
    .nav-hamburger span {
      display: block;
      width: 22px;
      height: 2px;
      background: var(--black);
      border-radius: 2px;
      transition: transform 0.25s ease, opacity 0.2s ease;
      transform-origin: center;
    }
    .nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-hamburger.open span:nth-child(2) { opacity: 0; }
    .nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    .mobile-menu {
      display: none;
      position: fixed;
      top: 69px;
      left: 0; right: 0;
      background: var(--white);
      border-bottom: 1px solid var(--border);
      z-index: 99;
      padding: 1rem 1.5rem 1.5rem;
      flex-direction: column;
      gap: 0;
    }
    .mobile-menu.open { display: flex; }
    .mobile-menu a {
      font-family: var(--sans);
      font-size: 0.85rem;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--black);
      text-decoration: none;
      opacity: 0.6;
      padding: 0.85rem 0;
      border-bottom: 1px solid var(--border);
      cursor: pointer;
      transition: opacity 0.2s;
    }
    .mobile-menu a:last-of-type { border-bottom: none; }
    .mobile-sub-link { padding-left: 2rem !important; font-size: 0.72rem !important; opacity: 0.65 !important; }
    .mobile-menu a:hover, .mobile-menu a.nav-active { opacity: 1; color: var(--orange); }
    .mobile-menu .mobile-cta {
      margin-top: 1rem;
      font-family: var(--sans);
      font-size: 0.78rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--white);
      background: var(--orange);
      padding: 0.75rem 1.4rem;
      border-radius: 2px;
      cursor: pointer;
      text-align: center;
    }

    /* MEMBERSHIP BENEFIT REVEAL */
    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }
    .benefit-item {
      border-top: 1px solid rgba(18,18,18,0.1);
      padding: 2.5rem 2rem;
      display: flex;
      gap: 1.5rem;
      align-items: flex-start;
      opacity: 0;
      transform: translateY(22px);
      transition: opacity 0.55s ease, transform 0.55s ease;
      will-change: transform, opacity;
    }
    .benefit-item.revealed {
      opacity: 1;
      transform: translateY(0);
    }
    .benefits-grid-rule {
      border-top: 1px solid rgba(18,18,18,0.1);
      grid-column: 1 / -1;
    }

    /* ══ NAV DROPDOWN ══ */
    .nav-has-dropdown { position: relative; }
    .nav-dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(-8px); background: var(--white); border: 1px solid var(--border); border-top: 2px solid var(--orange); min-width: 260px; padding: 0.5rem 0; opacity: 0; pointer-events: none; transition: opacity 0.2s ease, transform 0.2s ease; z-index: 200; box-shadow: 0 12px 32px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04); }
    .nav-has-dropdown:hover .nav-dropdown { opacity: 1; pointer-events: all; transform: translateX(-50%) translateY(0); }
    .nav-dropdown-section-label { display: block; font-family: var(--sans); font-size: 0.6rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange); padding: 0.6rem 1.4rem 0.3rem; }
    .nav-dropdown a { display: flex; align-items: center; gap: 0.6rem; padding: 0.6rem 1.4rem; font-family: var(--sans); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--black); opacity: 0.65; cursor: pointer; transition: opacity 0.15s, background 0.15s, padding-left 0.15s; text-decoration: none; }
    .nav-dropdown a:hover { opacity: 1; background: var(--cream); padding-left: 1.7rem; }
    .nav-dropdown a.nav-dropdown-all { opacity: 0.4; font-size: 0.65rem; border-top: 1px solid var(--border); margin-top: 0.4rem; padding-top: 0.7rem; }
    .nav-dropdown a.nav-dropdown-all:hover { opacity: 0.75; background: transparent; padding-left: 1.4rem; }
    .nav-dropdown-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }
    /* .nav-dropdown-arrow removed — arrow indicator was removed from HTML */

    /* ══ SERVICE CARD LEARN MORE LINK ══ */
    .service-card .btn-ghost { margin-top: 1.75rem; font-size: 0.72rem; }

    /* ══ TEST BENCH ══ */
    .test-bench { padding: 7rem 3rem; background: var(--black); }
    .test-bench-header { margin-bottom: 0; }
    .test-bench-title { font-family: var(--serif); font-size: clamp(2.75rem, 4.5vw, 4.25rem); font-weight: 700; color: var(--white); line-height: 1.05; margin: 0.75rem 0 1rem; }
    .test-bench-title em { font-style: italic; color: var(--orange); }
    .test-bench-sub { font-size: 1rem; color: rgba(250,248,244,0.45); line-height: 1.7; max-width: 460px; }
    /* .test-bench-inner removed — block element already stretches to 100% width */
    /* Racquet carousel — stacked deck triple layout */
    .test-bench-triple { display: flex; gap: 2.5rem; align-items: flex-end; margin-bottom: 3rem; }
    .triple-col { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; }
    .triple-col-center .test-bench-img,
    .triple-col-side .test-bench-img { width: 100%; max-width: 320px; height: auto; display: block; margin: 0 auto 2rem; border: 1px solid rgba(255,255,255,0.07); }
    .spec-carousel-wrapper { position: relative; display: flex; align-items: center; justify-content: center; gap: 0.35rem; margin: 2rem auto 3rem; width: fit-content; }
    .test-bench-triple .spec-carousel-wrapper { margin: 0; width: auto; }
    .spec-carousel { overflow: hidden; }
    .spec-carousel-track { position: relative; height: 340px; width: 320px; }
    .spec-carousel-track .spec-sheet { position: absolute; left: 50%; top: 0; width: 260px; background: var(--spec-bg); border: 1.5px solid rgba(255,255,255,0.07); opacity: 0; pointer-events: none; transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease, box-shadow 0.4s ease; }
    .spec-carousel-track .spec-sheet.deck-active { opacity: 1; pointer-events: auto; box-shadow: 0 12px 40px rgba(0,0,0,0.5); }
    .carousel-btn { flex-shrink: 0; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); color: var(--white); width: 2.5rem; height: 2.5rem; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 1rem; transition: background 0.2s, opacity 0.2s; }
    .carousel-btn:hover { background: var(--orange); border-color: var(--orange); }
    .carousel-btn.disabled { opacity: 0.2; pointer-events: none; }
    /* Bags grid */
    .test-bench-bags { margin-top: 1rem; padding-top: 3rem; border-top: 1px solid rgba(255,255,255,0.07); }
    .bags-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5px; background: rgba(255,255,255,0.07); border: 1.5px solid rgba(255,255,255,0.07); margin-top: 1rem; }
    .spec-sheet { background: var(--spec-bg); transition: background 0.2s; }
    .spec-sheet:hover { background: var(--spec-bg-hover); }
    .spec-sheet-header { padding: 1.5rem 1.75rem; border-bottom: 1px solid rgba(255,255,255,0.07); display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
    .spec-sheet-brand { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--orange); margin-bottom: 0.45rem; }
    .spec-sheet-name { font-family: var(--serif); font-size: 1.25rem; font-weight: 700; color: var(--white); line-height: 1.1; }
    .spec-sheet-badge { font-family: var(--mono); font-size: 0.52rem; letter-spacing: 0.16em; text-transform: uppercase; background: var(--orange); color: var(--white); padding: 0.28rem 0.55rem; white-space: nowrap; flex-shrink: 0; align-self: flex-start; }
    .spec-sheet-body { padding: 1.5rem 1.75rem; }
    .spec-row { display: flex; justify-content: space-between; align-items: baseline; padding: 0.6rem 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .spec-row:last-child { border-bottom: none; }
    .spec-label { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(250,248,244,0.35); }
    .spec-value { font-family: var(--mono); font-size: 0.72rem; color: var(--white); text-align: right; }

    /* ══ SERVICE DETAIL PAGES (STRINGING & CUSTOMIZATION) ══ */
    .detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5px; background: var(--border); border: 1.5px solid var(--border); margin-top: 3rem; }
    .detail-card { background: var(--cream); padding: 2.75rem 2.25rem; }
    .detail-card-eyebrow { font-family: var(--mono); font-size: 0.63rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--orange); margin-bottom: 0.85rem; }
    .service-page-cta-block { padding: 5rem 3rem; display: flex; gap: 1.5rem; justify-content: center; align-items: center; background: var(--cream); border-top: 1px solid var(--border); }

    /* ══ PRO SHOP — inverted (cream) theme ══ */
    #page-proshop .test-bench { background: var(--cream); }
    #page-proshop .test-bench-title { color: var(--black); }
    #page-proshop .test-bench-sub { color: rgba(8,8,8,0.5); }
    #page-proshop .triple-col-center .test-bench-img,
    #page-proshop .triple-col-side .test-bench-img { border: 1px solid rgba(8,8,8,0.1); }
    #page-proshop .test-bench-bags { border-top: 1px solid rgba(8,8,8,0.12); }
    #page-proshop .bags-grid { background: rgba(8,8,8,0.06); border: 1.5px solid rgba(8,8,8,0.12); }
    #page-proshop .spec-sheet { background: var(--white); }
    #page-proshop .spec-sheet:hover { background: var(--cream-hover); }
    #page-proshop .spec-carousel-track .spec-sheet { background: var(--white); border: 1.5px solid rgba(8,8,8,0.1); }
    #page-proshop .spec-carousel-track .spec-sheet.deck-active { box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
    #page-proshop .spec-sheet-header { border-bottom: 1px solid rgba(8,8,8,0.1); }
    #page-proshop .spec-sheet-name { color: var(--black); }
    #page-proshop .spec-row { border-bottom: 1px solid rgba(8,8,8,0.08); }
    #page-proshop .spec-label { color: rgba(8,8,8,0.45); }
    #page-proshop .spec-value { color: var(--black); }
    #page-proshop .carousel-btn { background: rgba(8,8,8,0.07); border: 1px solid rgba(8,8,8,0.15); color: var(--black); }
    #page-proshop .carousel-btn:hover { background: var(--orange); border-color: var(--orange); color: var(--white); }

    /* ══ PAGE BANNER BACKGROUNDS ══ */
    #page-stringing .page-banner { background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1622279457486-62dcc4a431d6?w=1600&q=80&fit=crop') center/cover no-repeat; }
    #page-customization .page-banner { background: linear-gradient(rgba(0,0,0,0.62), rgba(0,0,0,0.62)), url('racquet-repair.jpg') center/cover no-repeat; }

    @media (max-width: 480px) {
      .about-story-visual { background: linear-gradient(rgba(0,0,0,0.58), rgba(0,0,0,0.58)), url('about-quote-mobile.jpg') center/cover no-repeat; }
      /* Collapse service cards and value cards to single column on small phones */
      .services-grid { grid-template-columns: 1fr; }
      .about-values-grid { grid-template-columns: 1fr; }
      /* Shrink the decorative about photo so it doesn't dominate small screens */
      .about-visual { min-height: 320px; }
      /* Hero stats: tighten labels so "Racquet Customization" fits on one line */
      .hero-stat { padding: 1rem 0.5rem; }
      .hero-stat-label { font-size: 0.48rem; letter-spacing: 0.12em; }
      #page-proshop .triple-col { max-width: 100%; }
      #page-proshop .spec-carousel-track { width: 230px; height: 285px; }
      #page-proshop .spec-carousel-track .spec-sheet { width: 195px; }
      #page-proshop .bags-grid { max-width: 100%; }
    }
    @media (max-width: 1024px) {
      nav { padding: 1rem 1.5rem; }
      .nav-links { display: none; }
      .nav-cta { display: none; }
      .nav-hamburger { display: flex; }
      .hero-left { padding: 5rem 1.5rem 3rem; max-width: 100%; }
      .hero-video { object-position: 60% center; }
      .hero-scroll { align-self: flex-end; }
      .hero-stat { padding: 1.25rem 0.75rem; }
      .hero-stat-num { font-size: 1.5rem; }
      .hero-stat-label { font-size: 0.55rem; }
      .services-header, .services-page-intro { grid-template-columns: 1fr; gap: 1.5rem; }
      .setup-brand-section { padding: 4rem 1.5rem; }
      .setup-guide-intro { padding: 5rem 1.5rem; }
      .setup-brand-header { grid-template-columns: 1fr; gap: 1.5rem; }
      .setup-rec-grid { grid-template-columns: 1fr; }
      .setup-inline-cta { padding: 3rem 1.5rem; }
      .services-grid { grid-template-columns: 1fr 1fr; gap: 1px; }
      #home-testimonials { padding: 4rem 1.5rem; }
      .about-cta-strip { padding: 4rem 1.5rem; }
      .services-pricing-note { padding: 1rem 1.5rem 2.5rem; }
      .service-card { padding: 1.5rem 1.25rem; }
      .service-icon { font-size: 1.4rem; margin-bottom: 0.75rem; }
      .service-num { margin-bottom: 1rem; }
      .service-name { font-size: 1rem; margin-bottom: 0.5rem; }
      .service-desc { font-size: 0.8rem; line-height: 1.6; margin-bottom: 1rem; }
      .service-price { font-size: 1.1rem; }
      .service-price span { font-size: 0.7rem; }
      #home-about { grid-template-columns: 1fr; }
      .about-content { padding: 4rem 2rem; }
      .about-page-story { grid-template-columns: 1fr; gap: 3rem; padding: 5rem 1.5rem; }
      .about-values-grid { grid-template-columns: 1fr 1fr; }
      .about-values { padding: 5rem 1.5rem; }
      .about-team { padding: 5rem 1.5rem; }
      .team-grid { grid-template-columns: 1fr; }
      #home-newsletter { grid-template-columns: 1fr; gap: 3rem; padding: 5rem 1.5rem; }
      #home-services { padding: 5rem 1.5rem; }
      #home-demo { padding: 5rem 1.5rem; }
      .demo-price-tag { flex-direction: column; gap: 1rem; padding: 1.25rem 2rem; width: 100%; box-sizing: border-box; }
      .demo-price-tag .demo-divider { width: 100%; height: 1px; }
      .demo-price-tag .amt { white-space: normal; text-align: center; }
      .demo-price-tag .detail { max-width: 100%; text-align: center; }
      .contact-page-main { grid-template-columns: 1fr; gap: 4rem; padding: 5rem 1.5rem; }
      .form-row { grid-template-columns: 1fr; }
      .contact-map-card { grid-template-columns: 1fr; }
      .contact-map-section { padding: 0 1.5rem 5rem; }
      .contact-faq { padding: 5rem 1.5rem; }
      .faq-grid { grid-template-columns: 1fr; }
      .services-page-grid { padding: 5rem 1.5rem; }
      .test-bench { padding: 5rem 1.5rem; }
      .spec-carousel .spec-sheet { min-width: 240px; }
      .bags-grid { grid-template-columns: 1fr; }
      footer { flex-direction: column; align-items: flex-start; padding: 2rem 1.5rem; }

      /* ── Carousel buttons: ghost on mobile ── */
      .carousel-btn { background: transparent; border: none; font-size: 1.25rem; width: 1.75rem; height: 1.75rem; color: rgba(250,248,244,0.3); }
      .carousel-btn:hover, .carousel-btn:active { background: transparent; border: none; color: var(--orange); }
      #page-proshop .carousel-btn { color: rgba(8,8,8,0.25); }
      #page-proshop .carousel-btn:hover, #page-proshop .carousel-btn:active { background: transparent; border: none; color: var(--orange); }

      /* ── Pro Shop page ── */
      #page-proshop .test-bench { padding: 4rem 1.5rem; }
      #page-proshop .test-bench-triple { flex-direction: column; align-items: center; gap: 3rem; }
      #page-proshop .triple-col { width: 100%; max-width: 360px; }

      #page-proshop .triple-col-center .test-bench-img { max-width: 100%; margin-bottom: 2rem; }
      #page-proshop .spec-carousel-track { width: 260px; height: 305px; }
      #page-proshop .spec-carousel-track .spec-sheet { width: 220px; }
      #page-proshop .test-bench-bags { padding-top: 3rem; }
      #page-proshop .bags-grid { grid-template-columns: 1fr; max-width: 360px; }

      #page-membership .services-page-grid { padding: 4rem 1.5rem; }
      .benefits-grid { grid-template-columns: 1fr; }
      .benefit-item { padding: 1.75rem 0; gap: 1.25rem; }
      .benefit-item .service-num { margin-bottom: 0; min-width: 2rem; flex-shrink: 0; }
      .benefits-grid-rule { display: none; }
      .page-banner { padding: 7rem 1.5rem 4rem; }
      .page-banner-bg { font-size: 28vw; right: -1rem; }
      .testimonials-grid { grid-template-columns: 1fr; }
      .testimonial-card.featured { grid-column: span 1; grid-template-columns: 1fr; }
      .testimonial-badge { border-left: none; border-top: 1px solid rgba(245,242,235,0.1); padding: 1.5rem 0 0; min-width: unset; }
      .testimonials-header { grid-template-columns: 1fr; gap: 1.5rem; }
      .detail-grid { grid-template-columns: 1fr; }
      .service-page-cta-block { flex-direction: column; padding: 3rem 1.5rem; }
      .sg-section { padding: 3rem 1.5rem 1.5rem; }
      .resources-consult-inner { grid-template-columns: 1fr; gap: 2.5rem; }
      .resources-consult-strip { padding: 5rem 1.5rem; }
      .resources-guide-card { padding: 2.25rem 1.75rem; }

    }

    /* ══ EMAIL POPUP ══ */
    .popup-backdrop {
      position: fixed; inset: 0; z-index: 999;
      background: rgba(13,13,13,0.6);
      backdrop-filter: blur(4px);
      display: flex; align-items: center; justify-content: center;
      padding: 1.5rem;
      opacity: 0; pointer-events: none;
      transition: opacity 0.2s ease;
    }
    .popup-backdrop.visible {
      opacity: 1; pointer-events: auto;
    }
    .popup {
      background: var(--white);
      max-width: 480px; width: 100%;
      border-radius: 4px;
      overflow: hidden;
      transform: translateY(20px);
      transition: transform 0.2s ease;
      position: relative;
    }
    .popup-backdrop.visible .popup {
      transform: translateY(0);
    }
    .popup-top {
      background: var(--black);
      padding: 2.25rem 2.25rem 2rem;
      position: relative;
    }
    .popup-eyebrow {
      font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.2em;
      text-transform: uppercase; color: var(--orange);
      display: flex; align-items: center; gap: 0.6rem;
      margin-bottom: 1rem;
    }
    .popup-eyebrow::before {
      content: ''; display: block; width: 24px; height: 1px; background: var(--orange);
    }
    .popup-title {
      font-family: var(--serif); font-size: 1.7rem; font-weight: 700;
      color: var(--white); line-height: 1.15; letter-spacing: -0.01em;
    }
    .popup-title em { font-style: italic; color: var(--orange); }
    .popup-close {
      position: absolute; top: 1rem; right: 1rem;
      background: none; border: none; cursor: pointer;
      color: rgba(250,248,244,0.45); font-size: 1.3rem; line-height: 1;
      padding: 0.25rem 0.5rem;
      transition: color 0.2s;
    }
    .popup-close:hover { color: var(--white); }
    .popup-body {
      padding: 1.75rem 2.25rem 2.25rem;
    }
    .popup-sub {
      font-size: 0.88rem; line-height: 1.7; color: var(--text-muted);
      margin-bottom: 1.5rem;
    }
    .popup-form {
      display: flex; border: 1.5px solid var(--black);
      overflow: hidden; border-radius: 2px;
    }
    .popup-form input {
      flex: 1; padding: 0.9rem 1.1rem;
      font-family: var(--sans); font-size: 0.88rem;
      background: var(--white); border: none; outline: none;
      color: var(--black);
    }
    .popup-form input::placeholder { color: var(--gray); }
    .popup-form button {
      font-family: var(--sans); font-size: 0.72rem; font-weight: 500;
      letter-spacing: 0.12em; text-transform: uppercase;
      color: var(--white); background: var(--orange);
      border: none; padding: 0.9rem 1.25rem;
      cursor: pointer; transition: background 0.2s; white-space: nowrap;
    }
    .popup-form button:hover { background: var(--orange-dark); }
    .popup-note {
      font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em;
      color: var(--gray); margin-top: 0.75rem;
    }
    .popup-success {
      display: none; text-align: center; padding: 0.5rem 0 0.25rem;
    }
    .popup-success-icon { font-size: 2rem; margin-bottom: 0.5rem; }
    .popup-success-msg {
      font-family: var(--serif); font-size: 1.1rem; font-weight: 600;
      color: var(--black); margin-bottom: 0.4rem;
    }
    .popup-success-sub {
      font-size: 0.82rem; color: var(--text-muted);
    }

    /* ══ UTILITY / JS STATE CLASSES ══ */
    .hidden { display: none !important; }
    .form-message-show { display: block !important; }
    .input-error { border: 1.5px solid var(--orange) !important; }
    .btn-done { background: var(--green) !important; }
    .body-locked { overflow: hidden; }

    /* ══ SETUP GUIDE PAGE ══ */
    .setup-guide-intro { padding: 7rem 3rem; background: var(--white); }
    .setup-brand-section { padding: 5rem 3rem; background: var(--cream); }
    .setup-brand-section:nth-of-type(even) { background: var(--white); }
    .setup-brand-header { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
    .setup-brand-intro { font-size: 1rem; line-height: 1.8; color: var(--text-muted); }
    .setup-rec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5px; background: var(--border); border: 1.5px solid var(--border); }
    .setup-rec-card { background: var(--white); padding: 2.25rem; }
    .setup-brand-section:nth-of-type(even) .setup-rec-card { background: var(--cream); }
    .setup-rec-specs { margin: 1.25rem 0; }
    .setup-rec-row { display: flex; justify-content: space-between; align-items: baseline; padding: 0.55rem 0; border-bottom: 1px solid var(--border); gap: 1rem; }
    .setup-rec-row:last-child { border-bottom: none; }
    .setup-rec-key { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray); white-space: nowrap; flex-shrink: 0; }
    .setup-rec-val { font-size: 0.8rem; color: var(--black); font-weight: 500; text-align: right; }
    .setup-rec-why { font-size: 0.88rem; line-height: 1.75; color: var(--text-muted); padding-top: 1rem; border-top: 1px solid var(--border); margin-top: 0.5rem; }
    .setup-inline-cta { background: var(--black); padding: 4rem 3rem; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1.25rem; }
    .setup-inline-cta p { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(245,240,232,0.45); margin: 0; }
    .setup-guide-note { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.1em; color: var(--gray); text-align: center; padding: 1.25rem 3rem 0; background: var(--cream); line-height: 1.7; }
    .setup-rec-pros { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; margin: 0.75rem 0 1.25rem; }
    .setup-rec-pros-label { font-family: var(--mono); font-size: 0.5rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--white); background: var(--orange); padding: 0.2rem 0.5rem; border-radius: 1px; white-space: nowrap; }
    .setup-rec-pros-names { font-family: var(--mono); font-size: 0.63rem; color: var(--text-muted); line-height: 1.5; }

    /* ══ UTILITY / MIGRATED INLINE STYLES ══ */
    .section-title-tight { margin-bottom: 0.5rem; }
    .section-cta-center { text-align: center; margin-top: 3rem; }
    .team-card-visual--photo { padding: 0; }
    .team-card-img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
    .team-card-expanded { display: none; margin-top: 1rem; }
    .team-card-expanded.is-open { display: block; }
    .team-card-bio-full { font-size: 0.88rem; line-height: 1.75; color: var(--text-muted); margin-bottom: 0.85rem; }
    .team-card-bio-full:last-child { margin-bottom: 0; }
    .team-card-toggle { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1rem; font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange); background: none; border: none; border-bottom: 1px solid transparent; padding: 0 0 1px; cursor: pointer; transition: border-color 0.2s, color 0.2s; }
    .team-card-toggle:hover { border-color: var(--orange); }
    .team-card-toggle::after { content: '↓'; font-size: 0.7rem; transition: transform 0.25s; display: inline-block; }
    .team-card-toggle[aria-expanded="true"]::after { transform: rotate(180deg); }
    .team-card-toggle[aria-expanded="true"] { color: var(--gray); }
    .form-error { display: none; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.12em; color: var(--error); margin-top: 0.5rem; }
    .td-muted { color: var(--gray); }
    .contact-actions { margin-top: 3.5rem; display: flex; gap: 1rem; flex-wrap: wrap; }

    /* ── String Guide Interactive Tool ── */
    .sg-section { padding: 4rem 3rem 2rem; max-width: 1100px; margin: 0 auto; }
    .sg-section-header { margin-bottom: 2.5rem; }
    .sg-section-sub { color: var(--text-muted); font-size: 1rem; margin-top: 0.75rem; max-width: 560px; line-height: 1.7; }

    /* Brand tabs */
    .sg-brand-tabs { display: flex; gap: 8px; margin-bottom: 1.5rem; flex-wrap: wrap; }
    .sg-brand-tab { padding: 7px 20px; border-radius: 24px; font-size: 0.875rem; font-weight: 500; border: 1px solid var(--border); background: transparent; color: var(--gray); cursor: pointer; transition: all .15s; font-family: var(--sans); }
    .sg-brand-tab:hover { background: var(--white); color: var(--black); }
    .sg-brand-tab.sg-active { background: var(--orange); border-color: var(--orange); color: #fff; }

    /* Racquet grid */
    .sg-racquet-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; margin-bottom: 1.75rem; }
    .sg-racquet-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 16px 12px 14px; cursor: pointer; transition: all .15s; text-align: center; position: relative; }
    .sg-racquet-card:hover { border-color: var(--gray); background: var(--white); }
    .sg-racquet-card.sg-active { border-color: var(--orange); border-width: 2px; background: #fff; }
    .sg-racquet-card.sg-active::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid var(--orange); }
    .sg-racquet-name { font-size: 0.8125rem; font-weight: 600; color: var(--black); line-height: 1.3; margin-bottom: 3px; }
    .sg-racquet-spec { font-size: 0.75rem; color: var(--gray); margin-bottom: 6px; }
    .sg-racquet-badge { display: inline-block; font-size: 0.6875rem; padding: 2px 8px; border-radius: 10px; font-weight: 600; }
    .sg-badge-power   { background: #faeeda; color: #854f0b; }
    .sg-badge-control { background: #e1f5ee; color: #0f6e56; }
    .sg-badge-allround { background: #eeedfe; color: #3c3489; }

    /* String panel */
    .sg-panel { background: #fff; border: 1px solid var(--border); border-top: 3px solid var(--orange); border-radius: 0 0 12px 12px; padding: 1.5rem 1.5rem 1.25rem; animation: sg-fade .2s ease; }
    @keyframes sg-fade { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
    .sg-panel-header { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin-bottom: 1.25rem; }
    .sg-panel-title { font-size: 1rem; font-weight: 600; color: var(--black); }
    .sg-panel-specs { font-size: 0.75rem; color: var(--gray); font-family: var(--mono); }

    /* Player type tabs */
    .sg-player-tabs { display: flex; gap: 6px; margin-bottom: 1.25rem; flex-wrap: wrap; }
    .sg-player-tab { padding: 5px 14px; border-radius: 16px; font-size: 0.8125rem; font-weight: 500; border: 1px solid var(--border); background: transparent; color: var(--gray); cursor: pointer; transition: all .15s; font-family: var(--sans); }
    .sg-player-tab:hover { background: var(--white); }
    .sg-player-tab.sg-active { background: var(--green); border-color: var(--green); color: #fff; }

    /* Recommendation cards */
    .sg-rec-list { display: flex; flex-direction: column; gap: 10px; }
    .sg-rec-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 14px 16px; }
    .sg-rec-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 6px; flex-wrap: wrap; }
    .sg-rec-name-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
    .sg-rec-name { font-size: 0.875rem; font-weight: 600; color: var(--black); }
    .sg-rec-type { font-size: 0.6875rem; padding: 2px 8px; border-radius: 8px; font-weight: 600; }
    .sg-type-poly   { background: #fcebeb; color: #a32d2d; }
    .sg-type-gut    { background: #eaf3de; color: #3b6d11; }
    .sg-type-hybrid { background: #faeeda; color: #854f0b; }
    .sg-type-syn    { background: #e6f1fb; color: #185fa5; }
    .sg-rec-tension { font-size: 0.75rem; color: var(--gray); font-family: var(--mono); white-space: nowrap; }
    .sg-rec-desc { font-size: 0.8125rem; color: var(--text-muted); line-height: 1.6; }
    .sg-rec-why { font-size: 0.75rem; color: var(--gray); margin-top: 5px; padding-top: 5px; border-top: 1px solid var(--border); font-style: italic; }
    .sg-rec-why strong { font-style: normal; color: var(--text-muted); }

    /* Panel CTA */
    .sg-panel-cta { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
    .sg-panel-cta-text { font-size: 0.8125rem; color: var(--gray); }
    .sg-panel-cta-btn { font-size: 0.8125rem; font-weight: 600; padding: 8px 20px; background: var(--orange); color: #fff; border: none; border-radius: 24px; cursor: pointer; font-family: var(--sans); transition: background .15s; }
    .sg-panel-cta-btn:hover { background: var(--orange-dark); }

    /* Empty state */
    .sg-empty { padding: 2rem; text-align: center; color: var(--gray); font-size: 0.875rem; border: 1px dashed var(--border); border-radius: 12px; }

    @media (max-width: 640px) {
      .sg-section { padding: 2.5rem 1.25rem 1.5rem; }
      .sg-panel { padding: 1.25rem 1rem 1rem; }
      .sg-racquet-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); }
    }

    /* ── Resources Page ── */
    .resources-guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--border); border: 2px solid var(--border); margin-top: 1rem; }
    .resources-guide-card { background: var(--white); padding: 3rem 2.5rem; display: flex; flex-direction: column; gap: 1.75rem; }
    .resources-guide-card--setup { border-top: 3px solid var(--orange); }
    .resources-guide-card--string { border-top: 3px solid var(--green); }
    .resources-guide-eyebrow { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gray); margin-bottom: 0.5rem; }
    .resources-guide-card--setup .resources-guide-eyebrow { color: var(--orange); }
    .resources-guide-card--string .resources-guide-eyebrow { color: var(--green); }
    .resources-guide-title { font-family: var(--serif); font-size: 1.75rem; font-weight: 700; color: var(--black); line-height: 1.15; margin: 0; }
    .resources-guide-desc { font-size: 0.9rem; line-height: 1.8; color: var(--text-muted); margin-top: 0.85rem; }
    .resources-guide-features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
    .resources-guide-features li { display: flex; align-items: baseline; gap: 0.9rem; font-size: 0.85rem; color: var(--text-muted); line-height: 1.55; padding: 0.7rem 0; border-bottom: 1px solid var(--border); }
    .resources-guide-features li:last-child { border-bottom: none; }
    .resources-guide-feature-label { font-family: var(--mono); font-size: 0.5rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--white); background: var(--gray); padding: 0.18rem 0.45rem; border-radius: 1px; white-space: nowrap; flex-shrink: 0; }
    .resources-guide-card--setup .resources-guide-feature-label { background: var(--orange); }
    .resources-guide-card--string .resources-guide-feature-label { background: var(--green); }
    .resources-guide-for { background: var(--cream); border-left: 2px solid var(--border); padding: 0.9rem 1.1rem; font-size: 0.83rem; color: var(--text-muted); line-height: 1.6; }
    .resources-guide-for-label { display: block; font-family: var(--mono); font-size: 0.52rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray); margin-bottom: 0.35rem; }
    .resources-guide-cta { align-self: flex-start; }

    /* Consult strip */
    .resources-consult-strip { background: var(--black); padding: 7rem 3rem; }
    .resources-consult-inner { display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: center; max-width: 1100px; margin: 0 auto; }
    .resources-consult-inner .section-title { color: var(--white); }
    .resources-consult-inner .section-title em { color: var(--orange); }
    .resources-consult-inner p { font-size: 0.95rem; line-height: 1.8; color: rgba(245,240,232,0.55); margin-top: 1rem; max-width: 520px; }
    .resources-consult-actions { display: flex; flex-direction: column; gap: 0.9rem; align-items: flex-start; white-space: nowrap; }

    @media (max-width: 768px) {
      .resources-guide-grid { grid-template-columns: 1fr; }
    }
