:root {
  color-scheme: dark;
  --ink: #111518;
  --muted: #5b6267;
  --paper: #f7f6f0;
  --white: #ffffff;
  --charcoal: #171a1d;
  --charcoal-soft: #20262a;
  --charcoal-deep: #101214;
  --text: #f5f7f4;
  --text-soft: rgba(255, 255, 255, 0.76);
  --text-muted: rgba(255, 255, 255, 0.58);
  --line: #d8dcd7;
  --line-dark: rgba(255, 255, 255, 0.14);
  --panel: rgba(255, 255, 255, 0.06);
  --panel-strong: rgba(255, 255, 255, 0.1);
  --teal: #0d6b6f;
  --coral: #d55f45;
  --ochre: #c99a2e;
  --blue: #2b4562;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --hover-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 8%, rgba(213, 95, 69, 0.16), transparent 32%),
    radial-gradient(circle at 14% 40%, rgba(13, 107, 111, 0.13), transparent 34%),
    linear-gradient(180deg, var(--charcoal-deep) 0%, var(--charcoal) 46%, #0d0f11 100%);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(13, 107, 111, 0.22);
  outline-offset: 3px;
}

img,
iframe {
  display: block;
  max-width: 100%;
}

button,
input,
select {
  font: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 14px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(23, 26, 29, 0.9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--charcoal);
  font-size: 0.82rem;
  font-weight: 700;
}

.brand-photo {
  overflow: hidden;
  padding: 2px;
}

.brand-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.2;
  color: var(--white);
}

.brand small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  line-height: 1.25;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-links {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.site-nav a,
.header-action {
  border-radius: 999px;
  padding: 9px 13px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
}

.site-nav a:hover,
.header-action:hover {
  background: rgba(255, 255, 255, 0.1);
}

.header-action {
  background: var(--white);
  color: var(--charcoal);
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 0;
  max-height: none;
  overflow: hidden;
  display: grid;
  align-items: start;
  padding: 96px max(24px, calc((100vw - var(--max)) / 2)) 30px;
  background:
    linear-gradient(135deg, rgba(43, 69, 98, 0.2), transparent 40%),
    var(--charcoal);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center top;
  opacity: 1;
  filter: contrast(1.04);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(23, 26, 29, 0.92) 0%, rgba(23, 26, 29, 0.76) 45%, rgba(23, 26, 29, 0.28) 72%, rgba(23, 26, 29, 0.06) 100%),
    linear-gradient(0deg, rgba(23, 26, 29, 0.3), rgba(23, 26, 29, 0.08));
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(120deg, transparent 0 46%, rgba(213, 95, 69, 0.18) 46% 47%, transparent 47% 100%);
  background-size: 46px 46px, 46px 46px, 210px 210px;
  opacity: 0.26;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 76vw);
  color: var(--white);
}

.eyebrow,
.card-kicker,
.fallback-label {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #d8b45d;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.9rem;
  line-height: 0.96;
  font-weight: 700;
}

.hero-summary {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.22rem;
}

.hero-explorer {
  width: 100%;
  margin-top: 34px;
}

.hero-format-grid {
  display: grid;
  grid-template-columns: repeat(var(--hero-format-count, 3), minmax(0, 1fr));
  align-items: stretch;
  width: 100%;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hero-format-grid::-webkit-scrollbar {
  display: none;
}

.hero-format-field {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  min-height: 88px;
  height: 88px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07)),
    rgba(32, 38, 42, 0.82);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
  color: var(--white);
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hero-format-field::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--coral), var(--ochre));
  opacity: 0.9;
}

.hero-format-field:hover,
.hero-format-field:focus-within {
  border-color: rgba(184, 240, 229, 0.58);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.26),
    0 0 0 3px rgba(184, 240, 229, 0.12);
  transform: translateY(-2px);
}

.hero-format-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 900;
}

.hero-format-label .format-icon {
  flex-basis: 24px;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
}

.format-emoji {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.08) 40%, rgba(255, 255, 255, 0.02) 70%),
    rgba(255, 255, 255, 0.13);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -8px 14px rgba(0, 0, 0, 0.2),
    0 10px 20px rgba(0, 0, 0, 0.24);
  font-size: 1.22rem;
  line-height: 1;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.28);
  transform-origin: center;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.hero-format-field:hover .format-emoji,
