:root {
  --ink: #10100f;
  --paper: #f5f1e8;
  --muted: #b8b5aa;
  --line: #34342f;
  --white: #fffdf7;
  --coral: #ff654f;
  --lime: #c8f046;
  --blue: #6ca8ff;
  --shadow: 0 20px 70px rgba(0, 0, 0, .22);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  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 80%);
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.skip { position: absolute; left: 16px; top: -80px; z-index: 20; padding: 10px 14px; background: var(--lime); color: var(--ink); }
.skip:focus { top: 12px; }
.reading-progress { position: fixed; z-index: 30; top: 0; right: 0; left: 0; height: 3px; pointer-events: none; background: transparent; }
.reading-progress span { display: block; width: 100%; height: 100%; background: var(--coral); transform: scaleX(0); transform-origin: left center; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(16, 16, 15, .88);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(16px);
}
.nav { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--paper); font-size: 15px; font-weight: 760; letter-spacing: .02em; text-decoration: none; white-space: nowrap; }
.brand img { width: 34px; height: 34px; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 20px; font-size: 13px; color: var(--muted); }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--lime); }
.nav-cta { color: var(--ink) !important; background: var(--lime); padding: 9px 13px; font-weight: 750; }

.hero { min-height: 680px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); align-items: center; gap: 70px; padding: 92px 0 84px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: var(--coral); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 2px; background: currentColor; content: ""; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 730px; margin-bottom: 24px; font-size: clamp(46px, 5.6vw, 76px); font-weight: 780; }
h2 { margin-bottom: 15px; font-size: clamp(30px, 4vw, 52px); font-weight: 740; }
h3 { margin-bottom: 12px; font-size: 22px; font-weight: 730; }
.lead { max-width: 650px; color: #d8d4c9; font-size: 19px; line-height: 1.55; }
.muted { color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 42px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 17px; border: 1px solid var(--line); color: var(--paper); font-size: 14px; font-weight: 740; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); border-color: var(--paper); }
.button.primary { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.button.secondary { background: transparent; }
.button.coral { border-color: var(--coral); background: var(--coral); color: var(--ink); }
.micro-proof { display: flex; flex-wrap: wrap; gap: 17px 28px; color: var(--muted); font-size: 12px; }
.micro-proof span::before { display: inline-block; width: 6px; height: 6px; margin: 0 8px 1px 0; background: var(--coral); border-radius: 50%; content: ""; }

.hero-stage { position: relative; min-height: 490px; border: 1px solid var(--line); background: #171715; overflow: hidden; box-shadow: var(--shadow); }
.hero-stage::after { position: absolute; inset: 0; pointer-events: none; content: ""; background: linear-gradient(135deg, transparent 0 48%, rgba(255,255,255,.05) 49% 50%, transparent 51%); }
.stage-header { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.status { color: var(--lime); }
.status::before { display: inline-block; width: 7px; height: 7px; margin: 0 8px 1px 0; background: currentColor; border-radius: 50%; box-shadow: 0 0 0 5px rgba(200,240,70,.1); content: ""; animation: pulse 2s ease-in-out infinite; }
.pipeline { position: relative; min-height: 390px; padding: 38px 28px; }
.pipeline::before { position: absolute; top: 80px; right: 16%; left: 16%; height: 1px; background: var(--line); content: ""; }
.pipeline-track { position: absolute; top: 79px; left: 16%; width: 33%; height: 2px; background: var(--coral); transform-origin: left; animation: drawline 3.5s ease-in-out infinite; }
.node { position: relative; z-index: 1; display: grid; width: 130px; min-height: 114px; align-content: center; gap: 9px; padding: 15px; border: 1px solid var(--line); background: #1e1e1a; }
.node strong { color: var(--paper); font-size: 14px; }
.node small { color: var(--muted); font-size: 11px; line-height: 1.35; }
.node-dot { width: 18px; height: 18px; border: 4px solid var(--ink); background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 1px var(--coral); }
.node.lime .node-dot { background: var(--lime); box-shadow: 0 0 0 1px var(--lime); }
.node.blue .node-dot { background: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.node-row { display: flex; align-items: stretch; justify-content: space-between; gap: 13px; }
.stage-caption { position: absolute; right: 28px; bottom: 28px; left: 28px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.stage-caption p { max-width: 230px; margin: 0; color: var(--muted); font-size: 12px; }
.stage-caption strong { color: var(--lime); font-size: 50px; line-height: 1; }
.scanline { position: absolute; top: 0; bottom: 0; left: 24%; width: 1px; background: var(--coral); opacity: .5; animation: scan 5s ease-in-out infinite; }

.band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-strip div { min-height: 118px; display: grid; align-content: center; gap: 5px; padding: 20px 24px; border-right: 1px solid #d4cfc3; }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { font-size: 27px; letter-spacing: -.04em; }
.proof-strip span { color: #68665e; font-size: 12px; }

.pathfinder-section { padding-top: 92px; }
.pathfinder { display: grid; grid-template-columns: .8fr 1.2fr; gap: 14px; }
.path-options { display: grid; gap: 8px; }
.path-option { display: grid; grid-template-columns: 42px 1fr; gap: 4px 14px; min-height: 98px; padding: 18px; border: 1px solid var(--line); background: #171715; color: var(--muted); font: inherit; text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.path-option:hover, .path-option:focus-visible { border-color: var(--paper); color: var(--paper); transform: translateX(3px); }
.path-option[aria-selected="true"] { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.path-number { grid-row: span 2; color: var(--coral); font-size: 12px; font-weight: 800; }
.path-option[aria-selected="true"] .path-number { color: var(--ink); }
.path-option strong { font-size: 16px; line-height: 1.25; }
.path-option small { color: inherit; font-size: 12px; line-height: 1.35; opacity: .78; }
.path-output { display: flex; min-height: 314px; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid var(--line); background: #10100f; box-shadow: var(--shadow); }
.path-output-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.path-output .kicker { margin-bottom: 0; }
.path-status { color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.path-output h3 { max-width: 590px; margin: 28px 0 14px; font-size: clamp(28px, 3.6vw, 46px); }
.path-output p { max-width: 620px; color: var(--muted); font-size: 16px; }
.path-footer { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.path-footer span { color: var(--muted); font-size: 12px; }
.path-links { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 18px; color: var(--muted); font-size: 13px; }
.path-links a { text-decoration: none; }
.path-links a:hover, .path-links a:focus-visible { color: var(--lime); }

.section { padding: 110px 0; }
.section.alt { background: #191917; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.section-head p { max-width: 500px; margin-bottom: 4px; color: var(--muted); }
.kicker { margin-bottom: 12px; color: var(--coral); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.grid.four { grid-template-columns: repeat(4, 1fr); }
.service-card { min-height: 285px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid var(--line); background: #171715; transition: transform .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: var(--coral); }
.service-card p { color: var(--muted); font-size: 15px; }
.service-card .index { margin-bottom: 38px; color: var(--coral); font-size: 12px; font-weight: 800; }
.service-card .text-link { color: var(--lime); font-size: 13px; font-weight: 760; text-decoration: none; }
.service-card .text-link::after { margin-left: 6px; content: "->"; }
.course-card { min-height: 430px; }
.course-card h3 { max-width: 420px; }
.module-list { margin: 20px 0 0; padding: 0; list-style: none; }
.module-list li { position: relative; margin: 8px 0; padding-left: 17px; color: var(--muted); font-size: 13px; }
.module-list li::before { position: absolute; top: .55em; left: 0; width: 6px; height: 6px; background: var(--lime); content: ""; }
.white-surface { background: var(--paper); color: var(--ink); }
.white-surface .muted, .white-surface .service-card p { color: #68665e; }
.white-surface .service-card { border-color: #d4cfc3; background: #fffdf7; }
.white-surface .service-card:hover { border-color: var(--ink); }

.demo-shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: stretch; }
.demo-tabs { display: grid; align-content: start; gap: 8px; }
.demo-tab { width: 100%; padding: 14px 15px; border: 1px solid var(--line); background: transparent; color: var(--muted); font: inherit; font-size: 14px; text-align: left; cursor: pointer; }
.demo-tab[aria-selected="true"] { border-color: var(--lime); background: var(--lime); color: var(--ink); font-weight: 760; }
.demo-result { min-height: 330px; padding: 31px; border: 1px solid var(--line); background: #10100f; }
.demo-result h3 { max-width: 500px; font-size: 34px; }
.demo-result p { color: var(--muted); }
.demo-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 30px; }
.demo-list div { padding: 15px; border-left: 2px solid var(--coral); background: #1c1c19; color: var(--paper); font-size: 13px; }
.demo-list span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; text-transform: uppercase; }

.signal-section { border-top: 1px solid var(--line); background: #121210; }
.library-toolbar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.library-filter { padding: 10px 13px; border: 1px solid var(--line); background: transparent; color: var(--muted); font: inherit; font-size: 12px; cursor: pointer; }
.library-filter:hover, .library-filter:focus-visible { border-color: var(--paper); color: var(--paper); }
.library-filter[aria-selected="true"] { border-color: var(--lime); background: var(--lime); color: var(--ink); font-weight: 760; }
.library-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.note-card { display: flex; min-height: 300px; flex-direction: column; padding: 22px; border: 1px solid var(--line); background: #191917; transition: border-color .2s ease, transform .2s ease; }
.note-card:hover { border-color: var(--coral); transform: translateY(-4px); }
.note-card.is-hidden { display: none; }
.note-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 42px; }
.note-kind { color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.note-time { color: var(--muted); font-size: 11px; }
.note-card h3 { font-size: 23px; }
.note-card p { margin-bottom: 25px; color: var(--muted); font-size: 14px; }
.note-card .text-link { margin-top: auto; color: var(--lime); font-size: 13px; font-weight: 760; text-decoration: none; }
.note-card .text-link::after { margin-left: 6px; content: "->"; }

.manifesto { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.manifesto blockquote { margin: 0; color: var(--paper); font-size: clamp(30px, 4vw, 54px); font-weight: 700; letter-spacing: -.04em; line-height: 1.08; }
.manifesto blockquote span { color: var(--coral); }
.manifesto-copy { color: var(--muted); font-size: 17px; }
.manifesto-copy strong { color: var(--paper); }
.list-check { display: grid; gap: 13px; padding: 0; margin: 28px 0 0; list-style: none; }
.list-check li { position: relative; padding-left: 25px; color: var(--muted); }
.list-check li::before { position: absolute; top: 9px; left: 0; width: 9px; height: 9px; background: var(--lime); content: ""; }

.work-card { display: grid; min-height: 250px; grid-template-columns: .6fr 1.4fr; gap: 20px; padding: 22px; border-top: 1px solid var(--line); }
.work-card:last-child { border-bottom: 1px solid var(--line); }
.work-label { color: var(--coral); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.work-card h3 { font-size: 28px; }
.work-card p { max-width: 570px; color: var(--muted); }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 19px; }
.tag { padding: 5px 8px; border: 1px solid var(--line); color: var(--muted); font-size: 11px; }

.book-row { display: grid; grid-template-columns: 150px 1fr 1fr; gap: 38px; align-items: center; }
.book-cover { aspect-ratio: 2 / 3; width: 150px; object-fit: cover; border: 1px solid var(--line); box-shadow: 12px 12px 0 var(--coral); }
.book-copy p { color: var(--muted); }
.book-links { display: grid; gap: 12px; }
.book-link { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--paper); font-weight: 700; text-decoration: none; }
.book-link span { color: var(--lime); }

.location-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.location-link { padding: 14px 15px; border: 1px solid var(--line); color: var(--paper); font-size: 14px; text-decoration: none; }
.location-link:hover, .location-link:focus-visible { border-color: var(--lime); color: var(--lime); }
.location-note { margin-top: 19px; color: var(--muted); font-size: 13px; }

.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; color: var(--paper); font-size: 18px; font-weight: 700; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { color: var(--coral); font-size: 24px; content: "+"; }
details[open] summary::after { content: "-"; }
details p { max-width: 780px; padding: 0 40px 20px 0; margin-bottom: 0; color: var(--muted); }

.page-hero { max-width: 840px; padding: 96px 0 70px; }
.page-hero h1 { font-size: clamp(48px, 7vw, 78px); }
.breadcrumbs { margin-bottom: 28px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--lime); text-decoration: none; }
.article { max-width: 820px; padding-bottom: 100px; }
.article-meta { color: var(--muted) !important; font-size: 13px !important; }
.article-meta a { color: var(--lime); text-decoration: none; }
.article h2 { margin-top: 56px; font-size: 34px; }
.article h3 { margin-top: 34px; font-size: 23px; }
.article p, .article li { color: #d0ccc1; font-size: 17px; }
.article ul, .article ol { padding-left: 23px; }
.article li { margin: 8px 0; }
.callout { margin: 35px 0; padding: 24px; border-left: 3px solid var(--lime); background: #1b1b18; }
.callout p { margin-bottom: 0; }
.profile-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 60px; align-items: start; }
.profile-photo { width: 100%; aspect-ratio: 1 / 1.12; object-fit: cover; border: 1px solid var(--line); filter: saturate(.9); }
.profile-caption { margin-top: 12px; color: var(--muted); font-size: 12px; }
.timeline { display: grid; gap: 0; margin-top: 25px; }
.timeline-item { display: grid; grid-template-columns: 110px 1fr; gap: 25px; padding: 18px 0; border-top: 1px solid var(--line); }
.timeline-item strong { color: var(--coral); font-size: 13px; }
.timeline-item p { margin: 0; color: var(--muted); }

.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.project-card { display: flex; min-height: 330px; flex-direction: column; padding: 23px; border: 1px solid var(--line); background: #171715; transition: border-color .2s ease, transform .2s ease; }
.project-card:hover { border-color: var(--lime); transform: translateY(-4px); }
.project-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 34px; }
.project-kind { color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-lang { color: var(--muted); font-size: 11px; }
.project-card h2 { margin: 0 0 12px; font-size: 24px; overflow-wrap: anywhere; }
.project-card p { color: var(--muted); font-size: 14px; }
.project-card .tag-row { margin-top: auto; margin-bottom: 24px; }
.project-card .text-link { color: var(--lime); font-size: 13px; font-weight: 760; text-decoration: none; }
.project-card .text-link::after { margin-left: 6px; content: "->"; }

.cta-band { padding: 78px 0; background: var(--coral); color: var(--ink); }
.cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band h2 { max-width: 710px; margin-bottom: 0; font-size: clamp(34px, 5vw, 62px); }
.cta-band .button { border-color: var(--ink); color: var(--ink); }
.cta-band .button:hover { background: var(--ink); color: var(--paper); }

footer { padding: 44px 0 55px; border-top: 1px solid var(--line); color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 30px; }
.footer-grid p { max-width: 300px; font-size: 13px; }
.footer-links { display: grid; align-content: start; gap: 9px; font-size: 13px; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes drawline { 0%, 100% { transform: scaleX(.2); opacity: .35; } 45%, 75% { transform: scaleX(1); opacity: 1; } }
@keyframes scan { 0%, 100% { transform: translateX(0); opacity: 0; } 15%, 70% { opacity: .45; } 88% { transform: translateX(260px); opacity: 0; } }
@keyframes pulse { 0%, 100% { opacity: .5; } 50% { opacity: 1; } }

@media (max-width: 980px) {
  .nav-links { gap: 13px; }
  .nav-links a:nth-child(2), .nav-links a:nth-child(3), .nav-links a:nth-child(4), .nav-links a:nth-child(5) { display: none; }
  .nav-links .nav-course { display: inline-flex; }
  .hero { grid-template-columns: 1fr; gap: 35px; padding-top: 72px; }
  .hero-stage { max-width: 650px; }
  .pathfinder { grid-template-columns: 1fr; }
  .library-grid { grid-template-columns: repeat(2, 1fr); }
  .grid.four { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .location-grid { grid-template-columns: repeat(3, 1fr); }
  .book-row { grid-template-columns: 140px 1fr; }
  .book-links { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .site-header { position: static; }
  .nav { min-height: 66px; }
  .nav-links { gap: 10px; }
  .nav-links a:first-child { display: none; }
  .nav-links .nav-course { display: inline-flex; }
  .nav-cta { padding: 8px 9px; }
  h1 { font-size: clamp(38px, 11vw, 48px); margin-bottom: 14px; }
  .eyebrow { margin-bottom: 14px; }
  .lead { font-size: 16px; line-height: 1.45; }
  .hero { min-height: auto; gap: 16px; padding: 30px 0 18px; }
  .hero-actions { gap: 8px; margin: 22px 0; }
  .hero-actions .button { min-height: 46px; padding: 10px 12px; font-size: 13px; }
  .micro-proof { gap: 9px 14px; }
  .hero-stage { min-height: 210px; }
  .stage-header { padding: 12px 14px; }
  .pipeline { min-height: 165px; padding: 14px 12px; }
  .pipeline::before { top: 67px; right: 13%; left: 13%; }
  .pipeline-track { top: 66px; left: 13%; }
  .node-row { gap: 5px; }
  .node { width: calc(33.33% - 4px); min-height: 68px; padding: 7px; }
  .node-dot { width: 14px; height: 14px; border-width: 3px; }
  .node strong { font-size: 11px; }
  .node small { font-size: 9px; }
  .stage-caption { right: 12px; bottom: 12px; left: 12px; }
  .stage-caption p { max-width: 195px; font-size: 10px; }
  .stage-caption strong { font-size: 30px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid #d4cfc3; }
  .section { padding: 76px 0; }
  .section-head, .manifesto, .demo-shell, .profile-layout { grid-template-columns: 1fr; display: grid; gap: 24px; }
  .pathfinder { display: grid; gap: 10px; }
  .section-head { align-items: start; }
  .grid, .grid.two, .grid.four { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; }
  .demo-list { grid-template-columns: 1fr; }
  .library-grid { grid-template-columns: 1fr; }
  .note-card { min-height: 245px; }
  .note-top { margin-bottom: 30px; }
  .work-card { grid-template-columns: 1fr; gap: 8px; }
  .book-row { grid-template-columns: 105px 1fr; gap: 20px; }
  .book-cover { width: 105px; box-shadow: 8px 8px 0 var(--coral); }
  .location-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero { padding: 64px 0 46px; }
  .article { padding-bottom: 70px; }
  .article h2 { margin-top: 44px; font-size: 29px; }
  .article p, .article li { font-size: 16px; }
  .profile-photo { max-width: 280px; }
  .timeline-item { grid-template-columns: 74px 1fr; gap: 14px; }
  .cta-band .wrap { display: grid; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 8px; }
}
@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; }
}
