:root {
    --ai-bg: #090a0b;
    --ai-bg-soft: #101113;
    --ai-text: #e8e8e8;
    --ai-muted: #85888d;
    --ai-line: rgba(255, 255, 255, .14);
    --ai-blue: #39a8ff;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.ai-visual {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 14%, rgba(31, 55, 75, .13), transparent 32%),
        linear-gradient(135deg, #08090a, #0b0c0e 55%, #08090a);
    color: var(--ai-text);
    font-family: var(--font-sans);
}

.ai-visual::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, .012) 1px, transparent 1px);
    background-size: 100% 4px;
    content: "";
    opacity: .2;
}

.ai-visual__rail {
    position: absolute;
    z-index: 8;
    top: 0;
    bottom: 0;
    left: 4.15%;
    width: 1px;
    background: rgba(255, 255, 255, .19);
}

.ai-visual__rail i {
    position: sticky;
    top: 96px;
    display: block;
    width: 9px;
    height: 9px;
    margin-left: -4px;
    border: 1px solid rgba(57, 168, 255, .8);
    border-radius: 50%;
    background: var(--ai-blue);
    box-shadow: 0 0 0 4px rgba(57, 168, 255, .08);
}

.ai-visual__folio {
    position: absolute;
    bottom: 80px;
    left: 2.2%;
    color: rgba(255, 255, 255, .38);
    font-size: 9px;
    letter-spacing: .14em;
    writing-mode: vertical-rl;
}

.ai-part {
    position: relative;
}

.ai-part__inner {
    position: relative;
    width: min(calc(100% - 11vw), 1440px);
    margin: 0 auto;
}

.ai-part--influencer {
    min-height: 1080px;
}

.ai-feature {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    background: #0d1013;
}

.ai-feature__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .88;
    transform: scale(1.01);
    transition: opacity .42s ease, transform .58s cubic-bezier(.2, .65, .3, 1);
}

.ai-feature__image.is-changing {
    opacity: 0;
    transform: scale(1.025);
}

.ai-feature__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 6, 7, .98) 0%, rgba(5, 6, 7, .82) 27%, rgba(5, 6, 7, .13) 59%, rgba(5, 6, 7, .18) 100%),
        linear-gradient(180deg, rgba(5, 6, 7, .12) 45%, rgba(5, 6, 7, .92) 100%);
}

.ai-feature__empty {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    color: rgba(255, 255, 255, .32);
    text-align: center;
    background:
        linear-gradient(120deg, rgba(57, 168, 255, .08), transparent 35%),
        repeating-linear-gradient(90deg, transparent 0 90px, rgba(255, 255, 255, .025) 91px);
}

.ai-feature__empty span {
    color: rgba(57, 168, 255, .56);
    font-size: 12px;
    letter-spacing: .3em;
}

.ai-feature__empty p {
    margin: 14px 0 0;
    font-size: 12px;
}

.ai-part1__content {
    z-index: 2;
    min-height: 1080px;
    padding-top: 125px;
}

.ai-editorial-copy {
    position: relative;
    z-index: 3;
    width: 470px;
}

.ai-eyebrow {
    margin: 0 0 36px;
    color: var(--ai-blue);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .08em;
}

