@font-face {
  font-family: "Paperlogy";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("./brand/fonts/Paperlogy-4Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Paperlogy";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("./brand/fonts/Paperlogy-7Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Paperlogy";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url("./brand/fonts/Paperlogy-5Medium.woff2") format("woff2");
}

:root {
  --charcoal: #171a1d;
  --ink: #24282b;
  --paper: #f7f6f1;
  --white: #ffffff;
  --warm-gray: #e3ded5;
  --line: rgba(23, 26, 29, 0.14);
  --blueprint: #405f73;
  --green-gray: #657266;
  --clay: #a76545;
  --header-h: 78px;
  --max: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  overflow-x: clip;
}

html:lang(ko) {
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: normal;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--charcoal);
  font-family: "Paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  overflow-x: clip;
}

body.menu-open {
  overflow: hidden;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  height: 2px;
  background: var(--blueprint);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: 3px solid rgba(64, 95, 115, 0.72);
  outline-offset: 4px;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
.focus-item strong {
  text-wrap: balance;
  overflow-wrap: break-word;
}

p,
li,
.focus-item em,
.trust-list span,
.page-lead,
.rich-card,
.policy-section,
.detail-row,
.article-card,
.article-body,
.article-lead,
.article-summary-card,
.article-reference {
  text-wrap: pretty;
  word-break: keep-all;
  overflow-wrap: normal;
}

.nowrap {
  white-space: nowrap;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--charcoal);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 4px;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  background: rgba(247, 246, 241, 0.94);
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.site-header[data-scrolled] {
  background: rgba(247, 246, 241, 0.88);
  border-color: rgba(23, 26, 29, 0.12);
  box-shadow: 0 10px 32px rgba(23, 26, 29, 0.06);
}

.page-header .header-inner {
  grid-template-columns: auto 1fr auto;
}

.page-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 1.8vw, 26px);
  color: rgba(23, 26, 29, 0.72);
  font-size: 14px;
  line-height: 1;
}

.page-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  white-space: nowrap;
}

.page-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--blueprint);
  transition: transform 180ms ease;
}

.page-nav a:hover::after,
.page-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-inner {
  width: min(var(--max), calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 44px;
}

.brand img {
  width: 184px;
  height: auto;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  color: rgba(23, 26, 29, 0.78);
  font-size: 15px;
  line-height: 1;
}

.desktop-nav a,
.footer-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  white-space: nowrap;
}

.desktop-nav a::after,
.footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--blueprint);
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.footer-nav a:hover::after,
.footer-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.header-search {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 26, 29, 0.2);
  border-radius: 4px;
  padding: 0 18px;
  color: var(--charcoal);
  font-size: 14px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(23, 26, 29, 0.18);
  border-radius: 4px;
  background: transparent;
  color: var(--charcoal);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease;
  transform-origin: center;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(4.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-4.5px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: var(--header-h);
  right: 0;
  bottom: 0;
  left: 0;
  height: calc(100dvh - var(--header-h));
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background: var(--paper);
  border-top: 1px solid var(--line);
  box-shadow: 0 34px 90px rgba(23, 26, 29, 0.14);
  padding: 28px 24px max(28px, env(safe-area-inset-bottom));
}

.mobile-menu a {
  display: flex;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid var(--line);
  font-size: 22px;
  color: var(--charcoal);
}

.mobile-page-menu {
  display: none;
}

.mobile-page-menu summary {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(23, 26, 29, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.46);
  color: var(--charcoal);
  cursor: pointer;
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
}

.mobile-page-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-page-menu summary span {
  width: 18px;
  height: 2px;
  background: currentColor;
  transition: none;
  transform-origin: center;
}

.mobile-page-menu[open] summary span:first-child {
  transform: translateY(4.5px) rotate(45deg);
}

.mobile-page-menu[open] summary span:last-child {
  transform: translateY(-4.5px) rotate(-45deg);
}

.mobile-page-menu nav {
  position: fixed;
  z-index: 80;
  top: calc(var(--header-h) + 8px);
  left: 18px;
  right: 18px;
  display: grid;
  border: 1px solid rgba(247, 246, 241, 0.16);
  background: var(--charcoal);
  box-shadow: 0 28px 90px rgba(23, 26, 29, 0.24);
  padding: 8px;
}

.mobile-page-menu:not([open]) nav {
  display: none;
}

.mobile-page-menu nav a {
  min-height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(247, 246, 241, 0.12);
  padding: 0 14px;
  color: rgba(247, 246, 241, 0.86);
  font-size: 15px;
  line-height: 1.2;
}

.mobile-page-menu nav a:last-child {
  border-bottom: 0;
}

.hero {
  position: relative;
  min-height: clamp(760px, calc(100svh - var(--header-h)), 920px);
  overflow: hidden;
  display: grid;
  align-items: center;
  isolation: isolate;
}

.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  top: -24px;
  bottom: auto;
  width: 100%;
  height: calc(100% + 48px);
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, calc(var(--hero-shift, 0) * 1px), 0);
  transform-origin: center;
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(247, 246, 241, 0.95) 0%, rgba(247, 246, 241, 0.86) 34%, rgba(247, 246, 241, 0.22) 68%, rgba(247, 246, 241, 0.05) 100%),
    linear-gradient(180deg, rgba(247, 246, 241, 0.24), rgba(247, 246, 241, 0.08));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 76px 0 104px;
}

.eyebrow,
.section-kicker {
  color: var(--blueprint);
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}

.hero h1 {
  max-width: 720px;
  margin-top: 22px;
  font-size: 68px;
  line-height: 1.08;
  font-weight: 700;
}

.title-line {
  display: block;
}

.hero h1 .title-accent {
  color: var(--blueprint);
}

