:root {
  --paper: #f2f0e8;
  --paper-deep: #e9e5da;
  --white: #fffefa;
  --ink: #18201d;
  --ink-soft: #4d5651;
  --forest: #102a25;
  --forest-2: #173a32;
  --line: rgba(24, 32, 29, 0.16);
  --coral: #ef674d;
  --coral-soft: #f9c8b7;
  --lime: #c7ed72;
  --blue: #77a7ff;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(31, 42, 37, 0.1);
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--lime); color: var(--forest); }
.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; z-index: 200; top: 10px; left: 10px; padding: 9px 14px;
  color: var(--white); background: var(--forest); border-radius: 10px; transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; z-index: 100; top: 0; right: 0; left: 0;
  border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
  background: rgba(242, 240, 232, .9); border-color: var(--line);
  box-shadow: 0 10px 40px rgba(24, 32, 29, .06); backdrop-filter: blur(18px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark {
  position: relative; width: 39px; height: 39px; border-radius: 50%; background: var(--forest);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.15);
}
.brand-mark::before, .brand-mark::after, .brand-mark span {
  content: ""; position: absolute; border-radius: 50%; background: var(--lime);
}
.brand-mark::before { width: 8px; height: 8px; top: 9px; left: 9px; }
.brand-mark::after { width: 6px; height: 6px; right: 8px; bottom: 9px; background: var(--coral); }
.brand-mark span { width: 4px; height: 4px; right: 10px; top: 8px; background: var(--blue); }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 14px; letter-spacing: .015em; }
.brand-copy small { margin-top: 4px; color: var(--ink-soft); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { position: relative; color: #36403b; font-size: 13px; font-weight: 700; }
.desktop-nav a::after {
  content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px;
  background: var(--coral); transform: scaleX(0); transform-origin: right; transition: transform .2s ease;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-switch { display: inline-flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.4); }
.language-switch a { min-width: 38px; padding: 6px 9px; border-radius: 999px; color: var(--ink-soft); font-size: 11px; font-weight: 800; text-align: center; }
.language-switch a.active { color: var(--white); background: var(--forest); }
.menu-button { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.4); cursor: pointer; }
.menu-button i { display: block; width: 17px; height: 1.5px; margin: 5px auto; background: var(--ink); transition: transform .2s ease; }
.menu-button[aria-expanded="true"] i:first-of-type { transform: translateY(3.25px) rotate(45deg); }
.menu-button[aria-expanded="true"] i:last-of-type { transform: translateY(-3.25px) rotate(-45deg); }
.mobile-menu { position: absolute; top: 76px; right: 0; left: 0; padding: 18px 24px 26px; border-bottom: 1px solid var(--line); background: rgba(242,240,232,.98); box-shadow: var(--shadow); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 750; }

.hero { position: relative; min-height: 860px; padding: 148px 0 0; background: var(--paper); isolation: isolate; }
.hero::before {
  content: ""; position: absolute; z-index: -2; width: 520px; height: 520px; top: -140px; left: -190px;
  border-radius: 50%; background: rgba(199, 237, 114, .28); filter: blur(2px);
}
.hero::after {
  content: ""; position: absolute; z-index: -2; width: 420px; height: 420px; right: -180px; bottom: 40px;
  border-radius: 50%; background: rgba(119, 167, 255, .2); filter: blur(1px);
}
.hero-noise {
  position: absolute; z-index: -1; inset: 0; opacity: .38; pointer-events: none;
  background-image: radial-gradient(rgba(24,32,29,.18) .7px, transparent .7px);
  background-size: 16px 16px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); align-items: center; gap: 66px; }
