/* ============================================================
   ARTICLE TEMPLATE DESKTOP LAYER — signed article-desktop-TEMPLATE
   Shared override for converted article instances.
   ============================================================ */

.r-fig {
  margin: 30px 0 28px;
}
.r-fig img {
  width: 100%;
  height: auto;
  border: 1px solid var(--line-sand);
  border-radius: 12px;
  background: var(--sand-sunken);
}
.r-fig figcaption {
  margin-top: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.tldr--inline {
  margin: 6px 0 0;
}

@media (min-width: 900px) {
  .hero {
    padding: 64px 0 40px;
  }
  .hero > .bound {
    max-width: 720px;
    padding-inline: 32px;
  }
  .hero__dateline {
    font-size: 11px;
    margin-bottom: 24px;
  }
  .hero__dateline::before {
    width: 30px;
  }
  .hero__h1 {
    font-size: clamp(44px,4.4vw,60px);
    line-height: 1.04;
    letter-spacing: -.02em;
    max-width: 16ch;
  }
  .hero__dek {
    font-size: 20px;
    line-height: 1.55;
    max-width: 52ch;
    margin-top: 22px;
  }
  .audio {
    max-width: 440px;
    padding: 16px 18px;
    border-radius: 10px;
  }
  .audio__btn {
    width: 52px;
    height: 52px;
  }
  .beat {
    min-height: 78vh;
  }
  .beat--photo {
    min-height: 66vh;
  }
  .beat__panel {
    padding: 56px 0;
  }
  .beat__col {
    max-width: 720px;
    margin-inline: auto;
    padding-inline: 32px;
  }
  .say {
    font-size: 26px;
    line-height: 1.45;
    max-width: 26ch;
  }
  .beat--dark {
    min-height: 64vh;
  }
  .beat--dark .beat__panel {
    padding: 0;
  }
  .teach {
    font-size: 34px;
    line-height: 1.22;
    max-width: 20ch;
    margin-inline: auto;
  }
  .mark {
    width: 104px;
    height: 104px;
    margin-bottom: 30px;
  }
  .jump {
    top: 60px;
    z-index: 40;
  }
  .jump__in {
    max-width: 900px;
    padding: 14px 32px;
  }
  .reading {
    padding: 76px 0;
    scroll-margin-top: 120px;
  }
  .reading__col,
  .tldr {
    max-width: 720px;
    padding-inline: 32px;
  }
  .r-h {
    font-size: clamp(30px,2.6vw,38px);
    line-height: 1.14;
    max-width: 22ch;
  }
  .r-p {
    font-size: 19px;
    line-height: 1.78;
  }
  .r-pull {
    font-size: 30px;
    line-height: 1.36;
    max-width: 30ch;
  }
  .shelf__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .keep__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
  }
  .rrc {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 60;
  }
  .rrc__dial {
    width: 60px;
    height: 60px;
  }
  .rrc__grid {
    right: 0;
    bottom: 72px;
    grid-template-columns: repeat(3,68px);
    grid-template-rows: repeat(3,68px);
    gap: 7px;
  }
}
