:root {
  --ink: #202322;
  --paper: #f8f5f0;
  --stone: #efeae4;
  --wine: #7b2635;
  --wine-dark: #5d1826;
  --sage: #b7bd9b;
  --line: rgba(32, 35, 34, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }
.site-header { height: 82px; display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 0 clamp(1.2rem, 6vw, 6rem); border-bottom: 1px solid var(--line); background: rgba(248,245,240,.92); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 20; }
.wordmark { display: inline-flex; align-items: center; gap: .65rem; width: fit-content; text-decoration: none; font-family: var(--serif); letter-spacing: .15em; }
.wordmark i { width: 1px; height: 1.6rem; background: currentColor; transform: rotate(18deg); opacity: .65; }
.back-link { text-decoration: none; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.back-link:hover { color: var(--wine); }
.article-hero { padding: clamp(4.5rem, 10vw, 9rem) clamp(1.2rem, 8vw, 9rem) clamp(4rem, 8vw, 7rem); background: var(--ink); color: white; }
.article-hero-inner { max-width: 1060px; margin: auto; }
.eyebrow { margin: 0 0 1.2rem; color: var(--sage); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { max-width: 950px; margin: 0; font-size: clamp(3.5rem, 8vw, 7.7rem); line-height: .94; letter-spacing: -.04em; }
.article-deck { max-width: 720px; margin: 2rem 0 0; color: #d3d6d4; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.55; }
.article-meta { display: flex; flex-wrap: wrap; gap: .8rem 1.8rem; margin-top: 2.5rem; color: #aeb3b0; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.article-layout { max-width: 1200px; margin: 0 auto; padding: clamp(4rem, 9vw, 8rem) clamp(1.2rem, 6vw, 4.5rem); display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.article-body { max-width: 760px; }
.article-body > p:first-child { color: var(--wine-dark); font-family: var(--serif); font-size: clamp(1.35rem, 2.5vw, 1.85rem); line-height: 1.55; }
.article-body p, .article-body li { color: #535956; font-size: 1.02rem; line-height: 1.85; }
.article-body h2 { margin: 3.8rem 0 1rem; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.04; letter-spacing: -.025em; }
.article-body h3 { margin: 2.3rem 0 .7rem; font-size: 1.6rem; }
.article-body ul, .article-body ol { padding-left: 1.3rem; }
.article-body blockquote { margin: 2.5rem 0; padding: 1.7rem 2rem; border-left: 4px solid var(--wine); background: white; color: var(--ink); font-family: var(--serif); font-size: 1.35rem; line-height: 1.55; }
.practice { margin: 3rem 0; padding: clamp(1.6rem, 4vw, 2.6rem); background: var(--sage); }
.practice span { color: var(--wine-dark); font-size: .75rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.practice h2 { margin: 1rem 0; }
.practice p, .practice li { color: #353a37; }
.article-aside { position: sticky; top: 110px; }
.article-aside > div { padding: 1.7rem; border: 1px solid var(--line); background: white; }
.article-aside h2 { margin: 0 0 1rem; font-size: 1.6rem; }
.article-aside p { margin: 0 0 1.3rem; color: #626765; font-size: .85rem; line-height: 1.65; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.15rem; background: var(--wine); color: white; text-decoration: none; font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.button:hover { background: var(--wine-dark); }
.support-box { margin-top: 1rem; padding: 1.3rem; background: var(--stone); }
.support-box strong { display: block; margin-bottom: .5rem; font-family: var(--serif); font-size: 1.1rem; }
.support-box p { margin: 0; font-size: .84rem; }
.related { padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 7vw, 7rem); background: var(--stone); }
.related-inner { max-width: 1100px; margin: auto; }
.related h2 { margin: 0 0 2rem; font-size: clamp(2.3rem, 5vw, 4.5rem); }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.related a { min-height: 170px; padding: 1.7rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: var(--paper); text-decoration: none; }
.related a:hover { border-color: var(--wine); }
.related a span { color: var(--wine); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.related a strong { font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2.2rem); font-weight: 400; }
footer { padding: 3.2rem clamp(1.2rem, 6vw, 6rem); display: flex; justify-content: space-between; gap: 2rem; background: var(--ink); color: white; }
footer p { margin: 0; color: #aeb3b0; font-size: .8rem; }
footer div { display: flex; flex-wrap: wrap; gap: 1.2rem; }
footer a { text-decoration: none; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 820px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .related-grid { grid-template-columns: 1fr; }
  footer { flex-direction: column; }
}

@media (max-width: 520px) {
  .site-header { height: 70px; }
  .wordmark { font-size: .82rem; }
  .article-hero { padding-top: 4rem; }
}
