:root {
  --ink: #203a35;
  --muted: #5f716d;
  --green: #174b43;
  --green-2: #267363;
  --green-3: #dceee8;
  --mint: #f2f8f5;
  --cream: #fbf7ee;
  --gold: #c18d3d;
  --red: #a83f37;
  --line: #d9e5e1;
  --white: #fff;
  --shadow: 0 18px 48px rgba(25, 67, 58, .11);
  --radius: 22px;
  --content: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}
body.nav-open { overflow: hidden; }
a { color: var(--green-2); text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.skip-link {
  position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-160%);
  padding: 10px 16px; color: #fff; background: var(--green); border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #e6ad48; outline-offset: 3px; }

.container { width: min(var(--content), calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(900px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 8px; color: var(--green-2); font-size: .78rem; font-weight: 900;
  letter-spacing: .16em; text-transform: uppercase;
}
.section { padding: 92px 0; }
.section--soft { background: var(--mint); }
.section--cream { background: var(--cream); }
.section--dark { color: #fff; background: var(--green); }
.section-heading { margin: 0 0 16px; font-size: clamp(1.8rem, 4vw, 2.75rem); line-height: 1.38; letter-spacing: .02em; }
.section-lead { max-width: 780px; margin: 0 auto 42px; color: var(--muted); text-align: center; }
.section-title-wrap { margin-bottom: 42px; text-align: center; }
.section-title-wrap .section-heading { margin-bottom: 12px; }
.section-title-wrap p:last-child { margin: 0 auto; max-width: 820px; color: var(--muted); }
.section--dark .eyebrow, .section--dark .section-lead, .section--dark .section-title-wrap p:last-child { color: #d7ece7; }
.source-note { margin: 20px 0 0; color: var(--muted); font-size: .84rem; }
.source-note a { word-break: break-all; }
.badge {
  display: inline-flex; align-items: center; gap: 6px; padding: 4px 11px;
  border: 1px solid #b8d8ce; border-radius: 999px; color: var(--green); background: #edf8f4;
  font-size: .78rem; font-weight: 800;
}
.badge--warm { color: #744e12; background: #fff7e8; border-color: #ebd3a6; }
.badge--alert { color: #842f29; background: #fff1f0; border-color: #e8b4b0; }

.site-header {
  position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(23, 75, 67, .12);
  background: rgba(255, 255, 255, .95); backdrop-filter: blur(14px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-weight: 900; white-space: nowrap; }
.brand-mark {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  color: #fff; background: linear-gradient(140deg, var(--green), var(--green-2)); font-family: serif; font-size: 1.35rem;
}
.brand small { display: block; color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .05em; }
.global-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.global-nav a { color: var(--ink); text-decoration: none; font-size: .9rem; font-weight: 800; }
.global-nav a:hover { color: var(--green-2); }
.header-phone {
  display: inline-flex; flex-direction: column; align-items: center; padding: 7px 15px; border-radius: 12px;
  color: #fff !important; background: var(--green); line-height: 1.25;
}
.header-phone strong { font-size: 1rem; letter-spacing: .03em; }
.header-phone small { font-size: .66rem; }
.menu-button { display: none; margin-left: auto; width: 58px; height: 44px; border: 0; border-radius: 10px; color: var(--green); background: var(--mint); font-size: .75rem; font-weight: 900; white-space: nowrap; }

.hero {
  position: relative; overflow: hidden; padding: 76px 0 64px;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.9) 0 10%, transparent 10.2%),
    radial-gradient(circle at 78% 25%, rgba(38,115,99,.13) 0 22%, transparent 22.2%),
    linear-gradient(135deg, #edf7f3 0%, #fbf8ef 62%, #fff 100%);
}
.hero::after {
  content: ""; position: absolute; inset: auto -6% -120px 42%; height: 320px; border-radius: 50% 50% 0 0;
  background: repeating-linear-gradient(90deg, transparent 0 48px, rgba(23,75,67,.07) 49px 51px), linear-gradient(180deg, transparent, rgba(23,75,67,.06));
  transform: rotate(-4deg); pointer-events: none;
}
.breadcrumbs { margin: 0 0 34px; padding: 0; display: flex; gap: 8px; list-style: none; color: var(--muted); font-size: .8rem; }
.breadcrumbs a { color: inherit; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 56px; align-items: center; }
.hero h1 { margin: 0 0 20px; font-size: clamp(2.25rem, 5.8vw, 4.25rem); line-height: 1.25; letter-spacing: .02em; }
.hero h1 span { display: block; color: var(--green-2); }
.hero-catch { margin: 0 0 16px; color: var(--gold); font-size: 1.05rem; font-weight: 900; }
.hero-copy { margin: 0 0 26px; max-width: 730px; color: #425a55; }
.hero-points { margin: 0 0 28px; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
.hero-points li { padding: 6px 12px; border-radius: 999px; background: #fff; box-shadow: 0 5px 20px rgba(23,75,67,.08); font-size: .82rem; font-weight: 800; }
.hero-panel { padding: 26px; border: 1px solid rgba(255,255,255,.8); border-radius: 28px; background: rgba(255,255,255,.82); box-shadow: var(--shadow); }
.hero-panel h2 { margin: 0 0 6px; font-size: 1.2rem; }
.hero-panel > p { margin: 0 0 18px; color: var(--muted); font-size: .9rem; }
.hero-cta { display: grid; gap: 12px; }
.cta {
  display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 64px; padding: 13px 17px;
  border: 2px solid var(--green); border-radius: 15px; color: var(--green); background: #fff; text-decoration: none; font-weight: 900; line-height: 1.4;
}
.cta::after { content: "→"; flex: 0 0 auto; }
.cta small { display: block; color: var(--muted); font-weight: 600; }
.cta--urgent { color: #fff; background: var(--red); border-color: var(--red); }
.cta--urgent small { color: #fff1ee; }
.cta--line { color: #126629; border-color: #2cb742; }
.hero-note { margin: 18px 0 0; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }

.decision-grid, .format-grid, .support-grid, .facility-grid, .cost-grid { display: grid; gap: 20px; }
.decision-grid { grid-template-columns: repeat(3, 1fr); }
.decision-card {
  padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 28px rgba(23,75,67,.05);
}
.decision-card .num { color: var(--green-2); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.decision-card h3 { margin: 6px 0 10px; font-size: 1.1rem; line-height: 1.5; }
.decision-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.decision-summary { margin: 32px 0 0; padding: 24px 28px; border-left: 6px solid var(--green-2); border-radius: 12px; background: var(--mint); font-weight: 700; }

.role-box { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.role-table, .procedure-table { width: 100%; border-collapse: collapse; min-width: 780px; }
.role-table th, .role-table td, .procedure-table th, .procedure-table td { padding: 15px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.role-table th, .procedure-table th { color: #fff; background: var(--green); font-size: .88rem; }
.role-table tr:last-child td, .procedure-table tr:last-child td { border-bottom: 0; }
.role-table td:first-child { font-weight: 900; }
.role-table .yes { color: #126629; font-weight: 900; }
.role-table .no { color: var(--red); font-weight: 900; }

.news-list { display: grid; gap: 12px; }
.news-item { display: grid; grid-template-columns: 155px 1fr; gap: 20px; padding: 20px 22px; border: 1px solid #eadcc0; border-radius: 15px; background: #fff; }
.news-date { color: #744e12; font-size: .82rem; font-weight: 900; }
.news-item p { margin: 0; }
.news-item a { font-weight: 800; }

.facility-grid { grid-template-columns: repeat(2, 1fr); }
.facility-card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 14px 36px rgba(23,75,67,.08); }
.facility-card::before { content: attr(data-no); position: absolute; top: 20px; right: 24px; color: #dbece7; font-size: 3rem; font-weight: 900; line-height: 1; }
.facility-card h3 { margin: 10px 0 10px; padding-right: 58px; font-size: 1.5rem; }
.facility-card > p { margin: 0 0 16px; color: var(--muted); }
.facility-facts { margin: 0; display: grid; grid-template-columns: 7.5em 1fr; }
.facility-facts dt, .facility-facts dd { margin: 0; padding: 9px 0; border-top: 1px solid var(--line); font-size: .9rem; }
.facility-facts dt { color: var(--green); font-weight: 900; }
.facility-card .source-note { padding-top: 15px; border-top: 1px solid var(--line); }

.format-grid { grid-template-columns: repeat(3, 1fr); }
.format-card { padding: 26px; border-radius: var(--radius); background: #fff; box-shadow: 0 12px 32px rgba(23,75,67,.07); }
.format-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: #fff; background: var(--green-2); font-weight: 900; }
.format-card h3 { margin: 14px 0 8px; font-size: 1.18rem; }
.format-card p { margin: 0 0 14px; color: var(--muted); font-size: .92rem; }
.text-link { display: inline-flex; gap: 6px; align-items: center; font-weight: 900; }
.text-link::after { content: "→"; }

.cost-grid { grid-template-columns: repeat(5, 1fr); }
.cost-item { padding: 23px 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; text-align: center; }
.cost-item strong { display: block; margin-bottom: 7px; color: var(--green); }
.cost-item p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.65; }
.cost-note { margin: 30px 0 0; padding: 24px; border-radius: 16px; color: #5d4012; background: #fff6e5; }

.support-grid { grid-template-columns: repeat(3, 1fr); counter-reset: support; }
.support-card { position: relative; padding: 28px 26px 26px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: rgba(255,255,255,.08); }
.support-card::before { counter-increment: support; content: "0" counter(support); color: #9ed0c2; font-weight: 900; letter-spacing: .08em; }
.support-card h3 { margin: 8px 0; font-size: 1.08rem; }
.support-card p { margin: 0; color: #d8ece7; font-size: .9rem; }

.availability-box { display: grid; grid-template-columns: 1fr .9fr; gap: 34px; padding: 36px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.availability-status { padding: 25px; border-radius: 18px; background: var(--mint); }
.availability-status h3 { margin: 0 0 8px; }
.availability-status p { margin: 0 0 13px; color: var(--muted); }
.availability-meta { margin: 0; padding: 0; list-style: none; font-size: .84rem; }
.availability-meta li + li { margin-top: 7px; }
.availability-links { display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; padding: 12px 22px;
  border: 2px solid var(--green); border-radius: 999px; color: #fff; background: var(--green); text-decoration: none; font-weight: 900;
}
.button--ghost { color: var(--green); background: #fff; }
.button--line { color: #126629; background: #fff; border-color: #2cb742; }

.transport-box { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; align-items: start; }
.call-checklist { margin: 0; padding: 0; counter-reset: call; list-style: none; }
.call-checklist li { counter-increment: call; display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.call-checklist li::before { content: counter(call); display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--green-2); font-weight: 900; }
.transport-steps { padding: 28px; border-radius: var(--radius); background: var(--mint); }
.transport-steps h3 { margin-top: 0; }
.transport-steps p { margin: 0; font-weight: 800; }

.timeline { position: relative; margin: 0; padding: 0; display: grid; gap: 16px; list-style: none; }
.timeline::before { content: ""; position: absolute; top: 24px; bottom: 24px; left: 29px; width: 2px; background: #a9cdc2; }
.timeline li { position: relative; display: grid; grid-template-columns: 60px 1fr; gap: 20px; align-items: start; }
.step-no { position: relative; z-index: 1; display: grid; place-items: center; width: 60px; height: 60px; border: 6px solid var(--mint); border-radius: 50%; color: #fff; background: var(--green); font-weight: 900; }
.step-body { padding: 16px 20px 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.step-body h3 { margin: 0 0 4px; font-size: 1.03rem; }
.step-body p { margin: 0; color: var(--muted); font-size: .9rem; }

.reprint-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; }
.reprint-block h3 { margin: 0 0 8px; font-size: 1.35rem; }
.reprint-block > p { margin: 0 0 18px; color: var(--muted); }
.reprint-grid { display: grid; gap: 15px; }
.reprint-card { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding: 14px; border: 1px solid var(--line); border-radius: 17px; color: inherit; background: #fff; text-decoration: none; }
.reprint-card:hover { border-color: #9bc7ba; box-shadow: 0 9px 22px rgba(23,75,67,.08); }
.reprint-card-media { width: 130px; aspect-ratio: 4/3; overflow: hidden; border-radius: 12px; background: var(--mint); }
.reprint-card-media img { width: 100%; height: 100%; object-fit: cover; }
.reprint-card-media--portrait { display: grid; place-items: center; background: #f7fbf9; }
.reprint-card-media--portrait img { width: 86px; height: 86px; border-radius: 50%; }
.reprint-card h4 { margin: 3px 0 7px; font-size: .96rem; line-height: 1.55; }
.reprint-card p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.6; }
.reprint-card small { color: var(--green-2); font-weight: 800; }
.preparing { padding: 24px; border-radius: 14px; background: var(--mint); color: var(--muted); }
.reprint-more { margin-top: 18px; }

.aftercare-intro { padding: 26px; border-left: 6px solid var(--green-2); border-radius: 13px; background: var(--mint); }
.aftercare-intro p { margin: 0; }
.procedure-wrap { margin-top: 28px; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; }
.procedure-table td:first-child { white-space: nowrap; font-weight: 900; color: var(--green); }
.grant-box { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.grant-card { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.grant-card h3 { margin: 0 0 7px; }
.grant-card p { margin: 0; color: var(--muted); }
.contact-table { margin-top: 30px; overflow-x: auto; }
.contact-table table { width: 100%; min-width: 760px; border-collapse: collapse; }
.contact-table th, .contact-table td { padding: 11px 13px; border: 1px solid var(--line); text-align: left; }
.contact-table th { color: #fff; background: var(--green); }
.contact-table td:not(:first-child) { font-variant-numeric: tabular-nums; }

.ward-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.ward { padding: 18px 10px; border: 1px solid var(--line); border-radius: 15px; background: #fff; text-align: center; font-weight: 900; }
.ward-note { margin: 28px auto 0; max-width: 850px; text-align: center; color: var(--muted); }

.faq-category + .faq-category { margin-top: 28px; }
.faq-category h3 { margin: 0 0 12px; padding-left: 14px; border-left: 5px solid var(--green-2); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; padding: 18px 46px 18px 4px; cursor: pointer; list-style: none; font-weight: 900; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; top: 16px; right: 10px; color: var(--green-2); font-size: 1.5rem; }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { padding: 0 34px 20px 4px; color: var(--muted); }
.faq-answer p { margin: 0; }

.final-cta { position: relative; overflow: hidden; padding: 70px 0; color: #fff; background: linear-gradient(135deg, #123d36, #267363); }
.final-cta::after { content: "SAITAMA"; position: absolute; right: -20px; bottom: -55px; color: rgba(255,255,255,.06); font-size: clamp(5rem, 16vw, 12rem); font-weight: 900; letter-spacing: .02em; }
.final-inner { position: relative; z-index: 1; text-align: center; }
.final-inner h2 { margin: 0 0 12px; font-size: clamp(2rem, 4vw, 3rem); }
.final-inner > p { margin: 0 auto 26px; max-width: 760px; color: #d8ece7; }
.final-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.final-actions .button { border-color: #fff; }
.final-actions .button:first-child { color: var(--green); background: #fff; }
.final-actions .button--ghost { color: #fff; background: transparent; }

.site-footer { padding: 48px 0 95px; color: #d7e6e2; background: #102f2a; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 36px; }
.site-footer .brand { color: #fff; }
.site-footer .brand small { color: #b9d0ca; }
.site-footer h2 { margin: 0 0 10px; font-size: 1rem; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 6px; }
.site-footer a { color: #d7e6e2; }
.copyright { margin: 34px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); font-size: .78rem; }
.mobile-contact { display: none; }

/* Article archive */
.archive-hero { padding: 58px 0; background: linear-gradient(135deg, var(--mint), var(--cream)); text-align: center; }
.archive-hero h1 { margin: 0 0 10px; font-size: clamp(2rem, 5vw, 3.4rem); }
.archive-hero p { margin: 0 auto; max-width: 760px; color: var(--muted); }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.archive-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; color: inherit; background: #fff; text-decoration: none; box-shadow: 0 11px 30px rgba(23,75,67,.07); }
.archive-card-media { aspect-ratio: 16/10; overflow: hidden; background: var(--mint); }
.archive-card-media img { width: 100%; height: 100%; object-fit: cover; }
.archive-card-media--voice { display: grid; place-items: center; }
.archive-card-media--voice img { width: 125px; height: 125px; border-radius: 50%; }
.archive-card-body { padding: 20px; }
.archive-card-body small { color: var(--green-2); font-weight: 800; }
.archive-card-body h2 { margin: 7px 0 9px; font-size: 1.12rem; line-height: 1.55; }
.archive-card-body p { margin: 0; color: var(--muted); font-size: .87rem; }
.article-shell { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 38px; align-items: start; }
.article { padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.article > h2 { margin: 6px 0 16px; font-size: clamp(1.8rem, 4vw, 2.55rem); line-height: 1.45; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 22px; color: var(--muted); font-size: .86rem; }
.article-facts { margin: 0 0 26px; display: grid; grid-template-columns: 8em 1fr; border-top: 1px solid var(--line); }
.article-facts dt, .article-facts dd { margin: 0; padding: 10px 0; border-bottom: 1px solid var(--line); }
.article-facts dt { font-weight: 900; color: var(--green); }
.article-body { white-space: pre-line; }
.article-body + .article-body { margin-top: 24px; }
.article-body h2 { margin: 30px 0 8px; font-size: 1.25rem; }
.article-gallery { margin: 25px 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.article-gallery img { width: 100%; border-radius: 14px; }
.article-sidebar { position: sticky; top: 100px; padding: 24px; border-radius: 20px; background: var(--mint); }
.article-sidebar h2 { margin: 0 0 8px; font-size: 1.15rem; }
.article-sidebar p { margin: 0 0 16px; color: var(--muted); font-size: .88rem; }
.not-found { padding: 50px; border-radius: 22px; background: var(--mint); text-align: center; }

@media (max-width: 1020px) {
  .global-nav { gap: 14px; }
  .global-nav > a:not(.header-phone) { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-panel { max-width: 680px; }
  .cost-grid { grid-template-columns: repeat(3, 1fr); }
  .reprint-tabs { grid-template-columns: 1fr; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
  .article-shell { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  body { font-size: 15px; }
  .container, .narrow { width: min(100% - 28px, var(--content)); }
  .section { padding: 68px 0; }
  .header-inner { min-height: 66px; }
  .brand-mark { width: 39px; height: 39px; }
  .header-phone { display: none; }
  .menu-button { display: block; }
  .global-nav {
    position: fixed; inset: 66px 0 auto; display: none; padding: 24px; flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; box-shadow: 0 18px 30px rgba(0,0,0,.12);
  }
  .global-nav.is-open { display: flex; }
  .global-nav > a:not(.header-phone) { display: block; padding: 13px 5px; border-bottom: 1px solid var(--line); }
  .hero { padding: 40px 0 48px; }
  .breadcrumbs { margin-bottom: 25px; }
  .hero h1 { font-size: clamp(2rem, 10vw, 3rem); }
  .decision-grid, .format-grid, .support-grid, .facility-grid, .grant-box { grid-template-columns: 1fr; }
  .news-item { grid-template-columns: 1fr; gap: 5px; }
  .cost-grid { grid-template-columns: repeat(2, 1fr); }
  .availability-box, .transport-box { grid-template-columns: 1fr; padding: 25px; }
  .ward-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .site-footer { padding-bottom: 105px; }
  .mobile-contact {
    position: fixed; z-index: 99; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr;
    background: #fff; box-shadow: 0 -8px 25px rgba(0,0,0,.13);
  }
  .mobile-contact a { padding: 10px 6px; color: #fff; background: var(--red); text-align: center; text-decoration: none; font-size: .82rem; font-weight: 900; }
  .mobile-contact a:last-child { background: var(--green); }
  .archive-grid { grid-template-columns: 1fr; }
  .article { padding: 23px; }
}

@media (max-width: 520px) {
  .hero-panel { padding: 19px; }
  .cost-grid { grid-template-columns: 1fr; }
  .reprint-card { grid-template-columns: 94px 1fr; }
  .reprint-card-media { width: 94px; }
  .timeline li { grid-template-columns: 48px 1fr; gap: 12px; }
  .timeline::before { left: 23px; }
  .step-no { width: 48px; height: 48px; border-width: 5px; }
  .article-gallery { grid-template-columns: 1fr; }
  .article-facts { grid-template-columns: 1fr; }
  .article-facts dt { padding-bottom: 0; border-bottom: 0; }
  .article-facts dd { padding-top: 2px; }
}

@media print {
  .site-header, .mobile-contact, .final-cta, .menu-button { display: none !important; }
  body { color: #000; font-size: 11pt; }
  .section { padding: 28px 0; }
  .facility-card, .decision-card, .format-card { break-inside: avoid; box-shadow: none; }
  a { color: inherit; }
}
