:root {
  --paper: #f3efe6;
  --paper-deep: #e8dfd1;
  --card: #fbf8f1;
  --ink: #1e211c;
  --body: #484b43;
  --muted: #74776e;
  --line: rgba(30, 33, 28, .18);
  --accent: #ff385c;
  --max: 1180px;
  --reading: 760px;
  --sans: "Pretendard", "Apple SD Gothic Neo", sans-serif;
  --serif: "Noto Serif KR", "AppleMyungjo", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 86% 3%, rgba(255, 56, 92, .12), transparent 26rem),
    var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.7;
  word-break: keep-all;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 10px 14px; background: var(--ink); color: var(--paper); }
.skip-link:focus { top: 16px; }

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(18px);
}
.nav-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { font-weight: 900; letter-spacing: -.05em; text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 760; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--accent); }
.nav-cta { padding: 9px 14px; border: 1px solid var(--ink); border-radius: 999px; }
.theme-button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; }

.eyebrow { margin: 0 0 16px; color: var(--accent); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.list-hero { padding: clamp(78px, 11vw, 140px) 0 64px; }
.list-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(40px, 8vw, 110px); align-items: end; }
.list-hero h1 { max-width: 9ch; margin: 0; font-size: clamp(62px, 10vw, 132px); line-height: .88; letter-spacing: -.08em; }
.list-hero .lead { margin: 0 0 8px; color: var(--body); font-size: clamp(17px, 2vw, 22px); }

.category-bar { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.category-inner { display: flex; gap: 8px; padding: 16px 0; overflow-x: auto; scrollbar-width: none; }
.category-inner::-webkit-scrollbar { display: none; }
.category-button { flex: 0 0 auto; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); font-size: 12px; font-weight: 750; cursor: pointer; }
.category-button:hover, .category-button.is-active { border-color: var(--ink); background: var(--ink); color: var(--paper); }