.hero-copy {
  max-width: 680px;
  margin-top: 28px;
  color: rgba(23, 26, 29, 0.78);
  font-size: 20px;
  line-height: 1.72;
}

.home-search {
  width: min(760px, 100%);
  min-height: 68px;
  margin-top: 42px;
  display: grid;
  grid-template-columns: 1fr 108px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(23, 26, 29, 0.14);
  box-shadow: 0 22px 70px rgba(23, 26, 29, 0.12);
}

.home-search input {
  min-width: 0;
  height: 68px;
  border: 0;
  background: transparent;
  padding: 0 24px;
  color: var(--charcoal);
  font-size: 17px;
}

.home-search:focus-within {
  border-color: rgba(64, 95, 115, 0.62);
  box-shadow: 0 22px 70px rgba(23, 26, 29, 0.12), 0 0 0 3px rgba(64, 95, 115, 0.16);
}

.home-search input::placeholder {
  color: rgba(23, 26, 29, 0.45);
}

.home-search button {
  border: 0;
  background: var(--charcoal);
  color: var(--white);
  cursor: pointer;
}

.hero-routes {
  width: min(760px, 100%);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-routes a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 26, 29, 0.16);
  background: rgba(247, 246, 241, 0.78);
  padding: 0 14px;
  color: rgba(23, 26, 29, 0.78);
  font-size: 14px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.hero-routes a:hover,
.hero-routes a:focus-visible {
  --lift-y: -2px;
  border-color: rgba(64, 95, 115, 0.38);
  background: rgba(255, 255, 255, 0.82);
}

#roadmap,
#standards,
#cost,
#care,
#trust,
#author,
#editorial,
#contact,
#privacy,
#advertising,
#disclaimer,
#home-search,
#page-summary,
#editorial-process,
#source-standards,
#corrections,
#sponsorship,
#privacy-cookies,
#contact-form,
#sponsorship-form,
.article-body section[id],
.article-list-section {
  scroll-margin-top: calc(var(--header-h) + 18px);
}

.home-section {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.section-intro {
  padding: 88px 0;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 80px;
  align-items: start;
}

.header-inner > *,
.section-grid > *,
.trust-section > *,
.footer-main > * {
  min-width: 0;
}

.section-grid h2,
.trust-panel h2 {
  margin-top: 18px;
  font-size: 46px;
  line-height: 1.18;
  font-weight: 700;
}

.section-copy,
.trust-panel p {
  color: rgba(23, 26, 29, 0.74);
  font-size: 19px;
  line-height: 1.78;
}

.standard-panel {
  display: grid;
  gap: 24px;
}

.home-guide {
  border: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(247, 246, 241, 0.72)),
    rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(23, 26, 29, 0.14), 0 28px 90px rgba(23, 26, 29, 0.08);
  padding: 24px;
}

.home-guide-head {
  display: grid;
  gap: 8px;
}

