/* Reversible desktop typography trial. See _notes/desktop-reading-rollback.txt.
   No rules apply below 64rem; retain existing mobile and tablet presentation. */
@media screen and (min-width: 64rem) {
  :is(.post-page, .service-page) > .container > .section-header {
    max-width: 56rem;
    margin-inline: auto;
    margin-bottom: 3.5rem;
  }
  :is(.post-page, .service-page) .section-header h1 {
    font-size: 2.75rem;
    line-height: 1.18;
    letter-spacing: -0.025em;
    text-wrap: balance;
  }
  :is(.post-page, .service-page) .section-eyebrow {
    font-size: 0.875rem;
    letter-spacing: 0.12em;
  }
  :is(.post-page, .service-page) .section-subtitle {
    font-size: 1.125rem;
    line-height: 1.65;
  }
  :is(.post-page, .service-page) .post {
    max-width: 47rem;
    margin-inline: auto;
    font-size: 1.1875rem;
    line-height: 1.75;
  }
  .post-page .post {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
  }
  :is(.post-page, .service-page) .post p {
    color: var(--brand-slate);
    margin-bottom: 1.35em;
  }
  .post-page .post > p:first-child {
    font-size: 1.375rem;
    line-height: 1.65;
  }
  :is(.post-page, .service-page) .post h2 {
    font-family: "Roboto", system-ui, sans-serif;
    font-size: 1.75rem;
    line-height: 1.3;
    margin-top: 2.5em;
    margin-bottom: 0.8em;
  }
  :is(.post-page, .service-page) .post h3 {
    font-family: "Roboto", system-ui, sans-serif;
    font-size: 1.375rem;
    line-height: 1.4;
    margin-top: 2em;
  }
  :is(.post-page, .service-page) .post li {
    margin-bottom: 0.6em;
  }
  :is(.post-page, .service-page) .post a:not(.btn) {
    text-decoration: underline;
    text-decoration-thickness: 0.06em;
    text-underline-offset: 0.18em;
  }
  :is(.post-page, .service-page) .post :is(.service-card, .btn, table) {
    font-family: "Roboto", system-ui, sans-serif;
  }
  :is(.post-page, .service-page) .post .service-card {
    margin-block: 2.5rem;
    font-size: 1.0625rem;
  }
  :is(.post-page, .service-page) .post .service-card h2 {
    margin-top: 0;
  }
  :is(.post-page, .service-page) .btn {
    max-width: 100%;
    white-space: normal;
    line-height: 1.5;
  }
  /* Homepage: keep the grids, improve introductory and experience prose. */
  body:has(#hero) main .section-header .section-subtitle {
    font-size: 1.125rem;
    max-width: 42rem;
  }
  #hero p, #experience p {
    font-size: 1.125rem;
    line-height: 1.75;
  }
  body:has(#hero) main .section-eyebrow {
    font-size: 1rem;
  }
  /* Two-colour focus ring remains visible on light and dark surfaces. */
  :is(a, button, input, textarea, select):focus-visible {
    outline: 3px solid var(--brand-midnight);
    outline-offset: 3px;
    box-shadow: 0 0 0 3px #fff;
  }
}
