body.luis-page {
    background: #000;
    color: #fff;
    font-family: "Sarabun", "Mulish", sans-serif;
    cursor: default;
}

.luis-page a,
.luis-page button {
    cursor: pointer;
}

.luis-main {
    min-height: 100vh;
    background: #000;
    overflow-x: clip;
}

.luis-page .slider-bottom .item-group[data-status="2"] {
    display: none;
}

.luis-topbar {
    border-bottom: 3px solid #fd9900;
    background: #000;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.topbar-btn {
    min-height: 38px;
    padding: 7px 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, #cc4438 14.06%, #fb9105 100%);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    line-height: 1.1;
    flex: 0 0 auto;
    width: fit-content;
    max-width: 32%;
}

.topbar-btn img {
    width: 18px;
    height: auto;
}

.topbar-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
    flex: 0 1 auto;
    width: fit-content;
    max-width: 36%;
    margin: 0 auto;
}

.topbar-center img {
    width: min(336px, 42vw);
    height: auto;
}

.topbar-center span {
    color: #ff9900;
    font-size: clamp(10px, 1.1vw, 24px);
    font-weight: 800;
    line-height: 1.15;
}

.hero {
    position: relative;
    min-height: min(100vh, 980px);
    background: #000 url("./../images/luis/header/mobile_bg.webp") center top / cover no-repeat;
}

.hero-video-shell {
    width: 100%;
    padding: 18px 0 110px;
}

.hero-video-frame {
    width: min(100%, 796px);
    margin: 0 auto;
    background: url("./../images/luis/video_bg.webp") center / cover no-repeat;
    padding: 16px;
    border-radius: 24px;
}

.hero-video-frame video {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    object-fit: cover;
    background: #000;
}

.hero-tab,
.section-tab {
    width: 100%;
    display: block;
}

.hero-tab {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.intro-section {
    background: #000 url("./../images/luis/mobile_info_bg.webp") center top / cover no-repeat;
    padding: 30px 18px 42px;
    overflow: hidden;
}

.intro-copy {
    max-width: 1400px;
    margin: 0 auto 18px;
    text-align: center;
}

.intro-copy h1 {
    font-size: clamp(32px, 4vw, 60px);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 14px;
}

.intro-copy p {
    margin: 0 auto 12px;
    font-size: clamp(15px, 1.35vw, 22px);
    line-height: 1.45;
    font-weight: 600;
    max-width: 1450px;
}

.info-swiper {
    width: min(1550px, calc(100vw - 40px));
    margin: 0 auto;
    overflow: visible;
    padding: 20px 0 24px;
}

.info-swiper .swiper-wrapper {
    align-items: center;
}

.info-swiper .info-slide {
    position: relative;
    z-index: 1;
    width: 100%;
    transition: transform .3s ease, opacity .3s ease;
}

.info-swiper .info-slide-wrap {
    position: relative;
    width: 80%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.info-swiper .info-slide-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 24px;
}

.info-swiper .info-dim {
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}

.info-swiper .swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1;
    z-index: 10;
}

.info-swiper .swiper-slide-prev,
.info-swiper .swiper-slide-next {
    z-index: 2;
}

.info-swiper .swiper-slide-active .info-dim {
    opacity: 0;
}

.info-swiper .swiper-slide-prev .info-dim,
.info-swiper .swiper-slide-next .info-dim {
    opacity: 1;
}

.info-swiper .swiper-slide-prev {
    transform: translateX(190px) scale(0.6) !important;
}

.info-swiper .swiper-slide-next {
    transform: translateX(-190px) scale(0.6) !important;
}

.info-swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
    opacity: 0;
    pointer-events: none;
}

.story-block {
    max-width: 1460px;
    margin: 10px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

.story-title-image {
    width: min(656px, 100%);
    display: block;
    margin-bottom: 14px;
}

.story-paragraphs {
    display: grid;
    gap: 18px;
    color: #fff;
    font-size: clamp(16px, 1.15vw, 22px);
    line-height: 1.65;
}

.story-image img {
    width: min(608px, 100%);
    display: block;
    margin: 0 auto;
}

.gallery-section {
    background: #000 url("./../images/luis/gallery/bg-image-mobile.webp") center top / cover no-repeat;
    overflow: hidden;
}

.section-inner {
    width: min(1520px, calc(100vw - 28px));
    margin: 0 auto;
    padding: 40px 0 28px;
}

.section-inner h2 {
    margin: 0 0 18px;
    text-align: center;
    font-size: clamp(30px, 2.6vw, 40px);
    font-weight: 800;
    line-height: 1.15;
}

.achievement-heading {
    margin-top: 42px !important;
}

.reflect-shell {
    position: relative;
}

.reflect-swiper {
    margin-top: 18px;
}

.reflect-swiper .swiper-slide {
    height: calc((100% - 10px) / 2) !important;
}

.reflect-swiper .swiper-slide img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 18px;
}

.reflect-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    width: 54px;
    height: 54px;
    border: 0;
    background: transparent;
    padding: 0;
    display: none;
}

.reflect-nav img {
    width: 100%;
    height: auto;
}

.reflect-prev {
    left: -84px;
}

.reflect-next {
    right: -84px;
}

.reflect-pagination,
.gallery-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.reflect-pagination .swiper-pagination-bullet,
.gallery-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 1px solid #ffe26d;
    background: transparent;
    opacity: .35;
}

