:root {
  --paper: #f3efe7;
  --paper-2: #e9e2d6;
  --ink: #171612;
  --ink-2: #24231e;
  --muted: #736f65;
  --line: rgba(23, 22, 18, .16);
  --orange: #e96f32;
  --orange-soft: #f6c6a9;
  --coffee: #80583d;
  --coffee-soft: #b88b6b;
  --gold: #b18a43;
  --white: #fffdf8;
  --shell: min(1180px, calc(100vw - 48px));
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.72; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; }
h1, h2, h3, blockquote p { text-wrap: balance; word-break: normal; }
::selection { color: var(--ink); background: var(--orange-soft); }
.shell { width: var(--shell); margin-inline: 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: 10px; left: 10px; z-index: 200; padding: 8px 12px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.reading-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 120; }
.reading-progress i { display: block; width: 0; height: 100%; background: var(--orange); }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; height: 78px; padding: 0 max(24px, calc((100vw - 1180px)/2)); color: var(--white); transition: background .35s, color .35s, height .35s, box-shadow .35s; }
.site-header.is-scrolled { height: 66px; color: var(--ink); background: rgba(243,239,231,.9); backdrop-filter: blur(18px); box-shadow: 0 1px 0 var(--line); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; letter-spacing: .07em; }
.brand img { width: 42px; height: 46px; object-fit: contain; }
.brand small { display: block; margin-top: -5px; font-size: 9px; font-weight: 600; letter-spacing: .12em; opacity: .62; }
nav { display: flex; align-items: center; gap: 20px; }
nav a { position: relative; text-decoration: none; font-size: 12px; letter-spacing: .07em; opacity: .8; }
nav a:not(.nav-pill)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s; }
nav a:hover::after, nav a.is-active::after { right: 0; }
.nav-pill { padding: 8px 16px; border: 1px solid currentColor; border-radius: 999px; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }

