:root {
  --paper: #f1efe8;
  --paper-2: #e7e3d9;
  --ink: #1c1d1a;
  --muted: #686b65;
  --line: #bdb9ae;
  --blue: #243fce;
  --blue-soft: #dfe5ff;
  --acid: #d9ed76;
  --orange: #ff7958;
  --clay: #efd1c6;
  --green: #31594b;
  --night: #242a47;
  --white: #fffdf8;
  --sans: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", serif;
  --max: 1160px;
}

* { 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); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { max-width: 100%; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: 12px; padding: 10px 14px; color: white; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 90; top: 0; display: flex; align-items: center; justify-content: space-between; height: calc(70px + env(safe-area-inset-top)); padding: env(safe-area-inset-top) 18px 0; border-bottom: 1px solid rgba(28,29,26,.16); background: rgba(241,239,232,.9); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { position: relative; display: block; width: 32px; height: 32px; border: 1.5px solid var(--ink); border-radius: 50%; }
.brand-mark::before, .brand-mark::after { position: absolute; border: 1px solid var(--ink); border-radius: 50%; content: ""; }
.brand-mark::before { inset: 6px; }.brand-mark::after { inset: 11px; background: var(--orange); border-color: var(--orange); }
.brand b { display: block; font-size: 15px; letter-spacing: .17em; }
.brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 8px; letter-spacing: .06em; }
.menu-button { display: grid; grid-template-columns: 22px 30px; grid-template-rows: repeat(3, 5px); align-items: center; width: 66px; padding: 9px 0; border: 0; background: transparent; }
.menu-button span { grid-column: 1; display: block; width: 20px; border-top: 1px solid var(--ink); transition: .25s ease; }
.menu-button i { grid-column: 2; grid-row: 1 / 4; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .08em; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.site-nav { position: fixed; z-index: 89; inset: calc(70px + env(safe-area-inset-top)) 0 0; display: flex; flex-direction: column; padding: 30px 22px calc(30px + env(safe-area-inset-bottom)); background: var(--ink); visibility: hidden; opacity: 0; transform: translateY(-10px); transition: .25s ease; }
.site-nav.is-open { visibility: visible; opacity: 1; transform: none; }
.site-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 72px; border-bottom: 1px solid #41423d; color: white; font-family: var(--serif); font-size: 24px; text-decoration: none; }
.site-nav a::after { color: var(--acid); font-family: var(--sans); font-size: 14px; content: "↗"; }
.site-nav a[aria-current="page"] { color: var(--acid); }

main { overflow: hidden; }
.eyebrow, .section-index { margin: 0; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.hero { position: relative; min-height: calc(100svh - 70px); padding: 48px 20px 28px; overflow: hidden; }
.hero h1 { position: relative; z-index: 2; max-width: 760px; margin: 26px 0 20px; font-family: var(--serif); font-size: clamp(43px, 13vw, 92px); font-weight: 500; line-height: 1.18; letter-spacing: -.075em; }
.hero h1 em { position: relative; font-style: normal; }
.hero h1 em::after { position: absolute; z-index: -1; left: -4px; right: -6px; bottom: 3px; height: .22em; background: var(--acid); content: ""; transform: rotate(-1deg); }
.hero-lead { position: relative; z-index: 2; max-width: 580px; margin: 0; color: #4f524c; font-size: 14px; line-height: 2; }
.hero-orbit { position: absolute; right: -128px; top: 78px; width: 290px; height: 290px; border: 1px solid var(--ink); border-radius: 50%; animation: float 12s ease-in-out infinite; }
.hero-orbit i { position: absolute; inset: 36px; border: 1px solid var(--ink); border-radius: 50%; }
.hero-orbit i:nth-child(2) { inset: 79px; border-color: var(--blue); }
.hero-orbit i:nth-child(3) { inset: 118px; background: var(--orange); border: 0; }
.hero-orbit b { position: absolute; left: 50%; top: 50%; color: white; font-family: var(--serif); font-size: 18px; font-weight: 500; transform: translate(-50%,-50%); }
@keyframes float { 0%,100% { transform: rotate(-4deg) translateY(0); } 50% { transform: rotate(5deg) translateY(14px); } }
.primary-link { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 410px; min-height: 75px; margin-top: 34px; padding: 14px 17px; border-radius: 3px 22px 22px 22px; color: white; background: var(--blue); text-decoration: none; box-shadow: 0 13px 30px rgba(36,63,206,.18); }
.primary-link span { display: flex; flex-direction: column; gap: 5px; }.primary-link small { color: rgba(255,255,255,.58); font-size: 7px; font-weight: 800; letter-spacing: .13em; }.primary-link b { font-size: 13px; }.primary-link i { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--ink); background: var(--acid); font-size: 16px; font-style: normal; }
.hero-foot { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 42px; padding-top: 14px; border-top: 1px solid var(--line); color: #878981; font-size: 7px; font-weight: 800; letter-spacing: .11em; }

.manifesto { padding: 48px 20px 54px; color: white; background: var(--ink); }
.manifesto .section-index { color: #7d7f77; }
.manifesto > div { margin-top: 34px; }
.manifesto h2 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(32px, 9vw, 58px); font-weight: 500; line-height: 1.35; letter-spacing: -.045em; }
.manifesto h2 strong { color: var(--acid); font-weight: inherit; }
.manifesto p:last-child { margin: 0; color: #b1b2ad; font-size: 14px; line-height: 2; }

.start-section, .map-section, .stories-section { padding: 62px 20px; }
.section-title { display: grid; gap: 20px; margin-bottom: 32px; }
.section-title h2 { margin: 10px 0 0; font-family: var(--serif); font-size: clamp(32px, 9vw, 56px); font-weight: 500; line-height: 1.3; letter-spacing: -.05em; }
.section-title > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.reading-route { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; counter-reset: route; }
.reading-route li { border-bottom: 1px solid var(--line); }
.reading-route a { position: relative; display: grid; grid-template-columns: 62px 1fr; gap: 4px 12px; min-height: 112px; padding: 19px 34px 19px 0; text-decoration: none; }
.reading-route a::after { position: absolute; right: 2px; top: 50%; font-size: 16px; content: "→"; transform: translateY(-50%); }
.reading-route span { grid-row: 1 / 3; color: var(--blue); font-family: serif; font-size: 11px; }
.reading-route b { font-family: var(--serif); font-size: 17px; font-weight: 500; line-height: 1.5; }
.reading-route small { color: var(--muted); font-size: 8px; letter-spacing: .06em; }

.map-section { background: var(--paper-2); }
.mind-map { display: grid; gap: 10px; }
.mind-map article { min-height: 230px; padding: 22px; border-radius: 3px 30px 3px 30px; background: var(--white); }
.mind-map article:nth-child(2) { background: var(--blue); color: white; }
.mind-map article:nth-child(3) { background: var(--clay); }
.mind-map article:nth-child(4) { background: var(--night); color: white; }
.mind-map span { display: block; margin-bottom: 45px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .14em; }.mind-map article:nth-child(2) span, .mind-map article:nth-child(4) span { color: rgba(255,255,255,.55); }
.mind-map b { display: block; font-family: var(--serif); font-size: 26px; font-weight: 500; }.mind-map p { min-height: 48px; margin: 10px 0 20px; font-size: 11px; line-height: 1.75; opacity: .72; }.mind-map a { display: block; padding-top: 13px; border-top: 1px solid currentColor; font-size: 9px; font-weight: 800; text-decoration: none; }

.section-title--row > a { align-self: end; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 10px; text-decoration: none; }
.story-grid { display: grid; gap: 12px; }
.story-card { min-height: 330px; overflow: hidden; border-radius: 3px 34px 3px 34px; background: var(--white); }
.story-card--night { color: white; background: var(--night); }.story-card--clay { background: var(--clay); }.story-card--green { color: white; background: var(--green); }
.story-card > a { position: relative; display: flex; flex-direction: column; min-height: 330px; padding: 20px; text-decoration: none; }
.story-card > a::before, .story-card > a::after { position: absolute; right: -74px; bottom: -68px; width: 220px; height: 220px; border: 1px solid currentColor; border-radius: 50%; opacity: .16; content: ""; transition: transform .4s ease; }.story-card > a::after { right: -25px; bottom: -117px; }.story-card > a:hover::before { transform: translate(-12px,-8px); }
.story-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .09em; }.story-card--night .story-meta, .story-card--green .story-meta { color: rgba(255,255,255,.55); }
.story-card h3 { position: relative; z-index: 2; margin: 66px 0 13px; font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.45; letter-spacing: -.035em; }
.story-card p { position: relative; z-index: 2; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.8; }.story-card--night p, .story-card--green p { color: rgba(255,255,255,.67); }
.story-link { position: relative; z-index: 2; display: flex; justify-content: space-between; margin-top: auto; padding-top: 13px; border-top: 1px solid currentColor; font-size: 9px; font-weight: 800; }.story-link i { font-style: normal; }

.experiment-section { display: grid; gap: 36px; padding: 60px 20px; color: white; background: var(--blue); }
.experiment-section .section-index { color: rgba(255,255,255,.52); }
.experiment-section h2 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(33px, 10vw, 64px); font-weight: 500; line-height: 1.3; }.experiment-section h2 em { color: var(--acid); font-style: normal; }
.experiment-section > div > p { color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.9; }
.experiment-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }.experiment-chips span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 30px; font-size: 9px; }

