@font-face {
    font-family: "HiCareSans";
    src: url("../fonts/hicaregiver-sans-light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "HiCareSans";
    src: url("../fonts/hicaregiver-sans-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "HiCareSans";
    src: url("../fonts/hicaregiver-sans-italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "HiCareSans";
    src: url("../fonts/hicaregiver-sans-bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --ink: #071334;
    --ink-soft: #40516f;
    --muted: #66758f;
    --line: #dce5f4;
    --surface: #ffffff;
    --surface-soft: #f5f8ff;
    --blue: #3f7de3;
    --blue-dark: #185ed1;
    --navy: #010c38;
    --green: #0da37f;
    --amber: #f5ad36;
    --shadow: 0 20px 48px rgba(1, 12, 56, 0.13);
    --radius: 8px;
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

section[id] {
    scroll-margin-top: 96px;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: "HiCareSans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background: #fff;
    text-rendering: optimizeLegibility;
}

body.is-lightbox-open {
    overflow: hidden;
}

img,
svg {
    display: block;
}

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

button,
input,
select,
textarea {
    font: inherit;
}

.site-header {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 76px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    padding: 12px max(24px, calc((100vw - var(--container)) / 2));
    color: var(--ink);
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(220, 229, 244, 0.95);
    box-shadow: 0 10px 30px rgba(1, 12, 56, 0.06);
    backdrop-filter: blur(18px);
}

.brand,
.brand-logo picture,
.brand-logo img {
    display: block;
}

.brand-logo img {
    width: 262px;
    max-height: 46px;
    object-fit: contain;
}

.site-nav {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    color: var(--ink-soft);
    font-size: 0.9rem;
    font-weight: 750;
    border: 1px solid rgba(220, 229, 244, 0.78);
    border-radius: 999px;
    background: rgba(245, 248, 255, 0.78);
}

.site-nav a {
    padding: 8px 14px;
    border-radius: 999px;
    transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-nav a:hover {
    color: var(--blue-dark);
    background: #fff;
    box-shadow: 0 8px 18px rgba(1, 12, 56, 0.06);
}

.header-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    padding: 2px;
    border: 1px solid rgba(220, 229, 244, 0.95);
    border-radius: 999px;
    background: var(--surface-soft);
}

.lang-switch a,
.lang-switch button {
    min-width: 34px;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    color: var(--ink-soft);
    font-size: 0.78rem;
    font-weight: 800;
    border: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
}

.lang-switch a.is-active,
.lang-switch button.is-active {
    color: #fff;
    background: var(--blue);
}

.header-cta,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 800;
    cursor: pointer;
}

.header-cta,
.btn-primary {
    color: #fff;
    background: var(--blue);
    box-shadow: 0 14px 28px rgba(63, 125, 227, 0.24);
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.header-cta:hover,
.btn-primary:hover {
    transform: translateY(-1px);
    background: var(--blue-dark);
    box-shadow: 0 18px 34px rgba(63, 125, 227, 0.3);
}

.btn-secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.08);
}

.btn svg,
.slider-controls svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.btn {
    gap: 10px;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: var(--ink);
}

.hero-compact {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 138px max(24px, calc((100vw - var(--container)) / 2)) 74px;
    color: #fff;
    background: var(--navy);
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 630px;
}

.hero-bg {
    position: absolute;
    inset: 0;
}

.hero-bg::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(1, 12, 56, 0.94) 0%, rgba(1, 12, 56, 0.82) 38%, rgba(1, 12, 56, 0.28) 72%, rgba(1, 12, 56, 0.12) 100%),
        linear-gradient(180deg, rgba(63, 125, 227, 0.18), rgba(1, 12, 56, 0.12));
}

.hero-bg picture,
.hero-bg img {
    width: 100%;
    height: 100%;
}

.hero-bg picture {
    display: block;
}

.hero-bg img {
    object-fit: cover;
}

.eyebrow,
.slide-kicker {
    margin: 0 0 12px;
    color: var(--blue);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-compact .eyebrow {
    color: #c8dcff;
}

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

h1 {
    margin-bottom: 20px;
    font-size: 4.45rem;
    line-height: 1.02;
    letter-spacing: 0;
}

h2 {
    margin-bottom: 18px;
    color: var(--navy);
    font-size: 2.35rem;
    line-height: 1.12;
    letter-spacing: 0;
}

h3 {
    margin-bottom: 10px;
    color: var(--navy);
    font-size: 1.15rem;
    line-height: 1.25;
}

.hero-copy {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.12rem;
}

.hero-actions,
.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-actions {
    margin-bottom: 28px;
}

.hero-points span {
    padding: 8px 12px;
    color: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.section-pad {
    padding: 82px max(24px, calc((100vw - var(--container)) / 2));
}

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

.section-heading h2,
.contact-copy h2 {
    margin-bottom: 0;
}

.concise {
    background: #fff;
}

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

.value-card,
.contact-form {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 10px 28px rgba(1, 12, 56, 0.05);
}

.value-card {
    padding: 24px;
}

.value-card span {
    display: inline-grid;
    width: 40px;
    height: 32px;
    place-items: center;
    margin-bottom: 28px;
    color: var(--blue-dark);
    font-size: 0.82rem;
    font-weight: 800;
    border-radius: 999px;
    background: #e8f0ff;
}

.value-card p,
.slide-copy p,
.contact-copy p,
.site-footer p {
    color: var(--muted);
}

.screens {
    background: var(--surface-soft);
}

.screens-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.screens-header h2 {
    margin-bottom: 0;
}

.slider-controls {
    display: inline-flex;
    gap: 10px;
}

.slider-controls button {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: #fff;
    border: 1px solid var(--blue);
    border-radius: 8px;
    background: var(--blue);
    box-shadow: 0 14px 28px rgba(63, 125, 227, 0.24);
    cursor: pointer;
}

.slider-controls button:hover {
    background: var(--blue-dark);
}

.screen-slider {
    position: relative;
    min-height: 0;
}

.demo-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: stretch;
    opacity: 0;
    pointer-events: none;
    transform: translateX(18px);
    transition: opacity 260ms ease, transform 260ms ease;
}

.demo-slide.is-active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.slide-copy {
    display: grid;
    grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 0 0 12px;
}

.slide-copy h3 {
    grid-column: 2;
    margin-bottom: 6px;
    font-size: 1.28rem;
}

.slide-copy .slide-kicker {
    grid-row: 1 / span 2;
    margin-bottom: 0;
}

.slide-copy p:last-child {
    grid-column: 2;
    max-width: 760px;
    margin-bottom: 0;
}

.slide-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 14px;
}

.slide-gallery.single {
    grid-template-columns: 1fr;
}

.slide-gallery picture {
    display: block;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}

.gallery-featured {
    aspect-ratio: 1.78 / 1;
}

.gallery-thumbs {
    display: grid;
    gap: 14px;
}

.gallery-thumbs picture {
    aspect-ratio: 1.45 / 1;
    box-shadow: 0 14px 30px rgba(1, 12, 56, 0.09);
}

.slide-gallery img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: top center;
}

