:root {
  --ink: #25211e;
  --muted: #6f6964;
  --paper: #f7f3eb;
  --rose: #9a3e43;
  --rose-soft: #e5b6ae;
  --line: #d7cfc3;
  --deep-rose: #5d2026;
  --display-size: clamp(54px, 7vw, 90px);
  --subhead-size: clamp(30px, 3.5vw, 43px);
  --body-size: 19px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Source Serif 4", Georgia, serif; font-size: var(--body-size); line-height: 1.56; overflow-x: hidden; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.16em; }
.site-header, footer { width: min(1240px, calc(100% - 64px)); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.site-header { min-height: 92px; border-bottom: 1px solid var(--line); }
.wordmark { text-decoration: none; font-size: 26px; font-weight: 600; letter-spacing: -0.04em; }
nav { display: flex; gap: 28px; font-family: "DM Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
nav a { color: var(--muted); text-decoration: none; }
nav .active, nav a:hover { color: var(--ink); }
main { width: min(1240px, calc(100% - 64px)); margin: auto; }
.intro { padding: 110px 0 100px; max-width: 850px; }
.eyebrow, .kicker, .featured-meta, .article-byline, .data-topline { font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .075em; text-transform: uppercase; }
.eyebrow { color: var(--rose); margin: 0 0 16px; }
h1, h2, p { margin-top: 0; }
h1, h2, h3, h4 { overflow-wrap: anywhere; }
.intro h1 { font-size: var(--display-size); line-height: .93; letter-spacing: -.06em; font-weight: 500; margin: 0 0 30px; }
.intro-subtitle { color: var(--rose); font-size: var(--subhead-size); line-height: 1.08; letter-spacing: -.045em; margin: -10px 0 29px; }
.dek { max-width: 560px; font-size: var(--body-size); line-height: 1.48; color: #4d4844; }
.featured { border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); padding: 18px 0 25px; }
.featured-meta { display: flex; justify-content: space-between; color: var(--muted); margin-bottom: 30px; }
.featured-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: stretch; }
.featured-copy { padding: 24px 0 20px; }
.kicker { color: var(--rose); margin-bottom: 13px; }
.featured h2 { margin-bottom: 9px; font-size: var(--subhead-size); line-height: 1.02; letter-spacing: -.05em; font-weight: 500; }
.featured h2 a { text-decoration: none; }
.subtitle { color: var(--rose); font-size: var(--body-size); margin-bottom: 26px; }
.summary { max-width: 560px; color: #4d4844; font-size: var(--body-size); line-height: 1.5; }
.read-link { display: inline-block; margin-top: 9px; font-family: "DM Mono", monospace; font-size: 12px; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }
.read-link span { margin-left: 7px; color: var(--rose); font-size: 18px; }
.feature-art { min-height: 380px; display: block; overflow: hidden; background: #d6d3cc; }
.feature-art img { display: block; width: 100%; height: 100%; min-height: 380px; object-fit: cover; object-position: center; transition: transform .35s ease; }
.feature-art:hover img { transform: scale(1.015); }
.principles { padding: 115px 0; max-width: 1010px; }
.principles h2, .mailing h2 { max-width: 900px; font-weight: 500; font-size: var(--subhead-size); line-height: 1.05; letter-spacing: -.05em; }
.principle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; max-width: 830px; margin-top: 38px; color: #4d4844; font-size: var(--body-size); }
.mailing { border-top: 1px solid var(--line); padding: 64px 0 92px; }
.mailing h2 { max-width: 660px; margin-bottom: 15px; }
.mailing p:last-child { color: var(--muted); max-width: 550px; }
.mailing a { color: var(--rose); }
footer { min-height: 92px; border-top: 1px solid var(--line); color: var(--muted); font: 10px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .05em; }
footer a { text-decoration: none; }
footer a + a { margin-left: 22px; }

.article-page { width: min(1040px, calc(100% - 64px)); }
.about-page { width: min(1040px, calc(100% - 64px)); padding: 104px 0 110px; }
.about-layout { display: grid; grid-template-columns: minmax(200px, 285px) minmax(0, 710px); align-items: start; gap: 72px; }
.about-photo { margin: 0; padding: 10px; background: #efe8dc; }
.about-photo img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
.about-body { max-width: 710px; font-size: var(--body-size); line-height: 1.65; }
.about-body p { margin-bottom: 1.38em; }
.about-body a { color: var(--rose); }
.article-hero { max-width: 850px; padding: 104px 0 55px; }
.article-hero h1 { font-size: var(--display-size); line-height: .92; letter-spacing: -.065em; font-weight: 500; margin: 0 0 19px; }
.article-subtitle { font-size: var(--subhead-size); line-height: 1.1; letter-spacing: -.04em; color: var(--rose); margin-bottom: 25px; }
.article-byline { display: flex; gap: 10px; color: var(--muted); }
.article-note { max-width: 770px; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); padding: 17px 0; display: grid; grid-template-columns: 120px 1fr; gap: 18px; margin-bottom: 52px; }
.article-note span { color: var(--rose); font: 11px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .07em; }
.article-note p { margin: 0; font-size: var(--body-size); line-height: 1.48; color: var(--muted); }
.article-body { max-width: 710px; font-size: var(--body-size); line-height: 1.65; padding-bottom: 110px; }
.article-body .lede { font-size: var(--body-size); line-height: 1.58; }
.article-body h2 { font-size: var(--subhead-size); line-height: 1.04; letter-spacing: -.045em; font-weight: 500; margin: 62px 0 19px; }
.data-card { margin: 46px -90px; padding: 21px 26px 22px; background: #efe8dc; border-top: 2px solid var(--ink); }
.data-topline { display: flex; justify-content: space-between; color: var(--muted); border-bottom: 1px solid var(--line); padding-bottom: 14px; margin-bottom: 17px; }
.bar-row { display: grid; grid-template-columns: 112px 1fr; align-items: center; gap: 12px; font: 12px "DM Mono", monospace; text-transform: uppercase; margin: 10px 0; }
.bar { height: 28px; display: flex; align-items: center; justify-content: flex-end; padding-right: 10px; color: white; min-width: 80px; }
.bar b { font-weight: 400; }
.mri { width: 90%; background: var(--rose); }
.mammo { width: 38%; background: #817a72; }
figcaption { color: var(--muted); font-size: 14px; line-height: 1.35; margin-top: 19px; }

@media (max-width: 720px) {
  :root { --display-size: 52px; --subhead-size: 35px; --body-size: 18px; }
  .site-header, footer, main, .article-page, .about-page { width: min(100% - 36px, 1240px); }
  .site-header { min-height: 72px; }
  nav { gap: 9px; font-size: 9px; }
  .wordmark { font-size: 23px; }
  .intro { padding: 72px 0 66px; }
  .featured-grid, .principle-grid { grid-template-columns: 1fr; gap: 28px; }
  .featured-copy { padding-top: 4px; }
  .feature-art, .feature-art img { min-height: 285px; }
  .principles { padding: 79px 0; }
  .principle-grid { margin-top: 25px; }
  footer { flex-wrap: wrap; justify-content: flex-start; gap: 13px; padding: 24px 0; }
  footer a + a { margin-left: 0; }
  .article-hero { padding: 73px 0 42px; }
  .article-hero, .article-body { width: 100%; max-width: 100%; min-width: 0; }
  .about-page { padding: 68px 0 80px; }
  .about-layout { grid-template-columns: 1fr; gap: 34px; }
  .about-photo { width: min(250px, 100%); }
  .article-note { grid-template-columns: 1fr; gap: 6px; margin-bottom: 38px; }
  .data-card { margin: 34px 0; padding: 17px; }
  .bar-row { grid-template-columns: 99px 1fr; }
}