.ai-heading {
    margin: 0;
    color: #eee;
    font-family: var(--font-serif);
    font-size: clamp(72px, 6.2vw, 96px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: .92;
}

.ai-heading-line {
    display: block;
    width: 34px;
    height: 1px;
    margin: 42px 0 34px;
    background: var(--ai-blue);
}

.ai-description {
    margin: 0;
    color: var(--ai-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.95;
    word-break: keep-all;
}

.ai-instagram {
    display: grid;
    grid-template-columns: 30px 1fr 20px;
    align-items: center;
    width: 350px;
    min-height: 68px;
    margin-top: 37px;
    padding: 0 25px;
    border: 1px solid rgba(57, 168, 255, .56);
    color: rgba(255, 255, 255, .86);
    transition: border-color .3s ease, background-color .3s ease;
}

.ai-instagram svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
}

.ai-instagram span {
    padding-left: 17px;
    font-size: 14px;
}

.ai-instagram i {
    color: rgba(255, 255, 255, .8);
    font-size: 18px;
    font-style: normal;
    transition: color .3s ease, transform .3s ease;
}

.ai-instagram:hover,
.ai-instagram:focus-visible {
    border-color: var(--ai-blue);
    outline: 1px solid rgba(57, 168, 255, .32);
    outline-offset: 3px;
    background: rgba(57, 168, 255, .06);
}

.ai-instagram:hover i,
.ai-instagram:focus-visible i {
    color: var(--ai-blue);
    transform: translate(3px, -3px);
}

.ai-slider {
    --visible-cards: 6;
    --card-gap: 14px;
    position: absolute;
    right: 0;
    bottom: 89px;
    left: 0;
    padding: 0 54px 36px;
}

.ai-slider__viewport {
    overflow: hidden;
    outline: none;
    touch-action: pan-y;
}

.ai-slider__viewport:focus-visible {
    outline: 1px solid var(--ai-blue);
    outline-offset: 5px;
}

.ai-slider__track {
    display: flex;
    gap: var(--card-gap);
    transition: transform .48s cubic-bezier(.22, .75, .2, 1);
    will-change: transform;
}

.ai-thumb-card {
    position: relative;
    flex: 0 0 calc((100% - (var(--visible-cards) - 1) * var(--card-gap)) / var(--visible-cards));
    padding: 0;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    border: 1px solid var(--ai-line);
    border-radius: 10px;
    background: #111;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .3s ease, opacity .3s ease;
}

.ai-thumb-card.is-active {
    border-color: rgba(57, 168, 255, .88);
}

.ai-thumb-card img,
.ai-visual-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2, .65, .3, 1);
}

.ai-card-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
    place-items: center;
    background: rgba(4, 8, 12, 0);
    opacity: 0;
    transition: opacity .35s ease, background-color .35s ease;
}

.ai-card-zoom {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 50%;
    color: #fff;
    transform: scale(.85);
    transition: transform .35s ease;
}

.ai-card-zoom svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
}

.ai-thumb-card:hover .ai-card-overlay,
.ai-thumb-card:focus-visible .ai-card-overlay,
.ai-visual-card:hover .ai-card-overlay,
.ai-visual-card:focus-visible .ai-card-overlay {
    opacity: 1;
    background: rgba(3, 8, 12, .42);
}

.ai-thumb-card:hover .ai-card-zoom,
.ai-thumb-card:focus-visible .ai-card-zoom,
.ai-visual-card:hover .ai-card-zoom,
.ai-visual-card:focus-visible .ai-card-zoom {
    transform: scale(1);
}

.ai-thumb-card:hover img,
.ai-thumb-card:focus-visible img,
.ai-visual-card:hover img,
.ai-visual-card:focus-visible img {
    transform: scale(1.025);
}

.ai-thumb-card:hover,
.ai-visual-card:hover {
    border-color: var(--ai-line);
    outline: none;
}

.ai-thumb-card:focus-visible,
.ai-visual-card:focus-visible {
    border-color: var(--ai-line);
    outline: 1px solid rgba(57, 168, 255, .8);
    outline-offset: 2px;
}

.ai-slider__arrow {
    position: absolute;
    z-index: 5;
    top: calc(50% - 35px);
    display: grid;
    place-items: center;
    width: 40px;
    height: 56px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, .72);
    font-size: 29px;
    cursor: pointer;
    transition: color .25s ease, opacity .25s ease;
}

.ai-slider__arrow--prev { left: 0; }
.ai-slider__arrow--next { right: 0; }

.ai-slider__arrow:hover,
.ai-slider__arrow:focus-visible {
    color: var(--ai-blue);
    outline: 1px solid rgba(57, 168, 255, .6);
}

