
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --green: #00BD81;
    --teal: #199AA0;
    --blue: #2477B3;
    --blue-deep: #1B5C8C;
    --green-deep: #0A8F63;
    --ink: #0F1F1A;
    --text: #3B4744;
    --muted: #6E7A76;
    --bg: #ffffff;
    --bg-2: #F4F8F6;
    --white: #ffffff;
    --glow-green: #2fe0a0;
    --glow-blue: #59b0e6;
    --light-accent: #46d6b4;
    --grad: linear-gradient(96deg, #00BD81 0%, #199AA0 50%, #2477B3 100%);
    --dark-grad: radial-gradient(130% 120% at 74% 10%, #17564a 0%, #103029 46%, #0a1a15 100%);
    --maxw: 1140px;
    --sans: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  }
  html { scroll-behavior: smooth; }
  body { font-family: var(--body); color: var(--text); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  h1,h2,h3,h4,.sans { font-family: var(--sans); }
  .serif-i { font-family: var(--sans); font-style: italic; font-weight: 600; }
  .grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

  .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
  .eyebrow { font-family: var(--sans); font-weight: 700; font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--blue); margin-bottom: 18px; }
  .eyebrow.light { color: var(--light-accent); }

  .btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--sans); font-weight: 700; font-size: 15px; padding: 14px 26px; border-radius: 999px; text-decoration: none; cursor: pointer; border: none; transition: transform .18s ease, box-shadow .18s ease; }
  .btn-primary { background: var(--grad); color: #fff; box-shadow: 0 8px 26px rgba(42,150,150,.4); }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(42,150,150,.5); }
  .btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.4); }
  .btn-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }

  /* Nav */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 16px 0; transition: background .3s, box-shadow .3s, padding .3s; }
  nav.scrolled { background: rgba(8,20,34,.85); backdrop-filter: blur(12px); padding: 10px 0; box-shadow: 0 1px 0 rgba(255,255,255,.08); }
  .nav-inner { display: flex; align-items: center; justify-content: space-between; }
  .nav-logo { height: 26px; display: block; }
  .nav-links { display: flex; align-items: center; gap: 30px; }
  .nav-links a { color: rgba(255,255,255,.85); text-decoration: none; font-size: 15px; font-weight: 500; }
  .nav-links a:hover { color: #fff; }
  .nav-cta { padding: 10px 20px; font-size: 14px; }
  .nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 26px; cursor: pointer; }

  /* Hero — Luminous Presence artwork */
  .hero { position: relative; color: #fff; padding: 195px 0 140px; overflow: hidden; background: #0a1a15; }
  .hero-art { position: absolute; inset: 0; background: url('art/hero-photo.jpg') center 30% / cover no-repeat; }
  .hero-veil { position: absolute; inset: 0; background:
    linear-gradient(180deg, rgba(10,26,21,0) 55%, rgba(10,26,21,.88) 100%),
    linear-gradient(94deg, rgba(8,22,17,.94) 0%, rgba(8,22,17,.78) 38%, rgba(8,22,17,.32) 72%, rgba(8,22,17,.18) 100%),
    linear-gradient(160deg, rgba(0,120,80,.20) 0%, rgba(10,60,90,.18) 100%); }
  .hero .wrap { position: relative; }
  .hero-copy { max-width: 640px; }
  .hero h1 { font-size: clamp(34px,6.6vw,80px); font-weight: 900; line-height: 1.0; letter-spacing: -1.5px; margin-bottom: 22px; }
  .hero h1 .g { background: linear-gradient(96deg,var(--glow-green),var(--glow-blue)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
  .hero p.sub { font-size: clamp(17px,2vw,21px); color: rgba(255,255,255,.85); max-width: 560px; margin-bottom: 34px; }
  .hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

  /* Type-on + capture (the check-in moment) */
  .hero h1 .ch { opacity: 0; }
  .hero h1.typed .ch { opacity: 1; transition: opacity .18s ease; }
  .cap { position: relative; display: inline-block; padding: 0 .08em; }
  .cap::before { content: ''; position: absolute; inset: .02em -.12em -.06em -.1em; border-radius: .28em;
    padding: 3px; background: var(--grad);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0; transform: scale(1.18); }
  .cap .tickbadge { position: absolute; top: -.18em; right: -.42em; width: .42em; height: .42em; border-radius: 50%;
    background: var(--grad); display: grid; place-items: center; opacity: 0; transform: scale(.3);
    box-shadow: 0 6px 18px rgba(0,189,129,.45); }
  .cap .tickbadge svg { width: 58%; height: 58%; stroke: #fff; stroke-width: 3.4; fill: none; }
  .cap.on::before { opacity: 1; transform: scale(1); transition: opacity .3s ease, transform .45s cubic-bezier(.2,1.4,.4,1); }
  .cap.on .tickbadge { opacity: 1; transform: scale(1); transition: opacity .2s ease .18s, transform .5s cubic-bezier(.2,1.8,.4,1) .18s; }

  /* Place chips — check in as each photo comes up */
  .place-chips { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0 34px; }
  .place-chip { display: inline-flex; align-items: center; gap: 7px; font-family: var(--sans); font-weight: 600;
    font-size: 14.5px; padding: 7px 16px; border-radius: 999px; color: rgba(255,255,255,.72);
    border: 1.5px solid rgba(255,255,255,.28); position: relative; transition: color .4s, border-color .4s, background .4s; }
  .place-chip .tick { display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%;
    background: rgba(255,255,255,.18); transform: scale(.85); transition: background .4s, transform .4s; }
  .place-chip .tick svg { width: 10px; height: 10px; stroke: rgba(255,255,255,.55); stroke-width: 3; fill: none; transition: stroke .4s; }
  .place-chip.active { color: #fff; border-color: transparent; background: linear-gradient(96deg, rgba(0,189,129,.32), rgba(36,119,179,.32)); }
  .place-chip.active .tick { background: var(--grad); transform: scale(1.08); }
  .place-chip.active .tick svg { stroke: #fff; }
  .place-chip.active::after { content: ''; position: absolute; inset: -2px; border-radius: 999px;
    border: 1.5px solid rgba(70,214,180,.65); animation: chipping 1.6s ease-out; pointer-events: none; }
  @keyframes chipping { 0% { transform: scale(1); opacity: .9; } 100% { transform: scale(1.28); opacity: 0; } }
  @media (prefers-reduced-motion: reduce) {
    .hero h1 .ch, .hero h1.typed .ch { transition: none; }
    .place-chip.active::after { animation: none; }
  }
  .hero-stats { display: flex; gap: 34px; margin-top: 56px; }
  .hero-stat .n { font-family: var(--sans); font-weight: 800; font-size: 34px; }
  .hero-stat .l { font-size: 13.5px; color: rgba(255,255,255,.65); max-width: 150px; line-height: 1.35; }

  /* Sections */
  .sec { padding: 100px 0; position: relative; }
  .sec-dark { background: var(--dark-grad); color: #fff; }
  .sec-2 { background: var(--bg-2); }
  .sec-head { max-width: 720px; margin-bottom: 56px; }
  .sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
  .sec h2 { font-size: clamp(32px,4.4vw,52px); font-weight: 800; line-height: 1.04; letter-spacing: -1px; color: var(--ink); margin-bottom: 18px; }
  .sec-dark h2 { color: #fff; }
  .sec .lead { font-size: clamp(16px,2vw,19px); color: var(--muted); }
  .sec-dark .lead { color: rgba(255,255,255,.78); }

  .ic { flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px; background: var(--grad); display: grid; place-items: center; }
  .ic svg { width: 24px; height: 24px; stroke: #fff; fill: none; }
  .ic.circle { border-radius: 50%; }

  /* Problem */
  .prob-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: center; }
  .donut-wrap { position: relative; width: 230px; margin: 0 auto; }
  .donut { width: 230px; height: 230px; display: block; }
  .donut-label { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
  .donut-label .p { font-family: var(--sans); font-weight: 900; font-size: 44px; line-height: 1; }
  .donut-label .s { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--light-accent); font-weight: 700; }
  .donut-sub { font-size: 15px; color: rgba(255,255,255,.68); max-width: 250px; margin: 14px auto 0; text-align: center; }
  .donut-src { font-size: 11.5px; color: rgba(255,255,255,.4); margin-top: 8px; text-align: center; }
  .prob-list .row { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .prob-list .row:last-child { border-bottom: none; }
  .prob-list h4 { font-size: 15px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 4px; }
  .prob-list p { color: rgba(255,255,255,.72); font-size: 15.5px; }
  .prob-foot { margin-top: 46px; font-size: clamp(18px,2.2vw,23px); font-weight: 600; font-family: var(--sans); line-height: 1.4; }

  /* Manifesto — the everyday fan */
  .manifesto { background: #0a1a15; color: #fff; padding: 110px 0; text-align: center; position: relative; overflow: hidden; }
  .manifesto .glow { position: absolute; top: -40%; left: 50%; transform: translateX(-50%); width: 900px; height: 900px; background: radial-gradient(circle, rgba(0,189,129,.14), transparent 65%); }
  .manifesto .wrap { position: relative; max-width: 880px; }
  .manifesto p.big { font-family: var(--sans); font-weight: 600; font-size: clamp(22px,3.2vw,34px); line-height: 1.35; letter-spacing: -.5px; }
  .manifesto p.big b { font-weight: 800; }
  .manifesto .kicker { margin-top: 30px; font-family: var(--sans); font-weight: 800; font-size: clamp(19px,2.4vw,25px); }
  .manifesto .kicker .grad-text { background: linear-gradient(96deg,var(--glow-green),var(--glow-blue)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

  /* Cards */
  .cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
  .card { background: #fff; border-radius: 18px; padding: 32px 28px; box-shadow: 0 10px 40px rgba(20,50,80,.06); border: 1px solid rgba(0,0,0,.03); transition: transform .2s, box-shadow .2s; }
  .card:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(20,50,80,.13); }
  .card.has-art { padding: 0; overflow: hidden; }
  .card.has-art .card-art { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
  .card.has-art .card-body { padding: 26px 28px 30px; }
  .card-ic { width: 52px; height: 52px; border-radius: 14px; background: var(--grad); display: grid; place-items: center; margin-bottom: 18px; }
  .card-ic svg { width: 26px; height: 26px; stroke: #fff; fill: none; }
  .card h3 { color: var(--ink); font-size: 22px; margin-bottom: 14px; }
  .card ul { list-style: none; }
  .card li { position: relative; padding-left: 20px; margin-bottom: 9px; font-size: 15.5px; color: #4a5561; }
  .card li::before { content: ''; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
  .sec-foot { margin-top: 44px; text-align: center; font-family: var(--sans); font-weight: 700; font-size: clamp(16px,2vw,20px); color: var(--ink); }
  .patent-chip { display: inline-block; font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--blue); background: rgba(36,119,179,.09); border: 1px solid rgba(36,119,179,.22); border-radius: 999px; padding: 3px 10px; margin-left: 8px; vertical-align: middle; }

  /* How it works — real phone screenshots */
  .steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
  .step { text-align: center; }
  .phone { width: 100%; max-width: 224px; margin: 0 auto 22px; background: #0b1520; border-radius: 30px; padding: 7px; box-shadow: 0 24px 55px rgba(12,30,50,.26); }
  .phone img { display: block; width: 100%; border-radius: 24px; }
  .step-n { font-family: var(--sans); font-weight: 800; font-size: 15px; color: var(--blue); }
  .step h3 { font-size: 18px; color: var(--ink); margin: 2px 0 8px; }
  .step p { font-size: 14.5px; color: var(--muted); }
  .how-note { text-align: center; font-size: 13px; color: var(--muted); margin-top: 26px; }
  .how-foot { margin-top: 22px; text-align: center; font-family: var(--sans); font-weight: 700; font-size: clamp(16px,2vw,21px); color: var(--ink); }

  /* Sponsors network */
  .net-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: center; }
  .net-list .row { display: flex; gap: 16px; padding: 18px 0; }
  .net-list .ic { background: #fff; } .net-list .ic svg { stroke: var(--blue-deep); }
  .net-list .ic.on { background: var(--grad); } .net-list .ic.on svg { stroke: #fff; }
  .net-list h4 { font-size: 19px; color: #fff; font-family: var(--sans); }
  .net-list .ex { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--light-accent); font-weight: 700; margin: 3px 0; }
  .net-list p { color: rgba(255,255,255,.74); font-size: 15px; }
  .netmap { position: relative; aspect-ratio: 1; }
  .netmap .center-glow { position: absolute; top: 50%; left: 50%; width: 55%; height: 55%; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(42,165,149,.28), transparent 70%); border-radius: 50%; }
  .netmap svg.lines { position: absolute; inset: 0; width: 100%; height: 100%; }
  .node { position: absolute; transform: translate(-50%,-50%); text-align: center; }
  .node .dot { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 8px; }
  .node .dot svg { width: 24px; height: 24px; }
  .node.arena .dot { background: var(--grad); box-shadow: 0 0 0 8px rgba(42,165,149,.15), 0 10px 30px rgba(42,165,149,.4); } .node.arena .dot svg { stroke: #fff; }
  .node.bar .dot { background: #fff; } .node.bar .dot svg { stroke: var(--blue-deep); }
  .node.home .dot { background: rgba(90,200,230,.15); border: 1.5px solid var(--glow-blue); } .node.home .dot svg { stroke: #9adcf5; }
  .node .name { font-family: var(--sans); font-weight: 700; color: #fff; font-size: 16px; }
  .node .type { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.5); }

  /* Value for fans (real screenshot) */
  .split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: center; }
  .split-phone { width: 100%; max-width: 300px; margin: 0 auto; background: #0b1520; border-radius: 38px; padding: 9px; box-shadow: 0 30px 70px rgba(20,50,80,.2); }
  .split-phone img { display: block; width: 100%; border-radius: 30px; }
  .val-list .row { display: flex; gap: 18px; padding: 18px 0; }
  .val-list h4 { color: var(--ink); font-size: 19px; font-family: var(--sans); margin-bottom: 3px; }
  .val-list p { color: var(--muted); font-size: 15.5px; }

  /* Value to org */
  .org-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: center; }
  .bignum { text-align: center; }
  .bignum .ring100 { width: 210px; height: 210px; margin: 0 auto; }
  .bignum .cap { max-width: 260px; margin: 16px auto 0; color: var(--muted); font-size: 15px; }
  .bignum .cap b { color: var(--text); }
  .steplist .row { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(0,0,0,.07); }
  .steplist .row:last-child { border-bottom: none; }
  .num-badge { flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%; background: var(--grad); color: #fff; font-family: var(--sans); font-weight: 800; display: grid; place-items: center; }
  .steplist h4 { color: var(--ink); font-size: 19px; font-family: var(--sans); margin-bottom: 3px; }
  .steplist p { color: var(--muted); font-size: 15.5px; }

  /* Partners */
  .part-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
  .part-list .row { display: flex; gap: 16px; padding: 16px 0; }
  .part-list h4 { color: #fff; font-family: var(--sans); font-size: 18px; }
  .part-list p { color: rgba(255,255,255,.72); font-size: 15px; }
  .recap { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; padding: 26px; }
  .recap .rlabel { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--light-accent); font-weight: 700; margin-bottom: 4px; }
  .recap .rsub { color: rgba(255,255,255,.62); font-size: 14px; margin-bottom: 20px; }
  .recap-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
  .rstat { background: rgba(255,255,255,.05); border-radius: 12px; padding: 16px; }
  .rstat .n { font-family: var(--sans); font-weight: 800; font-size: 28px; }
  .rstat .n.g { background: linear-gradient(96deg,var(--glow-green),var(--glow-blue)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
  .rstat .l { font-size: 12.5px; color: rgba(255,255,255,.62); }
  .rconv { background: rgba(255,255,255,.05); border-radius: 12px; padding: 16px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
  .rconv .n { font-family: var(--sans); font-weight: 800; font-size: 20px; color: #fff; }
  .rconv .l { font-size: 11px; color: rgba(255,255,255,.55); }
  .rconv .full { grid-column: 1/-1; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--light-accent); font-weight: 700; margin-bottom: 2px; }

  /* Integration */
  .int-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-bottom: 40px; }
  .int-card { background: #fff; border-radius: 16px; padding: 26px 22px; text-align: center; box-shadow: 0 10px 34px rgba(20,50,80,.06); }
  .int-card .card-ic { margin: 0 auto 16px; }
  .int-card h3 { color: var(--ink); font-size: 18px; margin-bottom: 8px; }
  .int-card p { font-size: 14px; color: var(--muted); }
  .equation { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }
  .eq-box { background: #fff; border-radius: 16px; padding: 22px 26px; text-align: center; min-width: 210px; box-shadow: 0 10px 30px rgba(20,50,80,.07); }
  .eq-box.final { background: var(--grad); color: #fff; }
  .eq-box .t { font-family: var(--sans); font-weight: 800; font-size: 18px; color: var(--ink); }
  .eq-box.final .t { color: #fff; }
  .eq-box .d { font-size: 13px; color: var(--muted); margin-top: 4px; }
  .eq-box.final .d { color: rgba(255,255,255,.9); }
  .eq-box img.eq-logo { height: 26px; }
  .eq-sign { font-family: var(--sans); font-weight: 800; font-size: 30px; color: var(--blue); }

  /* Answers — the questions every team asks */
  .qa-list { max-width: 860px; margin: 0 auto; }
  .qa { border-bottom: 1px solid rgba(0,0,0,.08); padding: 24px 0; display: grid; grid-template-columns: 1fr 1.35fr; gap: 26px; }
  .qa:last-child { border-bottom: none; }
  .qa h4 { font-family: var(--sans); color: var(--ink); font-size: 17px; line-height: 1.4; }
  .qa p { font-size: 15.5px; color: var(--muted); }
  .qa p b { color: var(--text); }

  /* CTA */
  .cta { background: var(--dark-grad); color: #fff; padding: 110px 0; text-align: center; overflow: hidden; }
  .cta h2 { font-size: clamp(38px,6vw,68px); font-weight: 900; letter-spacing: -1.5px; line-height: 1; margin-bottom: 16px; }
  .cta h2 .serif-i { background: linear-gradient(96deg,var(--glow-green),var(--glow-blue)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
  .cta .lead { max-width: 560px; margin: 0 auto 40px; color: rgba(255,255,255,.82); font-size: 18px; }
  .cta-steps { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 46px; }
  .cta-step { display: flex; gap: 12px; align-items: flex-start; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 18px 22px; max-width: 300px; text-align: left; }
  .cta-step h4 { font-family: var(--sans); font-size: 16px; }
  .cta-step p { font-size: 13.5px; color: rgba(255,255,255,.72); }
  .cta-mail { font-family: var(--sans); font-weight: 800; font-size: clamp(22px,3vw,32px); color: #fff; text-decoration: none; }
  .cta-mail:hover { color: var(--glow-blue); }

  footer { background: #07131f; color: rgba(255,255,255,.6); padding: 40px 0; }
  .foot-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 14px; }
  .foot-logo { height: 22px; }

  /* Sponsorship slate */
  .statbar { display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; margin-bottom: 46px; font-family: var(--sans); font-weight: 600; font-size: 15px; color: var(--ink); }
  .statbar .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
  .statbar b { color: var(--blue); }
  .slate-card .slabel { font-family: var(--sans); font-weight: 700; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); margin-bottom: 6px; }
  .slate-card h3 { color: var(--ink); font-size: 20px; margin-bottom: 10px; }
  .slate-card p { font-size: 15px; color: #4a5561; margin-bottom: 16px; }
  .cat-tags { display: flex; flex-wrap: wrap; gap: 7px; }
  .cat-tags .who { width: 100%; font-size: 10.5px; letter-spacing: 1.5px; text-transform: uppercase; color: #C0392B; font-weight: 700; margin-bottom: 3px; font-family: var(--sans); }
  .cat-tag { font-family: var(--sans); font-size: 12px; font-weight: 600; color: var(--muted); background: var(--bg-2); border: 1px solid rgba(0,0,0,.06); border-radius: 999px; padding: 5px 11px; }
  .slate-season { margin-top: 22px; background: var(--grad); color: #fff; border-radius: 20px; padding: 30px 32px; box-shadow: 0 16px 44px rgba(0,189,129,.22); }
  .slate-season .slabel2 { font-family: var(--sans); font-weight: 700; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.85); margin-bottom: 6px; }
  .slate-season h3 { font-size: 24px; margin-bottom: 8px; }
  .slate-season p { color: rgba(255,255,255,.92); max-width: 680px; font-size: 15.5px; }
  .sig-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 44px; }
  .sig { background: #fff; border: 1px solid rgba(0,0,0,.05); border-radius: 14px; padding: 20px; box-shadow: 0 8px 26px rgba(20,50,80,.05); }
  .sig .sig-ic { width: 30px; height: 30px; margin-bottom: 12px; }
  .sig .sig-ic svg { width: 30px; height: 30px; stroke: var(--green); fill: none; }
  .sig h4 { font-family: var(--sans); color: var(--ink); font-size: 16px; margin-bottom: 6px; }
  .sig p { font-size: 13.5px; color: var(--muted); }
  .slate-mini { text-align: center; margin-top: 40px; font-family: var(--sans); font-weight: 700; font-size: clamp(16px,2vw,20px); color: var(--ink); }
  .slate-mini .grad-text { font-weight: 800; }

  /* Game plan builder */
  .planner-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
  .q-label { font-family: var(--sans); font-weight: 700; font-size: 17px; color: var(--ink); margin: 26px 0 12px; }
  .q-label:first-child { margin-top: 0; }
  .q-hint { font-size: 13px; color: var(--muted); margin: -8px 0 12px; }
  .plan-chips { display: flex; flex-wrap: wrap; gap: 10px; }
  .plan-chip { display: inline-flex; align-items: center; gap: 8px; font-family: var(--sans); font-weight: 600;
    font-size: 14.5px; padding: 9px 18px; border-radius: 999px; color: var(--text); background: #fff;
    border: 1.5px solid rgba(0,0,0,.16); cursor: pointer; transition: color .25s, border-color .25s, background .25s, box-shadow .25s; }
  .plan-chip:hover { border-color: var(--teal); }
  .plan-chip .tick { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%;
    background: rgba(0,0,0,.08); transition: background .25s; }
  .plan-chip .tick svg { width: 10px; height: 10px; stroke: rgba(0,0,0,.35); stroke-width: 3; fill: none; transition: stroke .25s; }
  .plan-chip.sel { color: #fff; border-color: transparent; background: var(--grad); box-shadow: 0 8px 22px rgba(0,189,129,.28); }
  .plan-chip.sel .tick { background: rgba(255,255,255,.25); }
  .plan-chip.sel .tick svg { stroke: #fff; }
  .plan-chip:focus-visible { outline: 3px solid rgba(36,119,179,.5); outline-offset: 2px; }
  .plan-card { background: #fff; border-radius: 20px; box-shadow: 0 18px 55px rgba(20,50,80,.12); padding: 30px 32px 32px; position: relative; overflow: hidden; }
  .plan-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: var(--grad); }
  .plan-card .plabel { font-family: var(--sans); font-weight: 700; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); margin-bottom: 4px; }
  .plan-card h3 { color: var(--ink); font-size: 23px; margin-bottom: 4px; }
  .plan-card .psub { font-size: 14px; color: var(--muted); margin-bottom: 10px; }
  .plan-item { display: flex; gap: 14px; padding: 15px 0; border-bottom: 1px solid rgba(0,0,0,.07); }
  .plan-item .ic { width: 40px; height: 40px; border-radius: 11px; }
  .plan-item .ic svg { width: 21px; height: 21px; }
  .plan-item h4 { font-family: var(--sans); font-size: 16px; color: var(--ink); }
  .plan-item p { font-size: 14px; color: var(--muted); }
  .plan-always { margin-top: 16px; background: var(--bg-2); border-radius: 14px; padding: 16px 18px; font-size: 14px; color: var(--text); }
  .plan-always b { color: var(--ink); font-family: var(--sans); }
  .plan-sponsor { margin-top: 12px; font-size: 14.5px; color: var(--text); background: rgba(36,119,179,.07); border-left: 3px solid var(--blue); border-radius: 0 12px 12px 0; padding: 14px 16px; }
  .plan-cta { margin-top: 22px; width: 100%; justify-content: center; }
  .plan-empty { padding: 30px 0 16px; color: var(--muted); font-size: 15px; }
  @media (max-width: 940px) { .planner-grid { grid-template-columns: 1fr; gap: 34px; } }

  /* Beyond game day — the fan calendar */
  .cal-strip { display: grid; grid-template-columns: repeat(7,1fr); gap: 18px 10px; position: relative; margin-top: 54px; }
  .cal-strip::before { content: ''; position: absolute; top: 27px; left: 6%; right: 6%; height: 2px;
    background: linear-gradient(90deg, rgba(0,189,129,.55), rgba(25,154,160,.45), rgba(36,119,179,.55)); opacity: .5; }
  .cal-item { text-align: center; position: relative; }
  .cal-item .cal-ic { width: 54px; height: 54px; border-radius: 50%; margin: 0 auto 12px; display: grid; place-items: center;
    background: rgba(255,255,255,.07); border: 1.5px solid rgba(255,255,255,.22); position: relative; }
  .cal-item .cal-ic svg { width: 24px; height: 24px; stroke: rgba(255,255,255,.85); fill: none; stroke-width: 2; }
  .cal-item.anchor .cal-ic { background: var(--grad); border-color: transparent; box-shadow: 0 0 0 7px rgba(42,165,149,.16), 0 10px 28px rgba(42,165,149,.4); }
  .cal-item.anchor .cal-ic svg { stroke: #fff; }
  .cal-item h4 { font-family: var(--sans); font-size: 15.5px; color: #fff; margin-bottom: 3px; }
  .cal-item p { font-size: 12.5px; color: rgba(255,255,255,.6); line-height: 1.45; }
  .cal-foot { margin-top: 50px; text-align: center; font-family: var(--sans); font-weight: 700; font-size: clamp(17px,2.2vw,22px); color: #fff; }
  .cal-foot .g365 { background: linear-gradient(96deg,var(--glow-green),var(--glow-blue)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
  .cal-spine { margin-top: 10px; text-align: center; font-size: 13.5px; letter-spacing: 2px; text-transform: uppercase; font-family: var(--sans); font-weight: 700; color: var(--light-accent); }
  @media (max-width: 940px) { .cal-strip { grid-template-columns: repeat(4,1fr); } .cal-strip::before { display: none; } }
  @media (max-width: 560px) { .cal-strip { grid-template-columns: repeat(2,1fr); gap: 26px 12px; } }

  .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.in { opacity: 1; transform: none; }

  @media (max-width: 940px) {
    .prob-grid, .net-grid, .split, .org-grid, .part-grid { grid-template-columns: 1fr; }
    .cards, .steps, .int-cards, .sig-strip { grid-template-columns: 1fr 1fr; }
    .netmap { max-width: 440px; margin: 0 auto; width: 100%; }
    .nav-links { display: none; }
    .nav-links.open { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: rgba(8,20,34,.97); padding: 20px 28px; gap: 18px; }
    .nav-toggle { display: block; }
    .hero { padding: 150px 0 100px; }
    .hero-veil { background: linear-gradient(180deg, rgba(8,22,17,.82) 0%, rgba(8,22,17,.66) 100%); }
    .qa { grid-template-columns: 1fr; gap: 8px; }
  }
  @media (max-width: 560px) {
    .cards, .steps, .int-cards, .recap-stats, .sig-strip { grid-template-columns: 1fr; }
    .hero-stats { flex-wrap: wrap; gap: 22px; }
    .sec { padding: 70px 0; }
  }

/* ============ v11: four-page, mobile-first additions ============ */

/* Environment tabs (landing) */
.tabbar { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 26px; }
.tab { font-family: var(--sans); font-weight: 700; font-size: 14.5px; padding: 10px 20px; border-radius: 999px;
  border: 1.5px solid rgba(0,0,0,.16); background: #fff; color: var(--text); cursor: pointer; transition: all .25s; }
.tab.on { background: var(--grad); color: #fff; border-color: transparent; box-shadow: 0 8px 22px rgba(0,189,129,.28); }
.tab:focus-visible { outline: 3px solid rgba(36,119,179,.5); outline-offset: 2px; }
.tabpanel { display: none; }
.tabpanel.on { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center;
  background: #fff; border-radius: 20px; box-shadow: 0 16px 50px rgba(20,50,80,.1); padding: 26px; }
.tabpanel img { display: block; width: 100%; border-radius: 14px; aspect-ratio: 4/3; object-fit: cover; }
.tabpanel h3 { font-size: 24px; color: var(--ink); margin-bottom: 8px; }
.tabpanel p { color: var(--muted); font-size: 15.5px; margin-bottom: 14px; }
.tabpanel .cat-tags { margin-bottom: 20px; }

/* Why band (landing) */
.why-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 50px; align-items: center; }
.why-grid .manifesto-line { font-family: var(--sans); font-weight: 600; font-size: clamp(18px,2.4vw,24px); line-height: 1.4; }
.why-grid .manifesto-line b { font-weight: 800; }
.why-kicker { margin-top: 14px; font-family: var(--sans); font-weight: 800; font-size: clamp(16px,2vw,20px);
  background: linear-gradient(96deg,var(--glow-green),var(--glow-blue)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* Partners / proof */
.proof-row { display: grid; grid-template-columns: 1fr 1.2fr; gap: 26px; align-items: stretch; }
.partner-card { background: #fff; border-radius: 20px; padding: 30px; box-shadow: 0 14px 44px rgba(20,50,80,.09); display: flex; flex-direction: column; justify-content: center; }
.partner-card .pname { font-family: var(--sans); font-weight: 900; font-size: clamp(24px,3vw,32px); letter-spacing: -.5px; color: var(--ink); }
.partner-card .pdesc { color: var(--muted); font-size: 14.5px; margin-top: 6px; }
.partner-card .brands { margin-top: 18px; font-size: 13px; color: var(--muted); }
.brand-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px; }

/* Q&A accordions */
details.qa { border-bottom: 1px solid rgba(0,0,0,.08); padding: 0; display: block; }
details.qa summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;
  gap: 14px; padding: 18px 0; font-family: var(--sans); font-weight: 700; font-size: 16px; color: var(--ink); }
details.qa summary::-webkit-details-marker { display: none; }
details.qa summary::after { content: '+'; font-size: 22px; color: var(--teal); flex-shrink: 0; transition: transform .2s; }
details.qa[open] summary::after { transform: rotate(45deg); }
details.qa p { padding: 0 0 18px; font-size: 15px; color: var(--muted); }
details.qa p b { color: var(--text); }

/* Environment page hero */
.env-hero { position: relative; color: #fff; padding: 150px 0 80px; overflow: hidden; background: #0a1a15; }
.env-hero .env-art { position: absolute; inset: 0; background-size: cover; background-position: center 30%; }
.env-hero .hero-veil { position: absolute; inset: 0; }
.env-hero .wrap { position: relative; }
.env-hero h1 { font-size: clamp(34px,6vw,64px); font-weight: 900; line-height: 1.02; letter-spacing: -1.5px; margin-bottom: 16px; }
.env-hero p.sub { font-size: clamp(16px,2vw,19px); color: rgba(255,255,255,.85); max-width: 560px; margin-bottom: 28px; }
.env-rows .row { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(0,0,0,.07); }
.env-rows .row:last-child { border-bottom: none; }
.env-rows h4 { font-family: var(--sans); color: var(--ink); font-size: 17px; }
.env-rows p { color: var(--muted); font-size: 15px; }
.crumb { font-family: var(--sans); font-weight: 700; font-size: 12.5px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--light-accent); margin-bottom: 14px; }

/* Planner sponsor pitch block */
.plan-pitch { margin-top: 12px; font-size: 14.5px; color: var(--text); background: rgba(0,189,129,.08);
  border-left: 3px solid var(--green); border-radius: 0 12px 12px 0; padding: 14px 16px; }
.plan-pitch b { color: var(--ink); font-family: var(--sans); }
.q-cred { font-size: 12.5px; color: var(--muted); margin-top: 10px; }

/* Mobile-first tightening */
@media (max-width: 940px) {
  .hero { padding: 130px 0 70px; }
  .sec { padding: 64px 0; }
  .sec-head { margin-bottom: 34px; }
  .why-grid, .proof-row, .tabpanel.on { grid-template-columns: 1fr; }
  .tabpanel.on { gap: 20px; padding: 18px; }
  .steps { display: grid; grid-auto-flow: column; grid-auto-columns: 66%; grid-template-columns: none;
    overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; -webkit-overflow-scrolling: touch; }
  .step { scroll-snap-align: center; }
  .env-hero { padding: 120px 0 60px; }
  .cal-strip { margin-top: 34px; }
  .planner-grid { gap: 26px; }
}
.place-chip, .place-chip:hover { text-decoration: none; }
a.place-chip { cursor: pointer; }
a.place-chip:hover { border-color: rgba(255,255,255,.7); color: #fff; }

/* v12: hero chip venue icons + donut framing */
.place-chip .picon { width: 16px; height: 16px; stroke: rgba(255,255,255,.75); fill: none; stroke-width: 2; transition: stroke .4s; }
.place-chip.active .picon, a.place-chip:hover .picon { stroke: #fff; }
.donut-cap { text-align: center; font-family: var(--sans); font-weight: 700; font-size: 12px; letter-spacing: 2.5px;
  text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 14px; }
.donut-label .s { max-width: 120px; }
.with-pill { width: fit-content; margin: 18px auto 0; font-family: var(--sans); font-size: 13.5px; color: #fff;
  background: linear-gradient(96deg, rgba(0,189,129,.35), rgba(36,119,179,.35)); border: 1.5px solid rgba(70,214,180,.5);
  border-radius: 999px; padding: 7px 16px; }
.with-pill b { font-weight: 800; }

/* v13: demo form */
.demo-form { max-width: 540px; margin: 10px auto 0; background: #fff; border-radius: 20px; padding: 28px;
  text-align: left; box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.demo-form label { display: block; font-family: var(--sans); font-weight: 600; font-size: 13.5px; color: var(--ink); margin: 14px 0 6px; }
.demo-form label .optional { color: var(--muted); font-weight: 500; }
.demo-form label:first-of-type { margin-top: 0; }
.demo-form input[type=text], .demo-form input[type=email], .demo-form textarea { width: 100%; padding: 12px 14px;
  border: 1.5px solid rgba(0,0,0,.15); border-radius: 10px; font-family: var(--body); font-size: 15px; color: var(--text); background: #fff; }
.demo-form input:focus, .demo-form textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(25,154,160,.15); }
.demo-form .form-note { text-align: center; font-size: 12.5px; color: var(--muted); margin-top: 10px; }
.demo-thanks { max-width: 540px; margin: 10px auto 0; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15);
  border-radius: 20px; padding: 36px 28px; }
.demo-thanks h3 { font-size: 24px; margin-bottom: 8px; }
.demo-thanks p { color: rgba(255,255,255,.8); }

/* v16: partner card with logo, single centered */
#proof .partner-card { max-width: 620px; margin: 0 auto; text-align: center; align-items: center; }
.partner-logo { width: 100%; max-width: 340px; height: auto; margin: 0 auto 18px; display: block; }
#proof .brand-chips { justify-content: center; }