.home-guide-head span,
.home-guide-result span {
  color: var(--blueprint);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.home-guide-head strong {
  font-size: 24px;
  line-height: 1.25;
}

.home-guide-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.home-guide-options button {
  min-height: 44px;
  border: 1px solid rgba(23, 26, 29, 0.16);
  background: rgba(255, 255, 255, 0.62);
  color: rgba(23, 26, 29, 0.72);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.home-guide-options button[aria-pressed="true"] {
  border-color: rgba(64, 95, 115, 0.54);
  background: var(--charcoal);
  color: var(--white);
}

.home-guide-result {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-guide-result[data-settling] {
  opacity: 0.72;
  transform: translateY(3px);
}

.home-guide-result strong {
  font-size: 20px;
  line-height: 1.3;
}

.home-guide-result p {
  color: rgba(23, 26, 29, 0.66);
  font-size: 15px;
  line-height: 1.62;
}

.home-guide-result a {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid var(--blueprint);
  color: var(--blueprint);
  font-size: 14px;
  font-weight: 700;
}

.focus-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
}

.focus-item {
  position: relative;
  min-height: 260px;
  padding: 28px 28px 34px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 22px;
  border-right: 1px solid var(--line);
  text-decoration: none;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.focus-item:last-child {
  border-right: 0;
}

.focus-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: transparent;
  transition: background 180ms ease;
}

.focus-item::after {
  content: "기준 보기";
  width: fit-content;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgba(64, 95, 115, 0.42);
  color: var(--blueprint);
  font-size: 13px;
  font-weight: 700;
}

.focus-item:hover,
.focus-item:focus-visible {
  --lift-y: -2px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 20px 60px rgba(23, 26, 29, 0.08);
}

.focus-item:hover::before,
.focus-item:focus-visible::before {
  background: var(--blueprint);
}

.focus-item span {
  color: var(--blueprint);
  font-size: 13px;
  font-weight: 700;
}

.focus-item strong {
  font-size: 28px;
  line-height: 1.2;
  font-style: normal;
}

.focus-item em {
  color: rgba(23, 26, 29, 0.64);
  font-size: 16px;
  line-height: 1.62;
  font-style: normal;
}

.mobile-focus-list,
.trust-accordion,
.footer-accordion {
  display: none;
}

.trust-section {
  padding: 100px 0 112px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 80px;
  align-items: start;
}

.trust-panel {
  max-width: 580px;
}

.trust-list {
  border-top: 1px solid var(--line);
}

.trust-list div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 28px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.trust-list strong {
  font-size: 18px;
  line-height: 1.4;
}

.trust-list span {
  color: rgba(23, 26, 29, 0.68);
  font-size: 17px;
  line-height: 1.68;
}

.site-footer {
  background: var(--charcoal);
  color: var(--paper);
  padding: 72px 0 28px;
}

.page-main {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 78px 0 112px;
}

.page-main .eyebrow {
  margin-bottom: 22px;
}

.page-main h1 {
  max-width: 900px;
  font-size: 54px;
  line-height: 1.14;
}

.page-main p,
.page-main li {
  color: rgba(23, 26, 29, 0.74);
  font-size: 18px;
  line-height: 1.78;
}

.page-main p {
  margin-top: 22px;
}

.page-main h2 {
  margin-top: 54px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
  font-size: 28px;
  line-height: 1.28;
}

.page-main ul {
  margin: 18px 0 0;
  padding-left: 22px;
}

.page-main a {
  color: var(--blueprint);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-shell {
  display: grid;
  gap: 64px;
}

.page-hero {
  display: grid;
  gap: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.page-lead {
  max-width: 820px;
  color: rgba(23, 26, 29, 0.76);
  font-size: 21px;
  line-height: 1.74;
}

.page-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.meta-pill,
.status-pill {
  max-width: 100%;
  min-width: 0;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(23, 26, 29, 0.14);
  background: rgba(255, 255, 255, 0.52);
  padding: 0 12px;
  color: rgba(23, 26, 29, 0.68);
  font-size: 13px;
  line-height: 1.35;
  white-space: normal;
}

.page-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.page-hero,
.page-layout,
.page-content,
.policy-section,
.rich-card,
.directory-card,
.summary-card,
.detail-row,
.page-form,
.field {
  min-width: 0;
}

.page-aside {
  position: sticky;
  top: calc(var(--header-h) + 28px);
  display: grid;
  gap: 22px;
}

.policy-nav {
  display: grid;
  gap: 10px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.policy-nav strong {
  color: rgba(23, 26, 29, 0.82);
  font-size: 14px;
  line-height: 1.4;
}

.policy-nav a {
  width: fit-content;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(23, 26, 29, 0.66);
  font-size: 14px;
  line-height: 1.45;
  white-space: nowrap;
}

.aside-note {
  color: rgba(23, 26, 29, 0.62);
  font-size: 14px;
  line-height: 1.62;
}

.page-content {
  min-width: 0;
  display: grid;
  gap: 42px;
}

.policy-section {
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line);
}

.policy-section:first-child h2,
.page-content > h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.policy-section h2,
.page-content > h2 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  font-size: 31px;
  line-height: 1.28;
}

.policy-section h3 {
  margin: 30px 0 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.32;
}

.policy-section p:first-of-type {
  margin-top: 18px;
}

.content-grid,
.principle-grid,
.directory-grid,
.form-grid,
.summary-grid {
  display: grid;
  gap: 18px;
}

.content-grid,
.principle-grid,
.directory-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.summary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rich-card,
.directory-card,
.summary-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
  padding: 24px;
}

.directory-card {
  display: grid;
  text-decoration: none !important;
}

.rich-card strong,
.directory-card strong,
.summary-card strong {
  display: block;
  color: var(--charcoal);
  font-size: 18px;
  line-height: 1.38;
}

.rich-card span,
.directory-card span,
.summary-card span {
  display: block;
  margin-top: 10px;
  color: rgba(23, 26, 29, 0.66);
  font-size: 16px;
  line-height: 1.68;
}

.summary-card em {
  display: block;
  margin-bottom: 12px;
  color: var(--blueprint);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.detail-list {
  display: grid;
  margin-top: 22px;
  border-top: 1px solid var(--line);
}

.detail-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 28px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.detail-row strong {
  font-size: 17px;
  line-height: 1.45;
}

.detail-row span {
  color: rgba(23, 26, 29, 0.68);
  font-size: 16px;
  line-height: 1.68;
}

.notice-box {
  border-left: 4px solid var(--blueprint);
  background: rgba(64, 95, 115, 0.08);
  padding: 20px 22px;
}

.notice-box p {
  margin-top: 0;
}

.featured-articles {
  padding: 92px 0 100px;
}

.article-list-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 58px;
  align-items: end;
  margin-bottom: 30px;
}

.article-list-head h2 {
  margin-top: 16px;
  font-size: 42px;
  line-height: 1.18;
}

.article-list-head p {
  color: rgba(23, 26, 29, 0.7);
  font-size: 18px;
  line-height: 1.76;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.article-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.56);
  color: inherit !important;
  text-decoration: none !important;
  overflow: hidden;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.article-card:hover,
.article-card:focus-visible {
  --lift-y: -2px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 70px rgba(23, 26, 29, 0.1);
}

.article-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: rgba(23, 26, 29, 0.06);
  transition: transform 520ms ease;
  transform-origin: center;
}

.article-card:hover img,
.article-card:focus-visible img {
  transform: scale(1.035);
}

.article-card-body {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
}

.article-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--blueprint);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.article-card h3,
.article-card strong {
  margin: 0;
  color: var(--charcoal);
  font-size: 21px;
  line-height: 1.3;
}

.article-card p,
.article-card span {
  margin: 0;
  color: rgba(23, 26, 29, 0.66);
  font-size: 15px;
  line-height: 1.62;
}

.article-card-foot {
  color: rgba(23, 26, 29, 0.5);
  font-size: 13px;
  line-height: 1.45;
}

.article-page .page-main {
  width: min(1180px, calc(100% - 48px));
  padding-top: 46px;
}

.article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: rgba(23, 26, 29, 0.55);
  font-size: 13px;
  line-height: 1.4;
}

.article-breadcrumb a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(23, 26, 29, 0.68);
  text-decoration: none;
}

