:root {
    --black: #09090b;
    --black-soft: #111114;
    --panel: #17171b;
    --white: #f8f7f4;
    --paper: #eeece7;
    --muted: #9c9aa1;
    --line: rgba(255, 255, 255, 0.12);
    --red: #ff4d3d;
    --red-dark: #8d1e22;
    --lime: #d7ff4f;
    --sans: "DM Sans", Arial, sans-serif;
    --display: "Manrope", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

body {
    margin: 0;
    width: 100%;
    overflow-x: clip;
    color: var(--black);
    background: var(--paper);
    font-family: var(--sans);
    line-height: 1.55;
}

body.modal-open {
    overflow: hidden;
}

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

button {
    cursor: pointer;
}

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

.skip-link {
    position: fixed;
    z-index: 200;
    top: 1rem;
    left: 1rem;
    padding: 0.8rem 1rem;
    color: var(--black);
    background: var(--lime);
    transform: translateY(-160%);
}

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

.site-header {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem clamp(1.25rem, 4vw, 4.5rem);
    color: var(--white);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: inherit;
    font-family: var(--display);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
}

.brand-symbol {
    display: block;
    width: 2.65rem;
    height: 2.65rem;
    flex: 0 0 auto;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.3));
    transition: transform 220ms ease, filter 220ms ease;
}

.brand-symbol img {
    display: block;
    width: 100%;
    height: 100%;
}

.brand:hover .brand-symbol {
    filter: drop-shadow(0 10px 24px rgba(255, 77, 61, 0.2));
    transform: rotate(-5deg) scale(1.05);
}

.main-nav {
    display: flex;
    align-items: center;
    gap: clamp(1.2rem, 2.5vw, 2.8rem);
}

.main-nav a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.76rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 180ms ease;
}

.main-nav a:hover {
    color: var(--white);
}

.nav-access {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.76rem;
    font-weight: 700;
}

.nav-access span {
    color: var(--lime);
}

.menu-toggle {
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0.7rem;
    border: 0;
    background: transparent;
}

.menu-toggle > span:not(.sr-only) {
    display: block;
    height: 2px;
    margin: 6px 0;
    background: var(--white);
}

.hero {
    position: relative;
    display: grid;
    min-height: 820px;
    overflow: hidden;
    grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
    align-items: center;
    gap: 2rem;
    padding: 8.5rem clamp(1.25rem, 6vw, 7rem) 5rem;
    color: var(--white);
    background:
        radial-gradient(circle at 82% 22%, rgba(192, 41, 45, 0.38), transparent 29%),
        radial-gradient(circle at 20% 85%, rgba(87, 19, 26, 0.38), transparent 31%),
        var(--black);
}

.hero::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 12.5vw 100%;
}

.hero-noise {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.hero-copy {
    position: relative;
    z-index: 2;
    max-width: 730px;
}

.hero-meta {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.status-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 16px var(--lime);
}

.meta-divider {
    width: 1px;
    height: 0.8rem;
    background: rgba(255, 255, 255, 0.2);
}

.hero h1 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(4rem, 7.8vw, 8.5rem);
    font-weight: 800;
    letter-spacing: -0.075em;
    line-height: 0.83;
}

.hero h1 span {
    color: var(--red);
}

.hero-description {
    max-width: 580px;
    margin: 2.4rem 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: clamp(1rem, 1.25vw, 1.15rem);
}

.hero-actions,
.age-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2.2rem;
}

.button {
    display: inline-flex;
    min-height: 3.35rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.85rem 1.35rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

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

.button-primary:hover {
    background: #ff6456;
}

.button-ghost {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.18);
    background: transparent;
}

.button-light {
    color: var(--black);
    background: var(--lime);
}

.button-muted {
    color: #67656b;
    border-color: rgba(0, 0, 0, 0.12);
    background: transparent;
}

.button-arrow {
    font-size: 1.05rem;
}

.safe-note {
    display: flex;
    max-width: 520px;
    align-items: center;
    gap: 0.9rem;
    margin-top: 2.3rem;
}

.safe-note p {
    margin: 0;
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.7rem;
}

