:root {
  --ink: #18332f;
  --ink-soft: #40534f;
  --green: #166b5b;
  --green-dark: #0e5145;
  --green-pale: #dcece5;
  --coral: #e86f56;
  --cream: #f7f4ec;
  --cream-deep: #eee9dc;
  --paper: #fff;
  --line: #dfe6e2;
  --muted: #64726f;
  --font-sans: 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
  --font-serif: 'Yu Mincho', 'Hiragino Mincho ProN', serif;
  --container: 1200px;
  --shadow: 0 22px 70px rgba(18, 54, 47, .1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font-family: inherit; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: .75rem;
  left: .75rem;
  padding: .75rem 1rem;
  transform: translateY(-180%);
  border-radius: .5rem;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
}

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

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(247, 244, 236, .92);
  backdrop-filter: blur(18px);
  transition: box-shadow .2s, border-color .2s, background .2s;
}

.site-header.is-scrolled {
  border-color: rgba(24, 51, 47, .08);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 9px 32px rgba(18, 54, 47, .06);
}

.site-header-inner {
  display: flex;
  width: min(calc(100% - 3rem), 1320px);
  min-height: 78px;
  align-items: center;
  gap: 2.3rem;
  margin: auto;
}

.site-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: .75rem;
  line-height: 1.1;
}

.site-brand > span:last-child { display: grid; gap: .28rem; }
.site-brand strong { font-size: 1.04rem; font-weight: 800; letter-spacing: -.035em; }
.site-brand small { color: var(--muted); font-size: .53rem; font-weight: 800; letter-spacing: .16em; }

.site-brand-mark {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 12px 12px 18px 12px;
  background: var(--green);
}

.site-brand-mark i,
.site-brand-mark b {
  position: absolute;
  display: block;
  background: var(--cream);
  content: '';
}

.site-brand-mark i { right: 8px; bottom: 8px; width: 13px; height: 20px; border-radius: 12px 12px 3px 12px; transform: rotate(34deg); }
.site-brand-mark b { top: 9px; left: 8px; width: 12px; height: 17px; border-radius: 12px 12px 12px 3px; transform: rotate(-26deg); }

.site-nav { margin-left: auto; }
.site-nav ul { display: flex; align-items: center; gap: 1.6rem; margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; display: block; padding: .85rem 0; color: #334944; font-size: .78rem; font-weight: 750; white-space: nowrap; }
.site-nav a::after { position: absolute; right: 0; bottom: .45rem; left: 0; height: 2px; transform: scaleX(0); background: var(--coral); content: ''; transition: transform .18s; }
.site-nav a:hover::after, .site-nav .current-menu-item a::after { transform: scaleX(1); }

.header-search-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: .8rem;
  padding: 0 1rem 0 1.15rem;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
}

.header-search-cta i { font-size: 1.1rem; font-style: normal; }
.menu-toggle { display: none; }

main { min-height: 55vh; }

.home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.8rem, 8vw, 7rem) max(1.5rem, calc((100vw - var(--container)) / 2)) 0;
  background:
    radial-gradient(circle at 92% 18%, rgba(232, 111, 86, .11) 0 5%, transparent 5.2%),
    linear-gradient(145deg, #f7f4ec 0%, #f4f1e8 58%, #e8f0ea 100%);
}

.home-hero::before {
  position: absolute;
  top: 7rem;
  right: -8rem;
  width: 28rem;
  height: 28rem;
  border: 1px solid rgba(22, 107, 91, .12);
  border-radius: 50%;
  content: '';
}

.home-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(28rem, .92fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  max-width: var(--container);
  margin: auto;
}

.home-hero-copy { min-width: 0; }