.post-section { padding: 72px 0 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 5vw, 62px); line-height: 1; letter-spacing: -.06em; }
.section-heading p { max-width: 42ch; margin: 0; color: var(--muted); }
.post-grid { display: grid; grid-template-columns: repeat(12, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.post-card { grid-column: span 4; min-height: 460px; display: flex; flex-direction: column; padding: 26px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); text-decoration: none; transition: background .2s ease, color .2s ease; }
.post-card:first-child { grid-column: span 8; }
.post-card:hover { background: var(--ink); color: var(--paper); }
.post-card:hover .post-summary, .post-card:hover .post-date { color: rgba(243, 239, 230, .72); }
.post-card-top { display: flex; justify-content: space-between; gap: 18px; color: var(--accent); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.post-card h2 { max-width: 15ch; margin: auto 0 18px; font-size: clamp(29px, 3.4vw, 50px); line-height: 1.05; letter-spacing: -.055em; }
.post-card:not(:first-child) h2 { font-size: clamp(25px, 2.5vw, 34px); }
.post-summary { margin: 0; color: var(--body); font-size: 14px; }
.post-date { margin-top: 22px; color: var(--muted); font-size: 11px; }
.post-arrow { margin-top: 28px; font-size: 24px; }

.newsletter-band { padding: 76px 0; background: var(--accent); color: #fff; }
.newsletter-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(34px, 7vw, 90px); align-items: end; }
.newsletter-band h2 { max-width: 10ch; margin: 0; font-size: clamp(40px, 6vw, 78px); line-height: .95; letter-spacing: -.07em; }
.newsletter-copy p { max-width: 48ch; margin: 22px 0 0; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.newsletter-form input[type="email"] { min-width: 0; padding: 16px 18px; border: 1px solid rgba(255,255,255,.72); border-radius: 0; background: rgba(255,255,255,.1); color: #fff; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.72); }
.newsletter-form button { padding: 16px 22px; border: 1px solid #fff; background: #fff; color: #1e211c; font-weight: 800; cursor: pointer; }
.newsletter-consent { grid-column: 1 / -1; display: flex; gap: 8px; align-items: start; font-size: 11px; }
.form-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.form-status { grid-column: 1 / -1; min-height: 22px; margin: 0; font-size: 12px; }

.article-hero { padding: clamp(72px, 10vw, 128px) 0 52px; border-bottom: 1px solid var(--ink); }
.breadcrumb { margin: 0 0 42px; color: var(--muted); font-size: 12px; }
.breadcrumb a { text-decoration: none; }
.article-category { color: var(--accent); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.article-hero h1 { max-width: 13ch; margin: 20px 0 30px; font-size: clamp(46px, 8vw, 104px); line-height: .94; letter-spacing: -.075em; }
.article-summary { max-width: 760px; margin: 0 0 32px auto; color: var(--body); font-size: clamp(18px, 2.1vw, 23px); }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.article-cover { width: min(1380px, calc(100% - 40px)); margin: 0 auto; aspect-ratio: 1200 / 630; overflow: hidden; background: var(--paper-deep); }
.article-cover img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); }
.article-cover.article-cover--color { background: transparent; }
.article-cover.article-cover--color img { filter: none; }

.article-layout { display: grid; grid-template-columns: minmax(180px, .35fr) minmax(0, 1fr); gap: clamp(40px, 8vw, 120px); padding: 92px 0 120px; }
.article-aside { position: sticky; top: 104px; align-self: start; }
.article-aside strong { display: block; margin-bottom: 14px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.article-aside a { display: block; padding: 8px 0; color: var(--muted); font-size: 12px; text-decoration: none; }
.article-aside a:hover { color: var(--accent); }
.article-body { width: 100%; max-width: var(--reading); min-width: 0; }
.article-section { margin-bottom: 70px; scroll-margin-top: 110px; }
.article-section .section-label { display: block; margin-bottom: 18px; color: var(--accent); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.article-section h2 { margin: 0 0 26px; font-size: clamp(28px, 4vw, 44px); line-height: 1.13; letter-spacing: -.05em; }
.article-section p { margin: 0 0 22px; color: var(--body); font-size: 17px; }
.application-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.application-list li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.application-list b { color: var(--accent); font-size: 11px; }
.article-quote { margin: 82px 0; padding: clamp(36px, 6vw, 70px); background: var(--ink); color: var(--paper); }
.article-quote p { margin: 0; font-family: var(--serif); font-size: clamp(30px, 5vw, 54px); line-height: 1.28; letter-spacing: -.045em; }
.article-quote cite { display: block; margin-top: 28px; color: var(--accent); font-family: var(--sans); font-size: 11px; font-style: normal; letter-spacing: .12em; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; font-weight: 760; cursor: pointer; }
.faq-answer { padding: 0 0 24px; color: var(--body); }
.related-section { padding: 80px 0 110px; border-top: 1px solid var(--ink); }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.related-card { min-height: 260px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); text-decoration: none; }
.related-card h3 { margin: auto 0 0; font-size: clamp(25px, 3vw, 38px); line-height: 1.05; letter-spacing: -.05em; }
.related-card span { color: var(--accent); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.article-cta { display: grid; grid-template-columns: 1fr 1fr; }
.article-cta a { min-height: 270px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(30px, 5vw, 60px); text-decoration: none; }
.article-cta a:first-child { background: var(--accent); color: #fff; }
.article-cta a:last-child { background: var(--ink); color: var(--paper); }
.article-cta small { font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-cta strong { max-width: 12ch; font-size: clamp(32px, 4vw, 54px); line-height: 1; letter-spacing: -.06em; }

.site-footer { padding: 34px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; }

html[data-theme="dark"] {
  color-scheme: dark;
  --paper: #111;
  --paper-deep: #191919;
  --card: #1b1b1b;
  --ink: #f4f4ef;
  --body: #cecec8;
  --muted: #9e9e98;
  --line: rgba(244,244,239,.19);
  --accent: #ff5a72;
}
html[data-theme="dark"] .site-nav { background: rgba(17,17,17,.88); }
html[data-theme="dark"] .newsletter-band { background: #d72f4d; }
html[data-theme="dark"] .post-card:hover { background: #f4f4ef; color: #111; }
html[data-theme="dark"] .post-card:hover .post-summary, html[data-theme="dark"] .post-card:hover .post-date { color: #555; }

@media (max-width: 820px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .list-hero-grid, .newsletter-grid, .article-layout { grid-template-columns: 1fr; }
  .list-hero .lead { max-width: 34ch; }
  .post-card, .post-card:first-child { grid-column: span 6; }
  .article-aside { position: static; display: none; }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 28px, var(--max)); }
  .nav-inner { min-height: 62px; }
  .nav-links { gap: 8px; }
  .nav-cta { padding: 8px 10px; font-size: 11px; }
  .list-hero { padding-top: 70px; }
  .list-hero h1 { font-size: clamp(55px, 18vw, 82px); }
  .section-heading { display: block; }
  .section-heading p { margin-top: 16px; }
  .post-card, .post-card:first-child { grid-column: 1 / -1; min-height: 360px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form button { width: 100%; }
  .article-hero h1 { font-size: clamp(43px, 13vw, 70px); }
  .article-summary { margin-left: 0; }
  .article-cover { width: 100%; aspect-ratio: 4 / 3; }
  .article-layout { padding: 64px 0 80px; }
  .article-section { margin-bottom: 54px; }
  .article-section p { font-size: 16px; }
  .related-grid, .article-cta { grid-template-columns: 1fr; }
  .article-cta a { min-height: 220px; }
  .footer-inner { display: block; }
}

/* Homepage design-system alignment */
:root {
  --paper: #ffffff;
  --paper-deep: #f7f7f7;
  --card: #ffffff;
  --ink: #222222;
  --body: #3f3f3f;
  --muted: #6a6a6a;
  --line: #dddddd;
  --accent: #ff385c;
  --accent-bright: #e00b41;
  --max: 1080px;
  --reading: 720px;
  --grid-gap: 20px;
  --card-radius: 16px;
  --sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  --display: "SF Pro Rounded", "SF Pro Display", ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", sans-serif;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: -.012em;
  font-kerning: normal;
  font-optical-sizing: auto;
}

p, li, dd, .faq-answer {
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

h1, h2, h3, strong, .wordmark {
  font-family: var(--display);
  font-stretch: normal;
  font-kerning: normal;
  word-break: keep-all;
  text-wrap: balance;
}

.wrap { width: min(calc(100% - 48px), var(--max)); }

.site-nav {
  min-height: 72px;
  border-color: var(--line);
  background: rgba(255, 255, 255, .95);
}

.nav-inner { min-height: 72px; }

.wordmark {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--accent);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.wordmark::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.wordmark small {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .08em;
}

.nav-links { gap: 20px; font-size: 14px; font-weight: 500; }
.nav-links a { transition: color .2s ease; }
.nav-cta {
  min-height: 44px;
  padding: 11px 20px;
  border-color: var(--accent);
  border-radius: 9999px;
  background: var(--accent);
  color: #ffffff;
  line-height: 1.2;
}
.nav-cta:hover { border-color: var(--accent-bright); background: var(--accent-bright); color: #fff !important; }
.theme-button {
  width: 40px;
  height: 40px;
  border-color: var(--line);
  background: var(--card);
  color: var(--ink);
  font-size: 14px;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.theme-button:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-1px); }

.eyebrow {
  margin-bottom: 14px;
  color: var(--accent);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: .1em;
}

.list-hero { padding: clamp(72px, 8vw, 104px) 0 clamp(72px, 8vw, 96px); }
.list-hero-grid { grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: clamp(48px, 7vw, 80px); }
.list-hero h1 {
  max-width: 760px;
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.05em;
}
.list-hero .lead {
  max-width: 40ch;
  margin: 0;
  color: var(--body);
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: -.012em;
}

.category-bar { border-color: var(--line); background: var(--paper); }
.category-inner { gap: 8px; padding: 14px 0; }
.category-button {
  min-height: 40px;
  padding: 9px 14px;
  border-color: var(--line);
  background: var(--card);
  color: var(--body);
  font-size: 12px;
  font-weight: 650;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.category-button:hover, .category-button.is-active { border-color: var(--accent); background: var(--accent); color: #fff; }

.post-section { padding: clamp(92px, 10vw, 124px) 0; }
.section-heading { margin-bottom: clamp(42px, 5vw, 60px); }
.section-heading h2 {
  font-size: clamp(34px, 4.2vw, 48px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -.045em;
}
.section-heading p { max-width: 38ch; color: var(--body); font-size: 16px; line-height: 1.72; }

.post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 20px;
  border: 0;
}
.post-card, .post-card:first-child {
  grid-column: auto;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  background: var(--card);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .025);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.post-card:hover {
  border-color: var(--accent);
  background: var(--card);
  color: var(--ink);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .08);
  transform: translateY(-3px);
}
.post-card.is-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
}
.post-card-media {
  min-width: 0;
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--paper-deep);
}
.post-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.2,.75,.25,1);
}
.post-card:hover .post-card-media img { transform: scale(1.025); }
.post-card.is-featured .post-card-media {
  height: 100%;
  min-height: 430px;
  aspect-ratio: auto;
}
.post-card-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 28px;
}
.post-card:hover .post-summary { color: var(--body); }
.post-card:hover .post-date { color: var(--muted); }
.post-card-top { color: var(--accent); font-size: 11px; line-height: 1.45; letter-spacing: .08em; }
.post-card h2, .post-card:not(:first-child) h2 {
  max-width: 18ch;
  margin: 28px 0 16px;
  font-size: clamp(25px, 2.8vw, 34px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -.04em;
}
.post-card.is-featured h2 {
  max-width: 13ch;
  margin-top: auto;
  font-size: clamp(32px, 3.8vw, 46px);
  line-height: 1.08;
}
.post-card:not(:first-child) h2 { font-size: clamp(24px, 2.4vw, 30px); }
.post-summary { color: var(--body); font-size: 15px; line-height: 1.68; }
.post-card:not(.is-featured) .post-summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.post-date { color: var(--muted); font-size: 11px; }
.post-card-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 28px;
}
.post-arrow { margin: 0; color: var(--accent); font-size: 20px; line-height: 1; }
.post-section .section-heading p {
  max-width: none;
  white-space: nowrap;
}

.newsletter-band { padding: clamp(92px, 10vw, 124px) 0; background: var(--paper); color: #fff; }
.newsletter-grid {
  gap: clamp(44px, 5.5vw, 64px);
  padding: clamp(42px, 5vw, 60px);
  border-radius: 20px;
  background: var(--accent);
}
.newsletter-band h2 {
  font-size: clamp(34px, 4.1vw, 48px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -.045em;
}
.newsletter-copy p { font-size: 15px; line-height: 1.68; }
.newsletter-form {
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: var(--card-radius);
  background: rgba(255, 255, 255, .04);
}
.newsletter-form input[type="email"] { min-height: 46px; padding: 12px 14px; border-color: rgba(255,255,255,.55); border-radius: 8px; background: rgba(27,27,27,.12); }
.newsletter-form button { min-height: 46px; padding: 11px 20px; border-radius: 9999px; color: var(--accent-bright); }
.newsletter-consent { color: rgba(255,255,255,.82); line-height: 1.55; }

.article-hero { padding: clamp(72px, 8vw, 104px) 0 clamp(64px, 7vw, 84px); border-color: var(--line); }
.breadcrumb { margin-bottom: 48px; color: var(--muted); }
.article-category { font-size: 11px; line-height: 1.45; letter-spacing: .1em; }
.article-hero h1 {
  max-width: 760px;
  margin: 18px 0 26px;
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.05em;
}
.article-summary {
  max-width: var(--reading);
  margin: 0 0 30px;
  color: var(--body);
  font-size: 17px;
  line-height: 1.72;
}
.article-meta { border-color: var(--line); color: var(--muted); }
.article-meta strong { font-family: var(--sans); }
.article-cover {
  width: min(calc(100% - 48px), var(--max));
  margin-top: 48px;
  border-radius: var(--card-radius);
  background: var(--paper-deep);
}

.article-layout { grid-template-columns: minmax(160px, .3fr) minmax(0, 1fr); gap: clamp(48px, 7vw, 80px); padding: clamp(92px, 10vw, 124px) 0; }
.article-aside { top: 100px; }
.article-aside strong { font-family: var(--sans); }
.article-aside a { color: var(--muted); font-size: 12px; }
.article-section { margin-bottom: 64px; }
.article-section .section-label { margin-bottom: 14px; letter-spacing: .1em; }
.article-section h2 {
  margin-bottom: 24px;
  font-size: clamp(30px, 3.6vw, 40px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.045em;
}
.article-section p { color: var(--body); font-size: 16px; line-height: 1.75; }
.article-section .section-intro {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--body);
  font-size: 17px;
}
.process-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}
.process-list > li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}
.process-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .04em;
}
.process-list small {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.process-list h3 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.6vw, 29px);
  font-weight: 550;
  line-height: 1.28;
  letter-spacing: -.035em;
}
.process-list .process-lead {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 720;
  line-height: 1.6;
  letter-spacing: -.02em;
}
.process-list p { margin-bottom: 16px; }
.process-list .process-insight {
  margin: 22px 0 0;
  padding: 18px 20px;
  border-left: 3px solid var(--accent);
  border-radius: 0 10px 10px 0;
  background: #fff4f6;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.65;
}
.process-insight strong {
  display: block;
  margin-bottom: 5px;
  color: var(--accent-bright);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .02em;
}
.article-inline-media {
  min-width: 0;
  margin: 8px 0 72px;
}
.article-inline-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--card-radius);
  object-fit: cover;
}
.article-inline-media figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.article-metric {
  margin: 38px 0 30px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--ink);
  border-radius: var(--card-radius);
  background: var(--card);
  color: var(--ink);
}
.article-metric-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.article-metric-head span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.article-metric-head strong { font-size: 15px; letter-spacing: -.02em; }
.article-metric-comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
  align-items: stretch;
}
.article-metric-value {
  display: flex;
  min-width: 0;
  min-height: 190px;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border-radius: 14px;
  background: var(--paper-deep);
}
.article-metric-value small {
  margin-bottom: auto;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.article-metric-value strong {
  font-size: clamp(48px, 8vw, 76px);
  font-weight: 650;
  line-height: .95;
  letter-spacing: -.07em;
}
.article-metric-value > span { margin-top: 12px; color: var(--muted); font-size: 12px; }
.article-metric-value--after { background: var(--accent); color: #fff; }
.article-metric-value--after small,
.article-metric-value--after > span { color: rgba(255, 255, 255, .82); }
.article-metric-arrow { display: grid; place-items: center; color: var(--accent); }
.article-metric-arrow span { font-size: 30px; line-height: 1; }
.article-metric-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.article-metric-summary p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  padding: 16px 18px;
}
.article-metric-summary p + p { border-left: 1px solid var(--line); }
.article-metric-summary small { color: var(--muted); font-size: 11px; }
.article-metric-summary strong { color: var(--accent); font-size: 22px; letter-spacing: -.04em; }
.article-metric figcaption { margin-top: 14px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.article-visual-block {
  min-width: 0;
  margin: 0 0 76px;
  scroll-margin-top: 110px;
}
.article-visual-block .section-label {
  display: block;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.article-visual-block h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.045em;
}
.article-visual-block > p {
  margin: 0 0 28px;
  color: var(--body);
  font-size: 16px;
  line-height: 1.75;
}
.article-table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-top: 1px solid var(--ink);
  -webkit-overflow-scrolling: touch;
}
.article-table-scroll table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  table-layout: fixed;
}
.article-table-scroll th,
.article-table-scroll td {
  padding: 17px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.6;
  word-break: keep-all;
}
.article-table-scroll thead th {
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.article-table-scroll thead th:first-child,
.article-table-scroll tbody th {
  width: 22%;
}
.article-table-scroll tbody th {
  color: var(--accent-bright);
  font-family: var(--display);
  font-size: 15px;
  font-weight: 600;
}
.flow-block {
  min-width: 0;
  padding: 34px;
  border-radius: var(--card-radius);
  background: var(--paper-deep);
}
.content-flow {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-flow li {
  position: relative;
  min-height: 150px;
  padding: 18px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--card);
}
.content-flow li:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -12px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  content: "→";
  font-size: 11px;
  transform: translateY(-50%);
}
.content-flow li:nth-child(3)::after { display: none; }
.content-flow small,
.content-flow strong,
.content-flow span {
  display: block;
}
.content-flow small {
  margin-bottom: 22px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 750;
}
.content-flow strong {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 600;
}
.content-flow span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}
.application-list { border-color: var(--line); }
.application-list li { border-color: var(--line); }
.article-diagnosis {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
  gap: clamp(28px, 5vw, 54px);
  margin: 8px 0 76px;
  padding: clamp(34px, 5vw, 56px);
  border-radius: var(--card-radius);
  background: var(--accent);
  color: #fff;
}
.diagnosis-copy > span {
  display: block;
  margin-bottom: 18px;
  color: rgba(255,255,255,.78);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.diagnosis-copy h2 {
  max-width: 570px;
  margin: 0 0 20px;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.05em;
}
.diagnosis-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 16px;
  line-height: 1.7;
}
.diagnosis-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.diagnosis-copy li {
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  font-size: 12px;
  text-align: center;
}
.diagnosis-action {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-end;
}
.diagnosis-action a {
  display: flex;
  min-height: 130px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  color: var(--accent-bright);
  font-size: 19px;
  font-weight: 750;
  line-height: 1.3;
}
.diagnosis-action a span { font-size: 28px; }
.diagnosis-action small {
  display: block;
  margin-top: 14px;
  color: rgba(255,255,255,.76);
  font-size: 11px;
  line-height: 1.6;
}
.article-diagnosis--compact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 30px;
}
.article-diagnosis--compact h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(23px, 3vw, 31px);
  font-weight: 550;
  line-height: 1.25;
  letter-spacing: -.04em;
}
.article-diagnosis--compact > a {
  flex: 0 0 auto;
  padding: 14px 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--accent-bright);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.article-diagnosis--compact > a span { margin-left: 8px; }