.eyebrow, .section-kicker, .mini-label, .lane-type {
  margin: 0; font-size: 10px; font-weight: 850; letter-spacing: .19em; text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; color: #43504a; }
.eyebrow span { width: 34px; height: 1px; background: var(--coral); }
.hero h1 {
  max-width: 760px; margin: 27px 0 0; font-size: clamp(45px, 5.3vw, 79px); line-height: 1.04;
  font-weight: 760; letter-spacing: -.055em;
}
.hero h1 em { color: var(--coral); font-family: Georgia, "Times New Roman", "Songti SC", serif; font-weight: 500; }
.hero-lead { max-width: 700px; margin: 30px 0 0; color: #39443f; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 51px; padding: 0 21px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--forest); border-color: var(--forest); box-shadow: 0 12px 25px rgba(16,42,37,.15); }
.button-primary:hover { box-shadow: 0 18px 36px rgba(16,42,37,.22); }
.button-quiet { background: rgba(255,255,255,.45); }
.wedge-note { max-width: 660px; margin: 31px 0 0; padding-left: 18px; border-left: 3px solid var(--lime); color: var(--ink-soft); font-size: 13px; line-height: 1.75; }
.wedge-note strong { color: var(--ink); }

.research-orbit {
  position: relative; min-height: 590px; overflow: hidden; border-radius: 42px; color: var(--white); background:
    radial-gradient(circle at 20% 20%, rgba(119,167,255,.16), transparent 32%),
    radial-gradient(circle at 75% 75%, rgba(199,237,114,.13), transparent 35%), var(--forest);
  box-shadow: 0 34px 80px rgba(16,42,37,.25);
}
.research-orbit::before {
  content: ""; position: absolute; inset: 0; opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: 42px 42px;
}
.orbit-rings span { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-rings span:nth-child(1) { width: 250px; height: 250px; }
.orbit-rings span:nth-child(2) { width: 410px; height: 410px; }
.orbit-rings span:nth-child(3) { width: 610px; height: 610px; }
.orbit-core {
  position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 205px; height: 205px; place-content: center;
  padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; text-align: center;
  background: rgba(255,255,255,.08); box-shadow: inset 0 0 50px rgba(255,255,255,.04), 0 0 0 11px rgba(199,237,114,.035); backdrop-filter: blur(10px); transform: translate(-50%,-50%);
}
.orbit-core small { color: var(--lime); font-size: 9px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.orbit-core strong { margin-top: 10px; font-family: Georgia, "Times New Roman", serif; font-size: 29px; line-height: 1; font-weight: 500; }
.orbit-core span { margin-top: 12px; color: rgba(255,255,255,.58); font-size: 10px; }
.orbit-node { position: absolute; z-index: 3; display: grid; min-width: 145px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.07); box-shadow: 0 12px 34px rgba(0,0,0,.13); backdrop-filter: blur(12px); }
.orbit-node::before { content: ""; position: absolute; width: 8px; height: 8px; top: -4px; right: 22px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(239,103,77,.13); }
.orbit-node small { color: rgba(255,255,255,.4); font-size: 9px; font-weight: 800; }
.orbit-node strong { margin-top: 3px; font-size: 13px; }
.orbit-node span { color: rgba(255,255,255,.55); font-size: 10px; }
.node-world { top: 13%; left: 9%; }
.node-unit { top: 21%; right: 6%; }
.node-agent { right: 11%; bottom: 16%; }
.node-unit::before { background: var(--lime); box-shadow: 0 0 0 5px rgba(199,237,114,.12); }
.node-agent::before { background: var(--blue); box-shadow: 0 0 0 5px rgba(119,167,255,.13); }
.orbit-caption { position: absolute; right: 28px; bottom: 26px; left: 28px; display: flex; align-items: center; gap: 15px; color: rgba(255,255,255,.45); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.orbit-caption i { height: 1px; flex: 1; background: rgba(255,255,255,.18); }
.hero-foot { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; border-top: 1px solid var(--line); }
.hero-foot span { padding: 22px 14px; color: var(--ink-soft); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
.hero-foot span + span { border-left: 1px solid var(--line); }

.section { padding: 126px 0; }
.section-intro { max-width: 850px; }
.section-kicker { color: #6e7973; }
.section-intro h2 { margin: 20px 0 0; font-size: clamp(35px, 4.5vw, 62px); line-height: 1.08; letter-spacing: -.045em; }
.section-intro > p:last-child { max-width: 760px; margin: 25px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.85; }
.section-intro.compact { max-width: 660px; }
.section-intro.compact h2 { font-size: clamp(34px, 4vw, 54px); }
.pressure-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 64px; }
.pressure-card { position: relative; min-height: 390px; overflow: hidden; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.pressure-card::after { content: ""; position: absolute; width: 165px; height: 165px; right: -63px; bottom: -65px; border-radius: 50%; background: var(--coral-soft); opacity: .75; }
.pressure-card.card-lime::after { background: var(--lime); }
.pressure-card.card-blue::after { background: var(--blue); opacity: .52; }
.card-index { position: absolute; top: 25px; right: 28px; font-family: Georgia, serif; font-size: 45px; color: rgba(24,32,29,.12); }
.mini-label { color: #727d77; }
.pressure-card h3 { max-width: 280px; margin: 95px 0 0; font-size: 29px; line-height: 1.16; letter-spacing: -.03em; }
.pressure-card > p:nth-of-type(2) { margin: 18px 0 0; color: var(--ink-soft); line-height: 1.8; }
.pressure-card a { position: absolute; z-index: 2; right: 32px; bottom: 28px; left: 32px; display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.pressure-card a span { font-size: 20px; transition: transform .2s ease; }
.pressure-card a:hover span { transform: translateX(4px); }

.map-section { color: var(--white); background: var(--forest); }
.section-intro.inverse .section-kicker { color: var(--lime); }
.section-intro.inverse > p:last-child { color: rgba(255,255,255,.6); }
.lane-stack { margin-top: 70px; border-top: 1px solid rgba(255,255,255,.14); }
.research-lane { display: grid; grid-template-columns: 80px minmax(260px, .9fr) minmax(360px, 1.1fr); gap: 30px; align-items: center; padding: 38px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.lane-number { align-self: start; color: var(--lime); font-family: Georgia, serif; font-size: 18px; }
.lane-type { color: rgba(255,255,255,.42); }
.lane-main h3 { margin: 8px 0 0; font-size: 28px; letter-spacing: -.025em; }
.lane-main > p:last-child { max-width: 560px; margin: 12px 0 0; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.8; }
.lane-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.lane-tags a, .lane-tags span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 750; }
.lane-tags a { color: var(--white); background: rgba(255,255,255,.07); transition: border-color .2s ease, background .2s ease; }
.lane-tags a:hover { border-color: var(--lime); background: rgba(199,237,114,.1); }
.lane-wedge .lane-number { color: var(--coral-soft); }
.lane-field .lane-number { color: var(--blue); }
.map-footnote { margin: 25px 0 0; color: rgba(255,255,255,.38); font-size: 11px; }

.work-section { background: var(--white); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 13px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 800; }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 60px; }
.work-card { display: flex; min-height: 430px; flex-direction: column; justify-content: space-between; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.work-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.work-featured { color: var(--white); background: var(--forest); }
.work-meta { display: flex; align-items: center; justify-content: space-between; color: #85908b; font-size: 11px; font-weight: 800; }
.work-featured .work-meta { color: rgba(255,255,255,.43); }
.status { padding: 6px 9px; border-radius: 999px; color: var(--forest); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.status-theory { background: var(--lime); }
.status-validation { background: var(--coral-soft); }
.status-bootstrap { background: #d8e5ff; }
.status-living { background: #dfd6ff; }
.work-card > div:nth-child(2) { margin: 70px 0 44px; }
.work-card h3 { margin: 10px 0 0; font-size: clamp(30px, 3.3vw, 44px); line-height: 1.07; letter-spacing: -.04em; }
.work-card > div:nth-child(2) > p:last-child { max-width: 560px; margin: 17px 0 0; color: var(--ink-soft); line-height: 1.8; }
.work-featured > div:nth-child(2) > p:last-child { color: rgba(255,255,255,.57); }
.work-featured .mini-label { color: rgba(255,255,255,.43); }
.work-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.work-featured .work-footer { border-color: rgba(255,255,255,.15); }
.work-footer b { font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.work-card:hover .work-footer b { transform: translate(3px,-3px); }

.method-section { background: var(--paper-deep); }
.method-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.method-grid .text-link { margin-top: 32px; }
.research-loop { position: relative; margin: 0; padding: 0; list-style: none; }
.research-loop::before { content: ""; position: absolute; top: 28px; bottom: 28px; left: 27px; width: 1px; background: var(--line); }
.research-loop li { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 0 0 34px; }
.research-loop li:last-child { padding-bottom: 0; }
.research-loop li > span { position: relative; z-index: 1; display: grid; width: 55px; height: 55px; place-content: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); font-family: Georgia, serif; font-size: 12px; }
.research-loop li:nth-child(2) > span { background: var(--coral-soft); }
.research-loop li:nth-child(3) > span { background: var(--lime); }
.research-loop li:nth-child(4) > span { background: #d8e5ff; }
.research-loop li:nth-child(5) > span { color: var(--white); background: var(--forest); }
.research-loop strong { display: block; margin-top: 4px; font-size: 19px; }
.research-loop p { margin: 5px 0 0; color: var(--ink-soft); font-size: 13px; }

.reading-section { background: var(--white); }
.reading-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: end; }
.reading-lead h2 { margin: 18px 0 0; font-size: clamp(36px, 4vw, 57px); line-height: 1.08; letter-spacing: -.045em; }
.reading-lead > p:nth-of-type(2) { margin: 24px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.8; }
.reading-lead .button { margin-top: 29px; }
.reading-list { border-top: 1px solid var(--line); }
.reading-list a { display: grid; grid-template-columns: 42px 1fr 28px; gap: 18px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); transition: padding .2s ease; }
.reading-list a:hover { padding-left: 9px; }
.reading-list > a > span { color: #7f8984; font-family: Georgia, serif; font-size: 12px; }
.reading-list strong, .reading-list small { display: block; }
.reading-list strong { font-size: 16px; }
.reading-list small { margin-top: 4px; color: var(--ink-soft); font-size: 11px; }
.reading-list b { font-size: 20px; font-weight: 400; }

.closing { padding: 110px 0; color: var(--white); background: var(--coral); }
.closing-inner { position: relative; }
.closing .section-kicker { color: rgba(24,32,29,.65); }
.closing h2 { max-width: 1000px; margin: 23px 0 0; font-size: clamp(43px, 6vw, 83px); line-height: .98; letter-spacing: -.055em; }
.closing h2 em { color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.closing-inner > p:nth-of-type(2) { max-width: 720px; margin: 31px 0 0; color: rgba(24,32,29,.74); font-size: 18px; }
.closing-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 45px; }
.closing-links a { display: inline-flex; align-items: center; gap: 17px; padding: 11px 16px; border: 1px solid rgba(24,32,29,.25); border-radius: 999px; font-size: 12px; font-weight: 800; transition: color .2s ease, background .2s ease; }
.closing-links a:hover { color: var(--white); background: var(--forest); }
.site-footer { padding: 28px 0; color: rgba(255,255,255,.55); background: var(--forest); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 10px; font-weight: 750; letter-spacing: .06em; }
.footer-inner a { color: var(--white); }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .desktop-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 135px; }
  .hero-copy { max-width: 840px; }
  .research-orbit { min-height: 570px; }
  .pressure-grid { grid-template-columns: 1fr; }
  .pressure-card { min-height: 330px; }
  .pressure-card h3 { margin-top: 70px; }
  .research-lane { grid-template-columns: 60px 1fr; }
  .lane-tags { grid-column: 2; justify-content: flex-start; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 36px, 720px); }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .brand-copy small { display: none; }
  .hero { min-height: auto; }
  .hero-foot { margin-top: 60px; }
  .section { padding: 92px 0; }
  .work-grid, .method-grid, .reading-grid { grid-template-columns: 1fr; }
  .method-grid, .reading-grid { gap: 60px; }
  .section-heading-row { align-items: flex-start; flex-direction: column; }
  .work-card { min-height: 390px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 28px); --radius: 23px; }
  .header-inner { min-height: 68px; }
  .brand { gap: 9px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-copy strong { font-size: 12px; }
  .language-switch a { min-width: 33px; padding: 5px 7px; font-size: 10px; }
  .menu-button { width: 36px; height: 36px; }
  .mobile-menu { top: 68px; }
  .hero { padding-top: 115px; }
  .hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero h1 br { display: none; }
  .hero-lead { margin-top: 24px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .wedge-note { margin-top: 26px; }
  .research-orbit { min-height: 445px; margin-top: 8px; border-radius: 28px; }
  .orbit-rings span:nth-child(1) { width: 185px; height: 185px; }
  .orbit-rings span:nth-child(2) { width: 305px; height: 305px; }
  .orbit-rings span:nth-child(3) { width: 435px; height: 435px; }
  .orbit-core { width: 150px; height: 150px; padding: 15px; }
  .orbit-core strong { font-size: 22px; }
  .orbit-node { min-width: 112px; padding: 10px 12px; border-radius: 14px; }
  .orbit-node strong { font-size: 10px; }
  .orbit-node span { font-size: 8px; }
  .node-world { top: 10%; left: 5%; }
  .node-unit { top: 19%; right: 3%; }
  .node-agent { right: 7%; bottom: 15%; }
  .orbit-caption { right: 18px; bottom: 17px; left: 18px; font-size: 7px; }
  .hero-foot { grid-template-columns: 1fr; }
  .hero-foot span { padding: 15px; }
  .hero-foot span + span { border-top: 1px solid var(--line); border-left: 0; }
  .section { padding: 76px 0; }
  .section-intro h2, .section-intro.compact h2 { font-size: 36px; }
  .section-intro > p:last-child { font-size: 16px; }
  .pressure-grid { margin-top: 42px; }
  .pressure-card { min-height: 360px; padding: 25px; }
  .pressure-card a { right: 25px; bottom: 23px; left: 25px; }
  .research-lane { grid-template-columns: 1fr; gap: 13px; padding: 30px 0; }
  .lane-tags { grid-column: auto; justify-content: flex-start; margin-top: 10px; }
  .lane-main h3 { font-size: 25px; }
  .work-grid { margin-top: 42px; }
  .work-card { min-height: 380px; padding: 25px; }
  .work-card > div:nth-child(2) { margin: 52px 0 35px; }
  .work-card h3 { font-size: 33px; }
  .method-grid, .reading-grid { gap: 48px; }
  .research-loop li { grid-template-columns: 48px 1fr; gap: 15px; }
  .research-loop li > span { width: 47px; height: 47px; }
  .research-loop::before { left: 23px; }
  .closing { padding: 78px 0; }
  .closing h2 { font-size: 44px; }
  .closing-inner > p:nth-of-type(2) { font-size: 16px; }
}

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