.safe-age {
    display: grid;
    min-width: 2.45rem;
    height: 2.45rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    font-size: 0.65rem;
    font-weight: 800;
}

.hero-visual {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 650px;
    place-items: center;
}

.hero-word {
    position: absolute;
    right: 0;
    color: rgba(255, 255, 255, 0.025);
    font-family: var(--display);
    font-size: clamp(7rem, 15vw, 15rem);
    font-weight: 800;
    letter-spacing: -0.08em;
    transform: rotate(90deg);
}

.cover-stack {
    position: relative;
    width: min(390px, 61vw);
    aspect-ratio: 0.68;
    transform: rotate(4deg);
}

.original-cover {
    position: relative;
    display: grid;
    width: min(520px, 72vw);
    aspect-ratio: 1;
    place-items: center;
}

.original-cover::before {
    position: absolute;
    inset: 10%;
    border-radius: 50%;
    content: "";
    background: radial-gradient(circle, rgba(255, 77, 61, 0.42), transparent 67%);
    filter: blur(22px);
}

.original-cover img {
    position: relative;
    z-index: 2;
    display: block;
    width: 88%;
    height: auto;
    filter: drop-shadow(0 36px 45px rgba(0, 0, 0, 0.45));
}

.cover-orbit {
    position: absolute;
    z-index: 1;
    inset: 4%;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 44% 56% 51% 49% / 55% 45% 55% 45%;
    transform: rotate(-12deg);
}

.original-cover-label {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 7%;
    display: flex;
    max-width: 240px;
    flex-direction: column;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(9, 9, 11, 0.78);
    backdrop-filter: blur(12px);
}

.original-cover-label span {
    color: var(--lime);
    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.original-cover-label strong {
    margin-top: 0.25rem;
    font-family: var(--display);
    font-size: 0.9rem;
}

.cover-card {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 4px;
}

.cover-back {
    background: var(--red);
    transform: translate(38px, -26px) rotate(5deg);
    opacity: 0.55;
}

.cover-main {
    box-shadow: 0 44px 100px rgba(0, 0, 0, 0.62);
}

.cover-shade,
.edition-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.06) 40%, rgba(5, 5, 7, 0.92));
}

