/* bio/acc — monochrome editorial */

:root {
  --bg: #0a0a0a;
  --bg-elev: #111111;
  --line: #1f1f1f;
  --line-hover: #2a2a2a;
  --ink: #f5f3ee; /* warm off-white, echoes the cover */
  --ink-dim: #a8a6a1;
  --ink-faint: #6d6b66;
  --accent: #f5f3ee;
  --serif: "Fraunces", "Iowan Old Style", "Palatino", "Georgia", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --maxw: 1180px;
  --pad: clamp(20px, 5vw, 48px);
}

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01" on, "cv11" on;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
a:hover { opacity: 0.7; }

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

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

/* ---------- NAV ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px var(--pad);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(10, 10, 10, 0.72);
  border-bottom: 1px solid var(--line);
}

.nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  border: 1.5px solid var(--ink);
  border-radius: 3px;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1;
  background: var(--bg);
  position: relative;
}
.brand-mark__b { transform: translate(-1px, 1px); }
.brand-mark__slash { display: none; }

.brand-word {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.brand-slash {
  font-style: italic;
  font-weight: 400;
  opacity: 0.7;
  margin: 0 1px;
}

.nav__links {
  display: flex;
  gap: 28px;
  font-size: 14px;
  color: var(--ink-dim);
}
.nav__links a { position: relative; }
.nav__links a:hover { color: var(--ink); opacity: 1; }

@media (max-width: 640px) {
  .nav__links { display: none; }
}

/* ---------- HERO ---------- */
.hero {
  padding: clamp(36px, 5vw, 64px) var(--pad) clamp(32px, 4.5vw, 56px);
  border-bottom: 1px solid var(--line);
  max-width: var(--maxw);
  margin: 0 auto;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__art { order: -1; max-width: 240px; margin: 0 auto; }
}

.hero__kicker {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin: 0 0 14px;
  font-weight: 500;
}

.hero__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(32px, 4.8vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  color: var(--ink);
  font-feature-settings: "ss01" on;
}

.serif-italic {
  font-style: italic;
  font-weight: 400;
  color: var(--ink);
}

.hero__lede {
  font-size: clamp(15px, 1.2vw, 17px);
  color: var(--ink-dim);
  max-width: 48ch;
  margin: 0 0 24px;
  line-height: 1.6;
}

.hero__art {
  display: flex;
  justify-content: center;
}
.hero__art img {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 24px 60px -24px rgba(0, 0, 0, 0.8), 0 0 0 1px var(--line);
}

/* ---------- LISTEN PILLS ---------- */
.listen-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.listen-row--center { justify-content: center; }

