:root {
    --bg: #05070b;
    --panel: #0d1119;
    --panel-soft: #111722;
    --text: #f8fbff;
    --muted: #aab3c2;
    --gold: #efbd57;
    --red: #e51d35;
    --red-dark: #7e0615;
    --blue: #1bc6ff;
    --blue-dark: #074977;
    --border: rgba(255, 255, 255, 0.11);
    --shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

body.modal-open {
    overflow: hidden;
}

img,
video {
    display: block;
    max-width: 100%;
}

button,
input,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
}

.shell {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hp-field {
    position: absolute !important;
    left: -99999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.hero {
    position: relative;
    min-height: 100vh;
    display: grid;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    padding: 70px 0 56px;
    background:
        radial-gradient(circle at 79% 43%, rgba(24, 127, 214, 0.20), transparent 34%),
        radial-gradient(circle at 15% 20%, rgba(229, 29, 53, 0.12), transparent 35%),
        linear-gradient(135deg, #040509 0%, #080d15 52%, #020305 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: 0.20;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 170px;
    z-index: -1;
    background: linear-gradient(to bottom, transparent, var(--bg));
}

.hero-glow {
    position: absolute;
    z-index: -2;
    border-radius: 999px;
    filter: blur(90px);
    pointer-events: none;
}

.hero-glow-one {
    width: 330px;
    height: 330px;
    right: 10%;
    top: 14%;
    background: rgba(27, 198, 255, 0.14);
}

.hero-glow-two {
    width: 260px;
    height: 260px;
    left: 5%;
    bottom: 12%;
    background: rgba(229, 29, 53, 0.13);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.88fr);
    gap: clamp(54px, 7vw, 100px);
    align-items: center;
}

.brand-row {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 34px;
}

.brand-mark {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(145deg, var(--red), #78020e);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 12px 34px rgba(229, 29, 53, 0.28);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -1px;
}

.site-logo img {
    width: auto;
    max-height: 58px;
}

.brand-name {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.badge,
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #e4ebf4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.badge {
    padding: 9px 15px;
    margin-bottom: 25px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(12px);
}

.badge span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 5px rgba(229, 29, 53, 0.14), 0 0 18px rgba(229, 29, 53, 0.9);
}

.hero h1 {
    max-width: 730px;
    margin: 0 0 25px;
    font-size: clamp(48px, 5.4vw, 78px);
    line-height: 1.02;
    letter-spacing: -0.055em;
    font-weight: 800;
}

.hero h1 span {
    color: var(--gold);
    text-shadow: 0 0 28px rgba(239, 189, 87, 0.15);
}

.hero-description {
    max-width: 640px;
    margin: 0 0 34px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.85;
}

.countdown {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.time-card {
    min-width: 91px;
    padding: 17px 14px 15px;
    text-align: center;
    border: 1px solid var(--border);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}

.time-card strong {
    display: block;
    color: var(--gold);
    font-size: 31px;
    line-height: 1;
    letter-spacing: -0.04em;
}

.time-card span {
    display: block;
    margin-top: 8px;
    color: #8993a2;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.subscribe-form {
    display: flex;
    max-width: 560px;
    padding: 6px;
    border: 1px solid var(--border);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(14px);
}

.subscribe-form input {
    flex: 1;
    min-width: 0;
    padding: 14px 15px;
    color: #fff;
    border: 0;
    outline: 0;
    background: transparent;
}

.subscribe-form input::placeholder {
    color: #77818f;
}

.subscribe-form button,
.prebook-button,
.submit-prebook {
    border: 0;
    cursor: pointer;
    font-weight: 700;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.subscribe-form button {
    padding: 14px 25px;
    border-radius: 11px;
    background: var(--gold);
    color: #171007;
    box-shadow: 0 10px 30px rgba(239, 189, 87, 0.20);
}

.subscribe-form button:hover,
.subscribe-form button:focus-visible {
    transform: translateY(-2px);
    background: #ffd47c;
}

.scroll-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    color: #8f99a8;
    font-size: 13px;
    text-decoration: none;
}

.scroll-link span {
    color: var(--gold);
    font-size: 17px;
    animation: nudge 1.8s ease-in-out infinite;
}

@keyframes nudge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

.hero-media {
    position: relative;
    width: min(100%, 470px);
    margin-left: auto;
}

.video-frame {
    position: relative;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 32px;
    background: #080b10;
    box-shadow: var(--shadow), 0 0 0 8px rgba(255, 255, 255, 0.025);
    animation: float 5.5s ease-in-out infinite;
}

.video-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(3, 7, 13, 0.05), transparent 55%, rgba(3, 7, 13, 0.28));
}

.video-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-accent {
    position: absolute;
    inset: 12px;
    z-index: 2;
    border: 1px solid rgba(27, 198, 255, 0.22);
    border-radius: 23px;
    pointer-events: none;
    box-shadow: inset 0 0 35px rgba(27, 198, 255, 0.05);
}

.sound-toggle {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 4;
    padding: 10px 13px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(5, 8, 13, 0.70);
    backdrop-filter: blur(12px);
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sound-toggle .sound-on {
    display: none;
}

.sound-toggle[aria-pressed="true"] .sound-off {
    display: none;
}

.sound-toggle[aria-pressed="true"] .sound-on {
    display: inline;
}

.floating-label {
    position: absolute;
    z-index: 5;
    padding: 13px 16px;
    color: #eaf4ff;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    background: rgba(9, 14, 22, 0.82);
    backdrop-filter: blur(16px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.25);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.floating-label-top {
    top: 16%;
    left: -58px;
    border-left-color: rgba(229, 29, 53, 0.65);
}

.floating-label-bottom {
    right: -48px;
    bottom: 18%;
    border-right-color: rgba(27, 198, 255, 0.65);
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-13px); }
}

.form-message {
    max-width: 560px;
    margin: 0 0 16px;
    padding: 12px 15px;
    border-radius: 11px;
    font-size: 13px;
}

.form-message.success {
    color: #c7ffe1;
    border: 1px solid rgba(69, 211, 132, 0.26);
    background: rgba(69, 211, 132, 0.10);
}

.form-message.error {
    color: #ffd3d8;
    border: 1px solid rgba(229, 29, 53, 0.27);
    background: rgba(229, 29, 53, 0.11);
}

.form-message.centered {
    margin: 0 auto 32px;
    text-align: center;
}

.products-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 120px 0;
    background:
        radial-gradient(circle at 15% 35%, rgba(229, 29, 53, 0.11), transparent 26%),
        radial-gradient(circle at 86% 43%, rgba(27, 198, 255, 0.10), transparent 28%),
        var(--bg);
}