.cover-top {
    position: absolute;
    z-index: 2;
    top: 1.4rem;
    right: 1.4rem;
    left: 1.4rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cover-title {
    position: absolute;
    z-index: 2;
    right: 1.5rem;
    bottom: 2rem;
    left: 1.5rem;
}

.cover-title small {
    display: block;
    margin-bottom: 0.7rem;
    color: var(--lime);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cover-title strong {
    display: block;
    font-family: var(--display);
    font-size: clamp(2.2rem, 4.3vw, 4.1rem);
    font-weight: 800;
    letter-spacing: -0.065em;
    line-height: 0.88;
}

.cover-rating {
    position: absolute;
    z-index: 2;
    right: 1.5rem;
    bottom: 1.5rem;
    display: none;
}

.floating-stat {
    position: absolute;
    z-index: 4;
    min-width: 105px;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(17, 17, 20, 0.78);
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
}

.floating-stat strong,
.floating-stat span {
    display: block;
}

.floating-stat strong {
    font-family: var(--display);
    font-size: 1.25rem;
}

.floating-stat span {
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.62rem;
    text-transform: uppercase;
}

.floating-stat-readers {
    top: 18%;
    left: 4%;
}

.floating-stat-chapters {
    right: 0;
    bottom: 18%;
}

.ticker {
    overflow: hidden;
    width: 100%;
    margin-left: 0;
    color: var(--black);
    background: var(--lime);
    transform: rotate(-1deg);
    transform-origin: center;
}

.ticker-track {
    display: flex;
    width: max-content;
    align-items: center;
    padding: 0.9rem 0;
    animation: ticker 25s linear infinite;
    will-change: transform;
}

.ticker-group {
    display: flex;
    min-width: 100vw;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
    padding: 0 1rem;
}

.ticker span {
    font-family: var(--display);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.ticker i {
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: var(--red);
}

@keyframes ticker {
    from { transform: translateX(0); }
    to { transform: translateX(-100vw); }
}

.section {
    padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7rem);
}

.section-intro {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 2rem;
    margin-bottom: clamp(3.5rem, 7vw, 7rem);
}

.section-number {
    color: var(--red);
    font-family: var(--display);
    font-size: 0.72rem;
    font-weight: 800;
}

.eyebrow {
    margin: 0 0 1rem;
    color: var(--red);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.section h2,
.stats-section h2,
.reading-cta h2,
.age-dialog h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(2.7rem, 5.5vw, 6rem);
    font-weight: 700;
    letter-spacing: -0.065em;
    line-height: 0.98;
}

.section-intro h2 {
    max-width: 930px;
}

.book-section {
    padding-top: clamp(7rem, 11vw, 11rem);
}

.book-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(520px, 1.3fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: start;
}

.book-copy {
    position: sticky;
    top: 2rem;
}

.book-copy > p {
    color: #646168;
    font-size: 1rem;
}

.book-copy .book-lead {
    margin-top: 0;
    color: var(--black);
    font-family: var(--display);
    font-size: clamp(1.35rem, 2.3vw, 2rem);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.3;
}

.quote-card {
    position: relative;
    margin-top: 3rem;
    padding: 2rem;
    border-radius: 16px;
    color: var(--white);
    background: var(--black);
}

.quote-card > span {
    color: var(--red);
    font-family: Georgia, serif;
    font-size: 4rem;
    line-height: 0.5;
}

.quote-card blockquote {
    margin: 1rem 0 0;
    font-family: var(--display);
    font-size: 1.1rem;
    font-weight: 600;
}

.edition-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.25rem;
    align-items: end;
}

.book-media {
    display: grid;
    grid-template-columns: minmax(360px, 1fr) minmax(220px, 0.55fr);
    gap: 1.25rem;
    align-items: stretch;
}

.original-art-pair {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    align-items: start;
}

.original-art-card {
    position: relative;
    display: grid;
    min-height: 500px;
    overflow: hidden;
    place-items: center;
    margin: 0;
    padding: 1.5rem;
    border-radius: 18px;
    background:
        radial-gradient(circle at 50% 45%, rgba(255, 77, 61, 0.25), transparent 48%),
        var(--black);
}

.original-art-card-offset {
    margin-top: 3rem;
    background:
        radial-gradient(circle at 50% 45%, rgba(141, 30, 34, 0.45), transparent 48%),
        #17171b;
}

.original-art-card img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 430px;
    object-fit: contain;
    filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.4));
}

.original-art-card figcaption {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.gif-frame {
    position: relative;
    overflow: hidden;
    min-height: 590px;
    border-radius: 18px;
    background: var(--black);
}

.gif-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.gif-frame::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 60%, rgba(9, 9, 11, 0.78));
}

.gif-frame span {
    position: absolute;
    z-index: 2;
    bottom: 1.25rem;
    left: 1.25rem;
    color: var(--white);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.book-facts {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.8rem;
}

.book-facts div {
    padding: 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.42);
}

.book-facts span,
.book-facts strong {
    display: block;
}

.book-facts span {
    color: #7a767d;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.book-facts strong {
    margin-top: 0.3rem;
    font-family: var(--display);
    font-size: 0.92rem;
}

.edition-card {
    padding: 0.8rem;
    border-radius: 18px;
    background: #dedbd5;
}

.edition-cover {
    position: relative;
    overflow: hidden;
    aspect-ratio: 0.7;
    border-radius: 12px;
    color: var(--white);
}

.edition-cover-two {
    aspect-ratio: 0.72;
}

.edition-author,
.edition-cover h3 {
    position: absolute;
    z-index: 2;
}

.edition-author {
    top: 1.5rem;
    left: 1.5rem;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.edition-cover h3 {
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
    margin: 0;
    font-family: var(--display);
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    letter-spacing: -0.06em;
    line-height: 0.9;
}

.edition-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0.3rem 0.2rem;
}

.edition-info strong,
.edition-info span {
    display: block;
}

.edition-info strong {
    font-size: 0.78rem;
}