.hero-format-field:focus-visible .format-emoji {
  animation: emoji-pop 520ms ease both;
  filter: saturate(1.18) brightness(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -8px 14px rgba(0, 0, 0, 0.18),
    0 14px 24px rgba(0, 0, 0, 0.28);
}

.hero-format-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  min-width: 0;
  margin-top: 8px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 800;
}

.hero-format-field:hover .hero-format-action,
.hero-format-field:focus-visible .hero-format-action {
  color: #b8f0e5;
}

@keyframes emoji-pop {
  0% {
    transform: translateY(0) rotate(0deg) scale(1);
  }

  42% {
    transform: translateY(-5px) rotate(-8deg) scale(1.14);
  }

  72% {
    transform: translateY(1px) rotate(5deg) scale(0.98);
  }

  100% {
    transform: translateY(0) rotate(0deg) scale(1.06);
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 11px 18px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
}

.button-primary {
  background: var(--coral);
  color: var(--white);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
}

.button:hover,
.social-tab:hover {
  transform: translateY(-1px);
}

.section {
  position: relative;
  padding: 82px max(24px, calc((100vw - var(--max)) / 2));
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(24px, calc((100vw - var(--max)) / 2));
  right: max(24px, calc((100vw - var(--max)) / 2));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17, 21, 24, 0.22), transparent);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto 30px;
}

.section-heading h2,
.newsletter-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.8rem;
  line-height: 1.04;
}

.about-section {
  padding-bottom: 32px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f9faf6 100%),
    var(--white);
}

.about-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  max-width: var(--max);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 46px rgba(17, 21, 24, 0.1);
}

.about-portrait {
  position: relative;
  min-height: 0;
  height: 320px;
  max-height: 320px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 21, 24, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(13, 107, 111, 0.2), rgba(213, 95, 69, 0.18)),
    #182024;
  box-shadow: var(--shadow);
}

.about-portrait::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: calc(var(--radius) - 2px);
  pointer-events: none;
}

.about-portrait::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -12%;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(213, 95, 69, 0.52), rgba(213, 95, 69, 0));
  filter: blur(2px);
}

.about-portrait img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  object-position: center 28%;
}

.profile-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  color: var(--white);
}

.profile-placeholder span {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  font-size: 1.8rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.profile-placeholder small {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
  text-transform: uppercase;
}

.about-copy {
  min-width: 0;
  align-self: center;
}

.about-copy h2 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  line-height: 1.04;
}

.about-lede {
  max-width: 900px;
  margin: 16px 0 0;
  color: #343b40;
  font-size: 1rem;
  line-height: 1.66;
}

.about-lede p {
  margin: 0 0 12px;
}

.about-lede p:first-child {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.6;
}

.about-lede p:last-child {
  margin-bottom: 0;
}

.about-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.about-role-card {
  min-height: 116px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(17, 21, 24, 0.08);
}

.about-role-card span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-role-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.featured-grid,
.archive-grid,
.feeds-layout {
  display: grid;
  max-width: var(--max);
  margin: 0 auto;
  gap: 18px;
}

.feature-card,
.archive-card,
.feed-panel,
.newsletter-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.feature-card:hover,
.archive-card:hover {
  border-color: rgba(13, 107, 111, 0.28);
  box-shadow: var(--hover-shadow);
  transform: translateY(-3px);
}

.feature-card h3,
.archive-card h3,
.feed-panel h3 {
  margin: 0;
  line-height: 1.12;
}

.feature-card p,
.archive-card p,
.feed-fallback p {
  color: var(--muted);
}

.topic-row a,
.feed-fallback a {
  margin-top: auto;
  color: var(--teal);
  font-weight: 800;
}

.topic-row a,
.feed-fallback a,
.footer-links a {
  transition: color 160ms ease, opacity 160ms ease;
}

.topic-row a:hover,
.feed-fallback a:hover,
.footer-links a:hover {
  color: var(--coral);
}

