*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.75;color:#333;background:#f0f2f5}
.sc-cJOQip{max-width:860px;margin:0 auto;padding:0 20px}
.sc-aGpcfy{background:#fff;padding:28px 0;margin-bottom:32px;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.sc-aGpcfy h1{font-size:22px;font-weight:700;margin-bottom:2px}
.sc-aGpcfy p{font-size:14px;color:#666}
.sc-aGpcfy a{color:#333;text-decoration:none;font-size:18px;font-weight:700}
.sc-MLPQej{display:flex;flex-direction:column;gap:20px}
.sc-GGyCOv{background:#fff;border-radius:12px;box-shadow:0 1px 6px rgba(0,0,0,.06);padding:24px 28px;transition:transform .15s,box-shadow .15s}
.sc-GGyCOv:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}
.sc-GGyCOv h2{font-size:19px;margin-bottom:6px}
.sc-GGyCOv h2 a{color:#1a1a1a;text-decoration:none}
.sc-GGyCOv .sc-fwdrrt{font-size:12px;color:#999;margin-bottom:8px}
.sc-GGyCOv p{font-size:14px;color:#555;margin-bottom:12px}
.sc-XTASWf{display:inline-block;background:#5865f2;color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;text-decoration:none}
.sc-XTASWf:hover{background:#4752c4}
.sc-FDOLEE{padding-bottom:60px}
.sc-FDOLEE h1{font-size:30px;font-weight:700;margin-bottom:8px}
.sc-FDOLEE time{font-size:12px;color:#999;display:block;margin-bottom:24px}
.sc-FDOLEE h2{font-size:22px;margin:32px 0 12px}
.sc-FDOLEE h3{font-size:18px;margin:24px 0 8px}
.sc-FDOLEE p{margin-bottom:16px}
.sc-FDOLEE ul,.sc-FDOLEE ol{margin:0 0 16px 24px}
.sc-FDOLEE a{color:#5865f2}
.sc-FDOLEE img{max-width:100%;height:auto;border-radius:12px;margin:16px 0}
.sc-BvsUzw{padding:24px 0;margin-top:40px;text-align:center;font-size:12px;color:#999}
.sc-BvsUzw a{color:#999;text-decoration:none}
.sc-tgMsbQ{background:#e8eaf0;border-radius:8px;padding:12px 16px;margin-bottom:20px;font-size:13px;color:#888;font-style:italic}
.sc-aEoJLU{background:#fff8e1;border-radius:8px;padding:12px 16px;margin-top:24px;font-size:12px;color:#9e8600}
.sc-FMiuGF{display:inline-block;background:#f0f2f7;border-radius:12px;padding:4px 12px;margin:-18px 0 24px;font-size:12px;color:#777}
.sc-pSxImb{text-align:center;margin:0 0 24px}
.sc-curpiS{max-width:100%;height:auto;border-radius:12px}
.sc-ZyvPds{margin-top:32px;padding-top:20px;border-top:1px solid #e0e0e0}
.sc-ZyvPds h3{font-size:16px;font-weight:700;margin-bottom:12px}
.crd-related-list{display:flex;flex-direction:column;gap:8px}
.crd-related-link{display:block;background:#fff;border-radius:8px;padding:10px 14px;color:#333;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,.06);font-size:14px}
.crd-related-link:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}
.sc-cjDmiu{display:flex;flex-direction:column;gap:8px;margin-top:20px}
.sc-tWffRu{display:block;background:#fff;border-radius:8px;padding:10px 16px;color:#1a1a1a;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,.05);font-size:15px}
.sc-tWffRu:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}
/* === Theme === */
:root{--primary:#D4A017;--accent:#1C1C1C;--bg:#F0EDE6;--fg:#1C1C1C;--border:#2A2A2A;--r:0px;--fb:'Barlow';--fh:'Barlow Condensed'}
/* === Custom === */
/*
 * guardiacalle.com — ap-callejero-es
 * Design reference: Pemex station safety instruction posters, late 1980s.
 * Printed for industrial workers in truck depots and IMSS waiting rooms.
 * Heavy black outlines, flat signal yellow, zero decoration, text legible at 3m.
 * Persona: Damian Quintero, 34, dispatch worker, Colonia Sanchez Taboada, Tijuana.
 */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&family=Barlow:wght@400;500;700&family=Bitter:ital,wght@0,400;0,500;0,700;1,500;1,600&display=swap');

/* ── Base ─────────────────────────────────────────────────────────────────── */

* { box-sizing: border-box; }

:root body {
  font-family: var(--fb), system-ui, -apple-system, sans-serif;
  color: var(--fg);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

::selection { background: var(--primary); color: var(--accent); }

hr {
  border: 0;
  border-top: 2px solid var(--border);
  margin: 32px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--fh), system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: var(--fg);
  text-transform: uppercase;
  margin-top: 1.6em;
  margin-bottom: 0.4em;
}

h1 { font-size: 2.2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1em; letter-spacing: 0.08em; }

p { margin: 0 0 1.2em; }

a { color: var(--fg); text-decoration: underline; text-underline-offset: 3px; transition: color 0.1s; }
a:hover { color: var(--primary); }

strong { font-weight: 700; }

blockquote {
  border-left: 4px solid var(--primary);
  margin: 2em 0;
  padding: 0.8em 0 0.8em 1.4em;
  background: rgba(212, 160, 23, 0.09);
  font-style: normal;
  font-weight: 500;
}

blockquote p { margin-bottom: 0; }

ul, ol { padding-left: 1.5em; margin: 0 0 1.2em; }
li { margin-bottom: 0.4em; line-height: 1.65; }

/* ── Site header (mn-head) ───────────────────────────────────────────────── */

.mn-head {
  background: var(--accent);
  padding: 0;
  border-bottom: 5px solid var(--primary);
}

.mn-head-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.mn-head h1 {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0 0 0.25rem;
  line-height: 1.05;
}

.mn-head p {
  color: #A0A0A0;
  font-family: var(--fb), system-ui, sans-serif;
  font-size: 0.88rem;
  font-style: normal;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.02em;
}

.mn-head a { color: var(--primary); text-decoration: none; }
.mn-head a:hover { text-decoration: underline; }

/* ── Navigation ──────────────────────────────────────────────────────────── */

nav {
  background: var(--accent);
  border-bottom: 2px solid var(--border);
}

nav a {
  color: #C8C8C8;
  text-decoration: none;
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
  display: inline-block;
  border-right: 1px solid #383838;
  transition: color 0.1s, background 0.1s;
}

nav a:hover { color: var(--primary); background: #111; }

/* ── Main layout ─────────────────────────────────────────────────────────── */

main { max-width: 860px; margin: 0 auto; padding: 2.2rem 1.5rem; }

/* ── Cards ───────────────────────────────────────────────────────────────── */

.card {
  background: var(--bg);
  border: 2px solid var(--border);
  border-left: 5px solid var(--primary);
  border-radius: var(--r);
  padding: 1.3rem 1.5rem;
  margin-bottom: 1.2rem;
  transition: border-left-color 0.1s;
}

.card:hover { border-left-color: var(--fg); }

.card:first-child {
  border-left-width: 8px;
  background: rgba(212, 160, 23, 0.06);
}

.card time {
  display: block;
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  background: var(--accent);
  display: inline-block;
  padding: 2px 7px;
  margin-bottom: 0.6rem;
}

.card h2 {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.card h2 a { color: var(--fg); text-decoration: none; }
.card h2 a:hover { color: var(--primary); }

.card p {
  font-size: 0.92rem;
  color: #3A3A3A;
  margin: 0 0 0.9rem;
  line-height: 1.62;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}

/* ── Read more link ──────────────────────────────────────────────────────── */

.read-more {
  color: var(--bg);
  background: var(--accent);
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 12px;
  border: 2px solid var(--border);
  display: inline-block;
  transition: background 0.1s, color 0.1s;
}

.read-more:hover { background: var(--primary); color: var(--accent); border-color: var(--primary); }

/* ── Article content ─────────────────────────────────────────────────────── */

.article-content { font-size: 17px; line-height: 1.7; color: var(--fg); }

.article-content h1 {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  border-bottom: 4px solid var(--primary);
  padding-bottom: 0.4em;
  margin-bottom: 0.35em;
}

.article-content h2 {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  border-left: 5px solid var(--primary);
  padding-left: 0.75em;
  margin-top: 2.4em;
}

.article-content h3 {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-top: 1.8em;
}

.article-content p { margin: 0 0 1.3em; max-width: 68ch; }
.article-content ul, .article-content ol { padding-left: 1.5em; margin-bottom: 1.3em; max-width: 68ch; }
.article-content li { margin-bottom: 0.45em; line-height: 1.68; }

.article-content a { color: var(--fg); text-decoration: underline; text-decoration-color: var(--primary); text-underline-offset: 3px; font-weight: 700; }
.article-content a:hover { color: var(--primary); }

.article-content blockquote {
  border-left: 5px solid var(--primary);
  margin: 2em 0;
  padding: 0.9em 0 0.9em 1.4em;
  background: rgba(212, 160, 23, 0.08);
  font-weight: 500;
  max-width: 68ch;
}

.article-content blockquote p { max-width: none; }

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--r);
  display: block;
  margin: 2em auto;
  border: 2px solid var(--border);
}

.article-content strong { font-weight: 700; color: var(--fg); }

/* ── Article metadata ────────────────────────────────────────────────────── */

.article-meta {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--border);
  padding-bottom: 0.8rem;
}

/* ── Affiliate disclosure ────────────────────────────────────────────────── */

.affiliate-disclosure {
  border-radius: var(--r);
  border: 2px solid var(--border);
  border-left: 5px solid var(--primary);
  background: rgba(212, 160, 23, 0.07);
  padding: 0.9rem 1.2rem;
  font-size: 0.82rem;
  color: #555;
  margin: 2rem 0;
  line-height: 1.62;
}

/* ── Footer ──────────────────────────────────────────────────────────────── */

footer {
  border-top: 2px solid var(--border);
  padding: 1.5rem;
  margin-top: 3rem;
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #888;
  text-align: center;
  background: var(--accent);
}

footer a { color: #999; text-decoration: none; border-bottom: 1px solid #444; }
footer a:hover { color: var(--primary); border-bottom-color: var(--primary); }

/* === R2 fixes (2026-06-15T09:40:17.824720+00:00) === */

.article-content p {
  line-height: 1.75;
  margin-bottom: 1.2em;
}

.article-content h2 {
  margin-top: 2.5em;
  margin-bottom: 0.6em;
}

.article-content h3 {
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}

a[href*='/check/'] {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.mn-head p {
  color: #555;
}

/* === R3 fixes (2026-06-15T10:20:17.296347+00:00) === */

/* Fix 1: header — semantic selector (sc-* classes don't match .mn-head) */
header {
  background: var(--accent);
  border-bottom: 3px solid var(--primary);
  padding: 0.75rem 0;
}

header a {
  color: var(--primary);
  text-decoration: none;
}

header h1 {
  color: var(--primary);
}

header p {
  color: #999;
  font-size: 0.88rem;
  margin: 0;
}

/* Fix 2: article — semantic selector (sc-* classes don't match .article-content) */
article p {
  line-height: 1.75;
  margin-bottom: 1.3em;
  max-width: 68ch;
}

article h2 {
  margin-top: 2.5em;
  margin-bottom: 0.6em;
  border-left: 5px solid var(--primary);
  padding-left: 0.75em;
}

article h3 {
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}

/* Fix 3: affiliate link — subtle highlight for scan visibility */
a[href*='/check/'] {
  background: rgba(212, 160, 23, 0.15);
  padding: 2px 6px;
  border-radius: 2px;
  font-weight: 700;
}

/* Fix 4: date badge — match card time stamp style */
article time,
main time {
  display: inline-block;
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  background: var(--accent);
  padding: 2px 8px;
  margin-bottom: 1.5rem;
}

/* === R4 fixes (2026-06-15T11:00:17.321037+00:00) === */

/* Fix 1: header — dark background for visual identity */
header {
  background-color: #1a1a1a;
  border-bottom: 3px solid var(--primary);
  padding: 0.75rem 0;
}

header a,
header span {
  color: var(--primary);
  text-decoration: none;
}

header h1 {
  color: var(--primary);
}

header p {
  color: #A0A0A0;
  font-size: 0.88rem;
  margin: 0;
}

/* Fix 2: affiliate check links — amber pill, scannable at speed */
a[href*='/check/'] {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95em;
}

/* Fix 3: article date badge — dark label consistent with new header */
article time,
main > time {
  display: inline-block;
  background: #1a1a1a;
  color: var(--primary);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 10px;
  margin-bottom: 1.5rem;
  border-radius: 2px;
}

/* Fix 4: related articles section — amber separator and visible link rows */
.sc-ZyvPds {
  border-top: 2px solid var(--primary);
  margin-top: 3rem;
  padding-top: 1.5rem;
}

.sc-ZyvPds h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary);
  margin-bottom: 1rem;
}

.crd-related-link {
  display: block;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

/* === QA round-1 fixes (2026-07-23T13:40:32+0800) === */
/*
 * Live HTML uses obfuscated architecture classes (.sc-* / .css-*) that set
 * styles at class-level specificity. Pure element chains lose to them, so the
 * structural selectors below carry harmless [class] attribute boosts (NO
 * hard-coded obfuscated names) to win the cascade — same technique as the
 * aa-move-en pilot. Three deliberate type voices, no fourth:
 *   display = Barlow Condensed (poster caps)  ·  text = Bitter serif  ·  meta = Barlow
 * Signature = Pemex-style caution-tape hazard stripe + warning-sign monogram.
 * Moment colour rust (#B34F2A) appears in exactly one idea: the drop cap
 * (homepage hero + article intro). Amber is concentrated on the hero, not scattered.
 */

:root {
  --serif: 'Bitter', Georgia, serif;
  --rust: #B34F2A;
  --cream: #F0EDE6;
}

/* ── Masthead: night-street photo + gradient + wordmark + manifesto ───────── */

body > header[class] {
  position: relative;
  padding: 0;
  border-bottom: 0;
  background-image:
    linear-gradient(180deg, rgba(18,16,14,0.70), rgba(18,16,14,0.90)),
    url("/theme-assets/hero-masthead.jpg");
  background-size: cover;
  background-position: center;
}

body > header[class] > div {
  position: relative;
  padding: 2.7rem 20px 2.9rem;
}

/* warning-sign monogram — the persona's signature mark */
body > header[class] > div::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 2.9rem;
  width: 50px;
  height: 46px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 92'%3E%3Cpath d='M50 6 L96 86 L4 86 Z' fill='none' stroke='%23D4A017' stroke-width='7' stroke-linejoin='round'/%3E%3Crect x='46' y='34' width='8' height='26' rx='2' fill='%23D4A017'/%3E%3Crect x='46' y='66' width='8' height='9' rx='2' fill='%23D4A017'/%3E%3C/svg%3E") center/contain no-repeat;
  opacity: 0.92;
}

/* caution-tape hazard stripe */
body > header[class]::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 8px;
  background: repeating-linear-gradient(45deg, var(--primary) 0 18px, #14120f 18px 36px);
}

body > header[class] h1 {
  font-family: var(--fh), sans-serif;
  font-size: clamp(2.2rem, 6vw, 3.4rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--cream);
  margin: 0 0 0.4rem;
}

body > header[class] h1 a,
body > header[class] span a {
  color: var(--cream);
  text-decoration: none;
}

body > header[class] span a {
  font-family: var(--fh), sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* manifesto line — serif italic, the second reading voice arriving early */
body > header[class] p {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(0.98rem, 2.2vw, 1.12rem);
  line-height: 1.5;
  letter-spacing: 0;
  color: rgba(240,237,230,0.82);
  max-width: 58ch;
  margin: 0.15rem 0 0;
  padding-right: 62px;
}

/* ── Homepage: loud hero → quiet 2-col grid (change of gear) ──────────────── */

main > div[class] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1.9rem;
}

/* every card: strip the generic white box, use editorial hairline rows */
main > div[class] > div[class] {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(28,28,28,0.16);
  border-radius: 0;
  box-shadow: none;
  padding: 1.2rem 0 0;
  margin: 0;
}

/* THE hero — full width, big display title, drop cap, byline, badge, pill */
main > div[class] > div[class]:first-child {
  grid-column: 1 / -1;
  position: relative;
  border-top: 0;
  padding: 1.4rem 0 0;
  margin-bottom: 0.4rem;
}

main > div[class] > div[class]:first-child::before {
  content: "Último análisis";
  display: inline-block;
  font-family: var(--fb), sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--primary);
  padding: 4px 11px;
  margin-bottom: 1rem;
}

main > div[class] > div[class]:first-child > h2 {
  font-family: var(--fh), sans-serif;
  font-size: clamp(2rem, 5.2vw, 3rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 0.8rem;
  max-width: 18ch;
}

main > div[class] > div[class] > h2 a {
  color: var(--accent);
  text-decoration: none;
}

main > div[class] > div[class] > h2 a:hover {
  color: var(--primary);
}

/* hero byline — fills the metadata role, credits Damián */
main > div[class] > div[class]:first-child > p[class]:first-child {
  font-family: var(--fb), sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b6b6b;
  background: none;
  padding: 0;
  margin: 0 0 1rem;
}

main > div[class] > div[class]:first-child > p[class]:first-child::before {
  content: "Por Damián Quintero · ";
  color: var(--accent);
}

/* hero excerpt — serif body + rust drop cap (moment colour) */
main > div[class] > div[class]:first-child > h2 + p {
  font-family: var(--serif);
  font-size: 1.06rem;
  line-height: 1.6;
  color: #2a2a2a;
  max-width: 60ch;
  margin: 0 0 1.4rem;
}

main > div[class] > div[class]:first-child > h2 + p::first-letter {
  float: left;
  font-family: var(--fh), sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 0.78;
  padding: 0.06em 0.14em 0 0;
  color: var(--rust);
}

/* hero CTA — outlined pill, the one confident amber moment */
main > div[class] > div[class]:first-child > a {
  display: inline-block;
  font-family: var(--fb), sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  background: transparent;
  border: 2px solid var(--primary);
  border-radius: 0;
  padding: 0.6rem 1.4rem;
  text-decoration: none;
  transition: background 0.12s, color 0.12s;
}

main > div[class] > div[class]:first-child > a:hover {
  background: var(--primary);
  color: var(--accent);
}

/* gear-change label heading the grid below the hero */
main > div[class] > div[class]:first-child::after {
  content: "Más análisis desde la calle";
  display: block;
  margin-top: 2.2rem;
  padding-top: 1rem;
  border-top: 2px solid var(--accent);
  font-family: var(--fb), sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

/* quiet supporting cards */
main > div[class] > div[class]:not(:first-child) > p[class]:first-child {
  font-family: var(--fb), sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a8a8a;
  background: none;
  padding: 0;
  margin: 0 0 0.5rem;
}

main > div[class] > div[class]:not(:first-child) > h2 {
  font-family: var(--fh), sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

main > div[class] > div[class]:not(:first-child) > h2 + p {
  font-family: var(--serif);
  font-size: 0.95rem;
  line-height: 1.55;
  color: #4a4a4a;
  margin: 0 0 0.85rem;
}

main > div[class] > div[class]:not(:first-child) > a {
  display: inline-block;
  font-family: var(--fb), sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  background: none;
  border: 0;
  border-bottom: 2px solid var(--primary);
  border-radius: 0;
  padding: 0 0 2px;
  text-decoration: none;
}

main > div[class] > div[class]:not(:first-child) > a:hover {
  color: var(--primary);
}

/* ── Article page: massive title, serif body, dinkus, hanging quote ───────── */

main[class] article > h1 {
  font-family: var(--fh), sans-serif;
  font-size: clamp(2.1rem, 6vw, 3.2rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--accent);
  border-bottom: 4px solid var(--primary);
  padding-bottom: 0.3em;
  margin: 0.2em 0 0.55em;
}

main[class] article > p {
  font-family: var(--serif);
  font-size: 1.06rem;
  line-height: 1.72;
  color: #26241f;
  max-width: 66ch;
  margin: 0 0 1.3em;
}

main[class] article > p:first-of-type::first-letter {
  float: left;
  font-family: var(--fh), sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 0.76;
  padding: 0.05em 0.14em 0 0;
  color: var(--rust);
}

main[class] article h2 {
  font-family: var(--fh), sans-serif;
  font-size: clamp(1.4rem, 3.4vw, 1.8rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--accent);
  border-left: 5px solid var(--primary);
  padding-left: 0.7em;
  margin: 2.3em 0 0.6em;
}

/* dinkus divider — breath between sections */
main[class] article h2::before {
  content: "✷ ✷ ✷";
  display: block;
  margin: 0 0 1em -0.7em;
  font-family: var(--fb), sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.5em;
  color: var(--primary);
  opacity: 0.7;
}

main[class] article h3 {
  font-family: var(--fh), sans-serif;
  font-size: 1.14rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--accent);
  margin: 1.8em 0 0.4em;
}

main[class] article ul,
main[class] article ol {
  max-width: 66ch;
}

main[class] article li {
  font-family: var(--serif);
  line-height: 1.66;
  margin-bottom: 0.5em;
}

main[class] article blockquote {
  position: relative;
  font-family: var(--serif);
  font-style: italic;
  border-left: 5px solid var(--primary);
  background: rgba(212,160,23,0.08);
  margin: 2em 0;
  padding: 1em 1.2em 1em 1.5em;
  max-width: 66ch;
}

main[class] article blockquote::before {
  content: "\201C";
  position: absolute;
  left: 0.28em;
  top: 0.14em;
  font-family: var(--serif);
  font-size: 2.6rem;
  line-height: 1;
  color: var(--primary);
  opacity: 0.45;
}

main[class] article a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: var(--primary);
  text-underline-offset: 3px;
  font-weight: 600;
}

main[class] article a:hover {
  color: var(--primary);
}

main[class] article a[href*='/check/'] {
  display: inline-block;
  background: var(--primary);
  color: var(--accent);
  padding: 2px 9px;
  border-radius: 0;
  font-weight: 700;
  text-decoration: none;
}

/* ── Footer ──────────────────────────────────────────────────────────────── */

footer[class] {
  background: var(--accent);
  color: #9a9a9a;
  border-top: 3px solid var(--primary);
}

footer[class] a {
  color: #cfcfcf;
  text-decoration: none;
}

footer[class] a:hover {
  color: var(--primary);
}

/* ── Responsive ──────────────────────────────────────────────────────────── */

@media (max-width: 640px) {
  main > div[class] {
    grid-template-columns: 1fr;
  }
  body > header[class] > div::before {
    display: none;
  }
  body > header[class] p {
    padding-right: 0;
  }
}


/* === QA tail polish (2026-07-24T15:29:57.113644+00:00) — style Lambda [SB-20] compact tail across templates === */
/* The tail wrapper is always the LAST block child of <main> on the homepage,
   containing title-only rows of older articles. Various templates use different
   inner structures (ul>li / p / direct <a>) — this handles all three. */

:root main > *:last-child:not(:has(h2)):not(:has(h1)):not(:has(article)) {
  grid-column: 1 / -1;
  max-width: min(720px, 92vw);
  margin: 88px auto 0;
  padding: 40px 0 32px;
  border-top: 2px double rgba(0, 0, 0, .16);
  background: transparent;
  box-shadow: none;
}

:root main > *:last-child:not(:has(h2)):not(:has(h1)):not(:has(article))::before {
  content: "\2014  MORE FROM THE ARCHIVE  \2014";
  display: block;
  text-align: center;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  opacity: .5;
  margin-bottom: 36px;
}

/* Any list / paragraph rows: 2-col on desktop, single on mobile */
:root main > *:last-child ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 48px;
}
@media (max-width: 899px) {
  :root main > *:last-child ul { columns: 1; }
}

:root main > *:last-child li,
:root main > *:last-child > p,
:root main > *:last-child > a {
  padding: 10px 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 15px;
  line-height: 1.4;
  border-bottom: 1px dotted rgba(0, 0, 0, .12);
  break-inside: avoid;
  display: block;
}

:root main > *:last-child li a,
:root main > *:last-child p a,
:root main > *:last-child > a {
  text-decoration: none;
  font-weight: 600;
}

:root main > *:last-child li a:hover,
:root main > *:last-child p a:hover,
:root main > *:last-child > a:hover {
  text-decoration: underline;
}

/* dates (first inline child of li/p) — subtle mono */
:root main > *:last-child p > :first-child,
:root main > *:last-child li > :first-child:not(a) {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
  opacity: .5;
  margin-right: 10px;
}