.edition-info div span,
.edition-index {
    color: #77737a;
    font-size: 0.65rem;
}

.characters-section {
    color: var(--white);
    background: var(--black);
}

.section-intro-light {
    grid-template-columns: 70px minmax(0, 1fr) minmax(220px, 0.4fr);
}

.section-side-copy {
    align-self: end;
    margin: 0;
    color: rgba(255, 255, 255, 0.43);
    font-size: 0.82rem;
}

.image-note {
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.32);
    font-size: 0.64rem;
    text-align: right;
}

.equal-character-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.equal-character-card {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background:
        radial-gradient(circle at 50% 26%, rgba(255, 77, 61, 0.12), transparent 48%),
        var(--panel);
    cursor: pointer;
    transition: border-color 180ms ease, transform 180ms ease;
}

.equal-character-card:hover,
.equal-character-card:focus-visible {
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-4px);
}

.equal-character-card:focus-visible {
    outline: 2px solid var(--lime);
    outline-offset: 4px;
}

.equal-character-card > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 350ms ease, filter 350ms ease;
}

.equal-character-card:hover > img,
.equal-character-card:focus-visible > img {
    filter: saturate(1.08);
    transform: scale(1.015);
}

.equal-character-card::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, transparent 38%, rgba(9, 9, 11, 0.22) 54%, rgba(9, 9, 11, 0.97) 100%);
}

.equal-character-card > div {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 2.8rem 1.35rem 1.35rem;
}

.equal-character-card > div > span {
    color: var(--lime);
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.equal-character-card h3 {
    margin: 0.35rem 0 0.4rem;
    font-family: var(--display);
    font-size: 2rem;
    letter-spacing: -0.055em;
    line-height: 1;
}

.equal-character-card p {
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.72rem;
}

.equal-character-card button {
    padding: 0;
    border: 0;
    color: rgba(255, 255, 255, 0.72);
    background: transparent;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.equal-card-number {
    position: absolute;
    z-index: 3;
    top: 1rem;
    right: 1rem;
    display: grid;
    width: 2.1rem;
    height: 2.1rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    color: var(--white);
    background: rgba(9, 9, 11, 0.22);
    font-size: 0.55rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.stats-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(500px, 1.1fr);
    gap: clamp(2.5rem, 4vw, 4rem);
    align-items: center;
    padding: clamp(3.5rem, 5vw, 5rem) clamp(1.25rem, 6vw, 7rem);
    color: var(--black);
    background: var(--lime);
}

.stat-heading {
    position: relative;
    z-index: 2;
}

.stat-heading .eyebrow {
    color: var(--red-dark);
}

.stats-section h2 {
    max-width: 520px;
    font-size: clamp(2.8rem, 4.3vw, 4.9rem);
}

.growth-panel {
    min-width: 0;
}

.growth-chart {
    position: relative;
    overflow: hidden;
    padding: clamp(1.2rem, 2vw, 1.7rem);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    color: var(--white);
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 77, 61, 0.2), transparent 34%),
        #111114;
}

.growth-chart::before {
    position: absolute;
    top: -3rem;
    right: -2rem;
    width: 10rem;
    height: 10rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: "";
}

.growth-chart-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.growth-chart-head > div span,
.growth-chart-head > div strong {
    display: block;
}

.growth-chart-head > div span,
.growth-status {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.growth-chart-head > div strong {
    margin-top: 0.3rem;
    font-family: var(--display);
    font-size: clamp(1.1rem, 1.6vw, 1.45rem);
}

.growth-status {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    white-space: nowrap;
}

.growth-status i {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 5px rgba(255, 77, 61, 0.13);
}

.growth-total {
    position: absolute;
    z-index: 2;
    top: 5.2rem;
    left: clamp(1.2rem, 2vw, 1.7rem);
}

.growth-total strong,
.growth-total span {
    display: block;
}

.growth-total strong {
    font-family: var(--display);
    font-size: clamp(2.6rem, 4vw, 4rem);
    letter-spacing: -0.075em;
    line-height: 0.9;
}

.growth-total span {
    margin-top: 0.45rem;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.growth-chart svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: visible;
}

.chart-grid line {
    stroke: rgba(255, 255, 255, 0.08);
    stroke-width: 1;
    stroke-dasharray: 5 8;
}

.chart-area {
    fill: rgba(255, 77, 61, 0.14);
}

.chart-line {
    fill: none;
    stroke: var(--red);
    stroke-width: 7;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 8px 10px rgba(255, 77, 61, 0.2));
}