.article-hero {
  display: grid;
  gap: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.article-kicker {
  color: var(--blueprint);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.article-title {
  max-width: 920px;
  font-size: 54px;
  line-height: 1.12;
}

.article-lead {
  max-width: 820px;
  color: rgba(23, 26, 29, 0.76);
  font-size: 21px;
  line-height: 1.76;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-meta a.meta-pill {
  min-height: 44px;
  color: rgba(23, 26, 29, 0.68);
  text-decoration: none !important;
}

.article-cover {
  margin: 6px 0 0;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
}

.article-cover img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 7.6;
  object-fit: cover;
}

.article-cover figcaption {
  padding: 12px 16px;
  color: rgba(23, 26, 29, 0.58);
  font-size: 13px;
  line-height: 1.45;
}

@media (min-width: 861px) {
  .article-hero {
    grid-template-columns: minmax(0, 0.96fr) minmax(380px, 0.68fr);
    column-gap: 44px;
    row-gap: 20px;
    align-items: start;
  }

  .article-breadcrumb,
  .article-summary {
    grid-column: 1 / -1;
  }

  .article-kicker,
  .article-title,
  .article-lead,
  .article-meta {
    grid-column: 1;
  }

  .article-cover {
    grid-column: 2;
    grid-row: 2 / span 4;
    margin-top: 0;
  }

  .article-cover img {
    aspect-ratio: 4 / 3;
  }
}

.article-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.article-summary-card,
.article-callout,
.article-reference {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.56);
  padding: 20px;
}

.article-summary-card strong {
  display: block;
  color: var(--charcoal);
  font-size: 17px;
  line-height: 1.38;
}

.article-summary-card span,
.article-reference span {
  display: block;
  margin-top: 9px;
  color: rgba(23, 26, 29, 0.66);
  font-size: 15px;
  line-height: 1.62;
}

.article-body {
  display: grid;
  gap: 46px;
}

.article-body .policy-section p {
  max-width: 760px;
  font-size: 18.5px;
  line-height: 1.88;
}

.article-body .policy-section li {
  max-width: 780px;
  font-size: 17px;
  line-height: 1.78;
}

.article-table {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
  border-top: 1px solid var(--line);
}

.article-table th,
.article-table td {
  min-width: 0;
  border-bottom: 1px solid var(--line);
  padding: 16px 14px;
  text-align: left;
  vertical-align: top;
  line-height: 1.62;
}

.article-table th {
  width: 28%;
  color: var(--charcoal);
  font-size: 15px;
}

.article-table td {
  color: rgba(23, 26, 29, 0.68);
  font-size: 15px;
}

.article-callout {
  margin-top: 24px;
  border-left: 4px solid var(--clay);
}

.article-callout strong {
  display: block;
  font-size: 17px;
  line-height: 1.4;
}

.article-callout p {
  max-width: none !important;
  margin-top: 8px;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.article-reference {
  display: grid;
  gap: 12px;
}

.article-reference strong {
  font-size: 17px;
  line-height: 1.4;
}

.article-reference ul {
  margin-top: 0;
}

.article-reference a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  overflow-wrap: anywhere;
}

.article-reference .reference-date {
  max-width: none;
  margin: 0;
  color: rgba(23, 26, 29, 0.56);
  font-size: 13px;
  line-height: 1.5;
}

.policy-section p a,
.policy-section li a,
.detail-row a,
.notice-box a,
.article-body p a,
.article-body li a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.category-page .page-main {
  width: min(1220px, calc(100% - 48px));
  padding-top: 64px;
}

.category-page .page-hero {
  gap: 24px;
  padding-bottom: 30px;
}

.category-page .page-layout {
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 56px;
}

.motion-ready [data-reveal] {
  --reveal-y: 18px;
  --lift-y: 0px;
  opacity: 0;
  transform: translate3d(0, calc(var(--reveal-y) + var(--lift-y)), 0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 220ms ease, background 180ms ease, border-color 180ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.motion-ready [data-reveal].is-visible {
  opacity: 1;
  --reveal-y: 0px;
}

.motion-ready [data-reveal]:not(.is-visible) {
  will-change: transform, opacity;
}

.category-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-switch a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 26, 29, 0.14);
  background: rgba(255, 255, 255, 0.5);
  padding: 0 13px;
  color: rgba(23, 26, 29, 0.74);
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.category-switch a[aria-current="page"] {
  border-color: rgba(64, 95, 115, 0.42);
  background: rgba(64, 95, 115, 0.1);
  color: var(--blueprint);
  font-weight: 700;
}

.category-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 20px;
  align-items: stretch;
}

.category-panel,
.route-card,
.finder-panel {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.56);
  padding: 24px;
}

.category-panel {
  display: grid;
  gap: 18px;
}

.category-panel h2,
.finder-panel h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 26px;
  line-height: 1.25;
}

.category-panel p,
.finder-panel p {
  margin-top: 0;
  color: rgba(23, 26, 29, 0.68);
  font-size: 16px;
  line-height: 1.68;
}

.category-mini-list {
  display: grid;
  gap: 12px;
}

.category-mini-list div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.category-mini-list strong {
  color: var(--blueprint);
  font-size: 14px;
  line-height: 1.4;
}

.category-mini-list span {
  color: rgba(23, 26, 29, 0.68);
  font-size: 15px;
  line-height: 1.55;
}

.category-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.category-finder .category-route-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.route-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 14px;
  color: inherit;
  text-decoration: none !important;
}

