/* =====================================================================
   Dublin Publishing Press — responsive overrides
   Breakpoints: 1280 / 1100 / 1024 / 900 / 768 / 560 / 400
   ===================================================================== */

/* ---------------------------------------------------------- <= 1280px */
@media (max-width: 1280px) {
    :root { --gutter: 32px; }

    .about__quill { height: 240px; top: -50px; right: -10px; }
    .standards__grid { gap: 56px; }

    .main-nav ul { gap: 20px; }
    .main-nav__link { font-size: 15px; }
    .site-header__inner { gap: 20px; }

    .hero__copy { max-width: 560px; }
    .hero__books img { width: 128px; }
}

/* ---------------------------------------------------------- <= 1100px */
@media (max-width: 1100px) {
    /* Swap the desktop nav for the drawer */
    .main-nav,
    .header-call { display: none; }
    .nav-toggle { display: flex; }
    .site-header__actions { margin-left: auto; }
    .site-header__inner { gap: 16px; }

    .services-grid,
    .packages,
    .contact-cards,
    .value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .testimonial-track { grid-auto-columns: calc((100% - 28px) / 2); }

    .process__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 46px; }
    /* the rail only makes sense along a row, so hide it on the wrap */
    .process__item:nth-child(2n)::before { display: none; }

    .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .about__grid,
    .story__grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
    .about__media,
    .story__media { max-width: 560px; margin: 0 auto; }
    .about__quill { display: none; }
    .offset--navy::before { inset: 16px -14px -16px 14px; }

    .cta-block__grid,
    .contact-split,
    .standards__grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }


    .service-detail__item { gap: 26px; }

    .feature-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .promise-grid  { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .genre-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .media-split,
    .media-split--flip { grid-template-columns: minmax(0, 1fr); gap: 44px; }
    .media-split--flip .media-split__copy,
    .media-split--flip .media-split__media { order: 0; }
    .media-split__media { max-width: 560px; margin: 0 auto; justify-self: center; }
    .media-split--flip .offset--navy::before { inset: 16px -14px -16px 14px; }
}

/* ---------------------------------------------------------- <= 1024px
   The hero artwork stops being a background layer and becomes a band
   underneath the copy, so nothing sits on top of the text. */
@media (max-width: 1024px) {
    .hero::after { display: none; }
    .hero { display: flex; flex-direction: column; }
    .hero__inner { order: 1; }
    .hero__art { order: 2; }

    .hero__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding-top: 56px;
        padding-bottom: 0;
    }
    .hero__copy { max-width: none; padding-bottom: 40px; }

    .hero__art {
        position: relative;
        inset: auto;
        width: 100%;
        margin: 0;
        height: 440px;
        overflow: hidden;
    }
    .hero__splash { width: 74%; right: 6%; }
    .hero__books { top: -24%; right: -4%; height: 150%; }
    .hero__books img { width: 116px; }
    .hero__girl { height: 100%; right: 8%; }
}

/* ----------------------------------------------------------- <= 900px */
@media (max-width: 900px) {
    .section { padding: 72px 0; }
    .section--tight { padding: 56px 0; }
    .about,
    .process,
    .testimonials,
    .cta-block { padding: 72px 0; }

    .page-hero__inner { padding: 56px 0 52px; }

    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
        padding-top: 60px;
    }
    .site-footer__bar { margin-top: 44px; }

    .split-head { margin-bottom: 44px; }
    .section-head { margin-bottom: 44px; }

    .retailers__slide { width: 158px; height: 46px; margin-right: 18px; }

    .ticker { transform: rotate(-1.8deg); }
    .ticker__slide { width: 168px; margin-right: 18px; }

    .cta-strip,
    .newsletter-strip { flex-direction: column; align-items: flex-start; }
    .newsletter-strip form { width: 100%; min-width: 0; }

    .band { padding: 40px 0 46px; }
    .band__row--gold { margin-top: -24px; }
}

