:root {
  --paper: #f4f0e8;
  --paper-deep: #e9e1d4;
  --ink: #1d211f;
  --muted: #686b66;
  --line: #cec7ba;
  --white: #fffdf8;
  --forest: #173f3a;
  --forest-light: #dce8df;
  --copper: #b44c2e;
  --copper-dark: #7d2f1c;
  --blue: #31566f;
  --gold: #b58a3b;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
  --shadow: 0 22px 60px rgba(45, 38, 27, .12);
  --radius: 5px;
  --max: 1240px;
  --reading: 720px;
  --type-micro: .875rem;
  --type-small: .9375rem;
  --type-ui: 1rem;
  --type-body: 1.0625rem;
  --type-lead: 1.375rem;
  --type-section: clamp(2.25rem, 4vw, 3.5rem);
  --type-display: clamp(3.25rem, 5.5vw, 4.5rem);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

html,
body { height: auto; min-height: 100%; }

html[data-global-font-level="xxsmall"] { font-size: 11.2px; }
html[data-global-font-level="xsmall"] { font-size: 12.8px; }
html[data-global-font-level="small"] { font-size: 15.2px; }
html[data-global-font-level="default"] { font-size: 17.6px; }
html[data-global-font-level="large"] { font-size: 20px; }
html[data-global-font-level="xlarge"] { font-size: 22.4px; }
html[data-global-font-level="xxlarge"] { font-size: 24.8px; }
html[data-global-font-level="xxsmall"] body.theme-b { font-size: 11.9px; }
html[data-global-font-level="xsmall"] body.theme-b { font-size: 13.6px; }
html[data-global-font-level="small"] body.theme-b { font-size: 16.15px; }
html[data-global-font-level="default"] body.theme-b { font-size: 18.7px; }
html[data-global-font-level="large"] body.theme-b { font-size: 21.25px; }
html[data-global-font-level="xlarge"] body.theme-b { font-size: 23.8px; }
html[data-global-font-level="xxlarge"] body.theme-b { font-size: 26.35px; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% -10%, rgba(180, 76, 46, .08), transparent 28rem),
    var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

img { max-width: 100%; height: auto; }

a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }

button,
input,
select { font: inherit; }

button { color: inherit; }

:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 48px), var(--max));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.narrow { width: min(calc(100% - 48px), 900px); margin-inline: auto; }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--copper-dark);
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.kicker::before {
  width: 28px;
  height: 2px;
  background: currentColor;
  content: "";
}

.section {
  padding: clamp(72px, 9vw, 128px) 0;
  border-top: 1px solid var(--line);
}

.section--ink { background: var(--ink); color: var(--paper); border-top: 0; }
.section--white { background: rgba(255, 253, 248, .78); }
.section--forest { background: var(--forest); color: var(--white); border-top: 0; }

.section-head {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 42px;
}

.section-number {
  color: var(--copper);
  font-family: var(--mono);
  font-size: .8rem;
  letter-spacing: .1em;
}

.section-title {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}

.section-intro {
  max-width: 45ch;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section--ink .section-intro,
.section--forest .section-intro { color: rgba(255, 253, 248, .7); }
.section--ink .section-title,
.section--forest .section-title { color: var(--paper); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link::after { content: "↗"; font-size: 1rem; transition: transform .2s ease; }
.text-link:hover::after { transform: translate(3px, -3px); }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid var(--ink);
  border-radius: 100px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button--solid { background: var(--ink); color: var(--white); }
.button--solid:hover { background: var(--copper-dark); border-color: var(--copper-dark); }
.button--paper { border-color: var(--paper); color: var(--paper); }
.button--paper:hover { background: var(--paper); color: var(--ink); }
.button--copper { background: var(--copper); border-color: var(--copper); color: #fff; }

/* Header */
header.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  display: block;
  padding: 0;
  border-bottom: 1px solid rgba(75, 67, 57, .2);
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
}

.header-inner {
  display: grid;
  min-height: 82px;
  grid-template-columns: 250px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--ink);
  text-decoration: none;
}

.brand-name {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1;
}

.brand-dot { color: var(--copper); }
.brand-tld { font-family: var(--sans); font-size: .68em; font-weight: 750; letter-spacing: 0; }

.primary-nav { justify-self: center; }
.primary-nav ul,
.header-actions,
.mobile-actions { display: flex; gap: 4px; align-items: center; margin: 0; padding: 0; list-style: none; }

.nav-link,
.header-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 10px;
  border: 0;
  background: transparent;
  color: #393c39;
  cursor: pointer;
  font-size: .74rem;
  font-weight: 750;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-link[aria-current="page"],
.header-link:hover { color: var(--copper-dark); }

.nav-link[aria-current="page"] { box-shadow: inset 0 -2px var(--copper); }

.subscribe-link {
  margin-right: 4px;
  padding-inline: 14px;
  border: 1px solid var(--ink);
  border-radius: 100px;
}

.subscribe-link:hover { background: var(--ink); color: var(--white); }
.lang-link { color: var(--muted); }
.lang-switch { display: inline-flex; align-items: center; color: var(--line); }
.lang-link.is-active { color: var(--ink); text-decoration: underline; text-underline-offset: .35em; }

.menu-toggle {
  display: none;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 7px 0 7px 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.menu-lines { display: grid; gap: 4px; }
.menu-lines span { width: 21px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-lines span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-lines span:last-child { transform: translateY(-3px) rotate(-45deg); }

.site-reader-toolbar {
  position: sticky;
  z-index: 990;
  top: 82px;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 240, 232, .96);
  color: var(--ink);
  box-shadow: 0 8px 20px rgba(45, 38, 27, .07);
  backdrop-filter: blur(14px);
}
.site-reader-toolbar__inner { display: flex; min-height: 44px; align-items: center; justify-content: flex-end; gap: 14px; }
.site-reader-toolbar__label { color: var(--muted); font-size: .75rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.site-reader-toolbar__value { min-width: 4.2em; color: var(--copper-dark); font-family: var(--mono); font-size: .76rem; font-weight: 800; text-align: center; }
.site-reader-toolbar__actions { display: flex; align-items: center; gap: 6px; }
.site-reader-toolbar button {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #b8b0a4;
  border-radius: 50%;
  background: rgba(255, 253, 248, .72);
  color: var(--ink);
  cursor: pointer;
  font-size: .78rem;
}
.site-reader-toolbar button:hover { border-color: var(--copper); background: #fff; color: var(--copper-dark); transform: translateY(-1px); }
.site-reader-toolbar button.is-active { border-color: var(--copper); background: rgba(180, 76, 46, .1); color: var(--copper-dark); }
.site-reader-toolbar button:disabled { cursor: not-allowed; opacity: .55; transform: none; }

.mobile-panel { display: none; }

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 96px) 0 72px;
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: -16vw;
  bottom: -18vw;
  width: 42vw;
  height: 42vw;
  border: 1px solid rgba(180, 76, 46, .18);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .72fr);
  gap: clamp(56px, 8vw, 116px);
  align-items: center;
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.6rem, 7.8vw, 7.6rem);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .88;
}

.hero h1 em { color: var(--copper-dark); font-weight: 500; }

.hero-copy {
  max-width: 58ch;
  margin: 32px 0 0;
  color: #4e514d;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.6;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.portrait-wrap { position: relative; padding: 0 0 28px 28px; }
.portrait-wrap::before {
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 0;
  height: 75%;
  background: var(--copper);
  content: "";
}

.portrait-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5.25;
  background: #322820;
  box-shadow: var(--shadow);
}

.portrait-frame picture { display: block; width: 100%; height: 100%; }

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 43%;
  filter: saturate(.78) contrast(1.04);
}

.portrait-caption {
  position: absolute;
  right: 4px;
  bottom: -8px;
  width: 210px;
  padding: 13px 16px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--serif);
  font-size: .9rem;
  line-height: 1.35;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 66px;
  border-top: 1px solid var(--line);
}

.stat { padding: 22px 20px 0; text-align: center; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat strong { display: block; font-family: var(--serif); font-size: 2rem; font-weight: 500; line-height: 1; }
.stat span { display: block; margin-top: 7px; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

/* News */
.news-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .72fr); gap: 22px; }
.lead-story {
  position: relative;
  display: grid;
  min-height: 560px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  background: var(--forest);
  color: var(--white);
  text-decoration: none;
}

.lead-story::before,
.article-art::before {
  position: absolute;
  top: -18%;
  right: -6%;
  width: 66%;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(255,255,255,.035), 0 0 0 104px rgba(255,255,255,.025);
  content: "";
}

.lead-story::after {
  position: absolute;
  right: 11%;
  bottom: 10%;
  width: 90px;
  height: 90px;
  border: 22px solid var(--copper);
  content: "";
  transform: rotate(18deg);
}