.route-card em {
  color: var(--blueprint);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.route-card strong {
  font-size: 21px;
  line-height: 1.25;
}

.route-card span {
  color: rgba(23, 26, 29, 0.66);
  font-size: 15px;
  line-height: 1.62;
}

.route-card small {
  color: rgba(23, 26, 29, 0.52);
  font-size: 13px;
  line-height: 1.45;
}

.category-finder {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 20px;
}

.finder-options {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.finder-options button {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(23, 26, 29, 0.16);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.48);
  color: rgba(23, 26, 29, 0.78);
  padding: 0 14px;
  text-align: left;
  cursor: pointer;
}

.finder-options button[aria-pressed="true"] {
  border-color: rgba(64, 95, 115, 0.5);
  background: rgba(64, 95, 115, 0.1);
  color: var(--blueprint);
  font-weight: 700;
}

.finder-result {
  border-top: 1px solid var(--line);
  margin-top: 20px;
  padding-top: 18px;
  color: rgba(23, 26, 29, 0.72);
  font-size: 15px;
  line-height: 1.62;
}

.category-finder .finder-panel {
  background: var(--charcoal);
  border-color: var(--charcoal);
  color: var(--white);
}

.category-finder .finder-panel h2 {
  color: var(--white);
}

.category-finder .finder-panel p,
.category-finder .finder-result {
  color: rgba(247, 246, 241, 0.72);
}

.category-finder .finder-result {
  border-top-color: rgba(247, 246, 241, 0.18);
}

.category-finder .finder-options button {
  border-color: rgba(247, 246, 241, 0.18);
  background: rgba(247, 246, 241, 0.06);
  color: rgba(247, 246, 241, 0.84);
}

.category-finder .finder-options button[aria-pressed="true"] {
  border-color: rgba(247, 246, 241, 0.46);
  background: rgba(247, 246, 241, 0.16);
  color: var(--white);
}

.category-finder .route-card {
  position: relative;
  background: rgba(255, 255, 255, 0.46);
  border-color: rgba(23, 26, 29, 0.12);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.category-finder .route-card::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 23px;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(23, 26, 29, 0.52);
  border-right: 1px solid rgba(23, 26, 29, 0.52);
  transform: rotate(45deg);
}

.category-finder .route-card:hover,
.category-finder .route-card:focus-visible {
  --lift-y: -2px;
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(64, 95, 115, 0.34);
  box-shadow: 0 18px 54px rgba(23, 26, 29, 0.08);
}

.route-card[data-highlighted],
.route-card[data-highlighted="true"] {
  border-color: rgba(64, 95, 115, 0.56);
  background: rgba(64, 95, 115, 0.09);
  box-shadow: 0 18px 46px rgba(23, 26, 29, 0.08);
}

.route-card[hidden] {
  display: none;
}

.guide-tool {
  display: grid;
  gap: 22px;
  border: 1px solid rgba(23, 26, 29, 0.18);
  background: rgba(255, 255, 255, 0.62);
  padding: 26px;
}

.guide-tool-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.guide-tool-header h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.32;
}

.guide-progress {
  flex: 0 0 auto;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(64, 95, 115, 0.22);
  background: rgba(64, 95, 115, 0.08);
  padding: 0 12px;
  color: var(--blueprint);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.checklist-options {
  display: grid;
  gap: 12px;
}

.check-option {
  min-width: 0;
  min-height: 44px;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border-top: 1px solid var(--line);
  padding-top: 14px;
  color: rgba(23, 26, 29, 0.72);
  font-size: 16px;
  line-height: 1.62;
}

.check-option input {
  width: 24px;
  height: 24px;
  margin-top: 1px;
  accent-color: var(--blueprint);
}

.tool-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.next-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.next-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(23, 26, 29, 0.16);
  background: rgba(255, 255, 255, 0.5);
  padding: 0 14px;
  color: rgba(23, 26, 29, 0.78);
  font-size: 14px;
  text-decoration: none;
}

.page-form {
  display: grid;
  gap: 20px;
  margin-top: 26px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
  padding: 28px;
}

.form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label,
.checkbox-field {
  color: rgba(23, 26, 29, 0.82);
  font-size: 15px;
  line-height: 1.45;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(23, 26, 29, 0.18);
  border-radius: 4px;
  background: var(--white);
  color: var(--charcoal);
  padding: 14px 15px;
}

.field textarea {
  min-height: 172px;
  resize: vertical;
  line-height: 1.65;
}

.field small {
  color: rgba(23, 26, 29, 0.54);
  font-size: 13px;
  line-height: 1.45;
}

.checkbox-field {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 44px;
}

.checkbox-field input {
  width: 24px;
  height: 24px;
  margin-top: 0;
  accent-color: var(--blueprint);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.primary-button,
.secondary-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 18px;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none !important;
}

.primary-button {
  border: 1px solid var(--charcoal);
  background: var(--charcoal);
  color: var(--white);
  text-decoration: none;
}

.secondary-button {
  border: 1px solid rgba(23, 26, 29, 0.22);
  background: transparent;
  color: var(--charcoal);
}

.form-status {
  min-height: 24px;
  color: rgba(23, 26, 29, 0.66);
  font-size: 14px;
  line-height: 1.5;
}

.form-status[data-tone="error"] {
  color: #8c3e2d;
}

.form-status[data-tone="success"] {
  color: var(--green-gray);
}

.prepared-message {
  display: none;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.prepared-message[data-visible="true"] {
  display: grid;
  gap: 10px;
}

.prepared-message textarea {
  width: 100%;
  min-height: 180px;
  border: 1px solid rgba(23, 26, 29, 0.16);
  border-radius: 4px;
  background: rgba(247, 246, 241, 0.72);
  padding: 14px;
  color: rgba(23, 26, 29, 0.72);
  font-size: 14px;
  line-height: 1.65;
  resize: vertical;
}

.search-page .page-search {
  margin-top: 30px;
}

.search-summary {
  color: rgba(23, 26, 29, 0.66);
}

.search-results {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.search-result {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
  padding: 20px;
  text-decoration: none !important;
}

.search-result strong {
  color: var(--charcoal);
  font-size: 18px;
  line-height: 1.34;
}

.search-result > span {
  color: rgba(23, 26, 29, 0.66);
  font-size: 15px;
  line-height: 1.58;
}

.search-empty {
  border: 1px solid var(--line);
  padding: 22px;
  color: rgba(23, 26, 29, 0.66);
  font-size: 16px;
  line-height: 1.65;
}

.compact-footer {
  border-top: 1px solid var(--line);
  padding: 32px 0 46px;
}

.compact-footer-inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(23, 26, 29, 0.62);
  font-size: 14px;
  line-height: 1.55;
}

.compact-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.compact-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  color: rgba(23, 26, 29, 0.72);
  text-decoration: none;
  white-space: nowrap;
}