.ai-slider__arrow:disabled {
    cursor: default;
    opacity: .18;
}

.ai-slider__dots {
    position: absolute;
    right: 54px;
    bottom: 0;
    left: 54px;
    display: flex;
    justify-content: center;
    gap: 14px;
}

.ai-slider__dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .25);
    cursor: pointer;
}

.ai-slider__dot.is-active {
    background: var(--ai-blue);
    box-shadow: 0 0 8px rgba(57, 168, 255, .45);
}

.ai-slider__empty {
    display: grid;
    flex: 0 0 100%;
    place-items: center;
    min-height: 250px;
    border: 1px solid var(--ai-line);
    color: var(--ai-muted);
    font-size: 12px;
}

.ai-part--objects {
    border-top: 1px solid var(--ai-line);
}

.ai-part2__layout {
    display: grid;
    grid-template-columns: minmax(270px, 330px) minmax(0, 1fr);
    gap: clamp(60px, 6vw, 105px);
    padding-top: 105px;
    padding-bottom: 170px;
}

.ai-editorial-copy--part2 {
    width: auto;
    padding-top: 17px;
}

.ai-heading--part2 {
    font-size: clamp(62px, 5vw, 80px);
    line-height: .97;
}

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

.ai-visual-card {
    position: relative;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    border: 1px solid var(--ai-line);
    border-radius: 10px;
    background: #111;
    color: #fff;
    cursor: zoom-in;
    transition: border-color .3s ease;
}

.ai-grid-empty {
    grid-column: 1 / -1;
    display: grid;
    place-content: center;
    min-height: 480px;
    border: 1px solid var(--ai-line);
    color: var(--ai-muted);
    text-align: center;
}

.ai-grid-empty strong {
    color: rgba(57, 168, 255, .65);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .18em;
}

.ai-grid-empty p {
    margin: 15px 0 0;
    font-size: 12px;
}

/* Scroll reveal */
.ai-part.is-motion-ready .ai-eyebrow,
.ai-part.is-motion-ready .ai-heading,
.ai-part.is-motion-ready .ai-heading-line,
.ai-part.is-motion-ready .ai-description,
.ai-part.is-motion-ready .ai-instagram,
.ai-part.is-motion-ready .ai-feature,
.ai-part.is-motion-ready .ai-thumb-card,
.ai-part.is-motion-ready .ai-visual-card {
    opacity: 0;
    transform: translateY(22px);
}

.ai-part.is-motion-ready.is-visible .ai-eyebrow,
.ai-part.is-motion-ready.is-visible .ai-heading,
.ai-part.is-motion-ready.is-visible .ai-heading-line,
.ai-part.is-motion-ready.is-visible .ai-description,
.ai-part.is-motion-ready.is-visible .ai-instagram,
.ai-part.is-motion-ready.is-visible .ai-feature,
.ai-part.is-motion-ready.is-visible .ai-thumb-card,
.ai-part.is-motion-ready.is-visible .ai-visual-card {
    opacity: 1;
    transform: translateY(0);
}