.category-gallery {
    display: grid;
    gap: 14px;
}

.category-gallery.two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-gallery.four-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-gallery picture {
    display: block;
    overflow: hidden;
    aspect-ratio: 1.58 / 1;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}

.category-gallery.four-up picture {
    aspect-ratio: 1.64 / 1;
    box-shadow: 0 14px 30px rgba(1, 12, 56, 0.09);
}

.category-gallery img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center;
}

.screen-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.78 / 1;
}

.screen-frame picture,
.screen-frame img {
    display: block;
    width: 100%;
    height: 100%;
}

.screen-frame img {
    object-fit: contain;
    object-position: top center;
}

.screen-zoom {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 999px;
    background: rgba(7, 19, 52, 0.78);
    box-shadow: 0 14px 30px rgba(1, 12, 56, 0.24);
    cursor: pointer;
}

.screen-zoom svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.screen-lightbox[hidden] {
    display: none;
}

.screen-lightbox {
    position: fixed;
    z-index: 90;
    inset: 0;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 72px;
    gap: 18px;
    align-items: center;
    padding: 28px;
    background: rgba(1, 12, 56, 0.88);
}

.screen-lightbox figure {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 14px;
    max-width: 94vw;
    max-height: 92vh;
    margin: 0 auto;
}

.screen-lightbox figcaption {
    color: #fff;
    font-weight: 800;
}