/* ----------------------------------------------------------- <= 768px */
@media (max-width: 768px) {
    :root { --gutter: 22px; }

    body { font-size: 14.5px; }


    .site-header__logo img { height: 44px; }
    .header-cta { padding: 10px 16px; font-size: 14px; }

    .services-grid,
    .packages,
    .contact-cards,
    .value-grid,
    .feature-grid { grid-template-columns: minmax(0, 1fr); }

    .services-grid { gap: 34px; }
    .testimonial-track { grid-auto-columns: 100%; }

    .reason-grid { grid-template-columns: minmax(0, 1fr); }
    .feature-cards { grid-template-columns: minmax(0, 1fr); }
    .promise-grid  { grid-template-columns: minmax(0, 1fr); }
    .genre-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .checklist { grid-template-columns: minmax(0, 1fr); }

    .service-detail__item {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
        padding-bottom: 40px;
    }
    .service-detail { gap: 40px; }
    .service-detail__icon { width: 76px; height: 76px; }
    .service-detail__icon .icon { font-size: 32px; }

    .hero__art { height: 380px; }
    .hero__books img { width: 96px; }

    .story__media::before { width: 120px; height: 120px; left: -12px; top: -12px; }

    .lead-form { padding: 28px 22px; }
    .field-row { grid-template-columns: minmax(0, 1fr); }

    .book-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 22px; }

    .contact-lines li { padding: 12px 14px; gap: 13px; }
    .contact-lines__icon { width: 42px; height: 42px; }
    .contact-lines__icon .icon { font-size: 16px; }

    .retailers__slide { width: 136px; height: 40px; margin-right: 14px; }

    .band__row { padding: 16px 0; }
    .band__track { gap: 30px; }

    .ticker { gap: 18px; padding: 18px 0 24px; }
    .ticker__slide { width: 146px; margin-right: 14px; }
    .book-tile__title { font-size: 14.5px; }


    .site-footer__bar { flex-direction: column; align-items: flex-start; }
}

/* ----------------------------------------------------------- <= 560px */
@media (max-width: 560px) {
    .section { padding: 56px 0; }
    .about,
    .process,
    .testimonials,
    .cta-block { padding: 56px 0; }

    .hero__inner { padding-top: 42px; }
    .hero__art { height: 320px; }
    .hero__splash { width: 92%; right: 2%; }
    .hero__books { display: none; }
    .hero__girl { right: 50%; transform: translateX(50%); }

    .hero__actions .btn,
    .split-head__actions .btn,
    .about__actions .btn,
    .story__actions .btn,
    .cta-strip__actions .btn,
    .error-page__actions .btn { width: 100%; }

    .hero__actions,
    .split-head__actions,
    .about__actions,
    .story__actions,
    .cta-strip__actions { width: 100%; }

    .process__grid { grid-template-columns: minmax(0, 1fr); row-gap: 44px; }
    .process__item::before { display: none; }
    .process__card { padding: 54px 24px 28px; }
    .stats { grid-template-columns: minmax(0, 1fr); gap: 30px; }
    .site-footer__grid { grid-template-columns: minmax(0, 1fr); }

    .book-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 16px; }

    .testimonial { padding: 26px 24px 22px; border-radius: 26px; }
    .value-card,
    .contact-card,
    .package { padding: 26px 22px; }

    .service-card { padding: 26px 22px; }
    .service-card__icon { width: 76px; height: 76px; margin-bottom: 20px; }
    .service-card__icon .icon { font-size: 34px; }

    .filter-pills { justify-content: flex-start; }
    .genre-grid { grid-template-columns: minmax(0, 1fr); }
    .reason-card { padding: 26px 22px; }
    .feature-cards li { padding: 22px 20px; }
    .promise-card { padding: 26px 22px; }

    .footer-newsletter { flex-wrap: wrap; gap: 10px; }
    .footer-newsletter input { flex: 1 1 100%; }
    .footer-newsletter button { flex: 1 1 100%; padding: 12px; }

    .back-to-top { right: 14px; bottom: 14px; width: 42px; height: 42px; }

    /* On a phone the full pill is half the screen wide and lands on top of
       the last row of footer links. Drop the wording and keep the disc: it
       still reads as chat, the links stay clear, and the footer does not
       have to grow to make room. The label returns on wider screens. */
    .chat-launcher { right: 14px; bottom: 14px; gap: 0; padding: 7px; }
    .chat-launcher__text { display: none; }
    .chat-launcher__mark { width: 40px; height: 40px; }
    .chat-launcher__mark .icon { font-size: 17px; }
    .chat-launcher.is-ready ~ .back-to-top { right: 14px; bottom: 80px; }
    /* Only the disc is left here, so the links need far less room reserved
       than on desktop — 72px clears it without forcing an extra row of
       links, which would grow the footer the long way round. */
    .has-live-chat .site-footer__bar ul { padding-right: 72px; }
}