.eyebrow { margin: 0 0 1rem; color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.eyebrow span { display: inline-flex; align-items: center; gap: .75rem; }
.eyebrow span::before { display: block; width: 2rem; height: 2px; background: var(--coral); content: ''; }
.eyebrow.is-light { color: #d5e8e2; }

.home-hero h1 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(3rem, 5.5vw, 5.6rem);
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: -.06em;
}

.home-hero h1 em { color: var(--green); font-style: normal; }
.home-hero-lead { max-width: 39rem; margin: 1.6rem 0 2rem; color: var(--ink-soft); font-size: clamp(.98rem, 1.4vw, 1.08rem); line-height: 2; }

.hero-search {
  display: flex;
  max-width: 43rem;
  padding: .42rem;
  border: 1px solid rgba(22, 107, 91, .14);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 16px 50px rgba(22, 64, 56, .12);
}

.hero-search label { display: grid; flex: 1; gap: .2rem; padding: .45rem 1rem; }
.hero-search label span { color: var(--muted); font-size: .68rem; font-weight: 700; }
.hero-search input { min-width: 0; border: 0; outline: 0; background: none; color: var(--ink); font-size: .94rem; font-weight: 600; }
.hero-search button { display: inline-flex; min-height: 56px; align-items: center; gap: 1rem; padding: 0 1.25rem; border: 0; border-radius: .75rem; background: var(--green); color: #fff; font-size: .85rem; font-weight: 800; cursor: pointer; }
.hero-links { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; margin-top: 1rem; color: var(--muted); font-size: .7rem; }
.hero-links a { padding-bottom: .1rem; border-bottom: 1px solid currentColor; color: var(--green); font-weight: 700; }

.home-hero-visual { position: relative; min-height: 34rem; }
.hero-image-wrap { position: absolute; inset: 0 0 2rem 0; overflow: hidden; border-radius: 42% 42% 3rem 3rem; background: #e3ede6; box-shadow: var(--shadow); }
.hero-image-wrap::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.65); border-radius: inherit; content: ''; pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.hero-data-card,
.hero-trust-card {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.8);
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 16px 44px rgba(18, 54, 47, .14);
  backdrop-filter: blur(15px);
}

.hero-data-card { right: -1.4rem; bottom: 0; display: grid; min-width: 12.5rem; padding: 1rem 1.3rem; border-radius: 1.1rem; }
.hero-data-card small { color: var(--muted); font-size: .65rem; font-weight: 700; }
.hero-data-card strong { margin: .1rem 0 -.1rem; color: var(--green); font-size: 2rem; line-height: 1.3; }
.hero-data-card > span { color: var(--ink-soft); font-size: .73rem; font-weight: 700; }
.hero-trust-card { bottom: 3.5rem; left: -2.3rem; display: flex; align-items: center; gap: .75rem; padding: .85rem 1rem; border-radius: 1rem; }
.hero-trust-card i { display: grid; width: 2.1rem; height: 2.1rem; place-items: center; border-radius: 50%; background: var(--green-pale); color: var(--green); font-style: normal; font-weight: 900; }
.hero-trust-card span { display: grid; gap: .05rem; }
.hero-trust-card strong { font-size: .74rem; }
.hero-trust-card small { color: var(--muted); font-size: .61rem; }

.home-hero-proof {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--container);
  margin: clamp(3rem, 6vw, 5rem) auto 0;
  border-top: 1px solid rgba(24, 51, 47, .12);
}

.home-hero-proof > div { display: flex; align-items: center; gap: 1rem; padding: 1.6rem 2rem; border-right: 1px solid rgba(24, 51, 47, .12); }
.home-hero-proof > div:first-child { padding-left: 0; }
.home-hero-proof > div:last-child { border-right: 0; }
.home-hero-proof b { color: var(--coral); font-family: var(--font-serif); font-size: 1rem; }
.home-hero-proof span { display: grid; }
.home-hero-proof strong { font-size: .8rem; }
.home-hero-proof small { color: var(--muted); font-size: .68rem; }

