:root {
  color-scheme: light;
  --sage: #dfe5d8;
  --ink: #203f33;
  --forest: #1c3c2e;
  --cream: #f3efdf;
  --gold: #e5bd66;
  --line: #bac5af;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Trebuchet MS", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--sage);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 6px;
}
::selection {
  background: var(--ink);
  color: var(--cream);
}
.wrap {
  width: min(1200px, calc(100% - 112px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 20;
  padding: 12px 20px;
  background: var(--cream);
}
.skip-link:focus {
  top: 16px;
}
.site-header {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  font-family: var(--serif);
  font-size: 34px;
  letter-spacing: -1.8px;
}
.brand span {
  color: #58755b;
}
nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 13px;
  font-weight: 600;
}
nav > a:not(.button) {
  padding-block: 12px;
}
nav > a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: var(--ink);
  color: var(--cream);
  border: 1px solid var(--ink);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  padding: 18px 25px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #31533e;
  transform: translateY(-2px);
}
.nav-download {
  padding: 12px 19px;
  font-size: 12px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  align-items: center;
  gap: 9%;
  padding: 30px 0 90px;
  min-height: 730px;
}
.product {
  display: flex;
  justify-content: center;
}
.phone {
  width: min(100%, 304px);
  padding: 8px;
  background: #111310;
  border-radius: 48px;
  border: 2px solid #656860;
  box-shadow:
    0 0 0 2px #252923,
    0 24px 32px -24px #14221999,
    5px 6px 0 -4px #8a8d80;
  line-height: 0;
}
.phone img {
  width: 100%;
  height: auto;
  border-radius: 38px;
  display: block;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2.3px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 25px;
}
.hero-copy h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(54px, 5.9vw, 86px);
  letter-spacing: -4.5px;
  line-height: 1.06;
  margin: 0 0 28px;
}
.hero-description {
  font-size: 17px;
  line-height: 1.8;
  margin: 0 0 32px;
}
.hero-download svg {
  width: 20px;
  height: 20px;
}
.availability {
  font-size: 11px;
  color: #5b6c5e;
  margin: 16px 0 0;
}
.verse-section {
  background: var(--forest);
  color: var(--cream);
}
.verse-band {
  padding: 52px 0;
}
.verse-inner {
  max-width: 1080px;
}
.verse-inner .eyebrow {
  color: var(--gold);
  font-size: 12px;
  margin-bottom: 28px;
}
.verse-inner blockquote {
  margin: 0;
}
.verse-inner blockquote p {
  font-family: var(--serif);
  font-size: clamp(28px, 3.15vw, 45px);
  font-weight: 400;
  letter-spacing: -1.6px;
  line-height: 1.28;
  margin: 0;
}
.verse-word {
  opacity: var(--word-opacity, 1);
}
.verse-caption {
  font-size: 11px;
  margin: 20px 0 0;
  color: #bac8af;
  letter-spacing: 0.3px;
}