.reflect-pagination .swiper-pagination-bullet-active,
.gallery-pagination .swiper-pagination-bullet-active {
    background: #fa6901;
    opacity: 1;
}

.gallery-shell {
    width: 100%;
}

.gallery-main {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
}

.gallery-main .swiper-slide img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.gallery-overlay {
    position: absolute;
    left: 34px;
    right: auto;
    bottom: 40px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: calc(100% - 68px);
}

.gallery-overlay__title,
.thumb-title {
    color: #ff6a00;
    font-size: clamp(16px, 2.1vw, 36px);
    font-weight: 800;
    margin-bottom: 8px;
    line-height: 1.1;
}

.gallery-overlay__row,
.badge-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 8px;
    width: fit-content;
    max-width: 100%;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ffe26d;
    border-radius: 999px;
    color: #fff;
    padding: 7px 12px;
    font-size: clamp(12px, 1.15vw, 22px);
    line-height: 1.15;
}

.badge img {
    width: auto;
    height: 22px;
}

.badge--glass {
    background: rgba(255, 255, 255, .38);
    backdrop-filter: blur(4px);
}

.badge--solid {
    background: #ff6a00;
    font-weight: 700;
}

.gallery-thumbs {
    margin-top: 18px;
}

.gallery-thumbs .swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .15);
    cursor: pointer;
}

.gallery-thumbs .swiper-slide>img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 16px;
}

.gallery-thumbs .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .24);
}

.gallery-thumbs .swiper-slide-thumb-active {
    outline: 3px solid #facc15;
    outline-offset: 0;
}

.thumb-overlay {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}

.thumb-title {
    font-size: clamp(12px, 1.1vw, 16px);
    margin-bottom: 5px;
}

.thumb-overlay .badge {
    padding: 5px 8px;
    font-size: clamp(9px, .9vw, 12px);
}

.thumb-overlay .badge img {
    height: 14px;
}

.banner-break {
    margin-top: 44px;
}

.desktop-banner,
.mobile-banner {
    display: block;
    width: 100%;
    height: auto;
}

.mobile-banner {
    display: none;
}

.luis-footer {
    background: #000 url("./../images/luis/footer-bg.png") center / cover no-repeat;
    padding: 22px 18px;
    display: flex;
    justify-content: center;
}

.luis-footer img {
    width: min(336px, 80vw);
    height: auto;
}

@media (min-width: 1024px) {
    .luis-main {
        width: 100%;
        margin-left: 0;
    }

    .hero {
        min-height: calc(100vh - 30px);
        background-image: url("./../images/luis/header/bg.webp");
    }

    .hero-video-shell {
        padding: 100px 64px 120px;
    }

    .hero-video-frame {
        margin-right: 90px;
        margin-left: auto;
    }

    .intro-section {
        padding: 30px 24px 68px;
        background-image: url("./../images/luis/info_bg.webp");
    }

    .intro-copy {
        max-width: 1320px;
    }

    .info-swiper .info-slide {
        width: 868px !important;
    }

    .info-swiper .info-slide-wrap {
        width: 100%;
    }

    .info-swiper {
        width: min(1320px, calc(100% - 120px));
        max-width: calc(100% - 120px);
    }

    .story-block {
        grid-template-columns: minmax(0, 1.5fr) minmax(0, .9fr);
        gap: 40px;
    }

    .gallery-section {
        background-image: url("./../images/luis/gallery/bg-image.webp");
    }

    .section-inner {
        width: min(1320px, calc(100% - 120px));
    }

    .reflect-nav {
        display: block;
    }
}

@media (max-width: 1023px) {
    .luis-topbar {
        padding-left: 12px;
        padding-right: 12px;
    }

    .topbar-btn {
        padding: 7px 10px;
        border-radius: 8px;
        max-width: none;
    }

    .topbar-btn span {
        display: none;
    }

    .topbar-center img {
        width: min(220px, 42vw);
    }

    .topbar-center span {
        font-size: 10px;
        max-width: 220px;
    }

    .gallery-overlay {
        left: 18px;
        right: auto;
        bottom: 35px;
        max-width: calc(100% - 36px);
    }

    .badge {
        padding: 5px 10px;
    }

    .mobile-banner {
        display: block;
    }

    .desktop-banner {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero {
        min-height: auto;
    }

    .hero-video-shell {
        padding-bottom: 88px;
    }

    .hero-video-frame {
        padding: 0;
        background: none;
        border-radius: 0;
    }

    .section-inner {
        width: calc(100vw - 18px);
    }

    .info-swiper {
        width: calc(100vw - 18px);
        padding-bottom: 20px;
    }

    .reflect-swiper .swiper-slide img {
        border-radius: 14px;
    }

    .gallery-main,
    .gallery-main .swiper-slide img {
        border-radius: 16px;
    }

    .gallery-thumbs {
        margin-top: 14px;
    }

    .gallery-thumbs .swiper-slide>img {
        min-height: 200px;
    }

    .gallery-thumbs .swiper-slide::after {
        background: rgba(0, 0, 0, .34);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .info-swiper .swiper-slide-prev {
        transform: translateX(400px) scale(0.6) !important;
    }

    .info-swiper .swiper-slide-next {
        transform: translateX(-400px) scale(0.6) !important;
    }
}