.listen {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: all 0.18s ease;
}
.listen:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--bg);
  opacity: 1;
}
.listen::before {
  content: "";
  display: inline-block;
  width: 14px; height: 14px;
  margin-right: 8px;
  background: currentColor;
  -webkit-mask: no-repeat center / contain;
  mask: no-repeat center / contain;
}
.listen--spotify::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm4.6 14.5a.63.63 0 0 1-.87.21c-2.38-1.45-5.38-1.78-8.9-.97a.63.63 0 1 1-.28-1.22c3.86-.89 7.17-.51 9.84 1.12.3.18.4.58.21.86Zm1.23-2.74a.78.78 0 0 1-1.08.26c-2.73-1.67-6.88-2.16-10.1-1.17a.78.78 0 1 1-.46-1.5c3.69-1.13 8.26-.58 11.39 1.32.37.23.49.72.25 1.09Zm.1-2.85C14.6 9 8.5 8.8 5.3 9.77a.94.94 0 1 1-.55-1.8c3.68-1.12 10.4-.9 14.23 1.38a.94.94 0 1 1-.96 1.62Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm4.6 14.5a.63.63 0 0 1-.87.21c-2.38-1.45-5.38-1.78-8.9-.97a.63.63 0 1 1-.28-1.22c3.86-.89 7.17-.51 9.84 1.12.3.18.4.58.21.86Zm1.23-2.74a.78.78 0 0 1-1.08.26c-2.73-1.67-6.88-2.16-10.1-1.17a.78.78 0 1 1-.46-1.5c3.69-1.13 8.26-.58 11.39 1.32.37.23.49.72.25 1.09Zm.1-2.85C14.6 9 8.5 8.8 5.3 9.77a.94.94 0 1 1-.55-1.8c3.68-1.12 10.4-.9 14.23 1.38a.94.94 0 1 1-.96 1.62Z'/%3E%3C/svg%3E"); }
.listen--apple::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm0 3a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm0 13.5c-2.5 0-4.5-2-4.5-4.5 0-1.4.9-2.6 2.2-3a3.5 3.5 0 1 0 4.6 0c1.3.4 2.2 1.6 2.2 3 0 2.5-2 4.5-4.5 4.5Zm0-6.5a1 1 0 0 0-1 1v2a1 1 0 1 0 2 0v-2a1 1 0 0 0-1-1Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm0 3a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm0 13.5c-2.5 0-4.5-2-4.5-4.5 0-1.4.9-2.6 2.2-3a3.5 3.5 0 1 0 4.6 0c1.3.4 2.2 1.6 2.2 3 0 2.5-2 4.5-4.5 4.5Zm0-6.5a1 1 0 0 0-1 1v2a1 1 0 1 0 2 0v-2a1 1 0 0 0-1-1Z'/%3E%3C/svg%3E"); }
.listen--yt::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.58 7.19a2.5 2.5 0 0 0-1.76-1.77C18.26 5 12 5 12 5s-6.26 0-7.82.42A2.5 2.5 0 0 0 2.42 7.2 26 26 0 0 0 2 12a26 26 0 0 0 .42 4.81 2.5 2.5 0 0 0 1.76 1.77C5.74 19 12 19 12 19s6.26 0 7.82-.42a2.5 2.5 0 0 0 1.76-1.77A26 26 0 0 0 22 12a26 26 0 0 0-.42-4.81ZM10 15V9l5.2 3L10 15Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.58 7.19a2.5 2.5 0 0 0-1.76-1.77C18.26 5 12 5 12 5s-6.26 0-7.82.42A2.5 2.5 0 0 0 2.42 7.2 26 26 0 0 0 2 12a26 26 0 0 0 .42 4.81 2.5 2.5 0 0 0 1.76 1.77C5.74 19 12 19 12 19s6.26 0 7.82-.42a2.5 2.5 0 0 0 1.76-1.77A26 26 0 0 0 22 12a26 26 0 0 0-.42-4.81ZM10 15V9l5.2 3L10 15Z'/%3E%3C/svg%3E"); }
.listen--amazon::before,
.listen--iheart::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm-2 14.5V7.5l7 4.5-7 4.5Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm-2 14.5V7.5l7 4.5-7 4.5Z'/%3E%3C/svg%3E"); }
.listen--rss::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 17a2 2 0 1 1 0-4 2 2 0 0 1 0 4ZM4 11.5A8.5 8.5 0 0 1 12.5 20h-2A6.5 6.5 0 0 0 4 13.5v-2ZM4 6a14 14 0 0 1 14 14h-2A12 12 0 0 0 4 8V6Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 17a2 2 0 1 1 0-4 2 2 0 0 1 0 4ZM4 11.5A8.5 8.5 0 0 1 12.5 20h-2A6.5 6.5 0 0 0 4 13.5v-2ZM4 6a14 14 0 0 1 14 14h-2A12 12 0 0 0 4 8V6Z'/%3E%3C/svg%3E"); }

/* ---------- SECTIONS ---------- */
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 600;
  margin: 0 0 20px;
}

.h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
  color: var(--ink);
}

/* FEATURED */
.featured {
  padding: clamp(56px, 7vw, 96px) var(--pad);
  border-bottom: 1px solid var(--line);
}
.featured__inner {
  max-width: 860px;
  margin: 0 auto;
}
.featured__embed {
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-elev);
  min-height: 232px;
  border: 1px solid var(--line);
}
.featured__embed iframe { display: block; }
.featured__caption {
  margin-top: 16px;
  font-size: 14px;
  color: var(--ink-dim);
  text-align: center;
}