.screen-lightbox img {
    max-width: 100%;
    max-height: calc(92vh - 44px);
    object-fit: contain;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.lightbox-close,
.lightbox-nav {
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.12);
    cursor: pointer;
}

.lightbox-close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    font-size: 2rem;
    line-height: 1;
}

.lightbox-nav {
    width: 66px;
    height: 66px;
    border-radius: 999px;
}

.lightbox-nav svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.slider-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.slider-dots button {
    min-height: 36px;
    padding: 0 13px;
    color: var(--ink-soft);
    font-weight: 750;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
}

.slider-dots button.is-active {
    color: #fff;
    border-color: var(--blue);
    background: var(--blue);
}

.pricing {
    background: #fff;
}

.pricing .section-heading {
    max-width: none;
}

.pricing-heading-row {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
    gap: 34px;
    align-items: end;
}

.pricing-heading-row p {
    max-width: 520px;
    margin: 0;
    color: var(--muted);
}

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

.pricing-card {
    min-height: 236px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface-soft);
}

.pricing-range {
    min-height: 48px;
    margin-bottom: 18px;
    color: var(--ink-soft);
    font-weight: 800;
}

.pricing-card h3 {
    margin-bottom: 4px;
    color: var(--navy);
    font-size: 2.45rem;
    letter-spacing: 0;
}

.pricing-card p:last-child {
    margin-bottom: 0;
    color: var(--muted);
}

.annual-price {
    display: grid;
    gap: 2px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(102, 117, 143, 0.18);
}

.annual-price strong {
    color: var(--ink);
    font-size: 1.15rem;
    line-height: 1.25;
}

.annual-price span {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.35;
}

.pricing-card-custom {
    color: #fff;
    border-color: var(--navy);
    background: var(--navy);
}

.pricing-card-custom .pricing-range,
.pricing-card-custom h3,
.pricing-card-custom p:last-child,
.pricing-card-custom .annual-price strong,
.pricing-card-custom .annual-price span {
    color: #fff;
}

.pricing-card-custom .annual-price {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.pricing-note {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin-top: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(63, 125, 227, 0.22);
    border-radius: var(--radius);
    background: #f8fbff;
}

.pricing-note strong {
    color: var(--blue-dark);
}

.pricing-note p {
    margin: 0;
    color: var(--ink-soft);
}

.compact-band {
    color: #fff;
    background: var(--navy);
}

.band-inner {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 38px;
    align-items: center;
}

.band-inner h2 {
    margin-bottom: 0;
    color: #fff;
}

.band-inner ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.band-inner li {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
}

.contact {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 38px;
    align-items: start;
}

.contact-copy {
    position: sticky;
    top: 112px;
}

.contact-form {
    padding: 26px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

label {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--ink);
    font-weight: 750;
}

input,
select,
textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 13px;
    color: var(--ink);
    border: 1px solid #cfdce1;
    border-radius: 8px;
    background: #fff;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

textarea {
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 4px rgba(63, 125, 227, 0.14);
}

.hidden-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.form-alert {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 8px;
    font-weight: 750;
}

.form-alert.success {
    color: #0d5d3a;
    background: #e6f6ee;
}

.form-alert.error {
    color: #8a2d25;
    background: #fdecea;
}

.form-submit {
    width: 100%;
    min-height: 52px;
}

.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px max(24px, calc((100vw - var(--container)) / 2)) 44px;
    border-top: 1px solid var(--line);
}

.site-footer .brand-logo img {
    width: 172px;
}

.footer-copy {
    display: grid;
    gap: 4px;
    text-align: right;
}

.site-footer p {
    margin-bottom: 0;
    font-weight: 750;
}

.footer-copy p {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 600;
}

.footer-copy a {
    color: var(--blue-dark);
}

.footer-copy span {
    margin: 0 8px;
    color: #a9b6cc;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 520ms ease, transform 520ms ease;
}

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

