:root {
    color-scheme: dark;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    overflow-x: hidden;
}

.glass-panel {
    background: rgba(7, 12, 22, 0.76);
    backdrop-filter: blur(16px);
}

.cyber-grid {
    background-image:
        linear-gradient(rgba(0, 219, 233, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 219, 233, 0.025) 1px, transparent 1px);
    background-size: 42px 42px;
}

.hero-section {
    background:
        linear-gradient(120deg, rgba(2, 6, 23, 0.98) 0%, rgba(2, 6, 23, 0.5) 52%, rgba(2, 6, 23, 0.92) 100%),
        url("img/bannersbg.jpg") center/cover no-repeat;
}

.nav-link,
.footer-link {
    font-family: "Space Grotesk", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #94a3b8;
    transition: color 180ms ease, opacity 180ms ease;
}

.nav-link:hover,
.footer-link:hover {
    color: #00dbe9;
}

.site-header {

    min-height: 76px;
}

.site-header img {
    max-width: min(180px, 46vw);
}

.topbar-cta {
    white-space: nowrap;
}

.btn-primary,
.btn-secondary,
.btn-outline {
    align-items: center;
    border: 1px solid #00dbe9;
    display: inline-flex;
    font-family: "Space Grotesk", sans-serif;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.16em;
    min-height: 52px;
    padding: 16px 24px;
    text-align: center;
    text-transform: uppercase;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
    white-space: normal;
}