.home-section { width: min(calc(100% - 3rem), var(--container)); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) 0; }
.section-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items: end; margin-bottom: 3.3rem; }
.section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -2.5rem; }
.section-intro h2,
.section-title-row h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.42; letter-spacing: -.055em; }
.section-intro > p:last-child,
.section-title-row > div > p:last-child { max-width: 43rem; margin: 0; color: var(--muted); line-height: 2; }

.purpose-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.purpose-steps article { position: relative; padding: 2.6rem 2.5rem 2.5rem; border-right: 1px solid var(--line); background: rgba(255,255,255,.28); }
.purpose-steps article:first-child { padding-left: 0; background: transparent; }
.purpose-steps article:last-child { border-right: 0; }
.purpose-steps article > span { color: #a94534; font-size: .66rem; font-weight: 800; letter-spacing: .14em; }
.purpose-steps i { display: grid; width: 3.3rem; height: 3.3rem; place-items: center; margin: 1.5rem 0; border-radius: 1.1rem; background: var(--green-pale); color: var(--green); font-size: 1.5rem; font-style: normal; }
.purpose-steps h3 { margin: 0 0 .7rem; font-size: 1.2rem; }
.purpose-steps p { min-height: 5.4rem; margin: 0 0 1.3rem; color: var(--muted); font-size: .86rem; line-height: 1.9; }
.purpose-steps a { color: var(--green); font-size: .8rem; font-weight: 800; }

.home-facility-search { width: 100%; max-width: none; padding-right: max(1.5rem, calc((100vw - var(--container)) / 2)); padding-left: max(1.5rem, calc((100vw - var(--container)) / 2)); background: #edf1ec; }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.6rem; }
.section-title-row .eyebrow { margin-bottom: .8rem; }
.section-title-row > div > p:last-child { margin-top: 1rem; }
.text-link { flex: 0 0 auto; padding-bottom: .25rem; border-bottom: 1px solid currentColor; color: var(--green); font-size: .8rem; font-weight: 800; }

.home-editorial { padding-bottom: 5rem; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.editorial-card { min-width: 0; overflow: hidden; border: 1px solid rgba(24,51,47,.1); border-radius: 1.25rem; background: #fff; transition: transform .2s, box-shadow .2s; }
.editorial-card:hover { transform: translateY(-4px); box-shadow: 0 18px 50px rgba(18,54,47,.1); }
.editorial-card > a { display: block; height: 100%; }
.editorial-card-visual { position: relative; display: grid; height: 10.3rem; place-items: center; overflow: hidden; background: linear-gradient(135deg, #dbeae3, #edf2e9); }
.editorial-card:nth-child(3n+2) .editorial-card-visual { background: linear-gradient(135deg, #f2dfd6, #f8eee7); }
.editorial-card:nth-child(3n+3) .editorial-card-visual { background: linear-gradient(135deg, #e1e5ef, #f1f2f6); }
.editorial-card-visual::before,
.editorial-card-visual::after { position: absolute; border-radius: 50%; content: ''; }
.editorial-card-visual::before { right: -2rem; bottom: -4rem; width: 10rem; height: 10rem; border: 1.5rem solid rgba(22,107,91,.11); }
.editorial-card-visual::after { top: 1.5rem; left: 2rem; width: 2.5rem; height: 2.5rem; background: rgba(232,111,86,.22); }
.editorial-card-visual span { position: relative; z-index: 1; width: 55%; color: var(--green-dark); font-family: var(--font-serif); font-size: 1.1rem; text-align: center; }
.editorial-card-visual i { position: absolute; top: 3rem; right: 3rem; width: 3.2rem; height: 4.5rem; border-radius: 80% 20% 70% 30%; background: rgba(22,107,91,.15); transform: rotate(28deg); }
.editorial-card-body { display: flex; min-height: 17rem; flex-direction: column; padding: 1.35rem 1.4rem 1.5rem; }
.article-label { display: inline-flex; width: fit-content; padding: .25rem .55rem; border-radius: 999px; background: var(--green-pale); color: var(--green-dark); font-size: .64rem; font-weight: 800; }
.editorial-card h3 { margin: .8rem 0 .6rem; font-size: 1.03rem; line-height: 1.65; letter-spacing: -.02em; }
.editorial-card p { margin: 0 0 1rem; color: var(--muted); font-size: .78rem; line-height: 1.8; }
.editorial-card small { margin-top: auto; color: var(--green); font-size: .74rem; font-weight: 800; }
.editorial-card small b { margin-left: .35rem; }

.home-tool-panel {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 6rem;
  align-items: center;
  width: min(calc(100% - 3rem), 1280px);
  padding: clamp(3.2rem, 7vw, 6rem);
  overflow: hidden;
  border-radius: 2.5rem;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 28px 80px rgba(24,51,47,.18);
}

.home-tool-panel h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(2.1rem, 4vw, 3.8rem); line-height: 1.45; letter-spacing: -.06em; }
.home-tool-panel p { max-width: 38rem; margin: 1.2rem 0 2rem; color: #b9cbc6; line-height: 2; }
.home-tool-panel > div > a { display: inline-flex; align-items: center; gap: 2rem; min-height: 3.5rem; padding: 0 1.3rem; border-radius: .8rem; background: #fff; color: var(--ink); font-size: .84rem; font-weight: 800; }
.tool-mock { position: relative; display: grid; gap: .6rem; padding: 2rem; border: 1px solid rgba(255,255,255,.18); border-radius: 1.5rem; background: rgba(255,255,255,.08); box-shadow: 0 22px 50px rgba(0,0,0,.16); transform: rotate(2deg); }
.tool-mock > span { color: #b9cbc6; font-size: .67rem; font-weight: 800; letter-spacing: .1em; }
.tool-mock > strong { display: flex; align-items: baseline; justify-content: space-between; font-size: .78rem; }
.tool-mock b { font-size: 1.55rem; }
.tool-mock i { height: 1px; margin: .8rem 0; background: rgba(255,255,255,.18); }
.tool-mock em { width: fit-content; margin-top: 1rem; padding: .35rem .65rem; border-radius: 999px; background: rgba(232,111,86,.18); color: #ffc1b4; font-size: .69rem; font-style: normal; font-weight: 800; }

.home-standards .section-intro { grid-template-columns: 1fr 1fr; }
.standard-list { border-top: 1px solid var(--line); }
.standard-list article { display: grid; grid-template-columns: 4rem .75fr 1.25fr; gap: 2rem; align-items: baseline; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.standard-list b { color: #a94534; font-family: var(--font-serif); }
.standard-list h3 { margin: 0; font-size: 1.12rem; }
.standard-list p { margin: 0; color: var(--muted); font-size: .85rem; }

.home-cta { display: flex; width: min(calc(100% - 3rem), var(--container)); align-items: center; justify-content: space-between; gap: 2rem; margin: 0 auto clamp(5rem, 9vw, 9rem); padding: 3rem 3.5rem; border: 1px solid rgba(22,107,91,.15); border-radius: 1.8rem; background: #e3eee8; }
.home-cta span { color: var(--green); font-size: .74rem; font-weight: 800; }
.home-cta h2 { margin: .35rem 0 0; font-family: var(--font-serif); font-size: clamp(1.5rem, 3vw, 2.3rem); }
.home-cta > a { display: inline-flex; min-height: 3.5rem; align-items: center; gap: 2rem; padding: 0 1.35rem; border-radius: .8rem; background: var(--green); color: #fff; font-size: .82rem; font-weight: 800; white-space: nowrap; }

.page-shell,
.article-shell { width: min(calc(100% - 3rem), 1040px); margin: auto; padding: 2rem 0 clamp(5rem, 9vw, 8rem); }
.article-shell { max-width: 1040px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1rem 0 3.5rem; color: var(--muted); font-size: .7rem; }
.breadcrumb a:hover { color: var(--green); }
.page-header { max-width: 820px; margin-bottom: 3.5rem; }
.page-header.is-job-header { max-width: none; margin-bottom: 1rem; }
.page-header h1,
.article-header h1 { margin: 0; font-family: var(--font-serif); font-size: clamp(2.3rem, 5vw, 4.2rem); line-height: 1.4; letter-spacing: -.055em; }
.article-header h1 { max-width: 980px; font-size: clamp(2.25rem, 4.4vw, 4rem); line-height: 1.32; text-wrap: balance; }
.page-header.is-job-header h1 { max-width: 920px; font-size: clamp(2.15rem, 4vw, 3.55rem); line-height: 1.28; }
.page-header > p:last-of-type { max-width: 45rem; margin: 1.2rem 0 0; color: var(--muted); font-size: 1rem; line-height: 2; }

.entry-content { overflow-wrap: anywhere; }
.entry-content > * { max-width: 760px; margin-right: auto; margin-left: auto; }
.entry-content > .hcg-app,
.entry-content > .hcg-job-hub,
.entry-content > .hcg-calculator,
.entry-content > .wide-section { max-width: none; }
.entry-content h2 { margin-top: 3.8rem; margin-bottom: 1.1rem; font-family: var(--font-serif); font-size: clamp(1.6rem, 3vw, 2.25rem); line-height: 1.55; letter-spacing: -.035em; }
.entry-content h3 { margin-top: 2.5rem; margin-bottom: .8rem; font-size: 1.25rem; line-height: 1.6; }
.entry-content p,
.entry-content li { color: #3f514d; line-height: 2; }
.entry-content a { color: var(--green); text-decoration: underline; text-underline-offset: .2rem; }
.entry-content ul,
.entry-content ol { padding-left: 1.4rem; }
.entry-content blockquote { margin-top: 2rem; margin-bottom: 2rem; padding: 1.1rem 1.3rem; border-left: 4px solid var(--coral); background: #fff; }
.entry-content table { width: 100%; margin-top: 1.5rem; margin-bottom: 2rem; border-collapse: collapse; background: #fff; font-size: .85rem; }
.entry-content th,
.entry-content td { padding: .85rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.entry-content th { background: #edf3ef; }
.entry-content .note-box,
.entry-content .check-box { margin-top: 2rem; margin-bottom: 2rem; padding: 1.4rem 1.5rem; border-radius: 1rem; background: #e8f1ec; }
.entry-content .check-box { border: 1px solid rgba(22,107,91,.16); background: #fff; }
.entry-content .note-box strong,
.entry-content .check-box strong { display: block; margin-bottom: .35rem; color: var(--green-dark); }
.entry-content .source-list { margin-top: 3rem; padding: 1.3rem 1.5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.36); font-size: .78rem; }

.article-header { margin-bottom: 2rem; }
.article-header .article-label { margin-bottom: 1rem; }
.article-lead { margin: 1.2rem 0 0; color: var(--ink-soft); font-size: 1.02rem; line-height: 2; }
.article-meta { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; margin-top: 1.4rem; color: var(--muted); font-size: .7rem; }
.article-assurance { display: grid; grid-template-columns: 9rem 1fr; gap: 1rem; margin: 2rem 0 3rem; padding: 1.2rem 1.4rem; border: 1px solid var(--line); border-radius: 1rem; background: #fff; }
.article-assurance strong { color: var(--green); font-size: .78rem; }
.article-assurance p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.8; }
.article-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding: 1.5rem; border-radius: 1rem; background: #e7efeb; }
.article-footer p { margin: 0; color: var(--muted); font-size: .76rem; }
.article-footer > a { flex: 0 0 auto; color: var(--green); font-size: .78rem; font-weight: 800; }
.archive-shell { max-width: var(--container); }
.archive-grid { margin-top: 3rem; }
.pagination { margin-top: 3rem; }
.pagination .nav-links { display: flex; justify-content: center; gap: .4rem; }
.pagination a,
.pagination span { display: grid; min-width: 2.5rem; height: 2.5rem; place-items: center; padding: 0 .65rem; border: 1px solid var(--line); border-radius: .6rem; background: #fff; font-size: .75rem; font-weight: 700; }
.pagination .current { border-color: var(--green); background: var(--green); color: #fff; }

.not-found { width: min(calc(100% - 3rem), 760px); margin: auto; padding: 8rem 0; text-align: center; }
.not-found > span { color: var(--coral); font-family: var(--font-serif); font-size: 4rem; }
.not-found h1 { margin: 0; font-family: var(--font-serif); font-size: 2.2rem; }
.not-found p { color: var(--muted); }
.not-found div { display: flex; justify-content: center; gap: .7rem; margin-top: 2rem; }
.not-found a { padding: .75rem 1rem; border: 1px solid var(--green); border-radius: .7rem; color: var(--green); font-size: .8rem; font-weight: 800; }
.not-found a:last-child { background: var(--green); color: #fff; }

.site-footer { padding: 4rem max(1.5rem, calc((100vw - var(--container)) / 2)) 1.3rem; background: #102b27; color: #fff; }
.site-footer-main { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6rem; padding-bottom: 3.5rem; }
.site-brand.is-footer .site-brand-mark { background: #f7f4ec; }
.site-brand.is-footer .site-brand-mark i,
.site-brand.is-footer .site-brand-mark b { background: var(--green); }
.site-brand.is-footer small { color: #93aaa4; }
.site-footer-brand p { margin: 1.6rem 0 0; color: #b6c7c3; font-family: var(--font-serif); font-size: 1.25rem; line-height: 1.8; }
.site-footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.site-footer-links > div { display: grid; align-content: start; gap: .65rem; }
.site-footer-links strong { margin-bottom: .55rem; color: #8da8a1; font-size: .68rem; letter-spacing: .08em; }
.site-footer-links a { width: fit-content; color: #e4ece9; font-size: .76rem; }
.site-footer-links a:hover { color: #fff; text-decoration: underline; text-underline-offset: .2rem; }
.site-footer-source { padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.site-footer-source p { margin: 0; color: #91a8a2; font-size: .67rem; }
.site-footer-source a { text-decoration: underline; text-underline-offset: .15rem; }
.site-footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.2rem; color: #a7bbb6; font-size: .64rem; }
.site-footer-bottom p { margin: 0; }
.mobile-tab-bar { display: none; }

@media (max-width: 1100px) {
  .site-nav { display: none; position: fixed; inset: 79px 0 auto; height: calc(100vh - 79px); padding: 2rem; background: #fff; }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: grid; gap: 0; }
  .site-nav a { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
  .site-nav a::after { display: none; }
  .header-search-cta { margin-left: auto; }
  .menu-toggle { display: grid; width: 44px; height: 44px; place-content: center; gap: 4px; margin-left: auto; padding: 0; border: 0; background: none; cursor: pointer; }
  .menu-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); }
  .menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; }
  .home-hero-inner { grid-template-columns: 1fr .82fr; gap: 3rem; }
  .home-hero-visual { min-height: 29rem; }
  .hero-data-card { right: 0; }
  .hero-trust-card { left: -1rem; }
}

@media (max-width: 1500px) and (min-width: 1101px) {
  .site-header-inner { gap: 1.35rem; }
  .site-nav ul { gap: 1.2rem; }
  .header-search-cta { width: 44px; justify-content: center; padding: 0; }
  .header-search-cta span { display: none; }
}

@media (max-width: 820px) {
  body { padding-bottom: 64px; }
  .site-header-inner { width: min(calc(100% - 2rem), 1320px); min-height: 68px; }
  .site-nav { inset-block-start: 69px; height: calc(100vh - 69px); }
  .header-search-cta { display: none; }
  .site-brand strong { font-size: .9rem; }
  .site-brand small { display: none; }
  .site-brand-mark { width: 34px; height: 34px; }
  .home-hero { padding: 3.2rem 1.2rem 0; }
  .home-hero-inner { grid-template-columns: 1fr; }
  .home-hero h1 { font-size: clamp(2.8rem, 12vw, 4.7rem); }
  .home-hero-lead { font-size: .92rem; }
  .hero-search { display: grid; }
  .hero-search button { justify-content: space-between; }
  .home-hero-visual { min-height: 30rem; }
  .hero-image-wrap { inset: 0 0 2rem; }
  .hero-data-card { right: .5rem; }
  .hero-trust-card { bottom: 3.5rem; left: .5rem; }
  .home-hero-proof { grid-template-columns: 1fr; margin-top: 2.5rem; }
  .home-hero-proof > div { padding: 1rem 0; border-right: 0; border-bottom: 1px solid rgba(24,51,47,.1); }
  .home-hero-proof > div:last-child { border-bottom: 0; }
  .home-section { width: min(calc(100% - 2rem), var(--container)); padding: 5rem 0; }
  .section-intro { grid-template-columns: 1fr; gap: 1.2rem; }
  .section-intro .eyebrow { margin-bottom: 0; }
  .section-intro h2,
  .section-title-row h2 { font-size: 2.25rem; }
  .purpose-steps { grid-template-columns: 1fr; }
  .purpose-steps article,
  .purpose-steps article:first-child { padding: 2rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .purpose-steps article:last-child { border-bottom: 0; }
  .purpose-steps p { min-height: 0; }
  .home-facility-search { width: 100%; padding-right: 1rem; padding-left: 1rem; }
  .section-title-row { display: grid; align-items: start; }
  .section-title-row .text-link { justify-self: start; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-card-visual { height: 9rem; }
  .editorial-card-body { min-height: auto; }
  .home-tool-panel { grid-template-columns: 1fr; gap: 3rem; width: calc(100% - 2rem); padding: 2.3rem 1.4rem; border-radius: 1.7rem; }
  .tool-mock { transform: none; }
  .home-standards .section-intro { grid-template-columns: 1fr; }
  .standard-list article { grid-template-columns: 2.5rem 1fr; gap: .8rem 1rem; }
  .standard-list p { grid-column: 2; }
  .home-cta { display: grid; width: calc(100% - 2rem); padding: 2rem 1.4rem; }
  .home-cta > a { justify-content: space-between; }
  .page-shell,
  .article-shell { width: min(calc(100% - 2rem), 1040px); padding-top: 1rem; }
  .breadcrumb { margin-bottom: 2.5rem; }
  .article-assurance { grid-template-columns: 1fr; }
  .article-footer { display: grid; }
  .entry-content table { display: block; overflow-x: auto; }
  .site-footer { padding: 3rem 1.2rem 1.3rem; }
  .site-footer-main { grid-template-columns: 1fr; gap: 3rem; }
  .site-footer-links { grid-template-columns: 1fr 1fr; }
  .site-footer-bottom { display: grid; gap: .5rem; }
  .mobile-tab-bar { position: fixed; z-index: 55; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(24,51,47,.12); background: rgba(255,255,255,.96); box-shadow: 0 -8px 28px rgba(18,54,47,.08); backdrop-filter: blur(14px); }
  .mobile-tab-bar a { display: grid; min-height: 64px; place-items: center; align-content: center; gap: .05rem; color: var(--muted); font-size: .6rem; font-weight: 700; }
  .mobile-tab-bar span { color: var(--green); font-size: 1.15rem; line-height: 1; }
}

@media (max-width: 480px) {
  .home-hero h1 { font-size: min(10.5vw, 2.55rem); }
  .hero-links > span { width: 100%; }
  .home-hero-visual { min-height: 23rem; }
  .hero-data-card { min-width: 10.5rem; padding: .8rem 1rem; }
  .hero-data-card strong { font-size: 1.55rem; }
  .hero-trust-card { display: none; }
  .site-footer-links { grid-template-columns: 1fr; }
  .not-found div { display: grid; }
}

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