.section-pattern {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.16;
    background-image: radial-gradient(rgba(255, 255, 255, 0.19) 0.8px, transparent 0.8px);
    background-size: 28px 28px;
    mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 85%, transparent);
}

.section-heading {
    max-width: 750px;
    margin: 0 auto 55px;
    text-align: center;
}

.eyebrow {
    color: var(--gold);
    margin-bottom: 15px;
}

.section-heading h2,
.modal-panel h2 {
    margin: 0;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.section-heading p {
    max-width: 680px;
    margin: 20px auto 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.product-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 28px;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
    box-shadow: 0 30px 75px rgba(0, 0, 0, 0.28);
}

.product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.red-card {
    background:
        radial-gradient(circle at 30% 5%, rgba(229, 29, 53, 0.16), transparent 33%),
        linear-gradient(155deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
}

.blue-card {
    background:
        radial-gradient(circle at 70% 5%, rgba(27, 198, 255, 0.15), transparent 33%),
        linear-gradient(155deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
}

.product-image-wrap {
    position: relative;
    aspect-ratio: 1.12 / 1;
    overflow: hidden;
    background: #070a10;
}

.product-image-wrap::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 35%;
    background: linear-gradient(to top, rgba(6, 8, 12, 0.75), transparent);
}

.product-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 52%;
    transition: transform 550ms cubic-bezier(0.2, 0.65, 0.2, 1);
}

.product-card:hover .product-image-wrap img {
    transform: scale(1.035);
}

.edition-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(4, 7, 11, 0.72);
    backdrop-filter: blur(10px);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.product-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 330px;
    padding: 34px;
}

.price-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.product-content h3 {
    margin: 0 0 15px;
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.18;
    letter-spacing: -0.035em;
}

.product-content p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.prebook-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 28px;
    padding: 17px 19px;
    color: #fff;
    border-radius: 13px;
    text-align: left;
}

.red-card .prebook-button {
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    box-shadow: 0 16px 35px rgba(229, 29, 53, 0.16);
}

