/*
 * Mobile experience refinements — v1.42.0
 * Loaded after every theme stylesheet so responsive behavior stays consistent.
 */

.mobile-filter-toggle {
    display: none;
}

@media (max-width: 1024px) {
    html,
    body {
        max-width: 100%;
        overflow-x: clip;
    }

    body.is-menu-open {
        overflow: hidden;
        touch-action: none;
    }

    .navbar {
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 12px 34px rgba(17, 17, 17, .075);
        backdrop-filter: blur(22px) saturate(1.25);
        -webkit-backdrop-filter: blur(22px) saturate(1.25);
    }

    .navbar__grid {
        min-height: 94px;
        grid-template-columns: 56px minmax(0, 1fr) 56px;
        gap: 8px;
    }

    .brand {
        grid-column: 2;
        width: min(198px, 48vw);
    }

    .brand:hover {
        transform: none;
    }

    .mobile-menu-toggle {
        position: relative;
        display: grid;
        width: 56px;
        height: 56px;
        grid-column: 3;
        place-content: center;
        gap: 6px;
        padding: 0;
        border: 0;
        border-radius: 0;
        color: var(--ink);
        background: transparent;
        box-shadow: none;
        -webkit-tap-highlight-color: transparent;
    }

    .mobile-menu-toggle span {
        width: 27px;
        height: 2.5px;
        border-radius: 999px;
        background: currentColor;
        transform-origin: center;
        transition: transform .3s var(--ease), opacity .2s ease, width .25s ease;
    }

    .mobile-menu-toggle span:nth-child(2) {
        width: 20px;
        justify-self: end;
    }

    .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(8.5px) rotate(45deg);
    }

    .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
        width: 0;
        opacity: 0;
    }

    .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-8.5px) rotate(-45deg);
    }

    .mobile-menu-toggle:focus-visible {
        outline: 2px solid var(--brand);
        outline-offset: -7px;
    }

    .mobile-drawer__overlay {
        background: rgba(10, 10, 10, .58);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }

    .mobile-drawer__panel {
        width: min(430px, 94vw);
        padding: 0 24px 28px;
        border-radius: 30px 0 0 30px;
        box-shadow: -24px 0 70px rgba(0, 0, 0, .18);
        overscroll-behavior: contain;
    }

    .mobile-drawer__head {
        position: sticky;
        top: 0;
        z-index: 3;
        min-height: 104px;
        padding: 18px 0;
        border-bottom: 1px solid rgba(17, 17, 17, .08);
        background: rgba(255, 255, 255, .96);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .mobile-drawer__head img {
        width: min(190px, 56vw);
        max-height: 64px;
        object-fit: contain;
        object-position: left center;
    }

    .mobile-drawer__head button {
        display: grid;
        width: 48px;
        height: 48px;
        place-items: center;
        padding: 0;
        border: 0;
        border-radius: 0;
        color: var(--ink);
        background: transparent;
        box-shadow: none;
    }

    .mobile-drawer__head button:focus-visible {
        outline: 2px solid var(--brand);
        outline-offset: -5px;
    }

    .mobile-drawer__head svg {
        width: 28px;
        height: 28px;
        stroke-width: 1.8;
    }

    .mobile-drawer__eyebrow {
        margin: 27px 0 7px;
        color: #8a8a82;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .14em;
        text-transform: uppercase;
    }

    .mobile-nav {
        gap: 0;
        padding: 0 0 24px;
    }

    .mobile-nav > a,
    .mobile-accordion > button {
        position: relative;
        min-height: 62px;
        padding: 15px 0;
        border-bottom: 1px solid rgba(17, 17, 17, .075);
        color: #242421;
        font-size: 19px;
        line-height: 1.1;
        transition: color .2s ease, padding-left .25s var(--ease);
    }

    .mobile-nav > a::before,
    .mobile-accordion > button::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 0;
        height: 3px;
        border-radius: 999px;
        background: var(--brand);
        opacity: 0;
        transform: translateY(-50%);
        transition: width .25s var(--ease), opacity .2s ease;
    }

    .mobile-nav > a.is-active,
    .mobile-accordion > button.is-active,
    .mobile-nav > a:focus-visible,
    .mobile-accordion > button:focus-visible {
        color: #111;
        padding-left: 18px;
    }

    .mobile-nav > a.is-active::before,
    .mobile-accordion > button.is-active::before {
        width: 8px;
        opacity: 1;
    }

    .mobile-accordion button svg {
        width: 20px;
        height: 20px;
    }

    .mobile-accordion__content {
        margin: 0;
        padding: 0 0 0 16px;
        border-left: 1px solid rgba(17, 17, 17, .09);
    }

    .mobile-accordion.is-open .mobile-accordion__content {
        max-height: min(48vh, 430px);
        margin: 8px 0 12px;
        scrollbar-width: thin;
        scrollbar-color: rgba(17, 17, 17, .24) transparent;
    }

    .mobile-accordion__content a {
        min-height: 45px;
        padding: 12px 8px 12px 14px;
        border-bottom: 1px solid rgba(17, 17, 17, .055);
        color: #64645e;
        font-size: 14px;
        font-weight: 600;
    }

    .mobile-drawer .button--block {
        min-height: 56px;
        border-radius: 15px;
        font-size: 14px;
        box-shadow: 0 12px 26px rgba(25, 146, 84, .16);
    }

    /* Page layouts should never retain desktop minimum widths on tablets. */
    .contact-layout,
    .internal-split,
    .delivery-intro__split,
    .delivery-coverage__grid,
    .internal-audience__grid,
    .about-section__grid,
    .delivery-section__inner {
        min-width: 0;
    }

    img,
    video,
    iframe {
        max-width: 100%;
    }
}