.features {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 12%;
  padding-block: 110px 90px;
}
.features-heading .eyebrow {
  margin-bottom: 20px;
}
.features h2 {
  font-family: var(--serif);
  font-size: clamp(40px, 4vw, 58px);
  letter-spacing: -2px;
  font-weight: 400;
  line-height: 1.12;
  margin: 0 0 25px;
}
.features-heading > p:last-child {
  font-size: 14px;
  line-height: 1.8;
  color: #526652;
}
.feature {
  display: flex;
  gap: 26px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 40px;
}
.feature:first-child {
  padding-top: 0;
}
.feature:last-child {
  border-bottom: 0;
}
.feature svg {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.feature h3 {
  margin: 0 0 9px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
}
.feature p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: #425c49;
  max-width: 350px;
}
.anchor {
  display: block;
}
.privacy-wrap {
  padding-bottom: 28px;
}
.policy-section summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  color: #536b55;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.policy-section summary::-webkit-details-marker {
  display: none;
}
.policy-section[open] summary span {
  transform: rotate(45deg);
}
.policy-content {
  padding: 35px 0 50px;
  max-width: 900px;
}
.policy-header h2 {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 400;
}
.policy-header .eyebrow {
  display: none;
}
.policy-header p,
.policy-header span {
  font-size: 13px;
  line-height: 1.7;
}
.policy-nav {
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: flex-start;
  margin: 28px 0;
}
.policy h3 {
  font-size: 18px;
  margin: 35px 0 12px;
}
.policy p {
  font-size: 14px;
  line-height: 1.85;
}
.policy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 28px;
  padding-block: 28px 38px;
}
.footer .brand {
  font-size: 26px;
}
.copyright {
  font-size: 10px;
  color: #526652;
}
.footer nav {
  margin-left: auto;
  font-size: 11px;
  gap: 26px;
}
@media (min-width: 1600px) {
  .hero {
    padding-block: 60px 110px;
  }
  .phone {
    width: 330px;
  }
}
@media (max-width: 900px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .site-header {
    height: 90px;
  }
  .hero {
    gap: 7%;
    min-height: 0;
    padding-block: 35px 70px;
    grid-template-columns: 0.9fr 1fr;
  }
  .phone {
    width: 260px;
    border-radius: 40px;
  }
  .phone img {
    border-radius: 30px;
  }
  .hero-copy h1 {
    font-size: 56px;
    letter-spacing: -2.9px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
  }
  .features {
    gap: 8%;
    padding-block: 80px 60px;
  }
  .verse-inner blockquote p {
    font-size: 35px;
  }
  .feature {
    gap: 18px;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: calc(100% - 44px);
  }
  .site-header {
    height: 82px;
  }
  .brand {
    font-size: 29px;
  }
  nav {
    gap: 20px;
    font-size: 11px;
  }
  .nav-download {
    padding: 10px 13px;
  }
  .nav-download span {
    display: none;
  }
  .hero {
    display: flex;
    flex-direction: column;
    gap: 42px;
    padding: 32px 0 62px;
  }
  .hero-copy {
    order: -1;
    text-align: center;
  }
  .hero-copy .eyebrow {
    margin-bottom: 18px;
  }
  .hero-copy h1 {
    font-size: 57px;
    line-height: 1.04;
    letter-spacing: -3px;
    margin-bottom: 22px;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
  }
  .button {
    font-size: 12px;
    padding: 16px 22px;
  }
  .nav-download {
    padding: 10px 13px;
    font-size: 11px;
  }
  .availability {
    font-size: 10px;
    margin-top: 12px;
  }
  .product {
    width: 100%;
  }
  .phone {
    width: 246px;
    border-radius: 38px;
    padding: 6px;
  }
  .phone img {
    border-radius: 29px;
  }
  .verse-band {
    padding-block: 40px;
  }
  .verse-inner blockquote p {
    font-size: 28px;
    line-height: 1.32;
    letter-spacing: -1px;
  }
  .verse-inner .eyebrow {
    font-size: 10px;
    margin-bottom: 23px;
  }

  .verse-caption {
    margin-top: 25px;
    font-size: 10px;
  }
  .features {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 65px 44px;
  }
  .features h2 {
    font-size: 43px;
    margin-bottom: 18px;
  }
  .features-heading > p:last-child br {
    display: none;
  }
  .features-heading > p:last-child {
    font-size: 13px;
  }
  .feature {
    gap: 24px;
    padding-block: 24px;
  }
  .feature h3 {
    font-size: 16px;
  }
  .feature p {
    font-size: 13px;
  }
  .feature svg {
    width: 32px;
    height: 32px;
  }
  .footer {
    flex-wrap: wrap;
    gap: 15px;
    padding-block: 24px 30px;
  }
  .copyright {
    margin-left: auto;
  }
  .footer nav {
    width: 100%;
    margin: 0;
    justify-content: space-between;
    gap: 15px;
  }
  .policy-nav {
    gap: 6px 18px;
  }
  .policy-content {
    padding-top: 15px;
  }
  .policy-header h2 {
    font-size: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }

  .verse-word {
    opacity: 1 !important;
  }
}