.blue-card .prebook-button {
    background: linear-gradient(135deg, #0874b8, #073d69);
    box-shadow: 0 16px 35px rgba(27, 198, 255, 0.13);
}

.prebook-button:hover,
.prebook-button:focus-visible {
    transform: translateY(-3px);
}

.prebook-button span {
    font-size: 21px;
}

.feature-strip {
    padding: 52px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: #080b11;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-grid > div {
    padding: 10px 30px;
    border-right: 1px solid var(--border);
}

.feature-grid > div:last-child {
    border-right: 0;
}

.feature-grid strong,
.feature-grid span {
    display: block;
}

.feature-grid strong {
    margin-bottom: 6px;
    color: #fff;
    font-size: 16px;
}

.feature-grid span {
    color: #7f8997;
    font-size: 12px;
    line-height: 1.6;
}

.site-footer {
    padding: 28px 0;
    background: #030405;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #69717d;
    font-size: 12px;
}

.footer-inner a {
    text-decoration: none;
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 24px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 180ms ease, visibility 180ms ease;
}

.modal.is-open {
    visibility: visible;
    opacity: 1;
}

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

.modal-panel {
    position: relative;
    z-index: 1;
    width: min(690px, 100%);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 25px;
    background:
        radial-gradient(circle at 100% 0%, rgba(27, 198, 255, 0.10), transparent 30%),
        radial-gradient(circle at 0% 100%, rgba(229, 29, 53, 0.10), transparent 33%),
        #0a0e15;
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.65);
    transform: translateY(18px) scale(0.98);
    transition: transform 180ms ease;
}

.modal.is-open .modal-panel {
    transform: translateY(0) scale(1);
}

.modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
}

.modal-panel h2 {
    margin-top: 7px;
    font-size: clamp(34px, 5vw, 48px);
}

.modal-intro {
    margin: 15px 0 27px;
    color: var(--muted);
    line-height: 1.7;
}

.prebook-form,
.prebook-form label {
    display: grid;
    gap: 9px;
}

.prebook-form {
    gap: 17px;
}

.prebook-form label {
    color: #dbe2eb;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.prebook-form label span {
    color: var(--red);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.prebook-form input,
.prebook-form textarea {
    width: 100%;
    padding: 14px 15px;
    color: #fff;
    border: 1px solid var(--border);
    border-radius: 11px;
    outline: none;
    background: rgba(255, 255, 255, 0.045);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.prebook-form input:focus,
.prebook-form textarea:focus {
    border-color: rgba(27, 198, 255, 0.55);
    box-shadow: 0 0 0 3px rgba(27, 198, 255, 0.08);
}

.prebook-form input:disabled {
    color: var(--gold);
    opacity: 1;
}

.submit-prebook {
    margin-top: 5px;
    padding: 17px 20px;
    color: #15100a;
    border-radius: 12px;
    background: var(--gold);
}

.submit-prebook:hover,
.submit-prebook:focus-visible {
    transform: translateY(-2px);
    background: #ffd47c;
}

.prebook-form small {
    color: #707a88;
    text-align: center;
}

.basic-page {
    min-height: 80vh;
    padding: 120px 0;
}

@media (max-width: 1060px) {
    .hero-grid {
        grid-template-columns: 1fr 0.78fr;
        gap: 50px;
    }

    .floating-label {
        display: none;
    }

    .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 28px;
    }

    .feature-grid > div:nth-child(2) {
        border-right: 0;
    }
}

@media (max-width: 820px) {
    .shell {
        width: min(100% - 32px, 680px);
    }

    .hero {
        min-height: auto;
        padding: 42px 0 90px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .hero-copy {
        text-align: center;
    }

    .brand-row,
    .countdown {
        justify-content: center;
    }

    .hero-description,
    .subscribe-form,
    .form-message {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-media {
        width: min(420px, 90%);
        margin: 0 auto;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .products-section {
        padding: 90px 0;
    }
}

@media (max-width: 560px) {
    .shell {
        width: min(100% - 24px, 520px);
    }

    .hero h1 {
        font-size: clamp(42px, 13vw, 58px);
    }

    .countdown {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 7px;
    }

    .time-card {
        min-width: 0;
        padding: 14px 5px 13px;
        border-radius: 11px;
    }

    .time-card strong {
        font-size: 24px;
    }

    .time-card span {
        font-size: 8px;
        letter-spacing: 0.08em;
    }

    .subscribe-form {
        display: grid;
        gap: 4px;
        padding: 5px;
    }

    .subscribe-form button {
        width: 100%;
    }

    .video-frame {
        border-radius: 23px;
    }

    .product-content {
        min-height: 0;
        padding: 25px;
    }

    .product-image-wrap {
        aspect-ratio: 0.88 / 1;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .modal {
        padding: 12px;
    }

    .modal-panel {
        max-height: calc(100vh - 24px);
        padding: 34px 20px 25px;
        border-radius: 18px;
    }

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

    .feature-grid > div {
        padding: 12px 0 22px;
        border-right: 0;
        border-bottom: 1px solid var(--border);
        text-align: center;
    }

    .feature-grid > div:last-child {
        border-bottom: 0;
    }

    .footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
