:root {
    --czw-ink: #101633;
    --czw-blue: #142e6a;
    --czw-cyan: #59ddff;
    --czw-violet: #8a5cff;
    --czw-gold: #f1c76b;
    --czw-cream: #fff9ee;
    --czw-white: #fff;
}

.czw,
.czw * { box-sizing: border-box; }
.czw { color: var(--czw-ink); background: var(--czw-cream); overflow: hidden; }
.czw img { display: block; max-width: 100%; }
.czw a { text-decoration: none; }
.czw-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.czw-section { padding: 96px 0; }
.czw-eyebrow { margin: 0 0 14px; font-size: 13px; line-height: 1.3; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: #5664bd; }
.czw h1, .czw h2, .czw h3 { margin-top: 0; color: inherit; letter-spacing: -.035em; }
.czw h1 { margin-bottom: 24px; font-size: clamp(50px, 7vw, 92px); line-height: .94; }
.czw h1 span { color: var(--czw-cyan); }
.czw h2 { margin-bottom: 18px; font-size: clamp(34px, 4.3vw, 58px); line-height: 1.02; }
.czw h3 { margin-bottom: 12px; font-size: 27px; line-height: 1.08; }
.czw p { font-size: 17px; line-height: 1.68; }
.czw-lead { max-width: 680px; margin: 0 0 30px; font-size: clamp(20px, 2.2vw, 27px) !important; line-height: 1.5 !important; color: #e8edff; }

.czw-hero { padding: 78px 0 90px; color: var(--czw-white); background: radial-gradient(circle at 75% 15%, rgba(94,221,255,.26), transparent 28%), radial-gradient(circle at 20% 90%, rgba(138,92,255,.34), transparent 34%), #0c1538; }
.czw-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 68px; align-items: center; }
.czw-hero .czw-eyebrow, .czw-world .czw-eyebrow, .czw-final .czw-eyebrow { color: var(--czw-gold); }
.czw-hero-art { margin: 0; padding: 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 30px; background: rgba(255,255,255,.08); box-shadow: 0 35px 90px rgba(0,0,0,.38); transform: rotate(1.2deg); }
.czw-hero-art img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 20px; }
.czw-hero-art figcaption { padding: 13px 8px 4px; font-size: 14px; text-align: center; color: #e8edff; }
.czw-actions { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.czw-button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 800; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.czw-button:hover { transform: translateY(-2px); }
.czw-button-primary { color: #08132e !important; background: linear-gradient(135deg, var(--czw-cyan), #c8f6ff); box-shadow: 0 12px 34px rgba(62,202,239,.26); }
.czw-button-ghost { color: var(--czw-white) !important; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); }
.czw-button-light { color: var(--czw-white) !important; background: var(--czw-blue); }
.czw-note { margin: 20px 0 0; font-size: 14px !important; color: #bfc9ef; }

.czw-current { background: #fffdf8; }
.czw-heading { max-width: 790px; margin: 0 auto 48px; text-align: center; }
.czw-heading > p:last-child { color: #5d647c; }
.czw-book-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.czw-card { overflow: hidden; border: 1px solid #e8e5ee; border-radius: 24px; background: #fff; box-shadow: 0 18px 55px rgba(22,33,73,.09); }
.czw-cover { display: block; padding: 22px 22px 0; background: linear-gradient(180deg, #eef5ff, #fff); }
.czw-cover img { width: 100%; aspect-ratio: 2/3; object-fit: cover; border-radius: 14px 14px 0 0; box-shadow: 0 13px 32px rgba(18,29,68,.18); }
.czw-card-copy { padding: 25px 25px 29px; }
.czw-card-copy p:not(.czw-tag) { min-height: 116px; color: #5a6075; }
.czw-tag { margin: 0 0 10px; font-size: 12px !important; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; color: #6452b4; }
.czw-text-link { display: inline-block; font-weight: 800; color: #294ab2 !important; }

.czw-evolution { background: #eaf1ff; }
.czw-evolution-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.czw-evolution-grid > div:first-child > p:last-child { color: #4f5872; }
.czw-paths { display: grid; gap: 14px; }
.czw-path { display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: center; padding: 22px; border-radius: 18px; background: white; box-shadow: 0 12px 32px rgba(30,54,107,.09); }
.czw-path span { color: #66708b; }
.czw-path b { color: #7855dc; }
.czw-path strong { color: #132967; }

.czw-glitch { background: #fff9ee; }
.czw-glitch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: center; }
.czw-double-cover { position: relative; min-height: 650px; }
.czw-double-cover img { position: absolute; width: 57%; border-radius: 15px; box-shadow: 0 28px 60px rgba(35,22,70,.25); }
.czw-double-cover img:first-child { left: 3%; top: 0; transform: rotate(-5deg); }
.czw-double-cover img:last-child { right: 3%; bottom: 0; transform: rotate(5deg); }
.czw-glitch-copy > p:not(.czw-eyebrow) { color: #575f74; }

.czw-world { color: var(--czw-white); background: #0c1538; }
.czw-heading-light > p:last-child { color: #c6d2f5; }
.czw-map { display: block; padding: 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(255,255,255,.06); box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.czw-map img { width: 100%; border-radius: 18px; }

.czw-legacy { background: linear-gradient(135deg, #fff8eb 0%, #f1edff 100%); }
.czw-legacy-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: stretch; }
.czw-legacy-copy { padding: 45px 0; }
.czw-legacy-copy > p:not(.czw-eyebrow) { color: #525a70; }
.czw-french { padding: 35px; border: 1px solid rgba(70,73,135,.14); border-radius: 24px; background: rgba(255,255,255,.78); box-shadow: 0 18px 45px rgba(59,50,105,.1); }
.czw-french p:not(.czw-eyebrow) { color: #565d72; }

.czw-final { padding: 88px 0; color: white; text-align: center; background: radial-gradient(circle at 50% 0%, #224895, transparent 45%), #0b1333; }
.czw-final h2 { max-width: 780px; margin-right: auto; margin-left: auto; }

.czw-home-feature { padding: 84px 0; color: var(--czw-white); background: radial-gradient(circle at 15% 15%, rgba(89,221,255,.2), transparent 32%), radial-gradient(circle at 85% 90%, rgba(138,92,255,.28), transparent 34%), #10183a; }
.czw-home-feature-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.czw-home-feature .czw-eyebrow { color: var(--czw-gold); }
.czw-home-feature-copy > p:not(.czw-eyebrow) { max-width: 680px; color: #d1daf5; }
.czw-home-mini-covers { position: relative; min-height: 430px; }
.czw-home-mini-covers img { position: absolute; top: 50%; left: 50%; width: 38%; aspect-ratio: 2/3; object-fit: cover; border-radius: 10px; box-shadow: 0 24px 55px rgba(0,0,0,.45); }
.czw-home-mini-covers img:nth-child(1) { transform: translate(-96%, -50%) rotate(-8deg); }
.czw-home-mini-covers img:nth-child(2) { z-index: 2; transform: translate(-50%, -54%); }
.czw-home-mini-covers img:nth-child(3) { transform: translate(-4%, -50%) rotate(8deg); }

@media (max-width: 900px) {
    .czw-hero-grid, .czw-evolution-grid, .czw-glitch-grid, .czw-legacy-grid, .czw-home-feature-grid { grid-template-columns: 1fr; }
    .czw-book-grid { grid-template-columns: repeat(2, 1fr); }
    .czw-hero-grid { gap: 45px; }
    .czw-double-cover { width: min(580px, 100%); margin: 0 auto; }
}

@media (max-width: 640px) {
    .czw-wrap { width: min(100% - 28px, 1180px); }
    .czw-section { padding: 68px 0; }
    .czw-hero { padding: 58px 0 68px; }
    .czw-book-grid { grid-template-columns: 1fr; }
    .czw-card-copy p:not(.czw-tag) { min-height: 0; }
    .czw-actions { align-items: stretch; flex-direction: column; }
    .czw-button { width: 100%; }
    .czw-path { grid-template-columns: 1fr; gap: 7px; }
    .czw-path b { transform: rotate(90deg); transform-origin: center; width: 20px; }
    .czw-double-cover { min-height: 470px; }
    .czw-double-cover img { width: 61%; }
    .czw-legacy-copy { padding: 0; }
    .czw-home-feature { padding: 68px 0; }
    .czw-home-feature-grid { gap: 35px; }
    .czw-home-mini-covers { min-height: 320px; }
}
