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

    /* ============================================================
       TOKENS
       ============================================================ */
    :root {
      --cyan: #07dbf2;
      --cyan-light: #66d8f2;
      --cyan-pale: #d6f6fa;
      --pink: #f2a2c0;
      --pink-bright: #ed7eaa;
      --pink-light: #f2d0d0;
      --pink-pale: #fbeaef;
      --gold: #f2a516;
      --gold-light: #fbd47a;
      --gold-pale: #fdecc8;
      --blue-mid: #6295d9;
      --deep: #1e3a5f;
      --deep-soft: #2c4f7c;
      --white: #ffffff;
      --cream: #fdf8f5;
      --paper: #fffbf5;

      --shadow-sm: 0 2px 8px rgba(30,58,95,0.08);
      --shadow-md: 0 8px 24px rgba(30,58,95,0.12);
      --shadow-lg: 0 18px 40px rgba(30,58,95,0.18);
      --shadow-stamp: 0 4px 0 rgba(30,58,95,0.22);
      --shadow-paper: 0 12px 28px rgba(30,58,95,0.10), 0 2px 4px rgba(30,58,95,0.06);

      --radius-sm: 10px;
      --radius-md: 18px;
      --radius-lg: 28px;
      --radius-xl: 40px;
      --radius-pill: 999px;

      --sp-1: 0.5rem;
      --sp-2: 1rem;
      --sp-3: 1.5rem;
      --sp-4: 2rem;
      --sp-5: 3rem;
      --sp-6: 4.5rem;
      --sp-7: 6rem;
      --sp-8: 8rem;

      --container: 1200px;
      --container-narrow: 820px;
      --container-tight: 660px;
    }

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

    body {
      font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
      font-size: 1rem;
      line-height: 1.65;
      color: var(--deep);
      background: var(--pink-pale);
      background-image:
        radial-gradient(ellipse at 5% 5%, rgba(7,219,242,0.18), transparent 28%),
        radial-gradient(ellipse at 95% 12%, rgba(242,162,192,0.22), transparent 30%),
        radial-gradient(ellipse at 80% 60%, rgba(242,165,22,0.10), transparent 28%),
        radial-gradient(ellipse at 15% 80%, rgba(7,219,242,0.14), transparent 26%),
        url("data:image/svg+xml,%3Csvg width='180' height='180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
      background-attachment: fixed;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    img, svg { max-width: 100%; height: auto; display: block; }

    a {
      color: var(--deep);
      text-decoration: underline;
      text-decoration-color: var(--cyan);
      text-underline-offset: 4px;
      text-decoration-thickness: 2px;
      font-weight: 600;
    }
    a:hover { text-decoration-color: var(--pink-bright); }
    a:focus-visible {
      outline: 3px solid var(--deep);
      outline-offset: 3px;
      border-radius: 4px;
    }

    button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
      outline: 3px solid var(--deep);
      outline-offset: 3px;
    }

    /* ============================================================
       TYPOGRAPHY
       ============================================================ */
    h1, h2, h3, h4 {
      font-weight: 800;
      line-height: 1.15;
      color: var(--deep);
      letter-spacing: -0.005em;
    }
    h2 { font-size: clamp(1.875rem, 3.6vw, 2.625rem); line-height: 1.18; }
    h3 { font-size: 1.25rem; line-height: 1.3; }

    .display-stack {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0;
      line-height: 0.95;
      margin: 0 0 var(--sp-3);
      position: relative;
    }
    .display-script {
      font-family: 'Caveat Brush', cursive;
      font-weight: 400;
      font-size: clamp(3.5rem, 12vw, 8rem);
      color: var(--pink-bright);
      letter-spacing: -0.01em;
      transform: rotate(-3deg);
      text-shadow: 5px 5px 0 var(--cyan-pale);
      line-height: 1;
      margin-bottom: -0.18em;
      z-index: 2;
      position: relative;
    }
    .display-block {
      font-size: clamp(1.75rem, 5.6vw, 3.75rem);
      font-weight: 800;
      letter-spacing: 0.06em;
      line-height: 1;
      color: var(--deep);
      text-transform: uppercase;
      text-align: center;
    }
    .display-block .underline {
      display: inline-block;
      position: relative;
    }
    .display-block .underline::after {
      content: '';
      position: absolute;
      left: -2px; right: -2px;
      bottom: -0.05em;
      height: 0.18em;
      background: var(--cyan);
      border-radius: 4px;
      opacity: 0.9;
      transform: rotate(-1deg);
    }

    .lead { font-size: 1.0625rem; line-height: 1.7; color: var(--deep); }
    @media (min-width: 700px) { .lead { font-size: 1.125rem; } }

    .script {
      font-family: 'Caveat Brush', cursive;
      font-weight: 400;
      letter-spacing: 0;
    }

    .eyebrow {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 0.8125rem;
      font-weight: 800;
      color: var(--deep);
      letter-spacing: 0.22em;
      text-transform: uppercase;
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }
    .eyebrow::before {
      content: '';
      display: inline-block;
      width: 28px;
      height: 2px;
      background: var(--cyan);
      border-radius: 1px;
    }
    .eyebrow-pink::before { background: var(--pink-bright); }
    .eyebrow-gold::before { background: var(--gold); }

    .section-num {
      font-family: 'Caveat Brush', cursive;
      font-weight: 400;
      font-size: 1.5rem;
      color: var(--pink-bright);
      margin-right: 8px;
    }

    .scribble {
      font-family: 'Caveat Brush', cursive;
      font-weight: 400;
      color: var(--cyan);
    }

    /* ============================================================
       LAYOUT
       ============================================================ */
    .container { max-width: var(--container); margin: 0 auto; padding: 0 var(--sp-3); position: relative; }
    .container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 var(--sp-3); position: relative; }
    .container-tight { max-width: var(--container-tight); margin: 0 auto; padding: 0 var(--sp-3); position: relative; }

    section { padding: var(--sp-6) 0; position: relative; }
    @media (min-width: 800px) { section { padding: var(--sp-7) 0; } }

    /* ============================================================
       ACCESSIBILITY HELPERS
       ============================================================ */
    .sr-only {
      position: absolute;
      width: 1px; height: 1px;
      padding: 0; margin: -1px;
      overflow: hidden;
      clip: rect(0,0,0,0);
      white-space: nowrap;
      border: 0;
    }
    .skip-link {
      position: absolute;
      top: -100px;
      left: var(--sp-2);
      background: var(--deep);
      color: var(--white);
      padding: var(--sp-2) var(--sp-3);
      border-radius: var(--radius-sm);
      z-index: 1000;
      text-decoration: none;
      font-weight: 700;
    }
    .skip-link:focus { top: var(--sp-2); }
    .honeypot {
      position: absolute !important;
      left: -10000px !important;
      width: 1px !important; height: 1px !important;
      clip: rect(0 0 0 0) !important;
    }

    /* ============================================================
       BUTTONS
       ============================================================ */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 54px;
      padding: 0.95rem 2rem;
      border-radius: var(--radius-pill);
      font-family: inherit;
      font-size: 1rem;
      font-weight: 800;
      text-decoration: none;
      cursor: pointer;
      border: 2px solid transparent;
      transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
      letter-spacing: 0.01em;
    }
    .btn-primary {
      background: var(--cyan);
      color: var(--deep);
      box-shadow: var(--shadow-stamp);
    }
    .btn-primary:hover {
      background: var(--cyan-light);
      transform: translateY(-2px);
      box-shadow: 0 6px 0 rgba(30,58,95,0.22), var(--shadow-md);
    }
    .btn-secondary {
      background: var(--white);
      color: var(--deep);
      border-color: var(--pink-bright);
      box-shadow: var(--shadow-sm);
    }
    .btn-secondary:hover {
      background: var(--pink-pale);
      transform: translateY(-2px);
    }
    .btn-block { width: 100%; }
    /* CSS pickleball — gold ball with radial gradient + 19-hole
       pattern. Used in CTAs and the form submit button. */
    .btn .ball,
    .sticky-cta .ball {
      flex-shrink: 0;
      border-radius: 50%;
      background-color: #f2a516;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3CradialGradient id='g' cx='32%25' cy='28%25' r='78%25'%3E%3Cstop offset='0%25' stop-color='%23fbd47a'/%3E%3Cstop offset='55%25' stop-color='%23f2a516'/%3E%3Cstop offset='100%25' stop-color='%23c98208'/%3E%3C/radialGradient%3E%3C/defs%3E%3Ccircle cx='12' cy='12' r='12' fill='url(%23g)'/%3E%3Cg fill='%231e3a5f' fill-opacity='0.42'%3E%3Ccircle cx='8' cy='5' r='1.2'/%3E%3Ccircle cx='12' cy='3.8' r='1.2'/%3E%3Ccircle cx='16' cy='5' r='1.2'/%3E%3Ccircle cx='5.5' cy='8' r='1.2'/%3E%3Ccircle cx='10' cy='7.7' r='1.2'/%3E%3Ccircle cx='14' cy='7.7' r='1.2'/%3E%3Ccircle cx='18.5' cy='8' r='1.2'/%3E%3Ccircle cx='4' cy='12' r='1.2'/%3E%3Ccircle cx='8' cy='11.8' r='1.2'/%3E%3Ccircle cx='12' cy='12' r='1.2'/%3E%3Ccircle cx='16' cy='11.8' r='1.2'/%3E%3Ccircle cx='20' cy='12' r='1.2'/%3E%3Ccircle cx='5.5' cy='16' r='1.2'/%3E%3Ccircle cx='10' cy='16.3' r='1.2'/%3E%3Ccircle cx='14' cy='16.3' r='1.2'/%3E%3Ccircle cx='18.5' cy='16' r='1.2'/%3E%3Ccircle cx='8' cy='19' r='1.2'/%3E%3Ccircle cx='12' cy='20.2' r='1.2'/%3E%3Ccircle cx='16' cy='19' r='1.2'/%3E%3C/g%3E%3C/svg%3E");
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      box-shadow:
        inset -2px -2px 0 rgba(30,58,95,0.2),
        inset 1.5px 1.5px 0 rgba(255,255,255,0.32);
    }
    .btn .ball { width: 20px; height: 20px; }
    .sticky-cta .ball { width: 18px; height: 18px; }

    /* ============================================================
       STAMP / BADGES
       ============================================================ */
    .stamp {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--gold);
      color: var(--deep);
      font-weight: 800;
      font-size: 0.8125rem;
      padding: 10px 22px;
      border-radius: var(--radius-pill);
      letter-spacing: 0.18em;
      text-transform: uppercase;
      box-shadow: var(--shadow-stamp);
      transform: rotate(-2.5deg);
    }
    .stamp::before {
      content: '';
      width: 8px; height: 8px;
      background: var(--deep);
      border-radius: 50%;
    }

    .chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 16px;
      background: var(--white);
      border-radius: var(--radius-pill);
      font-size: 0.875rem;
      font-weight: 700;
      color: var(--deep);
      box-shadow: var(--shadow-sm);
      border: 2px solid var(--pink-light);
    }
    .chip-emoji { font-size: 1.125rem; line-height: 1; }

    /* ============================================================
       HERO
       ============================================================ */
    .hero {
      padding: calc(var(--sp-4) + env(safe-area-inset-top, 0px)) 0 var(--sp-4);
      position: relative;
      overflow: hidden;
    }
    @media (min-width: 800px) { .hero { padding: var(--sp-6) 0 var(--sp-7); } }
    .hero-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      max-width: 920px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }
    .hero-stamp { margin-bottom: var(--sp-3); }
    .hero-stamps {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-bottom: var(--sp-4);
    }
    .hero-stamps .stamp { margin: 0; }
    .stamp.stamp-gold { background: var(--gold); transform: rotate(-2.5deg); }
    .stamp.stamp-cyan { background: var(--cyan); transform: rotate(2deg); }
    .stamp.stamp-cyan::before { background: var(--deep); }
    .hero-eyebrow-script {
      font-family: 'Caveat Brush', cursive;
      font-size: clamp(1.75rem, 3.4vw, 2.5rem);
      color: var(--cyan);
      transform: rotate(-2deg);
      display: inline-block;
      margin-bottom: -0.15em;
      line-height: 1;
    }
    .hero-date-pill {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      margin-top: var(--sp-3);
      padding: 12px 26px;
      background: var(--white);
      border: 3px dashed var(--cyan);
      border-radius: var(--radius-pill);
      font-weight: 800;
      font-size: clamp(0.95rem, 1.6vw, 1.0625rem);
      color: var(--deep);
      box-shadow: var(--shadow-sm);
      letter-spacing: 0.04em;
    }
    .hero-date-pill .dot {
      width: 6px; height: 6px;
      background: var(--pink-bright);
      border-radius: 50%;
      flex-shrink: 0;
    }
    .hero-venue {
      margin-top: var(--sp-2);
      font-size: 1.0625rem;
      color: var(--deep);
      font-weight: 600;
      max-width: 480px;
      margin-left: auto;
      margin-right: auto;
    }
    .hero-ctas {
      display: flex;
      flex-wrap: wrap;
      gap: var(--sp-2);
      margin-top: var(--sp-4);
      justify-content: center;
    }

    /* Hero decorative elements */
    .hero-deco {
      position: absolute;
      pointer-events: none;
      z-index: 1;
    }
    .hero-deco-paddle-l {
      top: 5%; left: -3%;
      width: clamp(140px, 19vw, 250px);
      transform: rotate(-22deg);
      opacity: 0.7;
    }
    .hero-deco-paddle-r {
      bottom: 4%; right: -4%;
      width: clamp(160px, 22vw, 280px);
      transform: rotate(28deg);
      opacity: 0.7;
    }
    .hero-deco-flower-tr { top: 12%; right: 5%; width: 80px; opacity: 0.9; }
    .hero-deco-flower-bl { bottom: 16%; left: 6%; width: 64px; opacity: 0.9; }
    .hero-deco-ball-1 { top: 24%; left: 10%; width: 48px; opacity: 0.85; transform: rotate(-15deg); }
    .hero-deco-ball-2 { top: 38%; right: 10%; width: 36px; opacity: 0.85; transform: rotate(20deg); }
    .hero-deco-confetti-1 { top: 22%; right: 22%; width: 32px; opacity: 0.7; transform: rotate(15deg); }
    .hero-deco-confetti-2 { top: 8%; left: 28%; width: 36px; opacity: 0.7; transform: rotate(-15deg); }
    .hero-deco-confetti-3 { bottom: 30%; right: 18%; width: 36px; opacity: 0.7; transform: rotate(40deg); }
    @media (max-width: 700px) {
      .hero-deco-flower-tr, .hero-deco-flower-bl,
      .hero-deco-ball-1, .hero-deco-ball-2,
      .hero-deco-confetti-1, .hero-deco-confetti-2, .hero-deco-confetti-3 { display: none; }
      .hero-deco-paddle-l { width: 130px; opacity: 0.55; top: 2%; }
      .hero-deco-paddle-r { width: 140px; opacity: 0.55; bottom: 2%; }
    }

    /* ============================================================
       VERSE SECTION
       ============================================================ */
    .verse-section {
      position: relative;
      padding: var(--sp-6) 0;
      background:
        radial-gradient(circle at 20% 30%, rgba(7,219,242,0.2), transparent 45%),
        radial-gradient(circle at 80% 70%, rgba(242,162,192,0.28), transparent 45%),
        linear-gradient(135deg, var(--pink-pale) 0%, var(--cyan-pale) 100%);
      overflow: hidden;
      isolation: isolate;
    }
    @media (min-width: 800px) { .verse-section { padding: var(--sp-7) 0; } }
    .verse-deco {
      position: absolute;
      pointer-events: none;
      z-index: 0;
    }
    .verse-deco-l { top: 8%; left: 4%; width: clamp(80px, 11vw, 130px); opacity: 0.8; transform: rotate(-15deg); }
    .verse-deco-r { bottom: 8%; right: 4%; width: clamp(80px, 11vw, 130px); opacity: 0.8; transform: rotate(15deg); }
    .verse-deco-ball-tl { top: 12%; right: 18%; width: 44px; opacity: 0.85; transform: rotate(20deg); }
    .verse-deco-ball-br { bottom: 14%; left: 16%; width: 36px; opacity: 0.85; transform: rotate(-25deg); }
    @media (max-width: 700px) {
      .verse-deco-ball-tl, .verse-deco-ball-br { display: none; }
      .verse-deco-l { width: 72px; opacity: 0.6; }
      .verse-deco-r { width: 72px; opacity: 0.6; }
    }

    .verse-card {
      position: relative;
      z-index: 1;
      text-align: center;
      padding: var(--sp-5) var(--sp-3);
      max-width: 720px;
      margin: 0 auto;
    }
    .verse-mark {
      display: block;
      font-family: 'Caveat Brush', cursive;
      font-size: clamp(5rem, 12vw, 9rem);
      color: var(--cyan);
      line-height: 0.7;
      margin-bottom: -0.1em;
      opacity: 0.85;
    }
    .verse-body {
      font-family: 'Caveat Brush', cursive;
      font-weight: 400;
      font-size: clamp(1.875rem, 4.4vw, 3.125rem);
      color: var(--deep);
      line-height: 1.25;
      margin: 0;
    }
    .verse-body p {
      max-width: 560px;
      margin: 0 auto var(--sp-3);
    }
    .verse-cite {
      display: block;
      font-style: normal;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight: 800;
      font-size: 0.875rem;
      color: var(--deep);
      letter-spacing: 0.22em;
      text-transform: uppercase;
      margin-top: var(--sp-2);
    }
    .verse-cite::before {
      content: '';
      display: block;
      width: 40px;
      height: 3px;
      background: var(--cyan);
      border-radius: 2px;
      margin: 0 auto var(--sp-2);
    }

    /* ============================================================
       SCALLOPED DIVIDERS
       ============================================================ */
    .divider {
      position: relative;
      height: 40px;
      width: 100%;
      pointer-events: none;
      margin-top: -40px;
      z-index: 3;
    }
    .divider svg { width: 100%; height: 100%; display: block; }

    /* ============================================================
       SECTION SURFACES
       ============================================================ */
    .surface {
      background: var(--paper);
      border-radius: var(--radius-xl);
      padding: var(--sp-5) var(--sp-3);
      box-shadow: var(--shadow-paper);
      position: relative;
    }
    @media (min-width: 700px) { .surface { padding: var(--sp-6) var(--sp-5); } }
    .surface-pink {
      background: var(--pink-light);
      background-image:
        radial-gradient(circle at 100% 0%, rgba(255,255,255,0.4), transparent 50%),
        radial-gradient(circle at 0% 100%, rgba(7,219,242,0.08), transparent 50%);
      border-radius: var(--radius-xl);
      padding: var(--sp-5) var(--sp-3);
      position: relative;
    }
    @media (min-width: 700px) { .surface-pink { padding: var(--sp-6) var(--sp-5); } }

    .section-head {
      text-align: center;
      margin-bottom: var(--sp-4);
    }
    .section-head .eyebrow { margin-bottom: var(--sp-2); }
    .section-head h2 {
      font-size: clamp(1.875rem, 4.2vw, 2.75rem);
      max-width: 740px;
      margin: 0 auto;
    }
    .section-head .lead {
      max-width: 640px;
      margin: var(--sp-2) auto 0;
    }

    /* ============================================================
       ABOUT — scannable + designed
       ============================================================ */
    .about-quick-facts {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin: var(--sp-3) auto var(--sp-4);
      max-width: 760px;
    }
    .about-headline {
      font-family: 'Caveat Brush', cursive;
      font-weight: 400;
      font-size: clamp(2rem, 5.5vw, 3.5rem);
      color: var(--pink-bright);
      line-height: 1.1;
      text-align: center;
      transform: rotate(-1deg);
      max-width: 800px;
      margin: 0 auto var(--sp-3);
    }
    .about-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--sp-3);
      max-width: 880px;
      margin: 0 auto;
    }
    @media (min-width: 760px) {
      .about-grid { grid-template-columns: 1fr 1fr; gap: var(--sp-4); }
    }
    .about-prose {
      font-size: 1.0625rem;
      line-height: 1.75;
    }
    .about-prose p { margin-bottom: var(--sp-2); }
    .about-prose p:last-child { margin-bottom: 0; }
    .about-prose strong { color: var(--deep); font-weight: 800; }

    .about-callout {
      background: linear-gradient(135deg, var(--cyan) 0%, var(--cyan-light) 100%);
      color: var(--deep);
      padding: var(--sp-4) var(--sp-3);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-md);
      position: relative;
      overflow: hidden;
    }
    @media (min-width: 700px) { .about-callout { padding: var(--sp-4); } }
    .about-callout-eyebrow {
      font-family: 'Caveat Brush', cursive;
      font-size: 1.5rem;
      color: var(--deep);
      margin-bottom: 2px;
      transform: rotate(-2deg);
      display: inline-block;
    }
    .about-callout h3 {
      font-size: 1.5rem;
      margin-bottom: var(--sp-2);
      position: relative;
      z-index: 2;
    }
    .about-callout ul {
      list-style: none;
      padding: 0;
      position: relative;
      z-index: 2;
    }
    .about-callout li {
      padding: 6px 0;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .about-callout li::before {
      content: '✓';
      width: 24px;
      height: 24px;
      background: var(--white);
      color: var(--deep);
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 0.875rem;
      flex-shrink: 0;
    }
    .about-closer {
      text-align: center;
      max-width: 600px;
      margin: var(--sp-4) auto 0;
      font-family: 'Caveat Brush', cursive;
      font-size: 1.5rem;
      color: var(--deep-soft);
      line-height: 1.4;
    }

    /* Tournament Director callout */
    .about-td {
      max-width: 720px;
      margin: var(--sp-4) auto 0;
      padding: var(--sp-3);
      background: var(--white);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-paper);
      display: flex;
      gap: var(--sp-3);
      align-items: center;
      position: relative;
      border: 2px solid var(--pink-light);
    }
    @media (max-width: 540px) {
      .about-td { flex-direction: column; text-align: center; padding: var(--sp-3) var(--sp-2); }
    }
    .about-td { position: relative; overflow: hidden; }
    .about-td-portrait {
      flex-shrink: 0;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      object-fit: cover;
      box-shadow: var(--shadow-sm);
      border: 3px solid var(--white);
      outline: 2px solid var(--cyan);
      position: relative;
      z-index: 2;
    }
    @media (min-width: 540px) {
      .about-td-portrait { width: 64px; height: 64px; }
    }
    .about-td-body { position: relative; z-index: 2; }
    .about-td-confetti {
      position: absolute;
      right: 10px;
      bottom: 10px;
      width: 56px;
      height: 56px;
      opacity: 0.55;
      pointer-events: none;
      z-index: 1;
    }
    @media (max-width: 540px) {
      .about-td-confetti { display: none; }
    }
    .about-td-body { flex: 1; min-width: 0; }
    .about-td-eyebrow {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 0.75rem;
      font-weight: 800;
      color: var(--cyan);
      letter-spacing: 0.22em;
      text-transform: uppercase;
      display: block;
      margin-bottom: 4px;
    }
    .about-td-role { color: var(--deep); }
    .about-td-name {
      font-family: 'Caveat Brush', cursive;
      font-weight: 400;
      font-size: clamp(1.5rem, 3vw, 1.875rem);
      color: var(--pink-bright);
      line-height: 1.1;
      margin-bottom: var(--sp-2);
    }
    .about-td-body p {
      font-size: 1rem;
      line-height: 1.6;
      color: var(--deep);
      margin: 0;
    }

    /* ============================================================
       FORMAT
       ============================================================ */
    .card-grid {
      display: grid;
      gap: var(--sp-3);
      grid-template-columns: 1fr;
    }
    @media (min-width: 760px) { .card-grid { grid-template-columns: repeat(3, 1fr); } }

    .card {
      background: var(--paper);
      border-radius: var(--radius-md);
      padding: var(--sp-4) var(--sp-3);
      box-shadow: var(--shadow-paper);
      position: relative;
      transition: transform 0.2s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    .card ul { flex: 1; }
    .card:hover { transform: translateY(-4px) rotate(-0.4deg); }
    @media (prefers-reduced-motion: reduce) {
      .card:hover { transform: none; }
    }
    .card::after {
      content: '';
      position: absolute;
      top: -8px;
      left: 24px;
      width: 64px;
      height: 22px;
      background: var(--gold);
      opacity: 0.85;
      border-radius: 3px;
      transform: rotate(-3deg);
      box-shadow: 0 1px 3px rgba(30,58,95,0.15);
    }
    .card:nth-child(2)::after { background: var(--cyan); transform: rotate(2deg); left: auto; right: 24px; }
    .card:nth-child(3)::after { background: var(--pink-bright); left: 50%; transform: translateX(-50%) rotate(-1deg); }

    .card-illustration {
      width: 88px;
      height: 88px;
      margin: var(--sp-3) auto var(--sp-2);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .card h3 {
      font-size: 1.25rem;
      margin-bottom: var(--sp-2);
      text-align: center;
    }
    .card ul { list-style: none; padding: 0; margin: 0; }
    .card li {
      padding: 10px 0;
      line-height: 1.5;
      font-size: 0.9875rem;
      border-bottom: 1px dashed rgba(30,58,95,0.12);
      display: flex;
      gap: 8px;
      align-items: flex-start;
    }
    .card li:last-child { border-bottom: none; }
    .card li::before {
      content: '';
      flex-shrink: 0;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--cyan);
      margin-top: 8px;
    }
    .card:nth-child(2) li::before { background: var(--pink-bright); }
    .card:nth-child(3) li::before { background: var(--gold); }
    .card .note {
      font-size: 0.9rem;
      color: var(--deep);
      opacity: 0.85;
      margin-top: var(--sp-2);
      font-style: italic;
      line-height: 1.5;
      padding-top: var(--sp-2);
      border-top: 1px dashed rgba(30,58,95,0.12);
    }

    .format-note,
    .schedule-note {
      max-width: 720px;
      margin: var(--sp-4) auto 0;
      padding: var(--sp-3);
      background: var(--white);
      border: 2px dashed var(--cyan);
      border-radius: var(--radius-md);
      display: flex;
      gap: 14px;
      align-items: center;
      box-shadow: var(--shadow-sm);
    }
    .schedule-note { border-color: var(--gold); }
    .format-note-icon,
    .schedule-note-icon {
      flex-shrink: 0;
      width: 44px;
      height: 44px;
      background: var(--cyan-pale);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      line-height: 1;
    }
    .schedule-note-icon { background: var(--gold-pale); }
    @media (max-width: 600px) {
      .format-note, .schedule-note { align-items: flex-start; }
    }
    .format-note p,
    .schedule-note p {
      font-size: 0.9875rem;
      color: var(--deep);
      line-height: 1.55;
      margin: 0;
    }
    .format-note strong, .schedule-note strong { font-weight: 800; }

    /* Anyone-must-register callout in the Sign up section */
    .must-register {
      max-width: 760px;
      margin: 0 auto var(--sp-4);
      padding: var(--sp-3);
      background: var(--gold-pale);
      border: 2px solid var(--gold);
      border-radius: var(--radius-md);
      display: flex;
      gap: 14px;
      align-items: flex-start;
      box-shadow: var(--shadow-sm);
    }
    .must-register-icon {
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      background: var(--gold);
      color: var(--deep);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.25rem;
    }
    .must-register p {
      font-size: 0.9875rem;
      color: var(--deep);
      line-height: 1.55;
      margin: 0 0 6px;
    }
    .must-register p:last-child { margin-bottom: 0; }
    .must-register-sub { font-size: 0.875rem !important; opacity: 0.85; }
    .must-register strong { font-weight: 800; }

    /* File input styling */
    .field input[type="file"] {
      width: 100%;
      padding: 10px 12px;
      font-family: inherit;
      font-size: 0.9375rem;
      color: var(--deep);
      background: var(--cream);
      border: 2px dashed var(--cyan);
      border-radius: var(--radius-sm);
      cursor: pointer;
      min-height: 50px;
    }
    .field input[type="file"]:hover { background: var(--cyan-pale); }
    .field input[type="file"]:focus {
      border-style: solid;
      background: var(--white);
    }
    .field input[type="file"]::file-selector-button {
      margin-right: 12px;
      padding: 8px 14px;
      background: var(--deep);
      color: var(--white);
      border: 0;
      border-radius: var(--radius-sm);
      font-family: inherit;
      font-weight: 700;
      font-size: 0.875rem;
      cursor: pointer;
    }
    .field input[type="file"]::file-selector-button:hover { background: var(--deep-soft); }

    /* ============================================================
       INCLUSIONS
       ============================================================ */
    .inclusions {
      display: grid;
      gap: var(--sp-2);
      grid-template-columns: 1fr;
      max-width: 760px;
      margin: 0 auto;
    }
    @media (min-width: 600px) { .inclusions { grid-template-columns: 1fr 1fr; } }
    .inclusion {
      background: var(--white);
      padding: var(--sp-3);
      border-radius: var(--radius-md);
      box-shadow: var(--shadow-sm);
      font-size: 1.0625rem;
      line-height: 1.4;
      display: flex;
      align-items: center;
      gap: var(--sp-2);
      font-weight: 600;
      transition: transform 0.18s ease;
    }
    .inclusion:hover { transform: translateX(4px); }
    @media (prefers-reduced-motion: reduce) { .inclusion:hover { transform: none; } }
    .inclusion-icon {
      flex-shrink: 0;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .inclusion-icon svg { width: 100%; height: 100%; display: block; }

    /* ============================================================
       TIMELINE
       ============================================================ */
    .timeline {
      max-width: 720px;
      margin: 0 auto;
      position: relative;
      padding-left: 36px;
      list-style: none;
    }
    .timeline::before {
      content: '';
      position: absolute;
      left: 13px;
      top: 14px;
      bottom: 14px;
      width: 4px;
      background: linear-gradient(to bottom, var(--cyan), var(--pink-bright), var(--gold));
      border-radius: 2px;
    }
    .timeline-item {
      position: relative;
      padding: 0 0 var(--sp-3) var(--sp-3);
    }
    .timeline-item:last-child { padding-bottom: 0; }
    .timeline-item::before {
      content: '';
      position: absolute;
      left: -29px;
      top: 4px;
      width: 24px;
      height: 24px;
      background: var(--gold);
      border: 4px solid var(--paper);
      border-radius: 50%;
      box-shadow: 0 0 0 3px var(--cyan), var(--shadow-sm);
    }
    .timeline-item.is-meal::before { background: var(--pink-bright); box-shadow: 0 0 0 3px var(--gold), var(--shadow-sm); }
    .timeline-item.is-finals::before { background: var(--cyan); box-shadow: 0 0 0 3px var(--pink-bright), var(--shadow-sm); }
    .timeline-item.is-celebration::before { background: var(--pink-bright); box-shadow: 0 0 0 3px var(--cyan), var(--shadow-sm); }
    .timeline-time {
      font-weight: 800;
      font-size: 0.875rem;
      color: var(--deep-soft);
      letter-spacing: 0.06em;
      text-transform: uppercase;
      display: block;
      margin-bottom: 2px;
    }
    .timeline-activity {
      font-size: 1.0625rem;
      color: var(--deep);
      line-height: 1.5;
      font-weight: 600;
      display: inline-flex;
      align-items: baseline;
      gap: 8px;
      flex-wrap: wrap;
    }
    .timeline-emoji {
      font-size: 1.25rem;
      line-height: 1;
      flex-shrink: 0;
    }
    .timeline-callout {
      display: flex;
      gap: 12px;
      align-items: center;
      margin-top: 12px;
      padding: 12px 14px;
      background: var(--gold-pale);
      border-left: 4px solid var(--gold);
      border-radius: var(--radius-sm);
    }
    .timeline-callout-icon {
      flex-shrink: 0;
      font-size: 1.5rem;
      line-height: 1;
    }
    @media (max-width: 600px) {
      .timeline-callout { align-items: flex-start; }
      .timeline-callout-icon { margin-top: 2px; }
    }
    .timeline-callout p {
      font-size: 0.9375rem;
      color: var(--deep);
      line-height: 1.5;
      margin: 0;
      font-weight: 500;
    }
    .timeline-callout strong { font-weight: 800; }

    /* ============================================================
       KEY DATES — stamp cards
       ============================================================ */
    .dates-grid {
      display: grid;
      gap: var(--sp-3);
      grid-template-columns: 1fr;
      max-width: 760px;
      margin: 0 auto;
    }
    @media (min-width: 600px) { .dates-grid { grid-template-columns: 1fr 1fr; } }
    .date-card {
      background: var(--white);
      border-radius: var(--radius-md);
      padding: var(--sp-3);
      display: flex;
      gap: var(--sp-3);
      align-items: center;
      box-shadow: var(--shadow-sm);
      border: 2px solid var(--pink-light);
      transition: transform 0.2s ease;
    }
    .date-card:hover { transform: rotate(-0.5deg); }
    @media (prefers-reduced-motion: reduce) { .date-card:hover { transform: none; } }
    .date-card.is-key {
      background: var(--deep);
      color: var(--white);
      border-color: var(--deep);
      transform: rotate(0.7deg);
    }
    .date-card.is-key:hover { transform: rotate(0deg); }
    .date-card.is-key .date-stamp { background: var(--gold); color: var(--deep); }
    .date-card.is-key .date-detail { color: var(--white); }
    .date-stamp {
      flex-shrink: 0;
      width: 84px;
      height: 84px;
      background: var(--cyan-pale);
      color: var(--deep);
      border-radius: var(--radius-md);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      line-height: 1;
      box-shadow: var(--shadow-stamp);
      position: relative;
    }
    .date-stamp .month {
      font-size: 0.75rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      margin-bottom: 4px;
    }
    .date-stamp .day {
      font-size: 2rem;
      font-weight: 800;
    }
    .date-detail {
      font-size: 0.9875rem;
      line-height: 1.5;
      font-weight: 600;
    }
    .date-detail-emoji {
      font-size: 1.25rem;
      line-height: 1;
      vertical-align: -2px;
    }

    /* ============================================================
       VENUE
       ============================================================ */
    .venue-facts {
      display: grid;
      gap: var(--sp-2);
      grid-template-columns: 1fr;
      margin: 0 auto var(--sp-3);
      max-width: 720px;
    }
    @media (min-width: 700px) {
      .venue-facts { grid-template-columns: repeat(3, 1fr); gap: var(--sp-2); }
    }
    .venue-fact {
      background: var(--white);
      padding: var(--sp-2) var(--sp-3);
      border-radius: var(--radius-md);
      box-shadow: var(--shadow-sm);
      display: flex;
      gap: 12px;
      align-items: center;
      border: 2px solid var(--pink-light);
    }
    .venue-fact-icon {
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      background: var(--cyan-pale);
      border-radius: var(--radius-sm);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.25rem;
    }
    .venue-fact:nth-child(2) .venue-fact-icon { background: var(--gold-pale); }
    .venue-fact:nth-child(3) .venue-fact-icon { background: var(--pink-pale); }
    .venue-fact > div { display: flex; flex-direction: column; min-width: 0; }
    .venue-fact-label {
      font-size: 0.6875rem;
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--deep-soft);
    }
    .venue-fact-value {
      font-size: 0.9375rem;
      font-weight: 700;
      color: var(--deep);
      line-height: 1.35;
    }

    .venue-map {
      position: relative;
      border-radius: var(--radius-md);
      overflow: hidden;
      box-shadow: var(--shadow-md);
      margin: var(--sp-3) 0;
      background: var(--cream);
      aspect-ratio: 16 / 10;
      border: 2px solid var(--pink-light);
    }
    .venue-map > iframe,
    .venue-map > img {
      display: block;
      width: 100%;
      height: 100%;
      border: 0;
      object-fit: cover;
    }
    .venue-map > img {
      filter: brightness(1.45) contrast(0.92) saturate(0.9);
    }
    @media (min-width: 700px) {
      .venue-map { aspect-ratio: 16 / 8; }
    }
    .venue-cta {
      text-align: center;
      margin-top: var(--sp-3);
    }

    /* ============================================================
       FAQ
       ============================================================ */
    .faq { max-width: 780px; margin: 0 auto; }
    .faq-item {
      background: var(--white);
      border-radius: var(--radius-md);
      margin-bottom: var(--sp-2);
      overflow: hidden;
      box-shadow: var(--shadow-sm);
      border: 2px solid transparent;
      transition: border-color 0.15s ease, box-shadow 0.15s ease;
    }
    .faq-item:has(.faq-trigger[aria-expanded="true"]) {
      border-color: var(--cyan);
      box-shadow: var(--shadow-md);
    }
    .faq-trigger {
      width: 100%;
      background: none;
      border: none;
      padding: var(--sp-2) var(--sp-3);
      min-height: 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: var(--sp-2);
      font-family: inherit;
      font-size: 1.0625rem;
      font-weight: 700;
      color: var(--deep);
      cursor: pointer;
      text-align: left;
      line-height: 1.4;
    }
    .faq-trigger:hover { background: var(--pink-pale); }
    .faq-emoji {
      display: inline-block;
      margin-right: 10px;
      font-size: 1.125rem;
      line-height: 1;
      vertical-align: -2px;
    }
    .faq-icon {
      flex-shrink: 0;
      width: 36px; height: 36px;
      background: var(--cyan-pale);
      border-radius: 50%;
      position: relative;
      transition: transform 0.2s ease, background-color 0.15s ease;
    }
    .faq-icon::before, .faq-icon::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      background: var(--deep);
      border-radius: 1.5px;
    }
    .faq-icon::before {
      width: 14px;
      height: 2.5px;
      transform: translate(-50%, -50%);
    }
    .faq-icon::after {
      width: 2.5px;
      height: 14px;
      transform: translate(-50%, -50%);
    }
    .faq-trigger[aria-expanded="true"] .faq-icon {
      transform: rotate(45deg);
      background: var(--cyan);
    }
    .faq-panel {
      padding: var(--sp-3) var(--sp-3) var(--sp-4);
      font-size: 1rem;
      line-height: 1.65;
      display: none;
    }
    .faq-panel p + p { margin-top: var(--sp-3); }
    .faq-trigger[aria-expanded="true"] {
      padding-bottom: var(--sp-1);
    }
    .faq-panel.is-open { display: block; }

    /* ============================================================
       REGISTRATION FORM
       ============================================================ */
    .register-block {
      max-width: 760px;
      margin: 0 auto;
    }
    .role-toggle {
      background: var(--white);
      padding: 6px;
      border-radius: var(--radius-pill);
      display: inline-flex;
      gap: 4px;
      box-shadow: var(--shadow-sm);
      margin: 0 auto var(--sp-3);
      width: 100%;
      max-width: 460px;
    }
    .role-toggle-option {
      flex: 1;
      cursor: pointer;
      position: relative;
    }
    .role-toggle-option input { position: absolute; opacity: 0; pointer-events: none; }
    .role-toggle-label {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 12px 16px;
      border-radius: var(--radius-pill);
      font-weight: 800;
      font-size: 0.9375rem;
      color: var(--deep);
      transition: background 0.15s ease, color 0.15s ease;
      min-height: 48px;
    }
    .role-toggle-option input:checked + .role-toggle-label {
      background: var(--cyan);
      color: var(--deep);
      box-shadow: var(--shadow-stamp);
    }
    .role-toggle-option input:focus-visible + .role-toggle-label {
      outline: 3px solid var(--deep);
      outline-offset: 2px;
    }
    .role-toggle-option:hover .role-toggle-label { background: var(--pink-pale); }
    .role-toggle-option input:checked:hover + .role-toggle-label { background: var(--cyan); }

    .form-card {
      background: var(--paper);
      border-radius: var(--radius-lg);
      padding: var(--sp-4);
      box-shadow: var(--shadow-paper);
      position: relative;
    }
    .form-card::before {
      content: '';
      position: absolute;
      top: -16px;
      left: 50%;
      transform: translateX(-50%) rotate(-2deg);
      width: 90px;
      height: 28px;
      background: var(--gold);
      opacity: 0.9;
      border-radius: 4px;
      box-shadow: var(--shadow-sm);
    }
    .form-card::after {
      content: '';
      position: absolute;
      top: 18px;
      right: 18px;
      width: 40px;
      height: 40px;
      background: var(--pink-pale);
      border-radius: 50%;
      opacity: 0.6;
    }
    @media (max-width: 600px) { .form-card { padding: var(--sp-3); } }
    .form-intro {
      font-size: 0.9375rem;
      color: var(--deep);
      margin-bottom: var(--sp-3);
    }
    .form-intro .req { font-weight: 800; color: var(--pink-bright); }
    .field-optional {
      font-weight: 400;
      opacity: 0.7;
      font-size: 0.8125rem;
      margin-left: 6px;
      letter-spacing: 0;
      text-transform: none;
    }

    .field { margin-bottom: var(--sp-3); }
    .field-row {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--sp-3);
      margin-bottom: var(--sp-3);
    }
    /* Single column on phones (< 600px), two columns on larger viewports.
       Below 380px stays single column to avoid cramped 2-col layouts. */
    @media (min-width: 600px) {
      .field-row { grid-template-columns: 1fr 1fr; }
    }
    .field-row .field { margin-bottom: 0; }
    /* Years-playing + first-tournament checkbox row stacks on smaller
       screens since the long checkbox label doesn't fit alongside the
       text input cleanly. */
    @media (max-width: 720px) {
      .years-first-row { grid-template-columns: 1fr !important; }
      .years-first-row .check-stretch { padding-bottom: 0; }
    }
    .field label, .check label {
      display: block;
      font-weight: 700;
      margin-bottom: 8px;
      font-size: 0.9875rem;
      color: var(--deep);
      line-height: 1.4;
    }
    .field-hint {
      display: block;
      font-size: 0.8125rem;
      color: var(--deep-soft);
      margin-top: 8px;
      line-height: 1.5;
    }
    .field input[type="text"],
    .field input[type="email"],
    .field input[type="tel"],
    .field input[type="url"],
    .field input[type="number"],
    .field select,
    .field textarea {
      width: 100%;
      padding: 13px 14px;
      font-family: inherit;
      font-size: 1rem;
      line-height: 1.4;
      color: var(--deep);
      background: var(--cream);
      border: 2px solid var(--pink-light);
      border-radius: var(--radius-sm);
      min-height: 50px;
      transition: border-color 0.15s ease, background-color 0.15s ease;
    }
    .field input:focus,
    .field select:focus,
    .field textarea:focus {
      border-color: var(--cyan);
      background: var(--white);
      box-shadow: 0 0 0 4px rgba(7,219,242,0.18);
      outline: none;
    }
    .field:focus-within > label {
      color: var(--cyan);
      transform: translateX(2px);
    }
    .field > label {
      transition: color 0.18s ease, transform 0.18s ease;
    }
    .field textarea { min-height: 84px; resize: vertical; }
    .field [aria-invalid="true"] { border-color: #c0392b; background: #fdecea; box-shadow: 0 0 0 4px rgba(192,57,43,0.12); }
    /* Valid-state cyan checkmark, only after the user has touched the field */
    .field input:user-valid:not(:placeholder-shown):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
    .field select:user-valid:not([data-empty="true"]),
    .field textarea:user-valid:not(:placeholder-shown) {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5l3.5 3.5L13 5' stroke='%2307dbf2' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-position: right 14px center;
      background-repeat: no-repeat;
      background-size: 18px;
      padding-right: 42px;
    }
    @media (prefers-reduced-motion: reduce) {
      .field > label { transition: none; }
    }
    .field-error {
      display: block;
      color: #c0392b;
      font-size: 0.8125rem;
      margin-top: 8px;
      font-weight: 700;
      line-height: 1.4;
    }
    .check {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      padding: 12px 0;
      min-height: 44px;
    }
    .check input[type="checkbox"] {
      width: 22px; height: 22px;
      margin-top: 2px;
      accent-color: var(--cyan);
      flex-shrink: 0;
      cursor: pointer;
    }
    .check label {
      margin: 0;
      font-weight: 400;
      cursor: pointer;
      line-height: 1.55;
      font-size: 0.9375rem;
    }
    .check label .req { font-weight: 800; color: var(--pink-bright); }

    .partner-radio {
      display: grid;
      gap: 10px;
      grid-template-columns: 1fr;
      margin-bottom: var(--sp-2);
    }
    @media (min-width: 540px) {
      .partner-radio { grid-template-columns: 1fr 1fr; gap: 12px; }
    }
    .partner-radio-option {
      position: relative;
      cursor: pointer;
    }
    .partner-radio-option input { position: absolute; opacity: 0; pointer-events: none; }
    .partner-radio-label {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 13px 14px;
      background: var(--cream);
      border: 2px solid var(--pink-light);
      border-radius: var(--radius-sm);
      font-weight: 700;
      color: var(--deep);
      transition: border-color 0.15s ease, background-color 0.15s ease;
      min-height: 50px;
      font-size: 0.9375rem;
      line-height: 1.4;
    }
    .partner-radio-option input:checked + .partner-radio-label {
      border-color: var(--cyan);
      background: var(--cyan-pale);
    }
    .partner-radio-option input:focus-visible + .partner-radio-label {
      outline: 3px solid var(--deep);
      outline-offset: 2px;
    }
    .partner-radio-bullet {
      flex-shrink: 0;
      width: 20px;
      height: 20px;
      border: 2px solid var(--deep);
      border-radius: 50%;
      background: var(--white);
      position: relative;
    }
    .partner-radio-option input:checked + .partner-radio-label .partner-radio-bullet::after {
      content: '';
      position: absolute;
      inset: 3px;
      background: var(--cyan);
      border-radius: 50%;
    }

    .partner-reminder {
      background: var(--gold-pale);
      border-left: 4px solid var(--gold);
      padding: 12px 16px;
      border-radius: var(--radius-sm);
      font-size: 0.875rem;
      line-height: 1.55;
      margin-top: var(--sp-2);
      display: flex;
      gap: 10px;
      align-items: flex-start;
    }
    .partner-reminder strong { font-weight: 800; }
    .partner-reminder-icon { font-size: 1.125rem; flex-shrink: 0; }
    .partner-name-row {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--sp-2);
      align-items: start;
    }
    @media (min-width: 600px) {
      .partner-name-row { grid-template-columns: 1fr 1fr; gap: var(--sp-3); }
    }
    .partner-name-row[hidden] { display: none !important; }
    .partner-name-row .partner-reminder { margin-top: 0; }

    /* Years playing + first-tournament checkbox sit on the same row;
       align the checkbox to the bottom so it doesn't float in space */
    @media (min-width: 600px) {
      .years-first-row { align-items: end; }
      .years-first-row .check-stretch { padding-bottom: 6px; }
    }

    .copy-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: var(--white);
      border: 2px dashed var(--cyan);
      border-radius: var(--radius-pill);
      padding: 4px 12px;
      font-family: 'Caveat Brush', cursive;
      font-size: 1.0625rem;
      color: var(--deep);
      cursor: pointer;
      transition: background-color 0.15s ease, border-color 0.15s ease;
      vertical-align: baseline;
    }
    .copy-link:hover { background: var(--cyan-pale); }
    .copy-link.is-copied { background: var(--cyan); border-style: solid; }
    .copy-link-action {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 0.6875rem;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--deep-soft);
      padding-left: 8px;
      border-left: 1px solid rgba(30,58,95,0.18);
    }
    .copy-link.is-copied .copy-link-action { color: var(--deep); }

    /* Payment summary — line items + total for combined add-on orders */
    .payment-summary {
      list-style: none;
      padding: var(--sp-2) var(--sp-3);
      margin: 0 0 var(--sp-3);
      background: var(--white);
      border: 2px solid var(--cyan-pale);
      border-radius: var(--radius-md);
      font-size: 0.9375rem;
      color: var(--deep);
    }
    .payment-summary li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      padding: 6px 0;
    }
    .payment-summary li[hidden] { display: none; }
    .payment-summary li + li { border-top: 1px dashed var(--cyan-pale); }
    .payment-summary-total {
      font-size: 1.0625rem;
      padding-top: 8px !important;
      margin-top: 2px;
    }
    .payment-summary-total strong { font-weight: 800; }

    /* Size chart — collapsible disclosure under the shirt-size select */
    .size-chart {
      margin-top: var(--sp-2);
    }
    .size-chart summary {
      cursor: pointer;
      font-weight: 700;
      font-size: 0.9375rem;
      color: var(--deep);
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 14px;
      border-radius: var(--radius-pill);
      background: var(--cyan-pale);
      list-style: none;
      user-select: none;
    }
    .size-chart summary::-webkit-details-marker { display: none; }
    .size-chart summary::before {
      content: '＋';
      font-size: 0.95rem;
      line-height: 1;
      width: 0.85em;
      text-align: center;
    }
    .size-chart[open] summary::before { content: '−'; }
    .size-chart-wrap {
      margin-top: var(--sp-2);
      overflow-x: auto;
    }
    .size-chart-table {
      width: 100%;
      min-width: 320px;
      border-collapse: collapse;
      font-size: 0.9375rem;
      color: var(--deep);
      text-align: center;
    }
    .size-chart-table th,
    .size-chart-table td {
      padding: 8px 12px;
      border: 1px solid var(--cyan-pale);
    }
    .size-chart-table thead th {
      background: var(--cyan-pale);
      font-weight: 800;
      text-transform: uppercase;
      font-size: 0.75rem;
      letter-spacing: 0.06em;
    }
    .size-chart-table tbody th {
      background: var(--white);
      font-weight: 800;
    }
    .size-chart-note {
      font-size: 0.8125rem;
      color: var(--deep-soft);
      margin-top: 8px;
      line-height: 1.5;
    }

    /* GCash card — text first, QR below, download button under it */
    .gcash-card {
      background: linear-gradient(135deg, #d6f6fa 0%, #fbeaef 100%);
      border: 2px solid var(--cyan);
      border-radius: var(--radius-md);
      padding: var(--sp-3);
      margin-bottom: var(--sp-3);
      text-align: center;
    }
    .gcash-card-text {
      margin-bottom: var(--sp-3);
    }
    .gcash-qr {
      display: block;
      width: auto;
      height: auto;
      max-width: 280px;
      max-height: 360px;
      margin: 0 auto;
      background: var(--white);
      border-radius: var(--radius-sm);
      padding: 8px;
      box-shadow: var(--shadow-sm);
      object-fit: contain;
    }
    @media (max-width: 600px) {
      .gcash-qr {
        max-width: 100%;
        max-height: none;
        width: 100%;
        height: auto;
      }
    }
    .gcash-download {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: var(--sp-2);
      padding: 10px 18px;
      background: var(--white);
      color: var(--deep);
      border-radius: var(--radius-pill);
      font-weight: 800;
      font-size: 0.875rem;
      text-decoration: none;
      border: 2px solid var(--cyan);
      box-shadow: var(--shadow-sm);
      min-height: 40px;
      transition: background-color 0.15s ease, transform 0.15s ease;
    }
    .gcash-download:hover {
      background: var(--cyan-pale);
      transform: translateY(-1px);
    }
    .gcash-download:focus-visible {
      outline: 3px solid var(--deep);
      outline-offset: 2px;
    }
    .gcash-download svg {
      width: 16px;
      height: 16px;
      flex-shrink: 0;
    }
    @media (prefers-reduced-motion: reduce) {
      .gcash-download:hover { transform: none; }
    }
    .gcash-amount {
      font-size: 1.25rem;
      font-weight: 700;
      color: var(--deep);
      line-height: 1.2;
    }
    .gcash-amount strong { font-weight: 800; color: var(--deep); }
    .gcash-detail {
      font-size: 0.9375rem;
      color: var(--deep);
      margin-top: 2px;
      line-height: 1.4;
    }
    .gcash-help {
      font-size: 0.8125rem;
      color: var(--deep-soft);
      margin-top: var(--sp-2);
      line-height: 1.5;
      padding-top: var(--sp-2);
      border-top: 1px dashed rgba(30,58,95,0.18);
    }

    .form-section-label {
      font-size: 0.75rem;
      font-weight: 800;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--deep-soft);
      margin: var(--sp-4) 0 var(--sp-3);
      padding-top: var(--sp-3);
      border-top: 1px dashed var(--pink-light);
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .form-section-label::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 2px;
      background: var(--cyan);
      border-radius: 1px;
    }
    .role-only > .form-section-label:first-child {
      margin-top: var(--sp-4);
    }

    .form-status {
      margin-top: var(--sp-3);
      padding: var(--sp-2) var(--sp-3);
      border-radius: var(--radius-sm);
      font-weight: 600;
      font-size: 0.9375rem;
      display: none;
    }

    /* Subtle 3-dot section divider — pink · cyan · gold accents */
    .section-break {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      margin: var(--sp-3) auto;
    }
    .section-break-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--pink-bright);
      opacity: 0.55;
    }
    .section-break-dot:nth-child(2) { background: var(--cyan); width: 8px; height: 8px; }
    .section-break-dot:nth-child(3) { background: var(--gold); }

    /* Form completion progress bar */
    .form-progress {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: var(--sp-3);
    }
    .form-progress-track {
      flex: 1;
      height: 5px;
      background: rgba(30,58,95,0.08);
      border-radius: 3px;
      overflow: hidden;
    }
    .form-progress-bar {
      height: 100%;
      width: 0%;
      background: linear-gradient(90deg, var(--cyan) 0%, var(--cyan-light) 100%);
      border-radius: 3px;
      transition: width 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
    }
    .form-progress-text {
      font-size: 0.75rem;
      font-weight: 800;
      letter-spacing: 0.06em;
      color: var(--deep-soft);
      white-space: nowrap;
      flex-shrink: 0;
    }
    @media (prefers-reduced-motion: reduce) {
      .form-progress-bar { transition: none; }
    }

    /* Form error summary (top-of-form, populated on failed validation) */
    .form-error-summary {
      background: #fdecea;
      border: 2px solid #c0392b;
      border-radius: var(--radius-md);
      padding: var(--sp-2) var(--sp-3);
      margin-bottom: var(--sp-3);
      color: #842823;
    }
    .form-error-summary[hidden] { display: none; }
    .form-error-summary-title {
      font-weight: 800;
      font-size: 0.9375rem;
      margin: 0 0 6px;
      color: #c0392b;
    }
    .form-error-summary ul {
      margin: 0;
      padding-left: 1.25rem;
      font-size: 0.875rem;
    }
    .form-error-summary li { margin-bottom: 2px; line-height: 1.5; }
    .form-error-summary a {
      color: #c0392b;
      text-decoration: underline;
      font-weight: 600;
    }
    .form-error-summary a:hover { text-decoration-color: #842823; }

    /* Draft-restored notice */
    .draft-restored {
      margin-bottom: var(--sp-3);
      padding: var(--sp-2) var(--sp-3);
      background: var(--cyan-pale);
      border: 2px dashed var(--cyan);
      border-radius: var(--radius-sm);
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.875rem;
      color: var(--deep);
    }
    .draft-restored[hidden] { display: none; }
    .draft-restored button {
      background: none;
      border: 0;
      color: var(--deep);
      text-decoration: underline;
      font-weight: 700;
      cursor: pointer;
      font-family: inherit;
      font-size: inherit;
      padding: 0;
      margin-left: auto;
    }

    /* Sticky 'Sign up' CTA — appears once user scrolls past hero,
       hides when they reach the form section. */
    .sticky-cta {
      position: fixed;
      bottom: max(16px, env(safe-area-inset-bottom, 0px));
      right: max(16px, env(safe-area-inset-right, 0px));
      z-index: 100;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--cyan);
      color: var(--deep);
      padding: 12px 22px;
      border-radius: var(--radius-pill);
      font-weight: 800;
      font-size: 0.9375rem;
      text-decoration: none;
      box-shadow: 0 6px 24px rgba(30,58,95,0.25), 0 2px 6px rgba(30,58,95,0.18);
      min-height: 48px;
      transform: translateY(calc(100% + 24px));
      opacity: 0;
      pointer-events: none;
      transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.3s ease;
    }
    .sticky-cta.is-visible {
      transform: translateY(0);
      opacity: 1;
      pointer-events: auto;
      animation: stickyPulse 3.5s ease-in-out 1.5s infinite;
    }
    @keyframes stickyPulse {
      0%, 100% {
        box-shadow: 0 6px 24px rgba(30,58,95,0.25), 0 2px 6px rgba(30,58,95,0.18), 0 0 0 0 rgba(7,219,242,0);
      }
      50% {
        box-shadow: 0 8px 28px rgba(30,58,95,0.30), 0 2px 6px rgba(30,58,95,0.18), 0 0 0 8px rgba(7,219,242,0.18);
      }
    }
    .sticky-cta:hover {
      background: var(--cyan-light);
    }
    .sticky-cta:focus-visible {
      outline: 3px solid var(--deep);
      outline-offset: 3px;
    }
    @media (prefers-reduced-motion: reduce) {
      .sticky-cta { transition: opacity 0.3s ease; transform: translateY(0); }
      .sticky-cta:not(.is-visible) { opacity: 0; pointer-events: none; }
      .sticky-cta.is-visible { animation: none; }
    }
    .form-status.is-error {
      display: block;
      background: #fdecea;
      color: #c0392b;
      border: 1px solid #c0392b;
    }

    .form-success {
      display: none;
      background: linear-gradient(135deg, var(--cyan) 0%, var(--cyan-light) 100%);
      color: var(--deep);
      padding: var(--sp-5) var(--sp-3);
      border-radius: var(--radius-lg);
      text-align: center;
      font-size: 1.0625rem;
      line-height: 1.65;
      box-shadow: var(--shadow-md);
      position: relative;
      overflow: hidden;
    }
    @media (min-width: 600px) { .form-success { padding: var(--sp-5); } }
    .form-success.is-shown { display: block; }
    .form-success::before {
      content: '';
      position: absolute;
      top: -40px; right: -40px;
      width: 130px; height: 130px;
      background: var(--gold);
      border-radius: 50%;
      opacity: 0.3;
    }
    .form-success > * { position: relative; z-index: 2; }
    .form-success .check-mark {
      width: 72px;
      height: 72px;
      background: var(--white);
      color: var(--deep);
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: var(--sp-2);
      box-shadow: var(--shadow-sm);
    }
    .form-success h3 {
      margin-bottom: var(--sp-2);
      font-size: 1.625rem;
    }
    .success-receipt {
      margin: var(--sp-3) auto 0;
      max-width: 360px;
      padding: var(--sp-2) var(--sp-3);
      background: rgba(255,255,255,0.6);
      border: 2px dashed rgba(30,58,95,0.25);
      border-radius: var(--radius-sm);
      text-align: center;
    }
    .success-receipt-label {
      font-size: 0.6875rem !important;
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--deep);
      margin: 0 0 6px !important;
      opacity: 0.7;
      line-height: 1.3 !important;
    }
    .success-receipt-id {
      font-size: 1.25rem !important;
      font-weight: 800;
      color: var(--deep);
      margin: 0 0 2px !important;
      line-height: 1.2 !important;
    }
    .success-receipt-time {
      font-size: 0.875rem !important;
      color: var(--deep);
      margin: 0 !important;
      opacity: 0.85;
      line-height: 1.4 !important;
    }

    /* Counter visibility based on selected role */
    .availability {
      background: var(--white);
      border: 3px solid var(--cyan);
      border-radius: var(--radius-md);
      padding: var(--sp-3);
      margin-bottom: var(--sp-3);
      text-align: center;
      position: relative;
    }
    .availability::before {
      content: 'Live count';
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--cyan);
      color: var(--deep);
      font-size: 0.75rem;
      font-weight: 800;
      padding: 3px 14px;
      border-radius: var(--radius-pill);
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }
    .availability-headline {
      font-size: 1.25rem;
      font-weight: 800;
      color: var(--deep);
    }
    .availability-detail {
      font-size: 0.9375rem;
      color: var(--deep);
      margin-top: 6px;
      line-height: 1.5;
    }
    .availability-status-low {
      display: inline-block;
      background: var(--gold);
      color: var(--deep);
      padding: 4px 14px;
      border-radius: var(--radius-pill);
      font-size: 0.8125rem;
      font-weight: 800;
      margin-top: var(--sp-2);
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }
    .availability-status-full {
      display: inline-block;
      background: var(--deep);
      color: var(--white);
      padding: 4px 14px;
      border-radius: var(--radius-pill);
      font-size: 0.8125rem;
      font-weight: 800;
      margin-top: var(--sp-2);
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    /* Player-only / Spectator-only blocks */
    .role-only[hidden] { display: none !important; }
    /* When a field-row's role-only column is hidden, the remaining field spans full width */
    .field-row:has(.role-only[hidden]) > .field:not(.role-only) { grid-column: 1 / -1; }

    /* ============================================================
       SPONSOR — partner credit strip
       ============================================================ */
    .sponsor-strip { padding: var(--sp-4) 0 var(--sp-2); }
    .sponsor-card {
      background: var(--white);
      border: 2px dashed var(--cyan);
      border-radius: var(--radius-lg);
      padding: var(--sp-3) var(--sp-4);
      text-align: center;
      max-width: 560px;
      margin: 0 auto;
      box-shadow: var(--shadow-sm);
    }
    .sponsor-eyebrow {
      display: block;
      font-size: 0.75rem;
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--deep-soft);
      margin-bottom: 8px;
    }
    .sponsor-line {
      margin: 0;
      font-size: 1rem;
      font-weight: 600;
      color: var(--deep);
      display: inline-flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }
    .sponsor-logo {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      object-fit: cover;
      display: inline-block;
      vertical-align: middle;
      background: var(--white);
      box-shadow: 0 1px 4px rgba(30,58,95,0.18);
    }
    @media (min-width: 600px) {
      .sponsor-logo { width: 56px; height: 56px; }
    }
    .sponsor-card { transition: transform 0.25s ease, box-shadow 0.25s ease; }
    .sponsor-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }

    /* ============================================================
       SHIRT — optional tournament shirt section
       ============================================================ */
    .shirt-heading {
      font-family: 'Caveat Brush', cursive;
      font-weight: 400;
      font-size: clamp(2rem, 5.5vw, 3.5rem);
      color: var(--pink-bright);
      letter-spacing: -0.01em;
      line-height: 1.05;
      transform: rotate(-2deg);
      transform-origin: left center;
      display: inline-block;
      margin: 0 0 var(--sp-3);
    }
    .shirt-grid {
      display: grid;
      gap: var(--sp-3);
      grid-template-columns: 1fr;
      align-items: center;
    }
    @media (min-width: 700px) {
      .shirt-grid { grid-template-columns: minmax(0, 280px) 1fr; gap: var(--sp-4); }
    }
    .shirt-image {
      position: relative;
      display: block;
      width: 100%;
      padding: 0;
      border-radius: var(--radius-md);
      overflow: hidden;
      background: var(--cream);
      aspect-ratio: 1 / 1;
      box-shadow: var(--shadow-sm);
      border: 2px solid var(--pink-light);
      cursor: zoom-in;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .shirt-image:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow-md);
    }
    .shirt-image:focus-visible {
      outline: 3px solid var(--cyan);
      outline-offset: 3px;
    }
    .shirt-image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .shirt-image-zoom {
      position: absolute;
      bottom: 10px;
      right: 10px;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.92);
      color: var(--deep);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 8px rgba(30,58,95,0.25);
      transition: transform 0.2s ease;
    }
    .shirt-image-zoom svg { width: 20px; height: 20px; }
    .shirt-image:hover .shirt-image-zoom { transform: scale(1.08); }

    .shirt-zoom-modal::backdrop { background: rgba(30, 58, 95, 0.78); }
    .shirt-zoom-modal {
      border: 0;
      background: transparent;
      padding: 0;
      max-width: min(92vw, 720px);
      max-height: 92vh;
    }
    .shirt-zoom-card {
      position: relative;
      background: var(--white);
      border-radius: var(--radius-md);
      padding: var(--sp-2);
      box-shadow: var(--shadow-lg);
    }
    .shirt-zoom-card img {
      display: block;
      width: 100%;
      height: auto;
      max-height: calc(92vh - 32px);
      object-fit: contain;
      border-radius: calc(var(--radius-md) - 6px);
    }
    .shirt-zoom-card .cup-modal-close {
      position: absolute;
      top: 8px;
      right: 8px;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: var(--white);
      color: var(--deep);
      border: 0;
      font-size: 1.5rem;
      cursor: pointer;
      box-shadow: var(--shadow-sm);
      z-index: 2;
    }
    .shirt-body { color: var(--deep); }
    .shirt-body p { margin: 0 0 var(--sp-2); line-height: 1.55; }
    .shirt-body p:last-child { margin-bottom: 0; }
    .shirt-price {
      display: flex;
      align-items: baseline;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: var(--sp-3) !important;
    }
    .shirt-price-amount {
      font-size: clamp(2rem, 5vw, 2.75rem);
      font-weight: 800;
      color: var(--deep);
      line-height: 1;
    }
    .shirt-price-note {
      display: inline-block;
      background: var(--gold-pale);
      color: var(--deep);
      padding: 4px 12px;
      border-radius: var(--radius-pill);
      font-size: 0.8125rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.06em;
    }
    .shirt-meta {
      font-size: 0.9375rem;
      color: var(--deep-soft);
      font-weight: 600;
    }

    /* ============================================================
       HASHTAG — share callout
       ============================================================ */
    .hashtag-card {
      background: linear-gradient(135deg, var(--pink-light) 0%, var(--cyan-pale) 100%);
      border-radius: var(--radius-lg);
      padding: var(--sp-4) var(--sp-3);
      text-align: center;
      max-width: 620px;
      margin: 0 auto;
      box-shadow: var(--shadow-md);
      position: relative;
      overflow: hidden;
    }
    @media (min-width: 600px) { .hashtag-card { padding: var(--sp-5) var(--sp-4); } }
    .hashtag-eyebrow {
      display: inline-block;
      font-family: 'Caveat Brush', cursive;
      font-size: 1.5rem;
      color: var(--cyan);
      transform: rotate(-2deg);
      margin-bottom: 4px;
    }
    .hashtag-h2 {
      margin: 0 0 6px;
      position: relative;
      display: inline-block;
    }
    .hashtag-tag {
      font-family: 'Caveat Brush', cursive;
      font-weight: 400;
      font-size: clamp(2.5rem, 8vw, 4.5rem);
      color: var(--deep);
      letter-spacing: -0.01em;
      margin: 0;
      line-height: 1;
      transform: rotate(-1.5deg);
      text-shadow: 4px 4px 0 var(--white);
    }
    /* Hashtag is a copy-to-clipboard button — strip the default chip
       chrome that .copy-link adds, keep the big script visual. */
    button.hashtag-tag {
      background: transparent;
      border: 0;
      padding: 0;
      cursor: pointer;
      display: inline-block;
      transition: transform 0.2s ease, text-shadow 0.2s ease;
    }
    button.hashtag-tag:hover {
      transform: rotate(-1.5deg) scale(1.03);
      text-shadow: 6px 6px 0 var(--cyan-pale);
    }
    button.hashtag-tag:focus-visible {
      outline: 3px solid var(--cyan);
      outline-offset: 6px;
      border-radius: 6px;
    }
    button.hashtag-tag.is-copied { transform: rotate(-1.5deg) scale(1.04); }

    /* Inline clipboard icon inside the hashtag button */
    .hashtag-copy-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 0.5em;
      height: 0.5em;
      margin-left: 0.18em;
      position: relative;
      color: var(--deep);
      vertical-align: 0.25em;
      transform: rotate(2deg);
    }
    .hashtag-copy-icon svg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      transition: opacity 0.18s ease, transform 0.18s ease;
    }
    .hashtag-copy-check { opacity: 0; transform: scale(0.6); color: var(--cyan); }
    button.hashtag-tag.is-copied .hashtag-copy-clipboard { opacity: 0; transform: scale(0.7); }
    button.hashtag-tag.is-copied .hashtag-copy-check { opacity: 1; transform: scale(1); }

    /* "Copied!" toast that floats below the hashtag briefly */
    .hashtag-copy-toast {
      position: absolute;
      left: 50%;
      bottom: -28px;
      transform: translate(-50%, -4px);
      background: var(--cyan);
      color: var(--deep);
      padding: 4px 14px;
      border-radius: var(--radius-pill);
      font-size: 0.75rem;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      opacity: 0;
      pointer-events: none;
      box-shadow: 0 4px 12px rgba(30,58,95,0.18);
      transition: opacity 0.18s ease, transform 0.18s ease;
      white-space: nowrap;
    }
    .hashtag-copy-toast.is-copied {
      opacity: 1;
      transform: translate(-50%, 0);
    }
    .hashtag-sub {
      color: var(--deep);
      font-size: 1rem;
      font-weight: 600;
      max-width: 460px;
      margin: 0 auto;
      line-height: 1.55;
    }

    /* ============================================================
       HELP — Messenger button
       ============================================================ */
    .help-card {
      background: var(--deep);
      background-image:
        radial-gradient(circle at 15% 18%, rgba(7,219,242,0.12), transparent 40%),
        radial-gradient(circle at 85% 82%, rgba(237,126,170,0.14), transparent 40%);
      color: var(--white);
      padding: var(--sp-3) var(--sp-3);
      border-radius: var(--radius-lg);
      text-align: center;
      max-width: 620px;
      margin: 0 auto;
      box-shadow: var(--shadow-lg);
      position: relative;
      overflow: hidden;
    }
    @media (min-width: 600px) { .help-card { padding: var(--sp-4) var(--sp-4); } }
    .help-deco {
      position: absolute;
      pointer-events: none;
      z-index: 0;
    }
    .help-deco-floral-tr { top: -30px; right: -30px; width: 200px; opacity: 0.1; transform: rotate(110deg); }
    .help-deco-floral-bl { bottom: -30px; left: -30px; width: 200px; opacity: 0.1; transform: rotate(290deg); }
    @media (max-width: 600px) {
      .help-deco-floral-tr { width: 140px; opacity: 0.08; }
      .help-deco-floral-bl { width: 140px; opacity: 0.08; }
    }
    .help-card > *:not(.help-deco) { position: relative; z-index: 2; }
    .help-card .help-deco { position: absolute !important; z-index: 0; }
    .help-eyebrow {
      font-family: 'Caveat Brush', cursive;
      font-size: 1.5rem;
      color: var(--cyan-light);
      font-weight: 400;
      margin-bottom: 2px !important;
      transform: rotate(-2deg);
      display: inline-block;
    }
    .help-card h2 {
      color: var(--white);
      margin-bottom: var(--sp-2);
      font-size: clamp(1.875rem, 4vw, 2.5rem);
      letter-spacing: -0.01em;
    }
    .help-card-lead {
      font-size: 1.0625rem !important;
      line-height: 1.6 !important;
      margin-bottom: var(--sp-3) !important;
      max-width: 420px;
      margin-left: auto !important;
      margin-right: auto !important;
      opacity: 0.92;
    }
    .help-role-line {
      font-size: 0.6875rem !important;
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--cyan-light);
      margin: 0 0 4px !important;
      max-width: none !important;
    }
    .help-name {
      font-family: 'Caveat Brush', cursive;
      font-size: 1.625rem !important;
      font-weight: 400;
      color: var(--white);
      transform: rotate(-1.5deg);
      display: block;
      margin: 0 auto var(--sp-3) !important;
      letter-spacing: 0;
      max-width: none !important;
    }
    .help-card p {
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: var(--sp-3);
      max-width: 460px;
      margin-left: auto;
      margin-right: auto;
    }
    .help-meta {
      margin-top: var(--sp-3);
      font-size: 0.8125rem !important;
      opacity: 0.7;
      letter-spacing: 0.04em;
    }
    .messenger-btn {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: var(--white);
      color: var(--deep);
      padding: 14px 26px;
      border-radius: var(--radius-pill);
      font-weight: 800;
      font-size: 1.0625rem;
      text-decoration: none;
      box-shadow: var(--shadow-md);
      transition: transform 0.18s ease, box-shadow 0.18s ease;
      min-height: 56px;
    }
    .messenger-btn:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow-lg);
    }
    .messenger-btn-icon {
      width: 32px; height: 32px;
      flex-shrink: 0;
    }

    /* ============================================================
       ANIMATIONS & INTERACTIONS
       ============================================================ */

    /* Scroll-triggered fade-up. JS adds .is-visible when the element
       enters the viewport. */
    .fade-up {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
                  transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
    }
    .fade-up.is-visible {
      opacity: 1;
      transform: translateY(0);
    }
    .fade-up.delay-1 { transition-delay: 0.08s; }
    .fade-up.delay-2 { transition-delay: 0.16s; }
    .fade-up.delay-3 { transition-delay: 0.24s; }

    /* Hero entrance stagger */
    @keyframes heroIn {
      from { opacity: 0; transform: translateY(16px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .hero-inner > * { animation: heroIn 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
    .hero-inner > *:nth-child(1) { animation-delay: 0s; }
    .hero-inner > *:nth-child(2) { animation-delay: 0.08s; }
    .hero-inner > *:nth-child(3) { animation-delay: 0.16s; }
    .hero-inner > *:nth-child(4) { animation-delay: 0.24s; }
    .hero-inner > *:nth-child(5) { animation-delay: 0.32s; }
    .hero-inner > *:nth-child(6) { animation-delay: 0.40s; }
    .hero-inner > *:nth-child(7) { animation-delay: 0.48s; }

    /* Hero decoration gentle float */
    @keyframes paddleFloatL {
      0%, 100% { transform: rotate(-22deg) translateY(0); }
      50%      { transform: rotate(-22deg) translateY(-10px); }
    }
    @keyframes paddleFloatR {
      0%, 100% { transform: scaleX(-1) rotate(-28deg) translateY(0); }
      50%      { transform: scaleX(-1) rotate(-28deg) translateY(-12px); }
    }
    @keyframes flowerSway {
      0%, 100% { transform: rotate(0deg); }
      50%      { transform: rotate(6deg); }
    }
    .hero-deco-paddle-l { animation: paddleFloatL 7s ease-in-out infinite; }
    .hero-deco-paddle-r { animation: paddleFloatR 8s ease-in-out infinite; }
    .hero-deco-flower-tr { animation: flowerSway 9s ease-in-out infinite; }
    .hero-deco-flower-bl { animation: flowerSway 8s ease-in-out infinite reverse; }

    /* Hero balls + confetti — gentle drift to match the paddles */
    @keyframes ballDriftA {
      0%, 100% { transform: rotate(-15deg) translateY(0); }
      50%      { transform: rotate(-12deg) translateY(-12px); }
    }
    @keyframes ballDriftB {
      0%, 100% { transform: rotate(20deg) translateY(0); }
      50%      { transform: rotate(24deg) translateY(-8px); }
    }
    .hero-deco-ball-1 { animation: ballDriftA 6s ease-in-out infinite; }
    .hero-deco-ball-2 { animation: ballDriftB 7s ease-in-out infinite 0.5s; }

    @keyframes confettiSpinA {
      0%, 100% { transform: rotate(15deg) translateY(0); }
      50%      { transform: rotate(25deg) translateY(-8px); }
    }
    @keyframes confettiSpinB {
      0%, 100% { transform: rotate(-15deg) translateY(0); }
      50%      { transform: rotate(-22deg) translateY(-6px); }
    }
    @keyframes confettiSpinC {
      0%, 100% { transform: rotate(40deg) translateY(0); }
      50%      { transform: rotate(48deg) translateY(-10px); }
    }
    .hero-deco-confetti-1 { animation: confettiSpinA  9s ease-in-out infinite; }
    .hero-deco-confetti-2 { animation: confettiSpinB 11s ease-in-out infinite 0.8s; }
    .hero-deco-confetti-3 { animation: confettiSpinC 10s ease-in-out infinite 0.4s; }

    /* Verse decorations — slower, calmer */
    @keyframes verseSwayL {
      0%, 100% { transform: rotate(-15deg) translateY(0); }
      50%      { transform: rotate(-12deg) translateY(-6px); }
    }
    @keyframes verseSwayR {
      0%, 100% { transform: rotate(15deg) translateY(0); }
      50%      { transform: rotate(12deg) translateY(-6px); }
    }
    @keyframes verseBallTL {
      0%, 100% { transform: rotate(20deg) translateY(0); }
      50%      { transform: rotate(24deg) translateY(-7px); }
    }
    @keyframes verseBallBR {
      0%, 100% { transform: rotate(-25deg) translateY(0); }
      50%      { transform: rotate(-20deg) translateY(-5px); }
    }
    .verse-deco-l { animation: verseSwayL 11s ease-in-out infinite; }
    .verse-deco-r { animation: verseSwayR 12s ease-in-out infinite 0.6s; }
    .verse-deco-ball-tl { animation: verseBallTL 8s ease-in-out infinite; }
    .verse-deco-ball-br { animation: verseBallBR 9s ease-in-out infinite 0.4s; }

    /* Hero stamp + eyebrow hover springs */
    .stamp { transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.3, 1.4); }
    .stamp.stamp-gold:hover { transform: rotate(-2.5deg) translateY(-2px) scale(1.06); }
    .stamp.stamp-cyan:hover { transform: rotate(2deg) translateY(-2px) scale(1.06); }
    .hero-eyebrow-script { transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1.3); cursor: default; }
    .hero-eyebrow-script:hover { transform: rotate(2deg) scale(1.05); }

    /* Trophy on the tournament-day card pulses gently */
    @keyframes trophyPulse {
      0%, 100% { transform: scale(1); }
      50%      { transform: scale(1.14); }
    }
    .date-card.is-key .date-detail-emoji {
      display: inline-block;
      animation: trophyPulse 2.4s ease-in-out infinite;
      transform-origin: center;
    }

    /* Chip hover lift */
    .chip { transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
    .chip:hover {
      transform: translateY(-2px) rotate(-1deg);
      box-shadow: var(--shadow-md);
      border-color: var(--cyan);
    }

    /* Counter pulse */
    @keyframes counterPulse {
      0%, 100% { transform: scale(1); }
      40%      { transform: scale(1.02); box-shadow: 0 0 0 6px rgba(7,219,242,0.18), var(--shadow-sm); }
    }
    .availability.is-updated { animation: counterPulse 0.7s cubic-bezier(0.2, 0.7, 0.2, 1); }

    /* Form success entrance */
    @keyframes successIn {
      from { opacity: 0; transform: scale(0.96); }
      to   { opacity: 1; transform: scale(1); }
    }
    .form-success.is-shown { animation: successIn 0.5s cubic-bezier(0.2, 0.7, 0.2, 1); }
    @keyframes checkPop {
      0%   { transform: scale(0); }
      60%  { transform: scale(1.15); }
      100% { transform: scale(1); }
    }
    .form-success.is-shown .check-mark { animation: checkPop 0.55s 0.1s cubic-bezier(0.2, 0.7, 0.2, 1) both; }

    /* Confetti burst */
    .confetti-burst {
      position: absolute;
      inset: 0;
      pointer-events: none;
      overflow: hidden;
      z-index: 3;
    }
    .confetti-piece {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 8px;
      height: 14px;
      border-radius: 2px;
      opacity: 0;
      animation: confettiFly 1.6s cubic-bezier(0.15, 0.5, 0.3, 1) forwards;
    }
    @keyframes confettiFly {
      0%   { opacity: 1; transform: translate(-50%, -50%) rotate(0deg) scale(0.6); }
      100% { opacity: 0; transform: translate(var(--cx, 0), var(--cy, 240px)) rotate(var(--cr, 720deg)) scale(1); }
    }

    /* FAQ panel smooth open */
    .faq-panel {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows 0.28s cubic-bezier(0.2, 0.7, 0.2, 1),
                  padding 0.28s cubic-bezier(0.2, 0.7, 0.2, 1);
      padding-top: 0;
      padding-bottom: 0;
    }
    .faq-panel > * { overflow: hidden; min-height: 0; }
    .faq-panel.is-open {
      grid-template-rows: 1fr;
      padding-top: var(--sp-2);
      padding-bottom: var(--sp-3);
    }

    /* Reduced motion: kill all the above */
    @media (prefers-reduced-motion: reduce) {
      .btn-primary:hover, .btn-secondary:hover,
      .messenger-btn:hover, .inclusion:hover, .chip:hover,
      .stamp.stamp-gold:hover, .stamp.stamp-cyan:hover,
      .hero-eyebrow-script:hover, .sponsor-card:hover { transform: none; }
      .faq-icon, .chip, .stamp, .hero-eyebrow-script, .sponsor-card { transition: none; }
      .fade-up { opacity: 1; transform: none; transition: none; }
      .hero-inner > *,
      .hero-deco-paddle-l, .hero-deco-paddle-r,
      .hero-deco-flower-tr, .hero-deco-flower-bl,
      .hero-deco-ball-1, .hero-deco-ball-2,
      .hero-deco-confetti-1, .hero-deco-confetti-2, .hero-deco-confetti-3,
      .verse-deco-l, .verse-deco-r,
      .verse-deco-ball-tl, .verse-deco-ball-br,
      .date-card.is-key .date-detail-emoji,
      .availability.is-updated,
      .form-success.is-shown,
      .form-success.is-shown .check-mark { animation: none !important; }
      .confetti-piece { display: none !important; }
      .faq-panel { transition: none; }
    }

    /* ============================================================
       MODAL — Waiver / Data Privacy notice
       ============================================================ */
    .inline-link {
      background: none;
      border: 0;
      padding: 0;
      margin: 0;
      color: inherit;
      font: inherit;
      cursor: pointer;
      text-decoration: underline;
      text-decoration-color: var(--cyan);
      text-underline-offset: 3px;
      text-decoration-thickness: 2px;
      font-weight: 700;
    }
    .inline-link:hover { text-decoration-color: var(--pink-bright); }
    .inline-link:focus-visible {
      outline: 2px solid var(--deep);
      outline-offset: 2px;
      border-radius: 2px;
    }

    .cup-modal {
      border: 0;
      padding: 0;
      background: transparent;
      max-width: 640px;
      width: calc(100% - 32px);
      max-height: 90vh;
      margin: auto;
      color: var(--deep);
    }
    .cup-modal::backdrop {
      background: rgba(30, 58, 95, 0.55);
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);
    }
    .cup-modal[open] {
      animation: modalIn 0.22s cubic-bezier(0.2, 0.7, 0.2, 1);
    }
    @keyframes modalIn {
      from { opacity: 0; transform: translateY(8px) scale(0.98); }
      to   { opacity: 1; transform: translateY(0) scale(1); }
    }
    @media (prefers-reduced-motion: reduce) {
      .cup-modal[open] { animation: none; }
    }

    .cup-modal-card {
      background: var(--paper);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-lg);
      padding: var(--sp-4) var(--sp-3);
      position: relative;
      max-height: calc(90vh - 4px);
      overflow-y: auto;
    }
    @media (min-width: 600px) {
      .cup-modal-card { padding: var(--sp-5) var(--sp-4); }
    }
    .cup-modal-close {
      position: absolute;
      top: 12px;
      right: 12px;
      width: 36px;
      height: 36px;
      border: 0;
      background: var(--cyan-pale);
      color: var(--deep);
      border-radius: 50%;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      transition: background-color 0.15s ease;
    }
    .cup-modal-close:hover { background: var(--cyan); }
    .cup-modal-close:focus-visible {
      outline: 3px solid var(--deep);
      outline-offset: 2px;
    }
    .cup-modal h2 {
      font-size: 1.625rem;
      margin: 0 var(--sp-5) 6px 0;
      color: var(--deep);
    }
    .cup-modal-sub {
      font-size: 0.875rem;
      color: var(--deep-soft);
      margin: 0 var(--sp-5) var(--sp-3) 0;
    }
    .cup-modal-body {
      color: var(--deep);
      font-size: 0.9375rem;
      line-height: 1.65;
    }
    .cup-modal-body h3 {
      font-size: 0.9375rem;
      font-weight: 800;
      margin: var(--sp-3) 0 8px;
      color: var(--deep);
    }
    .cup-modal-body p { margin: 0 0 var(--sp-2); }
    .cup-modal-body ul { margin: 0 0 var(--sp-2) 1.25rem; padding: 0; }
    .cup-modal-body li { margin-bottom: 6px; line-height: 1.55; }
    .cup-modal-body strong { font-weight: 800; }
    .cup-modal-body a {
      color: var(--deep);
      text-decoration: underline;
      text-decoration-color: var(--cyan);
      font-weight: 700;
    }
    .cup-modal-foot-note {
      margin-top: var(--sp-3);
      padding-top: var(--sp-2);
      border-top: 1px dashed var(--pink-light);
      font-size: 0.8125rem !important;
      opacity: 0.85;
    }
    .cup-modal-foot {
      margin-top: var(--sp-3);
      text-align: center;
    }

    /* ============================================================
       MORE ANIMATIONS + INTERACTIONS
       ============================================================ */

    /* Scroll progress indicator at the top of the viewport */
    .page-progress {
      position: fixed;
      top: 0;
      left: 0;
      width: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--cyan), var(--pink-bright), var(--gold));
      z-index: 1001;
      pointer-events: none;
      transition: width 0.08s linear;
      box-shadow: 0 1px 4px rgba(30,58,95,0.18);
    }
    @media (prefers-reduced-motion: reduce) {
      .page-progress { transition: none; }
    }

    /* Hero stamps wiggle + lift on hover */
    .stamp.stamp-gold,
    .stamp.stamp-cyan {
      transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease;
      cursor: default;
    }
    .stamp.stamp-gold:hover {
      transform: rotate(-5deg) scale(1.06);
      box-shadow: 0 6px 0 rgba(30,58,95,0.22);
    }
    .stamp.stamp-cyan:hover {
      transform: rotate(5deg) scale(1.06);
      box-shadow: 0 6px 0 rgba(30,58,95,0.22);
    }
    @media (prefers-reduced-motion: reduce) {
      .stamp.stamp-gold:hover, .stamp.stamp-cyan:hover { transform: rotate(-2.5deg); }
      .stamp.stamp-cyan:hover { transform: rotate(2deg); }
    }

    /* CTA pickleball icon bounces on hover */
    @keyframes ballBounce {
      0%, 100% { transform: translateY(0) rotate(0deg); }
      40% { transform: translateY(-4px) rotate(-8deg); }
      70% { transform: translateY(0) rotate(4deg); }
    }
    .btn-primary:hover .ball,
    .sticky-cta:hover .ball {
      animation: ballBounce 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
    }
    @media (prefers-reduced-motion: reduce) {
      .btn-primary:hover .ball, .sticky-cta:hover .ball { animation: none; }
    }

    /* Button press feedback — slight squish on click/tap */
    .btn:active,
    .messenger-btn:active,
    .sticky-cta:active,
    .gcash-download:active {
      transform: translateY(0) scale(0.97);
      transition: transform 0.08s ease;
    }

    /* Verse text gently breathes — slow opacity oscillation */
    @keyframes verseBreathe {
      0%, 100% { opacity: 0.9; }
      50%      { opacity: 1; }
    }
    .verse-body p {
      animation: verseBreathe 6s ease-in-out infinite;
    }
    @media (prefers-reduced-motion: reduce) {
      .verse-body p { animation: none; opacity: 1; }
    }

    /* Section number pulses briefly when its section enters viewport */
    @keyframes sectionNumPulse {
      0%   { transform: scale(1); opacity: 1; }
      45%  { transform: scale(1.25); opacity: 1; color: var(--cyan); }
      100% { transform: scale(1); opacity: 1; }
    }
    .section-head.is-visible .section-num {
      animation: sectionNumPulse 0.7s 0.1s cubic-bezier(0.2, 0.7, 0.2, 1);
      display: inline-block;
      transform-origin: center;
    }
    @media (prefers-reduced-motion: reduce) {
      .section-head.is-visible .section-num { animation: none; }
    }
