@font-face {
  font-family: "Nodesignal Sans";
  src: url("assets/fonts/inter-latin-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Nodesignal Display";
  src: url("assets/fonts/barlow-condensed-latin-800-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  color-scheme: light;
  --bg: #f7f4ee;
  --surface: #ffffff;
  --surface-2: #ebe6dc;
  --ink: #111111;
  --muted: #68645d;
  --line: #cbc4b8;
  --accent: #f6931a;
  --accent-bright: #f6931a;
  --accent-ink: #211304;
  --dark: #111111;
  --header: color-mix(in srgb, var(--bg) 90%, transparent);
  --shadow: 0 20px 60px rgba(44, 31, 14, .14);
  --radius: 4px;
  --shell: min(1180px, calc(100% - 40px));
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0d0f10;
  --surface: #171a1c;
  --surface-2: #202427;
  --ink: #f5f3ee;
  --muted: #aaa9a4;
  --line: #363a3d;
  --accent: #f6931a;
  --accent-bright: #f6931a;
  --accent-ink: #16100a;
  --dark: #050606;
  --header: rgba(13, 15, 16, .9);
  --shadow: 0 24px 70px rgba(0, 0, 0, .4);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --bg: #0d0f10; --surface: #171a1c; --surface-2: #202427; --ink: #f5f3ee;
    --muted: #aaa9a4; --line: #363a3d; --accent: #f6931a; --accent-bright: #f6931a;
    --accent-ink: #16100a; --dark: #050606; --header: rgba(13, 15, 16, .9);
    --shadow: 0 24px 70px rgba(0, 0, 0, .4);
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: "Nodesignal Sans", "Segoe UI", sans-serif; font-kerning: normal; font-optical-sizing: auto; line-height: 1.55; }
a { color: inherit; }
button, audio { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; width: auto; height: auto; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 12px 16px; transform: translateY(-150%); background: var(--ink); color: var(--bg); }
.skip-link:focus { transform: none; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: var(--header); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 196px; height: 52px; display: grid; align-items: center; }
.brand img { width: 100%; height: auto; }
:root[data-theme="dark"] .brand source + img { visibility: hidden; }
.desktop-nav { display: flex; align-items: center; gap: clamp(15px, 1.6vw, 25px); margin-left: auto; }
.desktop-nav a { font-size: .76rem; font-weight: 700; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.desktop-nav a:hover { color: var(--accent); }
.header-actions { display: flex; gap: 8px; }
.header-search { position: relative; flex: 0 0 auto; }
.header-search-toggle, .theme-toggle, .menu-toggle { width: 46px; height: 46px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; }
.header-search-toggle svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.header-search-toggle:hover, .header-search-toggle[aria-expanded="true"], .theme-toggle:hover, .menu-toggle:hover { border-color: var(--accent); color: var(--accent); }
.header-search-panel { position: absolute; top: calc(100% + 12px); right: 0; z-index: 100; width: min(520px, calc(100vw - 30px)); padding: 18px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); box-shadow: 8px 8px 0 var(--accent); }
.header-search-panel[hidden], .header-search-clear[hidden] { display: none !important; }
.header-search-field { display: grid; grid-template-columns: minmax(0, 1fr) 44px; align-items: center; min-height: 56px; border: 2px solid var(--ink); background: var(--surface); }
.header-search-field:focus-within { border-color: var(--accent); }
.header-search-input { min-width: 0; width: 100%; padding: 13px 15px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 1rem; font-weight: 700; }
.header-search-input::placeholder { color: var(--muted); opacity: 1; }
.header-search-input::-webkit-search-cancel-button { display: none; }
.header-search-clear { width: 42px; height: 42px; border: 0; background: transparent; color: var(--ink); font-size: 1.65rem; cursor: pointer; }
.header-search-clear:hover { color: var(--accent); }
.header-search-status { min-height: 1.2em; margin: 13px 0 8px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.header-search-results { max-height: min(390px, 55vh); overflow-y: auto; border-top: 1px solid var(--line); }
.header-search-results:empty { display: none; }
.header-search-result { display: grid; grid-template-columns: 58px minmax(0, 1fr) 22px; align-items: center; gap: 12px; padding: 13px 4px; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.header-search-result:hover, .header-search-result:focus-visible { background: var(--accent); color: var(--accent-ink); outline: none; }
.header-search-result-number { color: var(--accent); font-family: "Nodesignal Display", "Arial Narrow", sans-serif; font-size: 1.15rem; font-weight: 800; }
.header-search-result:hover .header-search-result-number, .header-search-result:focus-visible .header-search-result-number { color: var(--accent-ink); }
.header-search-result-copy { min-width: 0; display: grid; gap: 2px; }
.header-search-result-copy small { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.header-search-result-copy strong { overflow-wrap: break-word; line-height: 1.2; }
.header-search-result:hover small, .header-search-result:focus-visible small { color: var(--accent-ink); }
.header-search-all { display: inline-block; margin-top: 14px; color: var(--ink); font-size: .75rem; font-weight: 800; letter-spacing: .05em; text-decoration-color: var(--accent); text-underline-offset: 4px; text-transform: uppercase; }
.theme-icon { font-size: 1.35rem; line-height: 1; }
.menu-toggle { display: none; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: currentColor; margin: 3px; }
.mobile-nav { border-top: 1px solid var(--line); padding: 12px 20px 22px; background: var(--bg); }
.mobile-nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 700; text-decoration: none; }

.hero { position: relative; min-height: 700px; display: grid; align-items: center; padding: 90px 0 110px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: clamp(50px, 8vw, 115px); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px color-mix(in srgb, var(--accent) 16%, transparent); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { font-family: "Nodesignal Display", "Arial Narrow", sans-serif; font-weight: 800; font-kerning: normal; letter-spacing: normal; line-height: .94; }
h1 { max-width: 760px; margin: 0; font-size: clamp(4rem, 7.6vw, 7rem); text-transform: uppercase; }
h1 span { color: var(--accent); }
.hero-lead { max-width: 630px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.55; }
.hero-links { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 38px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 12px 20px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 800; text-decoration: none; }
.button.primary { background: var(--accent); color: var(--accent-ink); box-shadow: 5px 5px 0 var(--ink); }
.button.primary:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--ink); }
.text-button { border-color: var(--line); }
.text-button:hover { border-color: var(--accent); color: var(--accent); }
.button.secondary { border-color: var(--line); background: var(--surface); color: var(--ink); cursor: pointer; }
.button.secondary:hover { border-color: var(--accent); background: var(--accent); color: var(--accent-ink); }
.cover-stage { position: relative; width: min(100%, 510px); justify-self: end; }
.podcast-cover { position: relative; z-index: 2; width: 88%; margin-left: auto; aspect-ratio: 1; object-fit: cover; border: 1px solid #262626; box-shadow: var(--shadow); transform: rotate(2deg); }
.next-badge { position: absolute; z-index: 4; top: 20px; right: -4px; padding: 7px 13px 5px; border: 2px solid var(--ink); background: var(--accent); color: var(--accent-ink); box-shadow: 5px 5px 0 var(--ink); font-family: "Nodesignal Display", "Arial Narrow", sans-serif; font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 800; letter-spacing: .03em; line-height: 1; transform: rotate(2deg); }
.orbit { position: absolute; z-index: 1; border: 1px solid color-mix(in srgb, var(--accent) 70%, transparent); border-radius: 50%; }
.orbit-one { width: 125%; aspect-ratio: 1; top: -13%; right: -24%; }
.orbit-two { width: 150%; aspect-ratio: 1; top: -25%; right: -36%; opacity: .35; }
.cover-note { position: absolute; z-index: 3; left: -10px; bottom: 12px; max-width: 410px; display: grid; padding: 10px 13px; background: var(--ink); color: var(--bg); box-shadow: 7px 7px 0 var(--accent); }
.cover-note-heading { display: grid; gap: 2px; min-width: 0; }
.cover-note strong { font-size: .91rem; line-height: 1.25; }
.cover-note-heading strong:first-child { font-size: .76rem; }
.cover-note small { margin-top: 5px; color: color-mix(in srgb, var(--bg) 75%, transparent); font-size: .69rem; line-height: 1.3; }
.cover-note small a { color: var(--accent-bright); font-weight: 900; text-underline-offset: 2px; }
.signal-field { position: absolute; left: -270px; bottom: -360px; width: 670px; aspect-ratio: 1; opacity: .16; }
.signal-field i { position: absolute; inset: calc(var(--i, 0) * 70px); border: 2px solid var(--ink); border-radius: 50%; }
.signal-field i:nth-child(1) { --i: 0; } .signal-field i:nth-child(2) { --i: 1; } .signal-field i:nth-child(3) { --i: 2; } .signal-field i:nth-child(4) { --i: 3; }

.latest { padding: 0 0 100px; }
.section-kicker { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.section-kicker span:first-child { color: var(--accent); }
.latest-player { display: grid; grid-template-columns: 230px 1fr; gap: clamp(28px, 5vw, 68px); align-items: center; padding: 34px; background: var(--dark); color: #f7f4ee; }
.latest-player > img { width: 230px; aspect-ratio: 1; object-fit: cover; }
.latest-copy { min-width: 0; }
.latest-copy h2 { margin: 4px 0 16px; font-size: clamp(2.7rem, 5.4vw, 5rem); text-transform: uppercase; text-wrap: wrap; }
.latest-copy > p:not(.episode-type):not(.byline) { max-width: 700px; color: #b8b8b5; }
.episode-type { margin: 0 0 5px; color: var(--accent-bright); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.latest-copy audio { width: 100%; margin-top: 16px; accent-color: var(--accent); }
.latest-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
.latest-actions .episode-detail-link { color: var(--accent-bright); font-size: .82rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }
.latest-actions .episode-detail-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.latest-boost-link { min-height: 44px; padding: 9px 16px; box-shadow: 5px 5px 0 rgba(255,255,255,.55); }
.byline { margin-bottom: 0; color: #969692; font-size: .83rem; }

.section { padding: 110px 0; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.section-heading h2, .value h2, .community h2, .listen h2 { margin: 0; font-size: clamp(3rem, 6vw, 6rem); text-transform: uppercase; }
.arrow-link { padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-weight: 700; text-decoration: none; }
.arrow-link:hover { color: var(--accent); border-color: var(--accent); }
.episode-list { border-top: 2px solid var(--ink); }
.episode-row { display: grid; grid-template-columns: 90px minmax(0, 1fr) 80px 50px; align-items: center; gap: 24px; min-height: 140px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.episode-number { color: var(--line); font-family: "Nodesignal Display", sans-serif; font-size: 3rem; font-weight: 800; }
.episode-row h3 { margin: 3px 0 6px; font-size: clamp(1.25rem, 2.4vw, 1.7rem); line-height: 1.2; }
.episode-row p { margin: 0; color: var(--muted); }
.episode-row .episode-type { color: var(--accent); }
.duration { color: var(--muted); font-variant-numeric: tabular-nums; font-size: .85rem; }
.play-button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; }
.play-button:hover { border-color: var(--accent); background: var(--accent); color: var(--accent-ink); }
.episode-discovery { display: grid; grid-template-columns: auto 1fr auto; align-items: stretch; gap: 18px; margin-top: 34px; }
.episode-more-button, .archive-link { min-width: 120px; min-height: 54px; }
.archive-search-link { grid-column: 2; justify-self: end; width: 54px; min-width: 54px; padding: 0; }
.archive-search-link svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.archive-link { grid-column: 3; justify-self: end; }
.episode-more-button[hidden] { display: none; }
.episode-load-status { grid-column: 1 / -1; min-height: 1.2em; margin: 0; color: var(--muted); font-size: .78rem; }
.episode-row.is-loaded { animation: episode-in .3s ease both; }
@keyframes episode-in { from { opacity: 0; transform: translateY(8px); } }

.value { position: relative; overflow: hidden; background: var(--accent); color: var(--accent-ink); border: 0; }
.value::after { content: "21"; position: absolute; right: -30px; bottom: -115px; color: rgba(255,255,255,.14); font-family: "Nodesignal Display", sans-serif; font-size: 25rem; font-weight: 800; line-height: 1; }
.value-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 140px); }
.value .eyebrow { color: rgba(33, 19, 4, .7); }
.value-statement > p:last-child { max-width: 520px; font-size: 1.1rem; }
.value-actions { border-top: 2px solid var(--accent-ink); }
.value-item { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(33,19,4,.3); }
.value-item > span { font-weight: 800; }
.value-item h3 { margin: 0 0 4px; font-size: 1.25rem; }
.value-item p { margin: 0; }
.value .button.primary { margin-top: 28px; background: var(--accent-ink); color: #fff; box-shadow: 5px 5px 0 rgba(255,255,255,.55); }
.direct-support-options { display: grid; gap: 8px; margin-top: 10px; }
.direct-support-method { overflow: hidden; border: 1px solid rgba(33,19,4,.32); background: rgba(255,255,255,.13); }
.reveal-address { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 11px 13px; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.reveal-address:hover { background: rgba(255,255,255,.2); }
.direct-support-method-name { font-weight: 850; }
.reveal-address-action { color: rgba(33,19,4,.72); font-size: .68rem; font-weight: 750; letter-spacing: .04em; text-align: right; text-transform: uppercase; }
.copy-address-reveal { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 10px; padding: 11px 11px 12px 13px; border-top: 1px solid rgba(33,19,4,.22); background: rgba(255,255,255,.18); }
.copy-address-reveal[hidden] { display: none; }
.copy-address-value { min-width: 0; padding-top: 4px; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .72rem; line-height: 1.45; overflow-wrap: anywhere; word-break: break-all; }
.copy-address-button { min-height: 32px; padding: 6px 9px; border: 1px solid rgba(33,19,4,.45); background: rgba(255,255,255,.3); color: inherit; font-size: .67rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.copy-address-button:hover { border-color: var(--accent-ink); background: var(--accent-ink); color: #fff; }
.cashu-method { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 7px 8px 7px 13px; }
.cashu-open { min-height: 40px; padding: 7px 10px; border: 1px solid rgba(33,19,4,.45); background: rgba(255,255,255,.3); color: inherit; font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.cashu-open:hover, .cashu-open:focus-visible { border-color: var(--accent-ink); background: var(--accent-ink); color: #fff; outline: none; }

.section-intro { max-width: 380px; margin: 0; color: var(--muted); }
.crew-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 2px solid var(--ink); }
.crew-member { min-height: 220px; display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 22px; align-items: start; padding: 30px 24px 30px 0; border-bottom: 1px solid var(--line); }
.crew-member:nth-child(odd) { border-right: 1px solid var(--line); }
.crew-member:nth-child(even) { padding-left: 30px; }
.member-photo { width: 72px; height: 72px; border: 2px solid var(--surface); border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px var(--line); }
.crew-member h3 { margin: 0; font-size: 1.55rem; }
.crew-member p { margin: 7px 0 0; color: var(--muted); }
.crew-member .handle { margin: 0; color: var(--accent); font-size: .8rem; font-weight: 800; }
.crew-contact-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.crew-contact { width: 44px; height: 44px; display: grid; flex: 0 0 44px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--ink); text-decoration: none; cursor: pointer; transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease; }
.crew-contact:hover, .crew-contact:focus-visible { border-color: var(--accent); background: var(--accent); color: var(--accent-ink); transform: translateY(-2px); outline: none; }
.crew-contact:disabled, .crew-pay-close:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.crew-contact:disabled:hover { border-color: var(--line); background: var(--surface); color: var(--ink); }
.crew-contact:focus-visible { box-shadow: 0 0 0 3px var(--surface), 0 0 0 5px var(--accent); }
.crew-contact-icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.crew-contact--lightning .crew-contact-icon { fill: currentColor; stroke: none; }
.crew-payment-unavailable { display: block; margin-top: 8px; color: var(--muted); font-size: .72rem; font-weight: 700; line-height: 1.2; }

.cashu-dialog { width: min(760px, calc(100% - 30px)); max-height: calc(100dvh - 30px); padding: 0; border: 0; background: transparent; color: var(--ink); overflow: visible; }
.cashu-dialog::backdrop { background: rgba(5, 6, 6, .72); backdrop-filter: blur(5px); }
.cashu-card { position: relative; max-height: calc(100dvh - 30px); display: grid; grid-template-columns: minmax(220px, .8fr) minmax(280px, 1.2fr); gap: 22px 28px; overflow-y: auto; padding: clamp(24px, 5vw, 38px); border: 1px solid var(--line); background: var(--surface); box-shadow: 8px 8px 0 var(--accent); }
.cashu-close { position: absolute; top: 12px; right: 12px; z-index: 3; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); font-size: 1.5rem; cursor: pointer; }
.cashu-close:hover, .cashu-close:focus-visible { border-color: var(--accent); background: var(--accent); color: var(--accent-ink); outline: none; }
.cashu-close:disabled { opacity: .45; cursor: not-allowed; }
.cashu-card > .eyebrow, .cashu-card > h2, .cashu-intro { grid-column: 1 / -1; }
.cashu-card > .eyebrow { margin: 0; padding-right: 48px; }
.cashu-card > h2 { margin: -10px 0 0; padding-right: 48px; font-size: clamp(2.4rem, 6vw, 4.25rem); line-height: .98; text-transform: uppercase; }
.cashu-intro { margin: -8px 0 2px; color: var(--muted); }
.cashu-request, .cashu-form { min-width: 0; display: grid; align-content: start; gap: 14px; margin: 0; padding: 18px; border: 1px solid var(--line); background: var(--bg); }
.cashu-request h3, .cashu-form h3 { margin: 0; font-size: 1rem; line-height: 1.25; }
.cashu-amount-presets { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.cashu-amount-presets button { min-height: 44px; padding: 8px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); font: inherit; font-size: .78rem; font-weight: 800; cursor: pointer; }
.cashu-amount-presets button:hover, .cashu-amount-presets button:focus-visible, .cashu-amount-presets button[aria-pressed="true"] { border-color: var(--accent); background: var(--accent); color: var(--accent-ink); outline: none; }
.cashu-request-loading { margin: 0; color: var(--muted); font-size: .84rem; }
.cashu-request-content { min-width: 0; display: grid; gap: 10px; }
.cashu-request-content[hidden] { display: none; }
.cashu-request-qr { width: min(100%, 212px); height: auto; justify-self: center; padding: 8px; background: #fff; image-rendering: pixelated; }
.cashu-request-value { min-width: 0; max-height: 5.8em; overflow: auto; padding: 9px; border: 1px solid var(--line); background: var(--surface); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .68rem; line-height: 1.4; overflow-wrap: anywhere; word-break: break-all; }
.cashu-request-copy { min-height: 44px; border-color: var(--ink); background: var(--surface); color: var(--ink); }
.cashu-form { gap: 15px; }
.cashu-field { display: grid; gap: 7px; font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.cashu-field input, .cashu-field textarea { width: 100%; resize: vertical; padding: 11px 12px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); font: inherit; font-size: .92rem; font-weight: 500; letter-spacing: normal; text-transform: none; }
.cashu-field input:focus, .cashu-field textarea:focus { border-color: var(--accent); outline: 2px solid var(--accent); outline-offset: 1px; }
.cashu-options { border-block: 1px solid var(--line); }
.cashu-options summary { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 10px; cursor: pointer; font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.cashu-options summary::marker { content: ''; }
.cashu-options summary::after { content: '+'; color: var(--accent); font-size: 1.2rem; }
.cashu-options[open] summary::after { content: '−'; }
.cashu-options summary span { margin-left: auto; color: var(--muted); font-weight: 600; letter-spacing: normal; text-transform: none; }
.cashu-options-fields { display: grid; gap: 14px; padding: 2px 0 15px; }
.cashu-status { min-height: 1.5em; display: grid; gap: 16px; margin: 0; color: var(--muted); font-size: .84rem; }
.cashu-status[data-state="success"] { position: fixed; top: 50%; left: 50%; z-index: 4; width: min(480px, calc(100vw - 48px)); max-height: calc(100dvh - 100px); overflow-y: auto; padding: clamp(22px, 5vw, 34px); border: 2px solid var(--ink); background: var(--accent); box-shadow: 0 0 0 100vmax rgba(5, 6, 6, .52), 8px 8px 0 var(--ink); color: var(--accent-ink); font-family: "Nodesignal Display", "Arial Narrow", sans-serif; font-size: clamp(1.55rem, 5vw, 2.2rem); font-weight: 850; line-height: 1.05; text-align: center; text-transform: uppercase; transform: translate(-50%, -50%); }
.cashu-success-dismiss { min-height: 44px; padding: 9px 16px; border: 2px solid var(--accent-ink); background: var(--accent-ink); color: #fff; font-family: "Nodesignal Sans", "Segoe UI", sans-serif; font-size: .75rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.cashu-success-dismiss[hidden] { display: none; }
.cashu-success-dismiss:focus-visible { outline-color: #fff; }
.cashu-status[data-state="error"] { color: #a02c20; font-weight: 750; }
.cashu-status[data-state="unknown"] { padding: 12px; border: 2px solid var(--accent); color: var(--ink); font-weight: 750; }
.cashu-submit { width: 100%; cursor: pointer; }
.cashu-submit:disabled { opacity: .62; cursor: not-allowed; transform: none; box-shadow: 5px 5px 0 var(--ink); }
.cashu-form > small { color: var(--muted); line-height: 1.4; }

.crew-pay-dialog { width: min(560px, calc(100% - 30px)); max-height: calc(100dvh - 30px); padding: 0; border: 0; background: transparent; color: var(--ink); overflow: visible; }
.crew-pay-dialog::backdrop { background: rgba(5, 6, 6, .72); backdrop-filter: blur(5px); }
.crew-pay-card { position: relative; max-height: calc(100dvh - 30px); overflow-y: auto; padding: clamp(24px, 5vw, 38px); border: 1px solid var(--line); background: var(--surface); box-shadow: 8px 8px 0 var(--accent); }
.crew-pay-close { position: absolute; top: 12px; right: 12px; z-index: 3; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 1.5rem; cursor: pointer; }
.crew-pay-close:hover, .crew-pay-close:focus-visible { border-color: var(--accent); background: var(--accent); color: var(--accent-ink); outline: none; }
.crew-pay-person { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 18px; align-items: center; padding-right: 42px; }
.crew-pay-photo { width: 64px; height: 64px; border: 2px solid var(--surface); border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px var(--line); }
.crew-pay-person .eyebrow { margin-bottom: 4px; }
.crew-pay-card h2 { margin: 0; font-size: clamp(2rem, 6vw, 3.25rem); line-height: 1.08; text-transform: uppercase; overflow-wrap: normal; word-break: normal; }
.crew-pay-title-action { display: block; padding-top: .12em; }
.crew-pay-intro { margin: 20px 0 24px; color: var(--muted); }
.crew-pay-form { display: grid; gap: 16px; }
.crew-pay-field { display: grid; gap: 7px; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.crew-pay-field span { color: var(--muted); font-weight: 600; text-transform: none; }
.crew-pay-field input, .crew-pay-field textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); background: var(--bg); color: var(--ink); font: inherit; font-size: 1rem; font-weight: 500; letter-spacing: normal; text-transform: none; }
.crew-pay-field input:focus, .crew-pay-field textarea:focus { border-color: var(--accent); outline: 2px solid var(--accent); outline-offset: 1px; }
.crew-pay-presets { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: -7px; }
.crew-pay-presets button { min-height: 42px; padding: 7px 12px; border: 1px solid var(--accent); background: transparent; color: var(--accent); font-weight: 850; cursor: pointer; }
.crew-pay-presets button:hover, .crew-pay-presets button:focus-visible { border-color: var(--accent); background: var(--accent); color: var(--accent-ink); outline: none; }
.crew-pay-options { border-block: 1px solid var(--line); }
.crew-pay-options summary { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.crew-pay-options summary::marker { content: ''; }
.crew-pay-options summary::after { content: '+'; color: var(--accent); font-size: 1.25rem; line-height: 1; }
.crew-pay-options[open] summary::after { content: '−'; }
.crew-pay-options summary span { margin-left: auto; color: var(--muted); font-weight: 600; letter-spacing: normal; text-transform: none; }
.crew-pay-options-fields { display: grid; gap: 16px; padding: 2px 0 16px; }
.crew-pay-recipient { display: grid; grid-template-columns: auto 1fr; gap: 5px 14px; padding: 14px; border: 1px solid var(--line); background: var(--bg); }
.crew-pay-recipient > span { grid-column: 1 / -1; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.crew-pay-recipient strong { align-self: baseline; }
.crew-pay-recipient-copy { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px; }
.crew-pay-recipient-copy .copy-address-value { min-width: 0; padding: 0; overflow-wrap: anywhere; color: var(--ink); font-size: .75rem; font-weight: 700; text-align: right; }
.crew-pay-copy-address { min-height: 38px; border-color: var(--ink); background: var(--surface); color: var(--ink); }
.crew-pay-copy-address:hover, .crew-pay-copy-address:focus-visible { border-color: var(--accent); background: var(--accent); color: var(--accent-ink); outline: none; }
.crew-pay-invoice { min-width: 0; display: grid; gap: 10px; padding: 14px; border: 2px solid var(--accent); background: var(--bg); }
.crew-pay-invoice[hidden] { display: none; }
.crew-pay-invoice > strong { font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.crew-pay-invoice-qr { justify-self: center; max-width: 320px; width: 100%; height: auto; padding: 8px; background: #fff; }
.crew-pay-invoice-value { display: block; min-width: 0; padding: 9px; overflow-x: auto; border: 1px solid var(--line); background: var(--surface); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .68rem; line-height: 1.4; white-space: nowrap; }
.crew-pay-invoice-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.crew-pay-wallet-link, .crew-pay-copy-invoice { min-height: 44px; }
.crew-pay-invoice-done { grid-column: 1 / -1; width: 100%; }
.crew-pay-copy-invoice { border-color: var(--ink); background: var(--surface); color: var(--ink); }
.crew-pay-status { min-height: 1.5em; margin: 0; color: var(--muted); font-size: .85rem; }
.crew-pay-status.is-success { position: fixed; top: 50%; left: 50%; z-index: 2; width: min(480px, calc(100vw - 48px)); max-height: calc(100dvh - 100px); overflow-y: auto; padding: clamp(22px, 5vw, 34px); border: 2px solid var(--ink); background: var(--accent); box-shadow: 0 0 0 100vmax rgba(5, 6, 6, .52), 8px 8px 0 var(--ink); color: var(--accent-ink); cursor: pointer; font-family: "Nodesignal Display", "Arial Narrow", sans-serif; font-size: clamp(1.55rem, 5vw, 2.2rem); font-weight: 800; line-height: 1.05; text-align: center; text-transform: uppercase; transform: translate(-50%, -50%); }
.crew-pay-status.is-unknown { padding: 14px; border: 2px solid var(--accent); color: var(--ink); font-weight: 700; }
.crew-pay-submit { width: 100%; }
.crew-pay-submit[hidden] { display: none; }
.crew-pay-submit:disabled { cursor: not-allowed; opacity: .68; }
.crew-pay-form > small { color: var(--muted); line-height: 1.45; }

.celebrate-overlay { position: fixed; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; }
.confetti-piece { position: absolute; top: -16px; border-radius: 2px; opacity: .92; will-change: transform; animation-name: confetti-fall; animation-timing-function: linear; animation-fill-mode: forwards; }
@keyframes confetti-fall {
  from { transform: translateY(0) rotate(0deg); }
  to { transform: translateY(108vh) rotate(900deg); }
}

@media (prefers-reduced-motion: reduce) {
  .confetti-piece { display: none; }
}


.community { position: relative; overflow: hidden; background: var(--surface-2); }
.community-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 10vw, 140px); align-items: start; }
.community-heading h2 { max-width: 760px; }
.community-copy { padding-top: 34px; border-top: 2px solid var(--ink); }
.community-copy p { max-width: 590px; color: var(--muted); }
.community-copy .community-lead { margin-top: 0; color: var(--ink); font-size: clamp(1.25rem, 2.2vw, 1.7rem); font-weight: 700; line-height: 1.35; }
.community-actions { display: flex; align-items: stretch; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
.community-button { margin-top: 0; gap: 8px; padding-inline: 14px; font-size: .82rem; white-space: nowrap; }
.community-signal { position: absolute; right: -190px; bottom: -310px; width: 610px; aspect-ratio: 1; opacity: .12; }
.community-signal i { position: absolute; border: 2px solid var(--ink); border-radius: 50%; }
.community-signal i:nth-child(1) { inset: 0; }
.community-signal i:nth-child(2) { inset: 75px; }
.community-signal i:nth-child(3) { inset: 150px; }

.listen { background: var(--dark); color: #f5f3ee; border: 0; }
.listen-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.listen .eyebrow { color: var(--accent-bright); }
.listen-heading { position: relative; }
.listen-stars { display: grid; justify-items: start; width: max-content; margin-top: 32px; }
.since-star { --star-shape: polygon(50% 0%,61% 17%,79% 5%,82% 27%,100% 25%,89% 45%,100% 61%,79% 66%,82% 89%,61% 78%,50% 100%,39% 78%,18% 89%,21% 66%,0 61%,11% 45%,0 25%,18% 27%,21% 5%,39% 17%); width: 118px; aspect-ratio: 1; display: grid; place-items: center; background: var(--accent); color: #050606; clip-path: var(--star-shape); transform: rotate(-8deg); }
.since-star span { font-family: "Nodesignal Display", "Arial Narrow", sans-serif; font-size: .85rem; font-weight: 800; letter-spacing: .08em; line-height: 1.05; text-align: center; text-transform: uppercase; transform: translateY(-6%) rotate(8deg); }
.since-star strong { display: block; font-size: 1.55rem; letter-spacing: normal; }
.mature-star { position: relative; width: 138px; margin-top: -18px; margin-left: 72px; transform: rotate(7deg); }
.mature-star span { position: absolute; top: 50%; left: 50%; width: 80%; font-size: .8rem; letter-spacing: .04em; line-height: .92; transform: translate(-46%, -64%) rotate(-7deg); }
.mature-star strong { margin-top: 3px; font-size: 1em; }
.listen-links { border-top: 1px solid #444; }
.listen-links a { display: flex; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid #444; font-weight: 700; text-decoration: none; }
.listen-links a:hover { color: var(--accent-bright); }
footer { padding: 28px 0; background: #050606; color: #9a9a96; font-size: .76rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; }
.footer-inner p { margin: 0; }

.sticky-audio { position: fixed; z-index: 100; right: 20px; bottom: 20px; width: min(520px, calc(100% - 40px)); padding: 16px 52px 14px 18px; background: var(--ink); color: var(--bg); box-shadow: var(--shadow); }
.sticky-audio audio { width: 100%; height: 36px; margin-top: 7px; }
.sticky-title { display: block; overflow: hidden; font-size: .8rem; font-weight: 800; white-space: nowrap; text-overflow: ellipsis; }
.sticky-close { position: absolute; top: 8px; right: 10px; width: 36px; height: 36px; border: 0; background: transparent; color: inherit; font-size: 1.5rem; cursor: pointer; }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
}

@media (max-width: 850px) {
  :root { --shell: min(100% - 30px, 680px); }
  .header-inner { gap: 8px; }
  .header-actions { gap: 6px; }
  .header-search-toggle, .theme-toggle, .menu-toggle { width: 44px; height: 44px; }
  .header-search-panel { position: fixed; top: 76px; right: 15px; left: 15px; width: auto; padding: 14px; }
  .header-search-results { max-height: 48vh; }
  .header-search-result { grid-template-columns: 52px minmax(0, 1fr) 18px; gap: 9px; }
  .brand { width: 165px; }
  .hero { min-height: auto; padding: 70px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(3.8rem, 15vw, 6.4rem); }
  .cover-stage { width: min(92%, 510px); justify-self: center; margin-top: 30px; }
  .latest-player { grid-template-columns: 150px 1fr; padding: 24px; }
  .latest-player > img { width: 150px; }
  .value-grid, .community-grid, .listen-inner { grid-template-columns: 1fr; gap: 55px; }
  .value::after { font-size: 18rem; }
}

@media (max-width: 620px) {
  .header-inner { min-height: 68px; }
  .brand { width: 132px; }
  .hero { padding-top: 58px; }
  h1 { font-size: clamp(3.5rem, 17.5vw, 5rem); hyphens: none; word-break: normal; overflow-wrap: normal; }
  .hero-lead { font-size: 1.05rem; }
  .hero-links { align-items: stretch; flex-direction: column; }
  .hero-links .button { width: 100%; }

  .cover-stage { width: 94%; margin-top: 12px; }
  .podcast-cover { width: 92%; }
  .next-badge { top: 12px; right: -2px; }
  .cover-note { left: -6px; bottom: 6px; max-width: min(330px, 96%); }
  .latest { padding-bottom: 75px; }
  .section-kicker { align-items: start; flex-direction: column; gap: 4px; }
  .latest-player { grid-template-columns: 1fr; padding: 20px; }
  .latest-player > img { width: min(100%, 260px); justify-self: center; }
  .latest-copy h2 { font-size: clamp(2rem, 10vw, 2.5rem); }
  .latest-actions { align-items: stretch; flex-direction: column; }
  .latest-actions .latest-boost-link { width: 100%; }
  .section { padding: 80px 0; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 38px; }
  .section-heading h2, .value h2, .community h2, .listen h2 { font-size: clamp(2.75rem, 14vw, 4.5rem); hyphens: none; word-break: normal; overflow-wrap: normal; }
  .community h2 { font-size: clamp(2.35rem, 11.5vw, 3.1rem); }
  .episode-row { grid-template-columns: 55px 1fr 48px; gap: 14px; min-height: 130px; }
  .episode-number { font-size: 2.1rem; }
  .episode-row > div:nth-child(2) p:not(.episode-type), .duration { display: none; }
  .episode-row h3 { font-size: 1.12rem; }
  .episode-discovery { grid-template-columns: auto 1fr auto; gap: 12px; }
  .episode-more-button, .archive-link { min-width: 104px; }
  .archive-search-link { width: 48px; min-width: 48px; }
  .episode-load-status { grid-column: 1 / -1; }
  .crew-grid { grid-template-columns: 1fr; }
  .crew-member, .crew-member:nth-child(even) { min-height: 0; padding: 24px 0; border-right: 0; }
  .cashu-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
  .cashu-card { max-height: calc(100dvh - 20px); grid-template-columns: 1fr; gap: 18px; padding: 22px 18px; box-shadow: 5px 5px 0 var(--accent); }
  .cashu-card > .eyebrow, .cashu-card > h2, .cashu-intro { grid-column: 1; }
  .cashu-card > h2 { font-size: clamp(2.1rem, 12vw, 3.1rem); }
  .cashu-request, .cashu-form { padding: 15px; }
  .cashu-request-qr { width: min(100%, 240px); }
  .crew-pay-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
  .crew-pay-card { max-height: calc(100dvh - 20px); padding: 22px 18px; box-shadow: 5px 5px 0 var(--accent); }
  .crew-pay-person { grid-template-columns: 52px minmax(0, 1fr); gap: 12px; padding-right: 36px; }
  .crew-pay-photo { width: 52px; height: 52px; }
  .crew-pay-card h2 { font-size: clamp(1.8rem, 9vw, 2.5rem); }
  .crew-pay-recipient { grid-template-columns: 1fr; }
  .crew-pay-recipient > span { grid-column: 1; }
  .crew-pay-recipient-copy { grid-column: 1; }
  .crew-pay-recipient-copy .copy-address-value { text-align: left; }
  .crew-pay-copy-address { min-height: 44px; }
  .crew-pay-invoice-actions { grid-template-columns: 1fr; }
  .crew-pay-copy-invoice { width: 100%; }
  .community-grid { gap: 38px; }
  .community-copy { padding-top: 26px; }
  .community-actions { flex-direction: column; }
  .community-button { width: 100%; }
  .listen-inner { gap: 40px; }
  .listen-stars { margin-top: 25px; }
  .since-star { width: 96px; }
  .mature-star { width: 116px; margin-top: -13px; margin-left: 54px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner > p:last-child { display: none; }
}

@media (max-width: 360px) {
  .brand { width: 88px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
