:root {
  --ink: #17131b;
  --ink-2: #29212d;
  --paper: #f5f1e9;
  --paper-2: #ebe4d7;
  --white: #fffdf8;
  --violet: #82246f;
  --violet-deep: #4e173f;
  --violet-pale: #ead9e5;
  --solar: #efb83f;
  --coral: #cf5279;
  --green: #39785a;
  --blue: #376a82;
  --line: rgba(23, 19, 27, .18);
  --muted: #6e6570;
  --shadow: 0 24px 70px rgba(35, 22, 37, .12);
  --radius: 18px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .22; z-index: 1000; background-image: radial-gradient(circle at 18% 28%, rgba(23,24,37,.07) 0 1px, transparent 1.4px), radial-gradient(circle at 76% 63%, rgba(23,24,37,.05) 0 1px, transparent 1.5px); background-size: 19px 23px, 27px 31px; mix-blend-mode: multiply; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--solar); outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: -70px; z-index: 1001; padding: 10px 16px; background: var(--ink); color: white; border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

.prototype-bar { min-height: 32px; padding: 6px 4vw; background: var(--ink); color: rgba(255,255,255,.78); display: flex; justify-content: center; align-items: center; gap: 16px; font-size: 11px; letter-spacing: .04em; position: relative; z-index: 201; }
.prototype-bar button { position: absolute; right: 16px; border: 0; background: transparent; color: white; font-size: 20px; line-height: 1; cursor: pointer; }
.prototype-bar[hidden] { display: none; }

.site-header { height: 76px; padding: 0 clamp(18px, 4vw, 68px); display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 28px; background: rgba(245,241,233,.94); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 200; backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; letter-spacing: .11em; font-size: 12px; line-height: 1.05; }
.brand strong { display: block; font-weight: 800; }
.brand small { display: block; font-size: 9px; letter-spacing: .32em; color: var(--violet); margin-top: 4px; }
.brand-mark { width: 38px; height: 38px; display: inline-block; position: relative; transform: rotate(-12deg); flex: none; }
.brand-mark i { display: block; position: absolute; width: 34px; height: 18px; left: 2px; border: 4px solid var(--violet); }
.brand-mark i:first-child { top: 1px; border-bottom: 0; border-radius: 22px 22px 0 0; }
.brand-mark i:last-child { bottom: 1px; border-top: 0; border-radius: 0 0 22px 22px; transform: rotate(180deg); }
.site-nav { justify-self: center; display: flex; align-items: center; gap: clamp(14px, 2vw, 32px); }
.site-nav a { text-decoration: none; font-size: 13px; font-weight: 650; color: var(--ink-2); white-space: nowrap; position: relative; padding: 28px 0 24px; }
.site-nav a::after { content: ""; position: absolute; height: 3px; left: 50%; right: 50%; bottom: 0; background: var(--violet); transition: .22s ease; }
.site-nav a:hover::after, .site-nav a.is-active::after { left: 0; right: 0; }
.site-nav a.is-active { color: var(--violet); }
.enter-button, .button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 11px 20px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; text-decoration: none; font-size: 13px; font-weight: 750; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.enter-button:hover, .button:hover { transform: translateY(-2px); background: var(--violet); border-color: var(--violet); }
.button-secondary { background: transparent; color: var(--ink); }
.button-secondary:hover { color: white; }
.button-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.button-light:hover { background: var(--solar); border-color: var(--solar); color: var(--ink); }
.button-ghost-light { background: transparent; color: white; border-color: rgba(255,255,255,.62); }
.button-ghost-light:hover { background: white; border-color: white; color: var(--ink); }
.text-link { font-weight: 750; text-underline-offset: 4px; }
.menu-toggle { display: none; }

main { min-height: 72vh; }
.page { animation: page-in .35s ease both; }
@keyframes page-in { from { opacity: 0; transform: translateY(8px); } }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 16px; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; color: var(--violet); }
.eyebrow-light { color: var(--solar); }
h1, h2, h3 { font-family: var(--serif); line-height: 1.09; font-weight: 500; margin: 0; }
h1 { font-size: clamp(42px, 7vw, 91px); letter-spacing: -.045em; }
h2 { font-size: clamp(31px, 4vw, 54px); letter-spacing: -.035em; }
h3 { font-size: clamp(21px, 2.2vw, 30px); letter-spacing: -.02em; }
p { margin: 0; }
.lead { font-family: var(--serif); font-size: clamp(19px, 2vw, 27px); line-height: 1.42; color: var(--ink-2); }
.prose { font-size: 17px; color: var(--ink-2); }
.prose p + p { margin-top: 1.2em; }
.prose strong { color: var(--ink); }
.muted { color: var(--muted); }

