@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT,WONK@9..144,300..900,0..100,0..1&family=Newsreader:ital,opsz,wght@0,6..72,300..800;1,6..72,300..700&display=swap');
/* =========================================================================
   Editorial Parchment Classic
   Paleta: paper #f5f0e6, ink #1a1814, accent brick red #a8341a
   Display: Fraunces (opsz, SOFT, WONK)
   Body: Newsreader (opsz, ital)
   Inspirado em jornais impressos antigos.
   ========================================================================= */
:root {
  --paper: #f5f0e6; --paper-deep: #ece5d2;
  --paper-shadow: #e2d9c1; --ink: #1a1814;
  --ink-soft: #3a342c; --ink-mute: #6b6253;
  --rule: #c8bea6; --rule-deep: #9c9078;
  --accent: #a8341a; --accent-deep: #7c2511;
  --accent-soft: #c25238; --highlight: #f1e6c6;
  --font-display: "Fraunces", "Times New Roman", Times, serif;
  --font-body: "Newsreader", Georgia, "Times New Roman", serif;
  --font-mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  --col-max: 38rem; --gutter: 1.5rem;
  --radius: 2px;
  --shadow-soft: 0 1px 0 rgba(26, 24, 20, 0.04), 0 6px 18px -10px rgba(26, 24, 20, 0.12);
  --shadow-hard: 0 2px 0 rgba(26, 24, 20, 0.08), 0 14px 30px -18px rgba(26, 24, 20, 0.28);
  --duration: 220ms;
  --easing: cubic-bezier(0.2, 0.7, 0.2, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0; background: var(--paper);
  color: var(--ink); font-family: var(--font-body);
  font-optical-sizing: auto; font-size: 1.0625rem;
  line-height: 1.7;
  font-variant-numeric: oldstyle-nums proportional-nums;
  background-image:
    radial-gradient(circle at 18% 8%, rgba(168, 52, 26, 0.04) 0, transparent 38%),
    radial-gradient(circle at 82% 92%, rgba(56, 44, 28, 0.05) 0, transparent 42%);
  background-attachment: fixed;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 3px; transition: color var(--duration) var(--easing); }
a:hover, a:focus-visible { color: var(--accent-deep); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: var(--radius); }
::selection { background: var(--accent); color: var(--paper); }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display); font-weight: 600;
  font-variation-settings: "opsz" 96, "SOFT" 30, "WONK" 0;
  color: var(--ink); letter-spacing: -0.01em;
  margin: 2.4rem 0 1rem; line-height: 1.15;
}
h1 { font-size: clamp(2rem, 4vw + 0.8rem, 3.4rem); font-variation-settings: "opsz" 144, "SOFT" 40, "WONK" 1; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.55rem, 1.6vw + 1rem, 2.05rem); font-variation-settings: "opsz" 72, "SOFT" 50, "WONK" 0; }
h3 { font-size: clamp(1.25rem, 0.8vw + 1rem, 1.45rem); font-variation-settings: "opsz" 36, "SOFT" 60, "WONK" 0; }
h4 { font-size: 1.15rem; }
p { margin: 0 0 1.1rem; }
blockquote {
  margin: 1.8rem 0;
  padding: 1.1rem 1.4rem 1.1rem 1.5rem;
  border-left: 3px solid var(--accent);
  background: linear-gradient(180deg, rgba(168, 52, 26, 0.05), rgba(168, 52, 26, 0.02));
  font-family: var(--font-display); font-style: italic;
  font-variation-settings: "opsz" 48, "SOFT" 30, "WONK" 0;
  color: var(--ink-soft); font-size: 1.05rem;
  border-radius: 0 var(--radius) var(--radius) 0;
}
blockquote strong {
  color: var(--accent-deep); font-style: normal;
  font-family: var(--font-body); font-weight: 700;
  letter-spacing: 0.02em; text-transform: uppercase;
  font-size: 0.78rem;
}
code, pre { font-family: var(--font-mono); }
code { background: var(--paper-shadow); padding: 0.1em 0.35em; border-radius: var(--radius); font-size: 0.9em; }
pre {
  background: var(--paper-deep); padding: 1rem 1.1rem;
  overflow-x: auto;
  border-left: 3px solid var(--rule-deep);
  border-radius: var(--radius); font-size: 0.92rem;
}
pre code { background: none; padding: 0; }
hr {
  border: 0; height: 1px;
  background: var(--rule); margin: 2.4rem 0;
  position: relative;
}
ul, ol { padding-left: 1.4rem; margin: 0 0 1.2rem; }
li { margin-bottom: 0.4rem; }
li::marker { color: var(--accent); }
.container { max-width: 64rem; margin: 0 auto; padding: 0 var(--gutter); }
.prose { max-width: var(--col-max); margin: 0 auto; }
.visually-hidden {
  position: absolute !important; width: 1px;
  height: 1px; padding: 0;
  margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap;
  border: 0;
}
.muted { color: var(--ink-mute); }
.dateline {
  background: var(--paper-deep);
  border-bottom: 1px solid var(--rule);
  font-family: var(--font-display);
  font-variation-settings: "opsz" 12, "SOFT" 30, "WONK" 0;
  font-size: 0.78rem; text-transform: uppercase;
  letter-spacing: 0.18em; color: var(--ink-mute);
  padding: 0.55rem 0;
}
.dateline .container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
}
.dateline a { color: inherit; text-decoration: none; }
.dateline a:hover { color: var(--accent); }
.masthead {
  text-align: center;
  padding: 2.4rem 1rem 1.6rem;
  border-bottom: 3px double var(--ink);
  position: relative;
}
.masthead::before {
  content: ""; position: absolute;
  left: 50%; transform: translateX(-50%);
  width: 80%; max-width: 60rem;
  height: 1px; background: var(--rule-deep);
  top: 1.2rem;
}
.masthead-brand {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 144, "SOFT" 0, "WONK" 1;
  font-weight: 700;
  font-size: clamp(2.2rem, 4vw + 1rem, 3.9rem);
  letter-spacing: -0.015em; color: var(--ink);
  margin: 0.3rem 0 0.6rem; text-decoration: none;
  display: inline-block; line-height: 1;
}
.masthead-brand:hover { color: var(--accent-deep); }
.masthead-tag {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 14, "SOFT" 50, "WONK" 0;
  font-style: italic; font-size: 0.95rem;
  color: var(--ink-mute); letter-spacing: 0.02em;
  max-width: 32rem; margin: 0.4rem auto 0;
}
.site-nav {
  position: sticky; top: 0;
  z-index: 50;
  background: rgba(245, 240, 230, 0.97);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--rule);
  font-family: var(--font-display);
  font-variation-settings: "opsz" 14, "SOFT" 30, "WONK" 0;
  font-size: 0.9rem; text-transform: uppercase;
  letter-spacing: 0.16em;
}
.site-nav ul {
  list-style: none; padding: 0;
  margin: 0; display: flex;
  flex-wrap: wrap; justify-content: center;
  gap: 0;
}
.site-nav li { margin: 0; }
.site-nav a {
  display: inline-block; padding: 0.85rem 1.1rem;
  color: var(--ink-soft); text-decoration: none;
  position: relative;
  transition: color var(--duration) var(--easing);
}
.site-nav a::after {
  content: ""; position: absolute;
  left: 50%; right: 50%;
  bottom: 0.4rem; height: 2px;
  background: var(--accent);
  transition: left var(--duration) var(--easing), right var(--duration) var(--easing);
}
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: var(--accent-deep); }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a[aria-current="page"]::after { left: 1rem; right: 1rem; }
.eyebrow {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 12, "SOFT" 30, "WONK" 0;
  font-size: 0.74rem; text-transform: uppercase;
  letter-spacing: 0.22em; color: var(--accent);
  font-weight: 600; margin: 0 0 0.4rem;
}
.eyebrow.muted { color: var(--ink-mute); }
.ornament {
  display: flex; align-items: center;
  justify-content: center; gap: 1rem;
  margin: 2.6rem auto; color: var(--rule-deep);
}
.ornament::before, .ornament::after {
  content: ""; flex: 1;
  max-width: 6rem; height: 1px;
  background: linear-gradient(90deg, transparent, var(--rule-deep), transparent);
}
.ornament-mark {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 36, "SOFT" 80, "WONK" 1;
  color: var(--accent); font-size: 1.4rem;
  line-height: 1;
}
.featured { padding: 2.2rem 0 1rem; }
.featured-eyebrow { text-align: center; margin-bottom: 1.2rem; }
.featured-grid {
  display: grid; grid-template-columns: 1.65fr 1fr;
  gap: 2.4rem; align-items: start;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--rule);
}
.featured-main h2,
.featured-main .post-title,
.featured-main a > h2 {
  font-size: clamp(1.9rem, 2vw + 1.1rem, 2.7rem);
  font-variation-settings: "opsz" 110, "SOFT" 30, "WONK" 1;
  margin-top: 0;
  line-height: 1.08;
}
.featured-main a { color: var(--ink); text-decoration: none; display: block; }
.featured-main a:hover h2 { color: var(--accent-deep); }
.featured-byline {
  font-family: var(--font-display); font-style: italic;
  font-variation-settings: "opsz" 14, "SOFT" 70, "WONK" 0;
  color: var(--ink-mute); font-size: 0.92rem;
  margin-bottom: 0.7rem;
}
.featured-side {
  border-left: 1px solid var(--rule); padding-left: 2rem;
  display: flex; flex-direction: column;
  gap: 1.4rem;
}
.featured-side article { padding-bottom: 1.2rem; border-bottom: 1px dotted var(--rule); }
.featured-side article:last-child { border-bottom: 0; padding-bottom: 0; }
.featured-side h3 { margin: 0.2rem 0 0.4rem; font-size: 1.18rem; line-height: 1.2; }
.featured-side a { color: var(--ink); text-decoration: none; }
.featured-side a:hover h3 { color: var(--accent-deep); }
.excerpt { color: var(--ink-soft); font-size: 0.98rem; margin: 0.4rem 0 0; }
.section-title {
  text-align: center;
  font-size: clamp(1.4rem, 1vw + 1rem, 1.8rem);
  margin: 2.6rem 0 1.6rem; position: relative;
  font-variation-settings: "opsz" 72, "SOFT" 40, "WONK" 1;
}
.section-title::before, .section-title::after {
  content: ""; display: inline-block;
  width: 2.5rem; height: 1px;
  background: var(--rule-deep); vertical-align: middle;
  margin: 0 1rem;
}
.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 2rem 2.4rem;
  padding-bottom: 3rem;
}
.articles-grid article { padding-bottom: 1.6rem; border-bottom: 1px solid var(--rule); }
.articles-grid h3 { margin: 0.3rem 0 0.4rem; font-size: 1.25rem; line-height: 1.2; }
.articles-grid a { color: var(--ink); text-decoration: none; }
.articles-grid a:hover h3 { color: var(--accent-deep); }
.meta {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 12, "SOFT" 30, "WONK" 0;
  font-size: 0.78rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-mute);
}
.articles-list-editorial {
  list-style: none;
  padding: 0;
  margin: 2rem 0 3rem;
  max-width: 48rem;
}
.articles-list-editorial > li {
  display: grid; grid-template-columns: 1fr auto;
  gap: 2rem; align-items: baseline;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--rule);
}
.articles-list-editorial > li:first-child { border-top: 1px solid var(--rule); }
.articles-list-editorial h2,
.articles-list-editorial h3 {
  margin: 0 0 0.3rem;
  font-size: 1.4rem;
  line-height: 1.2;
}
.articles-list-editorial a { color: var(--ink); text-decoration: none; }
.articles-list-editorial a:hover { color: var(--accent-deep); }
.meta-side {
  text-align: right; font-family: var(--font-display);
  font-variation-settings: "opsz" 12, "SOFT" 30, "WONK" 0;
  font-size: 0.78rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-mute);
  white-space: nowrap;
}
.meta-cat {
  display: inline-block;
  margin-top: 0.3rem;
  color: var(--accent);
  font-weight: 600;
}
.articles-list { list-style: none; padding: 0; }
.post { padding: 2.2rem 0 3rem; }
.post-hero { max-width: var(--col-max); margin: 0 auto 1.6rem; text-align: center; }
.post-hero h1 {
  margin: 1rem 0 0.8rem;
  font-size: clamp(2.1rem, 2.6vw + 1rem, 3.2rem);
  font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 1;
}
.post-hero .lede {
  font-family: var(--font-display); font-style: italic;
  font-variation-settings: "opsz" 36, "SOFT" 70, "WONK" 0;
  font-size: 1.18rem; color: var(--ink-soft);
  max-width: 34rem; margin: 0.6rem auto 1rem;
  line-height: 1.45;
}
.post-hero .byline {
  font-family: var(--font-display); font-style: italic;
  font-variation-settings: "opsz" 14, "SOFT" 60, "WONK" 0;
  color: var(--ink-mute); font-size: 0.92rem;
}
.post-meta-rule {
  border: 0; border-top: 3px double var(--ink);
  border-bottom: 1px solid var(--rule);
  height: 5px; background: transparent;
  max-width: var(--col-max); margin: 1.4rem auto 2rem;
}
.editorial-note {
  max-width: var(--col-max); margin: 1.6rem auto;
  padding: 1rem 1.2rem; background: var(--highlight);
  border: 1px solid var(--rule);
  border-left: 3px solid var(--accent);
  font-family: var(--font-display); font-style: italic;
  font-variation-settings: "opsz" 18, "SOFT" 60, "WONK" 0;
  color: var(--ink-soft); font-size: 0.98rem;
  border-radius: 0 var(--radius) var(--radius) 0;
}
.post-body {
  max-width: var(--col-max);
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.78;
}
.post-body p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 144, "SOFT" 0, "WONK" 1;
  font-weight: 700; color: var(--accent);
  font-size: 4.2rem; line-height: 0.85;
  float: left; margin: 0.35rem 0.6rem 0 0;
  padding: 0;
}
.post-body h2 {
  position: relative;
  padding-left: 1.1rem;
  margin-top: 2.6rem;
}
.post-body h2::before {
  content: ""; position: absolute;
  left: 0; top: 0.45em;
  width: 4px; height: 0.95em;
  background: var(--accent); border-radius: 1px;
}
.post-body h3 { margin-top: 2rem; color: var(--ink-soft); }
.post-body ul li::marker,
.post-body ol li::marker {
  color: var(--accent);
  font-family: var(--font-display);
  font-weight: 600;
}
.post-body ul li::marker { content: "\25C6  "; font-size: 0.8em; }
.post-body hr {
  border: 0; height: 1px;
  background: transparent; margin: 2.6rem 0;
  position: relative; text-align: center;
}
.post-body hr::after {
  content: "\271A"; display: inline-block;
  background: var(--paper); color: var(--accent);
  font-family: var(--font-display); font-size: 1.1rem;
  padding: 0 0.9rem; position: relative;
  top: -0.7rem;
}
.post-body img {
  margin: 1.8rem auto; border: 1px solid var(--rule);
  padding: 0.4rem; background: var(--paper-deep);
  max-width: 100%;
}
.post-body a {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--accent-soft);
  text-decoration-thickness: 1px;
}
.ad-slot {
  max-width: 44rem; margin: 2.4rem auto;
  padding: 1.2rem; background: var(--paper-deep);
  border: 1px dashed var(--rule-deep);
  text-align: center; font-family: var(--font-display);
  font-variation-settings: "opsz" 12, "SOFT" 30, "WONK" 0;
  font-size: 0.78rem; text-transform: uppercase;
  letter-spacing: 0.22em; color: var(--ink-mute);
  border-radius: var(--radius);
}
.pagination {
  display: flex; justify-content: center;
  align-items: center; gap: 0.6rem;
  margin: 2.4rem 0 3.4rem; flex-wrap: wrap;
}
.pagination a, .pagination span {
  display: inline-block; padding: 0.55rem 0.9rem;
  border: 1px solid var(--rule); border-radius: var(--radius);
  font-family: var(--font-display);
  font-variation-settings: "opsz" 14, "SOFT" 30, "WONK" 0;
  font-size: 0.88rem; letter-spacing: 0.06em;
  color: var(--ink-soft); text-decoration: none;
  background: var(--paper);
  transition: background var(--duration) var(--easing), color var(--duration) var(--easing);
}
.pagination a:hover { background: var(--accent); color: var(--paper); border-color: var(--accent); }
.pagination .current,
.pagination [aria-current="page"] {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.page-counter {
  font-family: var(--font-display); font-style: italic;
  font-variation-settings: "opsz" 14, "SOFT" 60, "WONK" 0;
  color: var(--ink-mute); font-size: 0.9rem;
  margin-left: 0.6rem;
}
.post-nav {
  max-width: var(--col-max); margin: 2.6rem auto 0;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1rem; padding-top: 1.6rem;
  border-top: 1px solid var(--rule);
}
.post-nav a {
  display: block; padding: 1rem 1.1rem;
  border: 1px solid var(--rule); border-radius: var(--radius);
  color: var(--ink); text-decoration: none;
  background: var(--paper);
  transition: border-color var(--duration) var(--easing), background var(--duration) var(--easing);
}
.post-nav a:hover { border-color: var(--accent); background: var(--paper-deep); }
.post-nav a span {
  display: block; font-family: var(--font-display);
  font-variation-settings: "opsz" 12, "SOFT" 30, "WONK" 0;
  font-size: 0.74rem; text-transform: uppercase;
  letter-spacing: 0.18em; color: var(--accent);
  margin-bottom: 0.25rem;
}
.post-nav a:nth-child(2) { text-align: right; }
.search-form {
  display: flex;
  gap: 0.5rem;
  max-width: 32rem;
  margin: 1.6rem auto 2.4rem;
}
.search-form input[type="search"] {
  flex: 1; font: inherit;
  font-family: var(--font-body); padding: 0.7rem 0.9rem;
  border: 1px solid var(--rule-deep); background: var(--paper);
  color: var(--ink); border-radius: var(--radius);
}
.search-form input[type="search"]:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(168, 52, 26, 0.18); }
.search-form button, .btn {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 14, "SOFT" 30, "WONK" 0;
  font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; font-size: 0.85rem;
  padding: 0.7rem 1.2rem; background: var(--ink);
  color: var(--paper); border: 1px solid var(--ink);
  border-radius: var(--radius); cursor: pointer;
  transition: background var(--duration) var(--easing), color var(--duration) var(--easing);
  text-decoration: none; display: inline-block;
}
.search-form button:hover, .btn:hover { background: var(--accent); border-color: var(--accent); color: var(--paper); }
.site-footer {
  margin-top: 3rem; padding: 2.6rem 0 1.8rem;
  background: var(--paper-deep); border-top: 3px double var(--ink);
  color: var(--ink-soft); font-size: 0.94rem;
}
.colophon {
  text-align: center; max-width: 44rem;
  margin: 0 auto 2rem; padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--rule);
}
.colophon-brand {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 96, "SOFT" 0, "WONK" 1;
  font-weight: 700; font-size: 1.7rem;
  letter-spacing: -0.01em; color: var(--ink);
  text-decoration: none;
}
.colophon-tag {
  font-family: var(--font-display); font-style: italic;
  font-variation-settings: "opsz" 14, "SOFT" 70, "WONK" 0;
  font-size: 0.92rem; color: var(--ink-mute);
  margin-top: 0.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: 1.6rem 2rem; max-width: 60rem;
  margin: 0 auto; padding: 0 var(--gutter);
}
.footer-grid h4 {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 12, "SOFT" 30, "WONK" 0;
  font-size: 0.78rem; text-transform: uppercase;
  letter-spacing: 0.2em; color: var(--accent);
  margin: 0 0 0.8rem;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 0.4rem; }