.ai-part.is-motion-ready .ai-eyebrow { transition: opacity .6s ease, transform .6s ease; }
.ai-part.is-motion-ready .ai-heading { transition: opacity .72s ease .08s, transform .72s cubic-bezier(.22, .75, .2, 1) .08s; }
.ai-part.is-motion-ready .ai-heading-line { transition: opacity .65s ease .16s, transform .65s ease .16s; }
.ai-part.is-motion-ready .ai-description { transition: opacity .68s ease .22s, transform .68s ease .22s; }
.ai-part.is-motion-ready .ai-instagram { transition: opacity .68s ease .29s, transform .68s ease .29s, border-color .3s ease, background-color .3s ease; }
.ai-part.is-motion-ready .ai-feature { transition: opacity .8s ease .08s, transform .85s cubic-bezier(.22, .75, .2, 1) .08s; }
.ai-part.is-motion-ready .ai-thumb-card,
.ai-part.is-motion-ready .ai-visual-card { transition: opacity .58s ease, transform .62s cubic-bezier(.22, .75, .2, 1), border-color .3s ease; }
.ai-part.is-motion-ready .ai-thumb-card:nth-child(2), .ai-part.is-motion-ready .ai-visual-card:nth-child(2) { transition-delay: .06s; }
.ai-part.is-motion-ready .ai-thumb-card:nth-child(3), .ai-part.is-motion-ready .ai-visual-card:nth-child(3) { transition-delay: .1s; }
.ai-part.is-motion-ready .ai-thumb-card:nth-child(4), .ai-part.is-motion-ready .ai-visual-card:nth-child(4) { transition-delay: .14s; }
.ai-part.is-motion-ready .ai-thumb-card:nth-child(5), .ai-part.is-motion-ready .ai-visual-card:nth-child(5) { transition-delay: .18s; }
.ai-part.is-motion-ready .ai-thumb-card:nth-child(6), .ai-part.is-motion-ready .ai-visual-card:nth-child(6) { transition-delay: .22s; }
.ai-part.is-motion-ready .ai-visual-card:nth-child(n+7) { transition-delay: .26s; }

/* Lightbox */
.ai-lightbox {
    position: fixed;
    z-index: 9999;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .24s ease, visibility .24s ease;
}

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

.ai-lightbox.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.ai-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .92);
    backdrop-filter: blur(10px);
}

.ai-lightbox__dialog {
    position: relative;
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 70px;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 55px 4vw 45px;
}

.ai-lightbox__figure {
    display: grid;
    place-items: center;
    min-width: 0;
    height: 100%;
    margin: 0;
}

.ai-lightbox__image {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 130px);
    object-fit: contain;
    cursor: pointer;
    box-shadow: 0 20px 80px rgba(0, 0, 0, .55);
}

.ai-lightbox__caption {
    position: absolute;
    bottom: 22px;
    left: 50%;
    color: rgba(255, 255, 255, .58);
    font-size: 10px;
    letter-spacing: .12em;
    transform: translateX(-50%);
}

.ai-lightbox__close,
.ai-lightbox__nav {
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.ai-lightbox__close {
    position: absolute;
    z-index: 3;
    top: 25px;
    right: 29px;
    width: 46px;
    height: 46px;
}

.ai-lightbox__close span {
    position: absolute;
    top: 22px;
    left: 9px;
    width: 28px;
    height: 1px;
    background: currentColor;
}

.ai-lightbox__close span:first-child { transform: rotate(45deg); }
.ai-lightbox__close span:last-child { transform: rotate(-45deg); }

.ai-lightbox__nav {
    position: relative;
    z-index: 2;
    height: 90px;
    font-size: 30px;
    opacity: .72;
}

.ai-lightbox__nav:hover,
.ai-lightbox__nav:focus-visible,
.ai-lightbox__close:hover,
.ai-lightbox__close:focus-visible {
    color: var(--ai-blue);
    outline: 1px solid rgba(57, 168, 255, .65);
}

.ai-lightbox__count {
    position: absolute;
    right: 30px;
    bottom: 23px;
    margin: 0;
    color: rgba(255, 255, 255, .5);
    font-size: 11px;
}

.ai-lightbox__count span:first-child { color: var(--ai-blue); }

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

/* Native :target fallback: remains functional even when site JavaScript is blocked. */
.ai-fallback-lightbox {
    position: fixed;
    z-index: 10001;
    inset: 0;
    display: none;
}

.ai-fallback-lightbox:target {
    display: block;
}

body:has(.ai-fallback-lightbox:target) {
    overflow: hidden;
}

.ai-fallback-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .94);
    backdrop-filter: blur(10px);
}

.ai-fallback-lightbox__dialog {
    position: relative;
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 70px;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 55px 4vw 45px;
}

