:root {
  --brick: #B9473F;
  --amber: #D89A45;
  --charcoal: #1E2026;
  --paper: #F7F4EF;
  --paper-2: #EEE9E2;
  --ink: #2B2D31;
  --muted: #6F706F;
  --accent: #E06A3B;
  --line: rgba(30, 32, 38, 0.14);
  --soft-line: rgba(30, 32, 38, 0.08);
  --shadow: 0 18px 45px rgba(30, 32, 38, 0.08);
  --radius: 22px;
  --radius-sm: 13px;
  --max: 1180px;
  --measure: 760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}
body.modal-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-underline-offset: 0.2em; }
a:hover { color: var(--brick); }
button, input { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: var(--charcoal);
  color: #fff;
  border-radius: 10px;
}
.skip-link:focus { transform: translateY(0); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(30, 32, 38, 0.09);
  background: rgba(247, 244, 239, 0.96);
  backdrop-filter: blur(12px);
}
.header-inner {
  max-width: var(--max);
  min-height: 74px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  min-width: 205px;
}
.brand img { width: 42px; height: 42px; object-fit: contain; border-radius: 10px; }
.brand-copy { display: grid; line-height: 1.25; }
.brand-copy strong { font-size: 1rem; color: var(--charcoal); letter-spacing: .02em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .76rem; }
.primary-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.primary-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  text-decoration: none;
  font-size: .92rem;
  color: #48494d;
}
.primary-nav a[aria-current="page"] { background: var(--paper-2); color: var(--brick); font-weight: 700; }
.search-open, .menu-toggle {
  border: 1px solid var(--line);
  text-decoration: none;
  background: transparent;
  color: var(--charcoal);
  border-radius: 999px;
  padding: 9px 14px;
}
.search-open:hover, .menu-toggle:hover { border-color: var(--brick); color: var(--brick); }
.menu-toggle { display: none; }
.site-main { min-height: 66vh; }
.section, .page-wrap { max-width: var(--max); margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.section { padding-top: 78px; padding-bottom: 78px; }
.section.compact { padding-top: 52px; padding-bottom: 52px; }
.section.muted-band { max-width: none; background: var(--paper-2); }
.section.muted-band > .section-inner { max-width: var(--max); margin: 0 auto; }
.section.dark-band { max-width: none; background: var(--charcoal); color: #f4efe8; }
.section.dark-band > .section-inner { max-width: var(--max); margin: 0 auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--brick);
  font-weight: 800;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
h1, h2, h3 { color: var(--charcoal); line-height: 1.22; margin-top: 0; }
h1 { font-size: clamp(2.25rem, 6vw, 5.15rem); letter-spacing: -.045em; }
h2 { font-size: clamp(1.6rem, 3vw, 2.7rem); letter-spacing: -.025em; }
h3 { font-size: 1.22rem; }
p { margin: 0 0 1.15em; }
.lead { font-size: clamp(1.04rem, 1.8vw, 1.24rem); color: #55565a; max-width: 760px; }
.section-head { max-width: 760px; margin-bottom: 30px; }
.section-head p { color: var(--muted); font-size: 1.04rem; }
.hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 62px 24px 46px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 54px;
  align-items: center;
}
.hero-copy { padding: 28px 0; }
.hero h1 { max-width: 760px; margin-bottom: 22px; }
.hero .lead { margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 750;
}
.button.primary { background: var(--accent); color: #fff; }
.button.primary:hover { background: var(--brick); color: #fff; }
.button.secondary { border-color: var(--line); color: var(--charcoal); background: rgba(255,255,255,.38); }
.button.secondary:hover { border-color: var(--brick); color: var(--brick); }
.hero-visual { position: relative; }
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 11% -8% -8% 16%;
  border-radius: 44% 56% 48% 52%;
  background: var(--paper-2);
  z-index: -1;
}
.hero-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.hero-note {
  margin: -44px 22px 0 auto;
  width: min(320px, calc(100% - 44px));
  position: relative;
  background: var(--charcoal);
  color: #f4efe8;
  padding: 18px 20px;
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.hero-note strong { display: block; color: #fff; margin-bottom: 5px; }
.hero-note p { margin: 0; font-size: .9rem; color: #d6d0c7; }
.quick-strip {
  max-width: var(--max);
  margin: 0 auto;
  padding: 12px 24px 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.quick-strip a {
  border-top: 1px solid var(--line);
  padding: 17px 4px 4px;
  text-decoration: none;
  display: grid;
  gap: 4px;
}
.quick-strip strong { color: var(--charcoal); }
.quick-strip span { color: var(--muted); font-size: .88rem; }
.entry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.entry-card {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.32);
  display: flex;
  flex-direction: column;
}
.entry-card .label { color: var(--brick); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.entry-card h3 { margin: 18px 0 10px; font-size: 1.45rem; }
.entry-card p { color: var(--muted); }
.entry-card a { margin-top: auto; font-weight: 800; color: var(--brick); text-decoration-thickness: 1px; }
.split-feature { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: center; }
.split-feature.reverse { grid-template-columns: 1.1fr .9fr; }
.split-feature.reverse .feature-media { order: 2; }
.feature-media img { border-radius: 26px; width: 100%; aspect-ratio: 5/4; object-fit: cover; box-shadow: var(--shadow); }
.feature-copy h2 { margin-bottom: 16px; }
.feature-copy p { color: var(--muted); }
.feature-list { margin: 24px 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.feature-list li { padding: 0 0 14px 30px; border-bottom: 1px solid var(--soft-line); position: relative; }
.feature-list li::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--amber); position: absolute; left: 4px; top: .55em; }
.editorial-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 28px; }
.article-featured {
  min-height: 420px;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  background: var(--charcoal);
}
.article-featured img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; opacity: .68; }
.article-featured .overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 54px 30px 28px;
  color: white;
  background: linear-gradient(to bottom, transparent, rgba(30,32,38,.94));
}
.article-featured h3 { color: #fff; font-size: clamp(1.45rem, 3vw, 2.1rem); margin-bottom: 10px; }
.article-featured p { color: #e3ddd4; max-width: 650px; }
.article-featured a { color: #fff; font-weight: 800; }
.article-side-list { display: grid; gap: 10px; }
.article-side {
  padding: 18px 0 18px 18px;
  border-left: 3px solid var(--paper-2);
}
.article-side:hover { border-left-color: var(--brick); }
.article-side .meta { color: var(--brick); font-size: .78rem; font-weight: 800; }
.article-side h3 { margin: 7px 0; font-size: 1.04rem; }
.article-side p { margin: 0; color: var(--muted); font-size: .9rem; }
.article-side a { text-decoration: none; }
.topic-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.topic-row { display: grid; grid-template-columns: 170px 1fr auto; gap: 22px; align-items: center; padding: 24px; background: var(--paper); }
.topic-row .focus { color: var(--brick); font-weight: 800; }
.topic-row h3 { margin: 0 0 6px; }
.topic-row p { margin: 0; color: var(--muted); }
.topic-row a { font-weight: 800; color: var(--brick); white-space: nowrap; }
.note-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.note-card { border-top: 4px solid var(--amber); background: rgba(255,255,255,.46); padding: 23px; border-radius: 0 0 18px 18px; }
.note-card h3 { margin-bottom: 10px; }
.note-card p { color: var(--muted); margin: 0; }
.guide-index { counter-reset: guide; display: grid; gap: 18px; }
.guide-card {
  counter-increment: guide;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.guide-card::before {
  content: counter(guide, decimal-leading-zero);
  font-size: 1.6rem;
  font-weight: 850;
  color: var(--brick);
}
.guide-card h3 { margin-bottom: 8px; }
.guide-card p { color: var(--muted); }
.guide-card ol { margin: 14px 0 0; padding-left: 1.25em; }
.guide-card li + li { margin-top: 7px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: rgba(255,255,255,.34); }
.faq-question {
  width: 100%;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: var(--charcoal);
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-weight: 800;
}
.faq-question::after { content: "+"; color: var(--brick); font-size: 1.25rem; }
.faq-question[aria-expanded="true"]::after { content: "−"; }
.faq-answer { padding: 0 20px 20px; color: var(--muted); }
.faq-answer p { margin: 0; }
.page-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 58px 24px 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: end;
}
.page-hero h1 { font-size: clamp(2.15rem, 5vw, 4.35rem); margin-bottom: 20px; }
.page-hero .summary { color: var(--muted); font-size: 1.1rem; max-width: 760px; }
.page-hero img { width: 100%; aspect-ratio: 5/4; object-fit: cover; border-radius: 24px; }
.breadcrumbs { max-width: var(--max); margin: 0 auto; padding: 22px 24px 0; font-size: .86rem; color: var(--muted); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; list-style: none; gap: 8px; margin: 0; padding: 0; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #aaa69f; }
.breadcrumbs a { text-decoration: none; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; align-items: start; }
.prose { max-width: var(--measure); }
.prose h2 { margin-top: 2.3em; margin-bottom: .7em; font-size: clamp(1.45rem, 3vw, 2.1rem); }
.prose h3 { margin-top: 1.8em; }
.prose p { color: #414247; font-size: 1.02rem; }
.prose ul, .prose ol { padding-left: 1.35em; }
.prose li + li { margin-top: .5em; }
.callout { margin: 28px 0; padding: 20px 22px; border-left: 4px solid var(--amber); background: var(--paper-2); border-radius: 0 15px 15px 0; }
.callout strong { color: var(--charcoal); }
.side-panel { position: sticky; top: 100px; display: grid; gap: 16px; }
.side-box { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.35); }
.side-box h2, .side-box h3 { font-size: 1rem; margin-bottom: 10px; }
.side-box ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.side-box a { font-size: .9rem; }
.meta-line { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: .88rem; margin: 14px 0 0; }
.meta-chip { border: 1px solid var(--line); border-radius: 999px; padding: 5px 9px; }
.article-list { display: grid; gap: 1px; border: 1px solid var(--line); background: var(--line); border-radius: 22px; overflow: hidden; }
.article-row {
  background: var(--paper);
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr) 110px;
  gap: 22px;
  align-items: center;
  padding: 18px;
}
.article-row img { width: 156px; height: 104px; object-fit: cover; border-radius: 13px; }
.article-row h2, .article-row h3 { font-size: 1.16rem; margin-bottom: 7px; }
.article-row p { color: var(--muted); margin: 0; font-size: .92rem; }
.article-row .category { color: var(--brick); font-size: .78rem; font-weight: 800; }
.article-row .read { font-weight: 800; color: var(--brick); text-align: right; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.tag { background: var(--paper-2); color: #58595d; border-radius: 999px; padding: 5px 9px; font-size: .78rem; }
.article-cover { max-width: var(--max); margin: 0 auto; padding: 8px 24px 10px; }
.article-cover img { width: 100%; max-height: 520px; object-fit: cover; border-radius: 28px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-card { padding: 20px; border: 1px solid var(--line); border-radius: 16px; }
.related-card .category { color: var(--brick); font-size: .76rem; font-weight: 800; }
.related-card h3 { margin: 9px 0; font-size: 1.03rem; }
.related-card p { color: var(--muted); font-size: .88rem; }
.related-card a { font-weight: 800; color: var(--brick); }
.search-page-form { max-width: 760px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.38); }
.search-line { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.search-line input { min-width: 0; border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 12px 16px; color: var(--ink); }
.search-line input:focus { outline: 3px solid rgba(224,106,59,.18); border-color: var(--accent); }
.search-line button { border: 0; border-radius: 999px; padding: 12px 18px; background: var(--accent); color: #fff; font-weight: 800; }
.search-results { margin-top: 30px; display: grid; gap: 12px; }
.search-result { padding: 20px; border-bottom: 1px solid var(--line); }
.search-result .type { color: var(--brick); font-size: .78rem; font-weight: 800; }
.search-result h2 { font-size: 1.2rem; margin: 7px 0; }
.search-result p { color: var(--muted); }
.search-result a { font-weight: 800; color: var(--brick); }
.empty-state { padding: 30px; background: var(--paper-2); border-radius: 18px; max-width: 760px; }
.empty-state h2 { font-size: 1.35rem; }
.inline-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.inline-links a { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-size: .88rem; }
.status-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.status-item { padding: 20px; border-left: 4px solid var(--brick); background: rgba(255,255,255,.38); }
.status-item h3 { margin-bottom: 8px; }
.status-item p { margin: 0; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-card p { color: var(--muted); }
.notice {
  padding: 18px 20px;
  background: #f1e1d8;
  border: 1px solid rgba(185,71,63,.18);
  border-radius: 14px;
}
.notice p:last-child { margin-bottom: 0; }
.error-code { font-size: clamp(5rem, 18vw, 11rem); line-height: .9; color: var(--brick); font-weight: 900; letter-spacing: -.08em; margin: 0; }
.search-modal[hidden] { display: none !important; }
.search-modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: start center; padding: 12vh 20px 20px; }
.search-backdrop { position: absolute; inset: 0; background: rgba(30,32,38,.66); }
.search-panel { position: relative; width: min(660px, 100%); border-radius: 22px; padding: 24px; background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.search-panel-head { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-bottom: 18px; }
.search-panel-head h2 { margin: 0; font-size: 1.35rem; }
.icon-button { border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: 8px 12px; }
.search-form label { display: block; font-weight: 800; margin-bottom: 8px; }
.search-hint { color: var(--muted); font-size: .86rem; margin: 12px 0 0; }
.back-top { position: fixed; right: 20px; bottom: 20px; z-index: 60; border: 0; border-radius: 999px; background: var(--charcoal); color: #fff; padding: 11px 15px; box-shadow: var(--shadow); }
.site-footer { margin-top: 60px; background: var(--charcoal); color: #d7d1c8; }
.footer-grid { max-width: var(--max); margin: 0 auto; padding: 60px 24px 38px; display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 34px; }
.site-footer h2 { color: #fff; font-size: 1rem; }
.site-footer p { color: #bdb7ae; font-size: .9rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-footer a { color: #ddd7cf; text-decoration: none; font-size: .9rem; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { max-width: var(--max); margin: 0 auto; border-top: 1px solid rgba(255,255,255,.11); padding: 20px 24px 28px; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer-bottom p { margin: 0; }
.back-home { white-space: nowrap; }
.dark-band h2, .dark-band h3 { color: #fff; }
.dark-band .section-head p, .dark-band p { color: #c9c2b8; }
.dark-band .eyebrow { color: #e8a86a; }
.dark-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dark-links a { padding: 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; text-decoration: none; color: #fff; }
.dark-links a:hover { border-color: #e8a86a; color: #fff; }
.dark-links strong { display: block; margin-bottom: 5px; }
.dark-links span { color: #bfb8ae; font-size: .87rem; }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: auto 1fr auto auto; gap: 12px; }
  .primary-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 0 12px;
  }
  .js .menu-toggle { display: inline-flex; justify-self: end; }
  .js .primary-nav {
    position: absolute;
    top: 74px;
    left: 20px;
    right: 20px;
    display: none;
    padding: 12px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }
  .js .primary-nav.is-open { display: flex; }
  .primary-nav a { border-radius: 10px; }
  .hero { gap: 30px; }
  .content-layout { grid-template-columns: minmax(0, 1fr) 260px; gap: 30px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid section:last-child { grid-column: 2 / -1; }
}

@media (max-width: 900px) {
  .hero, .page-hero, .split-feature, .split-feature.reverse, .editorial-grid, .content-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 38px; }
  .hero-visual { max-width: 680px; }
  .split-feature.reverse .feature-media { order: initial; }
  .page-hero { align-items: start; }
  .page-hero img { max-width: 620px; }
  .side-panel { position: static; grid-template-columns: repeat(2, 1fr); }
  .topic-row { grid-template-columns: 130px 1fr; }
  .topic-row a { grid-column: 2; }
  .article-row { grid-template-columns: 136px 1fr; }
  .article-row img { width: 136px; height: 96px; }
  .article-row .read { grid-column: 2; text-align: left; }
  .related-grid, .note-grid, .dark-links { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid section:last-child { grid-column: auto; }
}

@media (max-width: 680px) {
  .header-inner { min-height: 66px; padding: 0 16px; grid-template-columns: minmax(0, 1fr) auto auto; }
  .brand { min-width: 0; }
  .brand img { width: 36px; height: 36px; }
  .brand-copy small { display: none; }
  .search-open { padding: 8px 11px; font-size: 0; }
  .search-open::after { content: "搜索"; font-size: .86rem; }
  .menu-toggle { padding: 8px 11px; }
  .js .primary-nav { top: 66px; left: 12px; right: 12px; }
  .section, .page-wrap { padding-left: 18px; padding-right: 18px; }
  .section { padding-top: 56px; padding-bottom: 56px; }
  .hero { padding: 32px 18px 34px; grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(2.25rem, 13vw, 3.7rem); }
  .hero-note { margin-top: -28px; }
  .quick-strip { padding: 10px 18px 24px; grid-template-columns: 1fr; }
  .entry-grid, .related-grid, .note-grid, .dark-links, .status-list, .contact-grid, .side-panel { grid-template-columns: 1fr; }
  .entry-card { min-height: 0; }
  .page-hero { padding: 38px 18px 24px; gap: 24px; }
  .breadcrumbs { padding-left: 18px; padding-right: 18px; }
  .article-cover { padding-left: 18px; padding-right: 18px; }
  .topic-row { grid-template-columns: 1fr; gap: 10px; }
  .topic-row a { grid-column: auto; }
  .article-row { grid-template-columns: 1fr; }
  .article-row img { width: 100%; height: auto; aspect-ratio: 16/9; }
  .article-row .read { grid-column: auto; }
  .guide-card { grid-template-columns: 1fr; }
  .guide-card::before { font-size: 1.2rem; }
  .search-line { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; padding: 46px 18px 28px; }
  .footer-bottom { padding: 18px; align-items: flex-start; flex-direction: column; }
  .search-modal { padding-top: 8vh; }
}

@media (max-width: 420px) {
  .brand-copy strong { font-size: .92rem; }
  .hero-actions .button { width: 100%; }
  .entry-card, .guide-card, .contact-card { padding: 20px; }
  .article-featured .overlay { padding: 44px 20px 20px; }
  .search-panel { padding: 18px; }
}