/* ----------------------------------------------------------- <= 400px */
@media (max-width: 400px) {
    .site-header__logo img { height: 38px; }
    .header-cta { padding: 9px 12px; font-size: 13px; }
    .hero__trust { gap: 18px; }
    .hero__trust img { max-height: 24px; }
    .book-grid { grid-template-columns: minmax(0, 1fr); max-width: 300px; margin: 0 auto; }
}

/* ------------------------------------ service pages & navigation --- */

@media (max-width: 1280px) {
    .dropdown { width: min(540px, calc(100vw - 40px)); }

    /* Tighter columns before the drawer takes over at 1100px */
    .mega__inner { gap: 24px 22px; padding-top: 28px; padding-bottom: 26px; }
    .mega__heading { font-size: 11px; letter-spacing: .1em; }
    .mega__heading::before { flex-basis: 16px; }
    .mega__item { padding: 8px 10px; gap: 9px; }
    .mega__text strong { font-size: 14px; }
    .mega__text small { font-size: 11.5px; }
}

@media (max-width: 1100px) {
    /* The drawer takes over here, so the desktop panels must not linger */
    .dropdown,
    .mega { display: none !important; }

    .step-grid,
    .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
}

@media (max-width: 768px) {
    .step-grid,
    .related-grid { grid-template-columns: minmax(0, 1fr); }

    .feature-grid--wide { gap: 14px; }
    .prose p { font-size: 14.5px; }
    .prose--lead p { font-size: 15.5px; }

    .page-hero__actions { margin-top: 24px; }
    .page-hero__actions .btn { flex: 1 1 auto; justify-content: center; }
}

@media (max-width: 560px) {
    .step-card { padding: 26px 22px 22px; }
    .related-card { padding: 16px; }
    .section-cta { margin-top: 34px; }
}

/* --------------------------- service card slider & split rows --- */

@media (max-width: 1100px) {
    .card-slider__track { grid-auto-columns: calc((100% - 30px) / 2); }
    .page-service .media-split { gap: 48px; }
}

@media (max-width: 900px) {
    /* Stack the lead block and the image rows, image first */
    .cta-block--service .cta-block__grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
    .page-service .media-split { grid-template-columns: minmax(0, 1fr); gap: 36px; }
    .page-service .media-split--flip .media-split__copy  { order: 2; }
    .page-service .media-split--flip .media-split__media { order: 1; justify-self: stretch; }
    .page-service .media-split__media { max-width: 560px; margin: 0 auto; }
    .page-service .media-split__media img { max-height: 420px; }
}

@media (max-width: 768px) {
    .card-slider__track { grid-auto-columns: 84%; gap: 18px; }
    .cta-block--service { padding: 60px 0 64px; }
}

@media (max-width: 560px) {
    .card-slider__track { grid-auto-columns: 90%; }
    .page-service .media-split__media img { max-height: 340px; }
}

/* ------------------------------------------ split hero on services --- */

@media (max-width: 1100px) {
    .page-hero__split { gap: 44px; padding-top: 60px; padding-bottom: 64px; }
}

@media (max-width: 900px) {
    .page-hero__split { grid-template-columns: minmax(0, 1fr); gap: 40px; }
    .page-hero--split .h-page,
    .page-hero--split .lede { max-width: none; }
    .page-hero__form { max-width: 520px; width: 100%; }
}

@media (max-width: 768px) {
    .page-hero__split { padding-top: 48px; padding-bottom: 52px; }
    .hero-points { gap: 10px; margin-top: 22px; }
    .hero-points li { font-size: 14.5px; }
}

/* ----------------------------------------------- enquiry pop-up --- */

@media (max-width: 900px) {
    /* The photograph becomes a banner across the top rather than a column */
    .modal__dialog { grid-template-columns: minmax(0, 1fr); }
    .modal__art { height: 190px; }
    .modal__art img { object-position: center 12%; }
    .modal__art-note { display: none; }
    .modal__body { padding: 26px 26px 24px; }
}

