:root {
    --ink: #121316;
    --ink-soft: #23252a;
    --paper: #f6f6f4;
    --white: #ffffff;
    --muted: #666a72;
    --line: #d9dadd;
    --red: #c51f34;
    --red-dark: #9f1728;
    --gold: #e2b54e;
    --green: #287858;
    --header-height: 72px;
    --wrap: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

body.nav-open {
    overflow: hidden;
}

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

a {
    color: inherit;
}

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

.skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 100;
    padding: 10px 14px;
    color: var(--white);
    background: var(--red);
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

.wrap {
    width: min(calc(100% - 40px), var(--wrap));
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    height: var(--header-height);
    color: var(--white);
    background: rgba(18, 19, 22, 0.97);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    width: min(calc(100% - 40px), var(--wrap));
    height: 100%;
    margin-inline: auto;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    font-size: 21px;
    font-weight: 800;
    text-decoration: none;
}

.brand-mark {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    background: var(--red);
    border-radius: 50%;
}

.brand-mark::after {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid var(--white);
    content: "";
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.site-nav a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--white);
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 10px;
    color: var(--white);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 4px;
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px 0;
    background: currentColor;
}

.button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 21px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button-small {
    min-height: 40px;
    padding: 9px 16px;
    font-size: 14px;
}

.button-large {
    min-height: 54px;
    padding: 15px 25px;
}

.button-primary {
    color: var(--white);
    background: var(--red);
}

.button-primary:hover,
.button-primary:focus-visible {
    background: var(--red-dark);
}

.button-ghost {
    color: var(--white);
    background: rgba(18, 19, 22, 0.58);
    border-color: rgba(255, 255, 255, 0.72);
}

.button-ghost:hover,
.button-ghost:focus-visible {
    color: var(--ink);
    background: var(--white);
}

.button-light {
    color: var(--ink);
    background: var(--white);
}

.button-light:hover,
.button-light:focus-visible {
    background: var(--gold);
}

.hero {
    position: relative;
    display: flex;
    min-height: clamp(580px, 78svh, 760px);
    align-items: center;
    overflow: hidden;
    color: var(--white);
    background-color: #08090a;
    background-image: url("../images/vidstream-hero.png");
    background-position: center;
    background-size: cover;
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.34);
}

.hero-content {
    position: relative;
    z-index: 1;
    padding-block: 80px;
}

.hero-content > * {
    max-width: 630px;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--red);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero .eyebrow,
.genre-section .eyebrow,
.final-cta .eyebrow {
    color: var(--gold);
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    line-height: 1.12;
}

h1 {
    margin-bottom: 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 88px;
    font-weight: 700;
}

h2 {
    margin-bottom: 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 44px;
    font-weight: 700;
}

h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.hero-lead {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.55;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 34px;
}

.hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 700;
}

.hero-facts span::before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 9px;
    background: var(--gold);
    border-radius: 50%;
    content: "";
}

.section {
    padding: 96px 0;
}

.intro-section {
    background: var(--paper);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 44px;
}

.section-heading > p:last-child,
.collection-copy > p,
.steps-intro > p {
    color: var(--muted);
    font-size: 18px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.feature-card {
    min-height: 240px;
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 6px;
}

.feature-index {
    display: block;
    margin-bottom: 46px;
    color: var(--red);
    font-size: 13px;
    font-weight: 900;
}

.feature-card p {
    margin-bottom: 0;
    color: var(--muted);
}

.collection-section {
    background: var(--white);
}

.collection-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    align-items: center;
    gap: 68px;
}

.collection-media {
    position: relative;
    padding: 12px;
    background: var(--ink);
    border-left: 8px solid var(--red);
}

.collection-media img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.check-list {
    display: grid;
    gap: 12px;
    margin: 28px 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 28px;
    font-weight: 700;
}

.check-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--green);
    font-weight: 900;
    content: "✓";
}

.text-link {
    color: var(--red);
    font-weight: 900;
    text-underline-offset: 4px;
}

.genre-section {
    color: var(--white);
    background: var(--ink-soft);
}

.section-heading-light {
    color: var(--white);
}

.genre-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.genre-grid article {
    min-height: 210px;
    padding: 30px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.genre-grid article:last-child {
    border-right: 0;
}

.genre-grid span {
    display: block;
    margin-bottom: 70px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.steps-section {
    background: #eef0ef;
}

.steps-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
    gap: 90px;
}

.steps-intro .button {
    margin-top: 14px;
}

.steps-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.steps-list li {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid #c9cdcb;
}

.steps-list li:first-child {
    padding-top: 0;
}

.steps-list li > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: var(--white);
    background: var(--red);
    border-radius: 50%;
    font-weight: 900;
}