.ai-fallback-lightbox__figure {
    display: grid;
    place-items: center;
    min-width: 0;
    height: 100%;
    margin: 0;
}

.ai-fallback-lightbox__image-close {
    display: grid;
    place-items: center;
    max-width: 100%;
    max-height: 100%;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.ai-fallback-lightbox__figure img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 130px);
    object-fit: contain;
    box-shadow: 0 20px 80px rgba(0, 0, 0, .55);
}

.ai-fallback-lightbox__figure figcaption {
    position: absolute;
    bottom: 22px;
    left: 50%;
    color: rgba(255, 255, 255, .58);
    font-size: 10px;
    letter-spacing: .12em;
    transform: translateX(-50%);
}

.ai-fallback-lightbox__close,
.ai-fallback-lightbox__nav {
    color: #fff;
    text-decoration: none;
}

.ai-fallback-lightbox__close {
    position: absolute;
    z-index: 3;
    top: 25px;
    right: 29px;
    width: 46px;
    height: 46px;
}

.ai-fallback-lightbox__close span {
    position: absolute;
    top: 22px;
    left: 9px;
    width: 28px;
    height: 1px;
    background: currentColor;
}

.ai-fallback-lightbox__close span:first-child { transform: rotate(45deg); }
.ai-fallback-lightbox__close span:last-child { transform: rotate(-45deg); }

.ai-fallback-lightbox__nav {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    height: 90px;
    font-size: 30px;
    opacity: .72;
}

.ai-fallback-lightbox__nav:hover,
.ai-fallback-lightbox__nav:focus-visible,
.ai-fallback-lightbox__close:hover,
.ai-fallback-lightbox__close:focus-visible {
    color: var(--ai-blue);
    outline: 1px solid rgba(57, 168, 255, .65);
}

.ai-fallback-lightbox__count {
    position: absolute;
    right: 30px;
    bottom: 23px;
    margin: 0;
    color: rgba(255, 255, 255, .5);
    font-size: 11px;
}

.ai-fallback-lightbox__count span { color: var(--ai-blue); }

@media (max-width: 1180px) {
    .ai-part__inner { width: min(calc(100% - 12vw), 1040px); }
    .ai-heading { font-size: 72px; }
    .ai-slider { --visible-cards: 4; }
    .ai-part2__layout { grid-template-columns: 270px minmax(0, 1fr); gap: 55px; }
    .ai-visual-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
    .ai-visual__rail,
    .ai-visual__folio { display: none; }

    .ai-part__inner {
        width: auto;
        margin-inline: 22px;
    }

    .ai-part--influencer,
    .ai-part1__content { min-height: 0; }

    .ai-feature {
        position: relative;
        height: auto;
        aspect-ratio: 4 / 5;
    }

    .ai-feature__overlay {
        background: linear-gradient(180deg, rgba(5, 6, 7, .1) 35%, rgba(5, 6, 7, .85) 100%);
    }

    .ai-part1__content {
        padding-top: 85px;
        padding-bottom: 110px;
    }

    .ai-editorial-copy {
        width: auto;
        margin-bottom: 65px;
    }

    .ai-eyebrow { margin-bottom: 27px; }

    .ai-heading {
        font-size: clamp(48px, 14vw, 62px);
        line-height: .95;
    }

    .ai-heading-line { margin: 31px 0 26px; }
    .ai-description { font-size: 13px; }
    .ai-description br { display: none; }

    .ai-instagram {
        width: 100%;
        max-width: 370px;
    }

    .ai-slider {
        --visible-cards: 2.2;
        position: relative;
        inset: auto;
        margin-inline: -22px;
        padding: 0 22px 40px;
    }

    .ai-slider__viewport { overflow: visible; }
    .ai-slider__arrow { display: none; }
    .ai-slider__dots { right: 22px; left: 22px; }

    .ai-thumb-card,
    .ai-visual-card { border-radius: 7px; }

    .ai-part2__layout {
        display: block;
        padding-top: 90px;
        padding-bottom: 120px;
    }

    .ai-editorial-copy--part2 {
        margin-bottom: 60px;
        padding-top: 0;
    }

    .ai-visual-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 11px;
    }

    .ai-grid-empty { min-height: 330px; }

    .ai-lightbox__dialog {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        padding: 55px 8px 48px;
    }

    .ai-fallback-lightbox__dialog {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        padding: 58px 10px 45px;
    }

    .ai-fallback-lightbox__figure img { max-height: calc(100svh - 135px); }
    .ai-fallback-lightbox__close { top: 12px; right: 12px; }
    .ai-fallback-lightbox__figure figcaption { bottom: 18px; }

    .ai-lightbox__image { max-height: calc(100svh - 135px); }
    .ai-lightbox__close { top: 12px; right: 12px; }
    .ai-lightbox__caption { bottom: 18px; }
}

