:root {
  --ink: #183128;
  --ink-soft: #385046;
  --muted: #6d7d75;
  --paper: #fffdf8;
  --canvas: #f4f0e7;
  --line: #dcd8cc;
  --green: #0b7957;
  --green-deep: #104b3a;
  --green-soft: #dcece4;
  --coral: #e66d45;
  --coral-soft: #f8dfd5;
  --yellow: #e9c85d;
  --white: #fff;
  --shadow: 0 18px 50px rgba(34, 59, 48, .10);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 4% 5%, rgba(230, 109, 69, .10), transparent 24rem),
    radial-gradient(circle at 93% 16%, rgba(11, 121, 87, .09), transparent 28rem),
    var(--canvas);
  font: 16px/1.65 "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--green); text-underline-offset: 3px; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; }
.wrap { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
main.wrap { min-height: 68vh; }

h1, h2, h3 {
  margin-top: 0;
  color: var(--ink);
  font-family: "Literata", serif;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(2.45rem, 5vw, 4.8rem); line-height: 1.03; }
h2 { margin-bottom: 18px; font-size: clamp(1.65rem, 2.7vw, 2.35rem); line-height: 1.15; }
h3 { margin-bottom: 10px; font-size: 1.28rem; line-height: 1.2; }
p { margin-top: 0; }

.topbar {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(24, 49, 40, .10);
  background: rgba(244, 240, 231, .88);
  backdrop-filter: blur(16px);
}
.topbar__inner { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px 14px 14px 4px;
  color: var(--white);
  background: var(--green);
  box-shadow: 5px 5px 0 var(--yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -.08em;
}
.brand__text { display: grid; font-size: 20px; font-weight: 800; line-height: 1.05; }
.brand__text small { margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.topbar nav { display: flex; flex: 1; gap: 28px; }
.topbar nav a { position: relative; color: var(--ink-soft); text-decoration: none; font-size: 14px; font-weight: 700; }
.topbar nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--coral); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.topbar nav a:hover::after { transform: scaleX(1); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border: 0;
  border-radius: 14px;
  color: var(--white);
  background: var(--coral);
  box-shadow: 0 8px 22px rgba(230, 109, 69, .24);
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { color: var(--white); background: #cf5934; box-shadow: 0 12px 28px rgba(230, 109, 69, .32); transform: translateY(-2px); }
.btn--small { min-height: 42px; padding: 9px 15px; font-size: 13px; }
.btn--ghost { border: 1px solid var(--line); color: var(--green); background: var(--paper); box-shadow: none; }
.btn--ghost:hover { color: var(--green-deep); background: var(--green-soft); box-shadow: none; }

.service-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(250px, .58fr);
  gap: clamp(34px, 7vw, 90px);
  overflow: hidden;
  margin-top: 30px;
  padding: clamp(36px, 6vw, 76px);
  border-radius: 34px;
  color: #f6f5ec;
  background:
    radial-gradient(circle at 86% 14%, rgba(233, 200, 93, .23), transparent 15rem),
    linear-gradient(135deg, #123d31, #0d6e50);
  box-shadow: var(--shadow);
  animation: rise .55s ease both;
}
.service-hero::after {
  position: absolute;
  right: -85px;
  bottom: -135px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255,255,255,.04), 0 0 0 68px rgba(255,255,255,.035);
  content: "";
}
.hero__content, .hero__aside { position: relative; z-index: 1; }
.hero__eyebrow, .section-kicker, .sidebox__eyebrow {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.service-hero h1 { max-width: 800px; margin-bottom: 22px; color: #fffdf6; font-size: clamp(2.7rem, 5.4vw, 5rem); }
.service-hero h1 em { color: #f3d67f; font-style: normal; }
.hero__copy { max-width: 680px; margin-bottom: 26px; color: rgba(255,255,255,.74); font-size: 17px; }
.searchbar { display: flex; max-width: 780px; padding: 6px; border-radius: 17px; background: var(--paper); box-shadow: 0 16px 35px rgba(0,0,0,.16); }
.searchbar input { min-width: 0; flex: 1; padding: 12px 16px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 16px; }
.searchbar .btn { min-height: 48px; white-space: nowrap; }
.suggestions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 16px; }
.suggestions span { color: rgba(255,255,255,.6); font-size: 12px; }
.suggestions a { padding: 6px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.84); text-decoration: none; font-size: 12px; }
.suggestions a:hover { border-color: rgba(255,255,255,.5); color: #fff; }
.hero__aside { align-self: center; padding-left: clamp(0px, 3vw, 34px); border-left: 1px solid rgba(255,255,255,.18); }
.hero__aside-label { display: block; margin-bottom: 20px; color: rgba(255,255,255,.55); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-stat { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: baseline; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.hero-stat strong { color: #fff; font-family: "Literata", serif; font-size: 42px; line-height: 1; }
.hero-stat span { color: rgba(255,255,255,.7); font-size: 13px; }
.hero__aside > a { display: inline-flex; gap: 14px; margin-top: 24px; color: #f3d67f; text-decoration: none; font-size: 13px; font-weight: 800; }

.quick { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 18px 0 44px; }
.quick a { display: grid; min-height: 135px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; color: var(--ink); background: rgba(255,253,248,.76); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.quick a:hover { border-color: rgba(11,121,87,.34); box-shadow: var(--shadow); transform: translateY(-4px); }
.quick a > span { color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.quick strong { align-self: end; font-family: "Literata", serif; font-size: 21px; }
.quick small { color: var(--muted); }

.layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 30px; padding: 28px 0 60px; }
.content { min-width: 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.section-heading h2 { margin: 0; }
.section-heading > a { margin-bottom: 6px; font-size: 13px; font-weight: 800; text-decoration: none; }
.section-kicker { margin-bottom: 6px; }
.feed { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.question-card {
  position: relative;
  display: flex;
  min-height: 255px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,253,248,.92);
  box-shadow: 0 7px 24px rgba(36, 57, 48, .05);
  animation: rise .45s ease both;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.question-card:nth-child(2n) { animation-delay: .06s; }
.question-card:hover { border-color: rgba(11,121,87,.28); box-shadow: var(--shadow); transform: translateY(-5px); }
.question-card__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 20px; }
.type-badge { display: inline-flex; width: fit-content; padding: 6px 9px; border-radius: 999px; color: var(--green-deep); background: var(--green-soft); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.verified-dot { display: inline-flex; align-items: center; gap: 6px; color: var(--green); font-size: 11px; font-weight: 800; }
.verified-dot::before { width: 7px; height: 7px; border-radius: 50%; background: #32a276; box-shadow: 0 0 0 4px rgba(50,162,118,.12); content: ""; }
.question-card__title { color: var(--ink); text-decoration: none; font-family: "Literata", serif; font-size: clamp(19px, 2vw, 24px); font-weight: 750; line-height: 1.23; letter-spacing: -.025em; }
.question-card > p { margin: 13px 0 22px; color: var(--muted); font-size: 14px; }
.question-card__foot { display: flex; align-items: center; gap: 8px 14px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.question-card__foot span:first-child { max-width: 48%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.question-card__foot a { display: grid; width: 34px; height: 34px; margin-left: auto; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); text-decoration: none; font-size: 18px; transition: background .2s ease, transform .2s ease; }
.question-card:hover .question-card__foot a { background: var(--coral); transform: translateX(3px); }

.sidebar { display: grid; align-content: start; gap: 14px; }
.sidebox, .adbox { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,248,.8); }
.sidebox--topics { background: var(--paper); }
.sidebox--about { border-color: transparent; background: var(--coral-soft); }
.sidebox__eyebrow { margin-bottom: 8px; }
.sidebox p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.taglist { display: flex; flex-wrap: wrap; gap: 7px; }
.taglist a { padding: 7px 9px; border-radius: 8px; color: var(--ink-soft); background: var(--canvas); text-decoration: none; font-size: 12px; font-weight: 700; }
.taglist a:hover { color: var(--white); background: var(--green); }
.plain-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.plain-list li { padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.plain-list li:last-child { padding-bottom: 0; border: 0; }
.plain-list a { color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 700; line-height: 1.4; }
.plain-list a:hover { color: var(--green); }
.adbox { min-height: 100px; display: grid; place-items: center; color: var(--muted); background: transparent; font-size: 12px; text-align: center; }

.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 20px 0 60px; }
.topic-card { display: flex; min-height: 210px; flex-direction: column; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: var(--paper); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.topic-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.topic-card span { font-family: "Literata", serif; font-size: 23px; font-weight: 750; line-height: 1.2; }
.topic-card p { color: var(--muted); font-size: 13px; }
.topic-card b { margin-top: auto; color: var(--green); font-size: 12px; }

.compact-search { display: flex; gap: 8px; margin: 0 0 24px; padding: 7px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.field, .form input, .form textarea, .form select { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 11px; outline: 0; color: var(--ink); background: var(--white); transition: border-color .2s ease, box-shadow .2s ease; }
.field { border: 0; }
.field:focus, .form input:focus, .form textarea:focus, .form select:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(11,121,87,.10); }

.article-layout { grid-template-columns: minmax(0, 820px) minmax(280px, 310px); gap: 22px; justify-content: start; padding-top: 34px; }
.article { overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--paper); box-shadow: var(--shadow); }
.article-head { padding: clamp(26px, 5vw, 52px) clamp(24px, 5vw, 58px) 36px; border-bottom: 1px solid var(--line); background: linear-gradient(145deg, #fffdf8, #f0f4ec); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { color: var(--green); font-weight: 800; text-decoration: none; }
.article-head > .type-badge { margin-bottom: 16px; }
.article-head h1 { max-width: 720px; margin-bottom: 21px; font-size: clamp(2.25rem, 5vw, 4rem); }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; color: var(--muted); font-size: 12px; }
.answer-block { margin: 0; padding: 34px clamp(24px, 5vw, 58px); border: 0; border-bottom: 1px solid rgba(11,121,87,.18); border-radius: 0; background: var(--green-soft); }
.answer-block h2 { margin-bottom: 12px; font-size: 1.5rem; }
.answer-block p { margin-bottom: 0; color: var(--green-deep); font-family: "Literata", serif; font-size: clamp(18px, 2.4vw, 23px); font-weight: 600; line-height: 1.55; }
.entity-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 24px clamp(24px, 5vw, 58px) 0; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--canvas); }
.entity-card div { display: grid; gap: 4px; }
.entity-card span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.entity-card strong { font-size: 14px; line-height: 1.4; }
.entity-card > a { flex: 0 0 auto; padding: 9px 12px; border-radius: 10px; color: var(--white); background: var(--green); text-decoration: none; font-size: 12px; font-weight: 800; }
.article-toc { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px clamp(24px, 5vw, 58px); }
.article-toc a { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); background: var(--white); text-decoration: none; font-size: 11px; font-weight: 800; }
.article-toc a:hover { border-color: var(--green); color: var(--green); }
.article-section { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 20px; margin: 0; padding: 34px clamp(24px, 5vw, 58px); border-top: 1px solid var(--line); }
.section-number { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--green); background: var(--green-soft); font-size: 10px; font-weight: 800; }
.article-section h2 { font-size: clamp(1.55rem, 3vw, 2.1rem); }
.article-section p, .article-section li { color: var(--ink-soft); }
.article-section ul { padding-left: 20px; }
.article-section a { font-weight: 800; overflow-wrap: anywhere; }
.steps { display: grid; gap: 0; margin: 0; padding: 0; counter-reset: steps; list-style: none; }
.steps li { position: relative; padding: 0 0 20px 42px; counter-increment: steps; }
.steps li::before { position: absolute; top: -2px; left: 0; display: grid; width: 27px; height: 27px; place-items: center; border-radius: 8px; color: var(--white); background: var(--green); content: counter(steps); font-size: 11px; font-weight: 800; }
.steps li:not(:last-child)::after { position: absolute; top: 28px; bottom: 2px; left: 13px; width: 1px; background: var(--line); content: ""; }
.community-block, .refine-block { margin: 24px clamp(24px, 5vw, 58px); padding: 26px; border-radius: 20px; }
.community-block { background: var(--canvas); }
.community-block h2, .refine-block h2 { font-size: 1.7rem; }
.people-answer { margin-top: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.people-answer--empty { color: var(--muted); font-size: 13px; }
.people-answer span { margin-left: 8px; color: var(--green); font-size: 11px; font-weight: 800; }
.refine-block { border: 1px solid rgba(230,109,69,.24); background: var(--coral-soft); }
.refine-block > div > p { color: var(--muted); font-size: 13px; }
.form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.form label { display: grid; gap: 6px; font-size: 12px; font-weight: 800; }
.form .full { grid-column: 1 / -1; }
.form .check { display: flex; flex-direction: row; align-items: flex-start; font-weight: 500; }
.form .check input { width: auto; margin-top: 5px; }
.form .btn { width: fit-content; }

.form-page, .legal, .empty-state { max-width: 820px; margin: 40px auto 70px; padding: clamp(24px,5vw,50px); border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }
.lead { color: var(--muted); font-size: 17px; }
.notice { margin: 14px 0; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.notice--ok { border-color: rgba(11,121,87,.25); background: var(--green-soft); }
.notice--bad { border-color: rgba(230,109,69,.28); background: var(--coral-soft); }
.empty { padding: 18px; border: 1px solid var(--line); border-radius: 16px; color: var(--muted); background: var(--paper); }

.admin-body { background: #eef1ed; }
.admin-body main.wrap { width: min(1440px, calc(100% - 32px)); }
.admin { margin: 28px 0 60px; padding: 26px; border: 1px solid #d5ddd8; border-radius: 22px; background: #fff; box-shadow: 0 12px 38px rgba(35,54,45,.07); }
.admin h1 { font-size: clamp(2rem,4vw,3.2rem); }
.admin-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; }
.admin table { width: 100%; margin: 14px 0 28px; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid #dbe1dd; border-radius: 12px; font-size: 13px; }
.admin th { color: #53665c; background: #f0f3f1; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.admin th, .admin td { padding: 10px; border-right: 1px solid #e1e6e3; border-bottom: 1px solid #e1e6e3; vertical-align: top; text-align: left; }
.admin tr:last-child td { border-bottom: 0; }
.admin th:last-child, .admin td:last-child { border-right: 0; }
.admin a { color: var(--green); font-weight: 800; }
.admin button { padding: 7px 9px; border: 1px solid #d7ded9; border-radius: 7px; background: #fff; cursor: pointer; }
.editor { max-width: 1100px; margin-inline: auto; }
.editor .form { align-items: start; }
.editor .form label { padding: 12px; border: 1px solid #dfe5e1; border-radius: 12px; background: #f8faf8; }
.editor textarea { min-height: 120px; resize: vertical; }
.queue-stats { display: grid; grid-template-columns: repeat(7,minmax(90px,1fr)); gap: 8px; margin: 18px 0; }
.queue-stats a { display: grid; gap: 2px; padding: 12px; border: 1px solid #d8dfda; border-radius: 10px; color: var(--ink); background: #f5f8f6; text-decoration: none; }
.queue-stats strong { font-size: 24px; }
.queue-stats span { color: var(--muted); font-size: 11px; }
.queue-form { display: grid; grid-template-columns: 115px 68px minmax(150px,1fr) auto; gap: 5px; }
.queue-form input, .queue-form select { min-width: 0; padding: 7px; border: 1px solid #d7ded9; border-radius: 7px; }

.footer { margin-top: 60px; padding: 46px 0; border-top: 1px solid var(--line); background: #e8e3d8; }
.footer__grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 50px; align-items: start; }
.brand--footer { margin-bottom: 18px; }
.footer p { max-width: 420px; margin: 0; color: var(--muted); font-size: 13px; }
.footer__links { display: grid; gap: 8px; }
.footer__links a { color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 700; }
.footer__note { padding-left: 18px; border-left: 3px solid var(--coral); }

@keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 960px) {
  .topbar__inner { gap: 18px; }
  .topbar nav { gap: 18px; }
  .service-hero { grid-template-columns: 1fr; }
  .hero__aside { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .hero__aside-label { grid-column: 1 / -1; }
  .hero__aside > a { grid-column: 1 / -1; }
  .layout, .article-layout { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .adbox { display: none; }
  .topic-grid { grid-template-columns: repeat(2,1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__note { grid-column: 1 / -1; }
  .queue-stats { grid-template-columns: repeat(4,1fr); }
}

@media (max-width: 720px) {
  .wrap { width: min(100% - 24px, 1240px); }
  .topbar__inner { min-height: 70px; flex-wrap: wrap; padding: 9px 0; }
  .brand__text small { display: none; }
  .topbar nav { order: 3; width: 100%; overflow-x: auto; padding-bottom: 3px; }
  .topbar nav a { flex: 0 0 auto; }
  .topbar .btn--small { margin-left: auto; }
  .service-hero { margin-top: 16px; padding: 28px 22px; border-radius: 24px; }
  .service-hero h1 { font-size: clamp(2.35rem,12vw,3.6rem); }
  .searchbar { display: grid; }
  .searchbar .btn { width: 100%; }
  .suggestions span { width: 100%; }
  .quick { grid-template-columns: repeat(2,1fr); margin-bottom: 34px; }
  .feed { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: 1fr; }
  .topic-grid { grid-template-columns: 1fr; }
  .article { border-radius: 22px; }
  .article-section { grid-template-columns: 1fr; gap: 10px; }
  .entity-card { align-items: flex-start; flex-direction: column; }
  .form { grid-template-columns: 1fr; }
  .form .full { grid-column: auto; }
  .footer__grid { grid-template-columns: 1fr; gap: 26px; }
  .queue-stats { grid-template-columns: repeat(2,1fr); }
  .queue-form { grid-template-columns: 1fr; }
  .admin { overflow-x: auto; padding: 16px; }
}

@media (max-width: 460px) {
  .brand__mark { width: 37px; height: 37px; }
  .brand__text { font-size: 17px; }
  .topbar .btn--small { min-height: 38px; padding: 7px 10px; }
  .quick { grid-template-columns: 1fr; }
  .quick a { min-height: 110px; }
  .hero__aside { grid-template-columns: 1fr; }
  .hero__aside-label, .hero__aside > a { grid-column: auto; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .article-head, .answer-block, .article-section { padding-right: 20px; padding-left: 20px; }
  .entity-card, .article-toc, .community-block, .refine-block { margin-right: 20px; margin-left: 20px; }
}

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