/*
 * Kriyasya Pulse Read — premium readability refinement layer.
 * Loaded after read.css so the accepted P11 typography can be tuned without
 * destabilising the structural Read layout.
 */

.kr-read-title {
  max-width: 28ch !important;
  font-size: clamp(1.85rem, 2.75vw, 2.5rem) !important;
  font-weight: 750 !important;
  letter-spacing: -0.022em !important;
  line-height: 1.22 !important;
  text-wrap: balance;
  word-spacing: 0.01em;
}

.kr-read-dek {
  max-width: 720px;
  margin-top: 24px;
  font-size: clamp(1.03rem, 1.2vw, 1.16rem);
  line-height: 1.7;
  letter-spacing: 0;
}

.kr-read-body {
  width: 100%;
  color: #302c35;
  font-size: 1.15rem;
  line-height: 1.86;
  letter-spacing: 0.002em;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

.kr-read-body > p:first-child {
  font-size: 1.2rem;
  line-height: 1.86;
  letter-spacing: 0.002em;
}

.kr-read-body h2,
.kr-read-body h3,
.kr-read-body h4 {
  font-weight: 680 !important;
  letter-spacing: -0.012em;
  line-height: 1.2;
  text-wrap: pretty;
  word-spacing: 0.012em;
}

.kr-read-body h2 {
  margin-top: 2.35em;
  margin-bottom: 0.72em;
  font-size: clamp(1.68rem, 2.45vw, 2.16rem);
}

.kr-read-body h3 {
  margin-top: 2.1em;
  margin-bottom: 0.66em;
  font-size: clamp(1.34rem, 1.9vw, 1.66rem);
}

.kr-read-body h4 {
  margin-top: 1.95em;
  margin-bottom: 0.6em;
  font-size: 1.12rem;
}

.kr-read-body p,
.kr-read-body li {
  text-wrap: pretty;
}

.kr-read-body li {
  line-height: 1.72;
}

.kr-read-body li + li {
  margin-top: 0.78em;
}

.kr-read-body blockquote {
  padding: 24px 30px 24px 36px;
  font-size: 1.13rem;
  font-style: normal;
  line-height: 1.76;
  letter-spacing: 0;
}

.kr-read-hero-story__body h2 {
  font-weight: 680;
  letter-spacing: -0.008em;
  line-height: 1.26;
}

.kr-read-companion__copy h2 {
  max-width: 16ch;
  font-weight: 680;
  letter-spacing: -0.012em;
  line-height: 1.12;
}

@media (max-width: 900px) {
  .kr-read-title {
    max-width: 100% !important;
    font-size: clamp(1.7rem, 4vw, 2.25rem) !important;
    line-height: 1.24 !important;
  }
}

@media (max-width: 760px) {
  .kr-read-hero__grid,
  .kr-read-hero--with-story .kr-read-hero__grid {
    padding: 26px 20px 24px;
  }

  .kr-read-title {
    max-width: 100% !important;
    font-size: clamp(1.5rem, 6.5vw, 1.95rem) !important;
    font-weight: 750 !important;
    letter-spacing: -0.015em !important;
    line-height: 1.26 !important;
    word-spacing: 0.01em;
  }

  .kr-read-dek {
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .kr-read-layout {
    padding-top: 42px;
  }

  .kr-read-body {
    font-size: 1.055rem;
    line-height: 1.84;
    letter-spacing: 0.001em;
  }

  .kr-read-body > p:first-child {
    font-size: 1.08rem;
    line-height: 1.84;
  }

  .kr-read-body h2,
  .kr-read-body h3,
  .kr-read-body h4 {
    letter-spacing: -0.006em;
    line-height: 1.22;
  }

  .kr-read-body h2 {
    margin-top: 2.25em;
    font-size: clamp(1.55rem, 7vw, 1.88rem);
  }

  .kr-read-body h3 {
    margin-top: 2em;
    font-size: clamp(1.3rem, 6vw, 1.55rem);
  }

  .kr-read-body li {
    line-height: 1.68;
  }

  .kr-read-body blockquote {
    padding: 21px 20px 21px 28px;
    font-size: 1.02rem;
    line-height: 1.72;
  }

  .kr-read-hero-story__body h2 {
    line-height: 1.24;
  }

  .kr-read-companion__copy h2 {
    line-height: 1.15;
  }
}