@media (max-width: 760px) {
    :root {
        --mobile-page-gutter: 20px;
    }

    .container,
    .catalogs-listing__container {
        width: calc(100% - (var(--mobile-page-gutter) * 2));
        max-width: none;
    }

    .topbar {
        max-height: 40px;
    }

    .topbar__inner {
        min-height: 40px;
        padding-inline: 8px;
    }

    .topbar__rotator {
        display: block;
        width: 100%;
        overflow: hidden;
        font-size: 10.5px;
        letter-spacing: .015em;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .navbar__grid {
        min-height: 92px;
        grid-template-columns: 54px minmax(0, 1fr) 54px;
    }

    .brand {
        width: min(184px, 52vw);
    }

    .mobile-menu-toggle {
        width: 54px;
        height: 54px;
    }

    .site-header.is-compact .navbar {
        box-shadow: 0 10px 28px rgba(17, 17, 17, .09);
    }

    /* Shared mobile filter disclosure. */
    .mobile-filter-toggle {
        display: flex;
        width: 100%;
        min-height: 68px;
        align-items: center;
        gap: 13px;
        margin: 0 0 22px;
        padding: 11px 14px;
        border: 1px solid rgba(17, 17, 17, .1);
        border-radius: 17px;
        color: var(--ink);
        background: #fff;
        box-shadow: 0 12px 32px rgba(17, 17, 17, .05);
        font-family: var(--font-body);
        text-align: left;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        transition: border-color .2s ease, box-shadow .25s ease, transform .2s ease;
    }

    .mobile-filter-toggle:active {
        transform: scale(.99);
    }

    .mobile-filter-toggle:focus-visible {
        outline: 3px solid rgba(226, 210, 30, .32);
        outline-offset: 2px;
    }

    .mobile-filter-toggle[aria-expanded="true"] {
        border-color: rgba(17, 17, 17, .2);
        box-shadow: 0 15px 38px rgba(17, 17, 17, .075);
    }

    .mobile-filter-toggle__icon {
        display: grid;
        width: 44px;
        height: 44px;
        flex: 0 0 auto;
        place-items: center;
        border-radius: 13px;
        color: #111;
        background: var(--brand);
    }

    .mobile-filter-toggle__icon svg {
        width: 22px;
        height: 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .mobile-filter-toggle__copy {
        display: grid;
        min-width: 0;
        flex: 1;
        gap: 2px;
    }

    .mobile-filter-toggle__copy strong {
        font-family: var(--font-display);
        font-size: 16px;
        font-weight: 800;
        line-height: 1.1;
    }

    .mobile-filter-toggle__copy small {
        overflow: hidden;
        color: #7b7b74;
        font-size: 11px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mobile-filter-toggle__badge {
        display: inline-grid;
        min-width: 26px;
        height: 26px;
        place-items: center;
        padding: 0 7px;
        border-radius: 999px;
        color: #fff;
        background: #111;
        font-size: 11px;
        font-weight: 800;
    }

    .mobile-filter-toggle__badge[hidden] {
        display: none;
    }

    .mobile-filter-toggle__chevron {
        width: 20px;
        height: 20px;
        flex: 0 0 auto;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: transform .3s var(--ease);
    }

    .mobile-filter-toggle[aria-expanded="true"] .mobile-filter-toggle__chevron {
        transform: rotate(180deg);
    }

    .products-filter,
    .catalogs-filter {
        display: grid;
        max-height: 0;
        grid-template-columns: 1fr;
        gap: 0;
        margin: -10px 0 0;
        padding: 0 15px;
        overflow: hidden;
        border-width: 0;
        border-radius: 17px;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition:
            max-height .46s var(--ease),
            margin .35s var(--ease),
            padding .35s var(--ease),
            gap .35s var(--ease),
            border-width .15s ease,
            opacity .25s ease,
            transform .35s var(--ease);
    }

    .products-filter.is-mobile-open,
    .catalogs-filter.is-mobile-open {
        max-height: 620px;
        gap: 14px;
        margin: -10px 0 30px;
        padding: 16px;
        overflow: visible;
        border-width: 1px;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .products-filter__field,
    .catalogs-filter__field,
    .products-filter__field--search,
    .catalogs-filter__field--search,
    .products-filter__clear,
    .catalogs-filter__clear {
        grid-column: 1;
        width: 100%;
    }

    .products-filter__control,
    .catalogs-filter__control {
        min-height: 56px;
        border-radius: 14px;
    }

    .products-filter__control input,
    .products-filter__control select,
    .catalogs-filter__control input,
    .catalogs-filter__control select {
        min-height: 54px;
        font-size: 16px; /* prevents iOS zoom */
    }

    .products-filter__clear,
    .catalogs-filter__clear {
        min-height: 52px;
        border-radius: 14px;
    }

    .products-catalog,
    .catalogs-listing,
    .contact-section,
    .internal-section {
        padding-top: 70px;
        padding-bottom: 82px;
    }

    .products-catalog__head,
    .catalogs-listing__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
        margin-bottom: 24px;
    }

    .products-catalog__title h2,
    .catalogs-listing__head h2 {
        font-size: clamp(36px, 10vw, 48px);
        line-height: .98;
    }

    .products-results-count,
    .catalogs-results-count {
        display: inline-flex;
        min-height: 30px;
        align-items: center;
        margin: 0;
        padding: 6px 10px;
        border: 1px solid rgba(17, 17, 17, .08);
        border-radius: 999px;
        color: #6d6d66;
        background: #fafaf7;
        font-size: 11px;
    }

    /* Internal heroes receive the taller mobile header without becoming oversized. */
    .products-hero,
    .catalogs-hero,
    .contact-hero,
    .internal-hero {
        min-height: 340px;
        padding-top: 166px;
        padding-bottom: 48px;
    }

    .products-hero h1,
    .catalogs-hero h1,
    .contact-hero h1,
    .internal-hero h1 {
        max-width: 100%;
        font-size: clamp(44px, 13vw, 64px);
        line-height: .94;
        overflow-wrap: anywhere;
    }

    .products-breadcrumb,
    .catalogs-breadcrumb,
    .contact-breadcrumb,
    .internal-breadcrumb {
        max-width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
        white-space: nowrap;
    }

    .products-breadcrumb::-webkit-scrollbar,
    .catalogs-breadcrumb::-webkit-scrollbar,
    .contact-breadcrumb::-webkit-scrollbar,
    .internal-breadcrumb::-webkit-scrollbar {
        display: none;
    }

    /* Cards and interactive galleries. */
    .products-grid--items,
    .catalogs-grid {
        gap: 18px;
    }

    .product-item-card,
    .catalog-card,
    .testimonial-card,
    .institutional-info-card,
    .contact-form-panel {
        border-radius: 20px;
    }

    .product-item-card__button {
        width: 100%;
    }

    .product-item-card__overlay {
        display: none;
    }

    .product-item-card__media.has-secondary .product-item-card__image--secondary {
        opacity: 0;
    }

    .product-modal {
        align-items: flex-end;
        padding: 10px;
    }

    .product-modal__dialog {
        width: 100%;
        max-height: calc(100dvh - 20px);
        border-radius: 24px 24px 16px 16px;
    }

    .product-modal__gallery {
        padding: 14px;
    }

    .product-modal__stage {
        min-height: min(58vh, 430px);
        border-radius: 16px;
    }

    .product-modal__stage img {
        max-height: min(55vh, 410px);
        padding: 12px;
    }

    .product-modal__thumbs {
        padding-bottom: 3px;
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
    }

    .product-modal__thumbs::-webkit-scrollbar {
        display: none;
    }

    .products-pagination,
    .catalogs-pagination {
        max-width: 100%;
        justify-content: center;
        overflow: hidden;
    }

    /* Home sections. */
    .home-section {
        padding: 72px 0;
    }

    .hero,
    .hero-slide__inner {
        min-height: 720px;
    }

    .hero-slide__inner {
        padding-top: 164px;
        padding-bottom: 112px;
    }

    .hero-slide h1,
    .hero-slide h2 {
        font-size: clamp(40px, 11.5vw, 58px);
        line-height: .94;
    }

    .hero-slide__actions {
        gap: 10px;
    }

    .hero-slide__actions .button {
        min-height: 54px;
        border-radius: 14px;
    }

    .about-section__grid,
    .delivery-section__inner,
    .internal-split,
    .delivery-intro__split,
    .delivery-coverage__grid,
    .internal-audience__grid,
    .contact-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .about-section__grid,
    .delivery-section__inner,
    .internal-split,
    .delivery-intro__split,
    .delivery-coverage__grid,
    .internal-audience__grid {
        gap: 38px;
    }

    .category-card {
        min-height: 390px;
        border-radius: 22px;
    }

    .partner-video-cta {
        min-height: 620px;
        border-radius: 24px;
    }

    .testimonial-card {
        min-height: 330px;
        padding: 25px;
    }

    .brand-marquee {
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
        mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
    }

    /* Forms and footer. */
    .contact-field input,
    .contact-field select,
    .contact-field textarea,
    .newsletter-form__control input {
        font-size: 16px;
    }

    .contact-form-panel {
        padding: 26px 20px;
    }

    .footer-main {
        padding-top: 62px;
        padding-bottom: 46px;
    }

    .footer-main__grid {
        gap: 38px 24px;
    }

    .footer-bottom__inner {
        gap: 18px;
    }

    .footer-developed img {
        max-width: min(190px, 58vw);
        max-height: 52px;
    }
}

@media (max-width: 560px) {
    :root {
        --mobile-page-gutter: 17px;
    }

    .navbar__grid {
        min-height: 90px;
        grid-template-columns: 50px minmax(0, 1fr) 50px;
    }

    .brand {
        width: min(174px, 55vw);
    }

    .mobile-menu-toggle {
        width: 50px;
        height: 50px;
    }

    .mobile-menu-toggle span {
        width: 25px;
    }

    .mobile-menu-toggle span:nth-child(2) {
        width: 18px;
    }

    .mobile-drawer__panel {
        width: 100%;
        max-width: none;
        padding-inline: 20px;
        border-radius: 0;
    }

    .mobile-drawer__head {
        min-height: 96px;
    }

    .mobile-nav > a,
    .mobile-accordion > button {
        min-height: 59px;
        font-size: 18px;
    }

    .products-hero,
    .catalogs-hero,
    .contact-hero,
    .internal-hero {
        min-height: 328px;
        padding-top: 158px;
        padding-bottom: 42px;
    }

    .products-hero__description,
    .catalogs-hero p,
    .contact-hero p,
    .internal-hero p {
        font-size: 13px;
        line-height: 1.55;
    }

    .mobile-filter-toggle {
        min-height: 66px;
        border-radius: 16px;
    }

    .mobile-filter-toggle__icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .products-filter.is-mobile-open,
    .catalogs-filter.is-mobile-open {
        padding: 14px;
    }

    .products-grid--items,
    .catalogs-grid {
        grid-template-columns: 1fr;
    }

    .product-item-card__body {
        padding: 18px;
    }

    .products-pagination__arrow,
    .catalogs-pagination__nav {
        width: 42px;
        min-width: 42px;
        height: 42px;
    }

    .products-pagination__page,
    .catalogs-pagination__page {
        min-width: 34px;
        height: 38px;
        padding-inline: 6px;
    }

    .newsletter-form__control {
        min-height: 60px;
    }

    .footer-main__grid {
        grid-template-columns: 1fr;
    }

    .footer-brand,
    .footer-contact,
    .footer-column {
        grid-column: 1;
    }
}

@media (max-width: 380px) {
    :root {
        --mobile-page-gutter: 14px;
    }

    .brand {
        width: min(158px, 54vw);
    }

    .mobile-drawer__panel {
        padding-inline: 17px;
    }

    .mobile-filter-toggle {
        gap: 10px;
        padding-inline: 11px;
    }

    .mobile-filter-toggle__copy strong {
        font-size: 15px;
    }

    .mobile-filter-toggle__copy small {
        max-width: 170px;
    }

    .products-pagination__pages,
    .catalogs-pagination__pages {
        gap: 1px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .products-filter,
    .catalogs-filter,
    .mobile-filter-toggle__chevron,
    .mobile-menu-toggle span,
    .mobile-drawer__panel {
        transition: none !important;
    }
}

/*
 * Mobile centered composition — v1.44.0
 * Keeps the desktop direction intact and gives phones a calmer, centered layout.
 */
@media (max-width: 760px) {
    /* Mobile navigation: no active rail, no lateral movement on focus/hover. */
    .mobile-nav > a,
    .mobile-accordion > button {
        padding-inline: 0;
        text-align: left;
        transition: color .2s ease, background-color .2s ease;
    }

    .mobile-nav > a::before,
    .mobile-accordion > button::before {
        display: none !important;
        content: none !important;
    }

    .mobile-nav > a.is-active,
    .mobile-accordion > button.is-active,
    .mobile-nav > a:hover,
    .mobile-accordion > button:hover,
    .mobile-nav > a:focus-visible,
    .mobile-accordion > button:focus-visible {
        padding-left: 0;
        color: var(--ink);
        background: transparent;
        transform: none;
    }

    .mobile-nav > a.is-active,
    .mobile-accordion > button.is-active {
        font-weight: 800;
    }

    /* Home hero. */
    .hero-slide__inner {
        align-items: center;
    }

    .hero-slide__content {
        width: 100%;
        max-width: 650px;
        margin-inline: auto;
        text-align: center;
    }

    .hero-slide__kicker,
    .hero-slide__description {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-slide__description {
        max-width: 560px;
    }

    .hero-slide__actions {
        width: min(100%, 390px);
        margin-right: auto;
        margin-left: auto;
        align-items: stretch;
        justify-content: center;
    }

    .hero-slide__actions .button {
        width: 100%;
        justify-content: center;
    }

    .hero__pagination {
        justify-content: center;
    }

    /* Shared home headings. */
    .section-heading {
        display: block;
        max-width: 760px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .section-heading h2,
    .section-heading > div,
    .section-heading > p {
        margin-right: auto;
        margin-left: auto;
    }

    .section-heading > p {
        max-width: 620px;
        margin-top: 18px;
        margin-bottom: 0;
    }

    .section-kicker {
        text-align: center;
    }

    /* About home. */
    .about-section__grid {
        justify-items: center;
        text-align: center;
    }

    .about-section__brand {
        width: 100%;
        justify-content: center;
    }

    .about-section__brand img {
        width: min(78vw, 390px);
        margin-inline: auto;
    }

    .about-section__content {
        width: 100%;
        max-width: 680px;
        margin-inline: auto;
        text-align: center;
    }

    .about-section__content > p:not(.section-kicker) {
        margin-right: auto;
        margin-left: auto;
    }

    .about-section__content .button {
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }

    /* Delivery home. */
    .delivery-section {
        min-height: 760px;
    }

    .delivery-section__visual::before {
        background:
            linear-gradient(180deg, rgba(11, 11, 11, .72) 0%, rgba(11, 11, 11, .85) 52%, rgba(11, 11, 11, .96) 100%);
    }

    .delivery-section__inner {
        justify-items: center;
        text-align: center;
    }

    .delivery-section__content {
        width: 100%;
        max-width: 680px;
        margin-inline: auto;
        text-align: center;
    }

    .delivery-section__content > p:not(.section-kicker) {
        margin-right: auto;
        margin-left: auto;
    }

    .delivery-section__content .button {
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }

    .delivery-cities-list {
        width: 100%;
        max-width: 680px;
        justify-self: center;
        text-align: center;
    }

    .delivery-cities-list__items {
        justify-content: center;
    }

    /* Categories home. */
    .categories-section .section-heading {
        text-align: center;
    }

    .category-card__content {
        justify-items: center;
        padding: 26px 22px;
        text-align: center;
    }

    .category-card__content strong {
        min-height: 0;
    }

    .category-card__content em {
        margin-right: auto;
        margin-left: auto;
    }

    /* Partner video CTA. */
    .partner-video-cta__overlay {
        background:
            linear-gradient(180deg, rgba(8, 8, 8, .36) 0%, rgba(8, 8, 8, .56) 38%, rgba(8, 8, 8, .93) 100%);
    }

    .partner-video-cta__content {
        right: 22px;
        bottom: 34px;
        left: 22px;
        width: auto;
        max-width: 690px;
        margin-inline: auto;
        text-align: center;
    }

    .partner-video-cta__content > p:not(.section-kicker) {
        margin-right: auto;
        margin-left: auto;
    }

    .partner-video-cta__content .button {
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }

    .partner-video-cta__watch {
        top: 27%;
        left: 50%;
    }

    /* Reviews. */
    .testimonials-section .section-heading {
        text-align: center;
    }

    .testimonial-card {
        align-items: center;
        text-align: center;
    }

    .testimonial-card__top {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px 16px;
    }

    .testimonial-card__stars {
        text-align: center;
    }

    .testimonial-card blockquote {
        width: 100%;
    }

    .testimonial-card footer {
        width: 100%;
    }

    /* Newsletter. */
    .newsletter__grid,
    .newsletter__copy,
    .newsletter__form-wrap {
        justify-items: center;
        text-align: center;
    }

    .newsletter__copy {
        width: 100%;
        max-width: 620px;
        margin-inline: auto;
    }

    .newsletter__copy p {
        margin-right: auto;
        margin-left: auto;
    }

    .newsletter__form-wrap {
        max-width: 680px;
        margin-inline: auto;
    }

    .newsletter-form__control input {
        text-align: center;
    }

    .newsletter-consent {
        width: fit-content;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        justify-content: center;
        text-align: left;
    }

    /* Footer. */
    .footer-main__grid {
        justify-items: center;
        text-align: center;
    }

    .footer-brand,
    .footer-column,
    .footer-contact {
        width: 100%;
        max-width: 520px;
        justify-items: center;
        text-align: center;
    }

    .footer-brand img {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-brand > p {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-column a,
    .footer-menu,
    .footer-menu li {
        width: 100%;
        text-align: center;
    }

    .footer-column a {
        margin-inline: auto;
    }

    .footer-contact ul {
        width: 100%;
        max-width: 430px;
        margin-right: auto;
        margin-left: auto;
    }

    .footer-contact li {
        grid-template-columns: 22px minmax(0, auto);
        justify-content: center;
        text-align: left;
    }

    .social-links {
        justify-content: center;
    }

    .footer-bottom__inner {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .developed-by {
        justify-content: center;
    }

    .developed-by img {
        object-position: center;
    }

    /* Internal and listing heroes. */
    .internal-hero,
    .products-hero,
    .catalogs-hero,
    .contact-hero {
        align-items: center;
        text-align: center;
    }

    .internal-hero__inner,
    .products-hero__inner,
    .catalogs-hero__inner,
    .contact-hero__inner {
        width: 100%;
        margin-inline: auto;
        text-align: center;
    }

    .internal-breadcrumb,
    .products-breadcrumb,
    .catalogs-breadcrumb,
    .contact-breadcrumb {
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }

    .internal-hero h1,
    .products-hero h1,
    .catalogs-hero h1,
    .contact-hero h1,
    .internal-hero p,
    .products-hero__description,
    .catalogs-hero p,
    .contact-hero p {
        margin-right: auto;
        margin-left: auto;
    }

    /* Institutional pages. */
    .internal-section,
    .internal-split,
    .internal-split__copy,
    .internal-heading,
    .delivery-coverage__copy,
    .internal-audience__copy {
        text-align: center;
    }

    .internal-split,
    .internal-heading,
    .delivery-coverage__grid,
    .internal-audience__grid {
        justify-items: center;
    }

    .internal-split__copy,
    .internal-heading,
    .internal-heading > div,
    .internal-heading > p,
    .delivery-coverage__copy,
    .internal-audience__copy,
    .internal-rich-text,
    .internal-split__lead {
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
    }

    .internal-heading {
        display: block;
    }

    .internal-heading > p {
        margin-top: 18px;
    }

    .about-story-logo,
    .about-story-logo img,
    .internal-split__media {
        margin-right: auto;
        margin-left: auto;
    }

    .institutional-card-grid {
        width: 100%;
    }

    .institutional-info-card {
        text-align: center;
    }

    .institutional-info-card__icon {
        margin-right: auto;
        margin-left: auto;
    }

    .institutional-tags,
    .delivery-city-tags {
        justify-content: center;
    }

    .internal-cta {
        justify-content: center;
        text-align: center;
        background-image: linear-gradient(180deg, rgba(8, 8, 8, .58), rgba(8, 8, 8, .9)), var(--internal-cta-bg);
    }

    .internal-cta__content,
    .internal-cta p:not(.section-kicker) {
        margin-right: auto;
        margin-left: auto;
    }

    .internal-cta .button,
    .inline-arrow-link {
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }

    /* Products and catalogs content. */
    .products-catalog__head,
    .catalogs-listing__head {
        align-items: center;
        text-align: center;
    }

    .products-catalog__title,
    .catalogs-listing__head > div,
    .products-catalog__title > p:last-child,
    .catalogs-listing__head p {
        margin-right: auto;
        margin-left: auto;
    }

    .products-results-count,
    .catalogs-results-count {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .product-item-card__button,
    .catalog-card {
        text-align: center;
    }

    .product-item-card__body,
    .catalog-card__body {
        align-items: center;
        text-align: center;
    }

    .products-pagination,
    .catalogs-pagination {
        margin-right: auto;
        margin-left: auto;
    }

    /* Contact page: center presentation while keeping form fields readable. */
    .contact-layout {
        justify-items: center;
    }

    .contact-info,
    .contact-form-panel__head {
        text-align: center;
    }

    .contact-info h2,
    .contact-info__intro,
    .contact-form-panel__head p {
        margin-right: auto;
        margin-left: auto;
    }

    .contact-list {
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
    }

    .contact-socials {
        justify-content: center;
        flex-wrap: wrap;
    }

    .contact-form-panel {
        width: 100%;
        max-width: 760px;
    }

    .contact-field,
    .contact-consent {
        text-align: left;
    }

    .contact-form__footer {
        align-items: center;
    }
}

@media (max-width: 560px) {
    .hero-slide__content {
        padding-inline: 2px;
    }

    .hero-slide__actions {
        width: 100%;
    }

    .section-heading h2,
    .about-section__content h2,
    .delivery-section__content h2,
    .partner-video-cta__content h2,
    .internal-split__copy h2,
    .internal-heading h2,
    .internal-cta h2,
    .delivery-coverage h2 {
        text-wrap: balance;
    }

    .delivery-cities-list__items li,
    .institutional-tags li,
    .delivery-city-tags li {
        justify-content: center;
        text-align: center;
    }

    .testimonial-card__top {
        flex-direction: column;
    }

    .newsletter-form__control {
        width: 100%;
    }

    .footer-contact li {
        grid-template-columns: 20px minmax(0, 1fr);
        width: 100%;
        justify-content: initial;
        text-align: left;
    }

    .developed-by {
        flex-direction: column;
        gap: 7px;
    }
}