.steps-list p {
    margin-bottom: 0;
    color: var(--muted);
}

.faq-section {
    background: var(--white);
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
    gap: 84px;
}

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

.faq-list details:last-child {
    border-bottom: 1px solid var(--line);
}

.faq-list summary {
    position: relative;
    padding: 22px 42px 22px 0;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    position: absolute;
    top: 19px;
    right: 4px;
    font-size: 25px;
    font-weight: 400;
    content: "+";
}

.faq-list details[open] summary::after {
    content: "−";
}

.faq-list details p {
    max-width: 660px;
    padding: 0 38px 22px 0;
    color: var(--muted);
}

.final-cta {
    padding: 74px 0;
    color: var(--white);
    background: var(--red-dark);
}

.final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.final-cta h2 {
    margin-bottom: 0;
}

.page-footer {
    padding: 70px 0 26px;
    color: rgba(255, 255, 255, 0.76);
    background: var(--ink);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 0.7fr;
    gap: 64px;
    padding-bottom: 50px;
}

.footer-brand {
    margin-bottom: 18px;
    color: var(--white);
}

.footer-grid h2 {
    margin-bottom: 16px;
    color: var(--white);
    font-family: inherit;
    font-size: 15px;
}

.footer-grid p,
.footer-grid address {
    margin: 0;
    font-style: normal;
}

.footer-grid > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-grid > div:last-child a {
    margin-bottom: 8px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 13px;
}

.legal-main {
    min-height: calc(100svh - var(--header-height));
    padding: 86px 0 100px;
    background: var(--white);
}

.legal-wrap {
    width: min(calc(100% - 40px), 840px);
    margin-inline: auto;
}

.legal-intro {
    padding-bottom: 34px;
    border-bottom: 1px solid var(--line);
}

.legal-intro h1 {
    margin-bottom: 18px;
    font-size: 58px;
}

.legal-content {
    padding-top: 24px;
}

.legal-content section {
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
}

.legal-content h2 {
    margin-bottom: 12px;
    font-family: inherit;
    font-size: 23px;
}

.legal-content h3 {
    margin-top: 20px;
    font-size: 17px;
}

.legal-content p,
.legal-content li {
    color: #4d5158;
}

.legal-content address {
    font-style: normal;
}

.legal-content a {
    color: var(--red);
    font-weight: 700;
}

.legal-back {
    display: inline-block;
    margin-top: 32px;
    color: var(--red);
    font-weight: 900;
}

@media (max-width: 900px) {
    :root {
        --header-height: 64px;
    }

    .header-inner {
        grid-template-columns: auto 1fr auto;
        gap: 14px;
    }

    .nav-toggle {
        display: block;
        justify-self: end;
    }

    .site-nav {
        position: fixed;
        top: var(--header-height);
        right: 0;
        left: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px 20px 24px;
        background: var(--ink);
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 14px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .header-cta {
        display: none;
    }

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

    .collection-layout,
    .steps-layout,
    .faq-layout {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .collection-media {
        order: 2;
    }

    .genre-grid article:nth-child(2) {
        border-right: 0;
    }

    .genre-grid article:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

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

    .footer-grid > div:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .wrap,
    .header-inner,
    .legal-wrap {
        width: min(calc(100% - 28px), var(--wrap));
    }

    .hero {
        min-height: 78svh;
        background-position: 62% center;
    }

    .hero-shade {
        background: rgba(0, 0, 0, 0.56);
    }

    .hero-content {
        padding-block: 64px;
    }

    h1 {
        font-size: 56px;
    }

    h2 {
        font-size: 35px;
    }

    .hero-lead,
    .section-heading > p:last-child,
    .collection-copy > p,
    .steps-intro > p {
        font-size: 17px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .button {
        width: 100%;
    }

    .hero-facts {
        display: grid;
        gap: 8px;
    }

    .section {
        padding: 70px 0;
    }

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

    .feature-card {
        min-height: 0;
    }

    .feature-index {
        margin-bottom: 28px;
    }

    .genre-grid article,
    .genre-grid article:nth-child(2) {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    .genre-grid article:last-child {
        border-bottom: 0;
    }

    .genre-grid span {
        margin-bottom: 34px;
    }

    .steps-layout,
    .faq-layout {
        gap: 38px;
    }

    .final-cta-inner,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .footer-grid > div:first-child {
        grid-column: auto;
    }

    .legal-main {
        padding: 62px 0 76px;
    }

    .legal-intro h1 {
        font-size: 44px;
    }
}

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

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