/* ABOUT */
.about {
  padding: clamp(72px, 10vw, 128px) var(--pad);
  border-bottom: 1px solid var(--line);
}
.about__inner {
  max-width: var(--maxw);
  margin: 0 auto;
}
.about__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  margin-top: 12px;
}
@media (max-width: 760px) {
  .about__cols { grid-template-columns: 1fr; }
}
.about__col p {
  font-size: 18px;
  color: var(--ink-dim);
  line-height: 1.7;
  margin: 0 0 18px;
  max-width: 46ch;
}
.about__col p strong { color: var(--ink); font-weight: 600; }
.about__col p em { font-family: var(--serif); font-style: italic; color: var(--ink); font-size: 19px; }
.about__meta {
  font-size: 13px !important;
  color: var(--ink-faint) !important;
  letter-spacing: 0.02em;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  margin-top: 28px !important;
}

.host-photo {
  margin: 32px 0 0;
  padding: 0;
}
.host-photo img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.7), 0 0 0 1px var(--line);
}
.host-photo figcaption {
  margin-top: 12px;
  max-width: 320px;
  font-size: 13px;
  color: var(--ink-faint);
  letter-spacing: 0.01em;
  font-style: italic;
  font-family: var(--serif);
}

/* GUESTS */
.guests {
  padding: clamp(72px, 10vw, 128px) var(--pad);
  border-bottom: 1px solid var(--line);
}
.guests__inner {
  max-width: var(--maxw);
  margin: 0 auto;
}
.guests__list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
}
.guests__list li {
  padding: 20px 4px;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.guests__list strong {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 22px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.guests__list span {
  color: var(--ink-faint);
  font-size: 13px;
  letter-spacing: 0.02em;
}

/* EPISODES */
.episodes {
  padding: clamp(72px, 10vw, 128px) var(--pad);
  border-bottom: 1px solid var(--line);
}
.episodes__inner {
  max-width: var(--maxw);
  margin: 0 auto;
}
.episodes__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 720px) {
  .episodes__head { flex-direction: column; align-items: stretch; }
}
.episodes__controls {
  display: flex;
  align-items: center;
  gap: 14px;
}
.search {
  display: inline-flex;
  align-items: center;
}
.search input {
  appearance: none;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-family: inherit;
  font-size: 14px;
  padding: 10px 18px;
  min-width: 280px;
  transition: border-color 0.18s ease;
}
.search input::placeholder { color: var(--ink-faint); }
.search input:focus {
  outline: none;
  border-color: var(--ink);
}
.episodes__count {
  font-size: 13px;
  color: var(--ink-faint);
  letter-spacing: 0.02em;
}

.episodes__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}
.episode {
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: clamp(16px, 3vw, 40px);
  align-items: start;
  transition: background 0.2s ease;
}
.episode:hover { background: rgba(255, 255, 255, 0.015); }

@media (max-width: 820px) {
  .episode { grid-template-columns: 1fr; gap: 12px; }
}

.episode__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--ink-faint);
  font-size: 12.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 6px;
}
.episode__num { color: var(--ink); font-weight: 600; }

@media (max-width: 820px) {
  .episode__meta { flex-direction: row; gap: 14px; padding-top: 0; }
}

.episode__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0 0 10px;
  color: var(--ink);
}

.episode__guest {
  margin: 0 0 12px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.episode__guest-name {
  color: var(--ink);
  font-weight: 600;
}
.episode__guest-aff {
  color: var(--ink-faint);
}
.episode__guest-aff::before {
  content: "·";
  margin-right: 10px;
  color: var(--ink-faint);
}

.episode__desc {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-dim);
  max-width: 62ch;
}

.episode__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}
.tag {
  font-size: 11.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-faint);
  padding: 4px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 500;
}

.btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: all 0.18s ease;
  white-space: nowrap;
}
.btn--ghost {
  border: 1px solid var(--line);
  color: var(--ink);
}
.btn--ghost:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--bg);
  opacity: 1;
}
.btn--ghost::before {
  content: "";
  display: inline-block;
  width: 14px; height: 14px;
  margin-right: 8px;
  background: currentColor;
  -webkit-mask: no-repeat center / contain;
  mask: no-repeat center / contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm4.6 14.5a.63.63 0 0 1-.87.21c-2.38-1.45-5.38-1.78-8.9-.97a.63.63 0 1 1-.28-1.22c3.86-.89 7.17-.51 9.84 1.12.3.18.4.58.21.86Zm1.23-2.74a.78.78 0 0 1-1.08.26c-2.73-1.67-6.88-2.16-10.1-1.17a.78.78 0 1 1-.46-1.5c3.69-1.13 8.26-.58 11.39 1.32.37.23.49.72.25 1.09Zm.1-2.85C14.6 9 8.5 8.8 5.3 9.77a.94.94 0 1 1-.55-1.8c3.68-1.12 10.4-.9 14.23 1.38a.94.94 0 1 1-.96 1.62Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm4.6 14.5a.63.63 0 0 1-.87.21c-2.38-1.45-5.38-1.78-8.9-.97a.63.63 0 1 1-.28-1.22c3.86-.89 7.17-.51 9.84 1.12.3.18.4.58.21.86Zm1.23-2.74a.78.78 0 0 1-1.08.26c-2.73-1.67-6.88-2.16-10.1-1.17a.78.78 0 1 1-.46-1.5c3.69-1.13 8.26-.58 11.39 1.32.37.23.49.72.25 1.09Zm.1-2.85C14.6 9 8.5 8.8 5.3 9.77a.94.94 0 1 1-.55-1.8c3.68-1.12 10.4-.9 14.23 1.38a.94.94 0 1 1-.96 1.62Z'/%3E%3C/svg%3E");
}
.btn--yt::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.58 7.19a2.5 2.5 0 0 0-1.76-1.77C18.26 5 12 5 12 5s-6.26 0-7.82.42A2.5 2.5 0 0 0 2.42 7.2 26 26 0 0 0 2 12a26 26 0 0 0 .42 4.81 2.5 2.5 0 0 0 1.76 1.77C5.74 19 12 19 12 19s6.26 0 7.82-.42a2.5 2.5 0 0 0 1.76-1.77A26 26 0 0 0 22 12a26 26 0 0 0-.42-4.81ZM10 15V9l5.2 3L10 15Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.58 7.19a2.5 2.5 0 0 0-1.76-1.77C18.26 5 12 5 12 5s-6.26 0-7.82.42A2.5 2.5 0 0 0 2.42 7.2 26 26 0 0 0 2 12a26 26 0 0 0 .42 4.81 2.5 2.5 0 0 0 1.76 1.77C5.74 19 12 19 12 19s6.26 0 7.82-.42a2.5 2.5 0 0 0 1.76-1.77A26 26 0 0 0 22 12a26 26 0 0 0-.42-4.81ZM10 15V9l5.2 3L10 15Z'/%3E%3C/svg%3E");
}
.episode__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px;
}
@media (max-width: 820px) {
  .episode__actions { flex-direction: row; padding-top: 8px; }
}
.episodes__empty {
  text-align: center;
  padding: 48px 0;
  color: var(--ink-faint);
  font-size: 14px;
}

/* SUBSCRIBE */
.subscribe {
  padding: clamp(80px, 12vw, 160px) var(--pad);
  text-align: center;
}
.subscribe__inner {
  max-width: 720px;
  margin: 0 auto;
}
.subscribe__lede {
  color: var(--ink-dim);
  margin: 0 0 32px;
  font-size: 17px;
}

/* FOOTER */
.footer {
  border-top: 1px solid var(--line);
  padding: 40px var(--pad);
}
.footer__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer__brand .brand-word { font-size: 20px; }
.footer__brand p { margin: 0; font-size: 13px; color: var(--ink-faint); }
.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 13.5px;
  color: var(--ink-dim);
}
.footer__copy {
  grid-column: 1 / -1;
  margin: 16px 0 0;
  font-size: 12px;
  color: var(--ink-faint);
  letter-spacing: 0.03em;
}
@media (max-width: 600px) {
  .footer__inner { grid-template-columns: 1fr; }
}

/* selection */
::selection { background: var(--ink); color: var(--bg); }

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}
