/**
 * TicketBNK — 모바일 QR 검표 Product Landing
 * True phone ratio 390×844 via HTML/CSS app screens
 */
.mv2-page {
    --mv-blue: #1565c0;
    --mv-blue-deep: #0d47a1;
    --mv-ink: #0f172a;
    --mv-muted: #64748b;
    --mv-line: rgba(15, 23, 42, 0.08);
    --mv-pass: #2e7d32;
    --mv-fail: #c62828;
    --mv-warn: #ef6c00;
    --mv-glass: rgba(255, 255, 255, 0.72);
    --header-h: 72px;
    --site-header-height: var(--header-h, 72px);
    --lightbox-safe-y: 24px;
    --lightbox-available-height: calc(100dvh - var(--site-header-height) - var(--lightbox-safe-y));
    background: #f6f8fb;
    color: var(--mv-ink);
    overflow-x: clip;
}

.mv2-page .wrap {
    width: min(calc(100% - 48px), 1180px);
    margin-inline: auto;
}

/* ── Hero ── */
.mv2-hero {
    /* 230×~498 keeps 390:844; fits 230–250 × 460–500 band */
    --hero-device-width: 230px;
    --hero-device-height: calc(var(--hero-device-width) * 844 / 390);
    position: relative;
    min-height: 0;
    padding: calc(var(--header-h) + 48px) 0 48px;
    background:
        radial-gradient(ellipse 50% 45% at 85% 18%, rgba(21, 101, 192, 0.1), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
    border-bottom: 1px solid var(--mv-line);
    overflow: visible;
    box-sizing: border-box;
}

.mv2-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(460px, 1fr) minmax(360px, 0.8fr);
    gap: 56px;
    align-items: center;
    min-height: 510px;
}

.mv2-crumb {
    margin: 0 0 0.75rem;
    font-size: 0.84rem;
    color: var(--mv-muted);
}
.mv2-crumb a { color: inherit; text-decoration: none; }
.mv2-crumb a:hover { color: var(--mv-blue); }

.mv2-brand {
    margin: 0 0 0.55rem;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.mv2-eyebrow {
    display: inline-flex;
    align-items: center;
    margin: 0 0 12px;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(21, 101, 192, 0.22);
    background: rgba(21, 101, 192, 0.06);
    color: var(--mv-blue);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mv2-hero h1 {
    margin: 0;
    font-size: clamp(2rem, 3.6vw, 3rem);
    line-height: 1.15;
    letter-spacing: -0.045em;
    font-weight: 800;
    word-break: keep-all;
}
.mv2-hero h1 em {
    font-style: normal;
    color: var(--mv-blue);
}

.mv2-lead {
    margin: 20px 0 0;
    max-width: 34em;
    color: var(--mv-muted);
    font-size: clamp(0.98rem, 1.15vw, 1.08rem);
    line-height: 1.65;
    word-break: keep-all;
}

.mv2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 24px;
}

.mv2-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 20px;
    max-width: 28rem;
}

.mv2-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: var(--mv-glass);
    backdrop-filter: blur(10px);
    border: 1px solid var(--mv-line);
    color: #334155;
    font-size: 0.74rem;
    font-weight: 700;
}

.mv2-hero-stage {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 510px;
    height: 510px;
    overflow: visible;
}

.mv2-hero-glow {
    position: absolute;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(21, 101, 192, 0.12), transparent 68%);
    filter: blur(10px);
    pointer-events: none;
    opacity: 0.85;
}

/* Phone + app UI: see mobile-validator-app.css */

/* ── Sections ── */
.mv2-section { padding: clamp(3rem, 5vw, 4.5rem) 0; }
.mv2-section--compact { padding: clamp(2.5rem, 4vw, 3.5rem) 0; }
.mv2-section--white {
    background: #fff;
    border-block: 1px solid var(--mv-line);
}
.mv2-section--soft {
    background:
        radial-gradient(ellipse 60% 50% at 50% 0%, rgba(21, 101, 192, 0.05), transparent 55%),
        #f6f8fb;
}