.chart-points circle {
    fill: #111114;
    stroke: var(--red);
    stroke-width: 4;
}

.chart-points .chart-point-current {
    fill: var(--red);
    stroke: var(--white);
    stroke-width: 5;
}

.growth-axis {
    display: flex;
    justify-content: space-between;
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.growth-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.growth-metric {
    display: flex;
    min-width: 0;
    min-height: 88px;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.15rem;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.25);
}

.growth-metric span {
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.growth-metric strong {
    font-family: var(--display);
    font-size: clamp(1.8rem, 2.7vw, 2.7rem);
    letter-spacing: -0.07em;
    line-height: 0.9;
}

.author-section {
    display: grid;
    grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: clamp(3rem, 9vw, 9rem);
    background: var(--paper);
}

.author-art {
    position: relative;
    display: grid;
    width: min(500px, 82vw);
    aspect-ratio: 1;
    overflow: hidden;
    place-items: center;
    border-radius: 50% 46% 52% 48% / 42% 52% 48% 58%;
    color: var(--white);
    background:
        radial-gradient(circle at 72% 25%, var(--red), transparent 25%),
        radial-gradient(circle at 30% 75%, #471c61, transparent 34%),
        var(--black);
}

.author-gif {
    display: block;
    overflow: hidden;
    aspect-ratio: 0.8;
    border-radius: 22px;
    background: var(--black);
}

.author-gif::after {
    background: linear-gradient(180deg, transparent 62%, rgba(9, 9, 11, 0.72));
    border: 0;
    border-radius: 0;
    transform: none;
}

.author-gif img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.author-gif .author-caption {
    z-index: 2;
    right: 1.3rem;
    bottom: 1.3rem;
    left: 1.3rem;
    color: var(--white);
}

.author-signature {
    display: block;
    width: min(190px, 55%);
    margin-top: 1.8rem;
}

.author-art::after {
    position: absolute;
    inset: 8%;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: inherit;
    content: "";
    transform: rotate(12deg);
}

.author-initials {
    font-family: var(--display);
    font-size: clamp(5rem, 11vw, 10rem);
    font-weight: 800;
    letter-spacing: -0.09em;
}

.author-caption {
    position: absolute;
    bottom: 13%;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.author-copy {
    max-width: 680px;
}

.author-copy h2 {
    margin-bottom: 2rem;
}

.author-copy > p:not(.eyebrow) {
    color: #68656c;
    font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.author-copy .section-number {
    display: block;
    margin-bottom: 2rem;
}

.author-links {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
}

.author-links a,
.author-links button {
    padding: 0 0 0.35rem;
    border: 0;
    border-bottom: 1px solid var(--black);
    color: var(--black);
    background: transparent;
    font-size: 0.72rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.author-links span {
    color: var(--red);
}

.reading-cta {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    align-items: end;
    gap: 3rem;
    padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7rem);
    color: var(--white);
    background:
        radial-gradient(circle at 85% 20%, rgba(255, 77, 61, 0.55), transparent 25%),
        var(--black);
}

.reading-cta h2 {
    font-size: clamp(3rem, 7vw, 7rem);
}

.reading-cta-action {
    justify-self: end;
    max-width: 420px;
}

.reading-cta-action p {
    margin: 0 0 2rem;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.84rem;
}

.site-footer {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
    padding: 2rem clamp(1.25rem, 4vw, 4.5rem);
    color: rgba(255, 255, 255, 0.45);
    background: #050506;
    font-size: 0.68rem;
}

.site-footer p {
    margin: 0;
}

.site-footer p:last-child {
    justify-self: end;
}

.age-modal[hidden] {
    display: none;
}

.age-modal {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: grid;
    padding: 1rem;
    place-items: center;
}

.age-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 6, 0.88);
    backdrop-filter: blur(12px);
}

.age-dialog {
    position: relative;
    z-index: 1;
    width: min(580px, 100%);
    padding: clamp(2rem, 5vw, 3.5rem);
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0 35px 100px rgba(0, 0, 0, 0.5);
}

.age-dialog-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.age-icon {
    display: grid;
    width: 3.7rem;
    height: 3.7rem;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--red);
    font-size: 0.75rem;
    font-weight: 800;
}

.modal-close {
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    color: #747178;
    background: transparent;
    font-size: 1.6rem;
}

.age-dialog h2 {
    margin-bottom: 1.2rem;
    font-size: clamp(2.4rem, 6vw, 4rem);
}

.age-dialog > p:not(.eyebrow) {
    color: #706d74;
}

.age-actions {
    flex-direction: column;
}

.age-dialog small {
    display: block;
    margin-top: 1rem;
    color: #9a979e;
    font-size: 0.65rem;
    text-align: center;
}

button:focus-visible,
a:focus-visible {
    outline: 3px solid var(--lime);
    outline-offset: 4px;
}

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

    .book-layout {
        grid-template-columns: 1fr;
    }

    .book-copy {
        position: static;
    }

}