.footer-grid a { color: var(--ink-soft); text-decoration: none; }
.footer-grid a:hover { color: var(--accent-deep); text-decoration: underline; }
.footer-legal {
  text-align: center; max-width: 48rem;
  margin: 2.2rem auto 0; padding: 1rem var(--gutter) 0;
  border-top: 1px solid var(--rule); font-size: 0.84rem;
  color: var(--ink-mute); line-height: 1.6;
}
#cookie-banner {
  position: fixed; bottom: 1rem;
  left: 1rem; right: 1rem;
  max-width: 36rem; margin: 0 auto;
  padding: 1rem 1.2rem; background: var(--paper);
  border: 1px solid var(--ink); box-shadow: var(--shadow-hard);
  border-radius: var(--radius); z-index: 100;
  font-size: 0.92rem; color: var(--ink-soft);
  display: flex; flex-direction: column;
  gap: 0.7rem;
}
#cookie-banner p { margin: 0; }
#cookie-banner .actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }
#cookie-banner button {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 14, "SOFT" 30, "WONK" 0;
  font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; font-size: 0.8rem;
  padding: 0.55rem 1rem; border-radius: var(--radius);
  cursor: pointer; border: 1px solid var(--ink);
  background: var(--paper); color: var(--ink);
  transition: background var(--duration) var(--easing), color var(--duration) var(--easing);
}
#cookie-banner button.primary { background: var(--accent); color: var(--paper); border-color: var(--accent); }
#cookie-banner button.primary:hover { background: var(--accent-deep); border-color: var(--accent-deep); }
#cookie-banner button:not(.primary):hover { background: var(--ink); color: var(--paper); }
#cookie-banner[hidden] { display: none !important; }
.error-404 {
  text-align: center;
  padding: 4rem 1rem;
  max-width: 36rem;
  margin: 0 auto;
}
.error-404 h1 {
  font-size: clamp(3rem, 8vw + 1rem, 6rem);
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  color: var(--accent);
  margin: 0;
}
.error-404 p { font-size: 1.05rem; color: var(--ink-soft); }
@media (max-width: 900px) {.featured-grid { grid-template-columns: 1fr; gap: 1.6rem; }
.featured-side { border-left: 0; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 1.4rem; }
}
@media (max-width: 720px) {body { font-size: 1rem; }
.masthead { padding: 1.6rem 1rem 1.2rem; }
.masthead-brand { font-size: clamp(1.9rem, 8vw, 2.6rem); }
.site-nav { font-size: 0.82rem; letter-spacing: 0.12em; }
.site-nav a { padding: 0.7rem 0.7rem; }
.dateline .container { flex-direction: column; gap: 0.2rem; align-items: center; font-size: 0.7rem; }
.articles-list-editorial > li { grid-template-columns: 1fr; gap: 0.4rem; }
.meta-side { text-align: left; }
.post-body p:first-of-type::first-letter { font-size: 3.4rem; }
.post-nav { grid-template-columns: 1fr; }
.post-nav a:nth-child(2) { text-align: left; }
.section-title::before, .section-title::after { width: 1.2rem; margin: 0 0.5rem; }
}
@media print {
  body { background: white; color: black; font-size: 12pt; }
.dateline, .site-nav, .site-footer, #cookie-banner, .ad-slot, .pagination, .post-nav, .search-form { display: none !important; }
.masthead { border-bottom: 2px solid black; padding: 0 0 0.6rem; }
.masthead-brand { color: black; font-size: 22pt; }
.post-body { max-width: 100%; }
.post-body a { color: black; text-decoration: underline; }
.post-body a::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
.post-body p:first-of-type::first-letter { color: black; }
.editorial-note { background: white; border: 1px solid black; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
