/* ==========================================================================
   Daily Feed — a digital-native newsroom aesthetic.
   Display: Archivo · Body: Newsreader · Utility/wire: Space Mono
   ========================================================================== */

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-display: optional;
  font-weight: 200 800;
  src: url("../fonts/newsreader-latin-wght-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-display: optional;
  font-weight: 100 900;
  src: url("../fonts/archivo-latin-wght-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-display: optional;
  font-weight: 400;
  src: url("../fonts/space-mono-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-display: optional;
  font-weight: 700;
  src: url("../fonts/space-mono-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --paper: #faf9f6;
  --ink: #131313;
  --ink-soft: #4a4a46;
  --line: #e4e2da;
  --accent: #043246;      /* highlighted text */
  --accent-ink: #043246;
  --live: #c5f024;        /* ticker */
  --shadow: 0 1px 0 var(--line);
  --measure: 40rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

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

/* --- Live wire ticker (signature) --------------------------------------- */
.wire {
  display: flex;
  align-items: stretch;
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  border-bottom: 3px solid var(--live);
}

.wire__label {
  flex: none;
  display: flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.6rem 1rem;
  background: var(--live);
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.14em;
  position: relative;
  z-index: 2;
}

.wire__label::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: var(--accent);
  animation: blink 1.4s steps(1) infinite;
}

@keyframes blink {
  50% {
    opacity: 0.15;
  }
}

.wire__track {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  flex: 1;
}

.wire__run {
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
  animation: wire-scroll 45s linear infinite;
}

.wire__track:hover .wire__run {
  animation-play-state: paused;
}

@keyframes wire-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.wire__item {
  display: inline-flex;
  align-items: baseline;
  gap: 0.6em;
  text-decoration: none;
  padding: 0.6rem 0;
  color: var(--paper);
}

.wire__time {
  color: var(--live);
  font-weight: 700;
}

.wire__sep {
  color: var(--ink-soft);
  padding: 0 1.1rem;
}

/* --- Masthead ------------------------------------------------------------ */
.masthead {
  border-bottom: 2px solid var(--ink);
}

.masthead__inner {
  max-width: 74rem;
  margin: 0 auto;
  padding: 1.6rem 1.5rem 0;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "logo tagline"
    "nav  nav";
  align-items: end;
  gap: 0.4rem 1.2rem;
}

.logo {
  grid-area: logo;
  display: block;
  line-height: 0;
  text-decoration: none;
}

.logo img {
  height: clamp(4.6rem, 14vw, 7.2rem);
  width: auto;
}

.masthead__tagline {
  grid-area: tagline;
  margin: 0 0 0.4rem;
  font-family: "Space Mono", monospace;
  font-size: 1rem;
  color: var(--ink-soft);
  text-align: right;
}

.nav {
  grid-area: nav;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-top: 0.9rem;
  padding: 0.7rem 0;
  border-top: 1px solid var(--line);
  font-family: "Space Mono", monospace;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.nav a {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

.nav a:hover {
  border-color: var(--accent);
  color: var(--accent-ink);
}

.nav a[aria-current="page"] {
  border-color: var(--ink);
}

/* --- Layout shell -------------------------------------------------------- */
.shell {
  max-width: 84rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}

.wrap {
  flex: 1 1 auto;
  min-width: 0; /* allow the flex child to shrink below content size */
  padding: 2.5rem 0 4rem;
}

.home-kicker {
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: clamp(1.7rem, 4.4vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 1.6rem;
  color: #fff;
  display: inline-block;
  position: relative;
  isolation: isolate;
  padding: 0.1em 0.22em 0.12em 0.16em;
}

.home-kicker::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--ink);
  box-shadow: 0.2em 0.2em 0 var(--live);
}

/* Advertisement rail (right of main content) */
.ad-rail {
  flex: 0 0 300px;
  padding-top: 2.5rem;
}

.ad {
  width: 100%;
}

.ad--sky {
  position: sticky;
  top: 1.5rem;
  height: 600px;
  max-width: 300px;
  margin: 0 auto;
}

/* Wide banner slot — desktop hidden, shown only on mobile (see media query). */
.ad--banner {
  display: none;
  width: 100%;
  min-height: 0;
}

.ad img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 220ms ease, transform 220ms ease;
}

.ad a {
  display: block;
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .ad a:hover img {
    filter: brightness(1.12) contrast(1.08) saturate(1.08);
    transform: scale(1.02);
  }
}

.section-head {
  font-family: "Space Mono", monospace;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 3rem 0 1.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.section-head::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--ink);
}

/* --- Eyebrow / labels ---------------------------------------------------- */
.eyebrow {
  font-family: "Space Mono", monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-ink);
  margin: 0 0 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}

.eyebrow a {
  text-decoration: none;
}

.eyebrow a:hover {
  text-decoration: underline;
}

.eyebrow__sep {
  color: var(--ink-soft);
}

.eyebrow--live {
  background: var(--live);
  color: var(--accent);
  padding: 0.2em 0.6em;
  border-radius: 2px;
}

.byline a {
  color: var(--accent-ink);
  text-decoration: none;
}

.byline a:hover {
  text-decoration: underline;
}

/* --- Lead / hero --------------------------------------------------------- */
.lead {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--ink);
}