.story-top,
.story-content { position: relative; z-index: 1; }
.story-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.story-tag { font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.story-date { color: rgba(255,255,255,.6); font-family: var(--mono); font-size: .7rem; }
.story-content { align-self: end; max-width: 760px; }
.story-content h3 { max-width: 17ch; margin: 0; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.05em; line-height: .96; }
.story-content p { max-width: 56ch; margin: 22px 0 0; color: rgba(255,255,255,.76); font-size: 1.05rem; }
.story-meta { display: flex; gap: 16px; margin-top: 28px; font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

.recent-list { display: grid; border-top: 1px solid var(--line); }
.recent-item { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.recent-index { color: var(--copper); font-family: var(--mono); font-size: .72rem; }
.recent-item h3 { margin: 0; font-family: var(--serif); font-size: 1.35rem; font-weight: 600; letter-spacing: -.02em; line-height: 1.17; }
.recent-item:hover h3 { color: var(--copper-dark); }
.recent-item p { margin: 10px 0 0; color: var(--muted); font-size: .82rem; }

/* Cards */
.series-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.series-card { min-height: 330px; padding: 30px; border: 1px solid rgba(255,255,255,.18); text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.series-card:hover { border-color: var(--copper); transform: translateY(-3px); }
.series-card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.series-card-index { color: var(--copper); font-family: var(--mono); font-size: .78rem; }
.series-state { padding: 5px 9px; border: 1px solid rgba(255,255,255,.26); border-radius: 100px; color: rgba(255,255,255,.68); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.series-card h3 { max-width: 15ch; margin: 54px 0 14px; font-family: var(--serif); font-size: clamp(1.9rem, 3vw, 3.1rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.series-card p { max-width: 52ch; color: rgba(255,255,255,.64); }
.progress-line { height: 3px; margin-top: 30px; background: rgba(255,255,255,.15); }
.progress-line span { display: block; height: 100%; background: var(--copper); }
.progress-label { display: flex; justify-content: space-between; margin-top: 9px; color: rgba(255,255,255,.58); font-family: var(--mono); font-size: .67rem; }

.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.topic-card { min-height: 270px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .2s ease, color .2s ease; }
.topic-card:hover { background: var(--ink); color: var(--paper); }
.topic-card small { color: var(--copper); font-family: var(--mono); }
.topic-card h3 { max-width: 12ch; margin: 54px 0 12px; font-family: var(--serif); font-size: 2rem; font-weight: 500; letter-spacing: -.035em; line-height: 1.03; }
.topic-card p { max-width: 36ch; margin: 0; color: var(--muted); font-size: .88rem; }
.topic-card:hover p { color: rgba(255,255,255,.64); }

/* Archive moment */
.archive-feature { display: grid; grid-template-columns: .7fr 1.3fr; gap: 64px; align-items: center; }
.archive-year { color: var(--copper); font-family: var(--serif); font-size: clamp(6rem, 15vw, 13rem); letter-spacing: -.08em; line-height: .72; }
.archive-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.3rem, 5vw, 4.8rem); font-weight: 500; letter-spacing: -.05em; line-height: .96; }
.archive-copy p { max-width: 58ch; color: rgba(255,255,255,.68); font-size: 1.05rem; }
.archive-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 32px 0; }
.compare-card { padding: 18px; border: 1px solid rgba(255,255,255,.16); }
.compare-card small { color: var(--copper); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.compare-card p { margin: 9px 0 0; font-family: var(--serif); color: var(--paper); }

.about-strip { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; align-items: start; }
.about-strip h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.05em; line-height: .95; }
.about-strip-copy p { margin-top: 0; color: #4e514d; font-size: 1.08rem; }
.about-links { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 28px; }

/* Newsletter */
.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.newsletter h2 { max-width: 12ch; margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 500; letter-spacing: -.05em; line-height: .96; }
.newsletter p { color: rgba(255,255,255,.68); }
.newsletter-form { display: flex; gap: 10px; margin-top: 24px; }
.newsletter-form input { min-width: 0; flex: 1; min-height: 50px; padding: 10px 4px; border: 0; border-bottom: 1px solid rgba(255,255,255,.55); background: transparent; color: #fff; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.58); }
.privacy-note { font-size: .72rem; }

/* Interior page */
.page-hero { padding: clamp(62px, 9vw, 120px) 0 64px; border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .55fr); gap: 60px; align-items: end; }
.page-hero h1 { max-width: 11ch; margin: 0; font-family: var(--serif); font-size: clamp(4rem, 9vw, 8.4rem); font-weight: 500; letter-spacing: -.065em; line-height: .86; }
.page-hero-copy { max-width: 38ch; margin: 0; color: var(--muted); font-size: 1.1rem; }

/* Archive page */
.archive-controls { position: sticky; z-index: 50; top: 126px; padding: 18px 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.search-row { display: grid; grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(140px, .55fr)); gap: 10px; }
.field { min-height: 48px; padding: 10px 13px; border: 1px solid #bfb7aa; border-radius: 0; background: rgba(255,255,255,.45); color: var(--ink); }
.field[type="search"] { padding-left: 42px; background-image: radial-gradient(circle, transparent 7px, #777 8px, #777 9px, transparent 10px), linear-gradient(45deg, transparent 48%, #777 49%, #777 55%, transparent 56%); background-position: 15px 13px, 29px 28px; background-size: 20px 20px, 8px 8px; background-repeat: no-repeat; }
.archive-status { display: flex; justify-content: space-between; gap: 20px; padding: 26px 0 12px; color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.archive-list { border-top: 1px solid var(--ink); }
.archive-item { display: grid; grid-template-columns: 110px minmax(0, 1.5fr) minmax(180px, .55fr) 38px; gap: 24px; align-items: center; padding: 27px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.archive-item[hidden] { display: none; }
.archive-item time { color: var(--muted); font-family: var(--mono); font-size: .75rem; }
.archive-item h2 { margin: 0; font-family: var(--serif); font-size: clamp(1.35rem, 2.3vw, 2.05rem); font-weight: 550; letter-spacing: -.025em; line-height: 1.08; }
.archive-item:hover h2 { color: var(--copper-dark); }
.archive-tax { color: var(--muted); font-size: .76rem; }
.archive-arrow { font-size: 1.2rem; }
.no-results { padding: 52px 0; color: var(--muted); }

/* Topics page */
.territory { display: grid; grid-template-columns: 110px minmax(0, .8fr) minmax(320px, 1.2fr); gap: 34px; padding: 54px 0; border-bottom: 1px solid var(--line); }
.territory-number { color: var(--copper); font-family: var(--mono); font-size: .76rem; }
.territory h2 { max-width: 12ch; margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.territory-copy > p { max-width: 56ch; margin-top: 0; color: var(--muted); }
.idea-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.idea-chip { padding: 7px 11px; border: 1px solid var(--line); border-radius: 100px; font-size: .7rem; font-weight: 700; text-decoration: none; }
.idea-chip:hover { border-color: var(--copper); color: var(--copper-dark); }

.connections { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.connection-card { padding: 30px; border: 1px solid rgba(255,255,255,.18); }
.connection-card small { color: var(--copper); font-family: var(--mono); }
.connection-card h3 { margin: 18px 0 10px; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; line-height: 1.08; }
.connection-card p { color: rgba(255,255,255,.65); }

/* Series page */
.series-overview { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.series-overview-card { padding: clamp(26px, 4vw, 46px); border: 1px solid var(--line); background: rgba(255,255,255,.28); }
.series-overview-card h2 { max-width: 14ch; margin: 40px 0 14px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.series-overview-card p { color: var(--muted); }
.series-steps { margin: 34px 0 0; padding: 0; list-style: none; }
.series-steps li { display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: start; padding: 13px 0; border-top: 1px solid var(--line); font-size: .86rem; }
.series-steps b { color: var(--copper); font-family: var(--mono); font-size: .7rem; }
.series-steps span:last-child { color: var(--muted); font-size: .7rem; }
.series-steps a { text-decoration: none; }
.series-steps a:hover { color: var(--copper-dark); text-decoration: underline; }
.series-state--light { border-color: var(--line); color: var(--muted); }
.progress-line--dark { background: var(--line); }
.series-overview-card .progress-label { color: var(--muted); }
.series-next-note { padding-top: 14px; border-top: 1px solid var(--line); font-size: .8rem; }

/* About */
.about-page {
  --about-lead-min: 2rem;
  --about-lead-fluid: 4vw;
  --about-lead-max: 3.7rem;
  --about-copy-size: 1.0625rem;
}
.about-page-grid { display: grid; grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr); gap: 80px; align-items: start; }
.about-photo { position: sticky; top: 144px; }
.about-photo picture { display: block; }
.about-photo img { display: block; width: 100%; max-height: 700px; object-fit: cover; object-position: 54% 42%; filter: saturate(.8); }
.about-photo figcaption { margin-top: 12px; color: var(--muted); font-size: .72rem; }
.about-lead { margin: 0 0 44px; font-family: var(--serif); font-size: clamp(var(--about-lead-min), var(--about-lead-fluid), var(--about-lead-max)); letter-spacing: -.04em; line-height: 1.06; }
.bio-block { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 32px 0; border-top: 1px solid var(--line); }
.bio-block h2 { margin: 0; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.bio-block p { margin-top: 0; }
.bio-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.bio-copy { overflow-wrap: anywhere; white-space: normal; }
.bio-copy p,
.bio-copy li,
.bio-block#contacto p { font-size: var(--about-copy-size); line-height: 1.62; }
.bio-copy p { margin: 0 0 1em; }
.bio-copy p:last-child { margin-bottom: 0; }
.bio-list { margin: 0 0 1em; padding-left: 1.4em; list-style-position: outside; }
.bio-list:last-child { margin-bottom: 0; }
.bio-list li { padding-left: .3em; }
.bio-list li + li { margin-top: .55em; }
.territory.is-selected { margin-inline: -20px; padding-inline: 20px; background: rgba(180, 76, 46, .06); box-shadow: inset 4px 0 var(--copper); }
.territory-all { margin-top: 24px; }

/* Article */
.article-page {
  --reader-title-min: 3.4rem;
  --reader-title-fluid: 7.6vw;
  --reader-title-max: 7.4rem;
  --reader-deck-size: 1.3rem;
  --reader-meta-size: .72rem;
  --reader-body-size: 1.19rem;
  --reader-note-size: .78rem;
  --reader-support-size: 1rem;
}
.article-page[data-reader-scale="small"] {
  --reader-title-min: 3.05rem;
  --reader-title-fluid: 6.85vw;
  --reader-title-max: 6.65rem;
  --reader-deck-size: 1.17rem;
  --reader-meta-size: .68rem;
  --reader-body-size: 1.07rem;
  --reader-note-size: .72rem;
  --reader-support-size: .93rem;
}
.article-page[data-reader-scale="large"] {
  --reader-title-min: 3.75rem;
  --reader-title-fluid: 8.35vw;
  --reader-title-max: 8.1rem;
  --reader-deck-size: 1.45rem;
  --reader-meta-size: .78rem;
  --reader-body-size: 1.33rem;
  --reader-note-size: .86rem;
  --reader-support-size: 1.1rem;
}
.article-page[data-reader-scale="xlarge"] {
  --reader-title-min: 4.05rem;
  --reader-title-fluid: 9.05vw;
  --reader-title-max: 8.75rem;
  --reader-deck-size: 1.58rem;
  --reader-meta-size: .84rem;
  --reader-body-size: 1.47rem;
  --reader-note-size: .94rem;
  --reader-support-size: 1.2rem;
}
.reading-progress { position: fixed; z-index: 1400; top: 0; left: 0; width: 0; height: 3px; background: var(--copper); }
.article-reader-toolbar { position: sticky; z-index: 950; top: 126px; border-bottom: 1px solid var(--line); background: rgba(244, 240, 232, .97); backdrop-filter: blur(12px); }
.article-reader-toolbar__inner { display: flex; min-height: 62px; align-items: center; gap: 20px; }
.article-reader-toolbar__label { color: var(--muted); font-size: var(--type-micro); font-weight: 650; letter-spacing: .075em; text-transform: uppercase; }
.article-reader-toolbar__actions { display: flex; align-items: center; gap: 7px; }
.article-hero { padding: 54px 0 64px; border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 42px; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .04em; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.article-heading-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .55fr); gap: 72px; align-items: end; }
.article-heading-grid > * { min-width: 0; }
.article-hero h1 { max-width: 15ch; margin: 0; overflow-wrap: anywhere; font-family: var(--serif); font-size: clamp(var(--reader-title-min), var(--reader-title-fluid), var(--reader-title-max)); font-weight: 500; letter-spacing: -.062em; line-height: .9; }
.article-deck { margin: 0; overflow-wrap: anywhere; color: #555954; font-family: var(--serif); font-size: var(--reader-deck-size); line-height: 1.42; }
.article-meta { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 28px; color: var(--muted); font-size: var(--reader-meta-size); font-weight: 700; letter-spacing: .065em; text-transform: uppercase; }
.article-art { position: relative; min-height: 260px; overflow: hidden; margin-top: 50px; background: var(--forest); }
.article-art::after { position: absolute; top: 50%; left: 50%; width: 130px; height: 130px; border: 32px solid var(--copper); content: ""; transform: translate(-40%,-35%) rotate(18deg); }

.article-shell { display: grid; grid-template-columns: 220px minmax(0, var(--reading)) 220px; gap: 52px; justify-content: center; padding: 74px 24px 110px; }
.article-toc { position: sticky; top: 204px; align-self: start; }
.toc-title { margin: 0 0 14px; font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.toc-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.toc-list a { display: grid; grid-template-columns: 2.1em minmax(0, 1fr); gap: 7px; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .73rem; line-height: 1.35; text-decoration: none; }
.toc-number { color: var(--copper-dark); font-variant-numeric: tabular-nums; font-weight: 800; }
.toc-list a:hover,
.toc-list a.is-active { color: var(--copper-dark); }
.tool-button { width: 38px; height: 38px; padding: 0; border: 1px solid #bdb5a8; border-radius: 50%; background: rgba(255, 253, 248, .72); color: #4d504c; cursor: pointer; font-weight: 550; transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease; }
.tool-button--type { font-family: var(--serif); font-size: .96rem; font-weight: 500; letter-spacing: -.015em; }
.tool-button--text { width: auto; min-width: 50px; padding-inline: 10px; border-radius: 100px; font-size: var(--type-micro); font-weight: 600; letter-spacing: .025em; }
.tool-button:hover { border-color: var(--copper); background: var(--white); color: var(--copper-dark); transform: translateY(-1px); }
.tool-button:disabled { border-color: var(--line); color: #99948c; cursor: not-allowed; opacity: .58; transform: none; }

.article-reading-column { font-size: var(--reader-support-size); }
.article-body { font-family: var(--serif); font-size: var(--reader-body-size); line-height: 1.78; }
.article-body > p:first-of-type::first-letter { float: left; margin: .08em .09em 0 0; color: var(--copper-dark); font-size: 4.2em; line-height: .72; }
.article-body h2,
.article-body h3 { display: grid; grid-template-columns: 2.15em minmax(0, 1fr); gap: .3em; scroll-margin-top: 190px; }
.article-body h2 { margin: 2.5em 0 .7em; font-size: 1.72em; font-weight: 600; letter-spacing: -.035em; line-height: 1.08; }
.article-body h3 { margin: 2em 0 .65em; font-size: 1.38em; line-height: 1.16; }
.article-section-number { color: var(--copper-dark); font-family: var(--sans); font-size: .48em; font-variant-numeric: tabular-nums; font-weight: 800; letter-spacing: .08em; line-height: 1.4; }
.article-section-title { min-width: 0; }
.article-body p { margin: 0 0 1.35em; }
.article-body ul { margin: 0 0 1.4em; padding-left: 1.2em; }
.article-body blockquote { margin: 2.2em 0; padding: 8px 0 8px 26px; border-left: 4px solid var(--copper); color: #343735; font-size: 1.16em; line-height: 1.46; }
.article-body .standfirst { font-size: 1.14em; line-height: 1.58; }
.article-body a { color: var(--copper-dark); overflow-wrap: anywhere; }
.article-body img { display: block; margin: 2.2em auto; }
.article-body table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; font-family: var(--sans); font-size: .715em; }
.article-body th,
.article-body td { padding: 10px; border: 1px solid var(--line); }
.article-body pre { overflow-x: auto; padding: 18px; background: var(--ink); color: var(--paper); font-size: .67em; }

.margin-notes { align-self: start; }
.margin-note { margin: 170px 0 0; padding-top: 14px; border-top: 2px solid var(--copper); color: var(--muted); font-size: var(--reader-note-size); line-height: 1.55; }
.margin-note strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.margin-note a { color: var(--copper-dark); }

.article-series { padding: 42px; background: var(--paper-deep); }
.article-series small { color: var(--copper-dark); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-series h2 { margin: 14px 0 8px; font-family: var(--serif); font-size: 2.3em; font-weight: 500; letter-spacing: -.035em; }
.article-body + .article-series { margin-top: 64px; }
.series-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.series-nav a { padding: 18px; border: 1px solid #bbb2a4; text-decoration: none; }
.series-nav span { display: block; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.series-nav strong { display: block; margin-top: 7px; font-family: var(--serif); line-height: 1.2; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related-card { min-height: 240px; padding: 24px; border: 1px solid var(--line); text-decoration: none; }
.related-card small { color: var(--copper); font-family: var(--mono); }
.related-card h3 { margin: 50px 0 0; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; line-height: 1.1; }

/* Footer and dialogs */
.site-footer { padding: 62px 0 28px; background: #101614; color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, .6fr); gap: 50px; }
.footer-brand { font-family: var(--serif); font-size: 2rem; }
.footer-tagline { max-width: 33ch; color: rgba(255,255,255,.6); }
.footer-column h2 { margin: 0 0 14px; color: rgba(255,255,255,.45); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a { display: block; margin: 8px 0; color: rgba(255,255,255,.82); font-size: .82rem; text-decoration: none; }
.footer-column a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.48); font-size: .67rem; }

dialog {
  width: min(calc(100% - 32px), 760px);
  max-height: calc(100vh - 40px);
  padding: 0;
  border: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 100px rgba(0,0,0,.35);
}

dialog::backdrop { background: rgba(13, 20, 18, .74); backdrop-filter: blur(4px); }
.dialog-inner { padding: clamp(26px, 5vw, 52px); }
.dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.dialog-head h2 { margin: 0; font-family: var(--serif); font-size: 2.4rem; font-weight: 500; }
.dialog-close { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.dialog-search { width: 100%; margin-top: 28px; padding: 17px 0; border: 0; border-bottom: 2px solid var(--ink); background: transparent; font-family: var(--serif); font-size: 1.45rem; }
.search-results { margin: 24px 0 0; padding: 0; list-style: none; }
.search-results li { border-top: 1px solid var(--line); }
.search-results a { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 15px 0; text-decoration: none; }
.search-results small { color: var(--muted); }
.prototype-note { padding: 12px 16px; background: #f7e4d9; color: #67301f; font-size: .78rem; }
dialog .newsletter-form input { border-bottom-color: var(--ink); color: var(--ink); }
dialog .newsletter-form input::placeholder { color: var(--muted); }

/* Community, subscriptions and article signature */
.account-link { color: var(--copper-dark); }
.community-flash { border-bottom: 1px solid transparent; background: #e8f3ed; color: #174e39; }
.community-flash--error { border-color: #edc5be; background: #fff0ed; color: #7c3027; }
.community-flash--info { border-color: #d7ccb8; background: #f7efe1; color: #654b27; }
.community-flash > div { display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 18px; padding-block: 10px; font-size: .85rem; }
.community-flash a { font-weight: 800; }
.community-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.community-subscription-form { display: grid; gap: 18px; margin-top: 24px; }
.community-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.community-form-grid--two { grid-template-columns: 1fr 1fr; }
.community-field { display: grid; gap: 7px; color: var(--ink); font-size: .69rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.community-field input,
.community-field textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #bcbdb7; border-radius: 0; background: rgba(255,255,255,.72); color: var(--ink); font: 500 .94rem/1.4 var(--sans); letter-spacing: 0; text-transform: none; }
.community-field textarea { min-height: 150px; resize: vertical; }
.community-subscription-form [hidden] { display: none !important; }
.community-channel-picker,
.community-topic-picker { margin: 0; padding: 0; border: 0; }
.community-channel-picker legend,
.community-topic-picker legend { margin-bottom: 8px; color: inherit; font-size: .69rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.community-channel-picker label,
.community-topic-picker label { display: inline-flex; align-items: center; gap: 7px; margin: 0 15px 4px 0; font-size: .84rem; }
.community-channel-picker input,
.community-topic-picker input,
.community-consent input { width: 18px; height: 18px; flex: 0 0 18px; accent-color: var(--copper-dark); }
.community-topic-picker { padding-top: 2px; }
.community-consent { display: flex; align-items: flex-start; gap: 9px; max-width: 68ch; color: inherit; font-size: .74rem; line-height: 1.45; }
.community-consent a { font-weight: 800; }
.privacy-first-layer { max-width: 72ch; margin: 4px 0 2px; padding: 10px 12px; border-left: 2px solid var(--copper); background: color-mix(in srgb, var(--paper-deep) 78%, transparent); font-size: .72rem; line-height: 1.5; }
.privacy-first-layer a { font-weight: 800; }
.community-form-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.community-form-actions small { max-width: 34ch; color: var(--muted); font-size: .68rem; }
.community-subscription-form--compact .community-form-grid { grid-template-columns: .8fr 1.2fr; }
.community-subscription-form--compact .community-field:first-child { display: none; }
.community-subscription-form--compact .community-channel-picker { grid-column: 1; }
.community-subscription-form--compact [data-channel-field] { grid-column: 2; }
.community-subscription-form--compact .community-topic-picker { display: flex; align-items: center; gap: 9px 14px; flex-wrap: wrap; }
.community-subscription-form--compact .community-topic-picker legend { float: left; margin: 0 6px 0 0; }
.section--forest .community-subscription-form { color: var(--paper); }
.section--forest .community-field { color: var(--paper); }
.section--forest .community-field input { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.08); color: #fff; }
.section--forest .community-field input::placeholder { color: rgba(255,255,255,.55); }
.section--forest .community-form-actions .button { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.section--forest .community-form-actions small { color: rgba(255,255,255,.64); }
.section--forest .community-consent { color: rgba(255,255,255,.76); }
.section--forest .community-consent a { color: #fff; }
.section--forest .privacy-first-layer { color: rgba(255,255,255,.82); background: rgba(255,255,255,.08); border-left-color: var(--copper-light); }
.section--forest .privacy-first-layer a { color: #fff; }
dialog .community-subscription-form { color: var(--ink); }
dialog .community-field { color: var(--ink); }
dialog .community-field input { border-color: #bcbdb7; background: #fff; color: var(--ink); }
.community-account-prompt { margin-top: 20px; color: var(--muted); font-size: .72rem; }
.community-readonly-note { display: grid; gap: 4px; margin: 20px 0; padding: 16px 18px; border-left: 3px solid var(--copper); background: var(--paper-deep); color: var(--ink); font-size: .78rem; }
.community-readonly-note strong { color: #171a18; }
.community-readonly-note span { color: #343936; }
.community-readonly-note--wide { margin: 0 0 32px; }

.article-signature { width: min(100%, var(--reading)); margin: 54px auto 0; padding: 28px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); font-size: var(--reader-support-size); }
.article-signature__name { margin: 0 0 14px; font-family: var(--serif); font-size: 1.75em; font-weight: 560; }
.article-signature ul { display: flex; flex-wrap: wrap; gap: 9px 24px; margin: 0; padding: 0; list-style: none; }
.article-signature li { position: relative; padding-left: 13px; font-size: .8em; }
.article-signature li::before { position: absolute; left: 0; color: var(--copper); content: "•"; }
.article-signature a { overflow-wrap: anywhere; }
.article-signature__license { max-width: 70ch; margin: 18px 0 0; color: var(--muted); font-size: .72em; }

.article-community { width: min(100%, var(--reading)); margin: 62px auto 10px; padding-top: 34px; border-top: 1px solid var(--ink); }
.article-community__head { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 22px; }
.article-community__head h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 520; letter-spacing: -.045em; }
.comment-count { color: var(--muted); font-size: .72rem; }
.community-auth-line { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; padding: 11px 0; border-block: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.community-auth-line form { display: inline; }
.inline-action { display: inline; padding: 0; border: 0; background: none; color: var(--copper-dark); cursor: pointer; font: inherit; font-weight: 800; text-decoration: underline; text-underline-offset: .2em; }
.community-comment-form { display: grid; gap: 16px; padding: 25px; background: var(--paper-deep); }
.comment-list { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid var(--line); }
.comment-card { padding: 25px 0; border-bottom: 1px solid var(--line); }
.comment-card header { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.comment-card header strong { font-family: var(--serif); font-size: 1.08rem; }
.comment-card header span { padding: 3px 7px; border-radius: 100px; background: #e7eee9; color: #315342; font-size: .58rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.comment-card time { margin-left: auto; color: var(--muted); font-family: var(--mono); font-size: .65rem; }
.comment-card > p { margin: 0; white-space: normal; }
.comment-reply { margin: 20px 0 0 24px; padding: 16px 18px; border-left: 3px solid var(--copper); background: var(--paper-deep); }
.comment-reply strong { font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.comment-reply p { margin: 8px 0 0; }
.comment-empty { padding: 24px 0; color: var(--muted); }
.article-community__subscribe { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 34px; padding: 24px; border: 1px solid var(--line); }
.article-community__subscribe div { display: grid; gap: 4px; }
.article-community__subscribe strong { font-family: var(--serif); font-size: 1.2rem; }
.article-community__subscribe span { color: var(--muted); font-size: .78rem; }

.community-hero h1 { max-width: 12ch; font-size: clamp(3.4rem, 7.5vw, 7.2rem); }
.community-safety-line { margin: 20px 0 0; color: var(--copper-dark); font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.community-confirm-card { padding: clamp(24px, 5vw, 50px); border: 1px solid var(--line); background: #fff; }
.community-confirm-card h2 { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(2rem, 5vw, 3.6rem); font-weight: 520; }
.community-confirm-card form { margin-top: 22px; }
.community-auth-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.community-auth-card { padding: clamp(25px, 4vw, 52px); }
.community-auth-card + .community-auth-card { border-left: 1px solid var(--line); }
.community-auth-card--accent { background: var(--paper-deep); }
.community-auth-card h2,
.community-account-head h2,
.community-account-subscriptions h2,
.community-subscribe-section h2,
.community-principles h2 { margin: 0 0 14px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 520; letter-spacing: -.04em; }
.community-auth-card form { display: grid; gap: 14px; margin-top: 24px; }
.community-recovery { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.community-recovery summary { color: var(--copper-dark); cursor: pointer; font-size: .78rem; font-weight: 800; }
.community-recovery form { margin-top: 16px; }
.community-account-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 30px; border-bottom: 1px solid var(--ink); }
.community-account-head p { margin: 5px 0 0; color: var(--muted); }
.community-account-subscriptions { padding-top: 42px; }
.subscription-list { display: grid; border-top: 1px solid var(--line); }
.subscription-list article { display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; align-items: center; padding: 19px 0; border-bottom: 1px solid var(--line); }
.subscription-list article > div { display: grid; gap: 3px; }
.subscription-list span,
.subscription-list small { color: var(--muted); }
.community-status { width: max-content; padding: 3px 8px; border-radius: 100px; background: #ecece7; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.community-status--confirmed { background: #dfeee5; color: #18523a !important; }
.community-status--pending { background: #fff0cf; color: #704715 !important; }
.community-status--unsubscribed { background: #eee; color: #666 !important; }
.community-subscribe-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 100px); align-items: start; }
.community-subscribe-section > div:first-child > p:last-child { color: rgba(255,255,255,.66); }
.community-principles { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 100px); }
.community-principles ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.community-principles li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.community-principles li strong { color: var(--copper); font-family: var(--mono); }

/* Search, legal and CV */
.search-page-form label { display: block; margin-bottom: 9px; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.search-page-form > div { display: flex; gap: 10px; }
.search-page-form .field { min-width: 0; flex: 1; }
.search-summary { margin: 0 0 30px; color: var(--muted); font-size: 1.05rem; }
.legal-notice { margin-bottom: 42px; padding: 24px; border-left: 4px solid var(--copper); background: var(--paper-deep); }
.legal-notice strong { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.legal-notice p { margin-bottom: 0; }
.legal-section { padding: 34px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 2rem; font-weight: 550; }
.legal-section p { max-width: 68ch; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 34px; border-top: 1px solid var(--line); }
.legal-nav a { padding: 8px 12px; border: 1px solid var(--line); border-radius: 100px; font-size: .75rem; text-decoration: none; }
.legal-nav a[aria-current="page"] { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.contact-panel { padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); background: #fff; }
.contact-panel h2 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 550; }
.contact-panel--aside { align-self: start; background: var(--paper-deep); }
.contact-form .field { width: 100%; }
.contact-message-field { min-height: 190px; resize: vertical; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form .privacy-note { margin: 0; font-size: .82rem; color: var(--muted); }
.contact-form .contact-check a { text-underline-offset: .18em; }
.cv-section-label { display: flex; align-items: center; gap: 14px; margin: 0 0 26px; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cv-section-label span { color: var(--copper); font-family: var(--mono); }
.cv-summary { max-width: 78ch; margin: 0; }
.cv-summary-lead { max-width: 68ch; margin: 0 0 24px; font-family: var(--serif); font-size: clamp(1.15rem, 1.5vw, 1.35rem); font-weight: 520; line-height: 1.52; }
.cv-summary ul { display: grid; gap: 11px; max-width: 76ch; margin: 0; padding: 0; list-style: none; }
.cv-summary li { position: relative; padding-left: 24px; color: #454a46; font-size: .98rem; line-height: 1.62; }
.cv-summary li::before { position: absolute; top: .7em; left: 2px; width: 7px; height: 7px; border-radius: 50%; background: var(--copper); content: ""; }
.cv-timeline { border-top: 1px solid var(--ink); }
.cv-entry { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.cv-entry > span { color: var(--copper); font-family: var(--mono); font-size: .72rem; }
.cv-entry h3 { margin: 0; font-family: var(--serif); font-size: 1.75rem; font-weight: 550; }
.cv-entry p { max-width: 75ch; margin-bottom: 0; color: var(--muted); }
.cv-education { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.cv-education article { padding: 28px; border: 1px solid var(--line); background: rgba(255,253,248,.78); color: var(--ink); }
.cv-education small { color: var(--copper); font-family: var(--mono); }
.cv-education h3 { margin: 28px 0 12px; color: var(--ink); font-family: var(--serif); font-size: clamp(1.45rem, 2.3vw, 1.8rem); font-weight: 550; line-height: 1.08; }
.cv-education p,
.cv-education ul { color: #4e554f; }
.cv-education-meta { margin: 0 0 14px; font-size: .8rem; font-weight: 750; letter-spacing: .025em; }
.cv-education ul { margin: 0; padding-left: 20px; }
.cv-education li { margin: 8px 0; line-height: 1.55; }

/* CV-B: overview and project atlas */
.cv-hero h1 { max-width: 10ch; font-size: clamp(3.5rem, 7vw, 6.5rem); }
.cv-hero .page-hero-copy { max-width: 38ch; }
.cv-local-nav {
  position: sticky;
  z-index: 900;
  top: 126px;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 240, 232, .96);
  backdrop-filter: blur(10px);
}
.cv-local-nav .container { display: flex; gap: 6px; overflow-x: auto; padding-block: 10px; scrollbar-width: thin; }
.cv-local-nav a { flex: 0 0 auto; padding: 8px 11px; border-radius: 100px; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.cv-local-nav a:hover { background: var(--paper-deep); }
.cv-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 58px; border-block: 1px solid var(--line); }
.cv-proof-grid > div { min-height: 160px; padding: 28px; border-left: 1px solid var(--line); }
.cv-proof-grid > div:first-child { border-left: 0; }
.cv-proof-grid strong { display: block; color: var(--copper-dark); font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 5.5rem); font-weight: 500; letter-spacing: -.05em; line-height: .95; }
.cv-proof-grid span { display: block; max-width: 16ch; margin-top: 14px; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.cv-featured-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
.cv-project-card { min-height: 430px; padding: clamp(26px, 4vw, 50px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cv-project-card:nth-child(2n) { border-right: 0; }
.cv-project-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cv-project-card-top span { color: var(--copper); font-family: var(--mono); font-size: .72rem; }
.cv-project-card-top small { color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cv-project-card h3 { max-width: 20ch; margin: 70px 0 14px; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.4rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
.cv-project-card > p { max-width: 62ch; color: var(--muted); }
.cv-project-card .cv-project-client { color: var(--ink); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.cv-project-card .text-link { margin-top: 24px; }
.cv-capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.cv-capability-grid a { min-height: 260px; padding: 32px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); color: var(--paper); text-decoration: none; }
.cv-capability-grid a:hover { background: rgba(255,255,255,.06); }
.cv-capability-grid span { color: var(--copper); font-family: var(--mono); font-size: .72rem; }
.cv-capability-grid h3 { max-width: 13ch; margin: 76px 0 16px; font-family: var(--serif); font-size: 2rem; font-weight: 500; line-height: 1.05; }
.cv-capability-grid small { color: rgba(255,255,255,.58); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cv-disclosure { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.cv-disclosure > summary { display: flex; min-height: 96px; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 4px; cursor: pointer; font-family: var(--serif); font-size: 1.5rem; list-style: none; }
.cv-disclosure > summary::-webkit-details-marker,
.cv-evidence-group > summary::-webkit-details-marker,
.cv-project-item > summary::-webkit-details-marker { display: none; }
.cv-disclosure > summary::after { color: var(--copper); content: "+"; font-family: var(--sans); font-size: 1.5rem; }
.cv-disclosure[open] > summary::after { content: "−"; }
.cv-disclosure > summary small { margin-left: auto; color: var(--muted); font-family: var(--sans); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cv-disclosure .cv-timeline { margin-bottom: 30px; }
.cv-scope-panel { display: grid; grid-template-columns: minmax(130px, .28fr) minmax(0, 1fr); gap: clamp(30px, 7vw, 100px); align-items: start; padding: clamp(28px, 5vw, 54px) 0; border-block: 1px solid var(--line); }
.cv-scope-panel > strong { color: var(--copper-dark); font-family: var(--serif); font-size: clamp(4rem, 8vw, 7rem); font-weight: 500; letter-spacing: -.06em; line-height: .82; }
.cv-scope-panel .cv-tag-cloud { align-content: flex-start; }
.cv-scope-panel .cv-tag-cloud span { padding: 10px 14px; border-color: #bcb4a7; background: rgba(255,255,255,.45); color: #3f4641; font-size: .78rem; }
.cv-scope-panel details { margin-top: 24px; }
.cv-scope-panel details summary { cursor: pointer; color: var(--copper-dark); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.cv-scope-panel--list ul { columns: 2; column-gap: clamp(28px, 5vw, 70px); margin: 0; padding-left: 20px; color: #454b47; }
.cv-scope-panel--list li { margin: 0 0 10px; break-inside: avoid; }
.cv-reach-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.cv-reach-grid > article { min-height: 390px; padding: clamp(26px, 4vw, 48px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cv-reach-number { color: var(--copper); font-family: var(--serif); font-size: 3.8rem; line-height: 1; }
.cv-reach-grid h3 { margin: 52px 0 22px; font-family: var(--serif); font-size: 2.1rem; font-weight: 500; }
.cv-reach-grid ul { padding-left: 20px; columns: 2; column-gap: 30px; color: var(--muted); }
.cv-reach-grid li { margin-bottom: 8px; break-inside: avoid; }
.cv-tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.cv-tag-cloud span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 100px; color: var(--muted); font-size: .72rem; }
.cv-reach-grid details { margin-top: 24px; }
.cv-reach-grid details summary { cursor: pointer; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.cv-tag-cloud--more { margin-top: 18px; }
.cv-evidence-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.22); }
.cv-evidence-group { border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.cv-evidence-group:nth-child(2n) { border-right: 0; }
.cv-evidence-group > summary { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 20px; padding: 24px; cursor: pointer; font-family: var(--serif); font-size: 1.5rem; list-style: none; }
.cv-evidence-group > summary::after { color: var(--copper); content: "+"; font-family: var(--sans); }
.cv-evidence-group[open] > summary::after { content: "−"; }
.cv-evidence-group > summary small { order: 2; margin-left: auto; color: rgba(255,255,255,.55); font-family: var(--sans); font-size: .7rem; }
.cv-evidence-group ul { margin: 0; padding: 0 28px 28px 48px; color: rgba(255,255,255,.72); }
.cv-evidence-group li { margin: 12px 0; }
.cv-final-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 64px; padding: 36px 0; border-top: 1px solid var(--ink); }
.cv-final-cta p { max-width: 30ch; margin: 0; font-family: var(--serif); font-size: 1.8rem; line-height: 1.25; }

.cv-atlas-hero h1 { max-width: 9ch; }
.cv-atlas-controls { position: sticky; z-index: 800; top: 126px; padding: 18px 0; border-block: 1px solid var(--line); background: rgba(244,240,232,.97); backdrop-filter: blur(10px); }
.cv-atlas-filter-grid { display: grid; grid-template-columns: 1.5fr repeat(4, minmax(150px, 1fr)); gap: 10px; }
.cv-atlas-filter-grid label > span { display: block; margin: 0 0 6px; color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cv-atlas-filter-grid .field { width: 100%; min-height: 46px; padding: 9px 11px; }
.cv-atlas-status { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.cv-atlas-status p { display: flex; flex-direction: column; margin: 0; }
.cv-atlas-status strong { font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.cv-atlas-status span { color: var(--muted); font-size: .78rem; }
.cv-project-list { border-top: 1px solid var(--ink); }
.cv-project-item { border-bottom: 1px solid var(--line); }
.cv-project-item[hidden] { display: none; }
.cv-project-item > summary { display: grid; min-height: 112px; grid-template-columns: 54px minmax(0, 1fr) minmax(260px, .65fr) 32px; gap: 20px; align-items: center; padding: 18px 4px; cursor: pointer; list-style: none; }
.cv-project-item > summary:hover { background: rgba(233,225,212,.45); }
.cv-project-index { color: var(--copper); font-family: var(--mono); font-size: .7rem; }
.cv-project-summary-copy { display: flex; min-width: 0; flex-direction: column; }
.cv-project-summary-copy strong { font-family: var(--serif); font-size: clamp(1.35rem, 2.4vw, 2.25rem); font-weight: 500; letter-spacing: -.025em; line-height: 1.08; }
.cv-project-summary-copy small { margin-top: 9px; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .04em; }
.cv-project-summary-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.cv-project-summary-tags em { padding: 6px 9px; border: 1px solid var(--line); border-radius: 100px; color: var(--muted); font-size: .63rem; font-style: normal; font-weight: 750; letter-spacing: .04em; }

.article-keywords { margin: 2.2rem 0; padding-top: 1.15rem; border-top: 1px solid var(--line); }
.article-keywords h2 { margin: 0 0 .75rem; color: var(--muted); font-family: var(--font-sans); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-keyword-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.article-keyword-list li { margin: 0; padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper-soft, #f7f4ed); color: var(--ink-soft); font-family: var(--font-sans); font-size: .75rem; font-weight: 700; line-height: 1.2; }
.cv-project-toggle { color: var(--copper); font-size: 1.6rem; text-align: center; }
.cv-project-item[open] .cv-project-toggle { transform: rotate(45deg); }
.cv-project-detail { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); gap: clamp(30px, 7vw, 100px); padding: 24px 86px 44px 74px; }
.cv-project-description { max-width: 65ch; font-family: var(--serif); font-size: 1.35rem; line-height: 1.55; }
.cv-project-detail dl { margin: 0; border-top: 1px solid var(--line); }
.cv-project-detail dl > div { padding: 13px 0; border-bottom: 1px solid var(--line); }
.cv-project-detail dt { color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cv-project-detail dd { margin: 4px 0 0; font-size: .85rem; }
.cv-project-connections { margin: 0 86px 42px 74px; padding-top: 24px; border-top: 1px solid var(--line); }
.cv-project-connections__head { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 24px; align-items: start; margin-bottom: 18px; }
.cv-project-connections__head > span { color: var(--copper-dark); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cv-project-connections__head > small { max-width: 72ch; color: var(--muted); line-height: 1.45; }
.cv-project-connections__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.cv-project-connection { display: flex; min-height: 132px; flex-direction: column; gap: 9px; padding: 17px 18px; border: 1px solid var(--line); background: rgba(255,255,255,.5); text-decoration: none; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.cv-project-connection:hover,
.cv-project-connection:focus-visible { border-color: var(--copper); background: var(--paper); text-decoration: none; transform: translateY(-2px); }
.cv-project-connection small { display: flex; flex-wrap: wrap; gap: 6px 10px; color: var(--muted); font-size: .66rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.cv-project-connection small span { color: var(--copper-dark); }
.cv-project-connection strong { max-width: 34ch; font-family: var(--serif); font-size: 1.12rem; font-weight: 500; line-height: 1.25; }
.cv-project-connection em { color: var(--muted); font-size: .76rem; font-style: normal; line-height: 1.4; }
.cv-classification-note { max-width: 80ch; margin: 42px 0 0; color: var(--muted); font-size: .72rem; }

@media (max-width: 1280px) {
  .header-inner { grid-template-columns: 210px minmax(0, 1fr) auto; gap: 16px; }
  .primary-nav { display: block; justify-self: start; }
  .primary-nav ul { gap: 0; }
  .nav-link { padding-inline: 8px; }
  .header-actions .subscribe-link,
  .header-actions .account-link,
  .header-actions .lang-switch,
  .header-actions .search-trigger { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-panel {
    position: fixed;
    z-index: 999;
    inset: 82px 0 0;
    display: block;
    overflow-y: auto;
    padding: 28px 24px 44px;
    background: var(--paper);
    transform: translateX(100%);
    transition: transform .28s ease;
  }
  .mobile-panel.is-open { transform: translateX(0); }
  .mobile-nav { margin: 0; padding: 0; list-style: none; }
  .mobile-nav a { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(1.5rem, 3.6vw, 2.25rem); line-height: 1.12; text-decoration: none; }
  .mobile-nav a::after { color: var(--copper); content: "↗"; font-family: var(--sans); font-size: 1rem; }
  .mobile-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--ink); }
  .mobile-actions__label { grid-column: 1 / -1; margin: 0 0 2px; color: var(--muted); font-size: var(--type-micro); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-action,
  .mobile-language { display: flex; min-height: 50px; align-items: center; justify-content: center; padding: 10px 14px; border: 1px solid var(--line); border-radius: 100px; background: rgba(255,253,248,.58); color: var(--ink); font-size: var(--type-small); font-weight: 650; text-align: center; text-decoration: none; }
  .mobile-action { cursor: pointer; }
  .mobile-action:hover { border-color: var(--copper); color: var(--copper-dark); }
  .mobile-action--accent { border-color: var(--forest); background: var(--forest); color: var(--white); }
  .mobile-action--accent:hover { border-color: var(--copper-dark); background: var(--copper-dark); color: #fff; }
  .mobile-language { gap: 8px; color: var(--line); }
  .mobile-language a { color: var(--muted); text-decoration: none; }
  .mobile-language a.is-active { color: var(--ink); text-decoration: underline; text-underline-offset: .3em; }
  .hero-grid { grid-template-columns: 1fr .62fr; gap: 46px; }
  .article-shell { grid-template-columns: minmax(185px, 220px) minmax(0, var(--reading)); }
  .article-toc { display: block; }
  .margin-notes { display: none; }
  .page-hero-grid { grid-template-columns: 1fr .5fr; }
  .cv-atlas-filter-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .container,
  .narrow { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 70px; grid-template-columns: 1fr auto; }
  .primary-nav { display: none; }
  .header-actions .subscribe-link,
  .header-actions .account-link,
  .header-actions .lang-switch,
  .header-actions .search-trigger { display: none; }
  .mobile-panel { top: 70px; }
  .hero { padding-top: 46px; }
  .hero-grid,
  .news-grid,
  .archive-feature,
  .about-strip,
  .newsletter,
  .page-hero-grid,
  .article-heading-grid,
  .about-page-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; }
  .hero h1 { font-size: clamp(3.6rem, 17vw, 6rem); }
  .portrait-wrap { max-width: 500px; margin-inline: auto; }
  .section-head { grid-template-columns: 52px 1fr; }
  .section-head > .text-link { grid-column: 2; justify-self: start; }
  .series-grid,
  .series-overview,
  .connections { grid-template-columns: 1fr; }
  .topic-grid { grid-template-columns: repeat(2, 1fr); }
  .archive-compare { grid-template-columns: 1fr; }
  .search-row { grid-template-columns: 1fr 1fr; }
  .search-row .field:first-child { grid-column: 1 / -1; }
  .archive-item { grid-template-columns: 90px 1fr 30px; gap: 16px; }
  .archive-tax { grid-column: 2; }
  .archive-arrow { grid-column: 3; grid-row: 1 / span 2; }
  .territory { grid-template-columns: 54px 1fr; }
  .territory-copy { grid-column: 2; }
  .site-reader-toolbar { top: 70px; }
  .site-reader-toolbar__inner { min-height: 42px; }
  .article-reader-toolbar { top: 112px; }
  .article-reader-toolbar__inner { min-height: 56px; gap: 12px; }
  .article-reader-toolbar__label { font-size: var(--type-micro); letter-spacing: .055em; }
  .article-reader-toolbar__actions { gap: 5px; }
  .article-reader-toolbar .tool-button { width: 36px; height: 36px; }
  .article-reader-toolbar .tool-button--text { width: auto; min-width: 46px; padding-inline: 8px; }
  .article-page {
    --reader-title-min: 3.1rem;
    --reader-title-fluid: 16vw;
    --reader-title-max: 5rem;
    --reader-deck-size: 1.13rem;
    --reader-meta-size: .7rem;
    --reader-body-size: 1.09rem;
    --reader-note-size: .75rem;
    --reader-support-size: .96rem;
  }
  .article-page[data-reader-scale="small"] {
    --reader-title-min: 2.75rem;
    --reader-title-fluid: 14.2vw;
    --reader-title-max: 4.5rem;
    --reader-deck-size: 1.02rem;
    --reader-meta-size: .65rem;
    --reader-body-size: .99rem;
    --reader-note-size: .69rem;
    --reader-support-size: .9rem;
  }
  .article-page[data-reader-scale="large"] {
    --reader-title-min: 3.35rem;
    --reader-title-fluid: 17.2vw;
    --reader-title-max: 5.5rem;
    --reader-deck-size: 1.25rem;
    --reader-meta-size: .76rem;
    --reader-body-size: 1.22rem;
    --reader-note-size: .82rem;
    --reader-support-size: 1.07rem;
  }
  .article-page[data-reader-scale="xlarge"] {
    --reader-title-min: 3.6rem;
    --reader-title-fluid: 18.5vw;
    --reader-title-max: 5.9rem;
    --reader-deck-size: 1.36rem;
    --reader-meta-size: .82rem;
    --reader-body-size: 1.35rem;
    --reader-note-size: .9rem;
    --reader-support-size: 1.17rem;
  }
  .article-shell { display: block; padding-inline: 20px; }
  .article-toc { position: static; width: min(100%, var(--reading)); margin: 0 auto 36px; }
  .toc-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 22px; }
  .margin-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; width: min(100%, var(--reading)); margin: 40px auto 0; }
  .margin-note { margin-top: 0; }
  .article-body { width: min(100%, var(--reading)); margin-inline: auto; }
  .community-auth-grid,
  .community-subscribe-section,
  .community-principles { grid-template-columns: 1fr; }
  .community-auth-card + .community-auth-card { border-top: 1px solid var(--line); border-left: 0; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .about-photo { position: static; max-width: 520px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand-wrap { grid-column: 1 / -1; }
  .cv-education { grid-template-columns: 1fr; }
  .cv-scope-panel { grid-template-columns: 110px minmax(0, 1fr); gap: 28px; }
  .cv-local-nav { top: 112px; }
  .cv-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .cv-proof-grid > div:nth-child(3) { border-left: 0; }
  .cv-proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cv-featured-grid,
  .cv-reach-grid,
  .cv-evidence-grid { grid-template-columns: 1fr; }
  .cv-project-card,
  .cv-evidence-group { border-right: 0; }
  .cv-capability-grid { grid-template-columns: repeat(2, 1fr); }
  .cv-atlas-controls { position: static; }
  .cv-atlas-filter-grid { grid-template-columns: repeat(2, 1fr); }
  .cv-project-item > summary { grid-template-columns: 44px minmax(0, 1fr) 28px; }
  .cv-project-summary-tags { grid-column: 2; justify-content: flex-start; }
  .cv-project-toggle { grid-column: 3; grid-row: 1 / span 2; }
  .cv-project-detail { grid-template-columns: 1fr; padding-inline: 64px 46px; }
  .cv-project-connections { margin-inline: 64px 46px; }
}

@media (max-width: 560px) {
  .section { padding: 66px 0; }
  .brand-name { font-size: 1.25rem; }
  .header-actions { gap: 0; }
  .hero h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  .hero-copy { margin-top: 24px; }
  .hero-actions .button { width: 100%; }
  .hero-stats { grid-template-columns: 1fr; margin-top: 44px; }
  .stat { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .stat + .stat { padding-left: 0; border-left: 0; }
  .lead-story { min-height: 520px; }
  .story-content h3 { font-size: 2.55rem; }
  .topic-grid { grid-template-columns: 1fr; }
  .toc-list { grid-template-columns: 1fr; }
  .topic-card { min-height: 230px; }
  .archive-year { font-size: 8.5rem; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form .button { width: 100%; }
  .search-page-form > div { flex-direction: column; }
  .search-page-form .button { width: 100%; }
  .cv-entry { grid-template-columns: 1fr; gap: 8px; }
  .page-hero-grid > * { min-width: 0; }
  .page-hero h1 { font-size: clamp(3.25rem, 17vw, 5.4rem); }
  .community-hero h1 {
    max-width: 100%;
    overflow-wrap: break-word;
    font-size: clamp(2.65rem, 13vw, 4.2rem);
    letter-spacing: -.05em;
    line-height: .92;
    hyphens: auto;
  }
  .community-hero .kicker,
  .community-safety-line {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .cv-hero h1 { font-size: clamp(3rem, 13vw, 4.35rem); }
  .search-row { grid-template-columns: 1fr; }
  .search-row .field:first-child { grid-column: auto; }
  .archive-controls { position: static; }
  .archive-item { grid-template-columns: 1fr 28px; }
  .archive-item time { grid-column: 1; }
  .archive-item h2 { grid-column: 1; }
  .archive-tax { grid-column: 1; }
  .archive-arrow { grid-column: 2; grid-row: 1 / span 3; align-self: center; }
  .territory { grid-template-columns: 1fr; gap: 14px; }
  .territory-copy { grid-column: auto; }
  .article-shell { padding-top: 48px; }
  .margin-notes,
  .series-nav,
  .related-grid { grid-template-columns: 1fr; }
  .article-series { padding: 26px 20px; }
  .community-form-grid,
  .community-form-grid--two,
  .community-subscription-form--compact .community-form-grid { grid-template-columns: 1fr; }
  .community-subscription-form--compact .community-channel-picker,
  .community-subscription-form--compact [data-channel-field] { grid-column: auto; }
  .community-subscription-form--compact .community-field:first-child { display: grid; }
  .community-flash > div,
  .article-community__head,
  .article-community__subscribe,
  .community-account-head { align-items: flex-start; flex-direction: column; }
  .community-comment-form { padding: 19px 16px; }
  .article-signature ul { display: grid; gap: 9px; }
  .comment-card header { align-items: flex-start; flex-wrap: wrap; }
  .comment-card time { width: 100%; margin-left: 0; }
  .subscription-list article { grid-template-columns: 1fr; }
  .bio-block { grid-template-columns: 1fr; gap: 9px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand-wrap { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .cv-proof-grid > div { min-height: 130px; padding: 22px 16px; }
  .cv-proof-grid strong { font-size: 3.4rem; }
  .cv-scope-panel { grid-template-columns: 1fr; gap: 24px; }
  .cv-scope-panel > strong { font-size: 4.2rem; }
  .cv-scope-panel--list ul { columns: 1; }
  .cv-project-card { min-height: 0; }
  .cv-project-card h3 { margin-top: 44px; }
  .cv-capability-grid { grid-template-columns: 1fr; }
  .cv-capability-grid a { min-height: 210px; }
  .cv-capability-grid h3 { margin-top: 52px; }
  .cv-reach-grid ul { columns: 1; }
  .cv-final-cta,
  .cv-atlas-status { align-items: flex-start; flex-direction: column; }
  .cv-atlas-filter-grid { grid-template-columns: 1fr; }
  .cv-project-item > summary { gap: 12px; }
  .cv-project-summary-tags { display: none; }
  .cv-project-detail { padding: 16px 16px 34px 56px; }
  .cv-project-connections { margin: 0 16px 34px 56px; }
  .cv-project-connections__head { grid-template-columns: 1fr; gap: 8px; }
  .cv-project-connections__list { grid-template-columns: 1fr; }
  .cv-project-connection { min-height: 0; }
  .cv-project-description { font-size: 1.15rem; }
}

/* Sistema tipográfico T2 global · escala editorial legible */
.article-page {
  --reader-title-min: 3.25rem;
  --reader-title-fluid: 4.75vw;
  --reader-title-max: 4.5rem;
  --reader-deck-size: 1.375rem;
  --reader-meta-size: .9375rem;
  --reader-body-size: 1.25rem;
  --reader-note-size: .9375rem;
  --reader-support-size: 1rem;
  --reader-utility-size: .9375rem;
  --reader-micro-size: .875rem;
  --reader-community-title-size: 3rem;
}
.article-page[data-reader-scale="small"] {
  --reader-title-min: 2.925rem;
  --reader-title-fluid: 4.275vw;
  --reader-title-max: 4.05rem;
  --reader-deck-size: 1.2375rem;
  --reader-meta-size: .875rem;
  --reader-body-size: 1.125rem;
  --reader-note-size: .875rem;
  --reader-support-size: .9rem;
  --reader-utility-size: .875rem;
  --reader-micro-size: .875rem;
  --reader-community-title-size: 2.7rem;
}
.article-page[data-reader-scale="large"] {
  --reader-title-min: 3.7375rem;
  --reader-title-fluid: 5.4625vw;
  --reader-title-max: 5.175rem;
  --reader-deck-size: 1.58125rem;
  --reader-meta-size: 1.078rem;
  --reader-body-size: 1.4375rem;
  --reader-note-size: 1.078rem;
  --reader-support-size: 1.15rem;
  --reader-utility-size: 1.078rem;
  --reader-micro-size: 1.006rem;
  --reader-community-title-size: 3.45rem;
}
.article-page[data-reader-scale="xlarge"] {
  --reader-title-min: 4.225rem;
  --reader-title-fluid: 6.175vw;
  --reader-title-max: 5.85rem;
  --reader-deck-size: 1.7875rem;
  --reader-meta-size: 1.21875rem;
  --reader-body-size: 1.625rem;
  --reader-note-size: 1.21875rem;
  --reader-support-size: 1.3rem;
  --reader-utility-size: 1.21875rem;
  --reader-micro-size: 1.1375rem;
  --reader-community-title-size: 3.9rem;
}
.article-page .article-hero h1 { letter-spacing: -.035em; line-height: 1; }
.article-page .kicker,
.article-page .breadcrumbs,
.article-page .toc-list a { font-size: var(--reader-utility-size); }
.article-page .article-reader-toolbar__label,
.article-page .toc-title,
.article-page .tool-button--text,
.article-page .margin-note strong,
.article-page .article-series small,
.article-page .series-nav span { font-size: var(--reader-micro-size); }
.article-page .toc-list a { line-height: 1.5; }
.article-page .article-body { line-height: 1.72; }
.article-page .article-body h2 { font-size: 1.65em; line-height: 1.15; }
.article-page .article-signature li { font-size: var(--reader-utility-size); }
.article-page .article-signature__license { font-size: var(--reader-micro-size); }
.article-page .article-community__head h2 { font-size: var(--reader-community-title-size); line-height: 1.05; }
.article-page .community-readonly-note,
.article-page .article-community__subscribe span { font-size: var(--reader-support-size); line-height: 1.55; }

/* T2 en el resto de la web: mínimos legibles y máximos editoriales contenidos. */
.nav-link,
.header-link { font-size: var(--type-small); }

.kicker,
.text-link,
.button,
.section-number,
.story-tag,
.story-date,
.story-meta,
.recent-index,
.series-card-index,
.series-state,
.progress-label,
.stat span,
.compare-card small,
.archive-status,
.archive-item time,
.archive-tax,
.territory-number,
.idea-chip,
.series-steps b,
.series-steps span:last-child,
.about-photo figcaption,
.bio-block h2,
.privacy-note,
.community-field,
.community-topic-picker legend,
.community-form-actions small,
.community-account-prompt,
.comment-count,
.comment-card header span,
.comment-card time,
.comment-reply strong,
.community-safety-line,
.community-status,
.search-page-form label,
.legal-notice strong,
.legal-nav a,
.cv-section-label,
.cv-entry > span,
.cv-local-nav a,
.cv-proof-grid span,
.cv-project-card-top span,
.cv-project-card-top small,
.cv-project-card .cv-project-client,
.cv-capability-grid span,
.cv-capability-grid small,
.cv-disclosure > summary small,
.cv-scope-panel details summary,
.cv-tag-cloud span,
.cv-reach-grid details summary,
.cv-evidence-group > summary small,
.cv-atlas-filter-grid label > span,
.cv-project-index,
.cv-project-summary-copy small,
.cv-project-summary-tags em,
.cv-project-detail dt,
.cv-project-connections__head > span,
.cv-classification-note,
.footer-column h2,
.footer-bottom { font-size: var(--type-micro); }

.footer-column a,
.prototype-note,
.community-flash > div,
.community-topic-picker label,
.community-consent,
.privacy-first-layer,
.community-auth-line,
.community-recovery summary,
.cv-education-meta,
.cv-scope-panel .cv-tag-cloud span,
.cv-atlas-status span,
.cv-project-detail dd,
.community-readonly-note { font-size: var(--type-small); }

.section-title { font-size: var(--type-section); line-height: 1.02; }
.hero h1 { font-size: clamp(3.25rem, 6vw, 5rem); line-height: .98; }
.page-hero h1,
.community-hero h1,
.cv-hero h1 { font-size: var(--type-display); line-height: 1; }
.story-content h3 { font-size: clamp(2.5rem, 4vw, 3.75rem); line-height: 1.02; }
.series-card h3 { font-size: clamp(1.9rem, 3vw, 2.75rem); line-height: 1.05; }
.archive-year { font-size: clamp(5rem, 10vw, 8rem); }
.archive-copy h3,
.about-strip h2,
.newsletter h2,
.community-section h2 { font-size: var(--type-section); line-height: 1.04; }
.territory h2,
.series-overview-card h2,
.about-lead { font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.08; }
.cv-proof-grid strong { font-size: clamp(3rem, 5vw, 4.5rem); }
.cv-scope-panel > strong { font-size: clamp(3.5rem, 6vw, 5rem); }
.section-intro,
.archive-copy p,
.about-strip-copy p,
.page-hero-copy { font-size: var(--type-body); line-height: 1.65; }

.cv-summary li,
.cv-entry p,
.cv-education p,
.cv-scope-panel li,
.cv-evidence-group li { font-size: var(--type-body); }

/* Web B comparte la escala global del 70/80/95/110/125/140/155 %. Los valores rem
   ya responden al tamaño raíz; aquí se acompasa solo el tramo fluido en vw. */
html[data-global-font-level="xxsmall"] body.theme-b .hero h1 { font-size: clamp(3.25rem, 4.2vw, 5rem); }
html[data-global-font-level="xxsmall"] body.theme-b .page-hero h1 { font-size: clamp(3.25rem, 3.85vw, 4.5rem); }
html[data-global-font-level="xxsmall"] body.theme-b .section-title { font-size: clamp(2.25rem, 2.8vw, 3.5rem); }
html[data-global-font-level="xxsmall"] body.theme-b .article-page { --reader-title-fluid: 3.325vw; --reader-title-max: 4.5rem; }
html[data-global-font-level="xsmall"] body.theme-b .hero h1 { font-size: clamp(3.25rem, 4.8vw, 5rem); }
html[data-global-font-level="xsmall"] body.theme-b .page-hero h1 { font-size: clamp(3.25rem, 4.4vw, 4.5rem); }
html[data-global-font-level="xsmall"] body.theme-b .section-title { font-size: clamp(2.25rem, 3.2vw, 3.5rem); }
html[data-global-font-level="xsmall"] body.theme-b .article-page { --reader-title-fluid: 3.8vw; --reader-title-max: 4.5rem; }
html[data-global-font-level="small"] body.theme-b .hero h1 { font-size: clamp(3.25rem, 5.7vw, 5rem); }
html[data-global-font-level="small"] body.theme-b .page-hero h1 { font-size: clamp(3.25rem, 5.225vw, 4.5rem); }
html[data-global-font-level="small"] body.theme-b .section-title { font-size: clamp(2.25rem, 3.8vw, 3.5rem); }
html[data-global-font-level="small"] body.theme-b .article-page { --reader-title-fluid: 4.5125vw; --reader-title-max: 4.5rem; }
html[data-global-font-level="default"] body.theme-b .hero h1 { font-size: clamp(3.25rem, 6.6vw, 5rem); }
html[data-global-font-level="default"] body.theme-b .page-hero h1 { font-size: clamp(3.25rem, 6.05vw, 4.5rem); }
html[data-global-font-level="default"] body.theme-b .section-title { font-size: clamp(2.25rem, 4.4vw, 3.5rem); }
html[data-global-font-level="default"] body.theme-b .article-page { --reader-title-fluid: 5.225vw; --reader-title-max: 4.5rem; }
html[data-global-font-level="large"] body.theme-b .hero h1 { font-size: clamp(3.25rem, 7.5vw, 5rem); }
html[data-global-font-level="large"] body.theme-b .page-hero h1 { font-size: clamp(3.25rem, 6.875vw, 4.5rem); }
html[data-global-font-level="large"] body.theme-b .section-title { font-size: clamp(2.25rem, 5vw, 3.5rem); }
html[data-global-font-level="large"] body.theme-b .article-page { --reader-title-fluid: 5.9375vw; --reader-title-max: 4.5rem; }
html[data-global-font-level="xlarge"] body.theme-b .hero h1 { font-size: clamp(3.25rem, 8.4vw, 5rem); }
html[data-global-font-level="xlarge"] body.theme-b .page-hero h1 { font-size: clamp(3.25rem, 7.7vw, 4.5rem); }
html[data-global-font-level="xlarge"] body.theme-b .section-title { font-size: clamp(2.25rem, 5.6vw, 3.5rem); }
html[data-global-font-level="xlarge"] body.theme-b .article-page { --reader-title-fluid: 6.65vw; --reader-title-max: 4.5rem; }
html[data-global-font-level="xxlarge"] body.theme-b .hero h1 { font-size: clamp(3.25rem, 9.3vw, 5rem); }
html[data-global-font-level="xxlarge"] body.theme-b .page-hero h1 { font-size: clamp(3.25rem, 8.525vw, 4.5rem); }
html[data-global-font-level="xxlarge"] body.theme-b .section-title { font-size: clamp(2.25rem, 6.2vw, 3.5rem); }
html[data-global-font-level="xxlarge"] body.theme-b .article-page { --reader-title-fluid: 7.3625vw; --reader-title-max: 4.5rem; }

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

@media (forced-colors: active) {
  :focus-visible { outline-color: Highlight; }
  .button,
  .topic-card,
  .archive-item,
  .story-card { border: 1px solid CanvasText; }
}

@media print {
  .site-header,
  .site-reader-toolbar,
  .site-footer,
  .article-reader-toolbar,
  .reading-progress,
  .article-toc,
  .margin-notes,
  dialog { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .article-hero,
  .article-shell,
  .section { padding: 20px 0; border: 0; }
  .article-shell { display: block; }
  .article-body { width: 100%; max-width: none; font-size: 11pt; }
  a { color: #000; text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 8pt; overflow-wrap: anywhere; }
}