.home-hero { min-height: min(790px, calc(100vh - 108px)); position: relative; overflow: hidden; display: grid; align-items: center; padding: 80px 0; background: radial-gradient(circle at 74% 24%, rgba(239,184,63,.34), transparent 19%), radial-gradient(circle at 68% 55%, rgba(130,36,111,.18), transparent 31%), linear-gradient(115deg, #f8f4ec 0 54%, #e7dece 54%); }
.home-hero::after { content: ""; width: min(44vw, 550px); aspect-ratio: 1; position: absolute; right: 4vw; top: 50%; transform: translateY(-49%); border-radius: 50%; border: 1px solid rgba(23,19,27,.25); box-shadow: 0 0 0 38px rgba(255,255,255,.28), 0 0 0 39px rgba(23,19,27,.12), inset 0 0 90px rgba(130,36,111,.2); background: conic-gradient(from 20deg, rgba(23,19,27,.91), rgba(130,36,111,.7), rgba(239,184,63,.8), rgba(255,253,248,.2), rgba(23,19,27,.91)); }
.home-hero::before { content: ""; width: min(22vw, 280px); aspect-ratio: 1; position: absolute; right: 15vw; top: 50%; transform: translateY(-49%); border-radius: 50%; z-index: 1; background: radial-gradient(circle at 50% 45%, var(--paper) 0 6%, transparent 6%), linear-gradient(145deg, rgba(255,255,255,.75), rgba(23,19,27,.18)); border: 1px solid rgba(255,255,255,.55); }
.hero-copy { width: min(720px, 62%); position: relative; z-index: 3; }
.hero-copy h1 span { display: block; color: var(--violet); }
.hero-copy .lead { max-width: 610px; margin-top: 26px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.hero-note { margin-top: 24px; display: flex; align-items: center; gap: 12px; font-size: 12px; color: var(--muted); }
.hero-note::before { content: ""; width: 38px; height: 1px; background: var(--violet); }
.civilization-hero { min-height: min(880px, calc(100vh - 108px)); }
.civilization-hero .hero-copy { width: min(850px, 69%); }
.civilization-hero h1 { font-size: clamp(43px, 4.8vw, 68px); }
.civilization-hero .lead { max-width: 720px; }

.section-block { padding: clamp(72px, 9vw, 130px) 0; }
.section-head { display: grid; grid-template-columns: minmax(240px, .7fr) 1.3fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.section-head .lead { max-width: 700px; }
.intro-band { background: var(--ink); color: white; position: relative; overflow: hidden; }
.intro-band::before { content: ""; position: absolute; inset: 0; opacity: .22; background: repeating-linear-gradient(105deg, transparent 0 34px, rgba(255,255,255,.07) 34px 35px); }
.intro-band .shell { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: center; }
.intro-band .lead { color: rgba(255,255,255,.82); }
.quote-mark { width: 100%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: clamp(80px, 10vw, 150px); color: var(--solar); box-shadow: inset 0 0 80px rgba(130,36,111,.45); }
.ecosystem-band .shell { grid-template-columns: 1.15fr .85fr; }
.ecosystem-statement { max-width: 760px; margin-top: 28px; padding-left: 24px; border-left: 2px solid var(--solar); color: rgba(255,255,255,.7); font-size: 15px; }
.ecosystem-orbit { width: min(100%, 430px); aspect-ratio: 1; justify-self: end; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; position: relative; box-shadow: inset 0 0 90px rgba(130,36,111,.38), 0 0 0 30px rgba(255,255,255,.025); }
.ecosystem-orbit::before, .ecosystem-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; inset: 18%; }
.ecosystem-orbit::after { inset: 36%; background: rgba(239,184,63,.08); }
.ecosystem-orbit b { position: absolute; inset: 40%; z-index: 2; display: grid; place-items: center; border-radius: 50%; color: var(--solar); font-family: var(--serif); font-size: 27px; }
.ecosystem-orbit span { position: absolute; z-index: 3; padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: var(--ink); color: rgba(255,255,255,.82); font-size: 11px; }
.ecosystem-orbit span:nth-child(1) { left: 1%; top: 18%; }
.ecosystem-orbit span:nth-child(2) { right: -15%; top: 18%; }
.ecosystem-orbit span:nth-child(3) { right: -8%; top: 46%; }
.ecosystem-orbit span:nth-child(4) { right: 4%; bottom: 18%; }
.ecosystem-orbit span:nth-child(5) { left: 21%; bottom: 2%; }
.ecosystem-orbit span:nth-child(6) { left: -4%; bottom: 26%; }
.ecosystem-orbit span:nth-child(7) { left: 37%; top: 2%; }
.ecosystem-orbit span:nth-child(8) { right: 23%; bottom: -5%; }
.ecosystem-orbit span:nth-child(9) { left: -4%; top: 48%; }

.festival-spotlight { background: var(--violet); color: white; border-top: 1px solid rgba(255,255,255,.16); }
.festival-spotlight .shell { min-height: 210px; display: grid; grid-template-columns: 170px 1fr 280px; gap: 38px; align-items: center; }
.festival-date { display: flex; align-items: center; gap: 12px; }
.festival-date strong { font-family: var(--serif); font-size: 86px; line-height: 1; color: var(--solar); font-weight: 500; }
.festival-date span { font-size: 12px; line-height: 1.35; letter-spacing: .12em; text-transform: uppercase; }
.festival-copy h2 { font-size: clamp(34px, 4vw, 52px); }
.festival-copy p:last-child { max-width: 650px; margin-top: 12px; color: rgba(255,255,255,.72); }
.festival-action { display: grid; justify-items: start; gap: 20px; }
.festival-action > span { font-family: var(--serif); font-size: 18px; line-height: 1.25; color: rgba(255,255,255,.78); }
.festival-links { display: grid; gap: 9px; width: 100%; }
.festival-links .button { width: 100%; }
#rendez-vous { scroll-margin-top: 92px; }

.hypothesis-section { background: var(--paper); }
.cycle-line { display: grid; grid-template-columns: repeat(5, 1fr) 1.2fr; align-items: stretch; margin-top: 22px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.cycle-line span, .cycle-line b { min-height: 112px; padding: 18px 12px; display: flex; align-items: flex-end; border-right: 1px solid var(--line); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.cycle-line span::before { content: ""; width: 8px; height: 8px; margin: 0 8px 5px 0; border-radius: 50%; background: var(--violet); }
.cycle-line b { align-items: center; justify-content: center; border-right: 0; background: var(--ink); color: var(--solar); font-family: var(--serif); font-size: 20px; text-transform: none; }
.dual-manifesto { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.dual-manifesto article { min-height: 320px; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); display: flex; flex-direction: column; }
.dual-manifesto article:last-child { background: var(--violet-pale); }
.dual-manifesto .number { color: var(--violet); font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.dual-manifesto h3 { margin-top: 40px; font-size: 38px; }
.dual-manifesto p { max-width: 480px; margin-top: 16px; color: var(--muted); }
.dual-manifesto a { margin-top: auto; padding-top: 26px; }

.books-section { background: radial-gradient(circle at 12% 18%, rgba(239,184,63,.18), transparent 18%), var(--violet-deep); color: white; overflow: hidden; }
.books-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.books-copy .lead { margin-top: 26px; color: rgba(255,255,255,.7); }
.book-actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.light-link { color: white; }
.book-shelf { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; perspective: 900px; }
.book-volume { min-height: 430px; padding: 30px 24px; border-radius: 5px 13px 13px 5px; display: flex; flex-direction: column; position: relative; overflow: hidden; box-shadow: -10px 18px 35px rgba(0,0,0,.28); transform: rotateY(-5deg); }
.book-volume::before { content: ""; position: absolute; left: 8px; top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,.28); box-shadow: 3px 0 rgba(0,0,0,.14); }
.book-volume::after { content: ""; position: absolute; width: 170px; height: 170px; right: -65px; top: 55px; border: 1px solid currentColor; border-radius: 50%; opacity: .22; box-shadow: 0 0 0 25px currentColor; }
.book-volume span { font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.book-volume strong { margin-top: auto; font-family: var(--serif); font-size: 27px; line-height: 1.08; }
.book-volume p { margin-top: 18px; font-size: 12px; line-height: 1.55; opacity: .68; }
.book-one { background: var(--paper); color: var(--ink); }
.book-two { background: var(--ink); color: white; transform: translateY(-24px) rotateY(-5deg); }
.book-next { background: var(--solar); color: var(--ink); }

.action-keys { background: var(--paper-2); }
.key-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.key-grid article { min-height: 230px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.key-grid article:nth-child(3n) { border-right: 0; }
.key-grid article:nth-child(n+4) { border-bottom: 0; }
.key-grid b { color: var(--violet); font-size: 11px; letter-spacing: .13em; }
.key-grid h3 { margin-top: 34px; font-size: 27px; }
.key-grid p { margin-top: 13px; color: var(--muted); font-size: 14px; }
.fractal-quote { margin: 46px 0 0; padding: 42px clamp(28px, 7vw, 90px); border: 0; background: var(--ink); color: white; border-radius: var(--radius); text-align: center; }
.fractal-quote p { font-family: var(--serif); font-size: clamp(24px, 3vw, 38px); line-height: 1.3; }

.game-threshold { background: radial-gradient(circle at 80% 20%, rgba(239,184,63,.2), transparent 22%), var(--ink); color: white; }
.threshold-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(55px, 9vw, 120px); align-items: center; }
.threshold-layout .lead { margin: 24px 0 34px; color: rgba(255,255,255,.7); }
.threshold-layout ol { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.threshold-layout li { display: grid; grid-template-columns: 36px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); align-items: center; }
.threshold-layout li span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--solar); border-radius: 50%; color: var(--solar); font-size: 11px; }

.ecosystem-proof { background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.proof-grid article { min-height: 300px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.proof-grid span { color: var(--violet); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.proof-grid h3 { margin-top: 54px; font-size: 25px; }
.proof-grid p { margin-top: 15px; color: var(--muted); font-size: 13px; }
.proof-link { margin-top: 30px; text-align: center; }

.festival-page { background: var(--ink); color: white; }
.festival-feature { display: grid; grid-template-columns: 220px 1fr; gap: clamp(45px, 8vw, 110px); align-items: stretch; }
.festival-feature-date { min-height: 500px; padding: 34px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); display: flex; flex-direction: column; background: radial-gradient(circle at 50% 20%, rgba(239,184,63,.34), transparent 24%), linear-gradient(160deg, var(--violet), var(--ink)); }
.festival-feature-date strong { font-family: var(--serif); font-size: 112px; line-height: .85; color: var(--solar); font-weight: 500; }
.festival-feature-date span { margin-top: 18px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.festival-feature-date small { margin-top: auto; font-size: 21px; font-family: var(--serif); }
.festival-feature-copy { padding: 28px 0; }
.festival-feature-copy h2 { font-size: clamp(48px, 7vw, 88px); }
.festival-feature-copy h3 { margin-top: 15px; color: var(--solar); font-size: clamp(24px, 3vw, 36px); }
.festival-feature-copy .lead { max-width: 800px; margin-top: 30px; color: rgba(255,255,255,.72); }
.festival-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 40px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.17); }
.festival-facts span { padding: 18px; background: var(--ink); font-size: 12px; }
.festival-facts b { display: block; margin-bottom: 8px; color: var(--solar); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.event-card { min-height: 430px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); display: flex; flex-direction: column; }
.event-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.event-symbol { width: 76px; height: 76px; margin-top: 36px; border: 1px solid var(--violet); border-radius: 50%; display: grid; place-items: center; color: var(--violet); font-family: var(--serif); font-size: 23px; box-shadow: 0 0 0 12px var(--violet-pale); }
.event-card h3 { margin-top: 42px; }
.event-card > p { margin-top: 15px; color: var(--muted); font-size: 14px; }
.event-card footer { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 11px; }
.event-status { color: var(--violet); font-weight: 800; white-space: nowrap; }
.agenda-proof { background: var(--paper-2); }
.agenda-news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.agenda-news article { min-height: 260px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.agenda-news span { color: var(--violet); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.agenda-news h3 { margin-top: 42px; font-size: 25px; }
.agenda-news p { margin-top: 15px; color: var(--muted); font-size: 13px; }

.path-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.path-card { min-height: 360px; padding: 26px 22px; text-decoration: none; border-right: 1px solid var(--line); display: flex; flex-direction: column; position: relative; overflow: hidden; transition: .25s ease; }
.path-card:last-child { border-right: 0; }
.path-card::before { content: attr(data-index); font-family: var(--serif); font-size: 92px; line-height: 1; color: rgba(130,36,111,.07); position: absolute; right: -5px; top: 8px; }
.path-card:hover { background: var(--ink); color: white; transform: translateY(-5px); z-index: 2; box-shadow: var(--shadow); }
.path-card:hover .path-time, .path-card:hover p { color: rgba(255,255,255,.65); }
.path-card:nth-child(5) { background: var(--violet-pale); }
.path-card:nth-child(5):hover { background: var(--violet-deep); }
.path-time { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.path-card h3 { font-size: 24px; margin-top: 38px; }
.path-card p { margin-top: 16px; font-size: 13px; color: var(--muted); }
.path-card .path-arrow { margin-top: auto; font-size: 22px; }
.path-card .path-badge { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-top: 8px; color: var(--violet); }

.door-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.door-card { min-height: 330px; padding: 34px; border-radius: var(--radius); border: 1px solid var(--line); text-decoration: none; display: flex; flex-direction: column; background: var(--white); position: relative; overflow: hidden; }
.door-card::after { content: ""; width: 150px; height: 150px; border: 1px solid currentColor; border-radius: 50%; opacity: .12; position: absolute; right: -35px; bottom: -35px; box-shadow: 0 0 0 24px currentColor; }
.door-card:nth-child(2) { background: var(--violet); color: white; }
.door-card:nth-child(3) { background: #dce7df; }
.door-card .door-num { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; opacity: .7; }
.door-card h3 { font-size: 31px; margin-top: 70px; }
.door-card p { margin-top: 14px; opacity: .72; font-size: 14px; max-width: 340px; }
.door-card span:last-child { margin-top: auto; font-weight: 800; }

.page-hero { padding: clamp(74px, 8vw, 120px) 0 clamp(64px, 7vw, 100px); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.page-hero .shell { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(48px, 7vw, 88px); max-width: 880px; }
.page-hero .lead { margin-top: 26px; max-width: 740px; }
.hero-aside { border-left: 1px solid currentColor; padding-left: 26px; opacity: .68; font-size: 13px; }
.hero-aside strong { display: block; margin-bottom: 10px; opacity: 1; }
.theme-analytic { background: linear-gradient(rgba(130,36,111,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(130,36,111,.06) 1px, transparent 1px), var(--paper); background-size: 34px 34px; }
.theme-game { background: radial-gradient(circle at 82% 20%, rgba(239,184,63,.28), transparent 25%), var(--ink); color: white; }
.theme-game .lead { color: rgba(255,255,255,.75); }
.theme-action { background: linear-gradient(130deg, #e7efe8, #f7f1e7); }
.theme-resource { background: #e8e2d8; }

.content-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 80px; align-items: start; }
.on-page { position: sticky; top: 110px; border-top: 1px solid var(--line); padding-top: 16px; }
.on-page strong { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 12px; }
.on-page a { display: block; padding: 7px 0; color: var(--muted); text-decoration: none; font-size: 13px; }
.on-page a:hover { color: var(--violet); }
.article-flow { display: grid; gap: 72px; }
.article-section { scroll-margin-top: 110px; }
.article-section h2 { font-size: clamp(31px, 4vw, 48px); max-width: 780px; }
.article-section > .lead { margin-top: 20px; max-width: 820px; }
.article-section > .prose { margin-top: 24px; max-width: 820px; }
.concept-callout { margin-top: 32px; padding: 30px; border-left: 4px solid var(--violet); background: var(--white); box-shadow: var(--shadow); }
.concept-callout strong { font-family: var(--serif); font-size: 21px; }
.concept-chain { margin-top: 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.concept-chain span { padding: 9px 13px; border: 1px solid var(--line); background: var(--white); border-radius: 999px; font-size: 12px; font-weight: 700; }
.concept-chain i { font-style: normal; color: var(--violet); }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.info-card { min-height: 230px; padding: 26px; border: 1px solid var(--line); background: var(--white); border-radius: 14px; display: flex; flex-direction: column; }
.info-card h3 { font-size: 24px; }
.info-card p { margin-top: 12px; font-size: 14px; color: var(--muted); }
.info-card a { margin-top: auto; padding-top: 24px; font-weight: 750; text-underline-offset: 4px; }
.info-card .number { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--violet-pale); color: var(--violet); font-size: 12px; font-weight: 800; margin-bottom: 36px; }

.power-wheel { margin-top: 36px; display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.power { min-height: 220px; padding: 20px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 90px 90px 12px 12px; display: flex; flex-direction: column; align-items: center; text-align: center; background: rgba(255,255,255,.06); }
.power b { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; border: 1px solid currentColor; font-family: var(--serif); font-size: 20px; color: var(--solar); }
.power strong { margin-top: 24px; font-family: var(--serif); }
.power small { margin-top: 7px; color: rgba(255,255,255,.55); }
.power:nth-child(1), .power:nth-child(7) { border-color: rgba(239,184,63,.5); }

.mapping-list { margin-top: 34px; border-top: 1px solid var(--line); }
.mapping-row { display: grid; grid-template-columns: 1fr auto 1fr 1.3fr; gap: 22px; align-items: center; padding: 21px 0; border-bottom: 1px solid var(--line); }
.mapping-row strong { font-family: var(--serif); font-size: 20px; }
.mapping-row .map-arrow { color: var(--violet); font-size: 20px; }
.mapping-row p { color: var(--muted); font-size: 13px; }

.status-strip { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.status-card { padding: 22px; border-radius: 12px; border: 1px solid var(--line); background: var(--white); }
.status-card b { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.status-card b::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.status-card:nth-child(2) b::before { background: var(--solar); }
.status-card:nth-child(3) b::before { background: var(--muted); }
.status-card p { margin-top: 12px; font-size: 13px; color: var(--muted); }

.omega-demo { margin-top: 38px; padding: 34px; border-radius: var(--radius); background: var(--ink); color: white; }
.omega-counters { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.15); }
.omega-counter { background: var(--ink); padding: 24px; }
.omega-counter small { display: block; opacity: .54; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.omega-counter strong { display: block; font-family: var(--serif); font-size: 39px; margin-top: 8px; color: var(--solar); }
.omega-equation { margin: 24px 0 0; font-family: var(--serif); font-size: 22px; text-align: center; }

.resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 34px; }
.resource-card { min-height: 320px; padding: 22px; border-radius: 12px; text-decoration: none; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); }
.resource-visual { height: 130px; margin: -8px -8px 24px; border-radius: 9px; position: relative; overflow: hidden; background: linear-gradient(145deg, var(--violet-deep), var(--coral)); }
.resource-visual::before, .resource-visual::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.65); }
.resource-visual::before { width: 86px; height: 86px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.resource-visual::after { width: 46px; height: 46px; left: 50%; top: 50%; transform: translate(-50%,-50%); background: rgba(239,184,63,.35); }
.resource-card:nth-child(2) .resource-visual { background: linear-gradient(145deg, #c6aa7e, #302827); }
.resource-card:nth-child(3) .resource-visual { background: linear-gradient(145deg, #587e66, #d2bd84); }
.resource-card:nth-child(4) .resource-visual { background: linear-gradient(145deg, #425f7a, #d7d0bb); }
.resource-card small { text-transform: uppercase; font-size: 10px; letter-spacing: .12em; color: var(--violet); font-weight: 800; }
.resource-card h3 { font-size: 23px; margin-top: 13px; }
.resource-card p { color: var(--muted); font-size: 13px; margin-top: 10px; }
.resource-card span { margin-top: auto; padding-top: 24px; font-weight: 750; }

.recommendation-box { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.guide-switch { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; padding: 4px; margin: 24px 0; }
.guide-switch button { border: 0; background: transparent; padding: 9px 14px; border-radius: 999px; cursor: pointer; color: var(--muted); }
.guide-switch button.is-active { background: var(--ink); color: white; }
.guide-message { display: flex; gap: 16px; padding: 20px; background: var(--paper); border-radius: 12px; margin-bottom: 24px; }
.guide-avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; flex: none; background: var(--solar); color: var(--ink); font-family: var(--serif); font-weight: 800; }
.guide-avatar.docteur { background: var(--ink); color: white; }
.guide-message p { font-family: var(--serif); font-size: 18px; }
.reading-stack { display: grid; gap: 10px; }
.reading-link { display: grid; grid-template-columns: 38px 1fr auto; gap: 15px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 10px; text-decoration: none; }
.reading-link:hover { border-color: var(--violet); }
.reading-rank { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--violet-pale); color: var(--violet); font-weight: 800; font-size: 11px; }
.reading-link strong { display: block; }
.reading-link small { color: var(--muted); }

.split-cta { display: grid; grid-template-columns: 1fr 1fr; margin-top: 70px; border-radius: var(--radius); overflow: hidden; }
.split-cta > div { padding: clamp(32px, 5vw, 62px); background: var(--violet); color: white; }
.split-cta > div:last-child { background: var(--ink); }
.split-cta h3 { font-size: 32px; }
.split-cta p { opacity: .72; margin: 14px 0 26px; }

.site-footer { padding: 70px clamp(22px, 5vw, 72px) 22px; background: var(--ink); color: white; }
.footer-brand { display: flex; gap: 18px; align-items: center; }
.brand-mark-light i { border-color: var(--solar); }
.footer-brand p { color: rgba(255,255,255,.65); font-size: 13px; }
.footer-brand strong { color: white; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; max-width: 720px; margin: 60px 0 60px auto; }
.footer-links div { display: grid; gap: 8px; }
.footer-links strong { margin-bottom: 8px; color: var(--solar); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.footer-links a { color: rgba(255,255,255,.68); text-decoration: none; font-size: 13px; }
.footer-links a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); padding-top: 18px; display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font-size: 11px; }

.reading-dialog { width: min(680px, calc(100% - 28px)); border: 0; border-radius: var(--radius); padding: 0; box-shadow: 0 30px 100px rgba(0,0,0,.35); background: var(--paper); }
.reading-dialog::backdrop { background: rgba(23,19,27,.74); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; right: 16px; top: 12px; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: var(--white); cursor: pointer; font-size: 22px; z-index: 2; }
.dialog-content { padding: 52px 44px 44px; }
.dialog-content h2 { font-size: 38px; }
.dialog-content .prose { margin-top: 24px; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 170px 1fr auto; gap: 15px; }
  .site-nav { gap: 10px; }
  .site-nav a { font-size: 11px; }
  .enter-button { padding-inline: 14px; }
  .path-grid { grid-template-columns: repeat(3, 1fr); }
  .path-card { border-bottom: 1px solid var(--line); }
  .path-card:nth-child(3) { border-right: 0; }
  .path-card:nth-child(4), .path-card:nth-child(5) { border-bottom: 0; }
  .power-wheel { grid-template-columns: repeat(4, 1fr); }
  .resource-grid { grid-template-columns: repeat(2, 1fr); }
  .books-layout { grid-template-columns: 1fr; }
  .books-copy { max-width: 760px; }
  .book-shelf { max-width: 780px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .festival-spotlight .shell { grid-template-columns: 150px 1fr; padding: 34px 0; }
  .festival-action { grid-column: 2; }
  .event-grid { grid-template-columns: 1fr 1fr; }
  .event-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .site-header { height: 66px; grid-template-columns: 1fr auto auto; padding-inline: 16px; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 66px; background: var(--paper); border-bottom: 1px solid var(--line); padding: 12px 18px 22px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 12px 0; font-size: 15px; }
  .site-nav a::after { display: none; }
  .menu-toggle { display: flex; width: 44px; height: 44px; border: 0; background: transparent; flex-direction: column; justify-content: center; gap: 4px; cursor: pointer; }
  .menu-toggle span { width: 22px; height: 2px; background: var(--ink); display: block; }
  .menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; }
  .enter-button { min-height: 40px; font-size: 0; width: 42px; padding: 0; }
  .enter-button span { font-size: 18px; }
  .home-hero { min-height: 720px; background: radial-gradient(circle at 75% 75%, rgba(239,184,63,.35), transparent 18%), var(--paper); align-items: start; padding-top: 80px; }
  .home-hero::after { width: 340px; right: -90px; top: auto; bottom: -145px; transform: none; }
  .home-hero::before { width: 170px; right: 0; top: auto; bottom: -60px; transform: none; }
  .hero-copy { width: 100%; }
  .section-head, .intro-band .shell, .page-hero .shell { grid-template-columns: 1fr; gap: 28px; }
  .civilization-hero .hero-copy { width: 100%; }
  .quote-mark { width: 180px; }
  .ecosystem-orbit { width: min(78vw, 390px); justify-self: center; margin-top: 32px; }
  .festival-spotlight .shell { grid-template-columns: 125px 1fr; gap: 25px; }
  .festival-date strong { font-size: 68px; }
  .festival-action { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; }
  .festival-feature { grid-template-columns: 1fr; }
  .festival-feature-date { min-height: 220px; }
  .festival-feature-date small { align-self: flex-end; }
  .festival-facts { grid-template-columns: 1fr 1fr; }
  .agenda-news { grid-template-columns: 1fr; }
  .cycle-line { grid-template-columns: repeat(3, 1fr); }
  .cycle-line span:nth-child(3), .cycle-line b { border-right: 0; }
  .cycle-line span:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .dual-manifesto, .threshold-layout { grid-template-columns: 1fr; }
  .key-grid { grid-template-columns: repeat(2, 1fr); }
  .key-grid article, .key-grid article:nth-child(3n), .key-grid article:nth-child(n+4) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .key-grid article:nth-child(2n) { border-right: 0; }
  .key-grid article:nth-child(n+5) { border-bottom: 0; }
  .path-grid { grid-template-columns: 1fr 1fr; }
  .path-card { min-height: 300px; border-bottom: 1px solid var(--line); }
  .path-card:nth-child(2), .path-card:nth-child(4) { border-right: 0; }
  .path-card:nth-child(3) { border-right: 1px solid var(--line); }
  .path-card:nth-child(4) { border-bottom: 1px solid var(--line); }
  .path-card:nth-child(5) { border-bottom: 0; }
  .door-grid, .card-grid { grid-template-columns: 1fr; }
  .door-card { min-height: 260px; }
  .content-layout { grid-template-columns: 1fr; gap: 38px; }
  .on-page { position: static; display: flex; flex-wrap: wrap; gap: 8px 16px; }
  .on-page strong { width: 100%; }
  .on-page a { padding: 0; }
  .mapping-row { grid-template-columns: 1fr auto 1fr; }
  .mapping-row p { grid-column: 1 / -1; }
  .status-strip, .omega-counters { grid-template-columns: 1fr; }
  .split-cta { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .prototype-bar { justify-content: flex-start; padding-right: 50px; }
  .brand-mark { width: 32px; height: 32px; }
  .brand-mark i { width: 29px; height: 15px; }
  .brand { font-size: 10px; }
  .shell, .narrow { width: min(100% - 28px, 1180px); }
  .home-hero { min-height: 750px; padding-top: 62px; }
  h1 { font-size: 45px; }
  .hero-copy .lead { font-size: 19px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .section-block { padding: 70px 0; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 245px; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .path-card:last-child { border-bottom: 0 !important; }
  .page-hero { padding-top: 64px; }
  .page-hero h1 { font-size: 47px; }
  .civilization-hero { min-height: 820px; }
  .civilization-hero h1 { font-size: 40px; }
  .lead { font-size: 20px; }
  .ecosystem-orbit { width: min(88vw, 330px); }
  .ecosystem-orbit span { font-size: 9px; padding: 5px 8px; }
  .festival-spotlight .shell { grid-template-columns: 1fr; padding: 38px 0; }
  .festival-date { border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 18px; }
  .festival-copy h2 { font-size: 38px; }
  .festival-action { grid-column: auto; display: grid; }
  .festival-feature-date { min-height: 190px; }
  .festival-feature-date strong { font-size: 86px; }
  .festival-feature-copy h2 { font-size: 47px; }
  .festival-facts, .event-grid { grid-template-columns: 1fr; }
  .event-card:last-child { grid-column: auto; }
  .event-card { min-height: 390px; }
  .cycle-line { grid-template-columns: 1fr 1fr; }
  .cycle-line span, .cycle-line b { min-height: 90px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .cycle-line span:nth-child(2n), .cycle-line b { border-right: 0; }
  .cycle-line span:nth-child(5), .cycle-line b { border-bottom: 0; }
  .book-shelf { grid-template-columns: 1fr; gap: 18px; }
  .book-volume, .book-two { min-height: 320px; transform: none; }
  .key-grid, .proof-grid { grid-template-columns: 1fr; }
  .key-grid article, .key-grid article:nth-child(2n), .key-grid article:nth-child(n+5) { border-right: 0; border-bottom: 1px solid var(--line); }
  .key-grid article:last-child { border-bottom: 0; }
  .dual-manifesto article { min-height: 300px; padding: 28px; }
  .power-wheel { grid-template-columns: 1fr 1fr; }
  .power { min-height: 190px; }
  .resource-grid { grid-template-columns: 1fr; }
  .mapping-row { grid-template-columns: 1fr auto 1fr; gap: 9px; }
  .mapping-row strong { font-size: 16px; }
  .recommendation-box { padding: 22px; }
  .reading-link { grid-template-columns: 34px 1fr; }
  .reading-link > span:last-child { display: none; }
  .footer-links { grid-template-columns: 1fr; margin-left: 0; }
  .footer-bottom { display: grid; gap: 8px; }
  .dialog-content { padding: 52px 24px 30px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