.lead__main {
  text-decoration: none;
  display: block;
}

.lead__img {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: var(--line);
  margin-bottom: 1.2rem;
  border: 1px solid var(--ink);
}

.lead__img picture,
.lead__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.lead__img img {
  object-fit: cover;
}

.lead__body {
  display: block;
}

.lead__title {
  display: block;
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0.2rem 0 0.8rem;
}

.lead__main:hover .lead__title {
  color: var(--accent-ink);
}

.lead__standfirst {
  display: block;
  font-size: 1.25rem;
  color: var(--ink-soft);
  margin-bottom: 0.9rem;
  max-width: 34rem;
}

.lead__rail {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}

.rail__item {
  display: block;
  text-decoration: none;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
}

.rail__cat {
  display: block;
  font-family: "Space Mono", monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-ink);
  margin-bottom: 0.3rem;
}

.rail__title {
  display: block;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.rail__item:hover .rail__title {
  color: var(--accent-ink);
}

.rail__time {
  display: block;
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  color: var(--ink-soft);
  margin-top: 0.35rem;
}

/* --- Card grid ----------------------------------------------------------- */
.cardgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  gap: 1.6rem 2rem;
}

.cardgrid--wide {
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
}

.card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border-top: 2px solid var(--ink);
  padding-top: 0.9rem;
}

.card__img {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background-color: var(--line);
  margin-bottom: 0.8rem;
  order: -1;
  border: 1px solid var(--ink);
}

.card__img picture,
.card__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.card__img img {
  object-fit: cover;
}

.card__cat {
  font-family: "Space Mono", monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-ink);
  margin-bottom: 0.4rem;
}

.card__title {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.card--lg .card__title {
  font-size: 1.35rem;
}

.card:hover .card__title {
  color: var(--accent-ink);
}

.card__dek {
  font-size: 1rem;
  color: var(--ink-soft);
  margin-top: 0.5rem;
}

.card__meta {
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  color: var(--ink-soft);
  margin-top: 0.6rem;
}

.emptyish {
  font-family: "Space Mono", monospace;
  font-size: 0.85rem;
  color: var(--ink-soft);
}

/* --- Article ------------------------------------------------------------- */
.article {
  max-width: var(--measure);
}

.article__head {
  margin-bottom: 1.8rem;
}

.article__title {
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: clamp(2.1rem, 5.5vw, 3.6rem);
  line-height: 1.03;
  letter-spacing: -0.025em;
  margin: 0.4rem 0 1rem;
  position: relative;
  isolation: isolate;
}

.article__title-mark {
  position: relative;
  display: inline-block;
  padding: 0.02em 0.12em 0.06em 0.06em;
}

.article__standfirst {
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--ink-soft);
  margin: 0 0 1.2rem;
}

.article__lead {
  margin: 1.6rem 0 2rem;
}

.article__lead picture {
  display: block;
}

.article__lead img {
  width: 100%;
  height: auto;
  border: 1px solid var(--ink);
}

.prose .article__lead img {
  margin: 0;
}

.article__lead figcaption {
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  color: var(--ink-soft);
  margin-top: 0.5rem;
}

.prose {
  font-size: 1.2rem;
  line-height: 1.75;
}

.prose > p:first-of-type::first-letter {
  font-family: "Archivo", sans-serif;
  font-weight: 900;
  float: left;
  font-size: 3.6rem;
  line-height: 0.8;
  padding: 0.1em 0.12em 0 0;
  color: var(--accent);
}

.prose p {
  margin: 0 0 1.3rem;
}

.prose h2 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin: 2.4rem 0 0.8rem;
}

.prose h3 {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  margin: 2rem 0 0.6rem;
}

