
.why-redesign-body {
    background: #08090c;
    color: #f7f7f8;
    overflow-x: hidden;
}

.why-redesign-page {
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(213,27,27,0.08), transparent 20%),
        linear-gradient(180deg, #0a0b0f 0%, #181a20 46%, #07080a 100%);
}

.why-cinema-hero {
    min-height: calc(100vh - 76px);
    position: relative;
    isolation: isolate;
    display: grid;
    align-items: end;
    padding: 92px 0 42px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.why-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
    filter: saturate(1.06) contrast(1.1);
}

.why-hero-scrim {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(4,5,7,0.95) 0%, rgba(8,9,13,0.72) 47%, rgba(8,9,13,0.24) 100%),
        linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.92));
}

.why-cinema-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 380px);
    gap: 28px;
    align-items: end;
}

.why-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff4141;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.why-label::before {
    content: "";
    width: 32px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.why-hero-copyblock h1,
.why-section-intro h2,
.why-process-copy h2,
.why-warranty-band h2,
.why-final-cta h2 {
    margin: 0;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.02;
}

.why-hero-copyblock h1 {
    max-width: 980px;
    font-size: clamp(3rem, 7.5vw, 6.8rem);
}

.why-hero-copyblock p {
    max-width: 740px;
    margin: 24px 0 0;
    color: rgba(255,255,255,0.82);
    font-size: 1.12rem;
    line-height: 1.75;
}

.why-hero-actions,
.why-process-copy .why-action-main {
    margin-top: 28px;
}

.why-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.why-action-main,
.why-action-soft {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 22px;
    font-weight: 900;
    text-decoration: none;
}

.why-action-main {
    background: linear-gradient(180deg, #ff3030, #b80f0f);
    color: #fff;
    box-shadow: 0 18px 38px rgba(213,27,27,0.34);
}

.why-action-soft {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.28);
    background: rgba(255,255,255,0.08);
}

.why-hero-meter {
    display: grid;
    gap: 10px;
}

.why-hero-meter div {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    align-items: center;
    min-height: 92px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 18px;
    background: rgba(8,9,12,0.72);
    backdrop-filter: blur(12px);
}

.why-hero-meter span {
    color: #ff4141;
    font-weight: 900;
}

.why-hero-meter strong {
    color: #fff;
    line-height: 1.25;
}

.why-reel-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.why-reel-strip article {
    position: relative;
    height: 24vw;
    min-height: 240px;
    max-height: 390px;
    overflow: hidden;
    background: #111;
}

.why-reel-strip video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.why-reel-strip article:hover video {
    transform: scale(1.04);
}

.why-reel-strip span {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-weight: 900;
    font-size: 0.92rem;
}

.why-redesign-content {
    padding: 64px 0 34px;
}

.why-section-intro {
    max-width: 900px;
    margin-bottom: 24px;
}

.why-section-intro.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.why-section-intro.centered .why-label {
    justify-content: center;
}

.why-section-intro h2,
.why-process-copy h2,
.why-warranty-band h2,
.why-final-cta h2 {
    font-size: clamp(2rem, 4vw, 4.25rem);
}

.why-investment-panel,
.why-process-showcase,
.why-timeline-section,
.why-options-section,
.why-warranty-band,
.why-final-cta {
    margin-bottom: 34px;
}

.why-investment-grid,
.why-process-showcase,
.why-warranty-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
    gap: 22px;
    align-items: stretch;
}

.why-large-copy,
.why-process-copy,
.why-warranty-band > div {
    padding: clamp(24px, 3.5vw, 42px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025));
    box-shadow: 0 24px 70px rgba(0,0,0,0.28);
}

.why-large-copy p,
.why-process-copy p,
.why-proof-card p,
.why-options-redesign p,
.why-warranty-band p,
.why-final-cta p {
    color: rgba(255,255,255,0.76);
    line-height: 1.75;
    margin: 0 0 16px;
}

.why-angle-image,
.why-main-video,
.why-warranty-band figure {
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
    min-height: 390px;
    border: 1px solid rgba(255,255,255,0.1);
    background: #111;
    box-shadow: 0 24px 70px rgba(0,0,0,0.28);
}

.why-angle-image img,
.why-main-video video,
.why-warranty-band img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-proof-lane {
    display: grid;
    grid-template-columns: 1.05fr 0.75fr 0.92fr;
    grid-template-rows: minmax(210px, auto) minmax(210px, auto);
    gap: 16px;
    margin-bottom: 40px;
}

.why-proof-card {
    min-height: 220px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.06);
    overflow: hidden;
}

.why-proof-card.tall {
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(213,27,27,0.16), rgba(255,255,255,0.06));
}

.why-proof-card.red {
    background: linear-gradient(135deg, #d51b1b, #6d0909);
}

.why-proof-card.image-card {
    grid-row: span 2;
    padding: 0;
}

.why-proof-card.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-proof-card span {
    color: #ff6b6b;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
}

.why-proof-card.red span {
    color: rgba(255,255,255,0.82);
}

.why-proof-card h3 {
    color: #fff;
    font-size: clamp(1.35rem, 2.2vw, 2.2rem);
    line-height: 1.08;
    margin: 12px 0;
}

.why-main-video {
    position: relative;
    min-height: 520px;
}

.why-main-video figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    color: #fff;
    padding: 11px 14px;
    border-radius: 14px;
    background: rgba(0,0,0,0.68);
    font-weight: 800;
}

