@font-face {
  font-family: "Pretendard Yeogiyeo";
  src: url("/assets/fonts/PretendardYeogiyeo.woff2") format("woff2");
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
}

:root {
  --paper: #fff9ef;
  --paper-deep: #f5ead8;
  --white: #fffefb;
  --ink: #151b38;
  --ink-soft: #4d5268;
  --line: #ded7c9;
  --coral: #ff6b4a;
  --coral-dark: #d94a2e;
  --mint: #9edbc7;
  --mint-dark: #166858;
  --lavender: #c8bef3;
  --lavender-dark: #514895;
  --yellow: #ffd77a;
  --danger: #a13d32;
  --success: #19745f;
  --shadow: 0 18px 48px rgba(23, 27, 55, .10);
  --radius-lg: 36px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --max: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Pretendard Yeogiyeo", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
  font-size: 17px;
  line-height: 1.72;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
code, kbd, samp { font-family: "Pretendard Yeogiyeo", ui-monospace, SFMono-Regular, Consolas, monospace; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #357df4; outline-offset: 3px; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 0 0 10px 10px; transition: top .2s; }
.skip-link:focus { top: 0; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 249, 239, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(21, 27, 56, .09);
}
.nav-shell { width: min(calc(100% - 40px), var(--max)); min-height: 78px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.brand > span:last-child { display: grid; line-height: 1.1; }
.brand strong { font-size: 24px; letter-spacing: -.05em; }
.brand small { margin-top: 5px; color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { position: relative; display: inline-grid; place-items: center; width: 42px; height: 48px; background: var(--coral); border-radius: 52% 52% 54% 54% / 47% 47% 62% 62%; transform: rotate(45deg); box-shadow: inset -4px -5px 0 rgba(128, 32, 16, .12); }
.brand-mark::before { content: ""; width: 18px; height: 18px; background: var(--paper); border-radius: 50%; box-shadow: 0 0 0 3px rgba(21,27,56,.08); }
.brand-mark i { position: absolute; width: 7px; height: 7px; background: var(--ink); border-radius: 50%; transform: rotate(-45deg) translate(-3px, -1px); opacity: .85; }
.primary-nav { display: flex; align-items: center; gap: 6px; }
.primary-nav a { padding: 10px 13px; border-radius: 999px; color: #383d54; text-decoration: none; font-size: 14px; font-weight: 750; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { background: #fff; color: var(--ink); }
.primary-nav .report-link { margin-left: 4px; padding-inline: 16px; background: var(--ink); color: #fff; }
.primary-nav .report-link:hover { background: var(--coral); color: var(--ink); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); background: var(--white); border-radius: 14px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 2px; }

main { min-height: 65vh; }
.home-hero { width: min(calc(100% - 40px), 1360px); margin: 24px auto 0; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 640px; overflow: hidden; background: #19203f; color: #fff; border-radius: 42px; box-shadow: var(--shadow); }
.hero-copy { align-self: center; padding: clamp(44px, 6vw, 84px); padding-right: 20px; }
.eyebrow { margin: 0 0 16px; color: var(--coral-dark); font-size: 12px; line-height: 1.2; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.home-hero .eyebrow, .final-cta .eyebrow, .category-hero .eyebrow { color: var(--mint); }
.home-hero h1 { max-width: 620px; margin: 0; font-size: clamp(54px, 7vw, 92px); line-height: .96; letter-spacing: -.075em; }
.home-hero h1 em { color: var(--coral); font-style: normal; }
.home-hero .hero-copy > p:not(.eyebrow) { max-width: 590px; margin: 28px 0; color: #d9dbea; font-size: clamp(17px, 1.7vw, 21px); }
.hero-art { position: relative; min-width: 0; height: 100%; background: #f2e6d4; }
.hero-art picture, .hero-art img { width: 100%; height: 100%; object-fit: cover; }
.hero-sticker { position: absolute; right: 24px; bottom: 24px; padding: 13px 18px; background: rgba(255,255,255,.92); color: var(--ink); border: 1px solid rgba(21,27,56,.12); border-radius: 18px; box-shadow: 0 8px 30px rgba(21,27,56,.12); font-size: 11px; line-height: 1.35; backdrop-filter: blur(8px); }
.hero-sticker strong { display: block; margin-top: 2px; font-size: 14px; }
.hero-search { display: flex; max-width: 570px; padding: 6px; background: #fff; border-radius: 16px; box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.hero-search input { min-width: 0; flex: 1; padding: 13px 15px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.hero-search button { flex: 0 0 auto; padding: 12px 18px; border: 0; background: var(--coral); color: var(--ink); border-radius: 11px; font-weight: 850; cursor: pointer; }
.hero-actions, .card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 20px; border: 1px solid var(--ink); background: var(--coral); color: var(--ink); border-radius: 999px; text-decoration: none; font-weight: 850; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(21,27,56,.16); }
.button-ghost { border-color: rgba(255,255,255,.35); background: transparent; color: #fff; }
.address-primary .button-ghost, .category-hero .button-ghost, .report-form .button-ghost { border-color: var(--ink); color: var(--ink); }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: #fff; color: var(--ink); border-color: #fff; }
.button-small { min-height: 40px; padding: 8px 14px; font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--ink); font-weight: 850; text-decoration: none; border-bottom: 1px solid currentColor; }

.trust-strip { width: min(calc(100% - 40px), var(--max)); margin: 22px auto; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: rgba(255,255,255,.55); border-radius: 24px; }
.trust-strip div { display: grid; gap: 2px; padding: 18px 24px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { font-size: 23px; letter-spacing: -.04em; }
.trust-strip span { color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.address-callout { width: min(calc(100% - 40px), var(--max)); margin: 82px auto; display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 30px; padding: 36px; background: var(--mint); border: 1px solid #74bfa8; border-radius: var(--radius-lg); }
.address-callout h2, .section-heading h2, .split-story h2, .verify-section h2, .final-cta h2, .intro-copy h2 { margin: 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.06; letter-spacing: -.055em; }
.address-callout p:not(.eyebrow) { margin: 12px 0 0; color: #254b42; }
.address-box { min-width: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 16px; background: rgba(255,255,255,.8); border: 1px solid rgba(21,27,56,.14); border-radius: 18px; }
.address-box > span { padding: 5px 8px; background: var(--ink); color: #fff; border-radius: 8px; font-size: 10px; font-weight: 900; }
.address-box code { min-width: 0; font-weight: 850; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.address-box button { padding: 9px 12px; border: 1px solid var(--ink); background: transparent; border-radius: 10px; font-size: 12px; font-weight: 850; cursor: pointer; }
.address-box small { grid-column: 1 / -1; color: var(--mint-dark); font-weight: 700; }
.address-box small i, .status i, .status-light i { display: inline-block; width: 8px; height: 8px; margin-right: 5px; background: #20a77e; border-radius: 50%; box-shadow: 0 0 0 4px rgba(32,167,126,.13); }

.section-shell { width: min(calc(100% - 40px), var(--max)); margin: 100px auto; }
.section-shell.narrow { max-width: 1040px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 450px); align-items: end; gap: 50px; margin-bottom: 36px; }
.section-heading > p { margin: 0; color: var(--ink-soft); }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.category-card { min-height: 188px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: start; padding: 24px; border: 1px solid rgba(21,27,56,.15); background: #fff; border-radius: var(--radius-md); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.category-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.category-card .category-icon, .category-hero .category-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 18px; background: var(--coral); color: var(--ink); font-size: 27px; font-weight: 900; }
.category-card p { margin: 0 0 5px; color: var(--ink-soft); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.category-card h3 { margin: 0 0 7px; font-size: 21px; line-height: 1.2; }
.category-card span:not(.category-icon) { color: var(--ink-soft); font-size: 14px; line-height: 1.5; }
.category-card > b { align-self: end; font-size: 22px; }
.tone-navy .category-icon, .mini-icon.tone-navy { background: var(--ink); color: #fff; }
.tone-mint .category-icon, .mini-icon.tone-mint { background: var(--mint); color: var(--ink); }
.tone-lavender .category-icon, .mini-icon.tone-lavender { background: var(--lavender); color: var(--ink); }
.tone-coral .category-icon, .mini-icon.tone-coral { background: var(--coral); color: var(--ink); }

.split-story { width: min(calc(100% - 40px), var(--max)); margin: 120px auto; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(40px, 7vw, 90px); }
.split-story.reverse > div:first-child { order: 2; }
.split-story picture, .split-story img { width: 100%; border-radius: var(--radius-lg); }
.split-story h2 { margin-bottom: 22px; }
.split-story p { color: var(--ink-soft); }
.check-list { display: grid; gap: 10px; margin: 24px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 22px; height: 22px; background: var(--mint); color: var(--mint-dark); border-radius: 50%; font-size: 12px; font-weight: 900; }
.danger-list li::before { content: "×"; background: #ffe1d9; color: var(--danger); }
.link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.link-grid.compact .link-card:nth-child(n+7) { display: none; }
.link-card { display: flex; flex-direction: column; min-width: 0; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 5px 18px rgba(21,27,56,.035); }
.link-card[hidden] { display: none!important; }
.link-card-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; }
.mini-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; font-size: 20px; font-weight: 900; }
.link-card-head p { margin: 0; color: var(--ink-soft); font-size: 11px; font-weight: 800; }
.link-card-head p a { text-decoration: none; }
.link-card h3 { margin: 0; font-size: 20px; line-height: 1.2; }
.link-card > p { color: var(--ink-soft); }
.status { align-self: start; padding: 5px 9px; background: #edf9f4; color: var(--success); border-radius: 999px; font-size: 10px; font-weight: 850; white-space: nowrap; }
.status i { width: 6px; height: 6px; margin-right: 3px; box-shadow: none; }
.status.pending { background: #fff3d3; color: #795718; }
.status.pending i { background: #c78b1d; }
.link-card dl { display: grid; grid-template-columns: 1.2fr 1fr; margin: auto 0 0; padding: 14px 0; border-top: 1px solid #eee8de; border-bottom: 1px solid #eee8de; }
.link-card dl div { min-width: 0; }
.link-card dt { color: var(--ink-soft); font-size: 10px; font-weight: 800; }
.link-card dd { margin: 2px 0 0; font-size: 12px; font-weight: 750; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.link-tip { font-size: 13px; line-height: 1.55; }
.link-tip strong { color: var(--ink); }
.link-card .card-actions { margin-top: auto; }
.link-card .text-link { margin-left: auto; font-size: 12px; }

.verify-section { width: min(calc(100% - 40px), 1360px); margin: 120px auto; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--ink); color: #fff; border-radius: 42px; overflow: hidden; }
.verify-section picture, .verify-section img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.verify-copy { padding: clamp(42px, 6vw, 80px); }
.verify-copy > p:not(.eyebrow) { color: #cfd2df; }
.verify-copy ol { margin: 35px 0 0; padding: 0; list-style: none; counter-reset: step; }
.verify-copy li { display: grid; grid-template-columns: 70px 1fr; gap: 4px 15px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.14); }
.verify-copy li::before { counter-increment: step; content: "0" counter(step); grid-row: 1 / 3; color: var(--coral); font-size: 24px; font-weight: 900; }
.verify-copy li strong { font-size: 17px; }
.verify-copy li span { color: #bfc3d2; font-size: 13px; }

.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.guide-card { min-height: 260px; display: flex; flex-direction: column; padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); text-decoration: none; }
.guide-card:hover { border-color: var(--coral); box-shadow: var(--shadow); }
.guide-card > span { color: var(--coral-dark); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.guide-card h3 { margin: 14px 0 10px; font-size: 21px; line-height: 1.25; }
.guide-card p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.guide-card b { margin-top: auto; padding-top: 18px; font-size: 13px; }
.update-preview { display: grid; grid-template-columns: auto 1fr; gap: 16px; margin: 28px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.update-preview time { color: var(--coral-dark); font-size: 12px; font-weight: 850; }
.update-preview p { margin: 5px 0 0; font-size: 14px; }

.faq-list { display: grid; gap: 10px; }
.faq-list details { background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.faq-list summary { position: relative; padding: 20px 56px 20px 22px; cursor: pointer; list-style: none; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 20px; width: 28px; height: 28px; display: grid; place-items: center; transform: translateY(-50%); background: var(--paper); border-radius: 50%; font-size: 20px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 22px 22px; color: var(--ink-soft); }
.faq-more { margin-top: 22px; }
.final-cta { width: min(calc(100% - 40px), var(--max)); margin: 110px auto 0; padding: clamp(45px, 7vw, 88px); background: var(--coral); color: var(--ink); border-radius: 40px 40px 0 0; text-align: center; }
.final-cta .eyebrow { color: var(--ink); }
.final-cta p:not(.eyebrow) { max-width: 700px; margin: 18px auto 28px; }
.compact-cta { border-radius: 40px; margin-bottom: 100px; }

.breadcrumbs { width: min(calc(100% - 40px), var(--max)); margin: 30px auto 0; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; color: var(--ink-soft); list-style: none; font-size: 12px; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #aaa28f; }
.breadcrumbs a { text-decoration: none; }
.page-hero { width: min(calc(100% - 40px), var(--max)); min-height: 450px; margin: 22px auto 80px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; background: var(--paper-deep); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.page-hero > div { align-self: center; padding: clamp(36px, 6vw, 74px); }
.page-hero h1 { margin: 0; font-size: clamp(42px, 5.2vw, 70px); line-height: 1.02; letter-spacing: -.065em; }
.page-hero .lead { margin: 24px 0 0; color: var(--ink-soft); font-size: 18px; }
.page-hero-image, .page-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-image img { min-height: 450px; }

.address-primary { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: clamp(28px, 5vw, 52px); background: #fff; border: 2px solid var(--mint); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.address-primary h2 { margin: 15px 0 4px; font-size: clamp(38px, 5vw, 58px); line-height: 1; letter-spacing: -.06em; }
.address-primary code { padding: 3px 7px; background: var(--paper); border-radius: 6px; font-size: 13px; }
.address-primary dl { display: flex; flex-wrap: wrap; gap: 22px; margin: 25px 0 0; }
.address-primary dl div { display: grid; }
.address-primary dt { color: var(--ink-soft); font-size: 11px; font-weight: 750; }
.address-primary dd { margin: 2px 0 0; font-size: 13px; font-weight: 850; }
.address-primary-actions { display: grid; gap: 8px; }
.pill { display: inline-flex; align-items: center; width: fit-content; padding: 6px 10px; border-radius: 999px; font-size: 11px; font-weight: 850; }
.pill.success { background: #e3f6ef; color: var(--success); }
.pill.pending { background: #fff0cd; color: #7d5500; }
.pill.danger { background: #ffe2dc; color: var(--danger); }
.pill.muted { background: #e9e8e4; color: #5d5e66; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 70px; align-items: start; }
.prose { max-width: 800px; }
.prose h2 { margin: 55px 0 16px; font-size: clamp(27px, 3vw, 38px); line-height: 1.2; letter-spacing: -.04em; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #3f4459; }
.prose li + li { margin-top: 10px; }
.prose a { color: var(--coral-dark); }
.side-note { position: sticky; top: 110px; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.side-note h2 { margin: 0 0 18px; font-size: 20px; }
.side-note ul, .side-note ol { display: grid; gap: 13px; margin: 0 0 22px; padding: 0; list-style: none; }
.side-note li { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 10px; border-bottom: 1px solid #eee8de; font-size: 12px; }
.side-note li span { color: var(--ink-soft); text-align: right; }
.side-note dl { display: grid; gap: 13px; }
.side-note dl div { padding-bottom: 11px; border-bottom: 1px solid #eee8de; }
.side-note dt { font-weight: 850; }
.side-note dd { margin: 3px 0 0; color: var(--ink-soft); font-size: 12px; }
.timeline { display: grid; }
.timeline article { display: grid; grid-template-columns: 140px 1fr; gap: 30px; padding: 30px 0; border-top: 1px solid var(--line); }
.timeline time { color: var(--coral-dark); font-size: 13px; font-weight: 850; }
.timeline h3 { margin: 0; font-size: 24px; }
.timeline p { margin-bottom: 0; color: var(--ink-soft); }

.directory-tools { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.directory-tools > label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 850; }
.directory-tools > div:first-of-type { display: flex; border: 1px solid var(--ink); border-radius: 14px; overflow: hidden; }
.directory-tools input { flex: 1; min-width: 0; padding: 14px 16px; border: 0; outline: 0; }
.directory-tools #clear-search { padding: 0 16px; border: 0; background: var(--paper); font-size: 12px; font-weight: 850; cursor: pointer; }
.directory-tools fieldset { margin: 22px 0 0; padding: 0; border: 0; }
.directory-tools legend { margin-bottom: 9px; font-size: 12px; font-weight: 850; }
.filters { display: flex; flex-wrap: wrap; gap: 7px; }
.filter { padding: 8px 12px; border: 1px solid var(--line); background: var(--paper); border-radius: 999px; color: var(--ink-soft); font-size: 12px; font-weight: 750; cursor: pointer; }
.filter.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.directory-tools > p { margin: 17px 0 0; color: var(--ink-soft); font-size: 12px; }
.empty-state { margin-top: 20px; padding: 50px 20px; background: #fff; border: 1px dashed var(--line); border-radius: var(--radius-md); text-align: center; }
.clipboard-helper { position: fixed; inset: 0 auto auto -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.notice { padding: 14px; background: #fff0cd; border-radius: 12px; }
.prose-panel { padding: clamp(28px, 5vw, 50px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.prose-panel h2 { margin-top: 0; font-size: 34px; }
.prose-panel p { max-width: 900px; color: var(--ink-soft); }
.inline-links, .related-band > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.inline-links a, .related-band a { padding: 9px 13px; border: 1px solid var(--line); background: var(--paper); border-radius: 999px; text-decoration: none; font-size: 12px; font-weight: 850; }

.category-hero { width: min(calc(100% - 40px), var(--max)); margin: 22px auto 70px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 500px); align-items: center; gap: 50px; padding: clamp(38px, 6vw, 75px); background: var(--ink); color: #fff; border-radius: var(--radius-lg); }
.category-hero.tone-mint { background: #1b594d; }
.category-hero.tone-lavender { background: #453f7d; }
.category-hero.tone-coral { background: #803926; }
.category-hero h1 { margin: 18px 0 20px; font-size: clamp(44px, 5.5vw, 72px); line-height: 1; letter-spacing: -.06em; }
.category-hero p:not(.eyebrow) { max-width: 780px; color: rgba(255,255,255,.82); }
.category-hero-visual { display: grid; align-self: stretch; align-content: center; gap: 18px; min-width: 0; }
.category-hero-visual picture, .category-hero-visual img { width: 100%; height: 100%; max-height: 340px; object-fit: cover; border-radius: 24px; }
.category-hero aside { display: grid; padding: 26px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); border-radius: 22px; }
.category-hero aside strong { color: var(--mint); font-size: 55px; line-height: 1; }
.category-hero aside span { margin-top: 7px; font-weight: 850; }
.category-hero aside small { margin-top: 20px; color: rgba(255,255,255,.7); }
.related-band { display: flex; justify-content: space-between; gap: 40px; align-items: center; padding: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.related-band h2 { margin: 0; font-size: 30px; }

.intro-copy { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.intro-copy p { margin-top: 0; color: var(--ink-soft); }
.guide-index { display: grid; gap: 30px; }
.guide-feature { display: grid; grid-template-columns: 340px 1fr; gap: 40px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.guide-feature picture, .guide-feature img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; border-radius: 16px; }
.guide-feature h2 { margin: 8px 0 10px; font-size: clamp(26px, 3vw, 38px); line-height: 1.15; }
.guide-feature h2 a { text-decoration: none; }
.guide-feature p { color: var(--ink-soft); }
.guide-feature dl { display: flex; gap: 20px; }
.guide-feature dl div { display: grid; }
.guide-feature dt { color: var(--ink-soft); font-size: 10px; }
.guide-feature dd { margin: 0; font-size: 12px; font-weight: 850; }

.guide-article { width: min(calc(100% - 40px), 1120px); margin: 40px auto 100px; }
.guide-article > header { max-width: 920px; margin: 70px 0 40px; }
.guide-article > header h1 { margin: 0; font-size: clamp(46px, 6vw, 78px); line-height: 1; letter-spacing: -.065em; }
.guide-article > header .lead { max-width: 850px; margin: 25px 0; color: var(--ink-soft); font-size: 20px; }
.byline { display: flex; flex-wrap: wrap; gap: 8px 22px; color: var(--ink-soft); font-size: 12px; font-weight: 750; }
.article-hero, .article-hero img { width: 100%; border-radius: var(--radius-lg); }
.article-columns { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 65px; align-items: start; margin-top: 65px; }
.article-toc { position: sticky; top: 105px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 18px; font-size: 12px; }
.article-toc ol { display: grid; gap: 9px; margin: 14px 0 18px; padding-left: 20px; }
.article-toc a { color: var(--ink-soft); text-decoration: none; }
.article-toc > a { color: var(--coral-dark); font-weight: 850; }
.article-content { min-width: 0; }
.article-content > section { position: relative; padding: 40px 0 45px 70px; border-bottom: 1px solid var(--line); }
.article-content h2 { margin: 0 0 15px; font-size: clamp(27px, 3vw, 39px); line-height: 1.18; letter-spacing: -.04em; }
.article-content p { color: #42475b; }
.step-number { position: absolute; left: 0; top: 43px; color: var(--coral); font-size: 25px; font-weight: 920; }
.summary-box { padding: 26px; background: var(--mint); border-radius: var(--radius-md); }
.summary-box strong { font-size: 20px; }
.summary-box p { margin-bottom: 0; color: #244f46; }
.error-table { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 22px; }
.error-table div { display: grid; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.error-table strong { color: var(--coral-dark); }
.error-table span { color: var(--ink-soft); font-size: 12px; }
.related-reading { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 35px; padding: 25px; background: var(--paper-deep); border-radius: var(--radius-md); }
.related-reading h2 { width: 100%; }
.related-reading a { padding: 8px 12px; background: #fff; border-radius: 999px; font-size: 12px; font-weight: 850; text-decoration: none; }
.article-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 50px; }
.article-nav a { display: grid; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 16px; text-decoration: none; }
.article-nav a:last-child { grid-column: 2; }
.article-nav span { color: var(--ink-soft); font-size: 10px; }
.article-nav strong { margin-top: 5px; font-size: 14px; }

.method-steps, .principles, .process-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.method-steps article, .principles article, .process-row article { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.method-steps article > span, .principles article > span, .process-row article > span { color: var(--coral); font-size: 28px; font-weight: 920; }
.method-steps h2, .principles h2, .process-row h2 { margin: 14px 0 10px; font-size: 20px; line-height: 1.2; }
.method-steps p, .method-steps li, .principles p, .process-row p { color: var(--ink-soft); font-size: 13px; }
.method-steps ul { padding-left: 18px; }
.status-grid, .disclosure-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.status-grid article, .disclosure-grid article { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.status-grid p, .disclosure-grid p { color: var(--ink-soft); font-size: 13px; }
.disclosure-grid { grid-template-columns: repeat(3, 1fr); }
.disclosure-grid h2 { margin-top: 0; }
.sample-label { display: inline-flex; padding: 5px 9px; background: #e9e8e4; border-radius: 999px; font-size: 11px; font-weight: 850; }
.sample-label.sponsored { background: #fff0cd; color: #7d5500; }
.sample-label.affiliate { background: #e6ddff; color: var(--lavender-dark); }

.update-log > header { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; margin-bottom: 35px; }
.update-log > header h2 { margin: 12px 0 0; font-size: 40px; }
.update-log > header p { color: var(--ink-soft); }
.update-log > article { display: grid; grid-template-columns: 150px 1fr; gap: 45px; padding: 40px 0; border-top: 1px solid var(--line); }
.update-log time { display: grid; width: 105px; padding: 16px; background: var(--ink); color: #fff; border-radius: 18px; text-align: center; }
.update-log time strong { color: var(--coral); font-size: 42px; line-height: 1; }
.update-log time span { margin-top: 4px; font-size: 10px; }
.update-log article > div > span { color: var(--coral-dark); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.update-log h2 { margin: 7px 0; font-size: 30px; }
.update-log p, .update-log li { color: var(--ink-soft); }

.report-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: start; }
.report-copy { position: sticky; top: 110px; }
.report-copy h2 { margin: 15px 0; font-size: 42px; line-height: 1.1; letter-spacing: -.04em; }
.report-copy p { color: var(--ink-soft); }
.report-form { position: relative; display: grid; padding: clamp(25px, 5vw, 44px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.report-form > label { margin: 16px 0 6px; font-size: 13px; font-weight: 850; }
.report-form label span { color: var(--coral-dark); font-size: 10px; }
.report-form input, .report-form select, .report-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #cfc8bb; background: #fffdf8; color: var(--ink); border-radius: 12px; }
.report-form textarea { resize: vertical; }
.check-control { display: flex; align-items: flex-start; gap: 10px; margin: 22px 0!important; }
.check-control input { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 2px; }
.check-control span { color: var(--ink)!important; font-size: 13px!important; }
.form-help { color: var(--ink-soft); font-size: 11px; }
.form-notice { padding: 17px; background: #e3f6ef; border-radius: 14px; color: var(--success); }
.form-notice p { margin-bottom: 0; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.faq-groups { display: grid; gap: 50px; }
.faq-groups section > h2 { font-size: 32px; }
.status-overview { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; padding: 35px; background: var(--mint); border-radius: var(--radius-lg); }
.status-overview h2 { margin: 15px 0 5px; font-size: 40px; }
.status-light { display: inline-flex; align-items: center; padding: 6px 10px; background: rgba(255,255,255,.7); color: var(--success); border-radius: 999px; font-size: 11px; font-weight: 850; }
.status-light i { box-shadow: none; }
.status-table { display: grid; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; }
.status-row { display: grid; grid-template-columns: .7fr 1.6fr .4fr; gap: 25px; padding: 17px 22px; border-bottom: 1px solid #eee8de; }
.status-row:last-child { border-bottom: 0; }
.status-row.header { background: var(--ink); color: #fff; font-size: 11px; font-weight: 850; }
.status-row span { color: var(--ink-soft); }
.status-row.header span { color: #fff; }
.status-row .ok { color: var(--success); }

.legal-page { width: min(calc(100% - 40px), 850px); margin: 70px auto 120px; }
.legal-page > header { margin-bottom: 60px; padding-bottom: 35px; border-bottom: 2px solid var(--ink); }
.legal-page h1 { margin: 0; font-size: clamp(48px, 6vw, 72px); line-height: 1; letter-spacing: -.06em; }
.legal-page > header > p:last-child { color: var(--ink-soft); }
.legal-page section { padding: 25px 0; border-bottom: 1px solid var(--line); }
.legal-page h2 { margin: 0 0 10px; font-size: 25px; }
.legal-page p { color: var(--ink-soft); }
.not-found { width: min(calc(100% - 40px), var(--max)); min-height: 680px; margin: 35px auto 100px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; background: var(--ink); color: #fff; border-radius: var(--radius-lg); }
.not-found > div { padding: clamp(35px, 6vw, 75px); }
.not-found h1 { margin: 0; font-size: clamp(48px, 6vw, 74px); line-height: 1; letter-spacing: -.06em; }
.not-found p { color: #cdd0de; }
.not-found picture, .not-found img { width: 100%; height: 100%; object-fit: cover; }

.site-footer { padding: 75px 20px 28px; background: var(--ink); color: #fff; }
.footer-grid { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; }
.footer-brand { display: flex; gap: 18px; }
.footer-brand .brand-mark { flex: 0 0 auto; }
.footer-brand strong { font-size: 25px; }
.footer-brand p { max-width: 430px; color: #bfc3d2; font-size: 13px; }
.footer-grid nav { display: grid; align-content: start; gap: 8px; }
.footer-grid nav strong { margin-bottom: 7px; color: var(--mint); font-size: 12px; }
.footer-grid nav a { color: #d5d7e1; font-size: 12px; text-decoration: none; }
.footer-grid nav a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { width: min(100%, var(--max)); margin: 55px auto 0; display: flex; flex-wrap: wrap; gap: 10px 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: #a9adbf; font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { margin-left: auto; color: inherit; }
.footer-analytics { width: min(100%, var(--max)); min-height: 1px; margin: 18px auto 0; overflow: hidden; }
.sponsor-label { justify-self: center; color: var(--ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.toast { position: fixed; z-index: 500; right: 20px; bottom: 20px; max-width: min(360px, calc(100% - 40px)); padding: 13px 17px; background: var(--ink); color: #fff; border-radius: 14px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .2s, transform .2s; font-size: 13px; }
.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .primary-nav a { padding-inline: 9px; font-size: 13px; }
  .home-hero { min-height: 580px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .address-callout { grid-template-columns: 1fr 1.4fr; }
  .address-callout > .text-link { grid-column: 1 / -1; justify-self: end; }
  .method-steps, .principles, .process-row, .status-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 2fr repeat(2, 1fr); }
  .footer-grid nav:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
  body { font-size: 16px; }
  .nav-shell { width: min(calc(100% - 28px), var(--max)); min-height: 70px; }
  .brand small { display: none; }
  .brand-mark { width: 35px; height: 40px; }
  .brand-mark::before { width: 14px; height: 14px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: calc(100% + 1px); left: 14px; right: 14px; display: none; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 0 0 18px 18px; box-shadow: var(--shadow); }
  .primary-nav.open { display: grid; }
  .primary-nav a { padding: 12px 14px; }
  .primary-nav .report-link { margin-left: 0; text-align: center; }
  .home-hero, .page-hero, .not-found { width: min(calc(100% - 28px), 1360px); grid-template-columns: 1fr; }
  .home-hero { min-height: 0; }
  .hero-copy { padding: 44px 28px; }
  .hero-art { min-height: 380px; }
  .home-hero h1 { font-size: clamp(50px, 14vw, 75px); }
  .page-hero { margin-bottom: 55px; }
  .page-hero > div { padding: 38px 28px; }
  .page-hero h1 { font-size: clamp(41px, 11vw, 61px); }
  .page-hero-image img { min-height: 320px; max-height: 460px; }
  .trust-strip { width: min(calc(100% - 28px), var(--max)); grid-template-columns: repeat(2, 1fr); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .address-callout, .section-heading, .split-story, .verify-section, .intro-copy, .article-layout, .report-layout, .status-overview, .update-log > header { grid-template-columns: 1fr; }
  .address-callout, .section-shell, .split-story, .verify-section, .breadcrumbs { width: min(calc(100% - 28px), var(--max)); }
  .section-shell { margin-block: 74px; }
  .split-story, .verify-section { margin-block: 82px; }
  .split-story.reverse > div:first-child { order: 0; }
  .verify-section picture { order: -1; }
  .verify-section picture, .verify-section img { min-height: 320px; max-height: 480px; }
  .link-grid { grid-template-columns: 1fr; }
  .link-grid.compact .link-card:nth-child(n+7) { display: flex; }
  .article-layout { gap: 30px; }
  .side-note, .report-copy { position: static; }
  .guide-feature { grid-template-columns: 230px 1fr; }
  .article-columns { grid-template-columns: 1fr; gap: 30px; }
  .article-toc { position: static; }
  .category-hero { grid-template-columns: 1fr; }
  .category-hero aside { width: min(100%, 250px); }
  .disclosure-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid nav:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 78px; }
  body { word-break: normal; }
  .hero-copy { padding: 38px 22px; }
  .home-hero h1 { font-size: 49px; }
  .home-hero .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .hero-search { display: grid; padding: 5px; }
  .hero-search button { width: 100%; }
  .hero-art { min-height: 300px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div, .trust-strip div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child { border-bottom: 0; }
  .address-callout { margin-block: 58px; padding: 25px; }
  .address-box { grid-template-columns: auto 1fr; }
  .address-box button { grid-column: 1 / -1; }
  .section-heading { gap: 18px; }
  .category-grid, .guide-grid, .method-steps, .principles, .process-row, .status-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 0; }
  .link-card-head { grid-template-columns: auto 1fr; }
  .status { grid-column: 1 / -1; width: fit-content; }
  .link-card dl { grid-template-columns: 1fr; gap: 10px; }
  .link-card .card-actions { align-items: stretch; }
  .link-card .card-actions > * { width: 100%; margin-left: 0; justify-content: center; text-align: center; }
  .page-hero { min-height: 0; }
  .page-hero > div { padding: 34px 22px; }
  .address-primary { grid-template-columns: 1fr; padding: 25px; }
  .address-primary h2 { font-size: 37px; }
  .address-primary-actions { width: 100%; }
  .timeline article, .update-log > article { grid-template-columns: 1fr; gap: 15px; }
  .category-hero { padding: 34px 23px; }
  .category-hero h1 { font-size: 45px; }
  .related-band { display: grid; }
  .guide-feature { grid-template-columns: 1fr; }
  .guide-feature picture, .guide-feature img { min-height: 210px; max-height: 300px; }
  .guide-article > header h1 { font-size: 45px; }
  .guide-article > header .lead { font-size: 17px; }
  .article-content > section { padding-left: 0; padding-top: 66px; }
  .step-number { top: 25px; }
  .error-table { grid-template-columns: 1fr; }
  .article-nav { grid-template-columns: 1fr; }
  .article-nav a:last-child { grid-column: 1; }
  .report-form { padding: 23px; }
  .status-row { grid-template-columns: 1fr; gap: 3px; }
  .status-row.header { display: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 35px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid nav:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
  .footer-bottom a { margin-left: 0; }
}

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

@media print {
  .site-header, .site-footer, .article-toc, .article-nav, .hero-actions, .card-actions, .report-link { display: none!important; }
  body { background: #fff; color: #000; font-size: 12pt; }
  .section-shell, .guide-article { width: 100%; margin: 20px 0; }
  a { color: #000; }
}
