:root{
    --ink:#1D1416;
    --red:#D62223;
    --red-dark:#A81A1B;
    --river:#6B8F8C;
    --gold:#CB9C48;
    --blush:#F7DCD9;
    --paper:#FBF3EC;
    --card:#FFFFFF;
    --line: rgba(29,20,22,0.09);
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{ background:var(--paper); color:var(--ink); font-family:'Work Sans', sans-serif; line-height:1.5; -webkit-font-smoothing:antialiased; }
  h1,h2,h3,.display{ font-family:'Fraunces', serif; font-weight:500; letter-spacing:-0.015em; }
  a{color:inherit; text-decoration:none;}
  img,svg{max-width:100%; display:block;}
  .wrap{max-width:1240px; margin:0 auto; padding:0 32px;}
  .btn{ display:inline-flex; align-items:center; gap:8px; background:var(--red); color:#fff; padding:15px 28px; border-radius:14px; font-weight:700; font-size:15px; border:none; cursor:pointer; transition: transform .15s ease, box-shadow .15s ease; box-shadow:0 8px 20px rgba(214,34,35,0.28); }
  .btn:hover{ transform:translateY(-2px); box-shadow:0 12px 26px rgba(214,34,35,0.35); }
  .btn:focus-visible{ outline:2.5px solid var(--river); outline-offset:3px; }
  .btn-ghost{ background:transparent; color:var(--ink); font-weight:600; font-size:15px; display:inline-flex; align-items:center; gap:6px; }
  .btn-ghost:hover{ color:var(--red); }

  /* nav */
  .rule{ height:1px; background:var(--line); max-width:1240px; margin:0 auto; }
  .rule.wrap-inset{ margin:0 32px; }

  header{ position:sticky; top:0; z-index:50; background:rgba(251,243,236,0.85); backdrop-filter:blur(10px); border-bottom:1px solid var(--line); }
  nav{ display:flex; align-items:center; justify-content:space-between; padding:18px 0; }
  .logo{ display:flex; align-items:center; gap:10px; }
  .logo-mark{ display:flex; align-items:center; justify-content:center; flex-shrink:0; }
  .logo-mark img{ width:42px; height:auto; }
  .logo-word{ font-size:20px; font-weight:600; }

  /* hero — asymmetric split */
  .hero{ padding:70px 0 40px; position:relative; overflow:hidden;
    background:radial-gradient(72% 68% at 3% -8%, #F4D6A6 0%, rgba(244,214,166,0.38) 32%, rgba(244,214,166,0) 60%); }
  .hero-grid{ display:grid; grid-template-columns:1.1fr 0.9fr; gap:60px; align-items:center; position:relative; z-index:2; }
  @media (max-width:960px){ .hero-grid{ grid-template-columns:1fr; } }
  .eyebrow-pill{
    display:inline-flex; align-items:center; gap:8px; font-size:12.5px; font-weight:700;
    color:var(--red); background:var(--blush); padding:7px 14px; border-radius:100px; margin-bottom:22px;
  }
  .eyebrow-pill .dot{ width:6px; height:6px; border-radius:50%; background:#3FB65F; animation:pulse 1.6s infinite; }
  @keyframes pulse{ 0%,100%{opacity:1;} 50%{opacity:0.3;} }
  .hero h1{ font-size:clamp(38px,4.6vw,60px); line-height:1.06; margin-bottom:20px; }
  .hero h1 em{ font-style:italic; color:var(--red); }
  .hero p.lede{ font-size:18px; color:rgba(29,20,22,0.65); max-width:460px; margin-bottom:30px; }
  .hero-actions{ display:flex; align-items:center; gap:22px; margin-bottom:26px; flex-wrap:wrap; }
  .hero-tagline{ font-family:'Fraunces'; font-style:italic; font-size:15px; color:rgba(29,20,22,0.5); max-width:420px; }
  .hero-stat{ font-size:13.5px; color:rgba(29,20,22,0.55); }
  .hero-stat b{ color:var(--ink); font-weight:700; }

  /* collage of cards, right side of hero */
  .collage{ position:relative; height:420px; }
  .c-card{ position:absolute; background:var(--card); border-radius:20px; padding:20px; box-shadow:0 20px 45px -12px rgba(29,20,22,0.22); border:1px solid var(--line); }
  .c-card h5{ font-family:'Fraunces'; font-size:15px; margin-bottom:3px; }
  .c-card .sub{ font-size:11.5px; opacity:0.55; }
  .c-partner{ width:230px; top:10px; left:0; transform:rotate(-6deg); z-index:3; }
  .c-partner .pair{ display:flex; margin-bottom:12px; }
  .c-partner .pair .p{ width:34px; height:34px; border-radius:50%; border:2.5px solid var(--card); object-fit:cover; }
  .c-partner .pair .p:nth-child(2){ margin-left:-10px; }
  .p.init{ display:flex; align-items:center; justify-content:center; color:#fff; font-family:'Fraunces'; font-weight:600; font-size:13px; }
  .p.init.river{ background:var(--river); }
  .p.init.neutral{ background:var(--gold); }
  .c-place{ width:180px; top:190px; left:120px; transform:rotate(4deg); z-index:2; }
  .c-place .mini-map{ height:70px; border-radius:12px; background:var(--ink); margin-bottom:10px; position:relative; overflow:hidden; }
  .c-event{ width:200px; top:60px; right:0; transform:rotate(5deg); z-index:1; }
  .c-event .badge{ display:inline-block; font-size:10px; font-weight:800; text-transform:uppercase; background:var(--gold); color:var(--ink); border-radius:100px; padding:3px 10px; margin-bottom:10px; }
  .c-event .going{ font-size:12px; font-weight:700; color:var(--red); margin-top:8px; }

  /* trending runs — auto-scrolling marquee */
  .trending{ padding:50px 0 70px; overflow:hidden; }
  .trending-head{ text-align:center; max-width:520px; margin:0 auto 36px; }
  .trending-head .eyebrow-live{
    display:inline-flex; align-items:center; gap:8px; font-size:12.5px; font-weight:700;
    color:var(--red); background:var(--blush); padding:7px 14px; border-radius:100px; margin-bottom:16px;
  }
  .trending-head .eyebrow-live .dot{ width:6px; height:6px; border-radius:50%; background:#3FB65F; animation:pulse 1.6s infinite; }
  .trending-head h2{ font-size:clamp(28px,3.4vw,38px); margin-bottom:10px; }
  .trending-head p{ font-size:15.5px; color:rgba(29,20,22,0.6); }
  .trending-stats{ display:flex; gap:26px; justify-content:center; margin-top:20px; flex-wrap:wrap; }
  .trending-stats .stat{ text-align:center; }
  .trending-stats .stat b{ display:block; font-family:'Fraunces'; font-size:22px; color:var(--ink); }
  .trending-stats .stat span{ font-size:11.5px; color:rgba(29,20,22,0.5); text-transform:uppercase; letter-spacing:0.05em; font-weight:600; }
  .trending-stats .divider{ width:1px; background:var(--line); }
  .marquee-wrap{ overflow:hidden; -webkit-mask-image:linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image:linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
  .marquee-track{ display:flex; gap:16px; width:max-content; animation:marquee-scroll 78s linear infinite; }
  .marquee-track:hover{ animation-play-state:paused; }
  @keyframes marquee-scroll{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }
  .trend-card{
    display:flex; align-items:center; gap:14px; background:var(--card); border:1px solid var(--line);
    border-radius:100px; padding:10px 20px 10px 10px; box-shadow:0 8px 20px -12px rgba(29,20,22,0.16);
    flex-shrink:0;
  }
  .trend-card .club-dot{ width:38px; height:38px; border-radius:50%; background:rgba(29,20,22,0.08); display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0; }
  .trend-card .club-dot.alt1{ background:var(--river); }
  .trend-card .club-dot.alt2{ background:var(--blush); }
  .trend-card .info h5{ font-family:'Fraunces'; font-size:14.5px; margin-bottom:1px; white-space:nowrap; }
  .trend-card .info .meta{ font-size:11.5px; opacity:0.55; white-space:nowrap; }
  .trend-card .going-tag{ background:var(--blush); color:var(--red-dark); font-size:11.5px; font-weight:800; padding:5px 12px; border-radius:100px; margin-left:6px; white-space:nowrap; }
  .trend-card .city-tag{ background:var(--paper); border:1px solid var(--line); color:rgba(29,20,22,0.6); font-size:10.5px; font-weight:700; padding:5px 11px; border-radius:100px; margin-left:6px; white-space:nowrap; }

  /* phone showcase — real product mockup */
  .showcase{ text-align:center; }
  .showcase .section-head{ margin-left:auto; margin-right:auto; text-align:center; }
  .phone-wrap{ display:flex; justify-content:center; }
  .phone{ width:280px; background:var(--ink); border-radius:44px; padding:14px; box-shadow:0 40px 70px -25px rgba(29,20,22,0.35); position:relative; }
  .phone-notch{ width:110px; height:20px; background:var(--ink); border-radius:0 0 14px 14px; position:absolute; top:0; left:50%; transform:translateX(-50%); z-index:5; }
  .phone-screen{ background:var(--paper); border-radius:32px; padding:28px 16px 16px; display:flex; flex-direction:column; gap:14px; min-height:520px; text-align:left; }
  .phone-status{ display:flex; justify-content:space-between; font-size:10.5px; font-weight:700; opacity:0.45; }
  .phone-header{ font-size:19px; margin-bottom:0; }
  .phone-sub{ font-size:12px; opacity:0.55; margin-top:-8px; }
  .phone-chip-row{ display:flex; flex-wrap:wrap; gap:6px; }
  .phone-chip{ background:var(--card); border:1px solid var(--line); border-radius:100px; padding:6px 12px; font-size:11px; font-weight:700; }
  .phone-chip.active{ background:var(--red); color:#fff; border-color:var(--red); }
  .phone-match-card{ background:var(--card); border-radius:18px; padding:14px; box-shadow:0 10px 20px -12px rgba(29,20,22,0.2); margin-top:auto; }
  .phone-match-card .pair{ display:flex; margin-bottom:8px; }
  .phone-match-card .pair .p{ width:28px; height:28px; border-radius:50%; border:2px solid var(--card); object-fit:cover; }
  .phone-match-card .pair .p:nth-child(2){ margin-left:-8px; }
  .phone-match-card .pair .p.init{ font-size:11px; }
  .phone-match-card h5{ font-family:'Fraunces'; font-size:14.5px; margin-bottom:2px; }
  .phone-match-card .meta{ font-size:11px; opacity:0.55; margin-bottom:10px; }
  .phone-cta{ background:var(--red); color:#fff; text-align:center; padding:11px; border-radius:100px; font-weight:800; font-size:12.5px; }
  .phone-navbar{
    display:flex; justify-content:space-around; align-items:center;
    background:var(--ink); margin:0 -16px -16px; padding:16px 10px 22px;
    border-radius:0 0 32px 32px; position:relative;
  }
  .phone-navbar .tab{ display:flex; flex-direction:column; align-items:center; gap:5px; opacity:0.45; }
  .phone-navbar .tab.active{ opacity:1; }
  .phone-navbar .tab svg{ width:20px; height:20px; }
  .phone-navbar .tab.active svg{ stroke:var(--red); }
  .phone-navbar .tab svg{ stroke:var(--paper); }
  .phone-navbar .tab .label{ font-size:9.5px; font-weight:600; color:var(--paper); }
  .phone-navbar .tab.active .label{ color:var(--red); }
  .phone-home-bar{ position:absolute; bottom:8px; left:50%; transform:translateX(-50%); width:100px; height:4px; border-radius:4px; background:var(--paper); opacity:0.85; }

  /* animated demo states */
  .phone-states{ position:relative; flex:1; min-height:230px; }
  .phone-state{
    position:absolute; inset:0; opacity:0; transform:translateY(10px);
    transition:opacity .5s ease, transform .5s ease; pointer-events:none;
    display:flex; flex-direction:column; gap:14px;
  }
  .phone-state.active{ opacity:1; transform:translateY(0); pointer-events:auto; }
  .phone-dots{ display:flex; gap:6px; justify-content:center; margin-top:18px; }
  .phone-dots span{ width:6px; height:6px; border-radius:50%; background:var(--line); transition:background .3s ease, width .3s ease; }
  .phone-dots span.active{ background:var(--red); width:18px; border-radius:4px; }
  .phone-post-form{ background:var(--card); border-radius:14px; padding:4px 14px; box-shadow:0 10px 20px -12px rgba(29,20,22,0.2); }
  .post-field{ display:flex; justify-content:space-between; align-items:center; padding:11px 0; border-bottom:1px solid var(--line); font-size:12px; }
  .post-field:last-of-type{ border-bottom:none; }
  .post-field .label{ opacity:0.5; font-weight:600; }
  .post-field .val{ font-weight:700; font-family:'Fraunces'; font-size:12.5px; }
  .confirm-check{ display:flex; align-items:center; gap:10px; background:#EAF6EC; border-radius:14px; padding:12px 14px; margin-top:auto; }
  .confirm-check .tick{ width:26px; height:26px; border-radius:50%; background:#3FB65F; color:#fff; display:flex; align-items:center; justify-content:center; font-size:13px; flex-shrink:0; }
  .confirm-check .txt{ font-size:12px; }
  .confirm-check .txt b{ display:block; font-family:'Fraunces'; font-size:14px; margin-bottom:1px; }

  /* trust & safety */
  .trust-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
  @media (max-width:900px){ .trust-grid{ grid-template-columns:1fr 1fr; } }
  @media (max-width:560px){ .trust-grid{ grid-template-columns:1fr; } }
  .trust-item{ background:var(--card); border:1px solid var(--line); border-radius:20px; padding:24px; box-shadow:0 10px 24px -16px rgba(29,20,22,0.16); }
  .trust-item .icon{ font-size:22px; margin-bottom:12px; }
  .trust-item h4{ font-family:'Fraunces'; font-size:15.5px; margin-bottom:6px; }
  .trust-item p{ font-size:13px; opacity:0.6; }

  section{ padding:80px 0; }
  .section-head{ max-width:600px; margin-bottom:44px; }
  .section-head h2{ font-size:clamp(28px,3.6vw,40px); margin-top:8px; }
  .eyebrow{ font-size:12.5px; letter-spacing:0.1em; text-transform:uppercase; font-weight:700; color:var(--red); }

  /* bento grid — three ways to run, asymmetric */
  .bento{ display:grid; grid-template-columns:1.3fr 1fr; grid-template-rows:auto auto; gap:20px; }
  @media (max-width:860px){ .bento{ grid-template-columns:1fr; } }
  .bento-card{ background:var(--card); border:1px solid var(--line); border-radius:24px; padding:32px; box-shadow:0 14px 32px -18px rgba(29,20,22,0.18); }
  .bento-big{ grid-row:1 / 3; display:flex; flex-direction:column; justify-content:space-between; }
  .bento-card .icon{ font-size:30px; margin-bottom:16px; }
  .bento-card h3{ font-size:22px; margin-bottom:10px; }
  .bento-card p{ font-size:14.5px; color:rgba(29,20,22,0.62); margin-bottom:18px; }
  .goal-grid{ display:flex; flex-wrap:wrap; gap:10px; }
  .goal-pill{ background:var(--paper); border:1px solid var(--line); border-radius:100px; padding:9px 16px; font-weight:600; font-size:13px; }
  .bento-small h3{ font-size:19px; }

  /* find a place */
  .place-section{ background:var(--ink); color:var(--paper); border-radius:32px; margin:0 32px; padding:70px 48px; }
  @media (max-width:700px){ .place-section{ margin:0 16px; padding:50px 24px; } }
  .place-section .eyebrow{ color:rgba(251,243,236,0.6); }
  .place-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
  @media (max-width:900px){ .place-grid{ grid-template-columns:1fr; } }
  .place-section h2{ color:var(--paper); }
  .place-section p.lede{ color:rgba(251,243,236,0.65); font-size:16px; max-width:420px; }
  .route-tags{ display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
  .route-tag{ font-size:12.5px; font-weight:700; padding:8px 14px; border-radius:100px; border:1px solid rgba(251,243,236,0.28); }
  .route-map{ aspect-ratio:1/1; border-radius:22px; background:#141010; position:relative; overflow:hidden; }

  /* clubs */
  .club-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
  @media (max-width:960px){ .club-grid{ grid-template-columns:1fr 1fr; } }
  @media (max-width:560px){ .club-grid{ grid-template-columns:1fr; } }
  .club-card{ background:var(--card); border:1px solid var(--line); border-radius:22px; padding:24px; box-shadow:0 10px 24px -14px rgba(29,20,22,0.18); }
  .club-icon{ font-size:30px; margin-bottom:16px; display:block; }
  .club-card h4{ font-family:'Fraunces'; font-size:17px; margin-bottom:6px; line-height:1.25; }
  .club-card .meta{ font-size:12.5px; opacity:0.55; margin-bottom:18px; }
  .club-attend{ display:flex; align-items:center; gap:10px; }
  .club-attend .stack{ display:flex; }
  .club-attend .stack .a{
    width:30px; height:30px; border-radius:50%; border:2.5px solid var(--card); margin-left:-9px;
    display:flex; align-items:center; justify-content:center; color:#fff; font-family:'Fraunces';
    font-weight:600; font-size:11px;
  }
  .club-attend .stack .a:first-child{ margin-left:0; }
  .club-attend .stack .more{
    width:30px; height:30px; border-radius:50%; border:2.5px solid var(--card); margin-left:-9px;
    background:var(--red); color:#fff; font-size:10.5px; font-weight:800;
    display:flex; align-items:center; justify-content:center;
  }
  .club-attend .going{ font-size:13px; font-weight:800; color:var(--red); white-space:nowrap; }

  /* founder — pull quote */
  .founder{ text-align:center; max-width:680px; margin:0 auto; }
  .founder .quote-mark{ font-family:'Fraunces'; font-size:60px; color:var(--blush); line-height:0.5; margin-bottom:10px; }
  .founder h2{ font-size:clamp(24px,3vw,32px); font-style:italic; font-weight:400; line-height:1.35; margin-bottom:26px; }
  .founder p.context{ font-size:15px; color:rgba(29,20,22,0.6); max-width:520px; margin:0 auto 20px; }
  .founder-sig{ display:flex; align-items:center; gap:12px; justify-content:center; }
  .founder-sig .photo{ width:42px; height:42px; border-radius:50%; background:var(--blush); }
  .founder-sig .name{ font-size:14px; font-weight:700; }
  .placeholder-note{ font-size:12.5px; background:var(--paper); border:1px dashed var(--line); border-radius:12px; padding:12px 16px; margin-top:20px; opacity:0.8; }

  /* faq */
  .faq{ max-width:680px; margin:0 auto; }
  .faq-item{ border-bottom:1px solid var(--line); }
  .faq-item summary{
    display:flex; justify-content:space-between; align-items:center; gap:16px;
    padding:22px 4px; cursor:pointer; font-family:'Fraunces'; font-size:17px; font-weight:500;
    list-style:none;
  }
  .faq-item summary::-webkit-details-marker{ display:none; }
  .faq-item summary .plus{ font-size:20px; color:var(--red); flex-shrink:0; transition:transform .2s ease; }
  .faq-item[open] summary .plus{ transform:rotate(45deg); }
  .faq-item p{ padding:0 4px 22px; font-size:15px; color:rgba(29,20,22,0.65); max-width:560px; }

  /* closing cta */
  .cta-card{ background:linear-gradient(135deg, var(--red) 0%, #EF6A5A 100%); border-radius:32px; padding:70px 40px; text-align:center; position:relative; overflow:hidden; }
  .cta-card h2{ color:#fff; font-size:clamp(28px,4vw,42px); margin-bottom:12px; position:relative; }
  .cta-card p{ color:rgba(255,255,255,0.85); font-size:16px; margin-bottom:30px; position:relative; }
  .cta-card form{ display:flex; gap:10px; justify-content:center; flex-wrap:wrap; position:relative; }
  .cta-card input{ padding:14px 20px; border-radius:100px; border:none; font-family:'Work Sans'; font-size:15px; min-width:240px; }

  /* coming soon store badges */
  .store-badges{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; margin-top:26px; }
  .store-badge{
    display:flex; align-items:center; gap:9px; background:var(--card); border:1px solid var(--line);
    border-radius:14px; padding:11px 18px 11px 14px; cursor:default; position:relative;
    box-shadow:0 10px 24px -16px rgba(29,20,22,0.25);
  }
  .store-badge svg{ width:22px; height:22px; flex-shrink:0; }
  .store-badge .txt{ text-align:left; line-height:1.15; }
  .store-badge .txt .small{ font-size:10px; color:rgba(29,20,22,0.5); display:block; }
  .store-badge .txt .big{ font-size:14.5px; font-weight:700; color:var(--ink); }
  .store-badge .soon-tag{
    position:absolute; top:-9px; right:-8px; background:var(--red); color:#fff;
    font-size:9px; font-weight:800; text-transform:uppercase; letter-spacing:0.04em;
    padding:3px 7px; border-radius:100px;
  }
  .btn-white{ background:#fff; color:var(--red); border:none; padding:14px 26px; border-radius:100px; font-weight:800; font-size:15px; cursor:pointer; }
  .btn-white:hover{ background:var(--ink); color:#fff; }

  /* footer — big wordmark style */
  footer{ background:var(--paper); color:var(--ink); padding:60px 0 0; overflow:hidden; border-top:1px solid var(--line); }
  .footer-row{ display:flex; justify-content:space-between; align-items:center; padding-bottom:40px; border-bottom:1px solid var(--line); flex-wrap:wrap; gap:20px; }
  .footer-links{ display:flex; gap:26px; font-size:13.5px; flex-wrap:wrap; }
  .footer-links a{ opacity:0.6; } .footer-links a:hover{ opacity:1; color:var(--red); }
  .footer-socials{ display:flex; gap:10px; }
  .footer-socials a{ width:36px; height:36px; border-radius:10px; background:var(--blush); display:flex; align-items:center; justify-content:center; transition:background .15s ease; }
  .footer-socials a:hover{ background:var(--red); }
  .footer-socials a svg{ stroke:var(--red-dark); }
  .footer-socials a:hover svg{ stroke:#fff; fill:#fff; }
  .footer-socials svg{ width:17px; height:17px; }
  .footer-bottom{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; padding:20px 0; font-size:12px; opacity:0.5; }
  .footer-wordmark{ font-family:'Fraunces'; font-weight:600; font-size:min(19vw,220px); line-height:0.8; color:rgba(29,20,22,0.05); text-align:center; margin-top:10px; user-select:none; letter-spacing:-0.02em; }

  .reveal{ opacity:0; transform:translateY(16px); transition:opacity .6s ease, transform .6s ease; }
  .reveal.in{ opacity:1; transform:translateY(0); }

  /* waitlist feedback on the closing CTA card */
  .cta-feedback{ position:relative; margin-top:14px; min-height:20px; font-size:14px; font-weight:700; color:#fff; }

  /* why we built izuke — long-form founder story */
  .story-title{ text-align:center; font-style:normal !important; font-weight:600 !important; font-size:clamp(28px,3.4vw,38px); margin-bottom:34px; }
  .story-body{ text-align:left; }
  .story-body p{ font-size:16px; line-height:1.62; color:rgba(29,20,22,0.72); margin-bottom:20px; }
  .story-body .story-sig{ font-family:'Fraunces'; font-style:italic; font-weight:500; color:var(--ink); font-size:15px; margin-top:6px; }

  /* city by city — intro + club application form */
  .cities-lede{ text-align:center; max-width:600px; margin:0 auto; font-size:16px; line-height:1.6; color:rgba(29,20,22,0.62); }
  .club-form-card{ max-width:620px; margin:44px auto 0; background:var(--card); border:1px solid var(--line); border-radius:26px; padding:40px; text-align:center; box-shadow:0 20px 45px -22px rgba(29,20,22,0.18); }
  @media (max-width:560px){ .club-form-card{ padding:28px 20px; } }
  .club-form-card h3{ font-family:'Fraunces'; font-size:22px; font-weight:600; margin-bottom:10px; }
  .club-form-card .cf-sub{ font-size:14.5px; color:rgba(29,20,22,0.6); max-width:460px; margin:0 auto 22px; line-height:1.5; }
  .club-form-card form{ display:flex; flex-direction:column; gap:10px; }
  .cf-row{ display:flex; gap:10px; }
  @media (max-width:560px){ .cf-row{ flex-direction:column; } }
  .club-form-card input{ flex:1; width:100%; padding:13px 16px; border-radius:12px; border:1px solid var(--line); background:var(--paper); font-family:'Work Sans', sans-serif; font-size:14.5px; color:var(--ink); outline:none; transition:border-color .15s, background .15s; }
  .club-form-card input:focus{ border-color:var(--red); background:#fff; }
  .club-form-card input::placeholder{ color:rgba(29,20,22,0.42); }
  .club-form-card button{ margin-top:4px; }
  .cf-hp{ position:absolute; left:-9999px; width:1px; height:1px; opacity:0; pointer-events:none; }
  .cf-foot{ font-size:13.5px; color:rgba(29,20,22,0.55); margin-top:16px; }
  .cf-foot a{ color:var(--red); font-weight:700; text-decoration:underline; }
  .cf-feedback{ font-size:13.5px; font-weight:700; margin-top:10px; min-height:18px; color:rgba(29,20,22,0.72); }

  /* cloudflare turnstile widget slot */
  .turnstile-holder{ display:flex; justify-content:center; margin-top:4px; }
  .turnstile-holder:empty{ margin:0; }