.mv2-head {
    max-width: 40rem;
    margin: 0 auto 2rem;
    text-align: center;
}
.mv2-head--compact { margin-bottom: 1.5rem; }
.mv2-head .mv2-eyebrow { margin-bottom: 0.85rem; }
.mv2-head h2 {
    margin: 0 0 0.85rem;
    font-size: clamp(1.7rem, 2.8vw, 2.45rem);
    letter-spacing: -0.035em;
    font-weight: 800;
    word-break: keep-all;
}
.mv2-head p {
    margin: 0;
    color: var(--mv-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    word-break: keep-all;
}


/* ── Product Showcase (hero slides) ── */
.product-showcase-section {
    /* 215×~465 keeps 390:844; fits 215–235 × 430–470 band */
    --showcase-device-width: 215px;
    --showcase-device-height: calc(var(--showcase-device-width) * 844 / 390);
    position: relative;
    z-index: 0;
    margin-top: 0;
    padding-block: 48px;
    min-height: auto;
    background:
        radial-gradient(ellipse 55% 45% at 50% 0%, rgba(21, 101, 192, 0.06), transparent 60%),
        linear-gradient(180deg, #eef2f7 0%, #f6f8fb 100%);
    border-block: 1px solid var(--mv-line);
}

.showcase-layout.hero-slide {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(440px, 1.2fr);
    grid-template-areas: "visual copy";
    column-gap: 56px;
    row-gap: 0;
    align-items: center;
    max-width: none;
    margin: 0;
    text-align: left;
    min-height: 0;
    box-sizing: border-box;
}

.showcase-visual.hero-slide__frame {
    grid-area: visual;
    display: grid;
    grid-template-columns: 40px auto 40px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 470px;
    min-width: 0;
}

.showcase-copy {
    grid-area: copy;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
    min-width: 0;
}

.showcase-copy__head {
    margin: 0;
    text-align: left;
    max-width: none;
}

.hero-slide__captions {
    position: relative;
    width: 100%;
    min-height: 4.5rem;
}

.hero-slide__device-wrap {
    display: grid;
    place-items: center;
    width: var(--showcase-device-width);
    height: calc(var(--showcase-device-width) * 844 / 390);
}

/* Scope PDA size to showcase only — never bare .validator-pda / .validator-device */
.product-showcase-section .hero-slide__device.validator-device {
    --device-width: var(--showcase-device-width);
    width: var(--showcase-device-width);
    margin: 0;
}

.hero-slide__arrow {
    appearance: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--mv-line);
    background: #fff;
    color: var(--mv-ink);
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
    flex-shrink: 0;
}

.hero-slide__arrow:hover {
    border-color: rgba(21, 101, 192, 0.35);
    color: var(--mv-blue);
}

.product-showcase-section .showcase-copy__head h2 {
    font-size: clamp(1.55rem, 2.4vw, 2.1rem);
    margin-bottom: 0.55rem;
}

.product-showcase-section .showcase-copy__lead {
    font-size: 0.98rem;
    color: var(--mv-muted);
    line-height: 1.65;
    word-break: keep-all;
}

.hero-slide__caption {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    text-align: left;
}

.hero-slide__caption.is-active {
    opacity: 1;
    visibility: visible;
    transform: none;
    position: relative;
}

.hero-slide__caption strong {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.hero-slide__caption p {
    margin: 0;
    color: var(--mv-muted);
    font-size: 0.88rem;
    line-height: 1.45;
    word-break: keep-all;
}

.hero-slide__dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.45rem;
    margin: 0;
}

.hero-slide__dot {
    appearance: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background: #cbd5e1;
    cursor: pointer;
}

.hero-slide__dot.is-active,
.hero-slide__dot[aria-current="true"] {
    background: var(--mv-blue);
    box-shadow: 0 0 0 3px rgba(21, 101, 192, 0.16);
}

.hero-slide__more {
    margin: 0.25rem 0 0;
}

.hero-slide__more .btn {
    padding: 0.55rem 1rem;
    font-size: 0.88rem;
}

/* All screens grid */
.screen-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.screen-thumb {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.85rem 0.75rem 1rem;
    border: 1px solid var(--mv-line);
    border-radius: 18px;
    background: #fff;
    text-align: left;
    cursor: pointer;
    color: inherit;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.screen-thumb:hover,
.screen-thumb:focus-visible {
    transform: scale(1.03);
    border-color: rgba(21, 101, 192, 0.28);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
    outline: none;
}

.screen-thumb__device.validator-device {
    --device-width: 100%;
    width: 100%;
    max-width: 148px;
    margin: 0 auto;
    pointer-events: none;
}

.screen-thumb__meta {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-height: 3.2em;
}

.screen-thumb__meta strong {
    font-size: 0.95rem;
    font-weight: 800;
}

.screen-thumb__meta span {
    color: var(--mv-muted);
    font-size: 0.82rem;
    line-height: 1.45;
    word-break: keep-all;
}

/* Workflow */
.workflow-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.workflow-step {
    flex: 1 1 160px;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    padding: 1.35rem 1rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--mv-line);
    text-align: center;
}

.workflow-step__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(145deg, #e3f2fd, #fff);
    color: var(--mv-blue);
    font-size: 1.1rem;
    font-weight: 800;
}

.workflow-step strong {
    font-size: 1.05rem;
    font-weight: 800;
}

.workflow-step span {
    color: var(--mv-muted);
    font-size: 0.88rem;
    word-break: keep-all;
}

.workflow-step__line {
    flex: 0 0 36px;
    align-self: center;
    height: 2px;
    margin: 0;
    background: linear-gradient(90deg, #93c5fd, #1565c0);
    border-radius: 999px;
}

/* Lightbox modal — compact panel sized around PDA (1:2) */
.validator-lightbox[hidden] { display: none !important; }

.validator-lightbox {
    position: fixed;
    top: var(--site-header-height);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding:
        max(8px, env(safe-area-inset-top))
        max(8px, env(safe-area-inset-right))
        max(8px, env(safe-area-inset-bottom))
        max(8px, env(safe-area-inset-left));
    background: rgba(15, 23, 42, 0.58);
    backdrop-filter: blur(6px);
}

.validator-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: transparent;
}

.validator-lightbox__panel {
    position: relative;
    z-index: 1;
    width: min(560px, calc(100vw - 24px));
    height: min(900px, var(--lightbox-available-height));
    max-height: var(--lightbox-available-height);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    overflow: hidden;
    border-radius: clamp(16px, 2vw, 26px);
    background: #fff;
    box-shadow: 0 30px 90px rgba(15, 23, 42, 0.28);
}

.validator-lightbox__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 58px;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
}