.article-quote { margin: 72px 0; padding: clamp(36px, 5vw, 56px); border-radius: var(--card-radius); background: var(--paper-deep); color: var(--ink); }
.article-quote p { font-family: var(--display); font-size: clamp(28px, 4vw, 42px); font-weight: 500; line-height: 1.3; letter-spacing: -.04em; }
.faq-list { border-color: var(--line); }
.faq-list details { border-color: var(--line); }
.faq-list summary { padding: 24px 0; font-size: 18px; line-height: 1.5; }

.related-section { padding: clamp(92px, 10vw, 124px) 0; border-color: var(--line); }
.related-grid { gap: var(--grid-gap); border: 0; }
.related-card {
  min-height: 280px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  background: var(--card);
  transition: border-color .2s ease, transform .2s ease;
}
.related-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.related-card h3 { font-size: clamp(25px, 3vw, 34px); font-weight: 500; line-height: 1.2; }

.article-cta {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  gap: var(--grid-gap);
  padding-bottom: clamp(92px, 10vw, 124px);
}
.article-cta a { min-height: 240px; padding: clamp(30px, 4vw, 44px); border-radius: var(--card-radius); }
.article-cta a:first-child { background: var(--accent); }
.article-cta a:last-child { background: var(--paper-deep); color: var(--ink); }
.article-cta strong { font-size: clamp(30px, 3.8vw, 44px); font-weight: 500; line-height: 1.1; }
.site-footer { padding: 40px 24px; border-color: var(--line); background: var(--paper); }

