@media (max-width: 900px) {
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.compact-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .section-head {
    gap: 18px;
    margin-bottom: 30px;
  }

  .section-head p,
  .image-story p:not(.kicker),
  .page-hero p {
    margin-top: 12px;
  }

  .image-story,
  .image-story.reverse {
    min-height: 400px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .image-story::before,
  .image-story:not(.reverse)::before {
    background:
      linear-gradient(to bottom, rgba(241, 228, 203, 0.04) 0%, rgba(241, 228, 203, 0.12) 28%, rgba(241, 228, 203, 0.82) 62%, rgba(241, 228, 203, 0.98) 100%),
      linear-gradient(90deg, rgba(241, 228, 203, 0.9) 0%, rgba(241, 228, 203, 0.56) 58%, rgba(241, 228, 203, 0.08) 100%);
  }

  .menu-item {
    padding: 20px 0;
    gap: 8px;
  }

  .menu-item::before {
    display: none;
  }

  .menu-item span.index {
    font-size: 28px;
    line-height: 1;
  }

  .menu-item small {
    margin-bottom: 8px;
  }

  .menu-item h2 {
    font-size: 25px;
  }

  .menu-item p {
    margin-top: 8px;
    line-height: 1.75;
  }

  .service-meta {
    gap: 6px 14px;
    margin-top: 12px;
  }

  .menu-item .price {
    justify-self: start;
    min-width: 0;
    margin-top: 10px;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
    text-align: left;
  }

  .journal-grid,
  .section.alt .journal-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .journal-card,
  .section.alt .journal-card,
  .section.alt .journal-card:first-child {
    min-height: 0;
    padding: 22px 0;
    border-bottom: 1px solid rgba(48, 30, 24, 0.18);
  }

  .journal-card:last-child,
  .section.alt .journal-card:last-child {
    border-bottom: 0;
  }

  .journal-card h3 {
    margin-top: 14px;
  }

  .journal-card p {
    margin-top: 10px;
    line-height: 1.75;
  }
}

@media (max-width: 640px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-hero {
    padding-top: 104px;
    padding-bottom: 38px;
  }

  .image-story,
  .image-story.reverse {
    min-height: 360px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-story > div,
  .image-story.reverse > div {
    max-width: 100%;
  }

  .dark-page .section:not(.alt) .beliefs,
  .dark-page .section:not(.alt) .split-notes {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .dark-page .section:not(.alt) .belief,
  .dark-page .section:not(.alt) .split-notes article,
  .dark-page .section:not(.alt) .split-notes article:nth-child(2),
  .dark-page .section:not(.alt) .split-notes .note-relationship {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section.alt .journal-grid {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