@media (max-width: 820px) {
    .menu-toggle {
        display: block;
    }

    .main-nav {
        position: absolute;
        top: calc(100% - 0.5rem);
        right: 1.25rem;
        left: 1.25rem;
        display: none;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 0.8rem;
        border: 1px solid var(--line);
        border-radius: 14px;
        background: rgba(9, 9, 11, 0.96);
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
    }

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

    .main-nav a,
    .nav-access {
        padding: 0.9rem;
        border-radius: 8px;
    }

    .hero {
        min-height: auto;
        grid-template-columns: 1fr;
        padding-top: 8rem;
    }

    .hero-visual {
        min-height: 590px;
    }

    .section-intro-light {
        grid-template-columns: 55px 1fr;
    }

    .section-side-copy {
        grid-column: 2;
    }

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

    .stats-section,
    .author-section,
    .reading-cta {
        grid-template-columns: 1fr;
    }

    .growth-panel {
        width: min(760px, 100%);
        justify-self: center;
    }

    .reading-cta-action {
        justify-self: start;
    }

    .site-footer {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .site-footer .brand,
    .site-footer p:last-child {
        justify-self: center;
    }
}

@media (max-width: 560px) {
    .brand-name {
        max-width: 145px;
        line-height: 1.15;
    }

    .hero-meta {
        flex-wrap: wrap;
    }

    .hero h1 {
        font-size: clamp(3.8rem, 18vw, 5.5rem);
    }

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

    .hero-visual {
        min-height: 470px;
    }

    .cover-stack {
        width: min(290px, 70vw);
    }

    .original-cover {
        width: min(390px, 92vw);
    }

    .floating-stat {
        min-width: 88px;
        padding: 0.65rem 0.75rem;
    }

    .floating-stat-readers {
        left: 0;
    }

    .section-intro,
    .section-intro-light {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .section-side-copy {
        grid-column: auto;
    }

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

    .stats-section {
        gap: 2.5rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .stats-section h2 {
        font-size: clamp(2.6rem, 12vw, 3.7rem);
    }

    .growth-chart {
        padding: 1rem;
        border-radius: 18px;
    }

    .growth-chart-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .growth-chart svg {
        min-height: 170px;
    }

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

    .growth-total {
        top: 5.8rem;
    }

    .growth-metric {
        min-height: 100px;
        padding: 1rem;
    }

    .growth-metric strong {
        font-size: clamp(2.1rem, 10vw, 3rem);
    }

    .book-media {
        grid-template-columns: 1fr;
    }

    .equal-character-grid {
        grid-template-columns: 1fr;
    }

    .equal-character-card {
        aspect-ratio: 4 / 5;
    }


    .original-art-card {
        min-height: 420px;
    }

    .gif-frame {
        min-height: 510px;
    }

    .edition-card:last-child {
        width: 85%;
        justify-self: end;
    }

    .author-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}

@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;
    }
}




