/* The collection comes alive. Public landing only; app tokens stay unchanged. */
:root { --ink: #f7f1e8; --quiet: #aa9e91; --coal: #171411; --ember: #f3a76d; --line: #ffffff20; --page-gutter: clamp(1.25rem, 4.5vw, 6rem); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body.landing { margin: 0; color: var(--ink); background: var(--coal); font-family: var(--ember-font-body); -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; cursor: pointer; }
button:disabled { cursor: default; opacity: .35; }
button, a, summary { touch-action: manipulation; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--ember); outline-offset: 6px; }
button { border: 0; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--ember-font-heading); font-weight: 500; }
img { display: block; max-width: 100%; }
svg { width: 1.25rem; height: 1.25rem; flex: none; }
::selection { background: var(--ember); color: var(--coal); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; background: var(--ember); color: var(--coal); padding: 1rem; }
.skip-link:focus { top: 1rem; }
.section-pad { padding-inline: var(--page-gutter); }
.accent { color: var(--ember); }
.muted { color: var(--quiet); }
.eyebrow { font-size: .75rem; line-height: 1.6; letter-spacing: .12em; font-weight: 500; }
.status-dot { display: inline-block; width: .4rem; height: .4rem; background: currentColor; border-radius: 50%; vertical-align: middle; margin-right: .5rem; }
.site-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 2rem; height: 6rem; padding: 0 var(--page-gutter); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: .65rem; font-family: var(--ember-font-heading); font-size: 1.15rem; font-weight: 600; letter-spacing: -.04em; }
.brand img { border-radius: 50%; }
.brand > span > span { color: var(--ember); }
.site-header nav { display: flex; gap: 2rem; font-size: .875rem; color: var(--quiet); }
.site-header nav a, .footer-bottom a { transition: color .2s; }
.site-header nav a:hover, .footer-bottom a:hover { color: var(--ember); }
.nav-connect { display: flex; align-items: center; gap: 1rem; font-size: .875rem; border: 1px solid #ffffff35; padding: .75rem 1rem; border-radius: 999px; }
.nav-connect:hover { color: var(--ember); border-color: var(--ember); }
.reading-progress { position: fixed; top: 0; left: 0; height: 2px; background: var(--ember); width: 100%; transform: scaleX(var(--reading, 0)); transform-origin: left; pointer-events: none; }
.opening { padding-top: 10rem; position: relative; overflow: clip; background: radial-gradient(ellipse at 50% 47%, #70402526, transparent 60%); }
.opening-copy { position: relative; z-index: 2; margin: 0 auto; padding: 0 var(--page-gutter); max-width: 110rem; }
.opening-copy > .eyebrow { text-align: center; color: var(--quiet); margin-bottom: 1.8rem; }
.opening h1 { text-align: center; font-size: clamp(3.5rem, 8.5vw, 9rem); letter-spacing: -.07em; line-height: .97; }
.opening h1 > span { display: block; }
.opening h1 > span.accent { margin-top: .08em; }
.hero-subrow { display: flex; justify-content: space-between; gap: 2rem; align-items: center; margin: 2.5rem auto 0; max-width: 67rem; }
.hero-subrow > p { color: var(--quiet); font-size: 1rem; line-height: 1.6; }
.hero-subrow > div { text-align: right; }
.pill { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; border-radius: 999px; font-size: .9375rem; padding: 1.15rem 1.5rem; font-weight: 500; transition: background .2s, transform .3s; }
.pill.primary { background: var(--ember); color: #21150c; }
.pill:hover { transform: translateY(-3px); }
.pill.primary:hover { background: #ffc497; }
.pill svg { transition: transform .3s; }
.pill:hover svg { transform: translateX(4px); }
.cta-note { display: block; margin-top: .75rem; color: var(--quiet); font-size: .75rem; }
.collection-stage { margin: 4.2rem auto 0; max-width: 100rem; padding-inline: var(--page-gutter); }
.collection-fan { display: flex; align-items: center; justify-content: center; height: 25rem; padding: 0 1rem; isolation: isolate; }
.save-card { --rotation: 0deg; --lift: 0px; --scroll-lift: 0px; position: relative; flex: 0 0 22%; max-width: 19rem; height: 23rem; padding: 0; color: var(--ink); text-align: left; background: #33302c; border-radius: 1.25rem; border: 1px solid #ffffff30; box-shadow: 0 15px 40px #0008; transform: translateY(calc(var(--lift) + var(--scroll-lift))) rotate(var(--rotation)); transition: transform .65s cubic-bezier(.2,.7,.2,1), box-shadow .3s; overflow: hidden; }
.save-card + .save-card { margin-left: -1.7rem; }
.save-card:nth-child(1) { --rotation: -12deg; --lift: 1.5rem; z-index: 1; }
.save-card:nth-child(2) { --rotation: -6deg; --lift: -.5rem; z-index: 2; }
.save-card:nth-child(3) { --rotation: 0deg; --lift: -1.25rem; z-index: 3; }
.save-card:nth-child(4) { --rotation: 6deg; --lift: -.5rem; z-index: 2; }
.save-card:nth-child(5) { --rotation: 12deg; --lift: 1.5rem; z-index: 1; }
.save-card:hover, .save-card:focus-visible { transform: translateY(-2.5rem) rotate(0deg); z-index: 5; box-shadow: 0 20px 55px #000a; }
.save-card > img { width: 100%; height: 100%; object-fit: cover; }
.save-community { position: absolute; top: .7rem; left: .7rem; right: .7rem; display: flex; align-items: center; gap: .4rem; border-radius: 999px; padding: .4rem .6rem .4rem .4rem; background: #241e19a8; border: 1px solid #ffffff20; backdrop-filter: blur(20px); font-size: .75rem; }
.save-community > span:nth-child(2) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.community-avatar { flex: none; display: grid; place-items: center; width: 1.5rem; height: 1.5rem; background: #d8dfc4; color: #2c3424; border-radius: 50%; font-size: .75rem; }
.save-mark { margin-left: auto; font-size: 1.1rem; }
.save-caption { position: absolute; bottom: 0; left: 0; right: 0; display: grid; gap: .55rem; background: linear-gradient(#211c18a0, #211c18ed); backdrop-filter: blur(20px); padding: 1.1rem; border-top: 1px solid #ffffff18; }
.card-reason { font-size: .75rem; color: #edc295; }
.card-title { font-family: var(--ember-font-heading); font-size: 1.125rem; letter-spacing: -.035em; line-height: 1.3; }
.card-open { font-size: .75rem; color: #d1c4b7; display: flex; align-items: center; justify-content: space-between; }
.card-open svg { width: .8rem; height: .8rem; }
.tone-lilac { background: #4d4356; }
.tone-amber { background: #665136; }
.tone-lilac .community-avatar { background: #c5b9d8; }
.tone-peach .community-avatar { background: #e6bda1; }
.tone-blue .community-avatar { background: #bacfdf; }
.card-thought { display: block; font-family: var(--ember-font-heading); padding: 4.8rem 1.25rem 10rem; font-size: clamp(1.1rem, 1.5vw, 1.35rem); line-height: 1.25; letter-spacing: -.035em; }
.card-thought > span { display: block; font-family: Georgia, serif; font-size: 3rem; line-height: .6; color: #ffffff60; margin-bottom: .4rem; }
.collection-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin: 3rem 0 2rem; font-size: .875rem; }
.demo-caption { color: #d0c3b6; }
.demo-caption .status-dot { color: var(--ember); }
.shuffle-button { display: inline-flex; align-items: center; gap: .65rem; border: 1px solid var(--line); padding: .9rem 1.25rem; border-radius: 999px; background: #ffffff05; }
.shuffle-button:hover { border-color: var(--ember); color: var(--ember); }
.opening-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 0 var(--page-gutter); padding: 1.5rem 0; border-top: 1px solid var(--line); color: var(--quiet); font-size: .75rem; letter-spacing: .12em; }
.opening-bottom a { display: flex; align-items: center; gap: 1rem; color: var(--ink); font-size: .75rem; }
.opening-bottom svg { width: 1rem; }
.manifesto { padding-block: 8rem 6rem; }
.section-kicker { margin-bottom: 3rem; color: var(--ember); }
.manifesto-heading { font-size: clamp(2.5rem, 5.4vw, 6.2rem); line-height: 1.2; letter-spacing: -.05em; }
.ink-line { display: block; }
.js-motion .ink-line { color: #65594d; background: linear-gradient(90deg, var(--ink) var(--ink-fill, 0%), #65594d var(--ink-fill, 0%)); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.ink-line em { font-style: normal; color: var(--ember); -webkit-text-fill-color: var(--ember); }
.manifesto-foot { display: flex; align-items: flex-start; gap: 2rem; margin-top: 2.5rem; }
.small-arrow { font-size: 3rem; line-height: 1; color: var(--ember); }
.manifesto-foot p { color: var(--quiet); max-width: 26rem; line-height: 1.7; font-size: 1rem; }
.text-link { display: inline-flex; align-items: center; gap: 1rem; margin-left: auto; border-bottom: 1px solid #f3a76d60; padding: .5rem 0; color: var(--ember); font-size: .875rem; }
.immersion-chapter { height: 180vh; min-height: 68rem; position: relative; }
.immersion-sticky { height: 100svh; min-height: 40rem; position: sticky; top: 0; overflow: clip; display: flex; align-items: center; justify-content: center; }
.immersion-heading { position: absolute; top: 3rem; left: var(--page-gutter); z-index: 1; opacity: var(--cinema-copy-opacity, 1); transform: translateY(var(--cinema-copy-y, 0px)); }
.immersion-heading .eyebrow { margin-bottom: 1rem; color: var(--ember); }
.immersion-heading h2 { font-size: clamp(2rem, 3.5vw, 4rem); line-height: 1.15; letter-spacing: -.045em; }
.cinema-frame { display: flex; flex-direction: column; position: relative; z-index: 2; width: var(--cinema-width, 60%); height: var(--cinema-height, 60%); margin-top: var(--cinema-top, 10rem); border-radius: var(--cinema-radius, 1.5rem); border: 1px solid var(--line); overflow: hidden; background: #0c0b09; box-shadow: 0 30px 100px #0007; }
.cinema-toolbar, .cinema-footer { flex: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .6rem 1.25rem; color: #c5bbb0; font-size: .75rem; }
.cinema-toolbar .status-dot { color: var(--ember); }
.cinema-toolbar { min-height: 3rem; }
.cinema-demo { font-size: .75rem; letter-spacing: .1em; }
.icon-button { display: inline-grid; place-items: center; width: 44px; height: 44px; background: transparent; border-radius: 50%; flex: none; }
.icon-button:hover { background: #ffffff16; }
.cinema-toolbar .icon-button { width: 32px; height: 32px; }
.cinema-image { flex: 1; min-height: 0; position: relative; display: block; padding: 0; overflow: hidden; background: #24271f; }
.cinema-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; transform: scale(var(--cinema-zoom, 1.1)); }
.cinema-invite { display: inline-flex; align-items: center; gap: .75rem; position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: .9rem 1.25rem; border-radius: 999px; background: #211c187d; backdrop-filter: blur(20px); border: 1px solid #ffffff60; font-size: .875rem; }
.cinema-image:hover .cinema-invite { background: var(--ember); color: var(--coal); }
.cinema-footer { min-height: 2.75rem; }
.cinema-margin-note { position: absolute; bottom: 1.5rem; right: var(--page-gutter); color: var(--quiet); font-size: .75rem; letter-spacing: .12em; opacity: var(--cinema-copy-opacity, 1); }
.daily-chapter { background: #edc295; color: #2c241b; padding-block: 4rem; border-radius: 2rem 2rem 0 0; position: relative; }
.daily-top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.daily-top > span { font-size: .75rem; letter-spacing: .1em; }
.daily-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; margin-top: 1rem; }
.big-number { position: relative; display: inline-flex; align-items: flex-start; letter-spacing: -.11em; font-family: var(--ember-font-heading); font-size: clamp(10rem, 23vw, 26rem); line-height: 1.1; font-weight: 500; margin-left: -.05em; }
.number-asterisk { font-size: .24em; line-height: 2.5; letter-spacing: 0; margin-left: .2em; }
.number-label { font-size: .75rem; letter-spacing: .12em; margin: -.5rem 0 2rem; }
.daily-copy h2 { font-size: clamp(2.6rem, 4.5vw, 5rem); line-height: 1.06; letter-spacing: -.05em; }
.daily-copy > p:not(.number-label) { margin: 1.5rem 0; max-width: 26rem; font-size: 1rem; line-height: 1.65; color: #574330; }
.pill.dark { background: #2c241b; color: #f2d7bc; }
.pill.dark:hover { background: #45321f; }
.daily-preview { padding-top: 3rem; max-width: 32rem; width: 100%; margin-inline: auto; perspective: 1000px; }
.day-switch { display: flex; justify-content: center; gap: .2rem; padding: .25rem; border-radius: 999px; background: #2c241b14; width: fit-content; margin: 0 auto 2rem; }
.day-switch button { display: flex; align-items: center; gap: .5rem; border-radius: 999px; padding: .85rem 1.2rem; background: transparent; color: #433020; font-size: .875rem; }
.day-switch button[aria-pressed=true] { background: #2c241b; color: #f2d7bc; }
.day-switch svg { width: 1rem; }
.daily-paper { position: relative; border: 1px solid #ffffff80; border-radius: 1.25rem; background: #f9e4ce; padding: 1.7rem; transform: rotate(3deg); box-shadow: 0 25px 60px #6a3e3429; }
.daily-paper-heading { display: flex; justify-content: space-between; font-size: .75rem; letter-spacing: .1em; padding-bottom: 1rem; border-bottom: 1px solid #372c2325; color: #78614c; }
.daily-paper h3 { font-size: clamp(1.5rem, 2.1vw, 2.25rem); letter-spacing: -.05em; line-height: 1.25; margin: 1.5rem 0; }
.daily-item { display: flex; width: 100%; align-items: center; text-align: left; gap: 1rem; padding: 1rem 0; border-top: 1px solid #372c231c; background: transparent; color: #302619; }
.daily-item:hover .daily-item-title { text-decoration: underline; text-underline-offset: .2em; }
.daily-thumb { width: 4rem; height: 4.7rem; border-radius: .5rem; object-fit: cover; flex: none; background: #d9ccb9; display: grid; place-items: center; font-size: 1.8rem; color: #534235; }
.daily-item-copy { display: grid; gap: .4rem; }
.daily-item-sub { font-size: .75rem; color: #78614c; }
.daily-item-title { font-size: .9375rem; line-height: 1.35; }
.daily-item > svg { width: 1rem; margin-left: auto; }
.daily-paper-bottom { display: flex; align-items: center; gap: .25rem; color: #6d5a48; font-size: .75rem; border-top: 1px solid #372c231c; padding-top: 1rem; }
.daily-paper-bottom > span:last-child { margin-left: auto; font-size: 1.5rem; }
.daily-disclaimer { margin-top: 2rem; text-align: center; color: #73583d; font-size: .75rem; line-height: 1.6; }
.daily-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; margin-top: 5rem; border-top: 1px solid #2c241b30; padding-top: 2rem; }
.daily-facts p { font-size: .875rem; color: #664c34; line-height: 1.6; }
.daily-facts p > span { display: block; font-size: .75rem; margin-bottom: 1rem; }
.daily-facts strong { display: block; font-size: 1rem; color: #2c241b; font-weight: 500; margin-bottom: .25rem; }
.questions { display: grid; grid-template-columns: 1fr 1.5fr; gap: 5rem; padding-block: 7rem; }
.questions h2 { font-size: clamp(3rem, 5vw, 5.5rem); line-height: 1.02; letter-spacing: -.055em; margin: 1.5rem 0; }
.questions > div > p:last-child { color: var(--quiet); font-size: 1rem; line-height: 1.65; }
.question-list details { border-bottom: 1px solid var(--line); }
.question-list details:first-child { border-top: 1px solid var(--line); }
.question-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; cursor: pointer; padding: 1.5rem .25rem; list-style: none; font-size: 1.0625rem; }
.question-list summary::-webkit-details-marker { display: none; }
.question-list summary svg { color: var(--ember); transition: transform .3s; }
.question-list details[open] summary svg { transform: rotate(45deg); }
.question-list details p { color: var(--quiet); font-size: 1rem; line-height: 1.7; padding: 0 2rem 1.5rem .25rem; }
.closing { position: relative; padding-block: 5rem 7rem; text-align: center; border-top: 1px solid var(--line); background: radial-gradient(ellipse at 50% 100%, #b8672b1f, transparent 65%); }
.closing .eyebrow { color: var(--quiet); }
.closing h2 { font-size: clamp(3rem, 8.5vw, 9rem); line-height: 1.04; letter-spacing: -.065em; margin: 2rem 0; }
.closing h2 span { color: var(--ember); }
.closing > p:last-of-type { color: var(--quiet); font-size: .75rem; margin-top: 1.25rem; }
.back-top { display: grid; place-items: center; border: 1px solid var(--line); width: 3rem; height: 3rem; border-radius: 50%; position: absolute; bottom: 2rem; right: var(--page-gutter); }
.back-top:hover { background: var(--ember); color: var(--coal); }
.site-footer { background: #100e0c; padding: 2rem var(--page-gutter); overflow: hidden; }
.footer-wordmark { display: block; position: relative; font-family: var(--ember-font-heading); font-size: clamp(4rem, 16.9vw, 22rem); font-weight: 600; line-height: 1.2; letter-spacing: -.085em; white-space: nowrap; }
.footer-wordmark > span:first-child { color: var(--ember); }
.wordmark-dot { display: inline-block; font-size: .14em; letter-spacing: 0; vertical-align: top; padding: 1.7em 0 0 .7em; }
.footer-bottom { padding-top: 2rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; font-size: .75rem; color: var(--quiet); }
.footer-bottom nav { display: flex; gap: 1.5rem; }
.experience-dialog { position: fixed; inset: 0; width: 100%; max-width: 100%; height: 100dvh; max-height: 100dvh; margin: 0; padding: max(.75rem, env(safe-area-inset-top)) var(--page-gutter) max(.75rem, env(safe-area-inset-bottom)); background: #0b0908; color: var(--ink); border: 0; }
.experience-dialog[open] { display: flex; flex-direction: column; }
.experience-dialog::backdrop { background: #090807f5; }
body:has(.experience-dialog[open]) { overflow: hidden; }
.dialog-top, .dialog-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex: none; font-size: .875rem; min-height: 3rem; }
.dialog-top { border-bottom: 1px solid #ffffff0d; }
.dialog-top #dialog-community { flex: 1; }
.dialog-demo { color: var(--quiet); font-size: .75rem; letter-spacing: .1em; }
.dialog-bottom > div { display: flex; align-items: center; gap: .75rem; }
.dialog-hint { font-size: .75rem; color: var(--quiet); }
.dialog-bottom > a { color: var(--ember); padding-block: .75rem; }
.dialog-media { flex: 1; min-height: 0; display: grid; place-items: center; padding-block: 1rem; overflow: hidden; touch-action: pinch-zoom; }
.dialog-media > img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.dialog-media > article { overflow: auto; max-height: 100%; padding: 3rem 1.5rem; max-width: 48rem; }
.dialog-media article h2 { font-size: clamp(1.5rem, 4vw, 3rem); line-height: 1.35; letter-spacing: -.04em; margin-bottom: 2rem; }
.dialog-media article p { font-size: 1rem; line-height: 1.6; color: var(--quiet); }
@keyframes reveal-word { from { opacity: 0; transform: translateY(30%); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: no-preference) {
  .opening h1 > span { animation: reveal-word .9s cubic-bezier(.2,.7,.2,1) both; }
  .opening h1 > span + span { animation-delay: .12s; }
}
@media (min-width: 1600px) { .opening { padding-top: 12rem; } .collection-fan { height: 30rem; } .save-card { height: 28rem; } }
@media (max-width: 1000px) {
  .site-header nav { gap: 1rem; } .site-header { gap: 1rem; }
  .collection-stage { padding-inline: 1.5rem; } .save-card { flex-basis: 24%; height: 21rem; }
  .card-title { font-size: 1rem; } .card-thought { font-size: 1.15rem; padding-top: 4rem; }
  .save-caption { padding: .8rem; } .card-reason { display: none; }
  .daily-layout { gap: 4vw; } .daily-paper { padding: 1.25rem; }
  .questions { gap: 3rem; } .footer-bottom p { display: none; }
}
@media (max-width: 700px) {
  :root { --page-gutter: 1.25rem; }
  .site-header { height: 5rem; } .site-header nav { display: none; } .nav-connect { font-size: .75rem; padding: .7rem .85rem; gap: .6rem; } .nav-connect svg { width: 1rem; }
  .brand { font-size: 1rem; gap: .4rem; } .brand img { width: 30px; height: 30px; }
  .opening { padding-top: 8rem; } .opening-copy { padding-inline: 1rem; } .opening-copy > .eyebrow { font-size: .75rem; letter-spacing: .07em; margin-bottom: 1.5rem; }
  .opening h1 { font-size: clamp(2.7rem, 10.8vw, 4.7rem); line-height: 1.04; letter-spacing: -.065em; }
  .hero-subrow { flex-direction: column; align-items: center; gap: 1.5rem; margin-top: 1.5rem; text-align: center; } .hero-subrow > div { text-align: center; } .hero-subrow > p { font-size: 1rem; } .cta-note { max-width: 20rem; line-height: 1.5; }
  .pill { padding: 1rem 1.25rem; }
  .collection-stage { margin-top: 2rem; padding-inline: 0; } .collection-fan { height: 25rem; justify-content: flex-start; overflow-x: auto; overflow-y: hidden; padding: 2rem 2rem 1rem; scroll-snap-type: x mandatory; scroll-padding-inline: 2rem; gap: 1rem; scrollbar-width: none; }
  .collection-fan::-webkit-scrollbar { display: none; }
  .save-card { flex: 0 0 75%; max-width: 20rem; height: 21rem; scroll-snap-align: center; --rotation: 0deg !important; --lift: 0px !important; transform: none; } .save-card + .save-card { margin-left: 0; }
  .save-card:hover, .save-card:focus-visible { transform: none; }
  .card-title { font-size: 1.125rem; } .card-reason { display: block; } .card-thought { font-size: 1.5rem; padding-top: 4.5rem; } .save-caption { padding: 1.1rem; }
  .collection-toolbar { margin: 1.5rem 1.25rem 2rem; flex-direction: column; align-items: center; gap: 1rem; } .demo-caption { font-size: .75rem; } .shuffle-button { font-size: .875rem; }
  .opening-bottom > span { display: none; } .opening-bottom { justify-content: center; }
  .manifesto { padding-block: 4rem 3rem; } .section-kicker { margin-bottom: 2rem; font-size: .75rem; } .manifesto-heading { font-size: clamp(1.85rem, 6.4vw, 3rem); line-height: 1.35; }
  .manifesto-foot { gap: 1rem; flex-wrap: wrap; margin-top: 2rem; } .manifesto-foot p { max-width: calc(100% - 3rem); } .manifesto-foot .text-link { margin-left: 3rem; }
  .small-arrow { font-size: 2rem; }
  .immersion-chapter { height: 150svh; min-height: 45rem; } .immersion-sticky { min-height: 30rem; }
  .immersion-heading { top: 2rem; } .immersion-heading .eyebrow { font-size: .75rem; } .immersion-heading h2 { font-size: 2rem; }
  .cinema-frame { width: max(88%, var(--cinema-width, 88%)); height: var(--cinema-height, 56%); margin-top: var(--cinema-top, 7rem); }
  .cinema-demo, .cinema-margin-note { display: none; } .cinema-toolbar, .cinema-footer { padding-inline: .75rem; } .cinema-footer { font-size: .75rem; }
  .cinema-invite { font-size: .75rem; bottom: 1rem; } .cinema-image img { object-position: 52% center; }
  .daily-chapter { border-radius: 1.25rem 1.25rem 0 0; padding-block: 2rem; } .daily-top > span { display: none; } .daily-top .eyebrow { font-size: .75rem; }
  .daily-layout { grid-template-columns: 1fr; gap: 0; } .big-number { font-size: 55vw; line-height: 1; } .number-label { margin-top: .5rem; } .daily-copy h2 { font-size: 3rem; } .daily-copy > p:not(.number-label) { max-width: 100%; }
  .daily-preview { padding-top: 2.5rem; padding-inline: .5rem; } .daily-paper { transform: rotate(2deg); } .daily-paper h3 { font-size: 1.75rem; }
  .daily-facts { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2rem; padding-top: 1.5rem; } .daily-facts p { padding-left: 2rem; position: relative; } .daily-facts p > span { position: absolute; left: 0; top: .1rem; }
  .questions { grid-template-columns: 1fr; gap: 2rem; padding-block: 4rem; } .questions h2 { font-size: 3.5rem; } .questions > div > p:last-child br { display: none; } .question-list summary { font-size: 1rem; } .question-list details p { padding-right: .25rem; }
  .closing { padding-block: 3rem 5rem; } .closing .eyebrow { font-size: .75rem; } .closing h2 { font-size: 11vw; } .back-top { bottom: 1rem; width: 2.75rem; height: 2.75rem; }
  .site-footer { padding-top: 1.5rem; } .footer-wordmark { font-size: 16.3vw; } .footer-bottom { flex-wrap: wrap; font-size: .75rem; padding-top: 1.5rem; } .footer-bottom nav { gap: 1rem; }
  .experience-dialog { padding-inline: .75rem; } .dialog-hint { display: none; } .dialog-top, .dialog-bottom { gap: .5rem; font-size: .75rem; } .dialog-demo { font-size: .75rem; } .dialog-bottom > div { gap: .25rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; }
  .immersion-chapter { height: auto; min-height: 0; } .immersion-sticky { position: relative; height: 46rem; } .cinema-frame { width: 90%; height: 60%; margin-top: 10rem; } .cinema-image img { transform: none; }
}
@media (prefers-reduced-transparency: reduce) {
  .save-community, .save-caption, .cinema-invite { background: #29221c; backdrop-filter: none; }
}
/* Real public examples carry their archived score and a link to the source. */
.post-score { color: var(--ember); font-variant-numeric: tabular-nums; white-space: nowrap; }
.save-card .card-title { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.save-community > span:last-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.shuffle-button[aria-disabled=true] { cursor: progress; }
.dialog-bottom .dialog-source { color: var(--quiet); font-size: .75rem; }
.dialog-bottom .dialog-source:hover { color: var(--ember); }
.dialog-bottom .dialog-source[hidden] { display: none; }
@media (max-width: 700px) {
  .dialog-top .dialog-demo { display: none; }
  .dialog-bottom { flex-wrap: wrap; }
  .dialog-bottom .dialog-source { margin-left: auto; }
  .dialog-bottom > a:last-child { width: 100%; text-align: center; font-size: .75rem; padding: .25rem 0 .5rem; }
}