.why-main-video a {
    color: #ff4d4d;
    text-decoration: underline;
}

.why-process-copy ul {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
}

.why-process-copy li {
    list-style: none;
    position: relative;
    padding-left: 28px;
    color: rgba(255,255,255,0.8);
    line-height: 1.5;
}

.why-process-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #ff3030;
    box-shadow: 0 0 0 5px rgba(255,48,48,0.14);
}

.why-timeline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.why-timeline div,
.why-options-redesign article {
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.055);
    overflow: hidden;
}

.why-timeline div {
    padding: 22px;
}

.why-timeline span {
    color: #ff4141;
    font-weight: 900;
}

.why-timeline strong {
    display: block;
    margin: 10px 0 8px;
    color: #fff;
    font-size: 1.08rem;
}

.why-timeline p {
    margin: 0;
    color: rgba(255,255,255,0.68);
    line-height: 1.5;
}

.why-options-redesign {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.why-options-redesign img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.why-options-redesign div {
    padding: 20px;
}

.why-options-redesign h3 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 1.15rem;
}

.why-warranty-band {
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
}

.why-final-cta {
    position: relative;
    min-height: 560px;
    border-radius: 28px;
    overflow: hidden;
    display: grid;
    align-items: end;
    padding: clamp(28px, 5vw, 56px);
    border: 1px solid rgba(255,255,255,0.12);
    background: #111;
}

.why-final-cta video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.62;
}

.why-final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.88), rgba(0,0,0,0.34)), linear-gradient(180deg, transparent, rgba(0,0,0,0.86));
}

.why-final-cta > div {
    position: relative;
    max-width: 760px;
}

@media (max-width: 1050px) {
    .why-cinema-inner,
    .why-investment-grid,
    .why-process-showcase,
    .why-warranty-band {
        grid-template-columns: 1fr;
    }

    .why-proof-lane,
    .why-timeline,
    .why-options-redesign {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .why-proof-card.tall,
    .why-proof-card.image-card {
        grid-row: auto;
    }

    .why-reel-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .why-cinema-hero {
        min-height: auto;
        padding: 84px 0 34px;
    }

    .why-hero-copyblock h1 {
        font-size: 2.75rem;
    }

    .why-reel-strip {
        grid-template-columns: 1fr;
    }

    .why-reel-strip article {
        height: 76vw;
        min-height: 280px;
    }

    .why-angle-image,
    .why-main-video,
    .why-warranty-band figure,
    .why-final-cta {
        min-height: 330px;
        border-radius: 18px;
    }
}


/* Why page footer: independent layout so it does not inherit the global footer grid. */
.why-footer {
    margin-top: 42px;
    padding: 52px 0 62px;
    background:
        radial-gradient(circle at 8% 0%, rgba(213,27,27,0.22), transparent 28%),
        linear-gradient(180deg, #090a0d, #030304);
    border-top: 1px solid rgba(255,255,255,0.1);
}

.why-footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.15fr) minmax(150px, 0.55fr) minmax(150px, 0.55fr) minmax(130px, 0.35fr);
    gap: 34px;
    align-items: start;
}

.why-footer-brand {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.why-footer-brand img {
    width: 82px;
    max-height: 58px;
    object-fit: contain;
}

.why-footer-brand p,
.why-footer-links a {
    color: rgba(255,255,255,0.78);
    line-height: 1.58;
}

.why-footer-links,
.why-footer-social {
    display: grid;
    gap: 10px;
}

.why-footer-links h3,
.why-footer-social h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
}

.why-footer-links a {
    text-decoration: none;
    transition: color 0.18s ease, transform 0.18s ease;
}

.why-footer-links a:hover {
    color: #ff4d4d;
    transform: translateX(2px);
}

.why-footer-social a {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    font-size: 1.45rem;
    font-weight: 900;
}

@media (max-width: 900px) {
    .why-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 620px) {
    .why-footer {
        padding-bottom: 96px;
    }

    .why-footer-grid,
    .why-footer-brand {
        grid-template-columns: 1fr;
    }
}


.why-main-video-clean {
    position: relative;
}

.why-main-video-clean video {
    display: block;
    cursor: default;
}



/* 2026-07-09 Messenger CTA buttons */
.why-action-message {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 900;
    color: #ffffff;
    background: linear-gradient(180deg, #ff3030, #b80f0f);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 18px 38px rgba(213,27,27,0.34);
    white-space: nowrap;
}

.why-action-message:hover {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 22px 44px rgba(213,27,27,0.42);
}

.why-process-copy .why-action-message,
.why-final-cta .why-action-message {
    margin-top: 14px;
    margin-left: 10px;
}

@media (max-width: 640px) {
    .why-hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .why-action-main,
    .why-action-soft,
    .why-action-message {
        min-height: 46px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .why-process-copy .why-action-message,
    .why-final-cta .why-action-message {
        margin-left: 0;
    }
}
/* 2026-07-10 nearest branch Messenger modal */
.branch-message-open {
    overflow: hidden;
}

.branch-message-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483001;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.branch-message-modal.open {
    display: flex;
}

.branch-message-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.72);
    backdrop-filter: blur(8px);
}

