:root {
  --ink: #281f2a;
  --muted: #6f6570;
  --paper: #fffaf1;
  --paper-deep: #f7eadc;
  --white: #fffefb;
  --coral: #b74235;
  --coral-dark: #b83f39;
  --peach: #f3b28f;
  --plum: #6f3f73;
  --plum-dark: #38233f;
  --lilac: #d9c4df;
  --sage: #567761;
  --line: #dfd1c4;
  --shadow: 0 18px 50px rgba(74, 42, 55, .12);
  --shadow-small: 0 8px 24px rgba(74, 42, 55, .09);
  --radius: 24px;
  --radius-small: 14px;
  --sans: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
  --serif: "Iowan Old Style", "Noto Serif KR", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.72;
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
main { overflow-x: hidden; overflow-x: clip; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
a { color: inherit; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
::selection { background: var(--lilac); color: var(--plum-dark); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; border-radius: 4px; }

.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(800px, calc(100% - 40px)); }
.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;
}
.skip-link {
  position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px;
  background: var(--ink); color: white; transform: translateY(-160%); border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative; z-index: 30; border-bottom: 1px solid rgba(111, 63, 115, .13);
  background: rgba(255, 250, 241, .92); backdrop-filter: blur(16px);
}
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 44px; height: 44px; padding: 8px; color: var(--plum); border: 1px solid var(--line);
  border-radius: 14px; background: var(--white); box-shadow: var(--shadow-small);
}
.brand-mark path { fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.brand span { display: grid; line-height: 1.25; }
.brand strong { font-family: var(--serif); font-size: 1.18rem; letter-spacing: -.02em; }
.brand small { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.primary-nav { display: flex; align-items: center; gap: 4px; }
.primary-nav a { padding: 9px 13px; border-radius: 999px; color: #554b56; font-size: .92rem; text-decoration: none; font-weight: 650; }
.primary-nav a:hover { color: var(--plum); background: #f2e4ec; }
.primary-nav a[aria-current="page"] { color: white; background: var(--plum); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; place-content: center; gap: 5px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 10px; }

.eyebrow { margin: 0 0 14px; color: var(--coral-dark); font-size: .79rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; margin: 0 9px 3px 0; background: currentColor; }
.section-label { margin: 0 0 10px; color: var(--coral-dark); font-size: .78rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }

.hero { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(36px, 6vw, 86px); padding-block: 76px 60px; }
.hero h1, .page-hero h1, .collection-hero h1, .not-found h1 {
  margin: 0; font-family: var(--serif); font-weight: 650; letter-spacing: -.05em; line-height: 1.08;
}
.hero h1 { max-width: 720px; font-size: clamp(3.05rem, 6.2vw, 5.7rem); }
.hero h1 em { color: var(--plum); font-style: normal; position: relative; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: 0; right: 0; bottom: .04em; height: .22em; background: var(--peach); transform: rotate(-1deg); }
.hero-lead { max-width: 680px; margin: 28px 0 0; color: #5d525c; font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.85; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 19px;
  border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; cursor: pointer;
}
.button.primary { color: white; background: var(--plum); box-shadow: 0 10px 22px rgba(111, 63, 115, .22); }
.button.primary:hover { background: var(--plum-dark); transform: translateY(-1px); }
.button.quiet { border-color: var(--line); background: var(--white); color: var(--plum-dark); }
.button.quiet:hover { border-color: var(--plum); background: #f8edf4; }
.hero-search { margin-top: 38px; padding-top: 25px; border-top: 1px dashed var(--line); }
.hero-search > label { display: block; margin-bottom: 9px; color: var(--muted); font-size: .83rem; font-weight: 750; }
.hero-search > div { display: flex; max-width: 600px; padding: 5px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: var(--shadow-small); }
.hero-search input { width: 100%; min-width: 0; padding: 10px 13px; border: 0; outline: none; background: transparent; color: var(--ink); }
.hero-search input:focus-visible { outline: 3px solid var(--coral); outline-offset: 2px; }
.hero-search button { flex: 0 0 auto; padding: 10px 15px; border: 0; border-radius: 11px; background: var(--coral); color: white; font-weight: 800; cursor: pointer; }
.hero-visual { position: relative; margin: 0; padding: 14px; background: var(--white); border: 1px solid var(--line); border-radius: 38px 38px 38px 8px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-visual::before { content: ""; position: absolute; z-index: -1; inset: 9% -7% -8% 7%; border-radius: 50% 30% 44% 28%; background: var(--lilac); transform: rotate(-4deg); }
.hero-visual img { aspect-ratio: 3 / 2; object-fit: cover; border-radius: 27px 27px 27px 4px; }
.hero-visual figcaption { position: absolute; right: 26px; bottom: -22px; padding: 9px 14px; border-radius: 10px; background: var(--coral); color: white; font-size: .78rem; font-weight: 800; box-shadow: var(--shadow-small); transform: rotate(-2deg); }

.numbers { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 92px; border-block: 1px solid var(--line); }
.numbers div { display: grid; gap: 2px; padding: 22px 22px; border-right: 1px solid var(--line); }
.numbers div:last-child { border-right: 0; }
.numbers strong { font-family: var(--serif); color: var(--plum); font-size: 2.15rem; line-height: 1; }
.numbers span { color: var(--muted); font-size: .78rem; }

.section { padding-block: 36px 104px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 48px; margin-bottom: 38px; }
.section-heading h2, .media-split h2, .principles h2, .intro-grid h2, .criteria-section h2, .editorial-note h2, .method h2, .decision-questions h2, .cta-panel h2, .about-story h2 {
  margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.15; letter-spacing: -.04em;
}
.section-heading > p { margin: 0; color: var(--muted); }
.collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.collection-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.collection-card {
  position: relative; display: flex; min-height: 355px; flex-direction: column; padding: 25px;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-small);
  overflow: hidden; transition: transform .22s ease, box-shadow .22s ease;
}
.collection-card::after { content: ""; position: absolute; width: 95px; height: 95px; right: -28px; top: -33px; border-radius: 50%; background: var(--lilac); opacity: .58; }
.collection-card:nth-child(3n + 2)::after { background: var(--peach); }
.collection-card:nth-child(3n + 3)::after { background: #bed3c4; }
.collection-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-topline { display: flex; justify-content: space-between; gap: 10px; padding-bottom: 18px; color: var(--muted); font-size: .72rem; font-weight: 750; border-bottom: 1px dashed var(--line); }
.collection-card h2, .collection-card h3 { margin: 23px 0 11px; font-family: var(--serif); font-size: 1.52rem; line-height: 1.28; letter-spacing: -.025em; }
.collection-card h2 a, .collection-card h3 a { text-decoration: none; }
.collection-card h2 a::after, .collection-card h3 a::after { content: ""; position: absolute; inset: 0; }
.collection-card > p { margin: 0; color: var(--muted); font-size: .92rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.tag-list span { padding: 3px 9px; border-radius: 999px; color: var(--plum); background: #f2e8f3; font-size: .72rem; font-weight: 700; }
.collection-card .text-link { position: relative; z-index: 2; margin-top: auto; padding-top: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--coral-dark); font-weight: 850; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.text-link.large { font-size: 1.05rem; }
.section-more { margin: 32px 0 0; text-align: center; }

.feature-band { padding-block: 94px; background: var(--plum-dark); color: white; }
.media-split { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(42px, 7vw, 90px); }
.media-split.reverse { grid-template-columns: 1fr 1fr; }
.media-split.reverse figure { order: 2; }
.media-split figure { margin: 0; padding: 12px; border-radius: 30px 30px 8px 30px; background: rgba(255,255,255,.92); transform: rotate(-1.1deg); box-shadow: var(--shadow); }
.media-split figure img { aspect-ratio: 3 / 2; object-fit: cover; border-radius: 20px 20px 3px 20px; }
.media-split > div > p:not(.eyebrow) { margin: 23px 0 0; color: rgba(255,255,255,.74); font-size: 1.03rem; }
.media-split .eyebrow { color: var(--peach); }
.mini-flow { display: grid; gap: 9px; margin: 28px 0 0; padding: 0; list-style: none; }
.mini-flow li { display: flex; align-items: center; gap: 12px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.mini-flow span { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: var(--coral); font-size: .72rem; font-weight: 850; }
.compare-teaser { padding-block: 110px; color: var(--ink); }
.compare-teaser > div > p:not(.eyebrow) { color: var(--muted); }
.compare-teaser figure { border: 1px solid var(--line); background: var(--white); transform: rotate(1deg); }
.compare-teaser .text-link { margin-top: 25px; }

.principles { padding-block: 82px 112px; }
.principles > div:first-child { max-width: 680px; margin-bottom: 35px; }
.principle-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.principle-grid article { padding: 28px; border-top: 4px solid var(--coral); background: var(--paper-deep); border-radius: 0 0 var(--radius) var(--radius); }
.principle-grid article:nth-child(2) { border-color: var(--plum); }
.principle-grid article:nth-child(3) { border-color: var(--sage); }
.principle-grid span { color: var(--coral-dark); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.principle-grid h3 { margin: 11px 0 8px; font-family: var(--serif); font-size: 1.38rem; }
.principle-grid p { margin: 0; color: var(--muted); }

.site-footer { color: #f5edf3; background: #251a29; }
.footer-main { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 65px; padding-block: 70px 55px; }
.footer-intro { max-width: 440px; }
.footer-brand { font-family: var(--serif); font-size: 1.8rem; font-weight: 700; text-decoration: none; }
.footer-intro p { color: #bfb2c0; }
.footer-main h2 { margin: 0 0 15px; color: var(--peach); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-main ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.footer-main a { color: #e2d8e1; text-decoration: none; }
.footer-main a:hover { color: white; text-decoration: underline; }
.footer-note { display: flex; justify-content: space-between; gap: 30px; padding-block: 21px; border-top: 1px solid rgba(255,255,255,.12); color: #9e919f; font-size: .76rem; }
.footer-note p { margin: 0; }

.breadcrumbs { padding-top: 28px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; color: var(--muted); font-size: .76rem; list-style: none; }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #ad9fad; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.page-hero { padding-block: 68px 58px; text-align: center; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5.1rem); }
.page-hero > p:last-child { max-width: 720px; margin: 24px auto 0; color: var(--muted); font-size: 1.08rem; }

.filter-section { padding-bottom: 105px; }
.filters { display: grid; grid-template-columns: 1.7fr 1fr 1fr auto; gap: 12px; align-items: end; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-small); }
.filters label { display: block; margin: 0 0 7px; color: var(--muted); font-size: .75rem; font-weight: 800; }
.filters input, .filters select { width: 100%; min-height: 47px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 11px; background: #fffdf9; color: var(--ink); }
.filters input:focus-visible, .filters select:focus-visible, .template-card textarea:focus-visible { border-color: var(--coral); outline: 3px solid var(--coral); outline-offset: 2px; }
.reset-button { min-height: 47px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 11px; background: var(--paper-deep); color: var(--plum); font-weight: 800; cursor: pointer; }
.tag-filters { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; padding-top: 4px; }
.tag-filters > span { margin-right: 4px; color: var(--muted); font-size: .74rem; font-weight: 800; }
.tag-filters button { padding: 5px 10px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--plum); font-size: .76rem; cursor: pointer; }
.tag-filters button[aria-pressed="true"] { border-color: var(--plum); background: var(--plum); color: white; }
.results-head { display: flex; justify-content: space-between; margin: 22px 2px 16px; color: var(--muted); font-size: .78rem; }
.results-head p { margin: 0; }
.results-head output { color: var(--ink); font-weight: 850; }
.no-results { padding: 60px 25px; border: 1px dashed var(--line); border-radius: var(--radius); text-align: center; background: var(--white); }
.no-results h2 { margin: 0; font-family: var(--serif); font-size: 2rem; }
.no-results p { color: var(--muted); }
.filter-note { margin-bottom: 100px; padding: 30px; border-left: 5px solid var(--coral); background: var(--paper-deep); }
.filter-note h2 { margin: 0 0 6px; font-family: var(--serif); font-size: 1.65rem; }
.filter-note p { margin: 0; color: var(--muted); }

.collection-hero { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; padding-block: 72px 80px; }
.collection-hero h1 { max-width: 820px; font-size: clamp(2.8rem, 5.7vw, 5.2rem); }
.collection-hero > div > p:not(.eyebrow) { max-width: 760px; margin: 23px 0 0; color: var(--muted); font-size: 1.08rem; }
.hero-tags { margin-top: 24px; }
.outcome-card { position: relative; padding: 28px; border: 1px solid #bfa7c3; border-radius: var(--radius) var(--radius) 4px var(--radius); background: var(--plum); color: white; box-shadow: var(--shadow); transform: rotate(1deg); }
.outcome-card::before { content: "✓"; position: absolute; top: -18px; right: 20px; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--coral); font-weight: 900; }
.outcome-card > span { color: var(--peach); font-size: .74rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.outcome-card p { margin: 10px 0 18px; font-family: var(--serif); font-size: 1.25rem; line-height: 1.55; }
.outcome-card small { color: #d8cbd9; }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; padding-bottom: 92px; }
.intro-grid > div > p:last-child { color: var(--muted); font-size: 1.02rem; }
.intro-grid aside { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.intro-grid aside h2 { font-size: 1.55rem; }
.check-list { display: grid; gap: 12px; margin: 18px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: var(--muted); }
.check-list li::before { content: ""; position: absolute; top: .65em; left: 2px; width: 12px; height: 7px; border-left: 2px solid var(--coral); border-bottom: 2px solid var(--coral); transform: rotate(-45deg); }
.check-list.large { gap: 18px; }
.workflow-section { padding-block: 94px 105px; color: white; background: var(--plum-dark); }
.section-heading.light > p { color: #bfb2c0; }
.section-heading.light .eyebrow { color: var(--peach); }
.workflow-list { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.workflow-list > li { display: grid; grid-template-columns: 86px 1fr; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.055); overflow: hidden; }
.step-number { display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.045); }
.step-number span { font-family: var(--serif); color: var(--peach); font-size: 2rem; }
.workflow-list article { padding: 25px 28px 21px; }
.step-heading { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.step-heading p { margin: 0 0 2px; color: #baadbb; font-size: .75rem; }
.step-heading h3 { margin: 0; font-family: var(--serif); font-size: 1.65rem; }
.external-button { flex: 0 0 auto; min-height: 43px; padding: 8px 14px; border-color: rgba(255,255,255,.24); background: white; color: var(--plum-dark); font-size: .84rem; }
.step-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 20px; }
.step-notes p { margin: 0; color: #d2c7d2; font-size: .9rem; }
.step-notes strong { display: block; margin-bottom: 3px; color: white; font-size: .75rem; }
.access-note { margin: 17px 0 0; padding-top: 13px; border-top: 1px dashed rgba(255,255,255,.15); color: #a999aa; font-size: .73rem; }
.criteria-section { padding-block: 100px 75px; }
.criteria-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.criteria-grid article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.criteria-grid span { font-family: var(--serif); color: var(--coral); font-size: 1.35rem; }
.criteria-grid h3 { margin: 12px 0 8px; font-family: var(--serif); font-size: 1.4rem; }
.criteria-grid p { margin: 0; color: var(--muted); }
.editorial-note { margin-block: 35px 105px; padding: 36px 40px; border: 1px solid #d9bed5; border-radius: 4px var(--radius) var(--radius) var(--radius); background: #f5eaf2; }
.editorial-note h2 { font-size: 2.25rem; }
.editorial-note > p:not(.section-label) { color: #665665; }
.editorial-note .review-date { margin: 22px 0 0; padding-top: 16px; border-top: 1px dashed #cab1c6; font-size: .78rem; }
.related { padding-bottom: 110px; }

.compare-visual { margin-bottom: 85px; }
.compare-visual figure { margin: 0; padding: 13px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-small); }
.compare-visual img { width: 100%; max-height: 560px; object-fit: cover; border-radius: 15px; }
.compare-visual figcaption { padding: 11px 4px 0; color: var(--muted); font-size: .76rem; }
.decision-questions { margin-bottom: 95px; }
.decision-questions ol { display: grid; gap: 0; margin: 30px 0 0; padding: 0; list-style: none; border-block: 1px solid var(--line); }
.decision-questions li { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.decision-questions li:last-child { border-bottom: 0; }
.decision-questions li > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--coral); color: white; font-family: var(--serif); font-weight: 800; }
.decision-questions h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 1.35rem; }
.decision-questions li p { margin: 0; color: var(--muted); }
.comparison-groups { padding-bottom: 65px; }
.comparison-group { margin-bottom: 42px; }
.comparison-group > h3 { margin: 0 0 13px; font-family: var(--serif); font-size: 1.6rem; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--white); }
table { width: 100%; border-collapse: collapse; min-width: 700px; }
th, td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
thead th { color: var(--plum); background: #f4eaf2; font-size: .78rem; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
tbody th { width: 24%; }
td { color: var(--muted); }
.external-link { color: var(--plum); font-weight: 800; text-decoration: none; }
.external-link:hover { text-decoration: underline; }

.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; padding-bottom: 95px; }
.policy-grid article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.policy-grid article > span { display: inline-grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--paper-deep); color: var(--coral-dark); font-family: var(--serif); font-weight: 800; }
.policy-grid h2 { margin: 15px 0 8px; font-family: var(--serif); font-size: 1.55rem; }
.policy-grid p { margin: 0; color: var(--muted); }
.policy-grid code { padding: .1em .35em; border-radius: 4px; background: var(--paper-deep); font-size: .84em; }
.method { margin-bottom: 80px; }
.method ol { display: grid; gap: 0; margin: 28px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.method li { display: grid; grid-template-columns: 160px 1fr; gap: 25px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.method strong { color: var(--plum); }
.method span { color: var(--muted); }

.about-story { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 75px; padding-block: 20px 95px; }
.about-story > div:first-child p:not(.section-label) { color: var(--muted); }
.quote-card { padding: 38px; border-radius: 45% 45% 14px 45%; background: var(--plum); color: white; box-shadow: var(--shadow); }
.quote-card blockquote { margin: 0; font-family: var(--serif); font-size: 1.45rem; line-height: 1.7; }
.quote-card p { margin: 18px 0 0; color: var(--peach); font-size: .78rem; }
.cta-panel { margin-block: 0 105px; padding: 40px; border-radius: var(--radius); background: var(--paper-deep); text-align: center; }
.cta-panel .button-row { justify-content: center; }

.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding-block: 15px 110px; }
.contact-layout h2 { margin: 0; font-family: var(--serif); font-size: 2.3rem; line-height: 1.2; }
.notice { margin-top: 27px; padding: 18px; border-left: 4px solid var(--coral); background: var(--paper-deep); color: var(--muted); font-size: .88rem; }
.template-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-small); }
.template-card label { display: block; margin-bottom: 9px; font-weight: 850; }
.template-card textarea { width: 100%; resize: vertical; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: #fffdf9; color: #5d525c; line-height: 1.8; }
.template-card .button { margin-top: 12px; }
.copy-status { min-height: 1.5em; margin: 8px 0 0; color: var(--sage); font-size: .8rem; font-weight: 750; }
.channel-status { margin: 20px 0 0; padding-top: 17px; border-top: 1px dashed var(--line); color: var(--muted); font-size: .78rem; }
.channel-status strong { display: block; color: var(--ink); }

.prose { padding-block: 68px 115px; }
.prose header { margin-bottom: 50px; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.prose h1 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 5rem); line-height: 1.08; letter-spacing: -.045em; }
.prose header > p:last-child { color: var(--muted); font-size: .82rem; }
.prose h2 { margin: 43px 0 10px; font-family: var(--serif); font-size: 1.65rem; }
.prose > p { color: #5f545e; }
.not-found { min-height: 67vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-block: 70px; text-align: center; }
.error-code { margin: 0; font-family: var(--serif); color: var(--lilac); font-size: clamp(7rem, 22vw, 15rem); font-weight: 800; line-height: .72; letter-spacing: -.08em; }
.not-found h1 { font-size: clamp(2.3rem, 5vw, 4.2rem); }
.not-found > p:not(.error-code, .eyebrow) { max-width: 600px; color: var(--muted); }
.not-found .button-row { justify-content: center; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { width: min(760px, 100%); margin-inline: auto; }
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading { grid-template-columns: 1fr; gap: 15px; }
  .media-split, .media-split.reverse { grid-template-columns: 1fr; }
  .media-split.reverse figure { order: 0; }
  .media-split figure { width: min(720px, 100%); margin-inline: auto; }
  .collection-hero { grid-template-columns: 1fr; gap: 35px; }
  .outcome-card { max-width: 650px; transform: none; }
  .intro-grid, .about-story, .contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .filters { grid-template-columns: 1.4fr 1fr; }
  .reset-button { align-self: stretch; }
  .tag-filters { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1.2fr .8fr .8fr; gap: 35px; }
}

@media (max-width: 760px) {
  .wrap, .narrow { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 70px; }
  .brand small { display: none; }
  .nav-toggle { display: grid; }
  .primary-nav { position: absolute; top: calc(100% + 1px); left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; padding: 10px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: var(--shadow); }
  .primary-nav[data-open="true"] { display: flex; }
  .primary-nav a { text-align: center; }
  .hero { padding-block: 48px 44px; overflow-x: hidden; overflow-x: clip; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
  .hero-lead { margin-top: 21px; }
  .button-row { flex-direction: column; align-items: stretch; }
  .hero-search > div { display: grid; }
  .hero-search button { margin-top: 4px; }
  .hero-visual { padding: 8px; border-radius: 25px 25px 25px 6px; transform: none; }
  .hero-visual img { border-radius: 18px 18px 18px 3px; }
  .hero-visual figcaption { position: static; display: block; margin: 8px 0 0; background: transparent; color: var(--muted); box-shadow: none; transform: none; text-align: center; }
  .numbers { grid-template-columns: repeat(2, 1fr); margin-bottom: 65px; }
  .numbers div:nth-child(2) { border-right: 0; }
  .numbers div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding-block: 20px 78px; }
  .collection-grid, .collection-grid.two { grid-template-columns: 1fr; }
  .collection-card { min-height: 320px; }
  .feature-band, .compare-teaser, .principles { padding-block: 75px; }
  .principle-grid, .criteria-grid, .policy-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-note { flex-direction: column; gap: 7px; }
  .page-hero { padding-block: 52px 42px; text-align: left; }
  .page-hero h1 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .filters { grid-template-columns: 1fr; padding: 16px; }
  .tag-filters { grid-column: 1; }
  .results-head { display: grid; gap: 4px; }
  .collection-hero { padding-block: 50px 60px; }
  .collection-hero h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .workflow-section { padding-block: 72px; }
  .workflow-list > li { grid-template-columns: 1fr; }
  .step-number { display: block; padding: 13px 22px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .step-number span { font-size: 1.2rem; }
  .workflow-list article { padding: 21px; }
  .step-heading { align-items: flex-start; flex-direction: column; gap: 13px; }
  .step-notes { grid-template-columns: 1fr; gap: 14px; }
  .editorial-note { padding: 27px 23px; }
  .method li { grid-template-columns: 1fr; gap: 4px; }
  .contact-layout { padding-bottom: 80px; }
}

@media (max-width: 460px) {
  body { word-break: normal; }
  .brand-mark { width: 39px; height: 39px; }
  .numbers div { padding: 18px 14px; }
  .numbers strong { font-size: 1.8rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-intro { grid-column: auto; }
  .outcome-card, .template-card { padding: 22px; }
  .decision-questions li { grid-template-columns: 48px 1fr; gap: 10px; }
}

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

/* 2026-09-10: purpose-led link directory and editorial navigation. */
@font-face { font-family: "Link Collection Sans"; src: url("/assets/fonts/directory-20260910.woff2") format("woff2"); font-style: normal; font-weight: 45 930; font-display: swap; }
:root { --plum: #67427c; --plum-dark: #35203f; --lilac: #e4d7ed; --paper: #fcf9f2; --line: #ded7ca; --sans: "Link Collection Sans", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", "Segoe UI", sans-serif; --serif: "Iowan Old Style", Georgia, "Link Collection Sans", "Apple SD Gothic Neo", "Malgun Gothic", serif; }
.brand strong { font-family: var(--sans); font-weight: 900; font-size: 1.45rem; letter-spacing: -.07em; }
.brand strong .brand-domain { display: inline; color: var(--plum); font-size: 1.05rem; letter-spacing: -.04em; }
.brand small { font-size: .7rem; letter-spacing: -.02em; }
.header-inner { min-height: 88px; }
.primary-nav a { font-size: .88rem; }
.topic-rail { border-bottom: 1px solid var(--line); background: #f5f0e5; }
.topic-rail .wrap { display: flex; justify-content: space-between; gap: 22px; overflow-x: auto; scrollbar-width: thin; }
.topic-rail a { padding: 13px 0; color: #5d505f; font-size: .81rem; font-weight: 750; white-space: nowrap; text-decoration: none; }
.topic-rail a:hover { color: var(--plum); text-decoration: underline; }
.directory-hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; padding-block: 58px 50px; }
.directory-hero h1 { margin: 0; font-family: var(--sans); font-size: clamp(2.4rem, 4.7vw, 4rem); letter-spacing: -.065em; line-height: 1.24; font-weight: 850; }
.directory-hero h1 em { font-style: normal; color: var(--plum); }
.directory-lead { color: #645c66; margin: 20px 0 24px; font-size: 1.03rem; line-height: 1.85; }
.directory-home-search > div { display: flex; align-items: center; background: var(--white); border: 1.5px solid var(--plum); border-radius: 12px; padding: 5px; box-shadow: 0 5px 0 #e9dfed; }
.directory-home-search svg { width: 21px; height: 21px; margin: 0 10px; stroke: var(--plum); stroke-width: 1.7; fill: none; flex: 0 0 auto; }
.directory-home-search input { min-width: 0; width: 100%; border: 0; padding: 10px 2px; color: var(--ink); background: transparent; font-size: .88rem; }
.directory-home-search button { flex: 0 0 auto; border: 0; border-radius: 8px; padding: 11px 16px; background: var(--plum); color: white; font-weight: 800; cursor: pointer; }
.search-suggestions { display: flex; flex-wrap: wrap; gap: 8px; margin: 15px 0 24px; font-size: .76rem; color: var(--muted); align-items: center; }
.search-suggestions a { text-decoration: none; border-radius: 4px; padding: 2px 9px; background: #eee7f0; color: #5e3e6c; }
.hero-destinations { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.hero-destinations .button { min-height: 42px; padding: 9px 14px; border-radius: 8px; font-size: .81rem; box-shadow: none; gap: 10px; }
.hero-destinations > div { display: grid; gap: 1px; }
.partner-link { color: #583464; text-decoration: underline; font-weight: 800; font-size: .85rem; }
.hero-destinations small { font-size: .65rem; color: var(--muted); }
.directory-hero-art { position: relative; margin: 0; background: #f6efde; border: 1px solid #d9cdbc; padding: 16px; border-radius: 4px 4px 40px 4px; box-shadow: 10px 11px 0 #ebe1ef; transform: rotate(1deg); }
.art-label { display: flex; justify-content: space-between; gap: 20px; color: #756b76; font-size: .62rem; font-weight: 750; letter-spacing: .07em; margin-bottom: 11px; }
.directory-hero-art img { border-radius: 3px; aspect-ratio: 3/2; object-fit: cover; }
.directory-hero-art figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 5px 15px; padding-top: 13px; font-size: .71rem; color: #736475; }
.directory-hero-art figcaption strong { color: var(--plum); }
.directory-stats { display: grid; grid-template-columns: repeat(3, 1fr) 1.3fr; align-items: center; border-block: 1px solid var(--line); padding-block: 19px; }
.directory-stats p { margin: 0; border-right: 1px solid var(--line); text-align: center; color: var(--muted); font-size: .8rem; }
.directory-stats strong { color: var(--plum); font-size: 1.5rem; margin-right: 7px; font-family: Georgia, serif; }
.directory-stats > a { color: #594e5c; text-align: right; text-decoration: none; font-size: .8rem; }
.directory-section { padding-block: 58px; }
.directory-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.directory-heading .eyebrow { font-size: .69rem; margin-bottom: 9px; }
.directory-heading h2, .workflow-feature h2, .directory-compare h2, .selection-guide > h2 { margin: 0; font-family: var(--sans); font-size: clamp(1.6rem, 2.65vw, 2.35rem); font-weight: 800; letter-spacing: -.055em; line-height: 1.4; }
.directory-heading > .text-link { font-size: .8rem; white-space: nowrap; }
.topic-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.topic-card { display: flex; flex-direction: column; padding: 22px 19px 18px; min-width: 0; border: 1px solid var(--line); background: var(--white); border-radius: 11px; transition: border-color .18s ease, transform .18s ease; }
.topic-card:hover { border-color: var(--plum); transform: translateY(-3px); }
.topic-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: #7b707d; font-size: .68rem; }
.topic-mark { display: grid; place-items: center; width: 36px; height: 36px; color: var(--plum); background: #eee5f2; border-radius: 8px; font-size: 1rem; font-weight: 850; }
.topic-card:nth-child(3n+2) .topic-mark { color: #687046; background: #eef0dd; }
.topic-card:nth-child(3n) .topic-mark { color: #985c3d; background: #f9e9dd; }
.topic-card h2, .topic-card h3 { margin: 18px 0 10px; line-height: 1.35; font-family: var(--sans); font-size: 1.08rem; font-weight: 800; letter-spacing: -.035em; }
.topic-card h2 a, .topic-card h3 a { display: flex; justify-content: space-between; gap: 10px; text-decoration: none; }
.topic-card h2 a span, .topic-card h3 a span { color: #9b829e; }
.topic-card p { color: var(--muted); font-size: .78rem; line-height: 1.8; margin: 0 0 17px; }
.topic-examples { display: flex; flex-wrap: wrap; gap: 4px 9px; color: #756776; font-size: .65rem; margin-top: auto; padding-bottom: 17px; }
.topic-examples span { white-space: nowrap; }
.topic-card > .text-link { border-top: 1px solid #e9e2d8; padding-top: 12px; color: var(--plum); font-size: .72rem; }
.workflow-feature { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: #eee6f2; border-radius: 15px; align-items: center; border: 1px solid #dfd2e4; }
.workflow-feature-copy { padding: 40px 45px; }
.workflow-feature p:not(.eyebrow) { max-width: 420px; color: #6d5b73; font-size: .9rem; margin: 17px 0 22px; }
.workflow-feature h2 { color: var(--plum-dark); }
.workflow-feature .button { border-radius: 8px; font-size: .8rem; box-shadow: none; }
.workflow-feature figure { margin: 0; padding: 26px 28px; }
.workflow-feature img { border: 9px solid #fcf8ef; border-radius: 2px; transform: rotate(-2deg); }
.directory-home .collection-card { border-radius: 11px; min-height: 315px; box-shadow: none; }
.directory-home .collection-card h3 { font-family: var(--sans); font-size: 1.3rem; line-height: 1.45; }
.directory-home .collection-card > p { font-size: .83rem; }
.directory-compare { display: grid; grid-template-columns: .75fr 1fr; gap: 70px; align-items: center; padding: 40px 0 70px; }
.directory-compare figure { margin: 0; }
.directory-compare img { border-radius: 10px; }
.directory-compare > div { max-width: 440px; }
.directory-compare p:not(.eyebrow) { color: var(--muted); font-size: .92rem; }
.directory-editorial { margin-bottom: 64px; padding: 28px 32px; border-top: 2px solid var(--plum); background: #f1ede4; border-radius: 0 0 10px 10px; }
.directory-editorial strong { font-size: 1rem; }
.directory-editorial p { color: #6c616d; font-size: .83rem; max-width: 920px; }
.directory-editorial .text-link { font-size: .8rem; }
.directory-page-hero { padding-block: 48px 38px; }
.directory-page-hero h1 { margin: 0; font-family: var(--sans); font-size: clamp(2rem, 4.4vw, 3.5rem); letter-spacing: -.06em; line-height: 1.3; }
.directory-page-hero > p:not(.eyebrow) { color: var(--muted); max-width: 820px; font-size: .98rem; margin: 21px 0; }
.directory-page-hero .text-link { font-size: .85rem; }
.directory-page-hero + .directory-section { padding-top: 12px; }
.directory-search-section { padding-bottom: 58px; }
.directory-filters { display: grid; grid-template-columns: 1.8fr 1fr auto; gap: 15px; align-items: end; padding: 22px; border: 1px solid var(--line); border-radius: 11px; background: var(--white); }
.directory-filters label { display: block; color: #66586b; font-size: .77rem; font-weight: 800; margin-bottom: 7px; }
.directory-filters input, .directory-filters select { width: 100%; min-width: 0; border: 1px solid #cabed0; background: #fefcf8; border-radius: 7px; min-height: 47px; padding: 9px 12px; }
.directory-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.directory-service-grid.all-services { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.directory-service { display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); border-radius: 10px; padding: 22px; min-width: 0; }
.service-top { display: flex; flex-wrap: wrap; gap: 7px; justify-content: space-between; color: #6c566f; font-size: .67rem; font-weight: 700; }
.official-mark { color: #54705b; }
.directory-service h2, .directory-service h3 { font-family: var(--sans); font-size: 1.14rem; line-height: 1.45; margin: 16px 0 10px; letter-spacing: -.03em; }
.directory-service .external-link { color: var(--plum-dark); font-size: inherit; }
.directory-service .external-link:hover { color: var(--plum); }
.directory-service .service-role { font-size: .86rem; margin: 0 0 10px; line-height: 1.8; }
.service-reason { color: var(--muted); font-size: .78rem; margin: 0 0 18px; line-height: 1.8; }
.service-details { display: grid; gap: 7px; margin-top: auto; padding-top: 14px; border-top: 1px solid #eee5db; color: #706171; font-size: .7rem; }
.service-details small { font-size: .67rem; color: #766779; overflow-wrap: anywhere; }
.service-context { margin-top: 13px; color: var(--plum); text-decoration: none; font-weight: 750; font-size: .74rem; }
.service-context:hover { text-decoration: underline; }
.category-jump { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.category-jump a { text-decoration: none; font-size: .76rem; font-weight: 750; padding: 8px 13px; border: 1px solid var(--line); border-radius: 7px; background: #f6f0e7; }
.directory-category-layout { display: grid; grid-template-columns: minmax(0, 1fr) 215px; align-items: start; gap: 36px; padding-bottom: 64px; }
.category-links-section { scroll-margin-top: 25px; }
.category-links-section .directory-heading { flex-wrap: wrap; gap: 7px; }
.category-links-section .directory-heading h2 { font-size: 1.25rem; }
.link-open-note { color: var(--muted); font-size: .7rem; }
.directory-sidebar { margin-top: 0; padding: 19px; background: #f2ede4; border-radius: 10px; border: 1px solid var(--line); }
.directory-sidebar > p { font-size: .78rem; font-weight: 800; margin: 0 0 13px; }
.directory-sidebar nav { display: grid; gap: 2px; }
.directory-sidebar nav a { display: flex; justify-content: space-between; padding: 9px 8px; border-radius: 6px; text-decoration: none; color: #6b5d6e; font-size: .77rem; }
.directory-sidebar nav a[aria-current="page"] { background: var(--plum); color: white; }
.directory-sidebar nav span { font-size: .72rem; opacity: .85; }
.directory-sidebar > .text-link { display: block; margin-top: 16px; font-size: .74rem; }
.selection-guide { padding: 50px 0; scroll-margin-top: 25px; }
.selection-guide > h2 { font-size: 1.65rem; }
.selection-intro { color: #625867; font-size: .9rem; margin: 20px 0; }
.selection-choices article { display: grid; grid-template-columns: 35px 1fr; gap: 13px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.selection-choices article > span { color: var(--plum); font-family: Georgia, serif; font-size: 1.3rem; line-height: 1.7; }
.selection-choices h3 { font-size: 1rem; margin: 0 0 9px; }
.selection-choices p { margin: 0; color: #6c616f; font-size: .86rem; line-height: 1.9; }
.selection-note { padding: 22px; margin-top: 27px; background: #f0e9f3; border-radius: 9px; }
.selection-note strong { font-size: .85rem; color: var(--plum-dark); }
.selection-note p { color: #705f78; font-size: .81rem; margin-bottom: 0; }
.related-directory-workflows { scroll-margin-top: 25px; }
.related-directory-workflows .directory-heading h2 { font-size: 1.7rem; }
.related-directory-workflows .collection-card { min-height: 325px; border-radius: 10px; box-shadow: none; }
.related-directory-workflows .collection-card h3 { font-family: var(--sans); font-size: 1.25rem; line-height: 1.45; }
.related-directory-workflows .collection-card p { font-size: .82rem; }
.directory-edited { color: #756a78; font-size: .72rem; padding-top: 26px; }
.results-head { gap: 15px; font-size: .79rem; }
.histats-counter { min-height: 20px; }

@media (max-width: 1000px) {
  .directory-hero { gap: 30px; }
  .directory-hero h1 { font-size: clamp(2.35rem, 4.9vw, 3.3rem); }
  .directory-home-search svg { margin-inline: 5px; }
  .directory-home-search button { padding-inline: 10px; font-size: .8rem; }
  .topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .directory-category-layout { grid-template-columns: minmax(0, 1fr) 190px; gap: 22px; }
  .directory-service { padding: 18px; }
  .directory-service-grid.all-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .workflow-feature-copy { padding: 28px; }
  .directory-compare { gap: 35px; }
}
@media (max-width: 760px) {
  .header-inner { min-height: 76px; }
  .brand strong { font-size: 1.3rem; }
  .primary-nav a { font-size: .9rem; }
  .topic-rail .wrap { gap: 24px; }
  .directory-hero { grid-template-columns: 1fr; padding-block: 35px 33px; gap: 30px; }
  .directory-hero h1 { font-size: clamp(2.5rem, 7.5vw, 3.4rem); }
  .directory-hero-copy { max-width: 600px; }
  .directory-hero-art { display: none; }
  .directory-lead { font-size: .94rem; margin-block: 17px 22px; }
  .directory-home-search button { font-size: .85rem; padding: 11px 13px; }
  .directory-home-search svg { margin-inline: 8px; }
  .directory-stats { grid-template-columns: repeat(3, 1fr); padding-block: 15px; }
  .directory-stats p { display: grid; font-size: .69rem; gap: 0; }
  .directory-stats p:nth-child(3) { border-right: 0; }
  .directory-stats strong { margin: 0; font-size: 1.45rem; }
  .directory-stats > a { grid-column: 1/-1; text-align: center; font-size: .72rem; padding-top: 14px; }
  .directory-section { padding-block: 38px; }
  .directory-heading { align-items: start; gap: 12px; flex-direction: column; margin-bottom: 20px; }
  .directory-heading h2 { font-size: 1.6rem; }
  .topic-grid { gap: 12px; }
  .topic-card { padding: 18px 15px 15px; }
  .topic-card h2, .topic-card h3 { font-size: 1rem; }
  .topic-card p { font-size: .75rem; }
  .topic-examples { font-size: .64rem; gap: 2px 6px; }
  .workflow-feature { grid-template-columns: 1fr; }
  .workflow-feature-copy { padding: 28px; }
  .workflow-feature h2 br { display: none; }
  .workflow-feature figure { padding: 0 28px 28px; }
  .workflow-feature img { max-height: 265px; object-fit: cover; width: 100%; transform: none; border-width: 6px; }
  .directory-home .collection-grid { grid-template-columns: 1fr; }
  .directory-home .collection-card { min-height: 270px; }
  .directory-compare { grid-template-columns: 1fr; gap: 25px; padding-block: 15px 38px; }
  .directory-compare figure { max-width: 400px; }
  .directory-compare h2 br { display: none; }
  .directory-editorial { padding: 24px; margin-bottom: 38px; }
  .directory-page-hero { padding-block: 32px 28px; }
  .directory-page-hero h1 { font-size: 2.15rem; }
  .directory-page-hero > p:not(.eyebrow) { font-size: .9rem; }
  .directory-page-hero > p br { display: none; }
  .directory-category-layout { grid-template-columns: 1fr; gap: 25px; padding-bottom: 38px; }
  .directory-sidebar nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 12px; }
  .directory-filters { grid-template-columns: minmax(0, 1fr) auto; gap: 12px; padding: 17px; }
  .directory-filters > div:first-child { grid-column: 1/-1; }
  .category-jump { gap: 7px; }
  .category-jump a { font-size: .69rem; padding: 8px; }
  .selection-guide { padding-block: 38px; }
  .selection-guide > h2 { font-size: 1.4rem; }
  .related-directory-workflows .collection-grid { grid-template-columns: 1fr; }
  .related-directory-workflows .collection-card { min-height: 285px; }
}
@media (max-width: 520px) {
  .directory-service-grid, .directory-service-grid.all-services { grid-template-columns: 1fr; }
  .directory-home-search input { font-size: .78rem; }
  .directory-home-search svg { width: 18px; height: 18px; margin-inline: 5px; }
  .directory-home-search button { padding-inline: 10px; font-size: .78rem; }
  .hero-destinations { gap: 13px; }
  .hero-destinations .button { font-size: .74rem; padding-inline: 11px; }
  .partner-link { font-size: .77rem; }
  .hero-destinations small { font-size: .61rem; }
  .topic-top { font-size: .61rem; }
  .topic-mark { width: 32px; height: 32px; }
  .topic-card h2, .topic-card h3 { font-size: .9rem; }
  .topic-card p { font-size: .71rem; }
  .topic-card > .text-link { font-size: .65rem; }
  .topic-card { padding-inline: 12px; }
}