.btn-primary {
    background: #00dbe9;
    color: #020617;
    box-shadow: 0 0 24px rgba(0, 219, 233, 0.35);
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-outline:hover {
    transform: translateY(-2px);
}

.btn-secondary,
.btn-outline {
    background: rgba(2, 6, 23, 0.38);
    color: #00dbe9;
}

.btn-secondary:hover,
.btn-outline:hover {
    background: rgba(0, 219, 233, 0.09);
}

.stat-block {
    border-left: 1px solid rgba(0, 219, 233, 0.45);
    min-height: 76px;
    padding: 14px 16px;
}

.stat-block span {
    color: #00dbe9;
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
}

.stat-block strong {
    color: #e2e8f0;
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-video-wrap {
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38), 0 0 48px rgba(0, 219, 233, 0.08);
    overflow: hidden;
    position: relative;
}

.hero-video {
    aspect-ratio: 4 / 5;
    background: #020617;
    display: block;
    height: min(72vh, 720px);
    object-fit: cover;
    width: 100%;
}

.video-caption {
    align-items: center;
    background: linear-gradient(90deg, rgba(2, 6, 23, 0.92), rgba(2, 6, 23, 0.55));
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    bottom: 0;
    color: #e2e8f0;
    display: flex;
    gap: 12px;
    left: 0;
    padding: 16px 18px;
    position: absolute;
    right: 0;
}

.video-caption .material-symbols-outlined {
    color: #00dbe9;
}

.video-caption p {
    font-size: 14px;
    line-height: 1.4;
}

.section-kicker {
    color: #00dbe9;
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.section-title {
    color: #f1f5f9;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(36px, 6vw, 56px);
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    max-width: 760px;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.section-copy {
    color: #94a3b8;
    font-size: 18px;
    line-height: 1.75;
    margin-top: 28px;
    max-width: 720px;
}

.product-frame,
.image-strip {
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
}

.product-frame img,
.image-strip img {
    display: block;
    filter: grayscale(0.35);
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    width: 100%;
}

.product-badge {
    background: rgba(2, 6, 23, 0.82);
    border: 1px solid rgba(0, 219, 233, 0.28);
    bottom: 22px;
    left: 22px;
    padding: 18px;
    position: absolute;
}

.product-badge span,
.status-line span {
    color: #00dbe9;
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.product-badge strong,
.status-line strong {
    color: #f1f5f9;
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-style: italic;
    text-transform: uppercase;
}

.status-line {
    border-left: 1px solid #00dbe9;
    margin-top: 40px;
    padding-left: 28px;
}

.product-card {
    background: rgba(7, 12, 22, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
    border-color: rgba(0, 219, 233, 0.32);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
    transform: translateY(-4px);
}

.product-card-media {
    aspect-ratio: 4 / 3;
    background: #020617;
    overflow: hidden;
    position: relative;
}

.product-card-media img {
    display: block;
    filter: grayscale(0.25);
    height: 100%;
    object-fit: cover;
    transition: filter 180ms ease, transform 240ms ease;
    width: 100%;
}

.product-card:hover .product-card-media img {
    filter: grayscale(0);
    transform: scale(1.04);
}

.product-tag {
    background: rgba(2, 6, 23, 0.86);
    border: 1px solid rgba(0, 219, 233, 0.35);
    color: #00dbe9;
    font-family: "Space Grotesk", sans-serif;
    font-size: 10px;
    font-weight: 700;
    left: 16px;
    letter-spacing: 0.16em;
    padding: 9px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 16px;
    max-width: calc(100% - 32px);
}

.product-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px;
}

.product-card-body h3 {
    color: #f1f5f9;
    font-family: "Space Grotesk", sans-serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.product-card-body p {
    color: #94a3b8;
    line-height: 1.65;
    margin-top: 14px;
}

.showcase-cta {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.launch-section {
    position: relative;
}

.carousel-hint {
    align-items: center;
    border: 1px solid rgba(0, 219, 233, 0.24);
    color: #94a3b8;
    display: inline-flex;
    font-family: "Space Grotesk", sans-serif;
    font-size: 11px;
    font-weight: 700;
    gap: 10px;
    letter-spacing: 0.14em;
    padding: 12px 14px;
    text-transform: uppercase;
    width: fit-content;
}

.carousel-hint .material-symbols-outlined {
    color: #00dbe9;
    font-size: 22px;
}

.launch-carousel {
    cursor: grab;
    display: grid;
    gap: 22px;
    grid-auto-columns: minmax(280px, 380px);
    grid-auto-flow: column;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 4px 0 18px;
    scroll-padding-inline: 0;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    touch-action: pan-x;
    user-select: none;
}

.launch-carousel:active {
    cursor: grabbing;
}

.launch-carousel.is-dragging {
    scroll-snap-type: none;
}

.launch-carousel::-webkit-scrollbar {
    display: none;
}

.launch-card {
    min-height: 100%;
    scroll-snap-align: start;
}

.launch-card .product-card-media {
    aspect-ratio: 4 / 5;
}

.launch-carousel.is-dragging .launch-card {
    pointer-events: none;
}

.launch-card img {
    -webkit-user-drag: none;
    pointer-events: none;
}

.best-sellers-section {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.best-sellers-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.best-seller-card {
    background: rgba(7, 12, 22, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    grid-column: span 6;
    grid-template-columns: minmax(140px, 0.92fr) 1fr;
    min-height: 280px;
    overflow: hidden;
    position: relative;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.best-seller-card:hover {
    border-color: rgba(0, 219, 233, 0.32);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
    transform: translateY(-4px);
}

.best-seller-card-featured {
    grid-column: span 12;
    grid-template-columns: minmax(280px, 0.95fr) 1.05fr;
    min-height: 430px;
}

.best-seller-rank {
    color: rgba(0, 219, 233, 0.18);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(58px, 10vw, 132px);
    font-style: italic;
    font-weight: 700;
    left: 18px;
    line-height: 0.85;
    pointer-events: none;
    position: absolute;
    top: 18px;
    z-index: 2;
}

.best-seller-media {
    background: #020617;
    min-height: 100%;
    overflow: hidden;
}

.best-seller-media img {
    display: block;
    filter: grayscale(0.28);
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    transition: filter 180ms ease, transform 240ms ease;
    width: 100%;
}

.best-seller-card:hover .best-seller-media img {
    filter: grayscale(0);
    transform: scale(1.04);
}

.best-seller-body {
    align-content: end;
    display: grid;
    padding: clamp(26px, 4vw, 44px);
}

.best-seller-body h3 {
    color: #f1f5f9;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(26px, 4vw, 42px);
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    margin-top: 18px;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.best-seller-body p {
    color: #94a3b8;
    line-height: 1.7;
    margin-top: 16px;
}

.best-seller-body .btn-secondary {
    margin-top: 28px;
    width: fit-content;
}

.product-tag-static {
    border-left: 1px solid #00dbe9;
    color: #00dbe9;
    font-family: "Space Grotesk", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    padding-left: 12px;
    text-transform: uppercase;
}

.location-panel {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(2, 6, 23, 0.96), rgba(2, 6, 23, 0.74)),
        url("img/bannersloc.jpg") center/cover no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px) auto;
    overflow: hidden;
    padding: clamp(28px, 5vw, 56px);
}

.location-panel .section-copy {
    margin-top: 22px;
}

.store-photo-placeholder {
    align-items: center;
    aspect-ratio: 3 / 4;
    background:
        linear-gradient(135deg, rgba(0, 219, 233, 0.1), rgba(2, 6, 23, 0.72)),
        rgba(2, 6, 23, 0.6);
    border: 1px dashed rgba(0, 219, 233, 0.42);
    color: #94a3b8;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    min-height: 220px;
    overflow: hidden;
    padding: 24px;
    text-align: center;
}

.store-photo-placeholder .material-symbols-outlined {
    color: #00dbe9;
    font-size: 44px;
}

.store-photo-placeholder strong {
    color: #f1f5f9;
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.location-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: min(320px, 100%);
    margin-left: -60px;
}

.feature-card {
    background: rgba(15, 23, 42, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.07);
    min-height: 270px;
    padding: clamp(28px, 4vw, 44px);
    position: relative;
    transition: border-color 180ms ease, transform 180ms ease;
}

.feature-card:hover {
    border-color: rgba(0, 219, 233, 0.28);
    transform: translateY(-3px);
}

.feature-card-accent {
    background: #00dbe9;
    color: #020617;
}

.feature-number {
    color: rgba(0, 219, 233, 0.18);
    font-family: "Space Grotesk", sans-serif;
    font-size: 64px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
}

.feature-icon {
    color: #00dbe9;
    font-size: 40px;
    position: absolute;
    right: 32px;
    top: 32px;
}

.feature-card-accent .feature-icon {
    color: #020617;
}

.feature-card h3 {
    color: #f1f5f9;
    font-family: "Space Grotesk", sans-serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 700;
    margin-top: 48px;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.feature-card-accent h3 {
    color: #020617;
}

.feature-card p {
    color: #94a3b8;
    line-height: 1.7;
    margin-top: 16px;
    max-width: 620px;
}

.feature-card-accent p {
    color: rgba(2, 6, 23, 0.78);
    font-weight: 700;
}

@media (max-width: 640px) {
    .py-section-gap {
        padding-bottom: 72px;
        padding-top: 72px;
    }

    .site-header {
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .site-header-inner {
        gap: 12px;
    }

    .site-header img {
        max-width: 136px;
    }

    .topbar-cta {
        font-size: 10px;
        letter-spacing: 0.08em;
        min-height: 40px;
        padding: 10px 12px;
        width: auto;
    }

    .hero-section {
        padding-bottom: 72px;
        padding-top: 56px;
    }

    .hero-section h1 {
        font-size: clamp(38px, 12vw, 52px);
        line-height: 0.98;
    }

    .hero-copy {
        order: 2;
    }

    .hero-video-area {
        order: 1;
    }

    .section-kicker {
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .section-copy {
        font-size: 16px;
        line-height: 1.65;
    }

    .product-card-media {
        aspect-ratio: 1 / 1;
    }

    .hero-video {
        aspect-ratio: 4 / 5;
        height: auto;
        max-height: none;
    }

    main .btn-primary,
    main .btn-secondary,
    main .btn-outline,
    footer .btn-outline {
        width: 100%;
    }

    .stat-block {
        min-height: auto;
    }

    .product-card-body {
        padding: 24px;
    }

    .location-panel {
        grid-template-columns: 1fr;
    }

    .launch-carousel {
        grid-auto-columns: minmax(246px, 82vw);
        gap: 16px;
    }

    .carousel-hint {
        font-size: 10px;
        letter-spacing: 0.1em;
    }

    .best-sellers-grid {
        grid-template-columns: 1fr;
    }

    .best-seller-card,
    .best-seller-card-featured {
        grid-column: auto;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .best-seller-media img {
        aspect-ratio: 1 / 1;
        min-height: 0;
    }

    .best-seller-body .btn-secondary {
        width: 100%;
    }

    .location-actions {
        align-items: center;
        justify-self: center;
        margin-left: 0;
        max-width: 320px;
        min-width: 0;
        width: 100%;
    }

    .product-frame img,
    .image-strip img {
        min-height: 320px;
    }

    .product-badge {
        bottom: 14px;
        left: 14px;
        max-width: calc(100% - 28px);
        padding: 14px;
    }

    .status-line {
        padding-left: 20px;
    }

    .video-caption {
        position: static;
    }

    .feature-icon {
        position: static;
        margin-top: 18px;
    }

    .feature-card h3 {
        margin-top: 28px;
    }
}

@media (max-width: 380px) {
    .site-header img {
        max-width: 118px;
    }

    .topbar-cta {
        font-size: 9px;
        min-height: 38px;
        padding: 9px 10px;
    }
}
