:root {
    --bg: #fff1f2;
    --surface: #fff8f8;
    --ink: #311217;
    --muted: #73575c;
    --line: rgba(78, 17, 23, 0.14);
    --line-light: rgba(255, 242, 243, 0.24);
    --brand-blue: #ed1c24;
    --brand-blue-deep: #9f1017;
    --brand-blue-soft: #ffdadd;
    --brand-orange: #ed1c24;
    --brand-orange-deep: #9f1017;
    --brand-orange-soft: #ffdadd;
    --white: #fff8f8;
    --shadow: 0 32px 80px rgba(123, 13, 20, 0.18);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    min-width: 320px;
    font-family: 'Sora', sans-serif;
    color: var(--ink);
    overflow-x: clip;
    background:
        linear-gradient(180deg, #3d0b10 0%, #7f1219 18%, var(--bg) 18%, var(--bg) 100%);
}

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

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    padding: 0.82rem clamp(0.9rem, 2.4vw, 1.7rem);
}

.header-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    min-width: 0;
    width: min(1220px, 100%);
    margin: 0 auto;
    padding: 0.78rem 0.9rem 0.78rem 0.96rem;
    border: 1px solid rgba(255, 242, 243, 0.22);
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(61, 11, 16, 0.82) 0%, rgba(155, 18, 24, 0.62) 100%);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 46px rgba(73, 7, 12, 0.22);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
    flex: 1 1 auto;
    color: var(--white);
}

.brand-logo {
    width: 2.72rem;
    height: 2.72rem;
    border-radius: 0.9rem;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.brand-copy {
    display: grid;
    gap: 0.16rem;
    min-width: 0;
}

.brand-mark {
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    color: rgba(247, 251, 255, 0.76);
    white-space: nowrap;
}

.brand strong {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.24rem, 1.65vw, 1.58rem);
    font-weight: 600;
    line-height: 0.95;
    white-space: nowrap;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    flex-shrink: 0;
    color: rgba(247, 251, 255, 0.86);
}

.site-nav a {
    position: relative;
    font-size: 0.9rem;
    transition: background-color 180ms ease, color 180ms ease;
}

.site-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.3rem;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #1c8fe2 0%, #8fd4ff 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
    transform: scaleX(1);
}

.menu-toggle {
    display: none;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 0.96rem;
    border: 1px solid rgba(255, 242, 243, 0.22);
    border-radius: 999px;
    color: var(--white);
    background: rgba(247, 251, 255, 0.08);
}

.hero {
    position: relative;
    min-height: auto;
    color: var(--white);
    overflow: clip;
}

.hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.015);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(42, 8, 12, 0.18) 0%, rgba(98, 14, 20, 0.5) 36%, rgba(53, 8, 12, 0.9) 100%),
        radial-gradient(circle at 82% 18%, rgba(237, 28, 36, 0.34) 0%, rgba(237, 28, 36, 0) 38%),
        linear-gradient(90deg, rgba(48, 8, 13, 0.86) 0%, rgba(126, 16, 24, 0.4) 54%, rgba(126, 16, 24, 0.16) 100%);
}

.hero-shell,
.hero-band,
.section,
.site-footer {
    position: relative;
    z-index: 2;
    width: min(1200px, calc(100% - 2.25rem));
    margin: 0 auto;
}

.hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(19rem, 0.58fr);
    align-items: center;
    gap: clamp(2rem, 3.5vw, 3.2rem);
    min-height: clamp(38rem, 82svh, 46rem);
    padding: clamp(5.8rem, 7vw, 6.9rem) 0 clamp(2.4rem, 5vw, 3.6rem);
}

.hero-copy {
    max-width: 35rem;
    animation: rise 900ms ease both;
}

.hero-side {
    display: grid;
    gap: 1.25rem;
    animation: rise 900ms ease 120ms both;
}

.eyebrow,
.section-kicker {
    margin: 0 0 1rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.eyebrow {
    color: rgba(247, 251, 255, 0.82);
}

.hero h1,
.section-header h2,
.roadmap-copy h2,
.closing-inner h2 {
    font-family: 'Cormorant Garamond', serif;
}

.hero h1 {
    margin: 0;
    font-size: clamp(3.1rem, 6.4vw, 5.45rem);
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: -0.04em;
}

.hero h1 span {
    color: #ffd6d8;
}

.hero-text {
    max-width: 29rem;
    margin: 1.1rem 0 0;
    font-size: clamp(0.96rem, 1.12vw, 1.05rem);
    line-height: 1.62;
    color: rgba(247, 251, 255, 0.9);
}

.hero-badge {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(247, 251, 255, 0.22);
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(108, 10, 19, 0.5) 0%, rgba(237, 28, 36, 0.22) 100%);
    backdrop-filter: blur(12px);
    box-shadow: var(--shadow);
}

