@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #0a0f22;
  --navy: #142935;
  --blue: #2927e8;
  --teal: #006b70;
  --teal-light: #92d4d7;
  --lavender: #d8d8ff;
  --soft: #f3f3f8;
  --white: #fff;
  --text: #303b44;
  --muted: #59666f;
  --line: #d8dce2;
  --radius: 1.5rem;
  --max: 1240px;
  --shadow: 0 24px 64px rgba(10, 15, 34, .09);
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; font-size: 1rem; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .22em; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; box-shadow: 0 0 0 6px white; }
button { font: inherit; }
.shell { width: min(calc(100% - 3rem), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -5rem; left: 1rem; padding: .8rem 1rem; color: var(--ink); background: white; border-radius: .5rem; box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; z-index: 50; top: 0; color: white; background: rgba(10, 15, 34, .93); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.nav { display: flex; min-height: 78px; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.logo { display: block; flex: 0 0 auto; width: 84px; margin-right: auto; }
.logo img { width: 84px; height: 62px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: clamp(.9rem, 1.8vw, 1.7rem); }
.nav-links a { display: flex; min-height: 44px; align-items: center; color: rgba(255,255,255,.76); font-size: .88rem; text-decoration: none; transition: color .2s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: white; }
.nav-links a[aria-current="page"] { box-shadow: inset 0 -2px var(--teal-light); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .65rem 1.25rem; border: 1px solid currentColor; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: white; border-color: white; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; color: white; background: transparent; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.menu-toggle::before, .menu-toggle::after, .menu-toggle span { content: ""; display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-open .menu-toggle::before { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-toggle span { opacity: 0; }
.menu-open .menu-toggle::after { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; min-height: clamp(306px, 34.2vw, 396px); display: flex; align-items: center; color: white; background: radial-gradient(circle at 78% 25%, rgba(41,39,232,.32), transparent 26rem), linear-gradient(145deg, var(--ink), #111b35 64%, var(--navy)); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 8px; background: linear-gradient(90deg, var(--teal-light), var(--blue), #ed1566); }
.hero-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(210px, .55fr); gap: clamp(1.9rem, 5.7vw, 4.75rem); align-items: center; padding-block: clamp(3rem, 6vw, 4.7rem); }
.hero-copy { position: relative; z-index: 2; }
h1, h2, h3 { margin: 0; font-family: "Manrope", Arial, sans-serif; line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; }
h1 { max-width: 920px; font-size: clamp(2.5rem, 4.5vw, 3.8rem); }
h2 { font-size: clamp(1.85rem, 3.4vw, 3rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.55rem); }
p { margin: 0; }
.hero-lead { max-width: 760px; margin-top: 1.33rem; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.35vw, 1.16rem); }
.hero-chip { display: inline-flex; min-height: 34px; align-items: center; margin: 1rem .4rem 0 0; padding: .35rem .7rem; color: rgba(255,255,255,.84); border: 1px solid rgba(255,255,255,.26); border-radius: 999px; font-size: .78rem; }
.hero-orbit { position: relative; width: min(100%, 234px); aspect-ratio: 1; justify-self: end; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; animation: orbit 18s linear infinite; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border: 1px solid rgba(216,216,255,.2); border-radius: 50%; }
.hero-orbit::before { inset: 14%; }
.hero-orbit::after { inset: 31%; background: radial-gradient(circle at 35% 30%, var(--teal-light), transparent 36%), radial-gradient(circle at 70% 70%, #ed1566, transparent 28%), var(--blue); box-shadow: 0 0 80px rgba(41,39,232,.4); }
.hero-orbit span { position: absolute; width: 14px; height: 14px; background: var(--teal-light); border-radius: 50%; }
.hero-orbit span:nth-child(1) { top: 7%; left: 28%; }
.hero-orbit span:nth-child(2) { top: 65%; right: 2%; background: var(--lavender); }
.hero-orbit span:nth-child(3) { bottom: 4%; left: 23%; background: #ed1566; }
@keyframes orbit { to { transform: rotate(360deg); } }

.layout-section { position: relative; padding-block: clamp(3.325rem, 6.175vw, 5.7rem); }
.tone-white { background: white; }
.tone-soft { background: linear-gradient(145deg, #f7f7fa, #ececff); }
.tone-dark { color: white; background: var(--ink); }
.section-intro, .editorial, .case-study, .longform { max-width: 900px; }
.section-intro { margin-bottom: 2.375rem; }
.section-intro h2, .editorial h2, .case-study h2, .longform h2 { margin-bottom: 1.425rem; }
.section-intro p, .editorial p, .case-study p, .longform p { color: var(--text); font-size: 1.06rem; }
.tone-dark p { color: rgba(255,255,255,.76); }
.editorial > * + *, .case-study > * + *, .longform > * + * { margin-top: 1.28rem; }
.editorial h3, .case-study h3, .longform h3 { margin-top: 2.85rem; padding-top: 1.425rem; border-top: 1px solid var(--line); }
.tone-dark h3 { border-color: rgba(255,255,255,.18); }
.minor-heading { color: var(--teal); font-size: 1.1rem; letter-spacing: -.02em; }
.tone-dark .minor-heading { color: var(--teal-light); }
.editorial a, .case-study a, .longform a, .content-card a, .news-card a, .person-card a { color: var(--blue); font-weight: 700; }
.tone-dark a { color: var(--teal-light); }
.eyebrow, .card-kicker { display: block; margin-bottom: .7rem; color: var(--teal); font: 700 .76rem "Manrope", Arial, sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.text-link { font-weight: 700; }
.text-link a { color: var(--blue); }
.context-panel { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(1.9rem, 6.65vw, 5.7rem); align-items: start; }
.context-labels { display: flex; flex-wrap: wrap; gap: .55rem; }
.context-labels span { padding: .45rem .7rem; color: var(--teal); background: white; border: 1px solid var(--line); border-radius: 999px; font-size: .84rem; font-weight: 700; }
.context-copy { display: grid; gap: 1rem; color: var(--text); font-size: 1.05rem; }
.editorial-wide { display: grid; max-width: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem 3rem; }
.editorial-wide h2 { grid-column: 1 / -1; max-width: 820px; }
.editorial-columns { display: grid; max-width: none; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.editorial-columns h2, .editorial-columns .text-link { grid-column: 1 / -1; }

.spotlight-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(1.9rem, 6.65vw, 5.7rem); align-items: start; }
.spotlight-copy h2 { max-width: 760px; }
.spotlight-copy > * + * { margin-top: 1.1875rem; }
.spotlight-copy > p { max-width: 72ch; color: var(--text); font-size: 1.05rem; }
.spotlight-proof { margin-top: 1.9rem !important; padding: 1.1875rem 0 0 1.1875rem; border-top: 1px solid var(--line); border-left: 4px solid var(--teal-light); }
.services-panel { padding: clamp(1.6rem, 3vw, 2.5rem); color: white; background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.services-panel h3 { margin-bottom: 1.1875rem; color: var(--teal-light); font-size: 1rem; letter-spacing: .04em; }
.services-panel ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.services-panel li { border-top: 1px solid rgba(255,255,255,.14); }
.services-panel li a { display: block; padding: .75rem 0; font: 600 clamp(1rem, 1.5vw, 1.18rem) "Manrope", Arial, sans-serif; text-decoration: none; }
.services-panel li a:hover { color: var(--teal-light); }
.services-panel strong { display: inline-block; margin-top: 1.425rem; padding: .55rem .8rem; color: var(--ink); background: var(--teal-light); border-radius: 999px; font-size: .82rem; }
.value-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(2.375rem, 4.75vw, 3.8rem); border-block: 1px solid var(--line); }
.value-strip span { padding: 1rem; color: var(--teal); border-right: 1px solid var(--line); font-weight: 700; text-align: center; }
.value-strip span:last-child { border-right: 0; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.content-card, .news-card, .person-card { position: relative; min-width: 0; padding: clamp(1.5rem, 3vw, 2.4rem); background: white; border: 1px solid rgba(10,15,34,.11); border-radius: var(--radius); box-shadow: 0 1px 0 rgba(10,15,34,.02); transition: transform .25s ease, box-shadow .25s ease; }
.content-card:hover, .news-card:hover, .person-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.content-card > * + *, .news-card > * + *, .person-card > * + * { margin-top: .95rem; }
.content-card h2 { font-size: 1.65rem; }
.content-card h3, .news-card h3, .person-card h3 { font-size: 1.25rem; }
.content-card p, .news-card p, .person-card p { color: var(--muted); }
.content-card h4 { margin: 1.5rem 0 .65rem; color: var(--teal); font: 700 .78rem "Manrope", Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.feature-list { display: grid; gap: .45rem; margin: .75rem 0 0; padding-left: 1.15rem; color: var(--muted); }
.feature-list li::marker { color: var(--teal); }
.card-label, .number { display: block; margin-bottom: 1.425rem; color: var(--blue); font: 800 .78rem "Manrope", Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.numbered-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.numbered-grid > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.tone-dark .content-card { color: white; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.13); }
.tone-dark .content-card p { color: rgba(255,255,255,.72); }
.tone-dark .card-label { color: var(--teal-light); }

.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric-card { padding: 2.25rem clamp(1rem, 2.4vw, 2rem); border-right: 1px solid var(--line); }
.metric-card:last-child { border-right: 0; }
.metric-card strong { display: block; margin-bottom: .95rem; color: var(--blue); font: 800 clamp(2.4rem, 4vw, 3.8rem)/1 "Manrope", Arial, sans-serif; letter-spacing: -.07em; white-space: nowrap; }
.metric-card h2, .metric-card h3 { font-size: 1.25rem; }
.metric-card p { margin-top: .95rem; color: var(--muted); }

.people-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.person-card { display: grid; grid-template-columns: clamp(150px, 14vw, 190px) minmax(0, 1fr); align-items: start; padding: 0; overflow: hidden; }
.people-grid > .person-card:last-child:nth-child(odd) { width: calc(50% - .5rem); grid-column: 1 / -1; justify-self: center; }
.person-photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 20%; }
.person-copy { display: flex; min-height: 100%; padding: clamp(1.5rem, 3vw, 2.25rem); flex-direction: column; }
.person-copy > * + * { margin-top: .95rem; }
.person-card h2 { font-size: clamp(1.65rem, 3vw, 2.25rem); }
.person-role { margin-top: .35rem !important; color: var(--teal) !important; font-weight: 700; }
.person-card .minor-heading { color: var(--teal); }
.profile-link { margin-top: auto !important; padding-top: 1.1875rem; border-top: 1px solid var(--line); }
.section-action { width: 100%; margin-top: 2.85rem; padding: 1.9rem; color: white; background: var(--teal); border-radius: var(--radius); }
.section-action h2 { font-size: 1.6rem; }

.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.news-card { min-height: 220px; }
.news-card h2 { color: var(--teal); font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; }
.news-card > * + * { margin-top: .76rem; }
.question-intro { max-width: none; }
.topic-list { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.5rem 0; padding: 0; list-style: none; }
.topic-list li { color: var(--teal); background: white; border: 1px solid var(--line); border-radius: 999px; font-size: .88rem; font-weight: 600; }
.topic-list a { display: block; padding: .45rem .7rem; text-decoration: none; }
.topic-list a:hover { color: var(--blue); }
.challenge-topics { display: grid; gap: clamp(3rem, 6vw, 5rem); }
.challenge-topic { scroll-margin-top: 7rem; }
.challenge-topic > h3 { margin-bottom: .95rem; color: var(--teal); font-size: clamp(1.35rem, 2.5vw, 2rem); }
.question-list { display: grid; gap: 1rem; }
.question-list article { display: grid; grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr); gap: clamp(1.9rem, 5.7vw, 5.7rem); padding: 2.375rem 0; border-top: 1px solid var(--line); }
.question-list h2, .question-list h4 { margin: 0; font: 700 clamp(1.2rem, 2vw, 1.65rem)/1.25 "Manrope", Arial, sans-serif; letter-spacing: -.03em; }
.question-list p { color: var(--muted); }
.case-study { max-width: 1040px; }
.case-visual { position: relative; height: clamp(220px, 32vw, 360px); margin: 0; overflow: hidden; background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.case-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(10,15,34,.5), transparent 50%, rgba(0,107,112,.2)); pointer-events: none; }
.case-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05); transition: transform .6s ease, filter .6s ease; }
.case-visual figcaption { position: absolute; z-index: 1; right: 1.25rem; bottom: 1.25rem; left: 1.25rem; max-width: 620px; padding: .75rem 1rem; color: white; background: rgba(10,15,34,.82); border-left: 3px solid var(--teal-light); border-radius: .5rem; font-size: .9rem; line-height: 1.45; backdrop-filter: blur(8px); }
.case-study:hover .case-visual img { transform: scale(1.025); filter: saturate(.95) contrast(1.04); }
.case-visual-4 img { object-position: 32% center; }
.case-copy > * + * { margin-top: 1.28rem; }
.case-study h2 { max-width: 860px; }
.case-study h3 { color: var(--teal); font-size: 1rem; letter-spacing: .1em; text-transform: uppercase; }
.case-study p { max-width: 840px; }
.case-study p:has(+ p) { margin-bottom: .475rem; }
.case-outcomes { display: grid; max-width: 840px; gap: .65rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.case-outcomes li { position: relative; padding-left: 1.6rem; color: var(--text); }
.case-outcomes li::before { content: ""; position: absolute; top: .65em; left: 0; width: .55rem; height: .55rem; background: var(--teal); border-radius: 50%; }
.case-study blockquote { max-width: 840px; margin: 2rem 0 0; padding: 1.5rem 1.75rem; color: var(--ink); background: var(--soft); border-left: 4px solid var(--teal); border-radius: 0 var(--radius) var(--radius) 0; font: 600 clamp(1.05rem, 1.6vw, 1.25rem)/1.55 "Manrope", Arial, sans-serif; }
.longform { max-width: 850px; }
.longform h2 { font-size: clamp(1.7rem, 3.2vw, 2.75rem); }
.longform h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); }
.longform p { max-width: 78ch; }
.article-body { max-width: 850px; }
.article-body > * + * { margin-top: 1.28rem; }
.article-body p, .article-body li { color: var(--text); font-size: 1.06rem; }
.article-body a { color: var(--blue); font-weight: 700; }
.article-deck { margin-bottom: 2.375rem; color: var(--teal) !important; font: 700 clamp(1.3rem, 2.4vw, 1.8rem)/1.4 "Manrope", Arial, sans-serif; }
.article-body h2 { margin-top: 2.85rem; padding-top: 1.425rem; border-top: 1px solid var(--line); font-size: clamp(1.45rem, 2.6vw, 2rem); }
.article-list { display: grid; gap: .665rem; margin: 1.28rem 0 0; padding-left: 1.35rem; }
.article-list li::marker { color: var(--teal); }
.article-body blockquote { margin: 2.375rem 0 0; padding: 1.425rem 1.66rem; color: var(--ink); background: var(--soft); border-left: 4px solid var(--teal); border-radius: 0 var(--radius) var(--radius) 0; font: 600 clamp(1rem, 1.5vw, 1.18rem)/1.6 "Manrope", Arial, sans-serif; }
.contact-panel { padding: clamp(2rem, 5vw, 4rem); color: white; background: var(--teal); border-radius: var(--radius); }
.contact-panel a { display: inline-block; max-width: 100%; color: white; font: 700 clamp(1.8rem, 5vw, 4.8rem)/1.1 "Manrope", Arial, sans-serif; letter-spacing: -.05em; overflow-wrap: anywhere; }
.contact-panel p { margin-top: 1.9rem; color: rgba(255,255,255,.8); }

.site-footer { padding: 4.75rem 0 1.9rem; color: white; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: .8fr 1.4fr 1fr; gap: clamp(1.9rem, 4.75vw, 4.75rem); }
.site-footer .logo { width: 128px; }
.site-footer .logo img { width: 128px; height: 94px; }
.footer-title { color: var(--teal-light); font: 700 .72rem "Manrope", Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: .665rem; margin-top: 1.045rem; color: rgba(255,255,255,.72); font-size: .92rem; }
.footer-links a { min-height: 28px; text-decoration: none; }
.footer-links a:hover { color: white; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1.9rem; margin-top: 3.8rem; padding-top: 1.425rem; color: rgba(255,255,255,.64); border-top: 1px solid rgba(255,255,255,.14); font-size: .8rem; }
.footer-bottom a:hover { color: white; }

.reveal.visible { animation: reveal-in .55s ease both; }
@keyframes reveal-in { from { opacity: .72; transform: translateY(14px); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .nav-links { position: fixed; inset: 78px 0 auto; min-height: calc(100dvh - 78px); padding: 2.375rem max(1.425rem, calc((100vw - var(--max)) / 2)); flex-direction: column; align-items: flex-start; color: white; background: var(--ink); visibility: hidden; clip-path: inset(0 0 0 100%); transition: clip-path .3s ease, visibility 0s .3s; }
  .menu-open .nav-links { visibility: visible; clip-path: inset(0); transition-delay: 0s; }
  .nav-links a { width: 100%; min-height: 54px; font: 600 1.45rem "Manrope", Arial, sans-serif; }
  .nav-links a[aria-current="page"] { box-shadow: none; color: var(--teal-light); }
  .menu-toggle { display: block; }
  .nav > .button { margin-left: auto; }
  .hero-inner { grid-template-columns: 1fr .42fr; gap: 2rem; }
  .spotlight-grid { grid-template-columns: 1fr; }
  .context-panel { grid-template-columns: 1fr; }
  .editorial-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .people-grid { grid-template-columns: 1fr; }
  .people-grid > .person-card:last-child:nth-child(odd) { width: 100%; grid-column: auto; }
  .metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .metric-card:nth-child(2) { border-right: 0; }
  .metric-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 2rem), var(--max)); }
  .nav { min-height: 70px; }
  .logo, .logo img { width: 72px; }
  .logo img { height: 52px; }
  .nav-links { inset-block-start: 70px; min-height: calc(100dvh - 70px); padding: 2rem 1rem; }
  .nav > .button { display: none; }
  h1 { font-size: clamp(2.15rem, 10vw, 2.85rem); }
  h2 { font-size: clamp(1.7rem, 8vw, 2.35rem); }
  .hero { min-height: 0; }
  .hero-inner { display: block; padding-block: 3rem 3.42rem; }
  .hero-orbit { position: absolute; z-index: 0; width: 189px; right: -120px; bottom: -90px; opacity: .45; }
  .hero-chip { margin-top: 1rem; }
  .card-grid, .numbered-grid, .people-grid, .news-grid, .footer-grid { grid-template-columns: 1fr; }
  .person-card { display: block; }
  .person-photo { width: 140px; margin: 1.5rem 1.5rem 0; }
  .contact-panel { padding: 1.5rem; }
  .contact-panel a { font-size: clamp(1.3rem, 6vw, 1.65rem); }
  .numbered-grid > :last-child:nth-child(odd) { grid-column: auto; }
  .editorial-wide, .editorial-columns { grid-template-columns: 1fr; }
  .editorial-columns h2, .editorial-columns .text-link { grid-column: auto; }
  .value-strip { grid-template-columns: 1fr 1fr; }
  .value-strip span:nth-child(2) { border-right: 0; }
  .value-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .metric-grid { grid-template-columns: 1fr; }
  .metric-card, .metric-card:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric-card:last-child { border-bottom: 0; }
  .question-list article { grid-template-columns: 1fr; gap: 1rem; }
  .footer-bottom { flex-direction: column; }
}

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