: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; }
}
