:root {
    --ink: #180e1c;
    --ink-soft: #2b1730;
    --coral: #ff4358;
    --coral-dark: #ec2f4d;
    --pink: #ef2a87;
    --berry: #6f205f;
    --yellow: #ffd45f;
    --cream: #fff4e3;
    --paper: #fffaf2;
    --white: #fffaf2;
    --aqua: #83e7dc;
    --muted: #755e73;
    --line: rgba(24, 14, 28, .13);
    --wrap: min(1220px, calc(100% - 48px));
    --radius: 26px;
    --radius-small: 16px;
    --shadow: 0 28px 75px rgba(53, 17, 44, .14);
    --ease: cubic-bezier(.2, .8, .2, 1);
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 28px;
    background: var(--ink);
}

body {
    margin: 0;
    overflow-x: clip;
    color: var(--ink);
    background: var(--ink);
    font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body:has(dialog[open]) { overflow: hidden; }
img, svg, video { display: block; }
img, video { max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
::selection { color: var(--ink); background: var(--yellow); }
.wrap { width: var(--wrap); margin-inline: auto; }

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

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    color: var(--ink);
    background: var(--yellow);
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
    transform: translateY(-160%);
    transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.scroll-progress {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    pointer-events: none;
}
.scroll-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--yellow), var(--coral), var(--pink));
    box-shadow: 0 0 14px rgba(255, 67, 88, .8);
}

.section {
    position: relative;
    padding-block: clamp(88px, 10vw, 142px);
}
.section--cream { background: var(--cream); }
.section--paper { background: var(--paper); }
.section--ink { color: var(--white); background: var(--ink); }
.section--berry { color: var(--white); background: var(--berry); }
.section--coral { color: var(--white); background: var(--coral-dark); }

.eyebrow {
    margin: 0 0 15px;
    color: var(--yellow);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .21em;
    text-transform: uppercase;
}
.eyebrow--dark { color: var(--coral-dark); }

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
    align-items: end;
    gap: 50px;
    margin-bottom: clamp(38px, 5vw, 65px);
}
.section-heading h2,
.overview-copy h2,
.facts__heading h2,
.studio h2,
.download-all h2 {
    margin: 0;
    font-size: clamp(2.6rem, 6vw, 5.7rem);
    font-weight: 900;
    line-height: .94;
    letter-spacing: -.065em;
}
.section-heading h2 { font-size: clamp(2.9rem, 5.6vw, 5rem); }
.section-heading h2 br { display: none; }
.section-heading > p,
.section-heading__side > p {
    margin: 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.6vw, 1.14rem);
    line-height: 1.65;
}
.section-heading--light > p,
.section-heading--light .section-heading__side > p { color: rgba(255, 250, 242, .66); }
.section-heading__side { display: grid; justify-items: start; gap: 18px; }

.section-download {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 5px;
    color: var(--ink);
    border-bottom: 2px solid var(--coral);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease, border-color .2s ease;
}
.section-download span { color: var(--coral-dark); font-size: 1.1rem; transition: transform .2s var(--ease); }
.section-download:hover span { transform: translateY(3px); }
.section-download--light { color: var(--white); border-color: var(--yellow); }
.section-download--light span { color: var(--yellow); }

/* Hero */
.hero {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: max(740px, 100svh);
    overflow: hidden;
    color: var(--white);
    background: #521d50;
}

.hero__art,
.hero__shade {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
}
.hero__art {
    object-fit: cover;
    object-position: 50% 50%;
    transform: scale(1.015);
    animation: hero-drift 20s var(--ease) both;
}
.hero__shade {
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(18, 7, 21, .76) 0%, rgba(18, 7, 21, .14) 24%, rgba(18, 7, 21, .12) 48%, rgba(24, 14, 28, .82) 83%, var(--ink) 100%),
        radial-gradient(ellipse at 50% 52%, transparent 28%, rgba(22, 5, 27, .42) 100%);
}
.hero::before,
.section--ink::before,
.section--berry::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    opacity: .16;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='2' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E");
    mix-blend-mode: soft-light;
}
.section--ink > .wrap,
.section--berry > .wrap { position: relative; z-index: 1; }