.footer-main,
.footer-bottom {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 92px;
}

.footer-logo {
  width: 190px;
  filter: brightness(0) invert(1);
}

.footer-main h2 {
  max-width: 520px;
  margin-top: 34px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
}

.footer-main p {
  max-width: 540px;
  margin-top: 20px;
  color: rgba(247, 246, 241, 0.72);
  font-size: 17px;
  line-height: 1.75;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.footer-accordion {
  display: none;
}

.footer-nav div {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-nav strong {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 15px;
}

.footer-nav a {
  width: fit-content;
  color: rgba(247, 246, 241, 0.7);
  font-size: 15px;
  line-height: 1.3;
}

.footer-bottom {
  margin-top: 72px;
  padding-top: 24px;
  border-top: 1px solid rgba(247, 246, 241, 0.16);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(247, 246, 241, 0.58);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .desktop-nav {
    gap: 22px;
    font-size: 14px;
  }

  .hero h1 {
    font-size: 60px;
  }

  .focus-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .focus-item {
    border-bottom: 1px solid var(--line);
  }

  .focus-item:nth-child(2) {
    border-right: 0;
  }

  .focus-item:nth-child(n + 3) {
    border-bottom: 0;
  }
}

@media (max-width: 860px) {
  :root {
    --header-h: 64px;
  }

  .header-inner {
    width: calc(100% - 36px);
    grid-template-columns: 1fr auto;
    gap: 18px;
  }

  .brand img {
    width: 158px;
  }

  .desktop-nav,
  .header-search {
    display: none;
  }

  .page-header {
    height: auto;
    background: var(--paper);
  }

  .page-header .header-inner {
    min-height: var(--header-h);
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-content: center;
    gap: 8px;
    padding: 12px 0 10px;
  }

  .page-nav {
    display: none;
  }

  .page-header .header-search {
    min-width: 58px;
    min-height: 44px;
    display: inline-flex !important;
    justify-content: center;
    border-color: rgba(23, 26, 29, 0.14);
    background: rgba(255, 255, 255, 0.46);
    font-size: 13px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-page-menu {
    display: block !important;
  }

  .hero {
    min-height: auto;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(247, 246, 241, 0.94) 0%, rgba(247, 246, 241, 0.82) 48%, rgba(247, 246, 241, 0.62) 100%),
      linear-gradient(90deg, rgba(247, 246, 241, 0.84), rgba(247, 246, 241, 0.34));
  }

  .hero-media img {
    object-position: 62% center;
  }

  .hero-content,
  .home-section,
  .footer-main,
  .footer-bottom,
  .compact-footer-inner {
    width: calc(100% - 40px);
  }

  .hero-content {
    padding: 62px 0 66px;
  }

  .eyebrow,
  .section-kicker {
    font-size: 12px;
  }

  .hero h1 {
    max-width: 520px;
    margin-top: 18px;
    font-size: 40px;
    line-height: 1.18;
  }

  .hero h1,
  .hero h1 span,
  .page-main h1,
  .page-main h2,
  .policy-section h2,
  .page-content > h2,
  .article-title,
  .article-body h2,
  .article-body h3,
  .article-summary-card strong,
  .route-card strong {
    word-break: keep-all;
    overflow-wrap: break-word;
    line-break: normal;
  }

  .page-main p,
  .page-main li,
  .page-lead,
  .article-lead,
  .article-body,
  .article-body p,
  .article-body li {
    word-break: keep-all;
    overflow-wrap: normal;
    line-break: normal;
  }

  .hero-copy {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.72;
  }

  .home-search {
    grid-template-columns: minmax(0, 1fr) 78px;
    min-height: 54px;
    margin-top: 26px;
    box-shadow: 0 16px 48px rgba(23, 26, 29, 0.1);
  }

  .home-search input {
    height: 54px;
    padding: 0 13px;
    font-size: 14px;
  }

  .home-search button {
    height: 54px;
    font-size: 14px;
    font-weight: 700;
  }

  .section-intro {
    padding: 46px 0 28px;
  }

  .section-grid,
  .trust-section,
  .footer-main,
  .article-list-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .standard-panel {
    gap: 18px;
  }

  .home-guide {
    padding: 16px;
    box-shadow: 0 14px 44px rgba(23, 26, 29, 0.075);
  }

  .home-guide-head strong {
    font-size: 21px;
  }

  .home-guide-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
  }

  .home-guide-options button {
    min-height: 46px;
  }

  .section-grid h2,
  .trust-panel h2 {
    font-size: 32px;
    line-height: 1.24;
  }

  .section-copy,
  .trust-panel p {
    font-size: 17px;
    line-height: 1.68;
  }

  .home-guide-result {
    margin-top: 14px;
    padding-top: 14px;
  }

  .home-guide-result p {
    font-size: 14px;
    line-height: 1.55;
  }

  .focus-band {
    display: none;
  }

  .mobile-focus-list {
    display: grid;
    gap: 8px;
    margin-top: 18px;
  }

  .mobile-focus-list details,
  .trust-accordion details {
    border: 1px solid rgba(23, 26, 29, 0.14);
    background: rgba(255, 255, 255, 0.56);
  }

  .mobile-focus-list summary,
  .trust-accordion summary {
    min-height: 54px;
    display: grid;
    align-items: center;
    cursor: pointer;
    list-style: none;
    color: var(--charcoal);
  }

  .mobile-focus-list summary {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 0 18px;
  }

  .trust-accordion summary {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0 18px;
    font-size: 17px;
    font-weight: 700;
  }

  .mobile-focus-list summary::-webkit-details-marker,
  .trust-accordion summary::-webkit-details-marker,
  .footer-accordion summary::-webkit-details-marker {
    display: none;
  }

  .mobile-focus-list summary::after,
  .trust-accordion summary::after,
  .footer-accordion summary::after {
    content: "+";
    color: var(--blueprint);
    font-weight: 700;
  }

  .mobile-focus-list details[open] summary::after,
  .trust-accordion details[open] summary::after,
  .footer-accordion details[open] summary::after {
    content: "−";
  }

  .mobile-focus-list summary span {
    color: var(--blueprint);
    font-size: 13px;
    font-weight: 700;
  }

  .mobile-focus-list summary strong {
    font-size: 20px;
    line-height: 1.25;
  }

  .mobile-focus-list p,
  .trust-accordion p {
    margin: 0;
    border-top: 1px solid var(--line);
    padding: 16px 18px 0;
    color: rgba(23, 26, 29, 0.68);
    font-size: 15px;
    line-height: 1.62;
  }

  .mobile-focus-list a {
    width: fit-content;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    margin: 8px 18px 16px;
    border-bottom: 1px solid var(--blueprint);
    color: var(--blueprint);
    font-size: 14px;
    font-weight: 700;
  }

  .trust-section {
    padding: 58px 0 64px;
  }

  .trust-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .trust-list {
    display: none;
  }

  .trust-accordion {
    display: grid;
    gap: 8px;
  }

  .site-footer {
    padding-top: 34px;
    padding-bottom: 20px;
  }

  .footer-main h2 {
    margin-top: 18px;
    font-size: 22px;
    line-height: 1.32;
  }

  .footer-logo {
    width: 164px;
  }

  .footer-main p {
    display: none;
  }

  .footer-nav {
    display: none;
  }

  .footer-accordion {
    display: grid;
    gap: 8px;
  }

  .footer-accordion details {
    border: 1px solid rgba(247, 246, 241, 0.16);
    background: rgba(247, 246, 241, 0.04);
  }

  .footer-accordion summary {
    min-height: 52px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 0 16px;
    cursor: pointer;
    list-style: none;
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
  }

  .footer-accordion summary::after {
    color: rgba(247, 246, 241, 0.82);
  }

  .footer-accordion a {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(247, 246, 241, 0.1);
    padding: 0 16px;
    color: rgba(247, 246, 241, 0.82);
    font-size: 14px;
    line-height: 1.2;
  }

  .footer-bottom {
    margin-top: 24px;
    padding-top: 18px;
    flex-direction: column;
    gap: 8px;
  }

  .page-main {
    width: calc(100% - 40px);
    padding: 58px 0 78px;
  }

  .page-main h1 {
    font-size: 34px;
    line-height: 1.24;
  }

  .category-page .page-main {
    width: calc(100% - 48px);
    padding-top: 34px;
  }

  .category-page .page-shell {
    gap: 38px;
  }

  .category-page .page-hero {
    gap: 18px;
    padding-bottom: 20px;
  }

  .category-page .page-lead {
    font-size: 17px;
    line-height: 1.72;
  }

  .category-page .page-layout,
  .category-dashboard,
  .category-finder {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .category-page .policy-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    padding: 14px 0;
  }

  .category-page .policy-nav strong {
    grid-column: 1 / -1;
  }

  .category-page .policy-nav a {
    width: auto;
  }

  .category-page .aside-note {
    display: none;
  }

  .category-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-width: 100%;
    overflow: visible;
  }

  .category-switch a {
    min-width: 0;
    justify-content: center;
    text-align: center;
    min-height: 44px;
    padding: 0 10px;
    font-size: 13px;
    white-space: normal;
  }

  .category-switch a:first-child {
    grid-column: 1 / -1;
  }

  .category-route-grid {
    grid-template-columns: 1fr;
  }

  .category-finder .category-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .category-panel,
  .route-card,
  .finder-panel {
    padding: 18px;
  }

  .category-finder .route-card {
    min-height: 82px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 8px;
    align-items: start;
    padding: 12px;
  }

  .category-finder .route-card em {
    font-size: 11px;
    white-space: nowrap;
  }

  .category-finder .route-card strong {
    font-size: 16px;
    line-height: 1.28;
  }

  .category-finder .route-card span {
    display: none;
  }

  .category-finder .route-card small {
    display: none;
  }

  .category-finder .route-card::after {
    display: none;
  }

  .category-panel h2,
  .finder-panel h2 {
    font-size: 22px;
  }

  .finder-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }

  .finder-options button {
    min-height: 52px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
  }

  .finder-result {
    margin-top: 14px;
    padding-top: 14px;
  }

  .category-page .route-card span,
  .category-page .route-card small,
  .category-page .category-panel p,
  .category-page .finder-panel p,
  .category-page .finder-result {
    font-size: 15px;
  }

  .page-main h2 {
    font-size: 24px;
  }

  .page-main p,
  .page-main li {
    font-size: 17px;
  }

  .page-main h1,
  .page-main h2,
  .page-main p,
  .page-main li,
  .page-lead,
  .rich-card span,
  .directory-card span,
  .summary-card span,
  .detail-row span,
  .aside-note,
  .check-option {
    overflow-wrap: normal;
  }

  .page-main a,
  .meta-pill,
  .status-pill,
  .field input,
  .field textarea,
  .prepared-message textarea {
    overflow-wrap: anywhere;
  }

  .page-shell {
    gap: 48px;
  }

  .page-lead {
    font-size: 18px;
  }

  .page-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .page-aside {
    position: static;
  }

  .article-page .page-aside {
    display: none;
  }

  .policy-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .policy-nav strong {
    grid-column: 1 / -1;
  }

  .policy-nav a {
    width: auto;
    min-height: 44px;
    justify-content: center;
    border: 1px solid rgba(23, 26, 29, 0.12);
    background: rgba(255, 255, 255, 0.5);
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
  }

  .policy-section p a,
  .policy-section li a,
  .detail-row span a,
  .notice-box a,
  .article-reference a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 6px;
    margin: 2px 0;
  }

  .content-grid,
  .principle-grid,
  .directory-grid,
  .summary-grid,
  .form-grid,
  .article-grid,
  .article-grid.compact,
  .article-summary,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .detail-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .page-form {
    padding: 22px;
  }

  .guide-tool {
    padding: 22px;
  }

  .guide-tool-header {
    flex-direction: column;
  }

  .meta-pill,
  .status-pill {
    min-height: 30px;
    padding: 7px 10px 6px;
    font-size: 12px;
  }

  .article-meta a.meta-pill {
    min-height: 44px;
  }

  .compact-footer-inner {
    flex-direction: column;
  }

  .compact-footer nav {
    gap: 8px 14px;
  }

  .compact-footer a {
    min-height: 44px;
  }

  .featured-articles {
    padding: 46px 0 52px;
  }

  .article-list-head h2 {
    font-size: 29px;
    line-height: 1.24;
  }

  .article-list-head p {
    font-size: 16px;
    line-height: 1.72;
  }

  .article-grid {
    gap: 12px;
  }

  .article-list-head {
    margin-bottom: 22px;
  }

  .article-grid .article-card:first-child img {
    aspect-ratio: 16 / 8.4;
  }

  .article-grid .article-card:first-child .article-card-body {
    gap: 9px;
    padding: 16px;
  }

  .article-grid .article-card:first-child strong {
    font-size: 20px;
    line-height: 1.28;
  }

  .article-grid .article-card:not(:first-child) {
    grid-template-columns: 104px minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: 118px;
  }

  .article-grid .article-card:not(:first-child) img {
    width: 104px;
    height: 100%;
    aspect-ratio: auto;
  }

  .article-grid .article-card:not(:first-child) .article-card-body {
    gap: 8px;
    padding: 14px;
  }

  .article-grid .article-card:not(:first-child) strong {
    font-size: 17px;
    line-height: 1.32;
  }

  .article-grid .article-card:not(:first-child) .article-card-body > span:not(.article-card-meta):not(.article-card-foot) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: 1.45;
  }

  .article-grid .article-card:not(:first-child) .article-card-foot {
    display: block;
    font-size: 12px;
    line-height: 1.35;
  }

  .article-page .page-main {
    width: calc(100% - 40px);
    padding-top: 18px;
  }

  .article-hero {
    gap: 12px;
    padding-bottom: 18px;
  }

  .article-breadcrumb {
    display: none;
  }

  .article-title {
    font-size: 31px;
    line-height: 1.2;
  }

  .article-lead {
    font-size: 15.5px;
    line-height: 1.56;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .article-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .article-meta .meta-pill {
    min-height: 36px;
    border-color: rgba(23, 26, 29, 0.1);
    background: rgba(255, 255, 255, 0.36);
    padding: 6px 9px;
    font-size: 12px;
  }

  .article-meta a.meta-pill {
    grid-column: 1 / -1;
    min-height: 44px;
  }

  .article-cover {
    margin-top: 0;
  }

  .article-cover img {
    aspect-ratio: 16 / 9;
  }

  .article-cover figcaption {
    display: none;
  }

  .article-summary {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    gap: 0;
  }

  .article-summary-card {
    min-height: 44px;
    display: grid;
    gap: 4px;
    border: 0;
    background: transparent;
    padding: 10px 0;
  }

  .article-summary-card + .article-summary-card {
    border-top: 1px solid var(--line);
  }

  .article-summary-card strong {
    font-size: 14px;
    line-height: 1.35;
  }

  .article-summary-card span {
    display: block;
    margin-top: 0;
    font-size: 13px;
    line-height: 1.5;
  }

  .article-body {
    gap: 36px;
  }

  .article-body .policy-section p {
    font-size: 17px;
    line-height: 1.78;
  }

  .article-table,
  .article-table tbody,
  .article-table tr,
  .article-table th,
  .article-table td {
    display: block;
    width: 100%;
  }

  .article-table th {
    padding-bottom: 6px;
    border-bottom: 0;
  }

  .article-table td {
    padding-top: 0;
  }
}

