:root {
  --paper: #f5f4f0;
  --paper-dark: #e9e8e3;
  --ink: #170b2b;
  --muted: #746f7a;
  --line: #d9d7d0;
  --white: #fff;
  --brand: #000;
  --brand-deep: #000;
  --accent: #d9aa5e;
  --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.skip-link { position: absolute; z-index: 10; left: 16px; top: -60px; padding: 12px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 16px; }

.site-header { height: 80px; display: flex; align-items: center; justify-content: space-between; padding: 0 7vw; background: var(--brand); color: var(--white); }
.wordmark { display: inline-flex; align-items: center; flex: 0 0 auto; }
.wordmark img { display: block; width: clamp(214px, 19vw, 250px); height: auto; }
.site-header nav { display: flex; align-items: center; gap: 34px; font-size: 13px; }
.site-header nav > a:not(.nav-cta):hover, .site-footer a:hover { opacity: .62; }
.nav-cta { padding: 11px 16px; border: 1px solid currentColor; }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; padding: 58px 7vw 52px; background: var(--brand); color: var(--white); }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); gap: clamp(38px, 5vw, 78px); align-items: center; width: min(1480px, 100%); margin: 0 auto; }
.hero-copy { position: relative; z-index: 1; min-width: 0; }
.eyebrow { display: flex; gap: 10px; align-items: center; margin: 0 0 36px; color: #b2b1ad; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.hero h1 { margin: 0; font-size: clamp(48px, 5.5vw, 80px); font-weight: 600; letter-spacing: clamp(-5px, -.4vw, -3px); line-height: .94; }
.hero h1 em, .section-heading h2 em, .ecosystem-inner h2 em, .newsletter h2 em { font-family: var(--font-serif); font-weight: 400; }
.hero-benefits { display: grid; gap: 15px; max-width: 720px; margin: 29px 0 0; padding: 0; list-style: none; }
.hero-benefits li { display: grid; grid-template-columns: 23px 1fr; gap: 12px; align-items: start; color: #d2cfd6; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.42; }
.hero-benefits li > span:first-child { color: var(--accent); font-size: 24px; line-height: 1.08; text-shadow: 0 0 14px rgba(217,170,94,.24); }
.hero-visual { min-width: 0; margin: 0; }
.hero-visual img, .hero-visual video { display: block; width: 100%; height: auto; aspect-ratio: 36 / 25; border: 1px solid rgba(255,255,255,.14); object-fit: cover; box-shadow: 0 26px 70px rgba(0,0,0,.42); }
.button { display: inline-flex; align-items: center; gap: 20px; padding: 14px 19px; font-size: 13px; transition: background .2s, color .2s; }
.button-light { margin-top: 26px; border: 1px solid #aaa; color: var(--white); }
.button-light:hover { background: var(--white); color: var(--ink); }
.hero-newsletter-form { max-width: 620px; margin: 28px 0 0; }
.hero-newsletter-form .formkit-submit { border-color: var(--accent) !important; background: var(--accent) !important; color: #000 !important; }
.hero-newsletter-form .formkit-submit:hover { border-color: var(--white) !important; background: var(--white) !important; color: #000 !important; }

.section-shell { width: min(1200px, 82vw); margin: 0 auto; }
.intro { display: grid; grid-template-columns: .55fr 1fr; gap: 60px; padding: 142px 0; }
.intro-kicker { display: flex; align-self: start; gap: 17px; color: var(--muted); font-size: 12px; }
.intro-kicker span:first-child { color: var(--ink); }
.intro-copy h2 { margin: 0 0 24px; max-width: 620px; font-size: clamp(36px, 5vw, 60px); font-weight: 500; letter-spacing: -2.5px; line-height: 1.05; }
.intro-copy p, .about-copy p { max-width: 605px; color: var(--muted); font-size: 16px; line-height: 1.85; }

.conversations { padding: 100px 0 120px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 53px; }
.section-label { margin: 0 0 15px; color: var(--muted); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.section-heading h2, .about h2 { margin: 0; font-size: clamp(38px, 5.4vw, 64px); font-weight: 500; letter-spacing: -3px; line-height: 1.04; }
.section-note { max-width: 280px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.section-summary { max-width: 800px; margin: 0 auto; color: var(--ink); font-size: clamp(20px, 1.8vw, 25px); line-height: 1.6; }
.conversations.editorial-promise { padding-top: 45px; padding-bottom: 45px; }
.sponsor-endorsement { display: grid; grid-template-columns: 144px minmax(0, 1fr); gap: 40px; align-items: start; max-width: 800px; margin: 0 auto; }
.sponsor-brand { width: 144px; text-align: center; }
.sponsor-label { margin: 0 0 18px; color: var(--muted); font-size: 11px; letter-spacing: .4px; }
.sponsor-logo { display: inline-block; }
.sponsor-logo img { display: block; width: 144px; height: auto; }
.sponsor-testimonial { min-width: 0; margin: 0; }
.sponsor-testimonial blockquote { margin: 0; }
.sponsor-testimonial blockquote p { margin: 0; color: var(--ink); font-size: 18px; line-height: 1.65; }
.sponsor-testimonial figcaption { margin-top: 16px; color: var(--muted); font-size: 14px; }
@media (max-width: 700px) {
  .conversations.editorial-promise { padding-top: 36px; padding-bottom: 41px; }
  .sponsor-endorsement { grid-template-columns: 1fr; gap: 24px; }
  .sponsor-logo img { width: 126px; }
  .sponsor-label { margin-bottom: 14px; }
  .sponsor-testimonial blockquote p { font-size: 17px; }
}

.ecosystem { background: var(--brand); color: var(--white); }
.ecosystem-inner { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(40px, 5vw, 76px); align-items: center; width: min(1240px, 88vw); margin: 0 auto; padding: 50px 0 54px; }
.ecosystem-inner h2 { margin: 0 0 26px; font-size: clamp(36px, 3.6vw, 52px); font-weight: 500; letter-spacing: -2px; line-height: 1.05; }
.ecosystem-figure { min-width: 0; margin: 0; }
.eco-diagram { display: block; width: 100%; height: auto; overflow: visible; }
.eco-orbit { fill: none; stroke: rgba(255,255,255,.42); stroke-width: 2; stroke-dasharray: 2 6; }
.eco-core { fill: none; stroke: rgba(217,170,94,.55); stroke-width: 2; }
.eco-core-label { fill: var(--white); font-family: var(--font-sans); font-size: 27px; font-weight: 500; letter-spacing: -.6px; }
.eco-star { fill: var(--accent); filter: drop-shadow(0 0 5px rgba(217,170,94,.75)); }
.eco-star-track { offset-path: path("M 626 310 A 236 176 0 1 1 154 310 A 236 176 0 1 1 626 310 Z"); offset-rotate: 0deg; animation: ecoOrbit 150s linear infinite; }
.eco-label-track { offset-path: path("M 685 310 A 295 220 0 1 1 95 310 A 295 220 0 1 1 685 310 Z"); offset-rotate: 0deg; animation: ecoOrbit 150s linear infinite; }
@keyframes ecoOrbit { from { offset-distance: 0%; } to { offset-distance: 100%; } }
.eco-label { fill: #cfcdc8; font-family: var(--font-sans); font-size: 16px; letter-spacing: 1.1px; text-transform: uppercase; }
.eco-fallback { display: none; }
.ecosystem-copy { max-width: 520px; }
.ecosystem-description { margin: 0 0 20px; color: #d2d0cb; font-size: clamp(17px, 1.25vw, 20px); line-height: 1.7; }
.ecosystem-description:last-child { margin-bottom: 0; }
.ecosystem-description strong { color: var(--white); font-weight: 500; }
.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.coverage-card { min-height: 304px; padding: 30px 26px 26px 0; }
.coverage-card + .coverage-card { padding-left: 27px; border-left: 1px solid var(--line); }
.card-index { color: var(--muted); font-size: 9px; letter-spacing: 1.6px; }
.coverage-card h3 { max-width: 270px; margin: 39px 0 12px; font-size: 23px; font-weight: 500; letter-spacing: -.5px; line-height: 1.15; }
.coverage-card p { max-width: 270px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.card-tag { display: inline-block; margin-top: 18px; padding: 6px 9px; border: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.coverage-note { margin: 15px 0 0; color: var(--muted); font-size: 11px; }

.episode-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 0 0 52px; }
.episode-card { display: block; padding: 28px; border: 1px solid var(--line); background: var(--white); }
.episode-card:hover { border-color: var(--ink); }
.episode-card .card-index { display: block; margin-bottom: 20px; }
.episode-card h3 { margin: 0 0 10px; font-size: 25px; line-height: 1.18; }
.episode-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.episode-byline { display: block; margin-top: 20px; font-size: 12px; }


.about { padding: 75px 0 75px; }
.about-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; }
.about h2 { max-width: 450px; font-size: clamp(36px, 3.6vw, 52px); letter-spacing: -2px; line-height: 1.05; }
.about-portrait { margin: 34px 0 0; }
.about-portrait figcaption a { border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.about-portrait figcaption a:hover { border-bottom-color: var(--ink); }
.about-portrait img { display: block; width: 100%; max-width: 440px; height: auto; border: 1px solid var(--line); }
.about-copy p:first-child { margin-top: 0; }

.contribute { padding: 0 0 72px; }
.contribute-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.contribute-grid article { display: flex; flex-direction: column; padding: 32px 45px 40px 0; }
.contribute-grid article + article { padding-left: 45px; border-left: 1px solid var(--line); }
.contribute-grid h3 { margin: 0 0 12px; font-size: 22px; font-weight: 500; }
.contribute-grid p { max-width: 430px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.contribute-grid a { display: inline-block; margin-top: 13px; font-size: 12px; }
.site-form { display: flex; flex-direction: column; flex: 1; margin-top: 20px; }
.form-field-grow { flex: 1; grid-template-rows: auto 1fr; }
.form-field-grow textarea { height: 100%; }
.form-field { display: grid; gap: 6px; margin: 0 0 14px; max-width: 430px; }
.form-field label { color: var(--muted); font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; }
.required-marker { margin-left: 3px; color: #9a651b; }
.form-field input, .form-field textarea { padding: 11px 13px; border: 1px solid var(--line); background: var(--white); color: var(--ink); font-family: inherit; font-size: 14px; }
.form-field textarea { min-height: 78px; resize: vertical; }
.form-field input:focus-visible, .form-field textarea:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-submit { align-self: flex-start; margin-top: 4px; border: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; font-family: inherit; }
.form-submit:hover { background: var(--ink); color: var(--paper); }

.newsletter { background: var(--brand); color: var(--white); }
.newsletter-inner { max-width: 840px; margin: 0 auto; padding: 136px 7vw 36px; text-align: center; }
.newsletter .eyebrow { justify-content: center; }
.newsletter h2 { margin: 0; font-size: clamp(48px, 7vw, 84px); font-weight: 500; letter-spacing: -4px; line-height: 1.05; }
.newsletter-inner > p:not(.eyebrow) { max-width: 450px; margin: 18px auto 0; color: #c1c0bc; font-size: 15px; line-height: 1.8; }
.newsletter-disclaimer { display: block; margin-top: 14px; color: #aaa9a5; font-size: 10px; }

.newsletter-form { max-width: 620px; margin: 32px auto 0; text-align: left; }
.newsletter-form .formkit-form { max-width: none !important; margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
.newsletter-form .formkit-fields { display: grid !important; grid-template-columns: minmax(0, 1fr) auto; gap: 10px !important; }
.newsletter-form .formkit-field { margin: 0 !important; }
.newsletter-form .formkit-input { width: 100% !important; min-height: 52px !important; padding: 0 17px !important; border: 1px solid #777 !important; border-radius: 0 !important; background: #fff !important; color: var(--ink) !important; font: 14px var(--font-sans) !important; }
.newsletter-form .formkit-input:focus { border-color: #fff !important; outline: 2px solid #fff !important; outline-offset: 2px !important; }
.newsletter-form .formkit-submit { min-height: 52px !important; padding: 0 22px !important; border: 1px solid #fff !important; border-radius: 0 !important; background: #fff !important; color: var(--ink) !important; font: 600 13px var(--font-sans) !important; cursor: pointer; }
.newsletter-form .formkit-submit:hover { background: transparent !important; color: #fff !important; }
.newsletter-form .formkit-alert { margin: 12px 0 !important; text-align: left; }
.newsletter-form .formkit-powered-by-convertkit-container { margin-top: 12px !important; }
.newsletter-form .formkit-powered-by-convertkit { color: #aaa9a5 !important; }

.confirmation-page { display: grid; min-height: calc(100vh - 80px); place-items: center; padding: 80px 7vw; background: var(--brand); color: var(--white); text-align: center; }
.confirmation-panel { max-width: 760px; }
.confirmation-panel .eyebrow { justify-content: center; }
.confirmation-panel h1 { margin: 0; font-size: clamp(64px, 10vw, 112px); font-weight: 500; letter-spacing: -6px; line-height: .95; }
.confirmation-panel > p:not(.eyebrow) { max-width: 540px; margin: 25px auto 0; color: #c1c0bc; font-size: 16px; line-height: 1.8; }
.confirmation-button { margin-top: 34px; border: 1px solid #aaa; color: #fff; }
.confirmation-button:hover { background: #fff; color: var(--ink); }

.site-footer { display: grid; grid-template-columns: auto auto; justify-content: center; gap: 24px 72px; align-items: center; padding: 42px 7vw; background: var(--brand); color: var(--white); }
.site-footer > div { display: flex; gap: 20px; font-size: 11px; }
.site-footer small { grid-column: 1 / -1; color: #a99fb6; font-size: 10px; text-align: center; }

.episode-page { max-width: 820px; margin: 0 auto; padding: 90px 7vw 120px; }
.episode-page .section-label { margin-top: 38px; }
.episode-page h1 { margin: 15px 0; font-size: clamp(44px, 8vw, 76px); font-weight: 500; letter-spacing: -3px; line-height: 1.02; }
.episode-page .episode-intro { color: var(--muted); font-size: 18px; line-height: 1.75; }
.episode-video { aspect-ratio: 16/9; width: 100%; margin: 38px 0; border: 0; background: var(--ink); }
.episode-content { margin-top: 40px; font-size: 16px; line-height: 1.85; }
.episode-content h2 { margin-top: 45px; font-size: 29px; line-height: 1.2; }
.episode-content h3 { margin-top: 30px; font-size: 21px; }
.episode-content a { text-decoration: underline; }
.episode-content blockquote { margin: 25px 0; padding-left: 22px; border-left: 2px solid var(--ink); color: var(--muted); }

@media (max-width: 900px) {
  .section-shell { width: 86vw; }
  .site-header nav { gap: 18px; }
  .hero { padding: 54px 7vw 50px; }
  .hero-inner { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(720px, 100%); }
  .intro { grid-template-columns: .35fr 1fr; gap: 35px; }
  .about-grid { gap: 55px; }
  .site-footer { column-gap: 48px; }
}

@media (max-width: 700px) {
  .site-header { height: 70px; padding: 0 6vw; }
  .menu-toggle { display: grid; gap: 5px; width: 38px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { height: 1px; background: var(--white); }
  .site-header nav { position: absolute; z-index: 5; top: 69px; right: 0; left: 0; display: none; align-items: start; gap: 0; padding: 10px 6vw 20px; background: var(--brand); }
  .wordmark img { width: 214px; }
  .site-header nav.is-open { display: grid; }
  .site-header nav a { padding: 14px 0; }
  .site-header .nav-cta { margin-top: 10px; padding: 11px 13px; }
  .hero { padding: 44px 7vw 42px; }
  .hero-inner { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .hero-copy { display: contents; }
  .hero h1 { order: 1; font-size: clamp(46px, 11.5vw, 64px); letter-spacing: -3px; }
  .hero-benefits { order: 2; margin-top: 28px; }
  .hero-visual { order: 3; width: 100%; margin-top: 30px; }
  .hero-newsletter-form { order: 4; width: 100%; max-width: none; margin: 28px 0 0; }
  .hero-benefits li { grid-template-columns: 22px 1fr; gap: 10px; font-size: 17px; }
  .hero-benefits li > span:first-child { font-size: 22px; }
  .section-shell { width: 86vw; }
  .intro { grid-template-columns: 1fr; gap: 27px; padding: 100px 0; }
  .intro-copy h2 { letter-spacing: -1.5px; }
  .conversations { padding: 72px 0 82px; }
  .section-heading { display: grid; gap: 15px; margin-bottom: 38px; }
  .section-heading h2, .about h2 { letter-spacing: -1.8px; }
  .coverage-grid, .episode-grid { grid-template-columns: 1fr; }
  .coverage-card { min-height: auto; padding: 27px 0 27px; }
  .coverage-card + .coverage-card { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .coverage-card h3 { margin-top: 24px; }
  .ecosystem-inner { grid-template-columns: 1fr; gap: 34px; padding: 42px 0 46px; }
  .ecosystem-text { order: 1; }
  .ecosystem-figure { order: 2; }
  .ecosystem-inner h2 { margin-bottom: 30px; letter-spacing: -1.5px; }
  .eco-diagram { display: block; width: 112%; max-width: none; margin-left: -6%; }
  .eco-fallback { display: none; }
  .ecosystem-description { font-size: 17px; line-height: 1.65; }
  .eco-fallback li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: #cfcdc8; font-size: 12px; letter-spacing: 1.4px; text-transform: uppercase; }
  .about { padding: 105px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 34px; }
  .about-portrait { width: 100%; max-width: 300px; margin: 28px auto 0; }
  .contribute { padding-bottom: 105px; }
  .contribute-grid { grid-template-columns: 1fr; }
  .contribute-grid article { padding: 27px 0; }
  .contribute-grid article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .newsletter-inner { padding: 100px 7vw 28px; }
  .newsletter .eyebrow { line-height: 1.7; }
  .newsletter h2 { letter-spacing: -2px; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; gap: 17px; padding: 37px 7vw; }
  .site-footer small { grid-column: auto; }
  .episode-page { padding-top: 65px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } .eco-star-track, .eco-label-track { animation: none; } }

@media (max-width: 700px) {
  .newsletter-form .formkit-fields { grid-template-columns: 1fr !important; }
  .newsletter-form .formkit-submit { width: 100% !important; }
  .newsletter-form .formkit-form,
  .newsletter-form .formkit-fields,
  .newsletter-form .formkit-field,
  .newsletter-form .formkit-input,
  .newsletter-form .formkit-submit { width: 100% !important; margin-right: 0 !important; margin-left: 0 !important; }
  .confirmation-page { min-height: calc(100vh - 70px); padding: 70px 7vw; }
  .confirmation-panel h1 { letter-spacing: -3px; }
}
.about-byline { margin: 32px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 15px; }
.about-byline a { color: var(--ink); border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.about-byline a:hover { border-bottom-color: var(--ink); }
.about-cta { margin: 26px 0 0; font-size: 16px; }
.about-cta a { border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.about-cta a:hover { color: var(--muted); border-bottom-color: var(--muted); }
.about-media { min-width: 0; }