.hero-badge-logo {
    width: 4rem;
    height: 4rem;
    border-radius: 1.2rem;
}

.hero-badge-label {
    margin: 0 0 0.3rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(247, 251, 255, 0.68);
}

.hero-badge strong {
    font-size: 0.96rem;
    line-height: 1.58;
}

.hero-note {
    margin: 0;
    max-width: 23rem;
    padding-left: 1rem;
    border-left: 2px solid rgba(247, 251, 255, 0.28);
    color: rgba(247, 251, 255, 0.8);
    font-size: 0.97rem;
    line-height: 1.72;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.78rem;
    margin-top: 1.35rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.1rem;
    padding: 0.84rem 1.22rem;
    border-radius: 999px;
    font-size: 0.95rem;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        background-color 180ms ease,
        color 180ms ease;
}

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

.button-primary {
    color: #fff8f4;
    background: linear-gradient(135deg, #085f97 0%, #0b84d1 55%, #66c8ff 100%);
    box-shadow: 0 24px 48px rgba(7, 76, 121, 0.28);
}

.button-secondary {
    border: 1px solid rgba(143, 212, 255, 0.42);
    color: var(--white);
    background: rgba(11, 132, 209, 0.2);
}

.hero-band {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 0.35rem 0 1.1rem;
    border-top: 1px solid rgba(247, 251, 255, 0.22);
}

.hero-band span {
    padding-right: 1.2rem;
    font-size: 0.94rem;
    color: rgba(247, 251, 255, 0.78);
    line-height: 1.64;
}

.hero-band span + span {
    padding-left: 1.2rem;
    border-left: 1px solid rgba(247, 251, 255, 0.16);
}

.section {
    padding: clamp(4rem, 6vw, 5.8rem) 0;
}

.section-kicker {
    color: var(--brand-orange-deep);
}

.section-kicker-light {
    color: rgba(247, 226, 213, 0.72);
}

.section-header {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.84fr);
    gap: 2.5rem;
    align-items: end;
}

.section-header h2,
.roadmap-copy h2,
.closing-inner h2 {
    margin: 0;
    font-size: clamp(2.45rem, 4vw, 3.95rem);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.03em;
}

.section-header p,
.roadmap-copy p,
.roadmap-item p,
.closing-copy p,
.footer-copy {
    color: var(--muted);
    line-height: 1.9;
}

.editorial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.55rem;
    margin-top: 2.4rem;
    border-top: 1px solid var(--line);
}

.editorial-grid article {
    padding-top: 1.6rem;
}

.editorial-grid h3 {
    margin: 0 0 0.9rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--brand-blue-deep);
}

.editorial-grid p,
.roadmap-item p {
    margin: 0;
}

.roadmap-section {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 3rem;
}

.roadmap-copy p:last-child {
    margin-top: 1.4rem;
}

.roadmap-list {
    border-top: 1px solid var(--line);
}

.roadmap-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.3rem;
    padding: 1.55rem 0;
    border-bottom: 1px solid var(--line);
}

.roadmap-item span {
    padding-top: 0.15rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--brand-orange-deep);
}

.roadmap-item h3 {
    margin: 0 0 0.65rem;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    color: var(--ink);
}

.closing {
    position: relative;
    color: var(--white);
    background:
        radial-gradient(circle at top left, rgba(255, 149, 154, 0.24) 0%, rgba(255, 149, 154, 0) 34%),
        linear-gradient(135deg, #43090e 0%, #9f1017 42%, #ed1c24 100%);
}

.closing-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(18rem, 0.7fr);
    gap: 3rem;
    align-items: end;
    width: min(1200px, calc(100% - 2.25rem));
    margin: 0 auto;
    padding: clamp(4rem, 6vw, 5.8rem) 0;
}

.closing-copy p {
    margin-top: 0;
    color: rgba(247, 244, 242, 0.82);
}

.site-footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.6rem 0 3rem;
}

.footer-brand {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.65rem;
    font-weight: 600;
    color: var(--brand-blue-deep);
}