.nav {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: clamp(18px, 3vw, 30px);
    transform: translateX(-50%);
}
.nav__brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--white);
    font-size: .74rem;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: .12em;
    text-decoration: none;
}
.nav__brand img {
    width: 54px;
    height: 44px;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(24, 4, 28, .38));
}
.nav__brand small {
    display: block;
    margin-top: 3px;
    color: var(--yellow);
    font-size: .66em;
    letter-spacing: .38em;
}
.nav__links { display: flex; align-items: center; gap: clamp(19px, 2.5vw, 36px); }
.nav__links > a {
    position: relative;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .075em;
    text-decoration: none;
    text-transform: uppercase;
}
.nav__links > a:not(.nav__download)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 2px;
    background: var(--yellow);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s var(--ease);
}
.nav__links > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__download {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    color: var(--ink);
    background: var(--yellow);
    border-radius: 999px;
    box-shadow: 0 7px 0 rgba(77, 35, 29, .3);
    transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.nav__download:hover { box-shadow: 0 4px 0 rgba(77, 35, 29, .3); transform: translateY(3px); }

.hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: max(740px, 100svh);
    padding-top: 110px;
    padding-bottom: clamp(75px, 9vh, 115px);
    text-align: center;
}
.hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 0;
    font-size: clamp(.65rem, 1.2vw, .75rem);
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .65);
    animation: hero-rise .7s .1s both var(--ease);
}
.hero__eyebrow span {
    display: inline-grid;
    width: 35px;
    aspect-ratio: 1;
    place-items: center;
    color: var(--ink);
    background: var(--yellow);
    border-radius: 50%;
    letter-spacing: -.03em;
    text-shadow: none;
    transform: rotate(-7deg);
}
.hero__logo {
    width: min(520px, 74vw);
    height: auto;
    margin: -3px auto -12px;
    filter: drop-shadow(0 18px 15px rgba(35, 3, 34, .42));
    transform-origin: 50% 100%;
    animation: logo-arrive .85s .08s both var(--ease);
}
.hero__tagline {
    margin: 0 0 19px;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 750;
    line-height: 1.42;
    letter-spacing: .01em;
    text-shadow: 0 3px 20px rgba(0, 0, 0, .82);
    animation: hero-rise .75s .2s both var(--ease);
}
.hero__tagline em { color: var(--yellow); font-style: normal; }
.hero__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
    padding: 10px 6px;
    background: rgba(28, 11, 31, .54);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 15px;
    box-shadow: 0 14px 30px rgba(17, 2, 19, .15);
    backdrop-filter: blur(12px);
    animation: hero-rise .75s .28s both var(--ease);
}
.hero__meta span {
    min-width: 132px;
    padding: 0 16px;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.25;
}
.hero__meta span + span { border-left: 1px solid rgba(255, 255, 255, .2); }
.hero__meta small {
    display: block;
    margin-bottom: 3px;
    color: var(--yellow);
    font-size: .59rem;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.hero__actions {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 13px;
    animation: hero-rise .75s .36s both var(--ease);
}
.button {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    min-height: 61px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
    padding: 11px 22px;
    border: 1px solid transparent;
    border-radius: 17px;
    font-weight: 900;
    line-height: 1.05;
    text-align: left;
    text-decoration: none;
    transition: transform .2s var(--ease), box-shadow .2s var(--ease), background-color .2s ease;
}
.button::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -70%;
    bottom: -70%;
    left: -55%;
    width: 35%;
    background: rgba(255, 255, 255, .42);
    filter: blur(7px);
    transform: rotate(15deg);
    transition: left .6s var(--ease);
}
.button:hover::after { left: 125%; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(1px); }
.button svg { flex: 0 0 auto; width: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.1; }
.button span { font-size: .98rem; }
.button small { display: block; margin-bottom: 5px; font-size: .59rem; letter-spacing: .12em; text-transform: uppercase; }
.button--primary {
    min-width: 238px;
    color: var(--ink);
    background: var(--yellow);
    box-shadow: 0 8px 0 #b56740, 0 18px 35px rgba(25, 4, 29, .3);
}
.button--primary:hover { box-shadow: 0 11px 0 #b56740, 0 20px 38px rgba(25, 4, 29, .38); }
.button--glass {
    min-width: 188px;
    color: var(--white);
    background: rgba(32, 12, 35, .68);
    border-color: rgba(255, 255, 255, .58);
    box-shadow: 0 8px 0 rgba(30, 5, 34, .55), 0 18px 35px rgba(25, 4, 29, .24);
    backdrop-filter: blur(12px);
}
.button--glass:hover { background: rgba(239, 42, 135, .82); }
.button--glass svg { fill: currentColor; stroke: none; }
.scroll-cue {
    position: absolute;
    z-index: 3;
    bottom: 22px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .72);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateX(-50%);
}
.scroll-cue svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; animation: cue-bounce 1.8s infinite var(--ease); }