@media (max-width: 1040px) {
    h1 {
        font-size: 3.35rem;
    }

    h2 {
        font-size: 2rem;
    }

    .contact,
    .band-inner {
        grid-template-columns: 1fr;
    }

    .value-grid {
        grid-template-columns: 1fr;
    }

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

    .contact-copy {
        position: static;
    }
}

@media (max-width: 820px) {
    section[id] {
        scroll-margin-top: 128px;
    }

    .site-header {
        grid-template-columns: 1fr auto;
        gap: 12px;
        min-height: 72px;
        padding: 10px 16px;
    }

    .brand-logo img {
        width: 206px;
        max-height: 42px;
    }

    .nav-toggle {
        display: block;
    }

    .site-nav,
    .header-cta {
        display: none;
    }

    .header-actions {
        grid-column: 1 / -1;
        justify-content: space-between;
        gap: 12px;
    }

    .header-actions .header-cta {
        display: inline-flex;
    }

    .site-nav.is-open {
        grid-column: 1 / -1;
        display: grid;
        justify-self: stretch;
        gap: 6px;
        padding: 8px;
        border-radius: 12px;
    }

    .site-nav.is-open a {
        padding: 10px 8px;
        border-radius: 8px;
        background: var(--surface-soft);
    }

    .hero-compact {
        min-height: auto;
        padding-top: 166px;
    }

    .hero-bg::before {
        background:
            linear-gradient(180deg, rgba(1, 12, 56, 0.94) 0%, rgba(1, 12, 56, 0.84) 54%, rgba(1, 12, 56, 0.48) 100%),
            linear-gradient(90deg, rgba(63, 125, 227, 0.16), rgba(1, 12, 56, 0.14));
    }

    .hero-bg img {
        object-position: 58% center;
    }

    h1 {
        font-size: 2.55rem;
    }

    .section-pad {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .screens-header {
        align-items: flex-start;
    }

    .form-row,
    .screens-header {
        grid-template-columns: 1fr;
        display: grid;
    }

    .pricing-heading-row {
        grid-template-columns: 1fr;
        gap: 10px;
        align-items: start;
    }

    .pricing-heading-row p {
        max-width: none;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card {
        min-height: 0;
    }

    .pricing-note {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .pricing-range {
        min-height: 0;
    }

    .slide-copy {
        grid-template-columns: 1fr;
    }

    .slide-copy h3,
    .slide-copy .slide-kicker,
    .slide-copy p:last-child {
        grid-column: auto;
        grid-row: auto;
    }

    .slide-copy .slide-kicker {
        margin-bottom: 0;
    }

    .slide-gallery {
        grid-template-columns: 1fr;
    }

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

    .gallery-featured {
        aspect-ratio: 1.45 / 1;
    }

    .category-gallery.two-up,
    .category-gallery.four-up {
        grid-template-columns: 1fr;
    }

    .category-gallery picture,
    .category-gallery.four-up picture {
        aspect-ratio: 1.35 / 1;
    }

    .screen-frame {
        aspect-ratio: 1.25 / 1;
    }

    .screen-lightbox {
        grid-template-columns: 52px minmax(0, 1fr) 52px;
        gap: 8px;
        padding: 18px 10px;
    }

    .lightbox-nav {
        width: 50px;
        height: 50px;
    }

    .site-footer {
        display: grid;
    }

    .footer-copy {
        text-align: left;
    }
}

@media (max-width: 560px) {
    body {
        font-size: 15px;
    }

    .site-header {
        min-height: 64px;
        padding: 9px 12px;
    }

    .header-actions {
        align-items: stretch;
        gap: 8px;
    }

    .header-actions .header-cta {
        min-height: 42px;
        padding: 0 12px;
    }

    h1 {
        font-size: 2.15rem;
    }

    h2 {
        font-size: 1.62rem;
    }

    .hero-actions,
    .btn {
        width: 100%;
    }

    .hero-points span {
        width: 100%;
    }

    .contact-form,
    .value-card {
        padding: 18px;
    }

    .slide-copy {
        padding: 0 0 12px;
    }

    .gallery-featured,
    .gallery-thumbs picture,
    .category-gallery picture,
    .category-gallery.four-up picture {
        aspect-ratio: 1.25 / 1;
    }

    .screen-zoom {
        width: 46px;
        height: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