html[data-theme="dark"] {
  --paper: #111111;
  --paper-deep: #191919;
  --card: #1b1b1b;
  --ink: #f5f5f5;
  --body: #d0d0d0;
  --muted: #a3a3a3;
  --line: #383838;
  --accent: #ff5a72;
  --accent-bright: #ff385c;
}
html[data-theme="dark"] .site-nav { border-color: #353535; background: rgba(17,17,17,.95); }
html[data-theme="dark"] .wordmark { color: var(--accent); }
html[data-theme="dark"] .wordmark small { color: #adadad; }
html[data-theme="dark"] .theme-button { border-color: #3a3a3a; background: #1b1b1b; color: #f5f5f5; }
html[data-theme="dark"] .category-bar { border-color: #383838; background: #111; }
html[data-theme="dark"] .category-button { border-color: #3a3a3a; background: #1b1b1b; color: #d0d0d0; }
html[data-theme="dark"] .category-button:hover,
html[data-theme="dark"] .category-button.is-active { border-color: var(--accent); background: var(--accent); color: #fff; }
html[data-theme="dark"] .post-card:hover { border-color: var(--accent); background: #1b1b1b; color: #f5f5f5; box-shadow: 0 16px 40px rgba(0,0,0,.32); }
html[data-theme="dark"] .post-card:hover .post-summary { color: #d0d0d0; }
html[data-theme="dark"] .post-card:hover .post-date { color: #a3a3a3; }
html[data-theme="dark"] .post-card-media { background: #242424; }
html[data-theme="dark"] .newsletter-band { background: #111; }
html[data-theme="dark"] .newsletter-grid { background: #ff385c; }
html[data-theme="dark"] .article-quote { background: #191919; color: #f5f5f5; }
html[data-theme="dark"] .article-metric { border-color: #555; background: #191919; color: #f5f5f5; }
html[data-theme="dark"] .article-metric-value--before { background: #262626; }
html[data-theme="dark"] .process-list .process-insight { background: #23181b; color: #f5f5f5; }
html[data-theme="dark"] .flow-block { background: #191919; }
html[data-theme="dark"] .content-flow li { background: #1b1b1b; }
html[data-theme="dark"] .article-diagnosis { background: var(--accent-bright); }
html[data-theme="dark"] .article-cta a:last-child { background: #1b1b1b; color: #f5f5f5; }

@media (max-width: 820px) {
  .wrap { width: min(calc(100% - 32px), var(--max)); }
  .nav-links { gap: 8px; }
  .list-hero-grid, .newsletter-grid, .article-layout { grid-template-columns: 1fr; }
  .list-hero .lead { max-width: 38ch; }
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .post-card, .post-card:first-child { grid-column: auto; }
  .post-card.is-featured { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .post-card.is-featured .post-card-media { height: auto; min-height: 0; aspect-ratio: 16 / 9; }
  .post-section .section-heading p { white-space: normal; }
  .article-aside { display: none; }
}

@media (max-width: 600px) {
  body { font-size: 15.5px; line-height: 1.7; }
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .site-nav, .nav-inner { min-height: 64px; }
  .wordmark small { display: none; }
  .nav-links a:not(.nav-cta) { display: none; }
  .nav-cta { min-height: 40px; padding: 9px 14px; font-size: 12px; }
  .theme-button { width: 38px; height: 38px; }
  .list-hero { padding: 64px 0 72px; }
  .list-hero h1, .article-hero h1 { font-size: 33px; line-height: 1.1; }
  .list-hero .lead { font-size: 15.5px; }
  .category-inner { padding: 12px 0; }
  .post-section, .related-section, .newsletter-band { padding: 72px 0; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading h2 { font-size: clamp(29px, 8.2vw, 36px); line-height: 1.2; }
  .section-heading p { margin-top: 14px; font-size: 15px; }
  .post-grid { grid-template-columns: 1fr; gap: 20px; }
  .post-card, .post-card:first-child, .post-card.is-featured { grid-column: 1 / -1; }
  .post-card-media, .post-card.is-featured .post-card-media { aspect-ratio: 16 / 10; }
  .post-card-content { padding: 22px; }
  .post-card h2, .post-card:not(:first-child) h2, .post-card.is-featured h2 { max-width: none; margin: 22px 0 14px; font-size: 26px; line-height: 1.16; }
  .post-summary { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .post-card-footer { padding-top: 22px; }
  .newsletter-grid { gap: 36px; padding: 30px 24px; border-radius: 16px; }
  .newsletter-band h2 { font-size: 32px; }
  .newsletter-form { grid-template-columns: 1fr; padding: 24px; }
  .newsletter-form button { width: 100%; }
  .article-hero { padding: 64px 0 54px; }
  .breadcrumb { margin-bottom: 34px; }
  .article-summary { font-size: 16px; }
  .article-cover { width: calc(100% - 28px); margin-top: 28px; border-radius: 14px; }
  .article-layout { padding: 72px 0; }
  .article-section { margin-bottom: 52px; }
  .article-section h2 { font-size: 29px; line-height: 1.2; }
  .article-section p { font-size: 15.5px; }
  .article-section .section-intro { margin-bottom: 28px; font-size: 16px; }
  .process-list > li { grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding: 26px 0; }
  .process-number { width: 36px; height: 36px; }
  .process-list h3 { font-size: 22px; }
  .process-list .process-insight { padding: 16px; font-size: 14px; }
  .article-inline-media { margin-bottom: 56px; }
  .article-inline-media img { border-radius: 12px; }
  .article-metric { margin: 30px 0 26px; padding: 20px; border-radius: 14px; }
  .article-metric-head { display: block; margin-bottom: 18px; }
  .article-metric-head strong { display: block; margin-top: 6px; }
  .article-metric-comparison { grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr); }
  .article-metric-value { min-height: 148px; padding: 16px 12px; border-radius: 10px; }
  .article-metric-value strong { font-size: clamp(38px, 13vw, 54px); }
  .article-metric-value > span { font-size: 11px; }
  .article-metric-arrow span { font-size: 20px; }
  .article-metric-summary p { display: block; padding: 14px 10px; }
  .article-metric-summary small { display: block; margin-bottom: 3px; }
  .article-metric-summary strong { font-size: 18px; }
  .article-visual-block { margin-bottom: 60px; }
  .article-visual-block h2 { font-size: 29px; }
  .article-visual-block > p { font-size: 15.5px; }
  .article-diagnosis { grid-template-columns: 1fr; padding: 30px 24px; }
  .article-diagnosis--compact { display: flex; align-items: flex-start; flex-direction: column; padding: 24px 20px; }
  .article-diagnosis--compact h2 { font-size: 24px; }
  .article-diagnosis--compact > a { width: 100%; text-align: center; }
  .diagnosis-copy h2 { font-size: 30px; }
  .diagnosis-copy ul { grid-template-columns: 1fr; }
  .diagnosis-action a { min-height: 112px; }
  .article-table-scroll {
    margin-right: -14px;
    padding-right: 14px;
  }
  .flow-block { padding: 28px 20px; }
  .content-flow { grid-template-columns: 1fr; gap: 20px; }
  .content-flow li { min-height: 0; padding: 18px; }
  .content-flow li:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -20px;
    content: "↓";
    transform: translateX(50%);
  }
  .content-flow li:nth-child(3)::after { display: grid; }
  .content-flow small { margin-bottom: 10px; }
  .content-flow strong { font-size: 18px; }
  .content-flow span { font-size: 12px; }
  .article-quote { margin: 60px 0; padding: 30px 24px; }
  .article-quote p { font-size: 28px; }
  .related-grid, .article-cta { grid-template-columns: 1fr; }
  .related-card { min-height: 240px; padding: 24px; }
  .article-cta { width: calc(100% - 28px); padding-bottom: 72px; }
  .article-cta a { min-height: 210px; padding: 28px 24px; }
  .article-cta strong { font-size: 30px; }
}

/* Preserve the full artwork instead of cropping it into a fixed frame. */
.article-cover {
  display: flex;
  aspect-ratio: auto;
  overflow: visible;
  align-items: center;
  justify-content: center;
}
.article-cover img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(78vh, 860px);
  border-radius: inherit;
  object-fit: contain;
}
.article-inline-media {
  text-align: center;
}
.article-inline-media img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 760px;
  margin-inline: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
.article-inline-media figcaption {
  max-width: 760px;
  margin-inline: auto;
  text-align: left;
}

.article-video {
  width: min(760px, calc(100% - 40px));
  margin: clamp(48px, 7vw, 84px) auto 0;
  text-align: center;
}
.article-video video {
  width: auto;
  max-width: 100%;
  max-height: 78vh;
  border-radius: 18px;
  background: #111;
  box-shadow: 0 22px 70px rgba(20, 20, 20, .14);
}
.article-video figcaption {
  max-width: 620px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
  text-align: left;
}
.article-prompt {
  margin: 24px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper-deep);
}
.article-prompt > span {
  display: block;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.article-prompt pre {
  margin: 0;
  padding: 18px 18px 20px;
  overflow-x: auto;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.75;
  white-space: pre-wrap;
  word-break: keep-all;
}
.process-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 20px 0;
}
.process-checks p {
  margin: 0 !important;
  padding: 16px;
  border-radius: 12px;
  background: rgba(28, 128, 94, .08);
  font-size: 14px !important;
  line-height: 1.65 !important;
}
.process-checks .process-mistake { background: rgba(255, 56, 92, .08); }
.process-checks strong,
.support-action strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 11px;
  letter-spacing: .04em;
}
.process-list .article-inline-media {
  margin: 28px 0 8px;
}
.perspective-evidence {
  display: grid;
  grid-template-columns: minmax(180px, .68fr) minmax(0, 1.32fr);
  margin: 28px 0 52px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper-deep);
}
.perspective-evidence:not(.has-media) {
  grid-template-columns: 1fr;
}
.perspective-evidence:not(.has-media) figcaption {
  min-height: 0;
  padding: 42px;
}
.perspective-evidence:not(.has-media) figcaption strong {
  max-width: 32ch;
}
.perspective-evidence-media {
  display: grid;
  min-height: 318px;
  padding: 30px;
  place-items: center;
  border-right: 1px solid var(--line);
  background: #f2eee6;
}
.perspective-evidence-media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 252px;
  object-fit: contain;
  filter: drop-shadow(0 15px 20px rgba(25, 22, 18, .14));
}
.perspective-evidence-media img[src$=".svg"] {
  width: 100%;
  max-height: none;
  filter: none;
}
.perspective-evidence-media--cover {
  min-height: 318px;
  padding: 0;
  overflow: hidden;
}
.perspective-evidence-media--cover img {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  min-height: 318px;
  object-fit: cover;
  filter: none;
}
.perspective-evidence figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 34px;
}
.perspective-evidence figcaption small {
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.perspective-evidence figcaption strong {
  max-width: 21ch;
  color: var(--ink);
  font-size: clamp(22px, 2.5vw, 29px);
  font-weight: 570;
  line-height: 1.24;
  letter-spacing: -.045em;
  word-break: keep-all;
}
.perspective-evidence figcaption p {
  margin: 16px 0 0 !important;
  color: var(--body);
  font-size: 14px !important;
  line-height: 1.75 !important;
}
.perspective-evidence figcaption ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.perspective-evidence figcaption li {
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
}
.perspective-evidence figcaption a {
  margin-top: 22px;
  color: var(--body);
  font-size: 11px;
  text-decoration-color: var(--line);
  text-underline-offset: 4px;
}
.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.support-card {
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper-deep);
}
.support-card-body {
  padding: 24px;
}
.support-card-media {
  margin: 0;
  border-bottom: 1px solid var(--line);
  background: #f4f1eb;
}
.support-card-image {
  display: grid;
  min-height: 288px;
  padding: 28px;
  place-items: center;
}
.support-card-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 232px;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(25, 22, 18, .16));
}
.support-card-media figcaption {
  padding: 0 24px 14px;
  color: #6f6a63;
  font-size: 10px;
  line-height: 1.5;
}
.support-card-media figcaption a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.support-card small {
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.support-card h3 {
  margin: 10px 0 14px;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -.035em;
}
.support-card p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}
.support-card .support-action {
  margin-top: 18px !important;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
@media (max-width: 640px) {
  .support-card-image {
    min-height: 252px;
    padding: 24px;
  }
  .support-card-image img {
    height: 204px;
  }
}
.article-checklist ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}
.article-checklist li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.article-checklist li > span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
}
.article-checklist li p {
  margin: 0;
}
.source-references ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}
.source-references li {
  display: grid;
  grid-template-columns: minmax(220px, .85fr) minmax(280px, 1.15fr) auto;
  gap: 24px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.source-references li div { display: grid; gap: 7px; }
.source-references li small {
  color: var(--accent);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.source-references li strong {
  font-size: 17px;
  font-weight: 620;
  line-height: 1.4;
  letter-spacing: -.025em;
}
.source-references li p {
  margin: 0 !important;
  color: var(--body);
  font-size: 14px !important;
  line-height: 1.7 !important;
}
.source-references li a {
  white-space: nowrap;
  color: var(--ink);
  font-size: 12px;
  font-weight: 760;
  text-decoration: none;
}
html[data-theme="dark"] .article-prompt pre,
html[data-theme="dark"] .process-checks strong,
html[data-theme="dark"] .support-action strong { color: #f5f5f5; }

/* Email-gated guide funnel */
.guide-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(290px, .95fr);
  gap: clamp(28px, 5vw, 52px);
  margin: 76px 0;
  padding: clamp(30px, 5vw, 52px);
  border-radius: 20px;
  background: var(--accent);
  color: #fff;
}
.guide-kicker {
  margin: 0 0 14px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.guide-lead h2 {
  max-width: 12ch;
  margin: 0 0 20px;
  font-size: clamp(32px, 4.4vw, 48px);
  font-weight: 560;
  line-height: 1.08;
  letter-spacing: -.055em;
}
.guide-lead-copy > p:not(.guide-kicker) { margin: 0; color: rgba(255,255,255,.88); font-size: 15px; line-height: 1.7; }
.guide-lead-copy ul { display: grid; gap: 9px; margin: 24px 0 0; padding: 0; list-style: none; }
.guide-lead-copy li { position: relative; padding-left: 18px; font-size: 13px; line-height: 1.55; }
.guide-lead-copy li::before { position: absolute; left: 0; content: "✓"; font-weight: 850; }
.guide-lead-form {
  align-self: end;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 16px;
  background: rgba(22,22,22,.12);
}
.guide-lead-form > p { margin: 0 0 18px; font-size: 14px; }
.guide-lead-form > p strong, .guide-lead-form > p span { display: block; }
.guide-lead-form > p span { margin-top: 3px; color: rgba(255,255,255,.75); font-size: 12px; }
.guide-form { display: grid; gap: 10px; }
.guide-email span { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 760; }
.guide-email input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 9px;
  outline: 0;
  background: rgba(255,255,255,.96);
  color: #222;
}
.guide-email input:focus { border-color: #222; box-shadow: 0 0 0 3px rgba(255,255,255,.28); }
.guide-form > button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-weight: 820;
  cursor: pointer;
}
.guide-form > button:disabled { cursor: wait; opacity: .68; }
.guide-consents { display: grid; gap: 8px; padding-top: 3px; }
.guide-consents label { display: flex; gap: 8px; align-items: flex-start; color: rgba(255,255,255,.86); font-size: 10.5px; line-height: 1.5; }
.guide-consents input { flex: 0 0 auto; margin-top: 3px; }
.guide-consents a { text-underline-offset: 2px; }
.guide-form .form-status { color: #fff; }

.guide-page-hero { padding: clamp(76px, 10vw, 132px) 0 clamp(56px, 8vw, 90px); }
.guide-page-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(40px, 8vw, 100px); align-items: end; }
.guide-page-hero h1 { margin: 0; font-size: clamp(50px, 8vw, 98px); font-weight: 520; line-height: .98; letter-spacing: -.075em; }
.guide-page-intro { padding-bottom: 8px; }
.guide-page-intro p { margin: 0 0 22px; color: var(--body); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.guide-page-intro a { color: var(--accent); font-size: 13px; font-weight: 800; text-decoration: none; }
.guide-page-body { padding: 0 0 clamp(92px, 10vw, 132px); }
.guide-page-content { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: var(--grid-gap); align-items: start; }
.guide-page-content > figure { position: sticky; top: 96px; margin: 0; overflow: hidden; border-radius: 20px; background: var(--paper-deep); }
.guide-page-content > figure img { width: 100%; height: auto; }
.guide-page-offer { padding: clamp(30px, 5vw, 54px); border-radius: 20px; background: var(--paper-deep); }
.guide-page-offer .guide-kicker { color: var(--accent); }
.guide-page-offer > h2 { margin: 0 0 30px; font-size: clamp(32px, 4.5vw, 48px); font-weight: 540; line-height: 1.12; letter-spacing: -.05em; }
.guide-page-offer > ul { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.guide-page-offer > ul li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.guide-page-offer > ul b { color: var(--accent); font-size: 11px; }
.guide-page-offer > ul span { font-size: 14px; }
.guide-page-form-card { margin-top: 34px; padding: 26px; border-radius: 16px; background: var(--accent); color: #fff; }
.guide-page-form-card h3 { margin: 0; font-size: 25px; font-weight: 620; letter-spacing: -.04em; }
.guide-page-form-card > p { margin: 8px 0 20px; color: rgba(255,255,255,.8); font-size: 12px; }

.guide-download { min-height: calc(100vh - 150px); display: grid; align-items: center; padding: clamp(72px, 10vw, 130px) 0; }
.guide-download-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); gap: clamp(44px, 8vw, 110px); align-items: center; }
.guide-download h1 { margin: 0; font-size: clamp(48px, 7vw, 84px); font-weight: 520; line-height: 1; letter-spacing: -.07em; }
.guide-download-grid > div:first-child > p:last-child { max-width: 48ch; margin: 30px 0 0; color: var(--body); }
.guide-download-actions { display: grid; border-top: 1px solid var(--ink); }
.guide-download-actions a { display: grid; grid-template-columns: 1fr auto; gap: 6px 20px; padding: 24px 4px; border-bottom: 1px solid var(--line); text-decoration: none; }
.guide-download-actions small { grid-column: 1 / -1; color: var(--accent); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.guide-download-actions strong { font-size: clamp(22px, 3vw, 30px); font-weight: 560; letter-spacing: -.04em; }
.guide-download-actions span { color: var(--accent); font-size: 24px; }

html[data-theme="dark"] .guide-page-offer { background: #191919; }
html[data-theme="dark"] .guide-page-content > figure { background: #191919; }

@media (max-width: 820px) {
  .guide-lead,
  .guide-page-grid,
  .guide-page-content,
  .guide-download-grid { grid-template-columns: 1fr; }
  .guide-page-content > figure { position: static; }
  .source-references li { grid-template-columns: 1fr; gap: 12px; }
  .source-references li a { justify-self: start; }
}

@media (max-width: 600px) {
  .article-cover {
    aspect-ratio: auto;
  }
  .article-cover img,
  .article-inline-media img {
    max-height: none;
  }
  .article-video { width: calc(100% - 28px); }
  .article-video video { max-height: none; border-radius: 14px; }
  .process-checks,
  .support-grid { grid-template-columns: 1fr; }
  .perspective-evidence { grid-template-columns: 1fr; margin-bottom: 42px; }
  .perspective-evidence-media { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
  .perspective-evidence figcaption { padding: 26px 22px 28px; }
  .perspective-evidence figcaption strong { font-size: 23px; }
  .article-prompt pre { font-size: 12px; }
  .guide-lead { margin: 58px 0; padding: 28px 20px; border-radius: 16px; }
  .guide-lead h2 { font-size: 31px; }
  .guide-lead-form { padding: 20px; }
  .guide-page-hero h1 { font-size: clamp(46px, 14vw, 68px); }
  .guide-page-offer { padding: 28px 20px; border-radius: 16px; }
  .guide-page-form-card { padding: 22px 18px; }
  .guide-download h1 { font-size: clamp(43px, 13vw, 62px); }
}
