/* Edgeball Strategies design system v2: "The Deal Desk"
   Editorial meets terminal. Brand: orange #FF5900, court green #00A859, dark #1A1F23, paper #F5F4F0
   Type: Montserrat 900 display (tight, uppercase), Fraunces italic accents, Plus Jakarta Sans text, mono labels */

@font-face { font-family: "Montserrat"; src: url("/assets/fonts/montserrat-var.woff2") format("woff2-variations"); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Plus Jakarta Sans"; src: url("/assets/fonts/plus-jakarta-sans-var.woff2") format("woff2-variations"); font-weight: 200 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Fraunces"; src: url("/assets/fonts/fraunces-italic-var.woff2") format("woff2-variations"); font-weight: 300 700; font-style: italic; font-display: swap; }

:root {
  --orange: #FF5900; --orange-600: #E04E00; --orange-100: #FFE8DA; --orange-glow: rgba(255,89,0,.55);
  --green: #00A859; --green-700: #0F7A44; --green-900: #145A36; --green-100: #DDF5E8; --lime: #61CE70;
  --gold: #C9A84C;
  --ink: #141414; --ink-2: #3A3F44; --ink-3: #5F666D; --ink-4: #8A9198;
  --dark: #1A1F23; --dark-2: #232A30; --dark-3: #2E363D; --dark-0: #111518;
  --paper: #F5F4F0; --paper-2: #ECEAE3; --white: #FFFFFF; --line: #E2E0D8; --line-dark: rgba(255,255,255,.12);
  --font-display: "Montserrat", "Segoe UI", system-ui, sans-serif;
  --font-text: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --font-serif: "Fraunces", Georgia, "Times New Roman", serif;
  --font-mono: ui-monospace, "SF Mono", "Cascadia Mono", "Consolas", "Liberation Mono", Menlo, monospace;
  --radius: 10px; --radius-sm: 6px; --radius-lg: 18px;
  --shadow: 0 1px 2px rgba(20,20,20,.05), 0 12px 32px -14px rgba(20,20,20,.22);
  --shadow-lg: 0 30px 70px -30px rgba(20,20,20,.45);
  --container: 1200px; --gutter: 20px;
  --header-h: 64px; --ticker-h: 34px;
  --noise: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/></svg>");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { margin: 0; font-family: var(--font-text); font-size: 17px; line-height: 1.6; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg, video, iframe { max-width: 100%; display: block; }
img { height: auto; }
a { color: var(--green-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--orange-600); }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.05; margin: 0 0 .5em; letter-spacing: -.025em; color: var(--ink); font-weight: 900; }
h1 { font-size: clamp(2.4rem, 6.4vw, 4.6rem); text-transform: uppercase; letter-spacing: -.03em; }
h2 { font-size: clamp(1.8rem, 4.2vw, 3rem); text-transform: uppercase; }
h3 { font-size: clamp(1.1rem, 2vw, 1.35rem); font-weight: 800; letter-spacing: -.01em; text-transform: none; }
h4 { font-size: 1rem; font-weight: 800; }
h1 em, h2 em, .accent { font-family: var(--font-serif); font-style: italic; font-weight: 500; text-transform: none; letter-spacing: 0; color: var(--orange); }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.2em; }
strong { font-weight: 700; }
small, .small { font-size: .9rem; }
.muted { color: var(--ink-3); }
.mono { font-family: var(--font-mono); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 4px; }
.skip-link { position: absolute; left: 12px; top: -60px; background: var(--dark); color: #fff; padding: 10px 14px; border-radius: 8px; z-index: 1000; }
.skip-link:focus { top: 12px; }
::selection { background: var(--orange); color: #fff; }

/* Layout */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.section-tight { padding: clamp(36px, 5vw, 64px) 0; position: relative; }
.section-dark { background: var(--dark); color: #E6E9EC; }
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark .muted { color: #A9B2BA; }
.section-dark a { color: #fff; }
.section-white { background: var(--white); }
.grain { position: relative; isolation: isolate; }
.grain::before { content: ""; position: absolute; inset: 0; background: var(--noise); opacity: .5; pointer-events: none; z-index: 0; mix-blend-mode: soft-light; }
.grain > * { position: relative; z-index: 1; }
.section-head { max-width: 820px; margin-bottom: clamp(28px, 4vw, 52px); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.kicker { display: flex; align-items: center; gap: 12px; font-family: var(--font-mono); font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--orange-600); margin-bottom: 18px; }
.kicker::before { content: ""; width: 34px; height: 2px; background: var(--orange); }
.kicker .idx { color: var(--ink-4); white-space: nowrap; }
.kicker::before { flex-shrink: 0; }
.section-dark .kicker, .hero .kicker, .page-hero .kicker { color: #FFB080; }
.section-dark .kicker .idx, .hero .kicker .idx, .page-hero .kicker .idx { color: #6E7A85; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-weight: 600; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--orange-600); margin-bottom: 14px; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--orange); }
.section-dark .eyebrow { color: #FFB080; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--ink-2); line-height: 1.55; }
.section-dark .lead { color: #C5CCD2; }
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: 1fr; }
@media (min-width: 720px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }
.split { display: grid; gap: 40px; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1.05fr .95fr; } .split.reverse > :first-child { order: 2; } }
.flow > * + * { margin-top: 1em; }
.stack-sm > * + * { margin-top: 10px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.rule { height: 1px; background: var(--line); border: 0; margin: 0; }
.section-dark .rule { background: var(--line-dark); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: var(--radius-sm); font-family: var(--font-display); font-weight: 800; font-size: .9rem; letter-spacing: .02em; text-transform: uppercase; text-decoration: none; border: 2px solid transparent; cursor: pointer; position: relative; overflow: hidden; transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease; line-height: 1.2; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 10px 26px -10px var(--orange-glow); }
.btn-primary:hover { background: var(--orange-600); color: #fff; box-shadow: 0 16px 34px -12px var(--orange-glow); }
.btn-secondary { background: var(--green); color: #fff; }
.btn-secondary:hover { background: var(--green-700); color: #fff; }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.section-dark .btn-outline, .hero .btn-outline, .page-hero .btn-outline, .pilot .btn-outline, .issue-featured .btn-outline, .event-featured .btn-outline, .card-dark .btn-outline, .edge-front .btn-outline, .on-dark .btn-outline, .mobile-nav .btn-outline, .site-footer .btn-outline, .sticky-cta .btn-outline, .subscribe-band .btn-outline { color: #fff; border-color: rgba(255,255,255,.65); }
.section-dark .btn-outline:hover, .hero .btn-outline:hover, .page-hero .btn-outline:hover, .pilot .btn-outline:hover, .issue-featured .btn-outline:hover, .event-featured .btn-outline:hover, .card-dark .btn-outline:hover, .edge-front .btn-outline:hover, .on-dark .btn-outline:hover, .mobile-nav .btn-outline:hover, .site-footer .btn-outline:hover, .sticky-cta .btn-outline:hover, .subscribe-band .btn-outline:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-sm { padding: 10px 16px; font-size: .78rem; }
.btn-lg { padding: 17px 28px; font-size: .98rem; }
.btn .arrow { transition: transform .15s ease; }
.btn:hover .arrow { transform: translateX(4px); }
.link-arrow { font-family: var(--font-display); font-weight: 800; font-size: .9rem; letter-spacing: .02em; text-transform: uppercase; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.link-arrow::after { content: "→"; transition: transform .15s ease; }
.link-arrow:hover::after { transform: translateX(4px); }

/* Ticker */
.ticker { background: var(--dark-0); color: #DDE3E8; height: var(--ticker-h); overflow: hidden; border-bottom: 1px solid var(--line-dark); font-family: var(--font-mono); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; position: relative; }
.ticker .label { position: absolute; left: 0; top: 0; bottom: 0; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 0 14px 0 var(--gutter); background: var(--orange); color: #fff; font-weight: 700; }
.ticker .label .dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; animation: pulse 1.4s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .35; transform: scale(.7); } }
.ticker .track { display: flex; align-items: center; height: 100%; white-space: nowrap; will-change: transform; animation: ticker 70s linear infinite; padding-left: 130px; width: max-content; }
.ticker:hover .track { animation-play-state: paused; }
.ticker .track span { padding: 0 28px; position: relative; }
.ticker .track span::after { content: "▸"; position: absolute; right: -6px; color: var(--orange); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(calc(-50% + 65px)); } }
@media (prefers-reduced-motion: reduce) { .ticker .track { animation: none; } .ticker { overflow-x: auto; } }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(245,244,240,.88); backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px); border-bottom: 1px solid var(--line); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand img { width: 52px; height: 28px; object-fit: contain; }
.brand-text { font-family: var(--font-display); font-weight: 900; letter-spacing: .02em; line-height: 1; font-size: 1.02rem; }
.brand-text span { display: block; color: var(--orange); font-size: .62rem; letter-spacing: .22em; font-weight: 700; margin-top: 3px; }
.nav { display: none; align-items: center; gap: 2px; }
.nav a { padding: 8px 11px; border-radius: 6px; text-decoration: none; color: var(--ink-2); font-weight: 700; font-size: .86rem; letter-spacing: .01em; position: relative; }
.nav a::after { content: ""; position: absolute; left: 11px; right: 11px; bottom: 4px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--ink); }
.nav a.nav-edge { color: var(--orange-600); }
.header-cta { display: none; }
.nav-toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0 10px; border: 1px solid var(--line); background: var(--white); border-radius: 8px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; position: fixed; inset: var(--header-h) 0 0 0; background: var(--dark); color: #fff; z-index: 49; overflow-y: auto; padding: 22px var(--gutter) 110px; }
.mobile-nav.open { display: block; }
.mobile-nav a.item { display: flex; justify-content: space-between; align-items: baseline; padding: 16px 4px; border-bottom: 1px solid var(--line-dark); font-family: var(--font-display); font-weight: 900; font-size: 1.5rem; text-transform: uppercase; letter-spacing: -.02em; text-decoration: none; color: #fff; }
.mobile-nav a.item .n { font-family: var(--font-mono); font-size: .7rem; color: var(--orange); letter-spacing: .1em; }
.mobile-nav a.item[aria-current="page"] { color: var(--orange); }
.mobile-nav .actions { margin-top: 24px; flex-direction: column; align-items: stretch; }
.mobile-nav .actions .btn { width: 100%; }
@media (min-width: 1040px) { .nav { display: flex; } .header-cta { display: inline-flex; } .nav-toggle, .mobile-nav { display: none !important; } }
body.nav-open { overflow: hidden; }

/* Hero */
.hero { position: relative; background: var(--dark-0); color: #fff; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; background: url("/assets/img/hero-bg.webp") center/cover no-repeat; opacity: .75; z-index: -3; }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 400px at var(--mx, 70%) var(--my, 30%), rgba(255,89,0,.22), transparent 70%), linear-gradient(180deg, rgba(17,21,24,.15), rgba(17,21,24,.7) 60%, var(--dark-0)); z-index: -2; }
.hero .court { position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .5; }
.hero .court line { stroke: rgba(255,255,255,.14); stroke-width: 1.5; }
.hero .court .base { stroke: var(--orange); stroke-width: 3; opacity: .9; }
.hero .container { padding-top: clamp(48px, 7vw, 96px); padding-bottom: clamp(48px, 7vw, 88px); display: grid; gap: 40px; align-items: center; }
@media (min-width: 980px) { .hero .container { grid-template-columns: 1.25fr .75fr; } }
.hero h1 { color: #fff; max-width: 13ch; font-size: clamp(2.5rem, 7vw, 5.4rem); }
.hero h1 em { color: var(--orange); }
.hero .lead { max-width: 58ch; color: #CFD6DC; }
.hero-mark { position: absolute; right: -8%; top: -6%; width: min(52vw, 700px); opacity: .1; pointer-events: none; z-index: -1; }
.hero-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: clamp(28px, 4vw, 48px); background: var(--line-dark); border: 1px solid var(--line-dark); }
@media (min-width: 720px) { .hero-stats { grid-template-columns: repeat(4, 1fr); } }
.stat { background: rgba(17,21,24,.75); padding: 18px 18px 16px; }
.stat .value { font-family: var(--font-display); font-weight: 900; font-size: clamp(1.6rem, 3vw, 2.2rem); color: #fff; line-height: 1; letter-spacing: -.03em; }
.stat .value b { color: var(--orange); font-weight: 900; }
.stat .label { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: #93A0AB; margin-top: 8px; }

/* Hero video card (portrait Quick Hit) */
.hero-video { justify-self: center; width: min(100%, 330px); position: relative; }
.hero-video .frame { position: relative; aspect-ratio: 9 / 16; border-radius: 22px; overflow: hidden; background: var(--dark-2); box-shadow: 0 40px 80px -30px rgba(0,0,0,.8), 0 0 0 1px rgba(255,255,255,.08); transform: rotate(-2deg); transition: transform .3s ease; }
.hero-video:hover .frame { transform: rotate(0deg) scale(1.01); }
.hero-video .frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-video .frame iframe { width: 100%; height: 100%; border: 0; }
.hero-video .badge { position: absolute; top: -14px; left: -10px; z-index: 2; background: var(--orange); color: #fff; font-family: var(--font-mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; padding: 8px 12px; border-radius: 6px; box-shadow: var(--shadow-lg); display: inline-flex; gap: 8px; align-items: center; transform: rotate(-4deg); }
.hero-video .badge .dot { width: 7px; height: 7px; border-radius: 50%; background: #fff; animation: pulse 1.4s ease-in-out infinite; }
.hero-video .cap { margin-top: 14px; font-size: .9rem; color: #B7C0C8; text-align: center; }
.hero-video .cap strong { color: #fff; display: block; font-family: var(--font-display); font-weight: 800; }

/* Video lite (click to load) */
.video { position: relative; aspect-ratio: 16 / 9; width: 100%; background: var(--dark-2); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.video.portrait { aspect-ratio: 9 / 16; }
.video iframe { width: 100%; height: 100%; border: 0; }
.video-lite { cursor: pointer; color: #fff; }
.video-lite img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.video-lite:hover img { transform: scale(1.04); }
.video-lite::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.05) 50%, rgba(0,0,0,.75)); pointer-events: none; }
.video-lite .play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 64px; height: 64px; border-radius: 50%; background: var(--orange); display: grid; place-items: center; box-shadow: 0 10px 30px -8px var(--orange-glow); transition: transform .15s ease; z-index: 2; }
.video-lite:hover .play { transform: translate(-50%, -50%) scale(1.08); }
.video-lite .play svg { width: 26px; height: 26px; margin-left: 4px; fill: #fff; }
.video-lite .vt { position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 2; font-family: var(--font-display); font-weight: 800; font-size: .92rem; line-height: 1.25; letter-spacing: -.01em; text-shadow: 0 1px 8px rgba(0,0,0,.6); }
.video-lite .vk { position: absolute; left: 12px; top: 12px; z-index: 2; font-family: var(--font-mono); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; background: rgba(17,21,24,.75); border: 1px solid rgba(255,255,255,.2); padding: 5px 8px; border-radius: 4px; backdrop-filter: blur(6px); }
.video-lite .vd { position: absolute; right: 12px; top: 12px; z-index: 2; font-family: var(--font-mono); font-size: .66rem; background: rgba(17,21,24,.75); padding: 5px 8px; border-radius: 4px; border: 1px solid rgba(255,255,255,.2); }

/* Video rail (scroll-snap) */
.rail-wrap { position: relative; }
.rail { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 4px 18px; margin: 0 -4px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.rail::-webkit-scrollbar { display: none; }
.rail > * { flex: 0 0 auto; scroll-snap-align: start; }
.rail .video.portrait { width: 230px; }
.rail .video.landscape { width: 408px; }
@media (max-width: 480px) { .rail .video.portrait { width: 200px; } .rail .video.landscape { width: 355px; } }
.rail-nav { display: flex; gap: 8px; }
.rail-btn { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-dark); background: rgba(255,255,255,.06); color: #fff; cursor: pointer; display: grid; place-items: center; transition: background .15s ease, transform .15s ease; }
.rail-btn:hover { background: var(--orange); border-color: var(--orange); transform: translateY(-1px); }
.rail-btn svg { width: 18px; height: 18px; }
.light .rail-btn { border-color: var(--line); background: var(--white); color: var(--ink); }
.light .rail-btn:hover { color: #fff; }
.rail-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; flex-wrap: wrap; }

/* The Edge front page */
.edge-front { background: var(--dark); color: #E6E9EC; position: relative; overflow: hidden; }
.edge-front .ghost { position: absolute; left: 50%; top: 40px; transform: translateX(-50%); font-family: var(--font-display); font-weight: 900; font-size: clamp(5rem, 22vw, 20rem); letter-spacing: -.05em; line-height: .8; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.08); white-space: nowrap; pointer-events: none; user-select: none; }
.edge-front .container { position: relative; }
.edge-front h1, .edge-front h2, .edge-front h3 { color: #fff; }
.edge-front .muted { color: #A9B2BA; }
.edge-front .kicker { color: #FFB080; } .edge-front .kicker .idx { color: #6E7A85; }
.masthead { display: grid; gap: 28px; padding-bottom: 28px; border-bottom: 2px solid var(--orange); margin-bottom: 36px; }
@media (min-width: 900px) { .masthead { grid-template-columns: 1fr auto; align-items: end; } }
.masthead h2 { color: #fff; font-size: clamp(2.2rem, 6vw, 4.4rem); margin: 0; line-height: .95; }
.masthead h2 em { color: var(--orange); }
.masthead .meta { font-family: var(--font-mono); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: #93A0AB; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.masthead .meta b { color: #fff; font-weight: 600; }
.issue-lead { display: grid; gap: 28px; }
@media (min-width: 900px) { .issue-lead { grid-template-columns: 1.3fr .7fr; } }
.issue-big { position: relative; padding: 26px 0 0; }
.issue-big .num { font-family: var(--font-display); font-weight: 900; font-size: clamp(4rem, 12vw, 8rem); line-height: .8; letter-spacing: -.06em; color: var(--orange); margin-bottom: 18px; display: flex; align-items: flex-start; gap: 10px; }
.issue-big .num small { font-family: var(--font-mono); font-size: .8rem; letter-spacing: .14em; color: #93A0AB; margin-top: 12px; }
.issue-big h3 { color: #fff; font-size: clamp(1.5rem, 3.2vw, 2.3rem); font-weight: 900; letter-spacing: -.02em; line-height: 1.1; }
.issue-big p { color: #C5CCD2; max-width: 62ch; }
.live-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,89,0,.14); color: #FFB080; border: 1px solid rgba(255,89,0,.4); font-family: var(--font-mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; padding: 6px 10px; border-radius: 4px; }
.live-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); animation: pulse 1.4s ease-in-out infinite; }
.wire { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-dark); }
.wire li { border-bottom: 1px solid var(--line-dark); }
.wire a { display: grid; grid-template-columns: 56px 1fr auto; gap: 14px; align-items: baseline; padding: 14px 6px; text-decoration: none; color: #E6E9EC; transition: background .15s ease, padding-left .15s ease; }
.wire a:hover { background: rgba(255,255,255,.04); padding-left: 12px; color: #fff; }
.wire .n { font-family: var(--font-mono); font-size: .74rem; color: var(--orange); letter-spacing: .08em; }
.wire .t { font-family: var(--font-display); font-weight: 800; font-size: .95rem; line-height: 1.3; letter-spacing: -.01em; }
.wire .d { font-family: var(--font-mono); font-size: .68rem; color: #93A0AB; letter-spacing: .06em; white-space: nowrap; }
@media (max-width: 560px) { .wire a { grid-template-columns: 48px 1fr; } .wire .d { display: none; } }

/* Doors (audience split) */
.doors { display: grid; gap: 16px; }
@media (min-width: 820px) { .doors { grid-template-columns: 1fr 1fr; } }
.door { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 30px 30px; overflow: hidden; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.door:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.door::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--orange); }
.door.innovator::before { background: var(--green); }
.door .big { font-family: var(--font-display); font-weight: 900; font-size: clamp(2rem, 4vw, 3rem); text-transform: uppercase; letter-spacing: -.04em; line-height: .95; color: var(--ink); }
.door .big span { color: var(--orange); }
.door.innovator .big span { color: var(--green); }
.door h3 { margin-top: 14px; font-size: 1.15rem; }
.door ul { margin: 14px 0 0; padding: 0; list-style: none; }
.door li { padding: 9px 0 9px 28px; position: relative; border-top: 1px solid var(--line); font-size: .95rem; }
.door li::before { content: ""; position: absolute; left: 2px; top: 16px; width: 13px; height: 7px; border-left: 3px solid var(--green); border-bottom: 3px solid var(--green); transform: rotate(-45deg); }
.door .actions { margin-top: auto; padding-top: 22px; }
.door .ghost-num { position: absolute; right: 16px; bottom: 8px; font-family: var(--font-display); font-weight: 900; font-size: 5.5rem; line-height: 1; color: transparent; -webkit-text-stroke: 1px var(--line); pointer-events: none; }

/* Leak ledger (impact areas) */
.ledger { list-style: none; padding: 0; margin: 0; border-top: 2px solid var(--ink); }
.ledger li { display: grid; grid-template-columns: 64px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: start; }
@media (min-width: 820px) { .ledger li { grid-template-columns: 90px 1.1fr 1.6fr auto; align-items: center; } }
.ledger .num { font-family: var(--font-display); font-weight: 900; font-size: 2rem; letter-spacing: -.04em; color: var(--orange); line-height: 1; }
.ledger h3 { margin: 0; font-size: 1.25rem; text-transform: uppercase; letter-spacing: -.02em; }
.ledger p { margin: 0; color: var(--ink-2); font-size: .97rem; }
.ledger .icon { width: 44px; height: 44px; border-radius: 10px; background: var(--dark); color: #fff; display: none; place-items: center; }
.ledger .icon svg { width: 22px; height: 22px; }
@media (min-width: 820px) { .ledger .icon { display: grid; } }
@media (max-width: 819px) { .ledger p { grid-column: 2; } .ledger li { grid-template-columns: 64px 1fr; } }

/* Steps */
.steps { display: grid; gap: 14px; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; position: relative; overflow: hidden; }
.step .num { font-family: var(--font-display); font-weight: 900; font-size: 3rem; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px var(--orange); letter-spacing: -.05em; }
.step h3 { margin-top: 14px; text-transform: uppercase; }
.section-dark .step { background: var(--dark-2); border-color: var(--dark-3); color: #D3D9DE; }

/* Pilot band */
.pilot { background: linear-gradient(135deg, var(--green-900), #0E4A2D 60%, #0C3B24); color: #E6F4EA; border-radius: var(--radius-lg); padding: clamp(26px, 4vw, 48px); display: grid; gap: 28px; position: relative; overflow: hidden; }
.pilot::after { content: ""; position: absolute; right: -80px; top: -80px; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle, rgba(255,89,0,.5), transparent 65%); pointer-events: none; }
@media (min-width: 900px) { .pilot { grid-template-columns: 1.1fr .9fr; align-items: center; } }
.pilot h2 { color: #fff; }
.pilot .kicker { color: #8FE3B4; } .pilot .kicker::before { background: var(--lime); }
.pilot-list { list-style: none; padding: 0; margin: 0; }
.pilot-list li { padding: 10px 0 10px 32px; position: relative; border-top: 1px solid rgba(255,255,255,.14); }
.pilot-list li::before { content: ""; position: absolute; left: 6px; top: 17px; width: 14px; height: 8px; border-left: 3px solid var(--orange); border-bottom: 3px solid var(--orange); transform: rotate(-45deg); }
.pilot .slots { display: inline-block; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); padding: 6px 12px; border-radius: 4px; font-family: var(--font-mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

/* Testimonial */
.quote { position: relative; background: var(--white); border-radius: var(--radius-lg); padding: 40px 34px 30px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.quote::before { content: "\201C"; position: absolute; left: 22px; top: -22px; font-family: var(--font-serif); font-style: italic; font-size: 7rem; line-height: 1; color: var(--orange); }
.quote blockquote { margin: 0; font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.4; color: var(--ink); }
.quote cite { display: block; margin-top: 18px; font-style: normal; font-family: var(--font-mono); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.quote cite strong { color: var(--ink); display: block; font-family: var(--font-display); font-size: .95rem; letter-spacing: 0; text-transform: none; margin-bottom: 4px; }

/* Ecosystem marquee */
.logo-marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.logo-marquee .track { display: flex; gap: 14px; width: max-content; animation: marquee 40s linear infinite; }
.logo-marquee:hover .track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .logo-marquee .track { animation: none; flex-wrap: wrap; width: auto; } .logo-marquee { mask-image: none; -webkit-mask-image: none; } }
.logo-group { margin-bottom: 26px; }
.logo-group h3 { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; margin-bottom: 12px; }
.logo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.logo-tile { background: var(--white); border: 1px solid var(--line); border-radius: 8px; min-height: 88px; min-width: 170px; padding: 14px 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; text-decoration: none; color: var(--ink); transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
a.logo-tile:hover { transform: translateY(-2px); box-shadow: var(--shadow); color: var(--ink); border-color: var(--orange); }
.logo-tile .wordmark { font-family: var(--font-display); font-weight: 900; letter-spacing: -.01em; font-size: .98rem; line-height: 1.15; text-transform: uppercase; }
.logo-tile .sub { font-family: var(--font-mono); font-size: .62rem; color: var(--ink-4); margin-top: 6px; letter-spacing: .1em; text-transform: uppercase; }
.logo-tile.placeholder { border-style: dashed; background: transparent; }
.logo-tile.placeholder .wordmark { color: var(--ink-4); }
.logo-tile img { max-height: 40px; max-width: 150px; width: auto; height: auto; object-fit: contain; }
.logo-tile.has-logo { justify-content: center; gap: 6px; }
.logo-tile.has-logo .sub { margin-top: 4px; }
.logo-tile .small-mark { font-size: .78rem; }
.logo-tile.tile-dark { background: var(--dark); border-color: var(--dark-3); color: #fff; }
.logo-tile.tile-dark .sub { color: #A9B2BA; }
.logo-marquee .logo-tile img { max-height: 36px; }

/* Cards */
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); position: relative; }
.card h3 { margin-top: 6px; }
.card .icon { width: 46px; height: 46px; border-radius: 10px; display: grid; place-items: center; background: var(--dark); color: #fff; margin-bottom: 14px; }
.card .icon svg { width: 24px; height: 24px; }
.card-link { text-decoration: none; color: inherit; display: block; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.card-link:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); color: inherit; border-color: var(--orange); }
.card-accent { border-top: 4px solid var(--orange); }
.card-green { border-top: 4px solid var(--green); }
.card-dark { background: var(--dark-2); border-color: var(--dark-3); color: #DCE1E5; }
.card-dark h3 { color: #fff; }
.tag { display: inline-block; font-family: var(--font-mono); font-weight: 600; font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; padding: 5px 8px; border-radius: 4px; background: var(--paper-2); color: var(--ink-2); }
.tag-orange { background: var(--orange-100); color: var(--orange-600); }
.tag-green { background: var(--green-100); color: var(--green-700); }
.tag-dark { background: var(--dark); color: #fff; }
.tag-draft { background: #FFF4D6; color: #8A6300; border: 1px dashed #E1B94A; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }

/* Issues */
.issue-card { display: flex; flex-direction: column; gap: 12px; }
.issue-card .issue-num { font-family: var(--font-display); font-weight: 900; font-size: 2rem; letter-spacing: -.05em; color: transparent; -webkit-text-stroke: 1.5px var(--orange); line-height: 1; }
.issue-card h3 { font-size: 1.1rem; line-height: 1.3; }
.issue-card .meta { font-family: var(--font-mono); color: var(--ink-4); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; display: flex; flex-wrap: wrap; gap: 8px 14px; }
.issue-card .excerpt { color: var(--ink-2); font-size: .95rem; }
.issue-card .link-arrow { margin-top: auto; }
.card-dark.issue-card .issue-num { -webkit-text-stroke-color: var(--orange); }
.card-dark.issue-card .excerpt { color: #C5CCD2; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; align-items: center; }
.filter-btn { border: 1px solid var(--line); background: var(--white); border-radius: 4px; padding: 8px 12px; font-family: var(--font-mono); font-weight: 600; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; color: var(--ink-2); }
.filter-btn[aria-pressed="true"] { background: var(--dark); color: #fff; border-color: var(--dark); }
.subscribe-band { background: var(--dark); color: #E6E9EC; border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 44px); display: grid; gap: 20px; align-items: center; position: relative; overflow: hidden; }
.subscribe-band::after { content: ""; position: absolute; right: -60px; bottom: -80px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(255,89,0,.45), transparent 65%); pointer-events: none; }
@media (min-width: 860px) { .subscribe-band { grid-template-columns: 1fr auto; } }
.subscribe-band h2 { color: #fff; font-size: clamp(1.5rem, 2.8vw, 2.1rem); margin-bottom: 6px; }
.subscribe-band .muted { color: #A9B2BA; }
.subscribe-band .actions { position: relative; z-index: 1; }

/* Page hero */
.page-hero { background: var(--dark-0); color: #fff; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(500px 300px at 85% 20%, rgba(255,89,0,.18), transparent 70%); pointer-events: none; }
.page-hero .container { padding-top: clamp(48px, 7vw, 84px); padding-bottom: clamp(40px, 6vw, 72px); position: relative; z-index: 1; }
.page-hero h1 { color: #fff; max-width: 16ch; }
.page-hero .lead { color: #C9D0D6; max-width: 62ch; }
.breadcrumb { font-family: var(--font-mono); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: #93A0AB; margin-bottom: 18px; }
.breadcrumb a { color: #C9D0D6; text-decoration: none; }
.breadcrumb a:hover { color: #fff; }

/* Events */
.event-card { display: grid; grid-template-columns: 76px 1fr; gap: 18px; align-items: start; }
.event-date { background: var(--dark); color: #fff; border-radius: 8px; text-align: center; padding: 10px 6px; font-family: var(--font-display); }
.event-date .m { font-family: var(--font-mono); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: #FFB080; font-weight: 600; }
.event-date .d { font-size: 1.7rem; font-weight: 900; line-height: 1.05; letter-spacing: -.03em; }
.event-date .y { font-family: var(--font-mono); font-size: .64rem; color: #A9B2BA; }
.event-card h3 { margin-bottom: 4px; }
.event-card .where { color: var(--ink-3); font-size: .9rem; margin-bottom: 8px; }
.event-card .role { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-mono); font-weight: 600; font-size: .68rem; color: var(--green-700); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 8px; }
.event-card .role::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.event-card.past .role::before { background: var(--ink-4); }
.event-card.past .role { color: var(--ink-3); }
.event-featured { background: var(--dark); color: #E6E9EC; border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 44px); display: grid; gap: 24px; position: relative; overflow: hidden; }
.event-featured::after { content: ""; position: absolute; right: -80px; top: -80px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(255,89,0,.4), transparent 65%); pointer-events: none; }
@media (min-width: 900px) { .event-featured { grid-template-columns: 1fr auto; align-items: center; } }
.event-featured h2 { color: #fff; }
.event-featured .when { font-family: var(--font-mono); color: var(--orange); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.event-featured .actions { position: relative; z-index: 1; }
@media (max-width: 480px) { .event-card { grid-template-columns: 1fr; } .event-date { display: inline-flex; gap: 8px; align-items: baseline; padding: 8px 12px; width: max-content; } .event-date .d { font-size: 1.1rem; } }

/* Sponsorship tiers */
.tier { display: flex; flex-direction: column; gap: 14px; }
.tier.featured { border: 2px solid var(--orange); box-shadow: var(--shadow-lg); }
.tier .tier-tag { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: var(--ink-3); }
.tier .price { font-family: var(--font-display); font-weight: 900; font-size: 1.1rem; text-transform: uppercase; letter-spacing: -.01em; }
.tier ul { list-style: none; padding: 0; margin: 0; }
.tier li { padding: 7px 0 7px 26px; position: relative; border-top: 1px solid var(--line); font-size: .95rem; }
.tier li::before { content: ""; position: absolute; left: 2px; top: 14px; width: 12px; height: 7px; border-left: 3px solid var(--green); border-bottom: 3px solid var(--green); transform: rotate(-45deg); }
.tier .actions { margin-top: auto; padding-top: 6px; }
.rules { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.rules li { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 14px 16px 14px 48px; position: relative; }
.rules li::before { content: "✓"; position: absolute; left: 16px; top: 12px; width: 22px; height: 22px; border-radius: 50%; background: var(--green-100); color: var(--green-700); font-weight: 800; font-size: .8rem; display: grid; place-items: center; }

/* Team */
.team-card { display: grid; gap: 22px; }
@media (min-width: 720px) { .team-card { grid-template-columns: 260px 1fr; align-items: start; } }
.team-card picture img { width: 100%; border-radius: var(--radius); aspect-ratio: 1; object-fit: cover; box-shadow: var(--shadow-lg); filter: saturate(.92); }
.team-card .title { font-family: var(--font-mono); font-weight: 600; color: var(--orange-600); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.team-card h2 { text-transform: uppercase; font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-bottom: 4px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.chip { font-family: var(--font-mono); font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; padding: 6px 10px; border-radius: 4px; background: var(--paper-2); color: var(--ink-2); font-weight: 600; }
.mini-team { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.mini-team img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; box-shadow: var(--shadow); }
.mini-team .names { font-size: .92rem; color: var(--ink-3); }
.mini-team .names strong { color: var(--ink); display: block; font-family: var(--font-display); }

/* FAQ */
.faq { display: grid; gap: 10px; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 0 20px; }
.faq summary { cursor: pointer; list-style: none; padding: 18px 36px 18px 0; font-family: var(--font-display); font-weight: 800; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 14px; font-size: 1.5rem; color: var(--orange); font-weight: 400; transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 18px; color: var(--ink-2); }

/* Media */
.press-card .outlet { font-family: var(--font-mono); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; font-size: .68rem; color: var(--green-700); }
.press-card h3 { font-size: 1.08rem; margin-top: 8px; }
.press-card .meta { font-family: var(--font-mono); color: var(--ink-4); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; }
.kit-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
.kit-item { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 14px; text-align: center; text-decoration: none; color: var(--ink); }
.kit-item:hover { box-shadow: var(--shadow); color: var(--ink); border-color: var(--orange); }
.kit-item .swatch { height: 64px; border-radius: 6px; margin-bottom: 10px; }
.kit-item img { height: 64px; width: auto; margin: 0 auto 10px; object-fit: contain; }
.kit-item .k { font-family: var(--font-display); font-weight: 800; font-size: .85rem; }
.kit-item .v { font-family: var(--font-mono); font-size: .66rem; color: var(--ink-4); letter-spacing: .06em; }
.boilerplate { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; font-size: .97rem; }
.copy-btn { margin-top: 12px; }

/* Contact */
.contact-card dl { margin: 0; display: grid; gap: 14px; }
.contact-card dt { font-family: var(--font-mono); font-weight: 600; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.contact-card dd { margin: 2px 0 0; }

/* CTA band */
.cta-band { background: var(--orange); color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: var(--noise); opacity: .35; mix-blend-mode: soft-light; pointer-events: none; }
.cta-band .container { display: grid; gap: 20px; padding-top: clamp(44px, 6vw, 80px); padding-bottom: clamp(44px, 6vw, 80px); align-items: center; position: relative; }
@media (min-width: 860px) { .cta-band .container { grid-template-columns: 1fr auto; } }
.cta-band h2 { color: #fff; margin-bottom: 6px; }
.cta-band p { color: #FFE3D2; max-width: 60ch; }
.cta-band .btn-outline { color: #fff; border-color: #fff; }
.cta-band .btn-outline:hover { background: #fff; color: var(--orange-600); }
.cta-band .btn-dark { background: var(--dark); color: #fff; }
.cta-band .btn-dark:hover { background: #000; color: #fff; }

/* Footer */
.site-footer { background: var(--dark-0); color: #B8C0C7; padding: 56px 0 110px; font-size: .93rem; border-top: 1px solid var(--line-dark); }
@media (min-width: 1040px) { .site-footer { padding-bottom: 28px; } }
.site-footer a { color: #DCE1E5; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-grid { display: grid; gap: 32px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.site-footer h4 { color: #fff; font-family: var(--font-mono); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 12px; font-weight: 600; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-bottom { border-top: 1px solid var(--dark-3); margin-top: 40px; padding-top: 20px; display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; align-items: center; font-family: var(--font-mono); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; color: #8A949C; }
.footer-brand img { width: 74px; }
.footer-brand .brand-text { color: #fff; margin-top: 10px; }
.install-btn { display: none; }
.install-btn.available { display: inline-flex; }

/* Sticky mobile CTA bar */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 48; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom)); background: rgba(17,21,24,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--line-dark); }
.sticky-cta .btn { padding: 12px 10px; font-size: .74rem; }
@media (min-width: 1040px) { .sticky-cta { display: none; } }
body.nav-open .sticky-cta { display: none; }

/* Notice */
.notice { border: 1px dashed #E1B94A; background: #FFF9E8; color: #6B4E00; border-radius: 8px; padding: 12px 16px; font-size: .9rem; }
.notice strong { color: #4E3900; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* Toast */
.toast { position: fixed; left: 50%; bottom: 84px; transform: translate(-50%, 20px); background: var(--dark); color: #fff; padding: 12px 18px; border-radius: 8px; box-shadow: var(--shadow-lg); opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; z-index: 100; font-size: .92rem; max-width: calc(100% - 32px); border: 1px solid var(--line-dark); }
@media (min-width: 1040px) { .toast { bottom: 24px; } }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* Utilities */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; } .mt-1 { margin-top: 12px; } .mt-2 { margin-top: 24px; } .mt-3 { margin-top: 40px; }
.mb-2 { margin-bottom: 24px; }
.w-narrow { max-width: 720px; }
.divider { height: 1px; background: var(--line); margin: 32px 0; }
@media print { .site-header, .site-footer, .mobile-nav, .toast, .cta-band, .ticker, .sticky-cta { display: none !important; } body { background: #fff; } }

/* Audience split (contact page) */
.audience { display: grid; gap: 16px; }
@media (min-width: 820px) { .audience { grid-template-columns: 1fr 1fr; } }
.audience .card { padding: 32px; display: flex; flex-direction: column; }
.audience .card .actions { margin-top: auto; padding-top: 22px; }
.audience ul { margin: 12px 0 0; padding: 0; list-style: none; }
.audience li { padding: 8px 0 8px 30px; position: relative; border-top: 1px solid var(--line); }
.audience li::before { content: ""; position: absolute; left: 4px; top: 15px; width: 14px; height: 8px; border-left: 3px solid var(--green); border-bottom: 3px solid var(--green); transform: rotate(-45deg); }