.feature-band {
  background:
    linear-gradient(180deg, #eef1ec 0%, #e4e8e2 100%),
    #e9ece7;
}

.featured-grid {
  grid-template-columns: 1.15fr 0.85fr;
}

.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 242px;
  padding: 26px;
}

.feature-card > * {
  position: relative;
  z-index: 1;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--teal), var(--coral), var(--ochre));
  opacity: 0.85;
  z-index: 0;
}

.feature-card-large {
  grid-row: span 2;
  min-height: 502px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(0deg, rgba(17, 21, 24, 0.18), rgba(17, 21, 24, 0)),
    linear-gradient(135deg, rgba(13, 107, 111, 0.92), rgba(43, 69, 98, 0.92)),
    var(--blue);
  color: var(--white);
}

.feature-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(17, 21, 24, 0.18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}

.feature-card-large .feature-number {
  color: rgba(255, 255, 255, 0.2);
}

.feature-card-large p,
.feature-card-large .meta-row,
.feature-card-large .topic-row span {
  color: rgba(255, 255, 255, 0.78);
}

.feature-card-large .format-marker {
  color: rgba(255, 255, 255, 0.88);
}

.feature-card-large .format-icon {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
}

.feature-card-large .topic-row a {
  color: #b8f0e5;
}

.meta-row,
.topic-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.meta-row {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.format-marker {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
  color: var(--ink);
}

.format-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(13, 107, 111, 0.11);
  border: 1px solid rgba(13, 107, 111, 0.24);
}

.format-icon::before,
.format-icon::after {
  content: "";
  position: absolute;
}

.format-essay .format-icon::before,
.format-newsletter .format-icon::before,
.format-written .format-icon::before {
  left: 8px;
  top: 9px;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: var(--teal);
  box-shadow: 0 5px 0 var(--teal), 0 10px 0 var(--teal);
}

.format-video .format-icon::before {
  left: 10px;
  top: 7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid var(--coral);
}

.format-podcast .format-icon::before {
  left: 7px;
  top: 8px;
  width: 3px;
  height: 12px;
  border-radius: 3px;
  background: var(--teal);
  box-shadow: 6px -3px 0 var(--teal), 12px 2px 0 var(--teal);
}

.format-audio .format-icon::before {
  left: 7px;
  top: 8px;
  width: 3px;
  height: 12px;
  border-radius: 3px;
  background: var(--teal);
  box-shadow: 6px -3px 0 var(--teal), 12px 2px 0 var(--teal);
}

.format-project .format-icon::before {
  left: 7px;
  top: 7px;
  width: 5px;
  height: 5px;
  background: var(--ochre);
  box-shadow: 9px 0 0 var(--ochre), 0 9px 0 var(--ochre), 9px 9px 0 var(--ochre);
}

.format-talk .format-icon::before {
  left: 11px;
  top: 6px;
  width: 6px;
  height: 12px;
  border-radius: 6px;
  background: var(--coral);
}

.format-talk .format-icon::after {
  left: 8px;
  top: 18px;
  width: 12px;
  height: 5px;
  border-bottom: 2px solid var(--coral);
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}

.topic-row {
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.9rem;
}

.archive-section {
  background:
    linear-gradient(180deg, #f7f6f0 0%, #f0f1eb 100%),
    var(--paper);
}

.archive-count {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 8px 13px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
}

.archive-tools {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) repeat(3, minmax(150px, auto));
  align-items: center;
  gap: 14px;
  max-width: var(--max);
  margin: 0 auto 22px;
}

.search-field,
.select-field {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
}

.search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
}

.search-field svg {
  width: 20px;
  height: 20px;
  fill: var(--muted);
}

.search-field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

.social-tab {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  white-space: nowrap;
}

.social-tab.is-active {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--white);
}

.select-field {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  color: var(--muted);
  font-weight: 800;
  white-space: nowrap;
}

.select-field select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 800;
  min-width: 0;
}

.archive-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.archive-card {
  min-height: 222px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.archive-card h3 {
  font-size: 1.15rem;
}

.empty-state {
  grid-column: 1 / -1;
  min-height: 180px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--muted);
}

.feeds-section {
  background: var(--white);
}