.validator-lightbox__eyebrow {
    margin: 0 0 2px;
    color: var(--mv-blue);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.validator-lightbox__title {
    margin: 0;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.validator-lightbox__description {
    display: none;
}

.validator-lightbox__close {
    position: relative;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    appearance: none;
    border: 1px solid var(--mv-line);
    border-radius: 999px;
    background: #fff;
    color: #64748b;
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
}

.validator-lightbox__stage {
    position: relative;
    min-width: 0;
    min-height: 0;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    justify-items: center;
    gap: clamp(6px, 2vw, 14px);
    padding:
        clamp(6px, 1.2vw, 14px)
        clamp(8px, 1.8vw, 18px);
    overflow: hidden;
}

.validator-lightbox__device-wrap {
    width: auto;
    height: 100%;
    max-width: 100%;
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 0;
    justify-self: center;
}

.validator-lightbox__device-wrap .validator-pda,
.validator-lightbox__device-wrap .validator-pda.validator-device {
    --device-width: 360px;
    width: min(
        360px,
        calc(var(--lightbox-available-height) / 2),
        calc(100vw - 160px)
    );
    height: auto;
    max-width: 100%;
    max-height: var(--lightbox-available-height);
    margin: 0;
    aspect-ratio: 1 / 2;
    box-sizing: border-box;
}

.validator-lightbox__prev,
.validator-lightbox__next {
    position: static;
    width: clamp(36px, 4vw, 44px);
    height: clamp(36px, 4vw, 44px);
    display: grid;
    place-items: center;
    appearance: none;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: var(--mv-ink);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.14);
    justify-self: center;
}

.validator-lightbox__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 6px 12px;
    border-top: 1px solid #e5e7eb;
    color: var(--mv-muted);
    font-size: 0.88rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

body.screen-modal-open,
body.validator-lightbox-open {
    overflow: hidden;
}

@media (min-width: 1024px) {
    .mv2-page {
        --lightbox-safe-y: 32px;
    }
    .validator-lightbox__panel {
        width: min(600px, calc(100vw - 48px));
        height: min(900px, var(--lightbox-available-height));
        max-height: var(--lightbox-available-height);
    }
}

@media (max-width: 1023px) {
    .mv2-page {
        --lightbox-safe-y: 20px;
    }
    .validator-lightbox__panel {
        width: min(560px, calc(100vw - 20px));
        height: var(--lightbox-available-height);
        max-height: var(--lightbox-available-height);
    }
}

@media (max-height: 800px) {
    .validator-lightbox__header {
        min-height: 52px;
        padding: 8px 14px;
    }
    .validator-lightbox__footer {
        min-height: 36px;
        padding: 4px 12px;
    }
}

@media (max-width: 600px) {
    .mv2-page {
        --lightbox-safe-y: 12px;
    }
    .validator-lightbox {
        padding: 6px;
    }
    .validator-lightbox__panel {
        width: 100%;
        height: var(--lightbox-available-height);
        max-height: var(--lightbox-available-height);
        border-radius: 16px;
    }
    .validator-lightbox__header {
        min-height: 52px;
        padding: 8px 12px;
    }
    .validator-lightbox__stage {
        grid-template-columns: 36px minmax(0, 1fr) 36px;
        gap: 4px;
        padding: 4px;
    }
    .validator-lightbox__device-wrap .validator-pda,
    .validator-lightbox__device-wrap .validator-pda.validator-device {
        width: min(78vw, calc(var(--lightbox-available-height) / 2));
        max-height: var(--lightbox-available-height);
    }
    .validator-lightbox__eyebrow {
        display: none;
    }
}

@media (max-width: 430px), (max-height: 680px) {
    .mv2-page {
        --lightbox-safe-y: 8px;
    }
    .validator-lightbox__panel {
        width: calc(100vw - 8px);
        height: var(--lightbox-available-height);
        max-height: var(--lightbox-available-height);
    }
    .validator-lightbox__header {
        min-height: 46px;
    }
    .validator-lightbox__footer {
        min-height: 34px;
    }
    .validator-lightbox__stage {
        grid-template-columns: minmax(0, 1fr);
        padding-bottom: 52px;
    }
    .validator-lightbox__prev,
    .validator-lightbox__next {
        position: absolute;
        bottom: 8px;
        z-index: 2;
    }
    .validator-lightbox__prev { left: 12px; }
    .validator-lightbox__next { right: 12px; }
    .validator-lightbox__device-wrap .validator-pda,
    .validator-lightbox__device-wrap .validator-pda.validator-device {
        width: min(82vw, calc(var(--lightbox-available-height) / 2));
        max-height: var(--lightbox-available-height);
    }
}

@media (max-height: 480px) {
    .validator-lightbox__panel {
        overflow-y: auto;
    }
}

/* Features */
.mv2-feat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.mv2-feat-grid--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.mv2-feat {
    padding: 1.35rem 1.2rem;
    border-radius: 18px;
    background: var(--mv-glass);
    border: 1px solid var(--mv-line);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}
.mv2-feat__icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 0.85rem;
    border-radius: 12px;
    background: linear-gradient(145deg, #e3f2fd, #fff);
    color: var(--mv-blue);
    font-size: 0.85rem;
    font-weight: 800;
}
.mv2-feat strong { display: block; margin-bottom: 0.35rem; }
.mv2-feat p {
    margin: 0;
    color: var(--mv-muted);
    font-size: 0.9rem;
    line-height: 1.55;
    word-break: keep-all;
}

/* Flow */
.mv2-flow {
    padding: 1.25rem 1.25rem 1rem;
    border-radius: 24px;
    background: #0b1220;
    color: #e2e8f0;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}
.mv2-flow--compact { padding: 1rem 1rem 0.75rem; }
.mv2-flow svg { display: block; width: 100%; height: auto; max-height: 120px; }
.mv2-flow-nodes {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 0.5rem;
}
.mv2-flow-nodes span {
    text-align: center;
    font-size: 0.78rem;
    font-weight: 700;
    color: #94a3b8;
}
.mv2-flow-nodes span strong {
    display: block;
    margin-bottom: 0.2rem;
    color: #fff;
    font-size: 0.9rem;
}
.mv2-flow-pulse {
    stroke-dasharray: 6 10;
    animation: mv2-dash 1.4s linear infinite;
}
@keyframes mv2-dash {
    to { stroke-dashoffset: -32; }
}

/* Devices + Related (merged bottom band) */
.mv2-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
}
.mv2-subhead {
    margin: 0 0 0.85rem;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.mv2-devices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}
.mv2-devices--compact .mv2-device {
    padding: 1rem 0.75rem;
}
.mv2-device {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.25rem 0.85rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--mv-line);
    text-align: center;
}
.mv2-device__glyph {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(160deg, #eff6ff, #fff);
    color: var(--mv-blue-deep);
    font-size: 0.85rem;
    font-weight: 800;
}
.mv2-device span { color: var(--mv-muted); font-size: 0.78rem; }

.mv2-related {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}
.mv2-related a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 88px;
    padding: 1rem 1.1rem;
    text-decoration: none;
    color: inherit;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--mv-line);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mv2-related a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.mv2-related strong {
    display: block;
    margin: 0 0 0.2rem;
    font-size: 0.95rem;
    word-break: keep-all;
}
.mv2-related span {
    display: block;
    color: var(--mv-muted);
    font-size: 0.8rem;
}

