:root {
  --ink: #241f19;
  --paper: #f5efe2;
  --paper-light: #fffaf0;
  --yellow: #f4c346;
  --coral: #df6c57;
  --blue: #7eb7c7;
  --green: #4c7160;
  --line: rgba(36, 31, 25, .24);
  --shadow: 0 24px 70px rgba(45, 34, 22, .16);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; opacity: .045; pointer-events: none; z-index: 20; 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='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.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; top: 8px; left: 8px; z-index: 100; transform: translateY(-160%); padding: 12px 18px; color: white; background: var(--ink); border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 82px; position: absolute; top: 0; left: 0; right: 0; z-index: 30; border-bottom: 1px solid rgba(36,31,25,.14); transition: .25s ease; }
.site-header.is-fixed { position: fixed; height: 70px; background: rgba(245,239,226,.94); backdrop-filter: blur(12px); box-shadow: 0 6px 20px rgba(36,31,25,.08); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 25px; font-weight: 850; letter-spacing: -.05em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; aspect-ratio: 1; color: var(--ink); background: var(--yellow); border: 2px solid var(--ink); border-radius: 50%; font: 900 25px/1 var(--sans); transform: rotate(-3deg); box-shadow: inset 0 0 0 3px rgba(255,255,255,.22); }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { text-decoration: underline; text-underline-offset: 5px; }
.language { padding-left: 22px; border-left: 1px solid var(--line); }
.nav-cta { padding: 12px 18px; color: var(--paper-light); background: var(--ink); border-radius: 2px; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: none; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { min-height: 760px; padding-top: 82px; overflow: hidden; background: var(--yellow); }
.hero-grid { min-height: 640px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 54px; padding-top: 44px; padding-bottom: 44px; }
.eyebrow, .section-number { font-size: 12px; line-height: 1.2; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 30px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font: 400 clamp(60px, 7.3vw, 104px)/.84 var(--serif); letter-spacing: -.065em; }
h1 em, h2 em { font-weight: 400; }
.hero-lead { max-width: 575px; margin-bottom: 30px; font-size: 20px; line-height: 1.53; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 10px 18px; border: 2px solid var(--ink); border-radius: 3px; font-size: 14px; font-weight: 800; line-height: 1.05; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px) rotate(-.4deg); box-shadow: 5px 6px 0 rgba(36,31,25,.18); }
.button-dark { color: white; background: var(--ink); }
.button small { display: block; margin-bottom: 2px; font-size: 9px; font-weight: 500; letter-spacing: .03em; }
.button-icon { font-size: 26px; }.button-icon.play { font-size: 20px; }
.text-link { margin-left: 5px; font-size: 13px; font-weight: 800; text-underline-offset: 5px; }
.trust-row { display: flex; gap: 22px; margin-top: 28px; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.trust-row span::before { content: '✓'; margin-right: 7px; }

.hero-art { height: 590px; position: relative; }
.sunburst { position: absolute; width: 500px; height: 500px; top: 40px; left: 50%; transform: translateX(-48%); border: 2px solid var(--ink); border-radius: 50%; opacity: .22; }
.sunburst::before, .sunburst::after { content: ''; position: absolute; inset: 34px; border: 1px solid var(--ink); border-radius: 50%; }
.sunburst::after { inset: 72px; }
.paper-card { background: #fffaf0; border: 2px solid var(--ink); box-shadow: 13px 15px 0 rgba(36,31,25,.18), var(--shadow); }
.paper-card-main { width: min(395px, 72%); position: absolute; top: 35px; left: 50%; z-index: 3; transform: translateX(-50%) rotate(1.5deg); padding: 26px 24px 20px; }
.tape { width: 92px; height: 27px; position: absolute; top: -15px; left: calc(50% - 46px); background: rgba(211,106,94,.72); transform: rotate(-2deg); }
.post-head { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 10px; }
.avatar { display: grid; place-items: center; width: 42px; height: 42px; border: 2px solid var(--ink); border-radius: 50%; font: italic 700 18px var(--serif); background: var(--blue); }
.post-head strong, .post-head small { display: block; }.post-head strong { font-size: 13px; }.post-head small { margin-top: 3px; font-size: 10px; opacity: .62; }.dots { align-self: start; letter-spacing: 2px; }
.post-title { margin: 18px 0 14px; font: italic 700 21px/1.2 var(--serif); }
.post-photo { height: 205px; position: relative; display: flex; align-items: flex-end; padding: 15px; overflow: hidden; color: white; background: #18222a; border: 1.5px solid var(--ink); }
.post-photo::before { content: ''; width: 65%; height: 70%; position: absolute; left: 17%; bottom: -26%; background: var(--coral); border-radius: 50% 50% 0 0; box-shadow: -95px -5px 0 -30px var(--blue), 105px -28px 0 -40px var(--yellow); }
.post-photo::after { content: '✦  ✦  ✦'; position: absolute; top: 35px; right: 30px; color: var(--yellow); letter-spacing: 14px; }
.post-photo span { z-index: 1; padding: 5px 8px; color: var(--ink); background: var(--paper-light); font: italic 700 12px var(--serif); transform: rotate(-1deg); }
.reaction-row { display: flex; justify-content: space-between; padding: 13px 2px 10px; font-size: 11px; font-weight: 750; border-bottom: 1px solid var(--line); }
.activity-chip { display: block; margin-top: 12px; color: var(--ink); font-size: 11px; font-weight: 850; text-align: center; text-decoration: none; text-transform: uppercase; letter-spacing: .04em; }
.mini-note { position: absolute; z-index: 4; padding: 21px; border: 2px solid var(--ink); box-shadow: 8px 9px 0 rgba(36,31,25,.16); font: 16px/1.35 var(--serif); }
.mini-note small { font: 10px var(--sans); }.mini-note strong { font-size: 13px; letter-spacing: .06em; }
.note-one { width: 190px; left: -4px; top: 360px; background: var(--coral); transform: rotate(-5deg); }
.note-two { width: 180px; right: -10px; top: 85px; background: var(--blue); transform: rotate(6deg); }
.note-two strong { display: block; margin-top: 12px; font: italic 700 21px/1.15 var(--serif); letter-spacing: 0; }
.pin { width: 15px; height: 15px; position: absolute; top: 8px; left: 50%; border-radius: 50%; background: var(--ink); box-shadow: 2px 3px 0 rgba(255,255,255,.3); }
.stamp { display: inline-block; padding: 5px; border: 2px solid var(--ink); border-radius: 50%; font: 800 9px/1 var(--sans); text-align: center; transform: rotate(-12deg); }
.scribble { position: absolute; right: 15px; bottom: 26px; font: 90px/1 var(--serif); transform: rotate(10deg); }
.ticker { padding: 14px 0; overflow: hidden; color: var(--paper); background: var(--ink); font: 800 12px/1 var(--sans); letter-spacing: .14em; white-space: nowrap; }
.ticker div { width: max-content; animation: ticker 24s linear infinite; } @keyframes ticker { to { transform: translateX(-50%); } }

.intro-section, .features-section, .flow-section, .values-section { padding: 112px 0; }
.statement-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; }
.section-number { padding-top: 13px; opacity: .64; }
h2 { margin-bottom: 30px; font: 400 clamp(42px, 5.3vw, 76px)/.98 var(--serif); letter-spacing: -.045em; }
.big-copy { max-width: 850px; font-size: 21px; line-height: 1.55; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 80px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-grid article { padding: 34px 36px 38px 0; }.proof-grid article + article { padding-left: 36px; border-left: 1px solid var(--line); }
.proof-icon { display: block; margin-bottom: 24px; font: 34px var(--serif); }
.proof-grid h3 { margin-bottom: 10px; font: italic 700 25px var(--serif); }.proof-grid p { margin-bottom: 0; font-size: 14px; line-height: 1.65; opacity: .8; }

.features-section { color: var(--paper-light); background: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; margin-bottom: 60px; }.features-section .section-number { color: var(--paper); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.feature-card { min-height: 455px; position: relative; overflow: hidden; padding: 38px; color: var(--ink); border-radius: 2px; }.feature-large, .feature-wide { grid-column: 1 / -1; }.feature-large { display: grid; grid-template-columns: 1fr 1.05fr; gap: 50px; min-height: 510px; }.feature-wide { min-height: 320px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 50px; }
.yellow-card { background: var(--yellow); }.coral-card { background: var(--coral); }.blue-card { background: var(--blue); }.cream-card { background: var(--paper-light); }
.feature-index { display: block; margin-bottom: 55px; font-size: 12px; font-weight: 900; letter-spacing: .15em; }.feature-card h3 { margin-bottom: 15px; font: italic 700 38px/1 var(--serif); }.feature-card p { max-width: 590px; font-size: 16px; line-height: 1.6; }.feature-card ul { padding: 0; margin: 25px 0 0; list-style: none; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }.feature-card li { padding: 9px 0; border-bottom: 1px solid rgba(36,31,25,.25); }.feature-card li::before { content: '↳'; margin-right: 10px; }
.board-visual { align-self: center; position: relative; padding: 48px 36px 30px; background: #6c5944; border: 12px solid #3a2d20; box-shadow: 8px 11px 0 rgba(36,31,25,.2); transform: rotate(1deg); }.board-tape { width: 85px; height: 25px; position: absolute; top: -15px; left: calc(50% - 42px); background: rgba(245,239,226,.65); }.board-label { position: absolute; top: 14px; right: 25px; color: var(--paper-light); font-size: 10px !important; letter-spacing: .15em; }.board-card { display: grid; grid-template-columns: auto 1fr; gap: 2px 12px; padding: 15px; margin-bottom: 14px; background: var(--paper-light); box-shadow: 4px 5px 0 rgba(0,0,0,.2); }.board-card span { grid-row: 1 / 3; font-size: 30px; }.board-card strong { font: italic 700 18px var(--serif); }.board-card small { opacity: .7; }.board-card.tilted { transform: rotate(-3deg); background: #f2d7c4; }
.cassette { width: 230px; height: 132px; margin: -30px auto 38px; position: relative; border: 5px solid var(--ink); border-radius: 10px; background: #d9c5a2; box-shadow: 7px 8px 0 rgba(36,31,25,.18); }.cassette::before { content: ''; position: absolute; inset: 20px 28px 48px; border: 3px solid var(--ink); border-radius: 7px; background: var(--paper-light); }.cassette::after { content: 'KHORA MIX'; position: absolute; top: 7px; left: 76px; font: 900 10px var(--sans); letter-spacing: .1em; }.cassette div::before, .cassette div::after { content: ''; width: 34px; height: 34px; position: absolute; top: 32px; border: 5px dotted var(--ink); border-radius: 50%; }.cassette div::before { left: 49px; }.cassette div::after { right: 49px; }
.envelope { width: 220px; height: 140px; display: grid; place-items: center; margin: -12px auto 30px; position: relative; background: var(--paper-light); border: 3px solid var(--ink); box-shadow: 7px 8px 0 rgba(36,31,25,.18); transform: rotate(3deg); }.envelope::before { content: ''; position: absolute; inset: 0; clip-path: polygon(0 0,50% 62%,100% 0); background: var(--yellow); border-bottom: 3px solid var(--ink); }.envelope span { z-index: 1; display: grid; place-items: center; width: 48px; height: 48px; margin-top: 45px; color: var(--paper-light); background: var(--coral); border: 2px solid var(--ink); border-radius: 50%; }
.content-tags { display: flex; flex-wrap: wrap; gap: 12px; align-content: center; }.content-tags span { padding: 12px 16px; font: 850 12px var(--sans); letter-spacing: .1em; border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--yellow); transform: rotate(-2deg); }.content-tags span:nth-child(even) { transform: rotate(2deg); background: var(--blue); }.content-tags span:nth-child(3n) { background: var(--coral); }

.flow-section { background: var(--blue); }.flow-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; margin-top: 48px; }.flow-copy p { max-width: 450px; font-size: 18px; line-height: 1.6; }.flow-list { padding: 0; margin: 0; list-style: none; border-top: 2px solid var(--ink); }.flow-list li { display: grid; grid-template-columns: 65px 1fr; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(36,31,25,.35); }.flow-list li > span { font: italic 34px var(--serif); }.flow-list strong, .flow-list small { display: block; }.flow-list strong { font: italic 700 27px var(--serif); }.flow-list small { margin-top: 5px; font-size: 13px; }

.values-section { background: var(--paper-light); }.values-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }.manifesto-card { min-height: 480px; position: relative; padding: 70px 70px 50px; background: var(--yellow); border: 2px solid var(--ink); box-shadow: 12px 13px 0 var(--ink); transform: rotate(1deg); }.manifesto-card > p { margin-bottom: 50px; font: italic 700 clamp(25px,3vw,39px)/1.22 var(--serif); }.manifesto-stamp { position: absolute; top: -28px; right: 38px; display: grid; place-items: center; width: 84px; height: 84px; border: 3px double var(--ink); border-radius: 50%; font-size: 11px; font-weight: 900; line-height: 1; text-align: center; transform: rotate(9deg); }.values-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; }.values-list span { padding: 13px 0; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; border-top: 1px solid rgba(36,31,25,.38); }.values-list span::before { content: '✓'; margin-right: 8px; }

.final-cta { padding: 95px 0; color: var(--paper-light); background: var(--coral); }.cta-inner { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 70px; }.final-cta h2 { margin: 25px 0 0; }.cta-actions { display: flex; flex-direction: column; gap: 12px; }.button-light { color: var(--ink); background: var(--paper-light); }.button-outline { color: var(--paper-light); border-color: var(--paper-light); }.cta-actions small { margin-top: 5px; font-size: 10px; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.site-footer { padding: 70px 0 24px; color: var(--paper); background: var(--ink); }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; }.footer-brand { color: var(--paper); }.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 12px; }.footer-grid > div:first-child p { margin-top: 4px; opacity: .65; }.footer-grid strong { margin-bottom: 8px; color: var(--yellow); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }.footer-grid a { text-decoration: none; }.footer-grid a:hover { text-decoration: underline; }.footer-grid span { opacity: .7; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(245,239,226,.16); font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }.footer-bottom a { text-decoration: none; }

@media (max-width: 980px) {
  .site-nav { gap: 17px; }.site-nav a:not(.nav-cta):not(.language) { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 20px; }.hero-art { transform: scale(.88); transform-origin: center; }
  .statement-grid, .section-heading { grid-template-columns: 1fr 2.5fr; }.values-grid { gap: 45px; }.manifesto-card { padding: 65px 40px 40px; }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 600px); }.site-header { height: 68px; }.nav-toggle { display: block; }.site-nav { display: none; position: absolute; top: 68px; left: 15px; right: 15px; padding: 18px; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper-light); border: 2px solid var(--ink); box-shadow: 7px 8px 0 var(--ink); }.site-nav.is-open { display: flex; }.site-nav a, .site-nav a:not(.nav-cta):not(.language) { display: block; padding: 14px 8px; border-bottom: 1px solid var(--line); }.site-nav .language { padding-left: 8px; border-left: 0; }.site-nav .nav-cta { margin-top: 10px; text-align: center; }
  .hero { padding-top: 68px; }.hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 65px; }.hero-copy { min-width: 0; z-index: 5; }.hero-art { height: 520px; margin-top: 20px; transform: scale(.9); }.hero-actions { align-items: stretch; }.hero-actions .button { width: 100%; flex: 1 1 100%; }.hero-actions .text-link { width: 100%; margin: 12px 0 0; }.trust-row { flex-direction: column; gap: 9px; }
  .intro-section, .features-section, .flow-section, .values-section { padding: 78px 0; }.statement-grid, .section-heading, .feature-large, .feature-wide, .flow-grid, .values-grid, .cta-inner { grid-template-columns: 1fr; }.section-number { padding-top: 0; }.section-heading, .statement-grid { gap: 25px; }.proof-grid { grid-template-columns: 1fr; margin-top: 50px; }.proof-grid article, .proof-grid article + article { padding: 28px 0; border-left: 0; border-top: 1px solid var(--line); }.proof-grid article:first-child { border-top: 0; }.proof-icon { margin-bottom: 12px; }
  .feature-card { min-height: auto; padding: 28px; }.feature-large { gap: 35px; }.feature-wide { gap: 40px; }.feature-index { margin-bottom: 35px; }.board-visual { padding-inline: 24px; }.flow-grid { gap: 35px; }.values-grid { gap: 35px; }.manifesto-card { min-height: 0; padding: 60px 28px 35px; }.values-list { grid-template-columns: 1fr; }.final-cta { padding: 75px 0; }.cta-inner { gap: 45px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1/-1; }.footer-bottom { flex-direction: column; gap: 12px; }
}
@media (max-width: 480px) {
  h1 { font-size: 56px; }.hero-lead { font-size: 17px; }.hero-art { height: 455px; transform: scale(.75); margin: -15px -50px 0; }.paper-card-main { width: 390px; }.note-one { left: -25px; }.note-two { right: -25px; }.hero-actions .button { flex-basis: 100%; }.button { width: 100%; }.big-copy { font-size: 18px; }.feature-grid { grid-template-columns: 1fr; }.feature-large, .feature-wide { grid-column: auto; }.feature-card h3 { font-size: 32px; }.cassette { transform: scale(.86); }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

/* Guide pages */
.docs-page { background: var(--paper-light); }
.docs-nav { display: flex; gap: 24px; font-size: 12px; font-weight: 800; }.docs-nav a { text-underline-offset: 4px; }
.docs-hero { padding: 150px 0 80px; background: var(--yellow); border-bottom: 2px solid var(--ink); }.docs-hero h1 { margin: 20px 0; }.docs-hero > .shell > p:last-child { max-width: 600px; margin: 0; font-size: 19px; }
.docs-layout { display: grid; grid-template-columns: 240px minmax(0, 720px); justify-content: space-between; gap: 90px; padding-top: 80px; padding-bottom: 100px; }
.docs-index { height: max-content; position: sticky; top: 100px; display: flex; flex-direction: column; border-top: 2px solid var(--ink); }.docs-index strong, .docs-index a { padding: 12px 5px; border-bottom: 1px solid var(--line); }.docs-index strong { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }.docs-index a { font-size: 13px; text-decoration: none; }.docs-index a:hover { background: var(--yellow); }
.docs-content section { position: relative; padding: 0 0 75px; scroll-margin-top: 100px; }.docs-content section + section { padding-top: 75px; border-top: 1px solid var(--line); }.docs-number { position: absolute; top: 8px; left: -55px; font: italic 22px var(--serif); opacity: .48; }.docs-content section + section .docs-number { top: 83px; }.docs-content h2 { margin-bottom: 30px; font-size: clamp(38px, 5vw, 58px); }.docs-content p, .docs-content li { font-size: 16px; line-height: 1.75; }.docs-content ol, .docs-content ul { padding-left: 24px; margin: 24px 0; }.docs-content li { padding: 5px 0 5px 5px; }.docs-content a { font-weight: 700; text-underline-offset: 4px; }
.docs-note { margin-top: 28px; padding: 20px 24px; background: var(--blue); border-left: 5px solid var(--ink); font-size: 14px; line-height: 1.55; }.docs-note.warning { background: var(--yellow); }.docs-footer { padding-top: 5px; }
@media (max-width: 800px) { .docs-hero { padding: 120px 0 60px; }.docs-layout { grid-template-columns: 1fr; gap: 50px; padding-top: 50px; }.docs-index { position: static; }.docs-number { position: static; display: block; margin-bottom: 12px; }.docs-content section + section .docs-number { margin-top: 0; }.docs-content section, .docs-content section + section { padding-top: 55px; padding-bottom: 55px; }.docs-content section:first-child { padding-top: 0; } }