@media (max-width: 560px) {
    .modal { padding: 12px; }
    .modal__dialog { max-height: calc(100vh - 24px); border-radius: 16px; }
    .modal__art { height: 140px; }
    .modal__logo { height: 34px; margin-bottom: 14px; }
    .modal__intro { font-size: 14px; margin-bottom: 18px; }
}

/* =====================================================================
   TABLET & MOBILE — centred content
   Headings, their action rows and the copy inside cards centre up from
   1024px down. Long-form prose is deliberately left out: centring a
   multi-line paragraph makes every line start in a different place and
   is markedly harder to read.
   ===================================================================== */

@media (max-width: 1024px) {

    /* --- section headings and hero copy --- */
    .section-head--left { margin-left: auto; margin-right: auto; text-align: center; }

    .split-head { justify-content: center; text-align: center; }
    .split-head__copy { max-width: none; }
    .split-head__actions { width: 100%; justify-content: center; }

    .hero__copy { text-align: center; }
    .hero__actions,
    .hero__trust { justify-content: center; }

    /* Centre the hero copy as one block. Targeting __inner and __intro
       alone was not enough: the split hero used on service pages has no
       __inner, so its breadcrumb, heading and lede stayed left while the
       intro paragraphs centred — the two halves disagreed. Centring the
       copy column itself keeps every line of it in step. */
    .page-hero__inner,
    .page-hero__copy { text-align: center; }

    /* Blocks with their own max-width need centring as boxes, not just text */
    .page-hero__intro,
    .page-hero__copy .lede { margin-left: auto; margin-right: auto; }

    /* Flex rows ignore text-align, so they are centred on their own axis.
       The split hero pins these to flex-start with a two-class selector of
       its own, so these have to out-weigh it rather than rely on this file
       simply being loaded later. */
    .page-hero.page-hero--split .breadcrumb,
    .page-hero.page-hero--split .page-hero__actions,
    .page-hero .breadcrumb,
    .page-hero .page-hero__actions,
    .hero-points li { justify-content: center; }

    /* --- copy inside cards --- */
    .step-card,
    .service-card,
    .value-card,
    .reason-card,
    .contact-card,
    .process__card { text-align: center; }

    /* Icon plates are their own boxes, so text-align cannot move them */
    .service-card__icon { margin-left: auto; margin-right: auto; }

    /* This card is an icon-beside-text row; stack it or centring reads as
       a ragged second column rather than a centred card. */
    .feature-cards li { flex-direction: column; align-items: center; text-align: center; }

    /* --- copy columns of the image + text split rows --- */
    /* Once these stack under their image there is no column edge left for
       the text to align to, so they centre with everything else. */
    .about__copy,
    .story__copy,
    .media-split__copy,
    .cta-block__copy,
    .cta-strip__copy { text-align: center; }

    .about__actions,
    .story__actions,
    .media-split__cta,
    .cta-strip__actions { justify-content: center; }

    /* Bullets stay left, deliberately. Centring a tick list breaks the
       single edge the icons line up on and leaves every row starting in a
       different place, which is markedly harder to scan. */
    .tick-list,
    .checklist,
    .hero-points,
    .contact-lines,
    .about__copy ul,
    .story__copy ul,
    .media-split__copy ul,
    .media-split__copy ol { text-align: left; }

    /* Form controls keep their own alignment — a centred placeholder and a
       left-aligned typed value look like a rendering fault. */
    .page-hero__form,
    .lead-form,
    .field input,
    .field select,
    .field textarea { text-align: left; }

    /* (The privacy caption is centred in style.css — it is scoped to the
       lead form and applies at every width, not just here.) */
}

/* =====================================================================
   MOBILE — long card grids become swipe sliders
   The grid itself becomes the scroll track (JS adds .is-mobile-slider),
   so no wrapper is needed and the existing markup is untouched. Cards sit
   at 84% width so the next one peeks in and advertises the swipe.

   This block is last in the file on purpose: it carries the same
   specificity as the `grid-template-columns: 1fr` rules above, so source
   order is what lets it win.
   ===================================================================== */