.mv2-cta {
    padding: clamp(3rem, 5vw, 4.5rem) 0;
    text-align: center;
    background:
        radial-gradient(ellipse 50% 60% at 50% 0%, rgba(21, 101, 192, 0.35), transparent 60%),
        linear-gradient(165deg, #0b1220, #123a6d);
    color: #fff;
}
.mv2-cta--compact { padding: clamp(2.75rem, 4.5vw, 3.75rem) 0; }
.mv2-cta h2 {
    margin: 0 0 0.85rem;
    font-size: clamp(1.7rem, 2.8vw, 2.4rem);
    letter-spacing: -0.03em;
    word-break: keep-all;
}
.mv2-cta p {
    margin: 0 auto 1.75rem;
    max-width: 34em;
    color: #cbd5e1;
    line-height: 1.7;
}

@media (prefers-reduced-motion: reduce) {
    .validator-device--float,
    .mv2-flow-pulse { animation: none; }
}

@media (max-width: 1023px) {
    .mv2-hero {
        --hero-device-width: 218px;
        min-height: 0;
        padding: calc(var(--header-h) + 40px) 0 40px;
    }
    .mv2-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
        gap: 32px;
        min-height: 0;
    }
    .mv2-hero-stage {
        min-height: 460px;
        height: 470px;
    }
    .showcase-layout.hero-slide {
        grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
        column-gap: 32px;
    }
    .product-showcase-section {
        --showcase-device-width: 210px;
    }
    .showcase-visual.hero-slide__frame {
        height: 440px;
    }
    .screen-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mv2-feat-grid,
    .mv2-feat-grid--six,
    .mv2-bottom-grid,
    .mv2-flow-nodes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .workflow-step__line { display: none; }
}