/* AI Visual Part 1: immersive mobile visual. */
@media (max-width: 767px) {
    .ai-part--influencer {
        --ai-part1-visual-height: clamp(720px, 100svh, 900px);
        min-height: 0;
    }

    .ai-part--influencer .ai-feature {
        position: absolute;
        inset: 0 0 auto;
        height: var(--ai-part1-visual-height);
        aspect-ratio: auto;
    }

    .ai-part--influencer .ai-feature__image {
        opacity: 1;
        object-position: 48% center !important;
    }

    .ai-part--influencer .ai-feature__image.is-changing {
        opacity: 0;
    }

    .ai-part--influencer .ai-feature__overlay {
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 35%,
            rgba(0, 0, 0, .14) 55%,
            rgba(0, 0, 0, .84) 100%
        );
    }

    .ai-part1__content {
        min-height: 0;
        padding-top: 0;
    }

    .ai-part1__content .ai-editorial-copy {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        min-height: var(--ai-part1-visual-height);
        margin-bottom: 65px;
        padding-bottom: clamp(36px, 6svh, 56px);
    }

    .ai-part1__content .ai-description {
        color: rgba(255, 255, 255, .72);
    }

    .ai-part1__content .ai-instagram {
        border-color: rgba(255, 255, 255, .35);
        color: rgba(255, 255, 255, .86);
    }
}

/* Shared lightbox mobile UX. Tablet and desktop rules above remain unchanged. */
@media (max-width: 767px) {
    .ai-lightbox__dialog {
        display: block;
        padding: 0 8px;
        overflow: hidden;
        touch-action: pan-y;
    }

    .ai-lightbox__figure {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: calc(58px + env(safe-area-inset-top)) 0 calc(52px + env(safe-area-inset-bottom));
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y;
    }

    .ai-lightbox__image {
        flex: 0 0 auto;
        width: calc(100vw - 16px);
        max-width: calc(100vw - 16px);
        height: auto;
        max-height: none;
        margin: auto;
        object-fit: contain;
    }

    .ai-lightbox__nav {
        display: none;
    }

    .ai-lightbox__close {
        position: fixed;
        top: calc(8px + env(safe-area-inset-top));
        right: 8px;
        width: 46px;
        height: 46px;
    }

    .ai-lightbox__caption {
        position: fixed;
        bottom: calc(18px + env(safe-area-inset-bottom));
    }

    .ai-lightbox__count {
        position: fixed;
        right: 12px;
        bottom: calc(18px + env(safe-area-inset-bottom));
    }
}

@media (prefers-reduced-motion: reduce) {
    .ai-feature__image,
    .ai-thumb-card img,
    .ai-visual-card img,
    .ai-slider__track,
    .ai-part * {
        animation: none !important;
        transition-duration: .01ms !important;
    }

    .ai-thumb-card:hover img,
    .ai-thumb-card:focus-visible img,
    .ai-visual-card:hover img,
    .ai-visual-card:focus-visible img {
        transform: none;
    }
}
