/*
Theme Name: Octoclean Mayoristas
Theme URI: https://octoclean.local/
Author: Octoclean
Description: Landing onepage liviana para Octoclean, fábrica de productos químicos y limpieza.
Version: 5.5.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: octoclean
*/

:root {
    --oc-ink: #06133b;
    --oc-ink-soft: #21335f;
    --oc-blue: #0067d8;
    --oc-cyan: #00bdf2;
    --oc-purple: #7626c8;
    --oc-green: #20b15a;
    --oc-yellow: #ffd231;
    --oc-mist: #f5fbff;
    --oc-white: #ffffff;
    --oc-line: rgba(6, 19, 59, 0.12);
    --oc-shadow: 0 22px 70px rgba(0, 73, 154, 0.18);
    --oc-radius: 8px;
    --oc-max: 1180px;
    --oc-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--oc-ink);
    background: #050c24;
    font-family: var(--oc-font);
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

.skip-link,
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    z-index: 1000;
    top: 16px;
    left: 16px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    margin: 0;
    clip: auto;
    color: var(--oc-white);
    background: var(--oc-ink);
    border-radius: var(--oc-radius);
}

.icon {
    width: 1.1em;
    height: 1.1em;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-whatsapp-img {
    width: 1.25em;
    height: 1.25em;
}

.icon-raster img {
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.08));
}

.mobile-logo-header {
    display: none;
}

.mobile-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-logo-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.floating-nav {
    position: fixed;
    z-index: 1000;
    left: 50%;
    bottom: calc(24px + env(safe-area-inset-bottom));
    width: fit-content;
    max-width: calc(100vw - 32px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 10px;
    color: rgba(255, 255, 255, 0.74);
    background:
        linear-gradient(135deg, rgba(4, 16, 47, 0.93), rgba(5, 32, 72, 0.9)),
        rgba(6, 19, 59, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    box-shadow: 0 26px 78px rgba(0, 28, 84, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(22px) saturate(1.25);
    -webkit-backdrop-filter: blur(22px) saturate(1.25);
    transform: translateX(-50%);
}

.nav-item {
    min-width: 74px;
    min-height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 10px;
    color: inherit;
    border-radius: 28px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.nav-item .icon {
    width: 21px;
    height: 21px;
}

.nav-item.active,
.nav-item:hover {
    color: var(--oc-yellow);
    background: rgba(255, 210, 49, 0.1);
}

.nav-item:hover {
    transform: translateY(-1px);
}

.nav-cta,
.button {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    overflow: hidden;
    border-radius: 999px;
    font-weight: 900;
    white-space: nowrap;
}

.nav-cta {
    min-height: 50px;
    gap: 8px;
    margin-left: 4px;
    padding: 12px 18px;
    color: var(--oc-white) !important;
    background: linear-gradient(120deg, var(--oc-green), #0f9148);
    box-shadow: 0 16px 34px rgba(32, 177, 90, 0.28);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.nav-cta:hover {
    transform: scale(1.03);
    box-shadow: 0 18px 42px rgba(32, 177, 90, 0.32);
}

.button-primary {
    color: var(--oc-white);
    background: linear-gradient(120deg, var(--oc-green), #0f9148);
    box-shadow: 0 16px 34px rgba(32, 177, 90, 0.28);
}

.nav-cta::after,
.button-primary::after {
    content: "";
    position: absolute;
    inset: -80% -35%;
    z-index: -1;
    background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.55), transparent 60%);
    transform: translateX(-65%);
    animation: sheen 4.8s ease-in-out infinite;
}

.site-main {
    background: var(--oc-white);
}

.section-anchor {
    scroll-margin-top: 32px;
}

.hero-section {
    position: relative;
    min-height: 88svh;
    padding: 108px 22px 72px;
    overflow: hidden;
    display: grid;
    align-items: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 251, 255, 0.96)),
        url("octoclean-todos-los-productos-2.webp") center / cover no-repeat;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.8) 42%, rgba(255, 255, 255, 0.48) 100%),
        repeating-linear-gradient(90deg, rgba(0, 103, 216, 0.08) 0 1px, transparent 1px 96px);
    pointer-events: none;
}

.hero-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 64px;
    background: linear-gradient(180deg, transparent, var(--oc-white));
    pointer-events: none;
}

.hero-backdrop {
    position: absolute;
    inset: 0;
    width: min(1260px, 100%);
    margin: 0 auto;
    pointer-events: none;
}

.hero-product {
    position: absolute;
    filter: drop-shadow(0 28px 34px rgba(0, 38, 99, 0.18));
}