@media (max-width: 768px) {

    .is-mobile-slider {
        display: grid;
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: 84%;
        gap: 18px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        /* Room for the cards' shadow, which the scroll box would clip */
        padding: 8px 4px 18px;
        margin: -8px -4px 0;
    }
    .is-mobile-slider::-webkit-scrollbar { display: none; }

    .is-mobile-slider > * { scroll-snap-align: start; min-width: 0; }

    /* Genre tiles are small and there are twelve of them — one per swipe
       would be twelve swipes, so they ride two at a time. */
    .genre-grid.is-mobile-slider { grid-auto-columns: 46%; gap: 14px; }

    /* The lift on hover gets clipped by the scroll container, and there is
       no hover on touch anyway. */
    .is-mobile-slider > *:hover { transform: none; }

    /* Rails drawn between process nodes assume a row that wraps */
    .is-mobile-slider .process__item::before { display: none; }

    .slider-nav--mobile { display: flex; }
    /* Beats the [hidden] the slider sets when everything fits on one page */
    .slider-nav--mobile[hidden] { display: none; }
}

@media (max-width: 560px) {
    .is-mobile-slider { grid-auto-columns: 88%; gap: 14px; }
}

/* =====================================================================
   Blog "coming soon" panel
   ===================================================================== */
@media (max-width: 768px) {
    .soon { padding: 42px 28px 38px; }
    .soon__title { font-size: 23px; }
}

@media (max-width: 560px) {
    .soon { padding: 34px 20px 30px; border-radius: 14px; }
    .soon__badge { width: 54px; height: 54px; font-size: 22px; margin-bottom: 18px; }
    .soon__title { font-size: 20px; }
    .soon__text, .soon__note { font-size: 14px; }
    .soon__list { margin-top: 26px; padding-top: 22px; }
    /* Full-width buttons beat two cramped ones side by side. */
    .soon__actions { flex-direction: column; }
    .soon__actions .btn { width: 100%; }
}

/* --------------------------------------------- manuscript health check --- */
@media (max-width: 1100px) {
    .stat-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .verdict { grid-template-columns: 1fr; gap: 24px; padding: 32px 30px; }
    .verdict__mark { border-right: 0; border-bottom: 1px solid var(--navy-line); padding: 0 0 20px; }
    .hc-next { grid-template-columns: 1fr; gap: 28px; padding: 32px 28px; }
}