.future-section { padding: 66px 20px; background: var(--clay); }
.future-section h2 { margin: 17px 0; font-family: var(--serif); font-size: clamp(33px, 9vw, 58px); font-weight: 500; line-height: 1.35; }.future-section > p:not(.eyebrow) { max-width: 640px; color: #685b58; font-size: 13px; line-height: 1.9; }.future-section > span { display: inline-block; margin-top: 24px; padding: 8px 14px; border-radius: 20px; color: white; background: var(--ink); font-size: 9px; }

.site-footer { display: grid; gap: 28px; padding: 50px 20px calc(30px + env(safe-area-inset-bottom)); color: white; background: var(--ink); }
.footer-brand { font-size: 22px; font-weight: 900; letter-spacing: .2em; text-decoration: none; }.site-footer > div p { margin: 7px 0 0; color: var(--acid); font-family: var(--serif); font-size: 17px; }.footer-note { max-width: 690px; margin: 0; color: #8f918a; font-size: 10px; line-height: 1.9; }.site-footer nav { display: flex; flex-wrap: wrap; gap: 13px 22px; }.site-footer nav a { color: #c2c3bd; font-size: 9px; text-decoration: none; }.site-footer > small { padding-top: 17px; border-top: 1px solid #3f403c; color: #74766f; font-size: 7px; letter-spacing: .1em; }

/* Archive */
.archive-hero { padding: 58px 20px 48px; border-bottom: 1px solid var(--ink); }
.archive-hero h1 { max-width: 780px; margin: 18px 0; font-family: var(--serif); font-size: clamp(43px, 12vw, 84px); font-weight: 500; line-height: 1.2; letter-spacing: -.065em; }.archive-hero > p:last-child { max-width: 570px; margin: 0; color: var(--muted); font-size: 14px; line-height: 2; }
.archive { padding: 24px 20px 70px; }.filters { display: flex; gap: 7px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }.filters::-webkit-scrollbar { display: none; }.filters button { flex: 0 0 auto; min-height: 40px; padding: 8px 16px; border: 1px solid var(--line); border-radius: 30px; background: transparent; font-size: 10px; }.filters button.is-active { color: white; background: var(--ink); border-color: var(--ink); }.result-count { margin: 22px 0 15px; color: var(--muted); font-size: 8px; letter-spacing: .12em; }.result-count span { color: var(--ink); font-size: 21px; }.story-card[hidden] { display: none; }

/* Article */
.article-hero { position: relative; min-height: 610px; padding: 28px 20px 50px; overflow: hidden; color: white; background: var(--blue); }
.back-link { display: inline-block; margin-bottom: 50px; color: rgba(255,255,255,.68); font-size: 9px; text-decoration: none; }.article-path { position: relative; z-index: 2; display: flex; gap: 8px; flex-wrap: wrap; }.article-path span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.3); border-radius: 20px; font-size: 7px; letter-spacing: .08em; }
.article-hero h1 { position: relative; z-index: 2; max-width: 900px; margin: 34px 0 23px; font-family: var(--serif); font-size: clamp(43px, 12vw, 84px); font-weight: 500; line-height: 1.22; letter-spacing: -.06em; }.article-hero > p { position: relative; z-index: 2; max-width: 570px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 2; }
.article-symbol { position: absolute; right: -90px; bottom: -110px; width: 310px; height: 310px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }.article-symbol i { position: absolute; inset: 52px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }.article-symbol i:nth-child(2) { inset: 104px; background: var(--orange); border: 0; }.article-symbol b { position: absolute; left: 50%; top: 50%; font-family: serif; font-size: 14px; transform: translate(-50%,-50%); }
.article-layout { max-width: var(--max); margin: 0 auto; padding: 48px 20px 72px; }.article-toc { display: none; }.article-content { max-width: 700px; margin: 0 auto; }.article-intro { margin: 0 0 58px; padding-bottom: 38px; border-bottom: 1px solid var(--ink); font-family: var(--serif); font-size: clamp(21px, 5.8vw, 28px); line-height: 1.9; letter-spacing: -.02em; }
.article-section { scroll-margin-top: 95px; margin: 0 0 58px; }.article-section-number { margin: 0 0 10px !important; color: var(--blue) !important; font-family: serif; font-size: 27px !important; }.article-section h2 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(25px, 7vw, 36px); font-weight: 500; line-height: 1.5; letter-spacing: -.035em; }.article-section p { margin: 0 0 18px; color: #454843; font-size: 15px; line-height: 2.15; }
.field-test { margin: 70px 0; padding: 28px 22px; border-radius: 3px 30px 3px 30px; background: var(--acid); }.field-test > p { margin: 0; font-size: 8px; font-weight: 800; letter-spacing: .14em; }.field-test h2 { margin: 11px 0 20px; font-family: var(--serif); font-size: 27px; font-weight: 500; line-height: 1.45; }.field-test > div { display: grid; grid-template-columns: 43px 1fr; gap: 14px; align-items: start; }.field-test > div span { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--serif); }.field-test > div p { margin: 0; font-size: 13px; line-height: 1.9; }
.term-card { margin: 70px 0; padding: 26px 22px; color: white; background: var(--night); }.term-card > p { margin: 0 0 22px; color: rgba(255,255,255,.48); font-size: 8px; font-weight: 800; letter-spacing: .14em; }.term-card ruby { display: block; margin-bottom: 18px; font-family: var(--serif); font-size: 28px; }.term-card rt { font-family: var(--sans); font-size: 7px; letter-spacing: .08em; }.term-card > span { display: block; color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.9; }
.sources { margin-top: 74px; padding-top: 28px; border-top: 1px solid var(--ink); }.sources h2 { margin: 0 0 16px; font-size: 15px; }.sources > p { color: var(--muted); font-size: 11px; line-height: 1.9; }.sources .book-note { padding: 12px; background: var(--paper-2); }.sources ul { margin: 22px 0 0; padding: 0; list-style: none; }.sources li { border-top: 1px solid var(--line); }.sources a { display: flex; justify-content: space-between; padding: 14px 0; color: var(--blue); font-size: 10px; text-decoration: none; }
.next-story { padding: 42px 20px 55px; color: white; background: var(--ink); }.next-story p { color: #777973; font-size: 8px; letter-spacing: .14em; }.next-story a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 24px; border-top: 1px solid #555650; text-decoration: none; }.next-story span { max-width: 720px; font-family: var(--serif); font-size: clamp(26px, 8vw, 48px); line-height: 1.4; }.next-story i { display: grid; place-items: center; flex: 0 0 auto; width: 52px; height: 52px; border-radius: 50%; color: var(--ink); background: var(--acid); font-style: normal; }

/* Glossary */
.glossary-hero { background: var(--acid); }.glossary-list { max-width: 960px; margin: 0 auto; padding: 34px 20px 75px; }.glossary-item { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 28px 0; border-bottom: 1px solid var(--line); }.glossary-item > span { color: var(--blue); font-family: serif; font-size: 20px; }.glossary-item div > p:first-child { margin: 0; color: var(--muted); font-size: 8px; letter-spacing: .08em; }.glossary-item h2 { margin: 7px 0 12px; font-family: var(--serif); font-size: 24px; font-weight: 500; }.glossary-item div > p:not(:first-child) { margin: 0 0 14px; color: #4e514b; font-size: 13px; line-height: 1.9; }.glossary-item a { color: var(--blue); font-size: 9px; font-weight: 800; text-decoration: none; }

/* About */
.about-hero { color: white; background: var(--night); }.about-hero .eyebrow, .about-hero > p:last-child { color: rgba(255,255,255,.63); }.about-grid { display: grid; gap: 10px; padding: 38px 20px; }.about-grid article { min-height: 265px; padding: 23px; border: 1px solid var(--line); border-radius: 3px 28px 3px 28px; }.about-grid article:nth-child(2) { background: var(--blue-soft); }.about-grid article:nth-child(3) { background: var(--clay); }.about-grid article:nth-child(4) { color: white; background: var(--green); }.about-grid span { color: var(--blue); font-family: serif; font-size: 24px; }.about-grid article:nth-child(4) span { color: var(--acid); }.about-grid h2 { margin: 42px 0 12px; font-family: var(--serif); font-size: 24px; font-weight: 500; }.about-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }.about-grid article:nth-child(4) p { color: rgba(255,255,255,.7); }.source-page { max-width: 820px; margin: 0 auto; padding: 40px 20px 75px; }.source-page h2 { margin: 13px 0 23px; font-family: var(--serif); font-size: 35px; font-weight: 500; }.source-page ul { margin: 0 0 30px; padding: 0; list-style: none; border-top: 1px solid var(--ink); }.source-page li { border-bottom: 1px solid var(--line); }.source-page a { display: block; padding: 15px 0; color: var(--blue); font-size: 11px; text-decoration: none; }.source-page > p:not(.eyebrow) { color: var(--muted); font-size: 12px; line-height: 1.9; }
.not-found { min-height: 70vh; padding: 80px 20px; }.not-found > p { color: var(--muted); font-size: 9px; letter-spacing: .14em; }.not-found h1 { margin: 24px 0; font-family: var(--serif); font-size: clamp(36px, 10vw, 62px); font-weight: 500; line-height: 1.4; }

@media (min-width: 700px) {
  .site-header { height: 82px; padding-left: 30px; padding-right: 30px; }
  .menu-button { display: none; }
  .site-nav { position: static; display: flex; flex-direction: row; gap: 30px; padding: 0; background: transparent; visibility: visible; opacity: 1; transform: none; }
  .site-nav a { min-height: auto; border: 0; color: var(--muted); font-family: var(--sans); font-size: 10px; }
  .site-nav a::after { display: none; }.site-nav a[aria-current="page"] { color: var(--ink); box-shadow: 0 8px 0 -6px var(--orange); }
  .hero { min-height: 760px; padding: 78px max(5vw, 30px) 36px; }.hero-orbit { right: 4vw; top: 96px; width: min(42vw, 500px); height: min(42vw, 500px); }.hero-lead { font-size: 15px; }.hero-foot { position: absolute; left: max(5vw,30px); right: max(5vw,30px); bottom: 35px; }
  .manifesto { display: grid; grid-template-columns: 180px 1fr; gap: 50px; padding: 90px max(6vw,40px); }.manifesto > div { margin: 0; max-width: 850px; }
  .start-section, .map-section, .stories-section { padding: 95px max(5vw, 34px); }.section-title { grid-template-columns: minmax(0,1.3fr) minmax(260px,.7fr); align-items: end; margin-bottom: 48px; }.section-title--row { grid-template-columns: 1fr auto; }.reading-route a { grid-template-columns: 90px 1fr 150px; align-items: center; min-height: 100px; }.reading-route span { grid-row: auto; }.reading-route small { text-align: right; }
  .mind-map { grid-template-columns: 1fr 1fr; }.story-grid { grid-template-columns: 1fr 1fr; }.experiment-section { grid-template-columns: 180px 1fr; padding: 90px max(6vw,40px); }.future-section { padding: 95px max(6vw,40px); }.site-footer { grid-template-columns: 1fr 2fr; padding: 65px max(5vw,34px); }.site-footer nav, .site-footer > small { grid-column: 1 / -1; }
  .archive-hero { padding: 90px max(6vw,40px) 70px; }.archive { padding: 32px max(5vw,34px) 100px; }.story-grid--archive { grid-template-columns: repeat(2, 1fr); }
  .article-hero { min-height: 650px; padding: 46px max(6vw,40px) 70px; }.article-layout { display: grid; grid-template-columns: 210px 1fr; gap: 70px; padding-top: 75px; }.article-toc { position: sticky; top: 115px; display: block; align-self: start; }.article-toc > p { margin: 0 0 18px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .13em; }.article-toc a { display: grid; grid-template-columns: 27px 1fr; gap: 8px; padding: 12px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; line-height: 1.5; text-decoration: none; }.article-toc a span { color: var(--blue); font-family: serif; }.article-content { margin: 0; }.next-story { padding: 60px max(7vw,50px); }
  .glossary-list { padding-top: 55px; }.glossary-item { grid-template-columns: 80px 1fr; padding: 40px 0; }.glossary-item h2 { font-size: 30px; }.about-grid { grid-template-columns: 1fr 1fr; padding: 55px max(5vw,34px); }
}

@media (min-width: 1040px) {
  .mind-map { grid-template-columns: repeat(4, 1fr); }.story-grid { grid-template-columns: repeat(3, 1fr); }.story-grid--archive { grid-template-columns: repeat(3, 1fr); }.about-grid { grid-template-columns: repeat(4, 1fr); }.about-grid article { min-height: 340px; }.about-grid h2 { margin-top: 85px; }
}

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