.hero-product-primary {
    right: 4%;
    bottom: 2%;
    width: min(43vw, 510px);
    animation: floatClean 7s ease-in-out infinite;
}

.hero-product-secondary {
    top: 106px;
    right: 13%;
    width: min(34vw, 430px);
    opacity: 0.95;
    animation: floatClean 8s ease-in-out 450ms infinite;
}

.hero-inner,
.section-inner,
.contact-inner,
.strip-inner,
.footer-inner {
    position: relative;
    z-index: 1;
    width: min(var(--oc-max), 100%);
    margin: 0 auto;
}

.hero-copy {
    max-width: 690px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--oc-blue);
    font-size: 0.82rem;
    font-weight: 1000;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 3px;
    background: var(--oc-yellow);
    border-radius: 999px;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 12ch;
    margin-bottom: 22px;
    font-size: 4.6rem;
    line-height: 0.94;
    font-weight: 1000;
    text-wrap: balance;
}

h2 {
    margin-bottom: 16px;
    font-size: 2.6rem;
    line-height: 1.02;
    font-weight: 1000;
    text-wrap: balance;
}

h3 {
    margin-bottom: 10px;
    font-size: 1.25rem;
    line-height: 1.12;
    font-weight: 1000;
}

.hero-copy p,
.section-heading p,
.benefit-copy p,
.wholesale-copy p,
.contact-inner p {
    color: var(--oc-ink-soft);
    font-size: 1.1rem;
}

.hero-copy p {
    max-width: 620px;
    margin-bottom: 28px;
}

.hero-actions,
.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0 0;
    padding: 0;
}

.hero-points div {
    min-width: 168px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: var(--oc-radius);
    box-shadow: 0 14px 34px rgba(3, 35, 78, 0.08);
}

.hero-points dt {
    color: var(--oc-blue);
    font-size: 0.75rem;
    font-weight: 1000;
    text-transform: uppercase;
}

.hero-points dd {
    margin: 2px 0 0;
    color: var(--oc-ink);
    font-weight: 900;
}

.intro-strip {
    padding: 18px 18px 0;
    background: var(--oc-white);
}

.strip-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    overflow: hidden;
    color: var(--oc-white);
    background: rgba(6, 19, 59, 0.12);
    border-radius: var(--oc-radius);
    box-shadow: var(--oc-shadow);
}

.strip-inner .strip-item {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    text-align: center;
    font-weight: 1000;
    background: linear-gradient(135deg, var(--oc-ink), #082c7a);
}

.strip-item .icon {
    width: 26px;
    height: 26px;
    color: var(--oc-yellow);
}

.content-section {
    padding: 96px 22px;
}

.products-section,
.faq-section {
    background: var(--oc-white);
}

.benefits-section,
.price-gallery {
    background:
        linear-gradient(180deg, rgba(245, 251, 255, 0.96), rgba(255, 255, 255, 0.98)),
        repeating-linear-gradient(135deg, rgba(0, 189, 242, 0.08) 0 1px, transparent 1px 92px);
}

.combos-section {
    background: #07143b;
    color: var(--oc-white);
}

.combos-section .section-heading p,
.combos-section .eyebrow {
    color: #d9f6ff;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 36px;
}

.section-heading.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.product-card,
.combo-card,
.benefit-list article,
.wholesale-row,
.faq-list details,
.poster-grid figure {
    border-radius: var(--oc-radius);
    box-shadow: 0 18px 50px rgba(3, 35, 78, 0.1);
}

.product-card {
    min-height: 100%;
    display: grid;
    grid-template-rows: 210px 1fr;
    overflow: hidden;
    background: var(--oc-white);
    border: 1px solid var(--oc-line);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 64px rgba(3, 35, 78, 0.16);
}

.product-media {
    display: grid;
    place-items: center;
    padding: 20px;
    background:
        linear-gradient(180deg, rgba(0, 189, 242, 0.14), rgba(255, 255, 255, 0.9)),
        var(--oc-mist);
}

.product-media img {
    width: 190px;
    height: 190px;
    object-fit: contain;
    transition: transform 220ms ease;
}

.product-card:hover .product-media img {
    transform: scale(1.04) rotate(-1deg);
}

.product-copy {
    padding: 24px;
}

.product-copy span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    margin-bottom: 12px;
    padding: 5px 10px;
    color: var(--oc-blue);
    background: rgba(0, 189, 242, 0.1);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 900;
}

.product-copy p {
    color: var(--oc-ink-soft);
}

.product-copy small {
    color: var(--oc-ink);
    font-weight: 900;
}

