:root {
  --ink: #102d36;
  --ink-muted: #4c6369;
  --deep: #092f39;
  --teal: #0d6770;
  --teal-light: #dceced;
  --gold: #d4a84f;
  --paper: #f7f5ee;
  --white: #fff;
  --line: #dce3df;
  --shadow: 0 28px 60px rgba(16, 45, 54, 0.14);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at 80% 8%, rgba(212,168,79,.14), transparent 24rem), var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--deep); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
main:focus { outline: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 40px), var(--max));
  min-height: 76px;
  margin: 18px auto 0;
  padding: 12px 16px 12px 14px;
  background: rgba(247,245,238,.9);
  border: 1px solid rgba(16,45,54,.12);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(16,45,54,.07);
  backdrop-filter: blur(16px);
}
.wordmark { display: inline-flex; gap: 11px; align-items: center; color: var(--deep); font-weight: 760; text-decoration: none; }
.wordmark-mark { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: var(--deep); border-radius: 50%; font-family: Georgia, serif; font-size: .82rem; letter-spacing: .08em; }
nav { display: flex; gap: 25px; align-items: center; }
nav a { color: var(--ink-muted); font-size: .91rem; font-weight: 650; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--teal); }
.nav-cta { padding: 9px 14px; color: #fff; background: var(--deep); border-radius: 10px; }
.nav-cta:hover, .nav-cta:focus-visible { color: #fff; background: var(--teal); }

.hero, .section, footer { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.hero { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(42px,8vw,110px); align-items: center; min-height: 740px; padding: 80px 0 90px; }
.eyebrow { margin: 0 0 16px; color: var(--teal); font-size: .76rem; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--deep); font-family: Georgia, "Times New Roman", serif; line-height: 1.12; }
h1 { max-width: 800px; margin-bottom: 22px; font-size: clamp(3.1rem,6.4vw,6rem); font-weight: 500; letter-spacing: -.045em; }
h1 span { color: var(--teal); }
h2 { margin-bottom: 18px; font-size: clamp(2.15rem,4.4vw,3.9rem); font-weight: 500; letter-spacing: -.035em; }
h3 { font-size: 1.35rem; }
.hero-lede { max-width: 730px; margin: 0 0 16px; font-size: clamp(1.22rem,2vw,1.52rem); line-height: 1.5; }
.hero-body { max-width: 660px; margin: 0; color: var(--ink-muted); font-size: 1.03rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid var(--deep); border-radius: 12px; font-size: .93rem; font-weight: 750; text-decoration: none; }
.button.primary { color: #fff; background: var(--deep); }
.button.secondary { color: var(--deep); background: transparent; }
.button:hover, .button:focus-visible { box-shadow: 0 8px 22px rgba(16,45,54,.15); transform: translateY(-1px); }
.hero-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; max-width: 650px; margin: 42px 0 0; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-facts div { min-width: 0; }
.hero-facts dt { color: var(--deep); font-family: Georgia, serif; font-size: 1.22rem; font-weight: 700; }
.hero-facts dd { margin: 4px 0 0; color: var(--ink-muted); font-size: .79rem; }
.hero-portrait { position: relative; margin: 0; }
.hero-portrait::before { position: absolute; inset: -23px 22px 38px -22px; z-index: -1; content: ""; border: 1px solid rgba(13,103,112,.25); border-radius: 42% 42% 12px 12px; }
.portrait-frame { overflow: hidden; aspect-ratio: 4/5; background: var(--teal-light); border-radius: 46% 46% 16px 16px; box-shadow: var(--shadow); }
.portrait-frame picture { display: block; width: 100%; height: 100%; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-portrait figcaption { width: calc(100% - 38px); margin: -28px auto 0; padding: 15px 18px; color: rgba(255,255,255,.72); background: var(--deep); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; box-shadow: 0 14px 30px rgba(9,47,57,.2); font-size: .78rem; }
.hero-portrait figcaption span { display: block; color: #fff; font-size: .98rem; font-weight: 750; }

.section { padding: 110px 0; }
.section + .section { border-top: 1px solid var(--line); }
.section-heading { max-width: 720px; margin-bottom: 50px; }
.section-heading > p:last-child { max-width: 640px; color: var(--ink-muted); }
.about-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 75px; }
.about-copy .lead { margin-top: 0; color: var(--deep); font-family: Georgia, serif; font-size: clamp(1.4rem,2.5vw,2.05rem); line-height: 1.45; }
.about-copy p:last-child { color: var(--ink-muted); }
.roles { display: grid; gap: 15px; }
.roles article { padding: 24px; background: rgba(255,255,255,.58); border: 1px solid var(--line); border-radius: 16px; }
.roles h3 { margin-bottom: 7px; }
.roles p { margin: 0; color: var(--ink-muted); }
.role-label { margin-bottom: 9px !important; color: var(--teal) !important; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.focus-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.focus-card { min-height: 290px; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(16,45,54,.05); }
.focus-card:nth-child(2), .focus-card:nth-child(4) { transform: translateY(24px); }
.focus-number { display: block; margin-bottom: 52px; color: #916912; font-family: Georgia, serif; font-size: 1.12rem; }
.focus-card h3 { margin-bottom: 12px; }
.focus-card h3 a { text-decoration: none; }
.focus-card h3 a:hover, .focus-card h3 a:focus-visible { color: var(--teal); text-decoration: underline; text-underline-offset: 4px; }
.focus-card p { margin: 0; color: var(--ink-muted); font-size: .93rem; }
.focus-link { display: inline-block; margin-top: 18px; color: var(--teal); font-size: .82rem; font-weight: 760; text-decoration: none; }
.focus-link:hover, .focus-link:focus-visible { text-decoration: underline; text-underline-offset: 4px; }

.feature { display: grid; grid-template-columns: 1.08fr .92fr; gap: 0; align-items: stretch; overflow: hidden; padding: 0; color: #fff; background: var(--deep); border: 0 !important; border-radius: 28px; box-shadow: var(--shadow); }
.feature-image picture { display: block; height: 100%; }
.feature-image img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px,6vw,76px); }
.feature-copy .eyebrow { color: #8fd0d4; }
.feature-copy h2, .feature-copy a { color: #fff; }
.feature-copy p:not(.eyebrow) { color: rgba(255,255,255,.74); }
.feature-copy a { align-self: flex-start; margin-top: 18px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.5); font-weight: 750; text-decoration: none; }
.selected-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.selected-work { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); }
.selected-work h3 { margin-bottom: 13px; font-size: 1.38rem; line-height: 1.28; }
.selected-work h3 a { text-decoration: none; }
.selected-work h3 a:hover, .selected-work h3 a:focus-visible { color: var(--teal); text-decoration: underline; text-underline-offset: 4px; }
.selected-work > p:last-child { margin: 0; color: var(--ink-muted); font-size: .92rem; }
.work-meta { margin: 0 0 20px; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.publication-heading { display: flex; gap: 30px; align-items: end; justify-content: space-between; max-width: none; }
.profile-links { display: flex; flex-wrap: wrap; gap: 10px; padding-bottom: 12px; }
.profile-links a { padding: 7px 11px; color: var(--teal); border: 1px solid rgba(13,103,112,.28); border-radius: 9px; font-size: .82rem; font-weight: 750; text-decoration: none; }
.publication-years { display: grid; gap: 65px; }
.publication-year { display: grid; grid-template-columns: 90px 1fr; gap: 38px; }
.publication-year > h3 { margin: 4px 0 0; color: var(--teal); font-size: 1.42rem; }
.publication-year ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.publication-year li { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 25px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--line); }
.publication-year li a { color: var(--deep); font-family: Georgia, serif; font-size: 1.12rem; font-weight: 650; line-height: 1.4; text-decoration: none; }
.publication-year li a:hover, .publication-year li a:focus-visible { color: var(--teal); text-decoration: underline; text-underline-offset: 4px; }
.publication-year li p { margin: 7px 0 0; color: var(--ink-muted); font-size: .83rem; }
.type { padding: 5px 9px; color: var(--teal); background: var(--teal-light); border-radius: 999px; font-size: .7rem; font-weight: 800; text-transform: uppercase; }

.teaching-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 42px; }
.teaching-grid article { position: relative; padding-top: 26px; }
.teaching-grid article::before { position: absolute; top: 0; left: 0; width: 44px; height: 3px; content: ""; background: var(--gold); }
.teaching-grid p { color: var(--ink-muted); }
.insights-preview { padding-top: 95px; }
.insight-preview-card { display: flex; gap: 50px; align-items: center; justify-content: space-between; padding: clamp(30px,5vw,54px); background: rgba(255,255,255,.64); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(16,45,54,.06); }
.insight-preview-card > div { max-width: 760px; }
.insight-preview-card h3 { margin-bottom: 12px; font-size: clamp(1.55rem,2.8vw,2.3rem); }
.insight-preview-card h3 a { text-decoration: none; }
.insight-preview-card h3 a:hover, .insight-preview-card h3 a:focus-visible { color: var(--teal); text-decoration: underline; text-underline-offset: 4px; }
.insight-preview-card p:last-child { margin-bottom: 0; color: var(--ink-muted); }
.insight-preview-card .button { flex: 0 0 auto; }
.connect { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; margin-bottom: 70px; padding: clamp(45px,7vw,80px); color: #fff; background: radial-gradient(circle at 90% 10%, rgba(212,168,79,.26), transparent 16rem), var(--deep); border: 0 !important; border-radius: 28px; }
.connect h2 { color: #fff; }
.connect > div:first-child > p:last-child { color: rgba(255,255,255,.72); }
.connect .eyebrow { color: #8fd0d4; }
.connect-links { display: grid; }
.connect-links a { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.2); font-weight: 700; text-decoration: none; }
.connect-links a:hover, .connect-links a:focus-visible { color: #b8e2e4; }
footer { display: flex; justify-content: space-between; padding: 28px 0 45px; color: var(--ink-muted); border-top: 1px solid var(--line); font-size: .8rem; }
footer p { margin: 0; }
footer a { color: var(--teal); text-decoration: none; }
footer a:hover, footer a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 48px; color: var(--ink-muted); font-size: .82rem; }
.breadcrumbs a { color: var(--teal); text-decoration: none; }
.breadcrumbs a:hover, .breadcrumbs a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
.insights-hero { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; padding: 75px 0 30px; }
.insights-hero h1 { max-width: 970px; font-size: clamp(3rem,6vw,5.7rem); }
.insights-intro { max-width: 780px; color: var(--ink-muted); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem,2.2vw,1.7rem); line-height: 1.52; }
.insights-list { padding-top: 70px; }
.insight-card { overflow: hidden; background: rgba(255,255,255,.68); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.featured-insight { display: grid; grid-template-columns: 1.06fr .94fr; }
.insight-card-image { display: block; min-height: 460px; overflow: hidden; }
.insight-card-image picture { display: block; height: 100%; }
.insight-card-image img { width: 100%; height: 100%; object-fit: cover; }
.insight-card-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px,6vw,72px); }
.insight-card-copy h3 { margin-bottom: 15px; font-size: clamp(1.75rem,3.1vw,2.75rem); line-height: 1.18; }
.insight-card-copy h3 a { text-decoration: none; }
.insight-card-copy h3 a:hover, .insight-card-copy h3 a:focus-visible { color: var(--teal); text-decoration: underline; text-underline-offset: 4px; }
.insight-card-copy > p:not(.work-meta) { color: var(--ink-muted); }
.text-link { align-self: flex-start; margin-top: 14px; color: var(--teal); font-weight: 760; text-decoration: none; }
.text-link:hover, .text-link:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.upcoming-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.upcoming-grid article { padding: 30px; background: rgba(255,255,255,.52); border: 1px solid var(--line); border-radius: var(--radius); }
.upcoming-grid h3 { margin-bottom: 12px; font-size: 1.6rem; }
.upcoming-grid p:last-child { margin-bottom: 0; color: var(--ink-muted); }

.article-shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; padding: 74px 0 105px; }
.article-header { max-width: 980px; margin-bottom: 58px; }
.article-header h1 { margin-bottom: 24px; font-size: clamp(3rem,6vw,5.35rem); }
.article-deck { max-width: 850px; margin: 0; color: var(--ink-muted); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.2rem,2.1vw,1.55rem); line-height: 1.52; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 28px; color: var(--ink-muted); font-size: .82rem; font-weight: 650; }
.article-meta span + span::before { margin-right: 26px; color: var(--gold); content: "•"; }
.article-lead-image { margin: 0 0 74px; }
.article-lead-image picture { display: block; overflow: hidden; aspect-ratio: 16/9; border-radius: 26px; box-shadow: var(--shadow); }
.article-lead-image img { width: 100%; height: 100%; object-fit: cover; }
.article-lead-image figcaption { margin-top: 12px; color: var(--ink-muted); font-size: .78rem; }
.article-layout { display: grid; grid-template-columns: minmax(0,760px) minmax(250px,320px); gap: clamp(50px,8vw,100px); align-items: start; justify-content: center; }
.article-body { min-width: 0; font-size: 1.04rem; line-height: 1.78; }
.article-body p { margin: 0 0 25px; }
.article-body a { color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-body h2 { margin: 62px 0 20px; font-size: clamp(1.85rem,3.2vw,2.65rem); }
.article-lead { color: var(--deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem,2vw,1.48rem); line-height: 1.58; }
.article-checklist { display: grid; gap: 16px; margin: 0 0 30px; padding-left: 25px; }
.article-checklist li { padding-left: 8px; }
.education-note { margin: 50px 0; padding: 24px 26px; color: var(--deep); background: var(--teal-light); border-left: 4px solid var(--teal); border-radius: 0 14px 14px 0; }
.article-references { margin-top: 54px; padding-top: 5px; border-top: 1px solid var(--line); }
.article-references ol { display: grid; gap: 13px; padding-left: 24px; font-size: .92rem; }
.article-references > p:last-child { margin-top: 28px; font-size: .92rem; }
.article-aside { position: sticky; top: 115px; padding: 28px; background: rgba(255,255,255,.62); border: 1px solid var(--line); border-radius: var(--radius); }
.article-aside h2 { margin-bottom: 15px; font-size: 1.6rem; }
.article-aside > p:not(.eyebrow) { color: var(--ink-muted); font-size: .9rem; }
.author-links { display: grid; margin-top: 22px; }
.author-links a { padding: 10px 0; color: var(--teal); border-bottom: 1px solid var(--line); font-size: .84rem; font-weight: 730; text-decoration: none; }
.author-links a:hover, .author-links a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
.article-pagination { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 86px; padding-top: 30px; border-top: 1px solid var(--line); }
.article-pagination > * { display: grid; gap: 4px; padding: 22px; background: rgba(255,255,255,.5); border: 1px solid var(--line); border-radius: 14px; text-decoration: none; }
.article-pagination span span, .article-pagination a span { color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-pagination strong { color: var(--deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.06rem; }
.article-pagination a:hover, .article-pagination a:focus-visible { border-color: rgba(13,103,112,.45); box-shadow: 0 8px 22px rgba(16,45,54,.08); }
.planned-next { opacity: .68; }

.work-hero {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
  padding: 75px 0 40px;
}
.work-hero h1 {
  max-width: 1000px;
  font-size: clamp(3rem, 6vw, 5.7rem);
}
.work-intro {
  max-width: 820px;
  color: var(--ink-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.52;
}
.story-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(42px, 7vw, 88px);
  align-items: center;
}
.story-feature.reverse .story-image { order: 2; }
.story-image { margin: 0; }
.story-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: var(--shadow);
}
.story-image-portrait img {
  aspect-ratio: 4 / 5;
  object-position: center top;
}
.story-image figcaption,
.story-card figcaption {
  margin-top: 12px;
  color: var(--ink-muted);
  font-size: .78rem;
}
.story-copy h2 { font-size: clamp(2rem, 4vw, 3.55rem); }
.story-copy p:not(.eyebrow) { color: var(--ink-muted); }
.story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.story-card {
  overflow: hidden;
  background: rgba(255, 255, 255, .62);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 14px 38px rgba(16, 45, 54, .07);
}
.story-card figure { margin: 0; }
.story-card figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.story-card figcaption { padding-inline: 24px; }
.story-card > div { padding: 22px 24px 30px; }
.story-card h3 { margin-bottom: 13px; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.story-card p:not(.work-meta) { color: var(--ink-muted); }
.portrait-story {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: clamp(42px, 8vw, 105px);
  align-items: center;
}
.portrait-story-image { margin: 0; }
.portrait-story-image img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 46% 46% 18px 18px;
  box-shadow: var(--shadow);
}
.portrait-story > div p:not(.eyebrow) { color: var(--ink-muted); }
.values-strip { padding-top: 90px; }

@media (max-width: 960px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; }
  .hero-copy { order: 2; }
  .hero-portrait { width: min(520px,92%); margin-inline: auto; }
  .about-grid, .feature, .connect, .story-feature, .portrait-story { grid-template-columns: 1fr; }
  .story-feature.reverse .story-image { order: 0; }
  .focus-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .selected-grid, .teaching-grid { grid-template-columns: 1fr; }
  .featured-insight, .article-layout, .story-grid { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .insight-preview-card { align-items: flex-start; }
  .feature-image img { min-height: 360px; }
  .publication-heading { display: block; }
  .publication-year { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 620px) {
  .site-header, .hero, .section, footer { width: min(calc(100% - 26px),var(--max)); }
  .insights-hero, .article-shell, .work-hero { width: min(calc(100% - 26px),var(--max)); }
  .site-header { margin-top: 10px; }
  .wordmark > span:last-child { display: none; }
  .hero { padding: 48px 0 70px; }
  h1 { font-size: clamp(2.8rem,14vw,4.3rem); }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-card:nth-child(2), .focus-card:nth-child(4) { transform: none; }
  .section { padding: 78px 0; }
  .insights-hero { padding-top: 50px; }
  .insight-card-image { min-height: 270px; }
  .insight-preview-card { display: grid; gap: 24px; }
  .upcoming-grid, .article-pagination { grid-template-columns: 1fr; }
  .article-shell { padding-top: 46px; }
  .article-lead-image { margin-bottom: 52px; }
  .article-lead-image picture { aspect-ratio: 4/3; border-radius: 18px; }
  .article-meta span + span::before { margin-right: 12px; }
  .feature, .connect { width: 100%; border-radius: 0; }
  .feature-copy, .connect { padding: 38px 24px; }
  .publication-year li { grid-template-columns: 1fr; gap: 12px; }
  .type { justify-self: start; }
  footer { display: grid; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
