:root {
    --bg: #07080b;
    --text: #f7f5f2;
    --text-soft: rgba(247, 245, 242, 0.76);
    --text-faint: rgba(247, 245, 242, 0.54);
    --surface: rgba(18, 20, 24, 0.82);
    --surface-border: rgba(255, 255, 255, 0.1);
    --accent: #ff5664;
    --accent-soft: #ff8f9b;
    --mint: #b9f0c4;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
    --radius-xl: 34px;
    --radius-lg: 26px;
    --radius-md: 20px;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
    background:
        radial-gradient(circle at top, rgba(255, 86, 100, 0.2), transparent 20%),
        radial-gradient(circle at 85% 10%, rgba(185, 240, 196, 0.12), transparent 20%),
        linear-gradient(180deg, #0a0b0e 0%, #07080b 100%);
    color: var(--text);
    font-family: "Segoe UI", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

body {
    position: relative;
    overflow-x: hidden;
}

.ambient {
    position: fixed;
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

.ambient-left {
    top: -6rem;
    left: -10rem;
    background: rgba(255, 86, 100, 0.22);
}

.ambient-right {
    right: -10rem;
    bottom: -2rem;
    background: rgba(185, 240, 196, 0.16);
}

.redirect-banner {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1.2rem;
    background: rgba(8, 9, 12, 0.84);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
}

.banner-copy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
}

.banner-pill,
.feature-pills span,
.gallery-label,
.countdown-chip,
.eyebrow {
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.banner-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.42rem 0.76rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
    color: #fff4f5;
    background: rgba(255, 86, 100, 0.16);
    border: 1px solid rgba(255, 143, 155, 0.28);
}

.banner-text {
    color: var(--text-soft);
    font-size: 0.95rem;
}

.banner-link,
.primary-cta {
    text-decoration: none;
    transition: transform 160ms ease, filter 160ms ease;
}

.banner-link {
    padding: 0.72rem 1rem;
    border-radius: 999px;
    white-space: nowrap;
    background: linear-gradient(135deg, #ffffff, #ffe6e9);
    color: #090a0d;
    font-weight: 800;
}

.banner-link:hover,
.primary-cta:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
}

.page-shell {
    position: relative;
    z-index: 1;
    width: min(1220px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 2rem 0 4rem;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.25rem;
    align-items: center;
}

.hero-copy,
.visual-stage,
.gallery-card {
    border: 1px solid var(--surface-border);
    box-shadow: var(--shadow);
}

.hero-copy {
    padding: clamp(1.4rem, 4vw, 2.5rem);
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, rgba(18, 20, 24, 0.88), rgba(10, 12, 15, 0.9));
}

.brand-logo {
    display: block;
    width: min(420px, 100%);
    max-width: 100%;
    margin-bottom: 1rem;
}

.eyebrow {
    margin: 0 0 0.6rem;
    color: var(--accent-soft);
    font-size: 0.75rem;
    font-weight: 700;
}

.hero h1 {
    margin: 0;
    font-size: clamp(2.5rem, 6vw, 4.6rem);
    line-height: 0.94;
    letter-spacing: -0.05em;
    max-width: 8ch;
}

.feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.feature-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 0.9rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--text-soft);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
    margin-top: 1.7rem;
}

.primary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 1.3rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), #ffd2d8);
    color: #08090b;
    font-weight: 900;
}

.countdown-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 58px;
    padding: 0 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-soft);
    font-size: 0.8rem;
    font-weight: 700;
}

.countdown-ring {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--mint);
    box-shadow: 0 0 0 0 rgba(185, 240, 196, 0.45);
    animation: pulse 1.4s infinite;
}

.visual-stage {
    position: relative;
    min-height: 760px;
    padding: 1rem;
    border-radius: 38px;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.06), transparent 24%),
        linear-gradient(180deg, rgba(20, 23, 28, 0.92), rgba(10, 12, 15, 0.94));
    overflow: hidden;
}

.visual-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(rgba(255, 255, 255, 0.08) 0.6px, transparent 0.6px),
        radial-gradient(circle at 30% 30%, rgba(255, 86, 100, 0.14), transparent 26%),
        radial-gradient(circle at 70% 68%, rgba(185, 240, 196, 0.1), transparent 24%);
    background-size: 18px 18px, auto, auto;
    opacity: 0.22;
    pointer-events: none;
}

.shot {
    position: absolute;
    margin: 0;
    border-radius: 30px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.34);
}

.shot img,
.gallery-card img {
    display: block;
    width: 100%;
    height: auto;
}

.shot-center {
    z-index: 3;
    width: min(52%, 390px);
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
}

.shot-left {
    z-index: 2;
    width: min(38%, 280px);
    left: 4%;
    bottom: 7%;
    transform: rotate(-7deg);
}

.shot-right {
    z-index: 2;
    width: min(38%, 280px);
    right: 4%;
    bottom: 10%;
    transform: rotate(8deg);
}

.feature-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.2rem;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(18, 20, 24, 0.88), rgba(10, 12, 15, 0.94));
}

.gallery-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 36%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
    pointer-events: none;
}

.gallery-label {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 0.8rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    color: #fff5f6;
    background: rgba(255, 86, 100, 0.16);
    border: 1px solid rgba(255, 143, 155, 0.24);
    backdrop-filter: blur(8px);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(185, 240, 196, 0.42);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(185, 240, 196, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(185, 240, 196, 0);
    }
}

@media (max-width: 1100px) {
    .hero {
        grid-template-columns: 1fr;
    }

    .visual-stage {
        min-height: 700px;
    }
}

@media (max-width: 900px) {
    .feature-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .redirect-banner {
        align-items: flex-start;
        flex-direction: column;
    }

    .page-shell {
        width: min(100% - 1rem, 1220px);
    }

    .hero-copy,
    .visual-stage,
    .gallery-card {
        border-radius: 24px;
    }

    .hero h1 {
        max-width: none;
        font-size: clamp(2.2rem, 12vw, 3.4rem);
    }

    .visual-stage {
        min-height: 520px;
        padding: 0.8rem;
    }

    .shot-center {
        width: 56%;
        top: 5%;
    }

    .shot-left,
    .shot-right {
        width: 42%;
        bottom: 6%;
    }

    .shot-left {
        left: 1%;
    }

    .shot-right {
        right: 1%;
    }

    .feature-gallery {
        grid-template-columns: 1fr;
    }
}