/* Give the verse breathing room without a pinned scroll runway. */
.verse-band {
  padding: 112px 0;
}
.verse-inner {
  max-width: 1080px;
}
.verse-inner .eyebrow {
  margin-bottom: 19px;
}
.translation {
  margin-left: 10px;
  color: #bdc9af;
  font-size: 10px;
  letter-spacing: 1px;
}
.verse-caption {
  margin-top: 18px;
}
[hidden] {
  display: none !important;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
}
.text-link span {
  transition: transform 0.2s;
}
.text-link:hover span {
  transform: translate(3px, -3px);
}
.section-intro {
  text-align: center;
  margin-bottom: 52px;
}
.section-intro h2,
.section-heading-row h2,
.everyday-section h2,
.closing-section h2,
.detail-page h2 {
  font: 400 clamp(36px, 3.7vw, 54px) / 1.1 var(--serif);
  letter-spacing: -2px;
  margin: 0 0 22px;
}
.section-intro > p:last-child {
  font-size: 15px;
  line-height: 1.8;
  color: #5c6959;
}
.explore-section {
  background: #f7f5ed;
  padding: 78px 0 72px;
}
.study-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: center;
}
.showcase-art {
  background: #d4ddc9;
  height: 570px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 43px;
  border-radius: 4px;
}
.showcase-art .phone {
  width: 268px;
  flex-shrink: 0;
}
.art-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d4ddc9;
  text-align: center;
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 16px;
}
.preview-tabs {
  display: flex;
  gap: 28px;
  border-bottom: 1px solid #ccd1c3;
  margin-bottom: 34px;
}
.preview-tabs button {
  font: 500 13px var(--sans);
  border: 0;
  background: none;
  color: #75816b;
  padding: 12px 0;
  cursor: pointer;
  position: relative;
}
.preview-tabs button[aria-selected="true"] {
  color: var(--ink);
}
.preview-tabs button[aria-selected="true"]::after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -1px;
  left: 0;
  right: 0;
  background: var(--ink);
}
.preview-tabs button:focus-visible,
.preview-panel:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 5px;
}
.preview-panel {
  min-height: 365px;
}
.preview-panel h3 {
  font: 400 clamp(37px, 3.8vw, 53px) / 1.08 var(--serif);
  letter-spacing: -2px;
  margin: 0 0 24px;
}
.preview-panel > p {
  font-size: 15px;
  line-height: 1.8;
  max-width: 390px;
  color: #50614d;
}
.detail-list {
  list-style: none;
  padding: 0;
  margin: 27px 0;
  font-size: 12px;
  line-height: 1.6;
}
.detail-list li {
  margin: 10px 0;
  padding-left: 18px;
  position: relative;
}
.detail-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #8b9c7b;
}
.plan-section {
  padding-block: 80px;
}
.section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 35px;
}
.section-heading-row h2 {
  margin-bottom: 0;
}
.section-heading-row > p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}
.plan-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.plan-card {
  display: block;
}
.plan-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: 3px;
  transition: filter 0.2s;
}
.plan-card:hover img {
  filter: brightness(1.08);
}
.plan-card > div {
  padding-top: 22px;
}
.plan-card .eyebrow {
  font-size: 9px;
  letter-spacing: 1.5px;
}
.plan-card h3 {
  font: 400 25px/1.2 var(--serif);
  letter-spacing: -0.8px;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.plan-card h3 span {
  font: 18px var(--sans);
}
.plan-card p {
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  color: #50614d;
}
.daily-section {
  background: #f7f5ed;
  padding-block: 75px;
}
.daily-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.daily-card {
  overflow: hidden;
  border-radius: 4px;
}
.memory-card {
  background: #253f33;
  color: #f3efdf;
}
.journal-card {
  background: #e9e3d6;
}
.daily-copy {
  padding: 42px 45px 34px;
}
.daily-copy h3 {
  font: 400 clamp(32px, 3vw, 44px) / 1.12 var(--serif);
  letter-spacing: -1.5px;
  margin: 0 0 22px;
}
.daily-copy p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.75;
  max-width: 380px;
  margin-bottom: 22px;
}
.memory-card .eyebrow {
  color: var(--gold);
}
.daily-image {
  height: 330px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding-top: 12px;
}
.daily-image img {
  display: block;
  width: 290px;
  height: auto;
  align-self: flex-start;
  border: 6px solid #101510;
  border-radius: 32px;
  box-shadow: 0 0 0 1px #727667;
}
.journal-card .daily-image img {
  transform: rotate(5deg);
}
.memory-card .daily-image img {
  transform: rotate(-5deg);
}
.everyday-section {
  padding-block: 78px;
}
.everyday-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px;
  margin-top: 42px;
}
.everyday-grid article {
  border-top: 1px solid #a8b6a0;
  padding-top: 20px;
}
.utility-number {
  font-size: 10px;
  letter-spacing: 0.8px;
  color: #63765b;
}
.everyday-grid h3 {
  font: 400 27px/1.16 var(--serif);
  letter-spacing: -0.6px;
  margin: 22px 0 16px;
  max-width: 260px;
}
.everyday-grid p {
  font-size: 13px;
  line-height: 1.8;
  color: #50614d;
  margin-bottom: 24px;
}
.everyday-grid .text-link {
  font-size: 12px;
  gap: 12px;
}
.closing-section {
  background: #cbd6be;
  text-align: center;
  padding: 60px 0;
}
.closing-inner > img {
  border-radius: 15px;
  margin-bottom: 22px;
}
.closing-inner > p {
  font-size: 11px;
  margin: 17px 0 0;
}
.privacy-wrap {
  padding-top: 25px;
}
.no-script-note {
  font-size: 13px;
  text-align: center;
}
.no-script-note a {
  text-decoration: underline;
}