@media (max-width: 860px) {
    .report-grid, .habit-grid { grid-template-columns: 1fr; gap: 22px; }
    .hc-checks { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 560px) {
    .stat-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hc-form { padding: 26px 20px 24px; }
    .hc-form textarea { min-height: 200px; padding: 14px; }
    .report-col { padding: 22px 20px 6px; }
    .habit { padding: 22px 20px; }
    .verdict { padding: 26px 22px; }
    .hc-next { padding: 26px 20px; }
    .hc-next__form { padding: 20px 18px; }
    .metric__head { flex-direction: column; gap: 2px; }
    .limits { padding-left: 18px; }
}

/* =====================================================================
   BLOG — listing and article page
   ===================================================================== */

/* ---------------------------------------------------------- <= 1200px */
@media (max-width: 1200px) {
    .post-shell { grid-template-columns: minmax(0, 1fr) 290px; gap: 48px; }
    .post-featured { gap: 44px; }
}

/* ---------------------------------------------------------- <= 1024px */
@media (max-width: 1024px) {
    /* The rail is a desktop convenience. Stacked under a phone-width column
       the contents list is just a second copy of the headings the reader is
       about to scroll past, so the whole sidebar goes rather than getting in
       the way — the article still ends with the author card, the share row
       and the full call-to-action strip. */
    .post-shell { grid-template-columns: minmax(0, 1fr); gap: 0; }
    .post-side { display: none; }
    .post-main { max-width: none; }

    .post-featured { grid-template-columns: minmax(0, 1fr); gap: 40px; }
    .post-featured__frame::before { inset: 14px -12px -14px 12px; }
}

/* ----------------------------------------------------------- <= 900px */
@media (max-width: 900px) {
    .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
}

/* ----------------------------------------------------------- <= 768px */
@media (max-width: 768px) {
    .post-top { padding-top: 40px; }
    .post-top h1 { margin: 18px 0 16px; }
    .post-top__standfirst { font-size: 16px; margin-bottom: 24px; }
    .post-byline { padding: 16px 0 36px; gap: 12px; }
    .post-byline__facts { margin-left: 0; width: 100%; }
    .post-cover { border-radius: 14px; }

    .post-section { padding: 40px 0 64px; }

    .post-body,
    .post-body p,
    .post-body li { font-size: 15.5px; }
    .post-body h2 { margin-top: 44px; }
    .post-body blockquote { padding: 24px 22px 24px 58px; }
    .post-body blockquote::before { left: 18px; font-size: 52px; }
    .post-body blockquote p { font-size: 16.5px; }

    .blog-featured-section { padding-top: 44px; }
}

/* ----------------------------------------------------------- <= 560px */
@media (max-width: 560px) {
    .post-grid { grid-template-columns: minmax(0, 1fr); }
    .post-byline__facts { gap: 8px; font-size: 12.5px; }
    .post-author { flex-direction: column; align-items: flex-start; gap: 16px; padding: 26px 22px; }
    .post-share { justify-content: center; }
    .post-share__label { width: 100%; text-align: center; margin: 0 0 4px; }
    .blog-filter { gap: 8px; margin-bottom: 30px; }
    .blog-filter__chip { font-size: 12.5px; padding: 8px 16px; }
    .post-table { min-width: 480px; font-size: 13.5px; }
    .post-table th,
    .post-table td { padding: 12px 14px; }
    .post-featured h2 { font-size: 25px; }
    .post-card__body { padding: 22px 20px 18px; }

    /* ------------------------------------------------- centred on phones */
    /* The rest of the site centres its copy on a narrow screen, so the blog
       does the same throughout: hero, cards, article masthead, headings and
       body copy. Tables keep their own alignment because a centred data cell
       is unreadable, and the FAQ answers stay ranged left inside their
       accordion so the questions and answers line up with each other. */
    .page-blog .page-hero__inner,
    .page-blog .split-head,
    .page-blog .split-head__copy,
    .post-featured__body,
    .post-card__body,
    .post-top .container,
    .post-faq__title,
    .post-author,
    .post-author > div { text-align: center; }

    .page-blog .breadcrumb,
    .post-top .breadcrumb,
    .blog-filter,
    .post-featured__meta,
    .post-share { justify-content: center; }

    .post-top h1,
    .post-top__standfirst { margin-left: auto; margin-right: auto; }

    .post-byline { flex-direction: column; gap: 12px; text-align: center; }
    .post-byline__facts { margin-left: 0; justify-content: center; }

    .post-card__meta { flex-wrap: wrap; justify-content: center; }
    .post-card__more { margin-left: 0; width: 100%; justify-content: center; margin-top: 6px; }

    .post-author { align-items: center; }
    .post-author__mark { margin: 0 auto; }

    /* Headings centre with the furniture; body copy does not. */
    .post-body h2,
    .post-body h3,
    .post-body h4 { text-align: center; }
    .post-body h2::before,
    .post-faq__title::before { left: 50%; transform: translateX(-50%); }

    .post-body,
    .post-body p,
    .post-body li,
    .post-body blockquote,
    .post-body figcaption { text-align: center; }

    /* Lists keep their markers pinned to the text rather than floating off
       to the left of a centred line. */
    .post-body ul,
    .post-body ol { max-width: 27em; margin-inline: auto; }
    .post-body li { padding-left: 0; }
    .post-body ul > li::before,
    .post-body ol > li::before { position: static; display: inline-flex; vertical-align: middle; margin-right: 9px; }
    .post-body ul > li::before { content: ""; display: inline-block; width: 7px; height: 7px; }
    .post-body ol > li::before { top: auto; }

    .post-body blockquote { padding: 24px 22px; }
    .post-body blockquote::before { position: static; display: block; margin: -10px auto 0; }

    /* Tabular data and the FAQ stay ranged left — a centred cell or a
       centred answer is genuinely harder to read than the alternative. */
    .post-body .table-wrap,
    .post-table th,
    .post-table td,
    .faq__item,
    .faq summary,
    .faq__answer { text-align: left; }
}