.benefit-layout,
.wholesale-layout,
.faq-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 36px;
    align-items: start;
}

.benefit-list {
    display: grid;
    gap: 14px;
}

.benefit-list article {
    padding: 24px;
    background: var(--oc-white);
    border: 1px solid rgba(0, 103, 216, 0.1);
}

.benefit-list article > .icon {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    padding: 9px;
    color: var(--oc-blue);
    background: rgba(0, 189, 242, 0.12);
    border-radius: 999px;
}

.benefit-list strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.12rem;
}

.benefit-list p {
    margin-bottom: 0;
    color: var(--oc-ink-soft);
}

.combo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.combo-card {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.combo-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    color: var(--oc-white);
    background: linear-gradient(135deg, var(--oc-blue), var(--oc-cyan));
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(0, 189, 242, 0.2);
}

.combo-icon .icon {
    width: 32px;
    height: 32px;
}

.combo-icon-card {
    margin-bottom: 16px;
}

.combo-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--oc-yellow);
    font-weight: 1000;
    text-transform: uppercase;
}

.combo-card p {
    color: #d9f6ff;
}

.combo-bottom {
    display: grid;
    grid-template-columns: minmax(82px, auto) 132px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.combo-bottom strong {
    color: var(--oc-white);
    font-size: 1.65rem;
    line-height: 1;
}

.combo-bottom a {
    position: relative;
    isolation: isolate;
    min-height: 38px;
    width: 132px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 14px;
    overflow: hidden;
    color: var(--oc-white);
    background: linear-gradient(120deg, var(--oc-green), #0f9148);
    border-radius: 999px;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(32, 177, 90, 0.24);
}

.combo-bottom a span:last-child {
    min-width: 72px;
    text-align: center;
}

.combo-bottom a .icon {
    width: 17px;
    height: 17px;
}

.combo-bottom a::after {
    content: "";
    position: absolute;
    inset: -90% -40%;
    z-index: -1;
    background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.55), transparent 60%);
    transform: translateX(-65%);
    animation: sheen 4.8s ease-in-out infinite;
}

.wholesale-section {
    background: var(--oc-white);
}

.wholesale-copy {
    position: sticky;
    top: 125px;
}

.wholesale-list {
    display: grid;
    gap: 12px;
}

.wholesale-row {
    display: grid;
    grid-template-columns: 76px 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 22px;
    background: linear-gradient(135deg, rgba(0, 189, 242, 0.1), rgba(255, 255, 255, 0.95));
    border: 1px solid var(--oc-line);
}

.wholesale-row small {
    display: block;
    margin-bottom: 4px;
    color: var(--oc-blue);
    font-size: 0.78rem;
    font-weight: 1000;
    text-transform: uppercase;
}

.wholesale-row strong {
    display: block;
    font-size: 1.25rem;
}

.wholesale-row p {
    margin-bottom: 0;
    color: var(--oc-ink-soft);
}

.wholesale-row b {
    font-size: 1.6rem;
}

.poster-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.poster-grid figure {
    margin: 0;
    overflow: hidden;
    background: var(--oc-white);
    border: 1px solid rgba(6, 19, 59, 0.1);
}

.poster-grid img {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

.poster-grid figcaption {
    padding: 14px;
    font-weight: 1000;
    text-align: center;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-list details {
    padding: 20px 22px;
    background: var(--oc-white);
    border: 1px solid var(--oc-line);
}

.faq-list summary {
    cursor: pointer;
    font-weight: 1000;
}

.faq-list p {
    margin: 12px 0 0;
    color: var(--oc-ink-soft);
}

.contact-section {
    padding: 92px 22px;
    color: var(--oc-white);
    background:
        linear-gradient(120deg, rgba(6, 19, 59, 0.92), rgba(0, 103, 216, 0.86)),
        url("octoclean-todos-los-productos-2.webp") center / cover no-repeat;
}

.contact-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
}

.contact-inner .eyebrow,
.contact-inner p {
    color: #e7fbff;
}

.contact-inner .button-secondary {
    color: var(--oc-white);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.28);
}

.site-footer {
    padding: 34px 22px calc(126px + env(safe-area-inset-bottom));
    background: #050c24;
    color: var(--oc-white);
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.footer-logo img {
    width: 96px;
    height: 58px;
    object-fit: contain;
}

.footer-inner p {
    margin: 0;
    color: #d9f6ff;
}

.footer-inner small {
    color: var(--oc-yellow);
    font-weight: 900;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 540ms ease, transform 540ms ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes sheen {
    0%,
    64% {
        transform: translateX(-65%);
    }
    100% {
        transform: translateX(65%);
    }
}

@keyframes floatClean {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -14px, 0);
    }
}