.hero { position: relative; min-height: 100svh; display: grid; place-content: center; justify-items: center; overflow: hidden; padding: 120px 24px 90px; text-align: center; color: var(--white); background: radial-gradient(circle at 50% 40%, #34302a 0, #1e1c18 42%, #11110e 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-glow { position: absolute; width: 540px; height: 540px; border: 1px solid rgba(233,111,50,.22); border-radius: 50%; box-shadow: 0 0 120px rgba(233,111,50,.1), inset 0 0 100px rgba(233,111,50,.05); }
.hero-mark, .hero h1, .hero p, .hero-stats, .scroll-cue { position: relative; z-index: 1; }
.hero-mark img { width: 116px; height: auto; filter: drop-shadow(0 12px 28px rgba(0,0,0,.35)); }
.eyebrow, .kicker { margin: 18px 0; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(54px, 8.6vw, 116px); line-height: .98; letter-spacing: -.05em; font-weight: 600; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-copy { margin: 28px 0 32px; color: rgba(255,253,248,.72); font-size: clamp(15px, 1.55vw, 19px); }
.hero-stats { display: flex; border-block: 1px solid rgba(255,255,255,.14); }
.hero-stats div { min-width: 136px; padding: 16px 24px 14px; }
.hero-stats div + div { border-left: 1px solid rgba(255,255,255,.14); }
.hero-stats strong { display: block; color: var(--orange-soft); font-family: Georgia, serif; font-size: 34px; line-height: 1; font-weight: 500; }
.hero-stats span { font-size: 11px; letter-spacing: .12em; opacity: .62; }
.scroll-cue { position: absolute; bottom: 28px; display: grid; gap: 8px; justify-items: center; text-decoration: none; font-size: 10px; letter-spacing: .18em; opacity: .64; }
.scroll-cue i { width: 1px; height: 28px; background: currentColor; animation: scrollCue 1.8s ease-in-out infinite; transform-origin: top; }
@keyframes scrollCue { 0%,100% { transform: scaleY(.35); opacity: .25; } 50% { transform: scaleY(1); opacity: 1; } }

.section-label { display: flex; align-items: center; gap: 12px; padding-top: 104px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.section-label::after { content: ""; width: 64px; height: 1px; background: currentColor; opacity: .55; }
.section-label span { color: var(--orange); font-family: Georgia, serif; font-size: 13px; }
.section-label.light { color: rgba(255,255,255,.5); }
.origin { padding-bottom: 130px; }
.origin-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(60px, 9vw, 120px); align-items: center; padding-top: 72px; }
.origin h2, .section-intro h2, .gathering h2, .books-heading h2, .insight h2, .people-story h2, .community h2 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 5.5vw, 72px); line-height: 1.08; font-weight: 600; letter-spacing: -.035em; }
.origin h2, .insight h2 { font-size: clamp(34px, 4vw, 52px); }
.origin h2 span, .insight h2 span { display: block; white-space: nowrap; }
.lead { margin: 28px 0 34px; color: var(--muted); font-size: 17px; }
.principles { border-top: 1px solid var(--line); }
.principles div { display: grid; grid-template-columns: 72px 1fr; padding: 14px 0; border-bottom: 1px solid var(--line); }
.principles b { color: var(--coffee); }
.principles span { color: var(--muted); font-size: 14px; }
.photo-stack { position: relative; margin: 0 0 50px; padding: 0 45px 64px 0; }
.photo-stack::before { content: ""; position: absolute; inset: 42px 0 24px 42px; border: 1px solid var(--gold); }
.photo-main { position: relative; width: 100%; aspect-ratio: 4/3; object-fit: cover; filter: saturate(.78) contrast(.98); }
.photo-float { position: absolute; right: 0; bottom: 0; width: 45%; aspect-ratio: 4/3; object-fit: cover; border: 8px solid var(--paper); }
.photo-stack figcaption, .wide-photo figcaption { position: absolute; left: 12px; bottom: 18px; writing-mode: vertical-rl; color: var(--muted); font-size: 10px; letter-spacing: .16em; }
.manifesto { display: flex; justify-content: center; gap: 28px; margin: 130px 0 0; text-align: center; }
.manifesto span { color: var(--orange); font-family: Georgia, serif; font-size: 92px; line-height: .8; }
.manifesto p { margin: 0; font-family: var(--serif); font-size: clamp(28px, 4vw, 52px); line-height: 1.35; }

.journey { color: var(--white); background: var(--ink); padding-bottom: 120px; }
.section-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; padding: 68px 0 70px; }
.section-intro .kicker, .section-intro h2 { grid-column: 1; }
.section-intro .kicker { margin-bottom: -34px; }
.section-intro > p:last-child { grid-column: 2; grid-row: 1 / span 2; align-self: end; color: rgba(255,255,255,.55); font-size: 15px; }
.year-list { border-top: 1px solid rgba(255,255,255,.16); }
.year-card { border-bottom: 1px solid rgba(255,255,255,.16); }
.year-toggle { width: 100%; display: grid; grid-template-columns: 1fr 1fr 100px 28px; gap: 20px; align-items: center; padding: 29px 0; color: inherit; border: 0; background: transparent; cursor: pointer; text-align: left; }
.year-toggle:disabled { cursor: wait; }
.year-no { font-family: Georgia, serif; font-size: clamp(32px, 4vw, 54px); }
.year-word { color: var(--orange-soft); font-family: var(--serif); font-size: clamp(30px, 4vw, 52px); }
.year-count { color: rgba(255,255,255,.48); font-size: 12px; letter-spacing: .14em; }
.year-toggle i { position: relative; width: 22px; height: 22px; }
.year-toggle i::before, .year-toggle i::after { content: ""; position: absolute; top: 50%; left: 4px; right: 4px; height: 1px; background: currentColor; transition: transform .25s; }
.year-toggle i::after { transform: rotate(90deg); }
.year-toggle[aria-expanded="true"] i::after, details[open] summary i::after { transform: rotate(0); }
.year-highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: -7px 0 25px; padding: 0 56px 0 25%; list-style: none; color: rgba(255,255,255,.5); }
.year-highlights li { display: grid; grid-template-columns: 42px 1fr; gap: 8px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.year-highlights time { color: var(--orange-soft); font-family: Georgia, serif; font-size: 11px; letter-spacing: .05em; }
.year-card.is-open .year-highlights { display: none; }
.year-panel { display: grid; grid-template-columns: .62fr 1.38fr; gap: 50px; align-items: start; overflow: hidden; padding: 7px 0 42px 12%; }
.year-panel[hidden] { display: none; }
.year-story p { margin: 0 0 18px; color: rgba(255,255,255,.7); }
.year-story em { color: var(--orange-soft); font-family: var(--serif); font-size: 18px; }
.year-events { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 26px; margin: 0; padding: 0; list-style: none; }
.year-events li { display: grid; grid-template-columns: 42px 1fr; gap: 9px; min-width: 0; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.year-events time { padding-top: 1px; color: var(--orange-soft); font-family: Georgia, serif; font-size: 10px; letter-spacing: .05em; }
.year-events li > span { min-width: 0; color: rgba(255,255,255,.8); font-size: 12px; line-height: 1.5; }
.year-events small { display: block; overflow: hidden; margin-top: 2px; color: rgba(255,255,255,.4); font-size: 10px; line-height: 1.5; text-overflow: ellipsis; white-space: nowrap; }

.gathering { padding-bottom: 125px; background: var(--paper-2); }
.gathering-head { display: grid; grid-template-columns: 1.08fr .62fr; gap: 10vw; align-items: end; padding: 70px 0 58px; }
.gathering-head > p { margin: 0 0 4px; color: var(--muted); font-size: 16px; }
.gathering-flow { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.gathering-flow article { min-height: 300px; padding: 30px 28px 34px; }
.gathering-flow article + article { border-left: 1px solid var(--line); }
.gathering-flow span { color: var(--orange); font-family: Georgia, serif; font-size: 12px; }
.gathering-flow b { display: block; margin: 5px 0 34px; color: var(--muted); font-size: 11px; letter-spacing: .16em; }
.gathering-flow h3 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(30px, 3.3vw, 46px); font-weight: 500; }
.gathering-flow p { margin: 0; color: var(--muted); font-size: 14px; }
.gathering-close { display: grid; grid-template-columns: 1.35fr .65fr; gap: 40px; align-items: end; margin: 72px 0 0; }
.gathering-close p { margin: 0; font-family: var(--serif); font-size: clamp(28px, 3.6vw, 46px); }
.gathering-close span { color: var(--orange); text-align: right; font-size: 14px; letter-spacing: .08em; }

.books-section { padding-bottom: 130px; }
.books-heading { display: grid; grid-template-columns: 1.1fr .62fr; gap: 10vw; align-items: end; padding: 70px 0 56px; }
.books-heading > p { margin: 0; color: var(--muted); }
.book-wall { margin: 0; }
.book-wall-frame { position: relative; padding: clamp(18px, 3vw, 36px); background: #090a09; box-shadow: 0 34px 80px rgba(23,22,18,.2); }
.book-wall img { width: 100%; }
.wall-index { position: absolute; right: clamp(28px, 5vw, 70px); top: clamp(28px, 5vw, 70px); color: var(--white); font-family: Georgia, serif; font-size: clamp(48px, 8vw, 96px); line-height: .6; text-align: right; text-shadow: 0 2px 18px rgba(0,0,0,.8); }
.wall-index small { color: var(--orange-soft); font-family: var(--sans); font-size: 10px; letter-spacing: .28em; }
.book-wall figcaption { display: flex; justify-content: space-between; padding-top: 14px; color: var(--muted); font-size: 10px; letter-spacing: .12em; }

.insight { padding-bottom: 130px; }
.insight-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(50px, 10vw, 130px); align-items: center; padding-top: 72px; }
.insight-copy > p:not(.kicker) { max-width: 580px; color: var(--muted); }
.wide-photo { position: relative; margin: 46px 0 0; padding-left: 28px; }
.wide-photo img { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: center bottom; filter: saturate(.8); }
.wide-photo figcaption { left: 0; bottom: 0; }
.bars { padding: 38px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(23,22,18,.07); }
.bars > div { display: grid; grid-template-columns: 98px 1fr 24px; gap: 14px; align-items: center; margin: 19px 0; }
.bars b { font-size: 12px; font-weight: 600; }
.bars i { height: 5px; overflow: hidden; background: var(--paper-2); }
.bars i span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--coffee), var(--coffee-soft)); transition: width 1.1s cubic-bezier(.2,.75,.3,1); }
.bars.in i span { width: var(--value); }
.bars em { color: var(--orange); font-family: Georgia, serif; font-style: normal; font-size: 16px; text-align: right; }
.bars small { display: block; margin-top: 30px; color: var(--muted); font-size: 10px; }