.feeds-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.feed-panel {
  min-height: 620px;
  padding: 24px;
  overflow: hidden;
}

.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.channel-pill {
  border-radius: 999px;
  padding: 7px 11px;
  background: #f2e3dd;
  color: #8d3628;
  font-size: 0.8rem;
  font-weight: 800;
}

.video-embed {
  aspect-ratio: 16 / 9;
  width: 100%;
  min-height: 320px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #0e1114;
}

.video-embed iframe,
.social-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.feed-fallback {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(17, 21, 24, 0.92), rgba(43, 69, 98, 0.84)),
    var(--ink);
  color: var(--white);
}

.feed-fallback p {
  color: rgba(255, 255, 255, 0.76);
}

.feed-fallback h4 {
  margin: 0;
  font-size: 1.5rem;
}

.feed-fallback a {
  color: #b8f0e5;
}

.feed-fallback.compact {
  min-height: 410px;
  border-radius: var(--radius);
}

.social-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.social-frame {
  display: none;
  height: 540px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.social-frame.is-active {
  display: block;
}

.newsletter-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 44px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(13, 107, 111, 0.12), rgba(213, 95, 69, 0.12)),
    var(--paper);
}

.homepage-newsletter {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(213, 95, 69, 0.24), transparent 34%),
    linear-gradient(135deg, #171a1d 0%, #20262a 58%, #101214 100%);
  color: var(--white);
}

.homepage-newsletter::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}

.homepage-newsletter .eyebrow {
  color: #d8b45d;
}

.homepage-newsletter .newsletter-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.newsletter-copy {
  max-width: 620px;
  justify-self: end;
}

.newsletter-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.newsletter-card {
  width: min(100%, 480px);
  padding: 28px;
  box-shadow: var(--shadow);
}

.fantasy-field-notes-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04)),
    rgba(12, 14, 16, 0.88);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.fantasy-field-notes-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--coral), #d8b45d);
}

.newsletter-logo {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  margin-bottom: 18px;
  background: #070809;
}

.fantasy-field-notes-card .signup-form label {
  color: rgba(255, 255, 255, 0.8);
}

.fantasy-field-notes-card .signup-form input {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.fantasy-field-notes-card .signup-form input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.fantasy-field-notes-card .signup-form input:focus {
  border-color: rgba(184, 240, 229, 0.58);
  outline-color: rgba(184, 240, 229, 0.14);
}

.fantasy-field-notes-card .form-note {
  color: rgba(255, 255, 255, 0.62);
}

.signup-form {
  display: grid;
  gap: 14px;
}

.signup-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 800;
}

.signup-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 14px;
  background: var(--paper);
  color: var(--ink);
}

.signup-form input:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(13, 107, 111, 0.14);
}

.signup-form .button {
  width: 100%;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer-links a {
  color: var(--white);
  font-weight: 800;
}

body.format-page {
  background: var(--charcoal);
  color: var(--white);
}

.format-landing {
  position: relative;
  display: grid;
  min-height: calc(100vh - 76px);
  align-items: center;
  overflow: hidden;
  padding: 92px max(24px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(135deg, rgba(43, 69, 98, 0.16), transparent 46%),
    var(--charcoal);
}

.format-landing-image,
.format-landing-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.format-landing-image {
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.96);
}

.format-landing-written .format-landing-image {
  object-position: center center;
}

.format-landing-video .format-landing-image {
  object-position: 62% center;
}

.format-landing-audio .format-landing-image {
  object-position: 58% center;
}

.format-landing-overlay {
  background:
    linear-gradient(90deg, rgba(23, 26, 29, 0.96) 0%, rgba(23, 26, 29, 0.78) 44%, rgba(23, 26, 29, 0.34) 72%, rgba(23, 26, 29, 0.12) 100%),
    linear-gradient(0deg, rgba(23, 26, 29, 0.42), rgba(23, 26, 29, 0.08));
}

.format-landing::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(120deg, transparent 0 48%, rgba(216, 180, 93, 0.16) 48% 49%, transparent 49% 100%);
  background-size: 48px 48px, 48px 48px, 240px 240px;
  opacity: 0.26;
  pointer-events: none;
}

