@media (max-width: 767px) {
  :root {
    --post-media-ratio: 1.62 / 1;
  }

  .post-main {
    padding: 34px 0 52px;
  }

  .post-article {
    width: calc(100% - 32px);
  }

  .post-breadcrumb {
    max-width: 100%;
    margin-bottom: 20px;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 13px;
  }

  .post-kicker {
    font-size: 13px;
  }

  .post-title {
    font-size: 38px;
    line-height: 1.04;
  }

  .post-summary {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.58;
  }

  .post-meta {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-items: center;
    font-size: 13px;
  }

  .post-meta span {
    padding: 0;
    border-left: 0;
  }

  .post-hero-media {
    margin-top: 30px;
    border-radius: 13px;
  }

  .post-media-placeholder::before {
    inset: 12px;
    border-radius: 9px;
  }

  .post-media-placeholder span {
    max-width: calc(100% - 44px);
    font-size: 12px;
    text-align: center;
  }

  .post-content {
    margin-top: 34px;
  }

  .post-section {
    margin-bottom: 32px;
  }

  .post-section p,
  .post-callout p,
  .post-quote p,
  .post-list {
    font-size: 16px;
    line-height: 1.72;
  }

  .post-heading {
    font-size: 24px;
  }

  .post-callout,
  .post-quote {
    margin: 34px 0;
    border-radius: 13px;
  }

  .post-callout {
    padding: 22px 20px;
  }

  .post-quote {
    padding: 26px 22px;
  }

  .post-quote p {
    font-size: 20px;
  }

  .post-inline-media {
    margin: 34px 0;
    border-radius: 13px;
  }

  .post-inline-media figcaption {
    left: 16px;
    right: 16px;
    bottom: 14px;
    font-size: 12px;
  }

  .post-impact-grid {
    margin: 34px 0;
    padding: 12px;
    grid-template-columns: 1fr;
    gap: 8px;
    border-radius: 13px;
  }

  .post-impact-card {
    min-height: 0;
    padding: 18px;
    border-radius: 10px;
  }

  .post-impact-card span {
    margin-bottom: 12px;
  }

  .post-impact-card h3 {
    font-size: 17px;
  }

  .post-sources {
    margin-top: 38px;
    padding-top: 24px;
  }

  .post-sources h2 {
    font-size: 19px;
  }

  .post-sources > p,
  .post-sources a {
    font-size: 13px;
  }

  .post-check-path {
    margin: 34px 0;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .post-check-path li {
    min-height: 0;
    padding: 18px;
    border-radius: 12px;
  }

  .post-check-path b {
    margin-bottom: 14px;
  }

  .post-compare {
    margin: 34px 0;
    overflow-x: auto;
    border-radius: 13px;
  }

  .post-compare table {
    min-width: 660px;
  }

  .post-compare caption {
    padding: 16px;
  }

  .post-compare th,
  .post-compare td {
    padding: 14px;
    font-size: 13px;
  }

  .post-routine-rail {
    margin: 34px 0;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 0;
    border-left: 2px solid rgba(253, 99, 0, 0.45);
  }

  .post-routine-stop,
  .post-routine-stop + .post-routine-stop,
  .post-routine-stop:nth-child(3) {
    padding: 0 0 22px 24px;
    border-left: 0;
  }

  .post-routine-stop::before {
    top: 4px;
    left: -9px;
  }

  .post-context-cards {
    margin: 34px 0;
    grid-template-columns: 1fr;
  }

  .post-context-card {
    min-height: 0;
    padding: 18px;
    border-radius: 12px;
  }

  .post-kitchen-map {
    margin: 34px 0;
    padding: 1px;
    grid-template-columns: 1fr;
    border-radius: 13px;
  }

  .post-kitchen-step {
    min-height: 0;
    padding: 19px;
  }

  .post-care-plan {
    margin: 34px 0;
    padding: 14px;
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  .post-care-plan article {
    padding: 14px 12px;
  }

  .post-myth-list {
    margin: 34px 0;
  }

  .post-myth-list li {
    padding: 20px 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .post-myth-list b {
    justify-self: start;
  }

  .post-actions {
    margin-top: 48px;
    padding-top: 24px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .post-share {
    flex-wrap: wrap;
    justify-content: center;
  }

  .post-share > span {
    flex: 0 0 100%;
    text-align: center;
  }

  .post-neighbors {
    grid-template-columns: 1fr;
    border-left: 0;
    border-top: 1px solid rgba(58, 62, 87, 0.14);
  }

  .post-neighbor {
    min-height: 78px;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(58, 62, 87, 0.14);
    text-align: left;
  }

  .post-neighbor-next {
    text-align: left;
  }

  .post-site-footer {
    padding: 28px 16px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .post-footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }
}