.people-story { padding-bottom: 112px; background: var(--white); }
.people-head { display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(52px, 8vw, 110px); align-items: end; padding: 58px 0 48px; }
.people-story h2 { font-size: clamp(42px, 4.7vw, 64px); line-height: 1.04; }
.people-head > p { position: relative; margin: 0 0 6px; padding: 18px 0 0 24px; color: var(--muted); border-top: 1px solid var(--line); font-size: 15px; }
.people-head > p::before { content: ""; position: absolute; top: -2px; left: 0; width: 58px; height: 3px; background: var(--orange); }
.people-layout { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(42px, 6vw, 78px); align-items: stretch; }
.people-photo { position: relative; margin: 0; padding: 0 0 28px 28px; }
.people-photo::before { content: ""; position: absolute; inset: 30px 28px 0 0; border: 1px solid var(--gold); }
.people-photo img { position: relative; width: 100%; height: 100%; min-height: 390px; object-fit: cover; object-position: center 58%; filter: saturate(.82); }
.people-photo figcaption { position: absolute; left: 0; bottom: 0; color: var(--muted); font-size: 10px; letter-spacing: .14em; }
.people-copy { display: flex; flex-direction: column; justify-content: center; padding: 22px 0; }
.people-copy > p { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.people-number { display: flex; align-items: end; gap: 16px; margin-bottom: 24px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.people-number strong { color: var(--orange); font-family: Georgia, serif; font-size: 58px; line-height: .8; font-weight: 500; }
.people-number sup { font-size: .4em; }
.people-number span { color: var(--muted); font-size: 12px; letter-spacing: .12em; }
.role-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.role-cloud span { padding: 5px 12px; color: var(--ink); border: 1px solid var(--line); border-radius: 999px; font-size: 11px; }
.people-close { position: relative; max-width: 980px; margin: 68px auto 0; padding: 44px 54px 0; border-top: 1px solid var(--line); font-family: var(--serif); font-size: clamp(25px, 2.8vw, 37px); line-height: 1.5; text-align: center; }
.people-close::before { content: "“"; position: absolute; top: 10px; left: 50%; color: var(--orange); font-family: Georgia, serif; font-size: 42px; line-height: 1; transform: translateX(-50%); }
.people-invite { margin: 30px 0 0; color: var(--muted); text-align: center; font-size: 14px; }
.people-invite b { color: var(--ink); font-weight: 600; }

.community { padding-bottom: 124px; color: var(--white); background: var(--ink-2); }
.community-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 100px); align-items: center; padding-top: 72px; }
.community-copy > p:not(.kicker) { color: rgba(255,255,255,.63); font-size: 15px; }
.community h2 { font-size: clamp(38px, 4.4vw, 58px); }
.community-copy > p:last-child { margin-top: 28px; color: var(--orange-soft); }
.community-photo { position: relative; margin: 0; padding: 0 28px 28px 0; }
.community-photo::after { content: ""; position: absolute; inset: 28px 0 0 28px; border: 1px solid rgba(246,198,169,.38); }
.community-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 16/10; object-fit: cover; filter: saturate(.78); }
.community-photo figcaption { position: absolute; right: 0; bottom: 0; color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .12em; }