.format-landing::before {
  content: "";
  position: absolute;
  right: max(28px, calc((100vw - var(--max)) / 2));
  bottom: 42px;
  z-index: 1;
  width: min(260px, 28vw);
  height: 78px;
  border-top: 1px solid rgba(216, 180, 93, 0.32);
  border-bottom: 1px solid rgba(216, 180, 93, 0.16);
  background:
    linear-gradient(90deg, transparent 0 9%, rgba(216, 180, 93, 0.56) 9% 10%, transparent 10% 18%),
    linear-gradient(90deg, transparent 0 22%, rgba(184, 240, 229, 0.48) 22% 23%, transparent 23% 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent);
  opacity: 0.72;
}

.format-landing-written::before {
  width: min(300px, 30vw);
  height: 112px;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 18px),
    linear-gradient(90deg, rgba(216, 180, 93, 0.28), transparent);
}

.format-landing-video::before {
  width: 104px;
  height: 104px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 38%, rgba(255, 255, 255, 0.82) 38% 45%, transparent 45%),
    radial-gradient(circle, rgba(213, 95, 69, 0.34), rgba(213, 95, 69, 0.02) 68%);
  clip-path: polygon(34% 25%, 34% 75%, 75% 50%);
}

.format-landing-audio::before {
  background:
    linear-gradient(90deg, transparent 0 6%, rgba(184, 240, 229, 0.62) 6% 7%, transparent 7% 13%),
    linear-gradient(90deg, transparent 0 18%, rgba(216, 180, 93, 0.5) 18% 19%, transparent 19% 27%),
    linear-gradient(90deg, transparent 0 32%, rgba(184, 240, 229, 0.72) 32% 33%, transparent 33% 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09), transparent);
}

.format-landing-content {
  position: relative;
  z-index: 2;
  width: min(670px, 72vw);
}

.format-landing .eyebrow {
  color: #d8b45d;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.format-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 8px 13px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 800;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.format-back-link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  transform: translateY(-1px);
}

.format-landing h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.2rem, 9vw, 8.7rem);
  line-height: 0.9;
}

.format-summary {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.24rem;
  line-height: 1.55;
}

.format-peer-nav {
  margin-top: 34px;
}

.format-peer-nav .hero-format-grid {
  max-width: 620px;
}

.format-peer-nav .hero-format-field[aria-current="page"] {
  border-color: rgba(216, 180, 93, 0.64);
  background:
    linear-gradient(135deg, rgba(216, 180, 93, 0.2), rgba(255, 255, 255, 0.08)),
    rgba(32, 38, 42, 0.86);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    0 0 0 3px rgba(216, 180, 93, 0.1);
}

.format-peer-nav .hero-format-field[aria-current="page"] .hero-format-action {
  color: #d8b45d;
}

.format-feed-section {
  background:
    linear-gradient(180deg, #171a1d 0%, #20262a 100%),
    var(--charcoal);
  color: var(--white);
}

.format-feed-section::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}

.format-feed-shell {
  max-width: var(--max);
  margin: 0 auto;
}

.format-feed-section .section-heading {
  max-width: none;
}

.format-feed-section .section-heading h2 {
  color: var(--white);
}

.format-feed-section .feed-panel {
  min-height: 0;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04)),
    rgba(15, 18, 21, 0.84);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.format-feed-section .panel-heading h3 {
  color: var(--white);
}

.format-feed-section .video-embed {
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.youtube-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.youtube-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.youtube-card:hover,
.youtube-card:focus-visible {
  border-color: rgba(184, 240, 229, 0.48);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.26),
    0 0 0 3px rgba(184, 240, 229, 0.09);
  transform: translateY(-2px);
}

.youtube-card-featured {
  grid-column: span 2;
}

.youtube-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #080b0d;
}

.youtube-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.44) 100%),
    radial-gradient(circle at 18% 18%, rgba(213, 95, 69, 0.28), transparent 36%);
  pointer-events: none;
}

.youtube-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease, filter 240ms ease;
}

.youtube-card:hover .youtube-thumb img,
.youtube-card:focus-visible .youtube-thumb img {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.04);
}