@keyframes floatCleanCentered {
    0%,
    100% {
        transform: translate3d(-50%, 0, 0);
    }
    50% {
        transform: translate3d(-50%, -12px, 0);
    }
}

@media (max-width: 1080px) {
    .product-grid,
    .combo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .poster-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-product-primary {
        width: 390px;
        opacity: 0.74;
    }

    .hero-product-secondary {
        width: 330px;
        opacity: 0.64;
    }
}

@media (max-width: 860px) {
    html {
        scroll-padding-top: 96px;
    }

    .mobile-logo-header {
        position: fixed;
        z-index: 1100;
        top: 0;
        left: 0;
        right: 0;
        min-height: 96px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: calc(8px + env(safe-area-inset-top)) 16px 8px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.82)),
            rgba(255, 255, 255, 0.9);
        border-bottom: 1px solid rgba(6, 19, 59, 0.08);
        box-shadow: 0 16px 40px rgba(0, 46, 112, 0.1);
        backdrop-filter: blur(18px) saturate(1.18);
        -webkit-backdrop-filter: blur(18px) saturate(1.18);
    }

    .mobile-logo-link {
        width: min(230px, 60vw);
        height: 84px;
        filter: drop-shadow(0 8px 14px rgba(0, 48, 112, 0.12));
    }

    .floating-nav {
        bottom: calc(16px + env(safe-area-inset-bottom));
        width: min(96vw, 460px);
        max-width: calc(100vw - 18px);
        justify-content: space-between;
        gap: 2px;
        padding: 6px;
    }

    .nav-item {
        min-width: 0;
        flex: 1 1 auto;
        min-height: 54px;
        padding: 6px 4px;
        font-size: 0.58rem;
    }

    .nav-item .icon {
        width: 19px;
        height: 19px;
    }

    .nav-cta {
        min-height: 48px;
        margin-left: 2px;
        padding: 10px 12px;
        font-size: 0.74rem;
    }

    .hero-section {
        min-height: 86svh;
        padding-top: 150px;
        padding-bottom: 46px;
    }

    .hero-section::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.76));
    }

    .hero-copy {
        max-width: 100%;
    }

    h1 {
        max-width: 10ch;
        font-size: 3.15rem;
    }

    h2 {
        font-size: 2.12rem;
    }

    .hero-product-primary {
        left: 50%;
        right: auto;
        bottom: 0;
        width: min(82vw, 340px);
        opacity: 0.5;
        animation-name: floatCleanCentered;
    }

    .hero-product-secondary {
        display: none;
    }

    .strip-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefit-layout,
    .wholesale-layout,
    .faq-layout,
    .contact-inner {
        grid-template-columns: 1fr;
    }

    .wholesale-copy {
        position: static;
    }

    .contact-actions {
        justify-content: flex-start;
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 620px) {
    .content-section {
        padding: 72px 16px;
    }

    .hero-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    h1 {
        font-size: 2.58rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    .hero-copy p,
    .section-heading p,
    .benefit-copy p,
    .wholesale-copy p,
    .contact-inner p {
        font-size: 1rem;
    }

    .hero-actions,
    .contact-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .floating-nav {
        width: min(96vw, 390px);
    }

    .nav-item {
        min-height: 50px;
        font-size: 0.52rem;
    }

    .nav-item .icon {
        width: 17px;
        height: 17px;
    }

    .nav-cta {
        padding: 9px 10px;
        font-size: 0.68rem;
    }

    .nav-cta .icon {
        width: 18px;
        height: 18px;
    }

    .nav-cta span {
        max-width: 68px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hero-points,
    .product-grid,
    .combo-grid,
    .poster-grid {
        grid-template-columns: 1fr;
    }

    .hero-points {
        display: grid;
    }

    .strip-inner {
        grid-template-columns: 1fr;
    }

    .product-card {
        grid-template-rows: 190px 1fr;
    }

    .combo-card {
        min-height: 250px;
    }

    .combo-bottom,
    .wholesale-row {
        align-items: flex-start;
        flex-direction: column;
        display: flex;
    }

    .wholesale-row .combo-icon {
        width: auto;
        height: auto;
        padding: 8px 12px;
    }

    .poster-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 8px;
    }

    .poster-grid figure {
        min-width: 82%;
        scroll-snap-align: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }

    [data-reveal] {
        opacity: 1;
        transform: none;
    }
}