.quote-field { padding-bottom: 110px; color: var(--ink); background: var(--paper); }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quote-grid blockquote { min-height: 270px; margin: 0; padding: 28px; }
.quote-grid blockquote + blockquote { border-left: 1px solid var(--line); }
.quote-grid span { color: var(--orange); font-family: Georgia, serif; font-size: 13px; }
.quote-grid p { margin: 54px 0 0; font-family: var(--serif); font-size: clamp(21px, 2.25vw, 29px); line-height: 1.55; }
.quote-note { margin: 15px 0 0; color: var(--muted); font-size: 10px; }

.future { position: relative; min-height: 94svh; display: grid; place-items: center; overflow: hidden; color: var(--white); text-align: center; background: #10100e; }
.future-orbit { position: absolute; width: min(68vw, 720px); aspect-ratio: 1; border: 1px solid rgba(233,111,50,.25); border-radius: 50%; box-shadow: 0 0 130px rgba(233,111,50,.08); }
.future-orbit::before, .future-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; }
.future-orbit::before { inset: 14%; }.future-orbit::after { inset: 32%; background: rgba(233,111,50,.04); }
.future-content { position: relative; z-index: 1; }
.future-content > p { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .28em; }
.future h2 { margin: 16px 0; font-family: var(--serif); font-size: clamp(100px, 18vw, 220px); font-weight: 500; line-height: .9; letter-spacing: .08em; }
.future blockquote { margin: 36px 0 26px; font-family: var(--serif); font-size: clamp(24px, 3vw, 38px); line-height: 1.45; }
.future span { color: rgba(255,255,255,.45); font-size: 12px; letter-spacing: .14em; }