.branch-message-dialog {
    position: relative;
    width: min(560px, 100%);
    max-height: min(720px, calc(100dvh - 34px));
    overflow: auto;
    border-radius: 18px;
    padding: 26px;
    background: linear-gradient(180deg, #17191f, #07080b);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 28px 80px rgba(0,0,0,0.58);
    color: #ffffff;
}

.branch-message-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.07);
    color: #ffffff;
    font-size: 1.55rem;
    line-height: 1;
    cursor: pointer;
}

.branch-message-kicker {
    color: #ff3838;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.branch-message-dialog h2 {
    margin: 10px 42px 10px 0;
    font-size: clamp(1.65rem, 4vw, 2.4rem);
    line-height: 1.05;
}

.branch-message-dialog p {
    margin: 0 0 18px;
    color: rgba(255,255,255,0.78);
    line-height: 1.55;
}

.branch-message-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 18px 0 14px;
}

.branch-message-primary,
.branch-message-secondary {
    min-height: 48px;
    border-radius: 12px;
    font-family: inherit;
    font-weight: 900;
    cursor: pointer;
}

.branch-message-primary {
    border: 0;
    background: linear-gradient(180deg, #ff3030, #b80f0f);
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(213,27,27,0.30);
}

.branch-message-secondary {
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.08);
    color: #ffffff;
}

.branch-message-status {
    min-height: 22px;
    font-size: 0.92rem;
    font-weight: 700;
}

.branch-message-status[data-state="success"] {
    color: #86efac;
}

.branch-message-status[data-state="error"] {
    color: #fecaca;
}

.branch-message-list {
    display: grid;
    gap: 10px;
}

.branch-message-option {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 13px;
    padding: 14px 15px;
    background: rgba(255,255,255,0.055);
    color: #ffffff;
    text-align: left;
    font-family: inherit;
    cursor: pointer;
}

.branch-message-option:hover,
.branch-message-option:focus-visible {
    border-color: rgba(255,56,56,0.55);
    background: rgba(213,27,27,0.16);
    outline: none;
}

.branch-message-option strong,
.branch-message-option span {
    display: block;
}

.branch-message-option strong {
    font-size: 1rem;
    margin-bottom: 4px;
}

.branch-message-option span {
    color: rgba(255,255,255,0.70);
    font-size: 0.9rem;
    line-height: 1.38;
}

@media (max-width: 560px) {
    .branch-message-modal {
        align-items: flex-end;
        padding: 10px;
    }

    .branch-message-dialog {
        max-height: calc(100dvh - 20px);
        padding: 22px 18px;
        border-radius: 16px;
    }

    .branch-message-actions {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 1180px) and (min-width: 901px) {
    .why-reel-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.why-media-loading {
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,0.055);
}

.why-media-loading::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent, rgba(255,255,255,0.14), transparent),
        linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
    background-size: 220% 100%, 100% 100%;
    animation: whySkeletonSweep 1.15s ease-in-out infinite;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.why-media-loading::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;
    border-radius: 999px;
    border: 3px solid rgba(255,255,255,0.24);
    border-top-color: #ff3030;
    animation: whyLoaderSpin 0.85s linear infinite;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.why-media-loading.is-loaded::before,
.why-media-loading.is-loaded::after,
.why-media-loading.is-error::after {
    opacity: 0;
    visibility: hidden;
}

.why-media-loading > img,
.why-media-loading > video,
.why-media-loading .why-hero-video,
.why-media-loading .why-scroll-video {
    transition: opacity 0.35s ease;
}

.why-media-loading:not(.is-loaded) > img,
.why-media-loading:not(.is-loaded) > video,
.why-media-loading:not(.is-loaded) .why-hero-video,
.why-media-loading:not(.is-loaded) .why-scroll-video {
    opacity: 0;
}

.why-media-loading.is-loaded > img,
.why-media-loading.is-loaded > video,
.why-media-loading.is-loaded .why-hero-video,
.why-media-loading.is-loaded .why-scroll-video,
.why-media-loading.is-error > img,
.why-media-loading.is-error > video,
.why-media-loading.is-error .why-hero-video,
.why-media-loading.is-error .why-scroll-video {
    opacity: 1;
}

@keyframes whySkeletonSweep {
    0% { background-position: 180% 0, 0 0; }
    100% { background-position: -180% 0, 0 0; }
}

@keyframes whyLoaderSpin {
    to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    .why-media-loading::before,
    .why-media-loading::after {
        animation: none;
    }
}
.why-cinema-hero.why-media-loading::before,
.why-cinema-hero.why-media-loading::after {
    z-index: -1;
}