@media (max-width: 900px) {
    .mv2-hero-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .mv2-hero-stage {
        order: 1;
        height: auto;
        min-height: 0;
    }
    .showcase-layout.hero-slide {
        grid-template-columns: 1fr;
        grid-template-areas:
            "head"
            "captions"
            "visual"
            "dots"
            "more";
        row-gap: 1rem;
    }
    .showcase-copy {
        display: contents;
    }
    .showcase-copy__head { grid-area: head; }
    .hero-slide__captions { grid-area: captions; }
    .showcase-visual.hero-slide__frame {
        grid-area: visual;
        height: auto;
        min-height: 420px;
    }
    .hero-slide__dots { grid-area: dots; }
    .hero-slide__more { grid-area: more; }
}

@media (max-width: 767px) {
    .mv2-hero {
        --hero-device-width: min(56vw, 215px);
        min-height: auto;
        padding: calc(var(--header-h) + 32px) 0 40px;
    }
    .mv2-hero-grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .mv2-hero-stage {
        order: 1;
        height: auto;
        min-height: 0;
        place-items: center;
    }
    .product-showcase-section {
        --showcase-device-width: min(56vw, 215px);
        padding-block: 40px;
    }
    .showcase-layout.hero-slide {
        grid-template-columns: 1fr;
        grid-template-areas:
            "head"
            "captions"
            "visual"
            "dots"
            "more";
        row-gap: 1rem;
    }
    .showcase-copy { display: contents; }
    .showcase-copy__head { grid-area: head; }
    .hero-slide__captions { grid-area: captions; }
    .showcase-visual.hero-slide__frame {
        grid-area: visual;
        height: auto;
        min-height: 0;
        grid-template-columns: 40px auto 40px;
    }
    .hero-slide__dots { grid-area: dots; }
    .hero-slide__more { grid-area: more; }
    .hero-slide__device-wrap {
        width: var(--showcase-device-width);
        height: calc(var(--showcase-device-width) * 844 / 390);
    }
    .hero-slide__captions { min-height: 3.4rem; }
}

@media (max-width: 640px) {
    .mv2-page .wrap { width: min(calc(100% - 32px), 1180px); }
    .mv2-feat-grid,
    .mv2-feat-grid--six {
        display: flex;
        overflow-x: auto;
        gap: 0.75rem;
        padding-bottom: 0.25rem;
        scroll-snap-type: x mandatory;
    }
    .mv2-feat-grid .mv2-feat {
        flex: 0 0 min(78vw, 260px);
        scroll-snap-align: start;
    }
    .screen-grid {
        display: flex;
        overflow-x: auto;
        gap: 0.85rem;
        padding-bottom: 0.35rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .screen-thumb {
        flex: 0 0 min(70vw, 220px);
        scroll-snap-align: start;
    }
    .mv2-bottom-grid,
    .mv2-devices,
    .mv2-related { grid-template-columns: 1fr; }
    .mv2-flow-nodes { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .hero-slide__frame { grid-template-columns: 36px minmax(0, 1fr) 36px; gap: 0.35rem; }
    .hero-slide__arrow { width: 36px; height: 36px; font-size: 1.35rem; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-slide__caption,
    .screen-thumb,
    .hero-slide__app { transition: none !important; }
}