footer { display: grid; justify-items: center; gap: 4px; padding: 82px 24px 70px; color: var(--white); text-align: center; background: var(--ink); }
footer .footer-logo { width: 86px; height: auto; }
footer p { margin: 16px 0 0; color: var(--orange-soft); font-family: var(--serif); font-size: 25px; letter-spacing: .1em; }
footer span { color: rgba(255,255,255,.55); font-size: 12px; }
footer small { margin-top: 18px; color: rgba(255,255,255,.3); font-size: 10px; letter-spacing: .08em; }
.qr-grid { display: grid; grid-template-columns: repeat(2, 210px); gap: 22px; margin: 42px 0 26px; }
.qr-grid figure { margin: 0; padding: 14px; color: var(--ink); background: var(--white); border-radius: 16px; }
.qr-grid figure > img { width: 182px; height: 182px; object-fit: contain; border-radius: 8px; }
.qr-grid figcaption { display: grid; gap: 1px; margin-top: 10px; }
.qr-grid b { font-size: 13px; }
.qr-grid figcaption small { margin: 0; color: var(--muted); letter-spacing: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 820px) {
  :root { --shell: min(100% - 34px, 660px); }
  .site-header { height: 66px; padding-inline: 17px; }
  .brand img { width: 35px; }
  .menu-button { display: grid; gap: 5px; }
  .menu-button span { display: block; width: 24px; height: 1px; background: currentColor; transition: .25s; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  nav { position: fixed; inset: 66px 0 auto; display: none; padding: 22px; background: rgba(243,239,231,.98); color: var(--ink); border-bottom: 1px solid var(--line); }
  nav.is-open { display: grid; }
  nav a { padding: 9px 0; }
  .hero-mark img { width: 98px; }
  .hero-glow { width: 92vw; height: 92vw; }
  .hero-stats div { min-width: 98px; padding: 15px 14px; }
  .hero-stats strong { font-size: 29px; }
  .desktop-only { display: none; }
  .origin-grid, .section-intro, .gathering-head, .books-heading, .insight-grid, .people-head, .people-layout, .community-grid { grid-template-columns: 1fr; }
  .section-intro .kicker, .section-intro h2, .section-intro > p:last-child { grid-column: 1; grid-row: auto; }
  .section-intro .kicker { margin-bottom: -20px; }
  .year-toggle { grid-template-columns: 1.3fr .8fr 58px 22px; gap: 10px; }
  .year-count { font-size: 9px; }
  .year-panel { grid-template-columns: 1fr; gap: 22px; padding: 5px 0 34px; }
  .year-highlights { grid-template-columns: 1fr; gap: 0; margin-top: -5px; padding: 0 0 24px; }
  .year-events { grid-template-columns: 1fr; }
  .gathering-head, .people-head { gap: 28px; }
  .gathering-flow { grid-template-columns: 1fr; }
  .gathering-flow article { min-height: 0; }
  .gathering-flow article + article { border-left: 0; border-top: 1px solid var(--line); }
  .gathering-close { grid-template-columns: 1fr; gap: 16px; }
  .gathering-close span { text-align: left; }
  .books-heading { gap: 30px; }
  .people-layout { gap: 42px; }
  .people-photo img { min-height: 0; aspect-ratio: 16/10; }
  .people-copy { padding: 0; }
  .people-close { padding-inline: 10px; }
  .community-grid { gap: 50px; }
  .quote-grid { grid-template-columns: 1fr; }
  .quote-grid blockquote { min-height: 210px; }
  .quote-grid blockquote + blockquote { border-left: 0; border-top: 1px solid var(--line); }
  .quote-grid p { margin-top: 36px; }
  .book-wall figcaption { gap: 20px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 50px; }
  .hero-copy { max-width: 330px; }
  .hero-stats { width: 100%; }
  .hero-stats div { flex: 1; min-width: 0; padding-inline: 8px; }
  .hero-stats strong { font-size: 26px; }
  .hero-stats span { font-size: 9px; letter-spacing: .05em; }
  .photo-stack { padding-right: 28px; }
  .manifesto { gap: 12px; }
  .manifesto span { font-size: 58px; }
  .bars { padding: 24px 18px; }
  .bars > div { grid-template-columns: 86px 1fr 20px; gap: 8px; }
  .book-wall-frame { padding: 10px; }
  .qr-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; max-width: 360px; gap: 10px; }
  .qr-grid figure { padding: 10px; }
  .qr-grid figure > img { width: 100%; height: auto; aspect-ratio: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