/* Overview and facts */
.facts { overflow: hidden; padding-top: clamp(74px, 8vw, 112px); }
.facts::before {
    content: "07";
    position: absolute;
    top: 16%;
    right: -3vw;
    color: rgba(239, 42, 135, .05);
    font-size: min(42vw, 530px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.12em;
    pointer-events: none;
}
.facts__panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(270px, .72fr) minmax(0, 1.45fr);
    gap: clamp(35px, 6vw, 85px);
    padding: clamp(30px, 5vw, 62px);
    color: var(--ink);
    background: rgba(255, 250, 242, .92);
    border: 1px solid rgba(24, 14, 28, .1);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
}
.facts__heading { align-self: center; }
.facts__heading h2 { font-size: clamp(2.6rem, 4.8vw, 4.5rem); }
.facts__heading h2 em { color: var(--coral-dark); font-style: normal; }
.facts__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.facts__actions .copy-button { margin-top: 0; }
.facts__download { color: var(--coral-dark); font-size: .64rem; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.facts__download:hover { text-decoration: underline; text-underline-offset: 4px; }
.copy-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 28px;
    padding: 11px 15px;
    color: var(--ink);
    background: transparent;
    border: 1px solid rgba(24, 14, 28, .22);
    border-radius: 12px;
    cursor: pointer;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s var(--ease);
}
.copy-button:hover { color: var(--white); background: var(--coral-dark); border-color: var(--coral-dark); transform: translateY(-2px); }
.copy-button.is-copied { color: var(--ink); background: var(--aqua); border-color: var(--aqua); }
.copy-button svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.fact-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.fact-list > div { padding: 17px 0; border-bottom: 1px solid var(--line); }
.fact-list > div:nth-child(odd) { padding-right: 24px; }
.fact-list > div:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }
.fact-list > div:nth-last-child(-n + 2) { border-bottom: 0; }
.fact-list dt { margin-bottom: 4px; color: var(--coral-dark); font-size: .66rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.fact-list dd { margin: 0; font-size: .95rem; font-weight: 750; line-height: 1.4; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 5px; background: #43a773; border-radius: 50%; box-shadow: 0 0 0 4px rgba(67, 167, 115, .14); }
.overview-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, .8fr);
    gap: clamp(40px, 8vw, 110px);
    align-items: center;
    padding-block: clamp(92px, 11vw, 150px) clamp(68px, 8vw, 108px);
}
.overview-copy { max-width: 700px; }
.overview-copy h2 { font-size: clamp(2.9rem, 6vw, 5.25rem); }
.overview-copy .lead { margin: 32px 0 19px; font-size: clamp(1.18rem, 2vw, 1.42rem); font-weight: 700; line-height: 1.5; }
.overview-copy > p:last-child { max-width: 650px; margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.scope-card {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
    padding: clamp(23px, 4vw, 38px);
    color: var(--white);
    background: linear-gradient(145deg, var(--pink), var(--coral-dark));
    border-radius: var(--radius);
    box-shadow: 0 28px 60px rgba(171, 39, 81, .26);
    transform: rotate(1.5deg);
}
.scope-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 90% 10%, rgba(255, 212, 95, .5), transparent 31%);
    pointer-events: none;
}
.scope-card__spark { position: absolute; z-index: 1; top: 13px; right: 18px; color: var(--yellow); font-size: 1.5rem; }
.scope-card p { position: relative; z-index: 1; margin: 0; padding: 23px 14px; }
.scope-card p:nth-child(even) { border-right: 1px solid rgba(255, 255, 255, .22); }
.scope-card p:nth-child(-n + 3) { border-bottom: 1px solid rgba(255, 255, 255, .22); }
.scope-card strong { display: block; font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 950; line-height: .9; letter-spacing: -.07em; }
.scope-card p:nth-of-type(4) strong { font-size: clamp(2rem, 4.2vw, 3.3rem); }
.scope-card p span { display: block; margin-top: 8px; font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.features { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.feature { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 31px clamp(20px, 3vw, 35px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature:nth-child(3n + 1) { padding-left: 0; }
.feature:nth-child(3n) { padding-right: 0; border-right: 0; }
.feature:nth-last-child(-n + 3) { border-bottom: 0; }
.feature > span { color: var(--coral-dark); font-size: .67rem; font-weight: 950; letter-spacing: .1em; }
.feature h3 { margin: 0 0 8px; font-size: 1.04rem; line-height: 1.25; }
.feature p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.62; }

/* Video */
.videos { overflow: hidden; }
.videos::after {
    content: "";
    position: absolute;
    top: -300px;
    right: -260px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(239, 42, 135, .23), transparent 66%);
    pointer-events: none;
}
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 3vw, 30px); }
.video-card { overflow: hidden; background: #29172e; border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius); box-shadow: 0 26px 60px rgba(0, 0, 0, .18); }
.video-card__screen { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #0d0710; }
.video-card video { width: 100%; height: 100%; object-fit: contain; background: #080509; }
.video-card__info { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 24px 25px; }
.video-card__info h3 { margin: 5px 0 2px; font-size: 1.25rem; }
.video-card__info p { margin: 0; color: rgba(255, 250, 242, .57); font-size: .78rem; }
.asset-type { color: var(--coral-dark); font-size: .62rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.section--ink .asset-type, .section--berry .asset-type { color: var(--yellow); }
.asset-type--mature { color: #ff96ad !important; }
.asset-download {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
}
.asset-download svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transition: transform .2s var(--ease); }
.asset-download:hover svg { transform: translateY(3px); }
.mature-gate {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 22px;
    background: rgba(19, 8, 22, .72);
    backdrop-filter: blur(14px);
    transition: opacity .3s ease, visibility .3s ease;
}
.mature-gate.is-hidden { visibility: hidden; opacity: 0; }
.mature-gate > span { display: grid; flex: 0 0 auto; width: 48px; aspect-ratio: 1; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 50%; font-weight: 950; transform: rotate(-6deg); }
.mature-gate div { display: grid; line-height: 1.25; }
.mature-gate strong { font-size: .98rem; }
.mature-gate small { margin-top: 4px; color: rgba(255, 250, 242, .65); font-size: .7rem; }
.mature-gate button { margin-left: 8px; padding: 10px 14px; color: var(--white); background: var(--coral-dark); border: 0; border-radius: 10px; cursor: pointer; font-size: .69rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; transition: transform .2s var(--ease), background .2s ease; }
.mature-gate button:hover { background: var(--pink); transform: translateY(-2px); }

/* Shared media cards */
.screenshots { overflow: hidden; }
.screenshots::before {
    content: "";
    position: absolute;
    top: 12%;
    left: -120px;
    width: 460px;
    height: 460px;
    opacity: .28;
    background: radial-gradient(circle, rgba(131, 231, 220, .55), transparent 68%);
    pointer-events: none;
}
.media-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 22px; }
.media-card { position: relative; overflow: hidden; background: #fff; border: 1px solid rgba(24, 14, 28, .1); border-radius: 19px; box-shadow: 0 16px 45px rgba(62, 32, 58, .08); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.media-card:hover { box-shadow: 0 23px 55px rgba(62, 32, 58, .15); transform: translateY(-5px); }
.media-card--feature { grid-column: span 2; }
.media-card__preview { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; background: #dfd2cd; }
.media-card__preview img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), filter .3s ease; }
.media-card:hover .media-card__preview img { transform: scale(1.025); }
.media-card__preview[data-mature]:not(.is-revealed) img { filter: blur(20px); transform: scale(1.1); }
.mature-image-gate {
    position: absolute;
    z-index: 2;
    inset: 0 0 auto;
    display: grid;
    width: 100%;
    aspect-ratio: 16 / 9;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    padding: 18px;
    color: var(--white);
    background: linear-gradient(145deg, rgba(19, 8, 22, .82), rgba(54, 18, 42, .72));
    border: 0;
    cursor: pointer;
    text-align: left;
    backdrop-filter: blur(11px);
    transition: opacity .3s ease, visibility .3s ease;
}
.mature-image-gate.is-hidden { visibility: hidden; opacity: 0; pointer-events: none; }
.mature-image-gate__badge { display: grid; width: 45px; aspect-ratio: 1; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: .78rem; font-weight: 950; transform: rotate(-6deg); }
.mature-image-gate__copy { display: grid; min-width: 0; line-height: 1.2; }
.mature-image-gate__copy strong { font-size: .86rem; }
.mature-image-gate__copy small { margin-top: 3px; color: rgba(255, 250, 242, .64); font-size: .64rem; }
.mature-image-gate__action { padding: 8px 11px; background: var(--coral-dark); border-radius: 9px; font-size: .62rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: background .2s ease, transform .2s var(--ease); }
.mature-image-gate:hover .mature-image-gate__action { background: var(--pink); transform: translateY(-2px); }
.media-card__zoom,
.character-card > a > span,
.brand-feature__image > span {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    width: 34px;
    aspect-ratio: 1;
    place-items: center;
    color: var(--white);
    background: rgba(24, 14, 28, .62);
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 50%;
    font-size: 1rem;
    backdrop-filter: blur(8px);
    transition: background .2s ease, transform .2s var(--ease);
}
.media-card__preview:hover .media-card__zoom,
.character-card > a:hover > span,
.brand-feature__image:hover > span { background: var(--coral-dark); transform: rotate(9deg); }
.media-card__info { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 16px 17px 18px; }
.media-card__info h3 { margin: 0 0 3px; font-size: .92rem; line-height: 1.2; }
.media-card__info p { margin: 0; color: var(--muted); font-size: .66rem; }
.media-card__info > a,
.character-card footer > a,
.mini-asset div > a {
    display: grid;
    flex: 0 0 auto;
    width: 34px;
    aspect-ratio: 1;
    place-items: center;
    color: var(--ink);
    background: var(--yellow);
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s var(--ease), background .2s ease;
}
.media-card__info > a:hover,
.character-card footer > a:hover,
.mini-asset div > a:hover { background: var(--aqua); transform: translateY(3px); }

/* Characters */
.characters { overflow: hidden; background: linear-gradient(145deg, #4d1649 0%, #85215f 55%, #b3296c 100%); }
.characters::after {
    content: "";
    position: absolute;
    right: -10%;
    bottom: -42%;
    width: 65vw;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 212, 95, .14);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(255, 212, 95, .025), 0 0 0 160px rgba(255, 212, 95, .02);
    pointer-events: none;
}
.character-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.character-card { overflow: hidden; color: var(--ink); background: #f8dede; border: 1px solid rgba(255, 255, 255, .18); border-radius: 22px; box-shadow: 0 24px 48px rgba(35, 3, 34, .22); transition: transform .3s var(--ease); }
.character-card:nth-child(4n + 2) { background: #ffe7c9; }
.character-card:nth-child(4n + 3) { background: #d9e5ff; }
.character-card:nth-child(4n + 4) { background: #e5d5ec; }
.character-card:hover { transform: translateY(-7px) rotate(.5deg); }
.character-card > a { position: relative; display: block; height: 420px; overflow: hidden; }
.character-card img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 18px 16px rgba(70, 25, 63, .17)); transition: transform .55s var(--ease); }
.character-card:hover img { transform: scale(1.025) translateY(-3px); }
.character-card footer { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 17px; background: rgba(255, 250, 242, .91); border-top: 1px solid rgba(24, 14, 28, .09); }
.character-card h3 { margin: 0 0 3px; font-size: 1.05rem; }
.character-card p { margin: 0; color: var(--muted); font-size: .63rem; }

/* Concept and brand */
.concept { overflow: hidden; }
.concept::after { content: "✦"; position: absolute; top: 70px; right: 4vw; color: rgba(239, 42, 135, .09); font-size: 10rem; line-height: 1; pointer-events: none; }
.concept-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; }
.brand { overflow: hidden; }
.brand::before { content: ""; position: absolute; bottom: -280px; left: -230px; width: 650px; height: 650px; background: radial-gradient(circle, rgba(255, 67, 88, .16), transparent 66%); pointer-events: none; }
.brand-feature-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(290px, .75fr); gap: 24px; }
.brand-feature { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.brand-feature__image { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; }
.brand-feature__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.brand-feature__image:hover img { transform: scale(1.02); }
.brand-feature footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 23px 23px; }
.brand-feature h3 { margin: 4px 0 2px; font-size: 1.23rem; }
.brand-feature p { margin: 0; color: var(--muted); font-size: .72rem; }
.brand-marks { display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 24px; }
.brand-mark { display: grid; grid-template-columns: minmax(120px, .9fr) minmax(135px, 1fr); align-items: center; gap: 18px; padding: 17px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 20px 55px rgba(53, 17, 44, .09); }
.brand-mark__preview { display: grid; aspect-ratio: 1; place-items: center; padding: 14px; overflow: hidden; background: #ffe5ea; border-radius: 17px; }
.brand-mark__preview--dark { background: var(--ink-soft); }
.brand-mark__preview img { width: 100%; max-height: 100%; object-fit: contain; }
.brand-mark h3 { margin: 4px 0 2px; font-size: 1rem; }
.brand-mark p { margin: 0 0 15px; color: var(--muted); font-size: .66rem; }
.brand-mark .asset-download { display: inline-flex; }
.marketing-drawer { position: relative; margin-top: 28px; overflow: hidden; background: rgba(255, 250, 242, .72); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 50px rgba(53, 17, 44, .07); }
.marketing-drawer summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 25px 28px; cursor: pointer; list-style: none; }
.marketing-drawer summary::-webkit-details-marker { display: none; }
.marketing-drawer summary > span { display: grid; font-size: 1.05rem; font-weight: 850; }
.marketing-drawer summary small { margin-bottom: 2px; color: var(--coral-dark); font-size: .61rem; letter-spacing: .14em; text-transform: uppercase; }
.marketing-drawer summary b { display: flex; align-items: center; gap: 13px; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.marketing-drawer summary i { display: grid; width: 34px; aspect-ratio: 1; place-items: center; background: var(--yellow); border-radius: 50%; font-size: 1.05rem; font-style: normal; transition: transform .3s var(--ease); }
.marketing-drawer[open] summary i { transform: rotate(45deg); }
.marketing-drawer[open] summary { border-bottom: 1px solid var(--line); }
.marketing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; padding: 28px; }
.mini-asset { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.mini-asset > a { display: grid; height: 170px; place-items: center; overflow: hidden; background: #eee3df; }
.mini-asset > a img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.mini-asset--portrait > a img { object-fit: contain; background: #efe1dc; }
.mini-asset > a:hover img { transform: scale(1.025); }
.mini-asset > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 14px 14px; }
.mini-asset p { display: grid; min-width: 0; margin: 0; line-height: 1.25; }
.mini-asset strong { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.mini-asset small { margin-top: 4px; color: var(--muted); font-size: .6rem; }
.mini-asset div > a { width: 31px; }
.drawer-download { display: flex; justify-content: flex-end; padding: 0 28px 30px; }

/* Copy */
.press-copy { overflow: hidden; }
.press-copy::after { content: "“"; position: absolute; right: 1vw; bottom: -120px; color: rgba(255, 212, 95, .045); font-family: Georgia, serif; font-size: 45rem; line-height: .8; pointer-events: none; }
.copy-layout { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: start; }
.copy-card { position: relative; padding: clamp(24px, 4vw, 38px); background: #2a172f; border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius); box-shadow: 0 25px 55px rgba(0, 0, 0, .15); }
.copy-card header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 23px; }
.copy-card h3 { margin: 5px 0 0; font-size: 1.12rem; }
.copy-card blockquote { margin: 0; color: rgba(255, 250, 242, .9); font-size: clamp(1.08rem, 1.9vw, 1.3rem); font-weight: 650; line-height: 1.65; }
.copy-card blockquote em { color: var(--yellow); }
.copy-button--compact { flex: 0 0 auto; margin: 0; color: var(--white); border-color: rgba(255, 255, 255, .22); }
.text-download { display: inline-flex; gap: 9px; margin-top: 25px; padding-bottom: 4px; color: var(--yellow); border-bottom: 1px solid rgba(255, 212, 95, .4); font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.copy-card--long { grid-row: span 2; }
.long-copy__intro { color: rgba(255, 250, 242, .9); font-size: 1.08rem; line-height: 1.72; }
.long-copy__intro p { margin: 0 0 15px; }
.long-copy__intro strong { color: var(--yellow); font-size: 1.16rem; }
.copy-details { margin-top: 22px; border-top: 1px solid rgba(255, 255, 255, .13); border-bottom: 1px solid rgba(255, 255, 255, .13); }
.copy-details summary { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; cursor: pointer; list-style: none; font-size: .72rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.copy-details summary::-webkit-details-marker { display: none; }
.copy-details summary span { color: var(--yellow); font-size: 1.1rem; transition: transform .3s var(--ease); }
.copy-details[open] summary span { transform: rotate(45deg); }
.copy-prose { max-height: 560px; overflow: auto; padding: 0 17px 23px 0; color: rgba(255, 250, 242, .72); font-size: .91rem; line-height: 1.72; scrollbar-color: var(--coral) rgba(255, 255, 255, .06); scrollbar-width: thin; }
.copy-prose h4 { margin: 27px 0 8px; color: var(--yellow); font-size: .71rem; letter-spacing: .11em; text-transform: uppercase; }
.copy-prose p { margin: 0 0 13px; }
.copy-prose ul { padding-left: 20px; }
.copy-card--mature { background: linear-gradient(145deg, #361725, #2a172f); border-color: rgba(255, 120, 147, .22); }
.copy-card--mature > p { margin: 0 0 13px; color: rgba(255, 250, 242, .76); font-size: .91rem; }

/* Studio and downloads */
.studio { overflow: hidden; }
.studio::before { content: ""; position: absolute; inset: 0; opacity: .18; background: linear-gradient(120deg, transparent 55%, var(--pink)), radial-gradient(circle at 10% 110%, var(--yellow), transparent 35%); pointer-events: none; }
.studio__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: clamp(50px, 8vw, 120px); align-items: center; }
.studio__identity { display: flex; align-items: center; gap: clamp(25px, 4vw, 50px); }
.studio__identity img { flex: 0 0 auto; width: clamp(140px, 20vw, 245px); height: auto; aspect-ratio: 1; filter: drop-shadow(0 22px 24px rgba(91, 17, 37, .28)); }
.studio h2 { font-size: clamp(3rem, 6.3vw, 5.8rem); }
.studio__copy .lead { margin: 0 0 18px; font-size: clamp(1.2rem, 2.2vw, 1.55rem); font-weight: 750; line-height: 1.45; }
.studio__copy > p:not(.lead) { margin: 0; color: rgba(255, 250, 242, .76); line-height: 1.72; }
.studio__links { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 30px; border-top: 1px solid rgba(255, 255, 255, .25); }
.studio__links a { display: flex; justify-content: space-between; gap: 10px; padding: 13px 8px 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .25); font-size: .75rem; font-weight: 850; text-decoration: none; }
.studio__links a:nth-child(odd) { margin-right: 20px; }
.studio__links a span { color: var(--yellow); transition: transform .2s var(--ease); }
.studio__links a:hover span { transform: translate(2px, -2px); }
.studio__links small { color: var(--yellow); }
.download-all { overflow: hidden; }
.download-all::after { content: ""; position: absolute; bottom: -380px; left: 5%; width: 750px; height: 750px; background: radial-gradient(circle, rgba(239, 42, 135, .19), transparent 66%); pointer-events: none; }
.download-all__card { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(370px, .85fr); gap: clamp(45px, 7vw, 90px); align-items: center; padding: clamp(30px, 6vw, 70px); overflow: hidden; background: linear-gradient(145deg, #3c1940, #251328); border: 1px solid rgba(255, 255, 255, .14); border-radius: 32px; box-shadow: 0 30px 80px rgba(0, 0, 0, .28); }
.download-all__card::after { content: "↓"; position: absolute; right: -30px; bottom: -140px; color: rgba(255, 255, 255, .025); font-size: 30rem; font-weight: 900; line-height: 1; pointer-events: none; }
.download-all__copy { position: relative; z-index: 1; }
.download-all h2 { font-size: clamp(3rem, 6vw, 5.4rem); }
.download-all__copy > p:not(.eyebrow) { max-width: 550px; margin: 28px 0 29px; color: rgba(255, 250, 242, .68); font-size: 1.04rem; line-height: 1.72; }
.download-all__copy .button { padding-inline: 24px; }
.download-list { position: relative; z-index: 1; display: grid; border-top: 1px solid rgba(255, 255, 255, .16); }
.download-list a { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 15px; padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, .16); text-decoration: none; transition: color .2s ease, padding .2s var(--ease); }
.download-list a:hover { color: var(--yellow); padding-left: 8px; }
.download-list span { font-size: .84rem; font-weight: 800; }
.download-list b { display: inline-grid; width: 27px; margin-right: 5px; color: var(--yellow); }
.download-list small { color: rgba(255, 250, 242, .47); font-size: .65rem; }
.download-list i { color: var(--yellow); font-style: normal; font-weight: 900; }

/* Footer */
.site-footer { padding: 62px 0 25px; color: var(--white); background: #100912; border-top: 1px solid rgba(255, 255, 255, .08); }
.footer-main { display: grid; grid-template-columns: auto minmax(250px, 1fr) auto; gap: clamp(30px, 6vw, 85px); align-items: center; padding-bottom: 44px; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.footer-brand img { width: 54px; height: 44px; object-fit: contain; }
.footer-brand span { display: grid; }
.footer-brand strong { font-size: .75rem; letter-spacing: .11em; }
.footer-brand small { color: var(--yellow); font-size: .62rem; }
.footer-main > p { max-width: 440px; margin: 0; color: rgba(255, 250, 242, .6); font-size: .82rem; }
.footer-main > p a { color: var(--white); text-underline-offset: 3px; }
.footer-main nav { display: flex; gap: 22px; }
.footer-main nav a { font-size: .67rem; font-weight: 850; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.footer-main nav a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: rgba(255, 250, 242, .37); border-top: 1px solid rgba(255, 255, 255, .08); font-size: .63rem; letter-spacing: .07em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }

/* Lightbox and toast */
.lightbox {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    max-height: none;
    margin: 0;
    padding: 0;
    color: var(--white);
    background: rgba(12, 6, 14, .94);
    border: 0;
}
.lightbox::backdrop { background: rgba(12, 6, 14, .9); backdrop-filter: blur(10px); }
.lightbox__panel { position: relative; display: grid; width: 100%; height: 100%; place-items: center; padding: 38px 90px 30px; }
.lightbox figure { display: grid; max-width: min(1500px, 100%); max-height: 100%; grid-template-rows: minmax(0, 1fr) auto; margin: 0; }
.lightbox__image-wrap { position: relative; display: grid; min-height: 220px; place-items: center; overflow: hidden; }
.lightbox img { position: relative; z-index: 1; width: auto; max-width: 100%; height: auto; max-height: calc(100dvh - 130px); object-fit: contain; opacity: 1; transition: opacity .2s ease; }
.lightbox[aria-busy="true"] img { opacity: .18; }
.lightbox.is-mature-hidden img { filter: blur(28px); transform: scale(.98); }
.lightbox__mature-gate {
    position: absolute;
    z-index: 3;
    inset: 0;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 22px;
    color: var(--white);
    background: rgba(19, 8, 22, .74);
    backdrop-filter: blur(15px);
}
.lightbox__mature-gate:not([hidden]) { display: flex; }
.lightbox__mature-gate button { padding: 10px 14px; color: var(--white); background: var(--coral-dark); border: 0; border-radius: 10px; cursor: pointer; font-size: .69rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; transition: transform .2s var(--ease), background .2s ease; }
.lightbox__mature-gate button:hover { background: var(--pink); transform: translateY(-2px); }
.lightbox__loader { position: absolute; top: 50%; left: 50%; width: 32px; aspect-ratio: 1; border: 3px solid rgba(255, 255, 255, .2); border-top-color: var(--yellow); border-radius: 50%; opacity: 0; transform: translate(-50%, -50%); animation: spin .8s linear infinite; }
.lightbox[aria-busy="true"] .lightbox__loader { opacity: 1; }
.lightbox figcaption { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 70px; padding: 12px 0 0; }
.lightbox figcaption > div:first-child { display: grid; }
.lightbox figcaption strong { font-size: .86rem; }
.lightbox figcaption small { margin-top: 2px; color: rgba(255, 250, 242, .48); font-size: .67rem; }
.lightbox__actions { display: flex; align-items: center; gap: 25px; }
.lightbox__actions > span { color: rgba(255, 250, 242, .5); font-size: .68rem; }
.lightbox__actions a { color: var(--yellow); font-size: .69rem; font-weight: 900; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.lightbox__close,
.lightbox__arrow { position: absolute; z-index: 4; display: grid; width: 48px; aspect-ratio: 1; place-items: center; padding: 0; color: var(--white); background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s var(--ease); }
.lightbox__close:hover, .lightbox__arrow:hover { color: var(--ink); background: var(--yellow); transform: scale(1.05); }
.lightbox__close { top: 24px; right: 24px; }
.lightbox__arrow { top: 50%; transform: translateY(-50%); }
.lightbox__arrow:hover { transform: translateY(-50%) scale(1.05); }
.lightbox__arrow--previous { left: 22px; }
.lightbox__arrow--next { right: 22px; }
.lightbox__close svg, .lightbox__arrow svg { width: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.toast { position: fixed; z-index: 1100; right: 20px; bottom: 20px; padding: 12px 17px; color: var(--ink); background: var(--aqua); border-radius: 12px; box-shadow: 0 12px 35px rgba(18, 7, 21, .26); font-size: .76rem; font-weight: 900; opacity: 0; pointer-events: none; transform: translateY(16px); transition: opacity .25s ease, transform .25s var(--ease); }
.toast.is-visible { opacity: 1; transform: translateY(0); }

/* Motion */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes hero-drift { from { transform: scale(1.05); } to { transform: scale(1.015); } }
@keyframes hero-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes logo-arrive { from { opacity: 0; transform: translateY(18px) scale(.94) rotate(-1deg); } to { opacity: 1; transform: translateY(0) scale(1) rotate(0); } }
@keyframes cue-bounce { 0%, 100% { transform: translateY(-2px); } 50% { transform: translateY(4px); } }
@keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }

@media (max-width: 1020px) {
    .nav__links { gap: 20px; }
    .nav__links > a:nth-child(2), .nav__links > a:nth-child(3) { display: none; }
    .features { grid-template-columns: repeat(2, 1fr); }
    .feature:nth-child(3n + 1) { padding-left: clamp(20px, 3vw, 35px); }
    .feature:nth-child(3n) { padding-right: clamp(20px, 3vw, 35px); border-right: 1px solid var(--line); }
    .feature:nth-child(2n + 1) { padding-left: 0; }
    .feature:nth-child(2n) { padding-right: 0; border-right: 0; }
    .feature:nth-last-child(-n + 3) { border-bottom: 1px solid var(--line); }
    .feature:nth-last-child(-n + 2) { border-bottom: 0; }
    .media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .character-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .character-card > a { height: 390px; }
    .brand-feature-grid { grid-template-columns: 1fr; }
    .brand-marks { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; }
    .marketing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-main { grid-template-columns: auto 1fr; }
    .footer-main nav { grid-column: 1 / -1; justify-content: flex-end; }
}

@media (max-width: 800px) {
    :root { --wrap: min(100% - 34px, 680px); }
    .section-heading { grid-template-columns: 1fr; align-items: start; gap: 22px; }
    .section-heading h2 br { display: initial; }
    .section-heading > p, .section-heading__side > p { max-width: 580px; }
    .hero { min-height: max(700px, 100svh); }
    .hero__content { min-height: max(700px, 100svh); }
    .hero__art { object-position: 50% 50%; }
    .hero__meta span { min-width: 115px; }
    .facts__panel { grid-template-columns: 1fr; }
    .fact-list { margin-top: -4px; }
    .overview-grid { grid-template-columns: 1fr; }
    .scope-card { width: min(100%, 500px); transform: rotate(.8deg); }
    .video-grid { grid-template-columns: 1fr; }
    .character-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .copy-layout { grid-template-columns: 1fr; }
    .copy-card--long { grid-row: auto; }
    .studio__grid { grid-template-columns: 1fr; }
    .studio__copy { max-width: 590px; }
    .download-all__card { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 1fr; }
    .footer-main nav { grid-column: auto; justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 620px) {
    :root { --wrap: calc(100% - 28px); --radius: 22px; }
    html { scroll-padding-top: 14px; }
    .section { padding-block: 78px; }
    .nav { align-items: flex-start; padding-top: 16px; }
    .nav__brand span { display: none; }
    .nav__brand img { width: 47px; height: 40px; }
    .nav__links > a:not(.nav__download) { display: none; }
    .nav__download { padding: 9px 13px; font-size: .65rem !important; }
    .hero__content { padding-top: 95px; padding-bottom: 74px; }
    .hero__logo { width: min(470px, 92vw); margin-bottom: -7px; }
    .hero__tagline br { display: none; }
    .hero__meta { width: 100%; }
    .hero__meta span { min-width: 0; padding-inline: 10px; font-size: .7rem; }
    .hero__meta span:first-child { flex: 1.25; }
    .hero__actions { width: 100%; flex-direction: column; }
    .hero__actions .button { width: 100%; min-width: 0; }
    .scroll-cue span { display: none; }
    .facts__panel { gap: 28px; padding: 25px 20px; }
    .fact-list { grid-template-columns: 1fr; }
    .fact-list > div, .fact-list > div:nth-child(odd), .fact-list > div:nth-child(even) { padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--line); border-left: 0; }
    .fact-list > div:nth-last-child(2) { border-bottom: 1px solid var(--line); }
    .fact-list > div:last-child { border-bottom: 0; }
    .overview-grid { padding-block: 78px 65px; }
    .overview-copy .lead { margin-top: 25px; }
    .features { grid-template-columns: 1fr; }
    .feature,
    .feature:nth-child(3n + 1), .feature:nth-child(3n),
    .feature:nth-child(2n + 1), .feature:nth-child(2n) { padding: 21px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .feature:nth-last-child(2) { border-bottom: 1px solid var(--line); }
    .feature:last-child { border-bottom: 0; }
    .video-card__info { align-items: flex-end; padding: 18px; }
    .video-card__info p { max-width: 200px; }
    .asset-download span { display: none; }
    .mature-gate { flex-wrap: wrap; align-content: center; }
    .mature-gate div { max-width: 185px; }
    .mature-gate button { width: 100%; max-width: 220px; margin: 3px 0 0; }
    .media-grid { grid-template-columns: 1fr; }
    .media-card--feature { grid-column: auto; }
    .character-grid { display: flex; width: calc(100% + 14px); gap: 15px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 0 14px 14px 0; }
    .character-grid::-webkit-scrollbar { display: none; }
    .character-card { flex: 0 0 min(82vw, 310px); scroll-snap-align: start; }
    .character-card > a { height: 405px; }
    .concept-grid { grid-template-columns: 1fr; }
    .brand-marks { grid-template-columns: 1fr; }
    .brand-mark { grid-template-columns: 130px 1fr; }
    .marketing-drawer summary { padding: 19px; }
    .marketing-drawer summary b { font-size: 0; }
    .marketing-drawer summary b i { font-size: 1.05rem; }
    .marketing-grid { grid-template-columns: 1fr; padding: 18px; }
    .drawer-download { justify-content: flex-start; padding: 0 18px 24px; }
    .copy-card header { flex-direction: column; }
    .copy-card header .copy-button { align-self: flex-start; }
    .copy-prose { max-height: none; }
    .studio__identity { align-items: flex-end; }
    .studio__identity img { width: 112px; }
    .studio__links { grid-template-columns: 1fr; }
    .studio__links a:nth-child(odd) { margin-right: 0; }
    .download-all__card { padding: 29px 21px; }
    .download-list a { grid-template-columns: 1fr auto; }
    .download-list small { grid-row: 2; }
    .download-list i { grid-column: 2; grid-row: 1 / span 2; }
    .footer-main { padding-bottom: 34px; }
    .footer-main nav { gap: 16px; }
    .footer-bottom { flex-direction: column; gap: 7px; }
    .lightbox__panel { padding: 62px 14px 18px; }
    .lightbox img { max-height: calc(100dvh - 165px); }
    .lightbox figcaption { align-items: flex-start; flex-direction: column; gap: 7px; padding: 12px 45px 0 0; }
    .lightbox__actions { gap: 18px; }
    .lightbox__close { top: 12px; right: 12px; width: 42px; }
    .lightbox__arrow { top: auto; bottom: 18px; width: 40px; transform: none; }
    .lightbox__arrow:hover { transform: scale(1.05); }
    .lightbox__arrow--previous { right: 62px; left: auto; }
    .lightbox__arrow--next { right: 14px; }
    .toast { right: 14px; bottom: 14px; left: 14px; text-align: center; }
}

@media (max-width: 390px) {
    .hero__eyebrow { letter-spacing: .13em; }
    .hero__meta small { letter-spacing: .09em; }
    .hero__meta span { padding-inline: 7px; }
    .brand-mark { grid-template-columns: 112px 1fr; gap: 13px; }
    .studio__identity { gap: 17px; }
    .studio__identity img { width: 95px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .js .reveal { opacity: 1; transform: none; }
}

@media print {
    .hero { min-height: 720px; }
    .nav__links, .scroll-cue, .scroll-progress, .copy-button, .lightbox, .toast { display: none !important; }
    .section { break-inside: avoid; }
    .js .reveal { opacity: 1; transform: none; }
}