.youtube-play-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(23, 26, 29, 0.76);
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.youtube-card-copy {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 14px;
}

.youtube-card-meta {
  color: #d8b45d;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.youtube-card strong {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.25;
}

.youtube-card-link {
  align-self: end;
  color: #b8f0e5;
  font-size: 0.84rem;
  font-weight: 900;
}

.youtube-card-featured .youtube-card-copy {
  padding: 18px;
}

.youtube-card-featured strong {
  font-size: 1.34rem;
  line-height: 1.18;
}

.youtube-feed-panel {
  max-width: none;
}

.youtube-feed-loading {
  display: grid;
  grid-column: 1 / -1;
  min-height: 190px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

/* Shared charcoal system surrounding the hero imagery. */
.brand-mark,
.header-action {
  border: 1px solid var(--line-dark);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.08);
  color: var(--white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.header-action:hover {
  background:
    linear-gradient(135deg, rgba(213, 95, 69, 0.26), rgba(255, 255, 255, 0.09)),
    rgba(255, 255, 255, 0.1);
}

.section::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}

.section-heading h2,
.newsletter-copy h2,
.about-copy h2 {
  color: var(--text);
}

.about-section,
.feature-band,
.archive-section,
.feeds-section,
.newsletter-section:not(.homepage-newsletter) {
  background:
    radial-gradient(circle at 78% 10%, rgba(213, 95, 69, 0.14), transparent 32%),
    radial-gradient(circle at 12% 92%, rgba(13, 107, 111, 0.12), transparent 34%),
    linear-gradient(180deg, var(--charcoal) 0%, var(--charcoal-soft) 58%, var(--charcoal-deep) 100%);
  color: var(--text);
}

.about-layout {
  border-color: var(--line-dark);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(14, 17, 20, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.about-portrait {
  border-color: var(--line-dark);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.about-lede,
.about-lede p:first-child,
.newsletter-copy p:not(.eyebrow) {
  color: var(--text-soft);
}

.about-role-card,
.feature-card:not(.feature-card-large),
.archive-card,
.feed-panel,
.newsletter-card:not(.fantasy-field-notes-card) {
  border-color: var(--line-dark);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.04)),
    rgba(12, 14, 16, 0.78);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  color: var(--text);
}

.feature-card:not(.feature-card-large):hover,
.archive-card:hover {
  border-color: rgba(184, 240, 229, 0.44);
  box-shadow:
    var(--hover-shadow),
    0 0 0 3px rgba(184, 240, 229, 0.08);
}

.about-role-card p,
.feature-card p,
.archive-card p,
.feed-fallback p,
.topic-row,
.meta-row,
.empty-state,
.form-note,
.signup-form label {
  color: var(--text-muted);
}

.feature-number {
  color: rgba(255, 255, 255, 0.13);
}

.format-marker,
.archive-card h3,
.feature-card h3,
.feed-panel h3 {
  color: var(--text);
}

.format-icon {
  background: rgba(255, 255, 255, 0.09);
  border-color: var(--line-dark);
}

.archive-count {
  background:
    linear-gradient(135deg, rgba(216, 180, 93, 0.24), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.07);
  color: #f3df9a;
}

.search-field,
.select-field,
.social-tab,
.social-frame {
  border-color: var(--line-dark);
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.search-field svg {
  fill: var(--text-muted);
}

.search-field input,
.select-field select {
  color: var(--text);
}

.search-field input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.select-field {
  color: var(--text-muted);
}

.select-field select option {
  background: var(--charcoal);
  color: var(--text);
}

.social-tab.is-active {
  border-color: rgba(184, 240, 229, 0.58);
  background:
    linear-gradient(135deg, rgba(13, 107, 111, 0.9), rgba(10, 85, 88, 0.9));
  color: var(--white);
}

.channel-pill {
  background: rgba(213, 95, 69, 0.16);
  color: #ffb59f;
}

.signup-form input {
  border-color: var(--line-dark);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.signup-form input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.signup-form input:focus {
  border-color: rgba(184, 240, 229, 0.58);
  outline-color: rgba(184, 240, 229, 0.14);
}

.homepage-newsletter {
  background:
    radial-gradient(circle at 82% 20%, rgba(213, 95, 69, 0.24), transparent 34%),
    linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-soft) 58%, var(--charcoal-deep) 100%);
}

.site-footer {
  background:
    linear-gradient(180deg, #101214 0%, #090a0b 100%),
    var(--charcoal-deep);
  border-top: 1px solid var(--line-dark);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero h1 {
    font-size: 3.7rem;
  }

  .hero-format-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-layout,
  .archive-grid,
  .feeds-layout,
  .newsletter-section {
    grid-template-columns: 1fr;
  }

  .about-portrait {
    height: 260px;
    max-height: 260px;
  }

  .about-portrait img {
    min-height: 260px;
  }

  .about-role-grid {
    grid-template-columns: 1fr;
  }

  .featured-grid {
    grid-template-columns: 1fr;
  }

  .feature-card-large {
    min-height: 360px;
  }

  .archive-tools {
    grid-template-columns: 1fr;
  }

  .newsletter-copy {
    justify-self: start;
  }

  .format-landing {
    min-height: calc(100vh - 66px);
    padding: 78px 24px;
  }

  .format-landing-video .format-landing-image {
    object-position: 68% center;
  }

  .format-landing-content {
    width: min(680px, 88vw);
  }

  .youtube-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .youtube-card-featured {
    grid-column: span 2;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 66px;
    padding: 10px 16px;
  }

  .brand small,
  .header-action {
    display: none;
  }

  .hero {
    min-height: 0;
    max-height: none;
    padding: 68px 18px 28px;
  }

  .hero-image {
    object-position: 88% top;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(23, 26, 29, 0.96), rgba(23, 26, 29, 0.82)),
      linear-gradient(0deg, rgba(23, 26, 29, 0.72), rgba(23, 26, 29, 0.36));
  }

  .hero h1 {
    font-size: 2.75rem;
  }

  .hero-content {
    width: 100%;
  }

  .hero-summary {
    font-size: 1.05rem;
  }

  .format-landing-video .format-landing-image {
    object-position: 74% center;
  }

  .hero-explorer {
    margin-top: 26px;
  }

  .hero-format-grid {
    grid-template-columns: 1fr;
  }

  .hero-format-field {
    height: 96px;
    min-height: 96px;
    padding: 16px 12px 12px;
  }

  .section {
    padding: 60px 18px;
  }

  .section-heading {
    display: block;
  }

  .section-heading .button {
    margin-top: 18px;
  }

  .section-heading h2,
  .about-copy h2,
  .newsletter-copy h2 {
    font-size: 2.15rem;
  }

  .feature-card,
  .archive-card,
  .feed-panel,
  .newsletter-card {
    padding: 20px;
  }

  .about-portrait {
    height: 220px;
    max-height: 220px;
  }

  .about-portrait img {
    min-height: 220px;
  }

  .about-lede {
    font-size: 1.02rem;
  }

  .video-embed {
    min-height: 220px;
  }

  .youtube-video-grid {
    grid-template-columns: 1fr;
  }

  .youtube-card-featured {
    grid-column: auto;
  }

  .youtube-card-featured strong {
    font-size: 1.08rem;
  }

  .feed-panel {
    min-height: auto;
  }

  .social-frame {
    height: 460px;
  }

  .site-footer {
    display: grid;
    padding: 28px 18px;
  }

  .footer-links {
    justify-content: start;
  }

  .format-landing {
    min-height: calc(100vh - 66px);
    align-items: end;
    padding: 76px 18px 42px;
  }

  .format-landing-overlay {
    background:
      linear-gradient(90deg, rgba(23, 26, 29, 0.9), rgba(23, 26, 29, 0.72)),
      linear-gradient(0deg, rgba(23, 26, 29, 0.92), rgba(23, 26, 29, 0.22));
  }

  .format-landing-content {
    width: 100%;
  }

  .format-landing h1 {
    font-size: 3.8rem;
  }

  .format-summary {
    font-size: 1.04rem;
  }

  .format-peer-nav .hero-format-grid {
    grid-template-columns: 1fr;
    max-width: none;
  }
}