.prose a {
  color: var(--accent-ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.prose blockquote {
  margin: 2rem 0;
  padding: 0.4rem 0 0.4rem 1.4rem;
  border-left: 3px solid var(--accent);
  font-size: 1.5rem;
  line-height: 1.35;
  font-style: italic;
  color: var(--ink);
}

.prose ul,
.prose ol {
  padding-left: 1.3rem;
  margin: 0 0 1.3rem;
}

.prose li {
  margin-bottom: 0.4rem;
}

.prose img {
  width: 100%;
  border: 1px solid var(--ink);
  margin: 1.6rem 0;
}

.prose code {
  font-family: "Space Mono", monospace;
  font-size: 0.9em;
  background: #efeee8;
  padding: 0.1em 0.35em;
  border-radius: 3px;
}

.prose hr {
  border: none;
  border-top: 1px solid var(--line);
  margin: 2.4rem 0;
}

.tags {
  list-style: none;
  padding: 0;
  margin: 2.4rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  border-top: 1px solid var(--line);
  padding-top: 1.4rem;
}

.tags li {
  font-family: "Space Mono", monospace;
  font-size: 0.78rem;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  padding: 0.2em 0.7em;
  border-radius: 999px;
}

.more {
  max-width: 74rem;
  margin: 3rem auto 0;
}

/* --- Category page ------------------------------------------------------- */
.cat-head {
  border-bottom: 2px solid var(--ink);
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
}

.cat-title {
  font-family: "Archivo", sans-serif;
  font-weight: 900;
  font-size: clamp(2.4rem, 7vw, 4.5rem);
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin: 0;

  padding: 0.02em 0.12em 0.06em 0.06em;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  isolation: isolate;
}

.cat-title::before,
.article__title-mark::before,
.storycard__title-mark::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.22em;
  left: 0.38em;
  right: -0.32em;
  bottom: -0.2em;
  background: var(--live);
}

/* --- 404 ----------------------------------------------------------------- */
.notfound {
  text-align: center;
  padding: 4rem 0;
}

.notfound__title {
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: clamp(2.2rem, 6vw, 3.6rem);
  letter-spacing: -0.02em;
  margin: 0.5rem 0;
}

.notfound__body {
  color: var(--ink-soft);
}

.btn {
  display: inline-block;
  margin-top: 1rem;
  font-family: "Space Mono", monospace;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  background: var(--ink);
  color: var(--paper);
  padding: 0.7em 1.3em;
  border: 2px solid var(--ink);
}

.btn:hover {
  background: var(--accent);
  border-color: var(--accent);
}

/* --- Footer -------------------------------------------------------------- */
.foot {
  border-top: 2px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.foot__inner {
  max-width: 74rem;
  margin: 0 auto;
  padding: 2.4rem 1.5rem 3rem;
}

.foot__logo {
  display: block;
  line-height: 0;
}

.foot__logo img {
  height: 4.4rem;
  width: auto;
}

.foot p {
  margin: 0.5rem 0 0;
  color: #b9b8b1;
  font-size: 1rem;
}

.foot__meta {
  font-family: "Space Mono", monospace;
  font-size: 0.78rem;
  margin-top: 1rem;
}

.foot__meta a {
  color: var(--live);
  text-decoration: none;
}

/* --- Responsive ---------------------------------------------------------- */
@media (max-width: 62rem) {
  /* Stack the shell and move the ad ABOVE the main content on tablets/phones. */
  .shell {
    flex-direction: column;
    gap: 0;
  }
  .ad-rail {
    order: -1; /* place it above <main> */
    flex: 0 0 auto;
    width: 100%;
    padding-top: 1.5rem;
  }
  /* Swap the tall skyscraper for the wide banner slot on mobile. */
  .ad--sky {
    display: none;
  }
  .ad--banner {
    display: flex;
  }
}

@media (max-width: 46rem) {
  .lead {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  .masthead__inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "tagline"
      "nav";
    justify-items: center;
  }
  .logo {
    justify-self: center;
  }
  .masthead__tagline {
    margin: 0.15rem 0 0;
    text-align: center;
  }
  .nav {
    width: 100%;
    justify-content: center;
  }
}

/* --- Accessibility: honor reduced-motion -------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .ad img {
    transition: none;
  }
  .ad a:hover img {
    transform: none;
  }
  .wire__run {
    animation: none;
  }
  .wire__label::before {
    animation: none;
  }
  .wire__track {
    overflow-x: auto;
  }
}

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

/* --- Link-in-bio / Explore ----------------------------------------------- */
.linktree-page {
  min-height: 100vh;
  background: #fff;
}

.linktree {
  max-width: 26.5rem;
  margin: 0 auto;
  padding: 2.2rem 1.15rem 3rem;
}

.linktree__bio {
  text-align: center;
  margin-bottom: 1.6rem;
}

.linktree__logo {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

.linktree__logo img {
  height: clamp(4.6rem, 18vw, 6.5rem);
  width: auto;
  margin: 0 auto;
}

.linktree__tag {
  margin: 0.55rem 0 0;
  font-family: "Space Mono", monospace;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.linktree__socials {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  margin: 1.05rem 0 0;
  padding: 0;
}

.linktree__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  color: var(--ink);
  text-decoration: none;
}

.linktree__socials a:hover {
  color: var(--accent-ink);
}

.linktree__socials svg {
  width: 1.35rem;
  height: 1.35rem;
}

.linktree__social-fallback {
  font-family: "Space Mono", monospace;
  font-size: 0.65rem;
  text-transform: uppercase;
}

.linktree__feed {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.storycard {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 2px;
  text-decoration: none;
  color: #fff;
  background: var(--ink);
}

.storycard__media {
  position: absolute;
  inset: 0;
  background-color: #1a1a1a;
}

.storycard__media picture,
.storycard__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.storycard__media img {
  object-fit: cover;
}

.storycard--ph {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

.storycard--ph .storycard__media {
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 11px,
    rgba(19, 19, 19, 0.04) 11px,
    rgba(19, 19, 19, 0.04) 12px
  );
  background-color: #f6f5f0;
}

.storycard--ph .storycard__placeholder-logo {
  inset: 50% auto auto 50%;
  width: min(62%, 18rem);
  height: auto;
  object-fit: contain;
  transform: translate(-50%, -58%);
  opacity: 0.9;
}

.storycard__frame {
  position: absolute;
  inset: 0.7rem;
  border: 1px dashed #9a988f;
  pointer-events: none;
  z-index: 1;
}

.storycard__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(19, 19, 19, 0.78) 0%,
    rgba(19, 19, 19, 0.18) 42%,
    transparent 62%
  );
  z-index: 1;
}

.storycard--ph .storycard__shade {
  display: none;
}

.storycard__go {
  position: absolute;
  top: 1.35rem;
  right: 1.35rem;
  left: auto;
  z-index: 2;
  width: 2.6rem;
  height: 2.6rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  opacity: 0.85;
}

.storycard__go svg {
  width: 1.15rem;
  height: 1.15rem;
}

.storycard:hover .storycard__go {
  opacity: 1;
  background: var(--live);
  color: var(--accent);
}

.storycard__copy {
  position: absolute;
  left: 1.05rem;
  right: 1.05rem;
  bottom: 1.05rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.storycard--ph .storycard__copy {
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.35rem;
}

.storycard__brand {
  align-self: flex-start;
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.24em 0.48em;
  color: var(--accent);
  background: var(--live);
  box-shadow: 0.16em 0.16em 0 var(--accent);
}

.storycard__brand::after {
  display: none;
}

.storycard__title {
  align-self: stretch;
  font-family: "Newsreader", Georgia, serif;
  font-weight: 600;
  font-size: 1.55rem;
  line-height: 1.18;
  letter-spacing: -0.01em;
  padding: 0.28em 0.38em 0.34em;
  color: #fff;
  background: var(--ink);
  box-shadow: 0.18em 0.18em 0 var(--live);
}

.storycard__title-mark {
  position: relative;
  display: inline-block;
  isolation: isolate;
  padding: 0.02em 0.12em 0.06em 0.06em;
}

.storycard:hover .storycard__title {
  color: #fff;
}

.linktree__foot {
  margin: 1.6rem 0 0;
  text-align: center;
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
}

.linktree__foot a {
  color: var(--ink-soft);
  text-decoration: none;
}

.linktree__foot a:hover {
  color: var(--accent-ink);
  text-decoration: underline;
}

@media (min-width: 46rem) {
  .linktree {
    max-width: 46rem;
    padding: 2.8rem 1.5rem 4rem;
  }

  .linktree__feed {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .storycard__title {
    font-size: 1.42rem;
  }
}

@media (min-width: 70rem) {
  .linktree {
    max-width: 70rem;
  }

  .linktree__feed {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
  }
}

/* --- Authors ------------------------------------------------------------- */
.authors__lede {
  margin: 1rem 0 0;
  max-width: 36rem;
  font-size: 1.2rem;
  line-height: 1.45;
  color: var(--ink-soft);
}

.authors {
  list-style: none;
  margin: 0;
  padding: 0;
}

.author {
  display: grid;
  grid-template-columns: 6.4rem 1fr;
  gap: 1.25rem 1.5rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 1.5rem;
}

.author:last-child {
  border-bottom: none;
}

.author__pic {
  position: relative;
  width: 6.4rem;
  height: 6.4rem;
  flex: none;
}

.author__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.author__pic-ph {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px dashed var(--ink);
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 11px,
    rgba(19, 19, 19, 0.04) 11px,
    rgba(19, 19, 19, 0.04) 12px
  );
  background-color: #f6f5f0;
}

.author__initials {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  color: var(--accent);
}

.author__meta {
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-ink);
  margin: 0 0 0.35rem;
}

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

.author__meta a:hover {
  text-decoration: underline;
}

.author__name {
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 0.25rem;
}

.author__role {
  font-family: "Space Mono", monospace;
  font-size: 0.78rem;
  color: var(--ink-soft);
  margin: 0 0 0.7rem;
}

.author__bio {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--ink);
}

@media (max-width: 32rem) {
  .author {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

.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;
}