/* Shared feature pages */
.detail-page {
  background: #f7f5ed;
}
.detail-hero {
  padding-block: 48px 75px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 10%;
  align-items: center;
}
.detail-hero h1 {
  font: 400 clamp(48px, 5vw, 76px) / 1.05 var(--serif);
  letter-spacing: -3px;
  margin: 0 0 26px;
}
.detail-hero .lede {
  font-size: 16px;
  line-height: 1.85;
  max-width: 440px;
  margin: 0 0 30px;
}
.detail-visual {
  background: #d5dfcd;
  height: 550px;
  overflow: hidden;
  padding: 32px 20px 0;
  display: flex;
  justify-content: center;
  border-radius: 4px;
}
.detail-visual .phone {
  flex-shrink: 0;
  width: 260px;
  align-self: flex-start;
}
.detail-page-memory .detail-visual {
  background: #263e33;
}
.detail-page-faithful .detail-visual {
  background: #e6dfce;
}
.chapter-section {
  padding-block: 65px;
  border-top: 1px solid var(--line);
}
.chapter-section > .eyebrow {
  margin-bottom: 18px;
}
.chapter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px;
  margin-top: 38px;
}
.chapter-grid h3 {
  font: 400 26px/1.2 var(--serif);
  margin: 0 0 15px;
}
.chapter-grid p,
.chapter-lede {
  font-size: 14px;
  line-height: 1.85;
  color: #50614d;
}
.chapter-lede {
  max-width: 660px;
}
.detail-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 10%;
  align-items: center;
  padding-block: 60px;
}
.detail-split .detail-visual {
  height: 480px;
}
.detail-split p {
  font-size: 15px;
  line-height: 1.85;
}
.question-list {
  max-width: 820px;
}
.question-list details {
  border-bottom: 1px solid var(--line);
  padding: 21px 0;
}
.question-list summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.question-list p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 720px;
  color: #50614d;
}
.related-links {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
@media (max-width: 900px) {
  .site-header nav {
    gap: 20px;
  }
  .study-showcase {
    gap: 6%;
  }
  .showcase-art {
    height: 535px;
  }
  .showcase-art .phone {
    width: 240px;
  }
  .preview-panel > p {
    font-size: 14px;
  }
  .plan-gallery {
    gap: 18px;
  }
  .plan-card h3 {
    font-size: 21px;
  }
  .daily-copy {
    padding: 30px 27px;
  }
  .everyday-grid {
    gap: 25px;
  }
  .detail-hero {
    gap: 6%;
  }
  .detail-visual .phone {
    width: 230px;
  }
}
@media (max-width: 600px) {
  .site-header {
    height: auto;
    min-height: 82px;
    gap: 14px;
    flex-wrap: wrap;
    padding-block: 19px;
  }
  .site-header .brand {
    font-size: 27px;
  }
  .site-header nav {
    gap: 15px;
    font-size: 10px;
  }
  .site-header .nav-download {
    padding: 9px 11px;
    font-size: 10px;
  }
  .hero {
    padding-top: 28px;
  }
  .verse-band {
    padding-block: 64px;
  }
  .verse-inner blockquote p {
    font-size: clamp(25px, 6.9vw, 30px);
    line-height: 1.3;
    letter-spacing: -0.7px;
  }
  .verse-inner .eyebrow {
    margin-bottom: 17px;
  }
  .verse-caption {
    font-size: 9px;
    margin-top: 18px;
  }
  .explore-section {
    padding: 52px 0;
  }
  .section-intro {
    text-align: left;
    margin-bottom: 30px;
  }
  .section-intro h2,
  .section-heading-row h2,
  .everyday-section h2,
  .closing-section h2,
  .detail-page h2 {
    font-size: 36px;
    letter-spacing: -1.4px;
  }
  .section-intro > p:last-child {
    font-size: 13px;
  }
  .section-intro > p:last-child br {
    display: none;
  }
  .study-showcase {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .showcase-copy {
    width: 100%;
  }
  .showcase-art {
    width: 100%;
    height: 390px;
    padding-top: 25px;
  }
  .showcase-art .phone {
    width: 225px;
  }
  .preview-tabs {
    margin-bottom: 25px;
    gap: 32px;
  }
  .preview-panel {
    min-height: 330px;
  }
  .preview-panel h3 {
    font-size: 39px;
  }
  .preview-panel h3 br {
    display: none;
  }
  .preview-panel > p {
    font-size: 13px;
  }
  .detail-list {
    margin-block: 20px;
  }
  .plan-section,
  .everyday-section {
    padding-block: 50px;
  }
  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 28px;
  }
  .section-heading-row > p {
    margin: 0;
    font-size: 13px;
  }
  .plan-gallery {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .plan-card img {
    aspect-ratio: 1.9;
  }
  .plan-card > div {
    padding-top: 16px;
  }
  .plan-card h3 {
    font-size: 27px;
  }
  .plan-card p {
    font-size: 12px;
  }
  .daily-section {
    padding-block: 50px;
  }
  .daily-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .daily-copy {
    padding: 30px;
  }
  .daily-copy h3 {
    font-size: 35px;
  }
  .daily-copy p:not(.eyebrow) {
    font-size: 13px;
  }
  .daily-image {
    height: 260px;
  }
  .daily-image img {
    width: 250px;
  }
  .everyday-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 28px;
  }
  .everyday-grid h3 {
    max-width: none;
    margin-top: 15px;
    font-size: 27px;
  }
  .everyday-grid p {
    margin-bottom: 16px;
  }
  .closing-section {
    padding-block: 45px;
  }
  .closing-section h2 {
    font-size: 33px;
  }
  .detail-hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-block: 35px 50px;
  }
  .detail-hero h1 {
    font-size: 51px;
    letter-spacing: -2.5px;
  }
  .detail-hero .lede {
    font-size: 14px;
  }
  .detail-visual {
    height: 410px;
  }
  .chapter-section {
    padding-block: 45px;
  }
  .chapter-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 25px;
  }
  .chapter-grid h3 {
    font-size: 25px;
  }
  .chapter-grid p,
  .chapter-lede {
    font-size: 13px;
  }
  .detail-split {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 40px;
  }
  .detail-split .detail-visual {
    height: 370px;
  }
  .detail-split p {
    font-size: 14px;
  }
  .question-list summary {
    font-size: 14px;
    line-height: 1.6;
  }
  .related-links {
    gap: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .text-link span,
  .plan-card img {
    transition: none;
  }
}