.footer-copy {
    margin: 0;
    text-align: right;
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(32px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1180px) {
    .header-shell {
        position: relative;
        gap: 0.74rem;
        padding: 0.76rem 0.82rem 0.76rem 0.88rem;
        border-radius: 1.35rem;
    }

    .brand-mark {
        font-size: 0.58rem;
        letter-spacing: 0.16em;
    }

    .brand strong {
        font-size: clamp(1.18rem, 2.1vw, 1.4rem);
    }

    .menu-toggle {
        display: inline-flex;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 0.75rem);
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0.35rem;
        max-height: min(26rem, calc(100svh - 6.5rem));
        padding: 0.75rem;
        overflow-y: auto;
        border: 1px solid rgba(247, 251, 255, 0.18);
        border-radius: 1.25rem;
        background: rgba(6, 31, 51, 0.94);
        box-shadow: 0 24px 48px rgba(4, 24, 40, 0.26);
    }

    .site-nav a {
        display: block;
        width: 100%;
        padding: 0.82rem 0.95rem;
        border-radius: 1rem;
    }

    .site-nav a::after {
        display: none;
    }

    .site-nav a:hover,
    .site-nav a:focus-visible {
        background: rgba(247, 251, 255, 0.08);
    }

    body.menu-open .site-nav {
        display: flex;
    }

    .hero-shell,
    .section-header,
    .roadmap-section,
    .closing-inner,
    .site-footer {
        grid-template-columns: 1fr;
    }

    .hero-shell {
        min-height: auto;
        align-items: start;
        gap: 1.15rem;
        padding-top: 6.35rem;
        padding-bottom: 1.9rem;
    }

    .hero-copy {
        max-width: 40rem;
        padding: 1.05rem 1.1rem 1.12rem;
        border: 1px solid rgba(247, 251, 255, 0.18);
        border-radius: 1.5rem;
        background: linear-gradient(180deg, rgba(61, 11, 16, 0.68) 0%, rgba(61, 11, 16, 0.46) 100%);
        backdrop-filter: blur(12px);
        box-shadow: 0 24px 52px rgba(51, 6, 11, 0.2);
    }

    .hero-side {
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
        align-items: stretch;
        gap: 0.95rem;
    }

    .hero-badge,
    .hero-note {
        max-width: 100%;
    }

    .hero-note {
        height: 100%;
        padding: 1rem 1.05rem;
        border: 1px solid rgba(247, 251, 255, 0.18);
        border-left: 1px solid rgba(247, 251, 255, 0.18);
        border-radius: 1.4rem;
        background: rgba(61, 11, 16, 0.48);
    }

    .hero-band {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.8rem;
        padding: 0 0 1.45rem;
        border-top: 0;
    }

    .hero-band span {
        padding: 0.9rem 0.98rem;
        border: 1px solid rgba(247, 251, 255, 0.14);
        border-radius: 1.15rem;
        background: rgba(61, 11, 16, 0.56);
    }

    .hero-band span + span {
        padding-left: 0.98rem;
        border-left: 0;
    }

    .section-header,
    .roadmap-section,
    .closing-inner {
        gap: 1.6rem;
    }

    .editorial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer {
        display: grid;
        padding-top: 1.8rem;
    }

    .footer-copy {
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .hero-media {
        transform: scale(1);
    }

    .hero-shell {
        gap: 1rem;
        padding-top: 6.15rem;
    }

    .hero-side {
        grid-template-columns: 1fr;
    }

    .hero-band {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .hero-side,
    .editorial-grid {
        grid-template-columns: 1fr;
    }

    .hero-band {
        grid-template-columns: 1fr;
    }

    .hero-band span + span {
        padding-left: 0.98rem;
    }
}

@media (max-width: 820px) {
    .brand-mark {
        display: none;
    }

    .brand strong {
        font-size: clamp(1.08rem, 4vw, 1.32rem);
    }
}

@media (max-width: 720px) {
    body {
        background:
            linear-gradient(180deg, #3d0b10 0%, #7f1219 16%, var(--bg) 16%, var(--bg) 100%);
    }

    .brand-logo {
        width: 2.55rem;
        height: 2.55rem;
    }

    .header-shell {
        padding: 0.74rem 0.74rem 0.74rem 0.82rem;
    }

    .menu-toggle {
        padding: 0.68rem 0.88rem;
    }

    .hero h1 {
        font-size: clamp(2.8rem, 16vw, 4.9rem);
    }

    .hero-copy {
        padding: 1rem;
    }

    .hero-text {
        max-width: 100%;
    }

    .hero-badge {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .hero-badge-logo {
        width: 4rem;
        height: 4rem;
    }

    .button {
        width: 100%;
    }

    .hero-actions {
        gap: 0.8rem;
    }

    .hero-band {
        padding-bottom: 1.2rem;
    }

    .hero-band span {
        padding: 0.82rem 0.92rem;
    }

    .roadmap-item {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }
}