@media (max-width: 420px) {
  .hero-content,
  .home-section,
  .footer-main,
  .footer-bottom,
  .compact-footer-inner {
    width: calc(100% - 32px);
  }

  .brand img {
    width: 146px;
  }

  .hero h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .hero-copy {
    font-size: 16px;
  }

  .page-main h1 {
    font-size: 28px;
    line-height: 1.25;
  }

  .page-main h2,
  .policy-section h2,
  .page-content > h2 {
    font-size: 23px;
  }

  .hero-routes a {
    width: auto;
    min-width: 0;
    justify-content: center;
    padding: 0 8px;
  }

  .hero-routes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .policy-nav {
    grid-template-columns: 1fr;
  }

  .rich-card,
  .directory-card,
  .summary-card,
  .search-result,
  .article-card-body,
  .article-summary-card,
  .article-callout,
  .article-reference {
    padding: 18px;
  }

  .article-title {
    font-size: 28px;
  }

  .article-summary-card {
    padding: 6px 0;
  }

  .page-meta-row {
    gap: 8px;
  }

  .meta-pill {
    max-width: calc(100vw - 40px);
  }

  .page-form {
    padding: 18px;
  }

  .guide-tool {
    padding: 18px;
  }

  .category-mini-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .category-page .page-main {
    width: calc(100% - 44px);
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .scroll-progress {
    display: none;
  }

  .hero-media img,
  .article-card img,
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}
