/*
Theme Name: Fréttanef
Theme URI: https://frettanef.is
Author: Fréttanef
Description: Editorial billboard theme — Columbia-inspired, Spectral serif, Ink/Signal/Cream palette.
Version: 2.1.0
License: Proprietary
Text Domain: frettanef
*/

/* ── TOKENS ── */
:root {
  --ink:    #0A0A0B;
  --signal: #E8441A;
  --warm:   #F5F0E8;
  --cream:  #F4F1EC;
  --deep:   #06060C;
  --ink55:  rgba(10,10,11,0.55);
  --ink38:  rgba(10,10,11,0.38);
  --ink15:  rgba(10,10,11,0.12);
  --dot:    rgba(10,10,11,0.22);
  --sf:     'Spectral', Georgia, serif;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  font-family: var(--sf);
  background: var(--cream);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.7;
  /* FULL WIDTH — no max-width on body */
  width: 100%;
  overflow-x: hidden;
}

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

/* Kill WordPress default blue links everywhere */
a {
  color: inherit;
  text-decoration: none;
}
a:hover { color: var(--signal); }

/* ── SCREEN READER ── */
.screen-reader-text {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

/* ── HEADER ── */
.site-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 28px 64px 0;
  background: var(--cream);
  position: relative;
  z-index: 10;
}

.site-logo {
  font-family: var(--sf);
  font-size: 13px;
  line-height: 1.4;
  color: var(--ink);
  text-decoration: none;
  display: block;
}
.site-logo strong { font-weight: 800; }
.site-logo em     { font-weight: 200; font-style: italic; }
.site-logo-sub {
  font-size: 10px;
  color: var(--ink38);
  border-left: 2px solid var(--signal);
  padding-left: 6px;
  margin-top: 3px;
  display: block;
  letter-spacing: 0.02em;
}

/* Mark = hamburger */
.site-mark {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
  margin-top: 2px;
}
.site-mark span {
  display: block;
  border-radius: 1px;
  background: var(--ink);
}
.site-mark .m1 { width: 32px; height: 5px; }
.site-mark .m2 { width: 32px; height: 5px; }
.site-mark .m3 { width: 21px; height: 5px; }
.site-mark .m4 { width: 32px; height: 5px; background: var(--signal); }
.site-mark .m5 { width: 32px; height: 5px; }
.site-mark .m6 { width: 21px; height: 5px; }
.site-mark .m7 { width: 32px; height: 5px; }

/* ── NAV OVERLAY ── */
.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--cream);
  z-index: 500;
  padding: 28px 64px;
  flex-direction: column;
}
.nav-overlay.open { display: flex; }

.nav-overlay-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.nav-overlay-close {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: var(--ink);
  font-family: var(--sf);
  line-height: 1;
  padding: 4px;
}
.nav-overlay-rule {
  border: none;
  border-top: 1px solid var(--ink15);
  margin: 32px 0 0;
}
.nav-overlay-menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0;
}
.nav-overlay-item {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  padding: 8px 0;
  border-bottom: 1px dotted var(--dot);
  text-decoration: none;
  color: var(--ink);
}
.nav-overlay-item:hover .nav-item-word { color: var(--signal); }
.nav-item-num {
  font-size: 15px;
  font-weight: 200;
  font-style: italic;
  color: rgba(10,10,11,0.22);
  margin-right: 10px;
}
.nav-item-word {
  font-size: clamp(32px, 6vw, 58px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
  transition: color 0.15s;
  line-height: 1.1;
}
.nav-overlay-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}
.nav-overlay-footer p {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink38);
}

/* ── DOTTED RULE ── */
.dotted-rule {
  border: none;
  border-top: 1px dotted var(--dot);
}

/* ── BREADCRUMB ── */
.breadcrumb {
  padding: 20px 64px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.breadcrumb a,
.breadcrumb span {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink38);
  text-decoration: none;
}
.breadcrumb .current { color: var(--signal); }
.breadcrumb-sep { color: var(--ink15); font-size: 9px; }

/* ── HOMEPAGE HERO ── */
.home-hero {
  padding: 56px 64px 72px;
  background: var(--cream);
}
.home-hero-eyebrow {
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink38);
  margin-bottom: 28px;
}
.home-hero h1 {
  font-size: clamp(52px, 9vw, 96px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--ink);
  max-width: 760px;
}
.home-hero h1 em { font-weight: 200; font-style: italic; }

/* ── SECTION WRAPPERS ── */
.section-cream  { background: var(--cream); padding: 0 64px 72px; }
.section-warm   { background: var(--warm);  padding: 64px 64px 72px; }
.section-ink    { background: var(--deep);  padding: 80px 64px; position: relative; overflow: hidden; }
.section-signal { background: var(--signal);padding: 72px 64px; position: relative; overflow: hidden; }

/* ── SECTION HEADER ── */
.section-head { padding: 44px 0 0; }
.section-head h2 {
  font-size: clamp(44px, 7vw, 80px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.95;
  color: var(--ink);
  margin-bottom: 24px;
}
.section-head h2 em { font-weight: 200; font-style: italic; }

/* THE SPACING FIX — generous gap between dotted rule and deck text */
.section-deck {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 300;
  font-style: italic;
  color: var(--ink55);
  max-width: 680px;
  line-height: 1.65;
  padding-top: 36px;   /* ← THIS is the fix */
  margin-bottom: 44px;
}

/* ── ARTICLE GRID ── */
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px dotted var(--dot);
}

/* THE OTHER SPACING FIX — padding-top so date breathes below the rule */
.article-card {
  padding: 36px 32px 32px 0;  /* ← top was too tight */
  border-right: 1px dotted var(--dot);
  display: flex;
  flex-direction: column;
}
.article-card:last-child { border-right: none; padding-right: 0; }

.ac-date {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink38);
  margin-bottom: 16px;   /* ← breathing room under date */
  font-family: var(--sf);
}
.ac-h {
  font-size: clamp(16px, 1.8vw, 19px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  color: var(--ink);    /* ← override blue */
}
.ac-h a { color: var(--ink) !important; text-decoration: none; }
.ac-h a:hover { color: var(--signal) !important; }

.ac-body {
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  color: var(--ink55);
  line-height: 1.65;
  margin-bottom: 20px;
  flex: 1;
}
.ac-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink38);
  margin-top: auto;
}
.dot-signal { width: 9px; height: 9px; border-radius: 50%; background: var(--signal); flex-shrink: 0; }
.dot-neu    { width: 9px; height: 9px; border-radius: 50%; background: rgba(10,10,11,0.2); flex-shrink: 0; }

.see-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--ink);
  margin-top: 36px;
  text-decoration: none;
}
.see-more::before { content: '→'; color: var(--signal); }
.see-more:hover { color: var(--signal); }

/* ── DARK SECTION ── */
.dark-ghost {
  position: absolute;
  right: -10px; top: -10px;
  font-size: clamp(100px, 18vw, 200px);
  font-weight: 800;
  color: rgba(255,255,255,0.03);
  line-height: 1;
  letter-spacing: -0.05em;
  pointer-events: none;
  white-space: nowrap;
  font-family: var(--sf);
}
.dark-label {
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--signal);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark-label::before { content: ''; display: block; width: 18px; height: 2px; background: var(--signal); }
.section-ink p {
  font-size: clamp(17px, 2.5vw, 24px);
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.78);
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 28px;
}
.dark-link {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--signal);
  text-decoration: none;
}

/* ── TOPICS ── */
.topics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 4px;
}
.topic-circle {
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(10,10,11,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 16px 24px;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  color: var(--ink);
}
.topic-circle:hover { background: rgba(232,68,26,0.09); }
.topic-pin {
  position: absolute;
  top: 22px; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topic-pin-dot  { width: 9px; height: 9px; border-radius: 50%; }
.topic-pin-line { width: 1px; height: 16px; background: var(--ink15); }
.topic-divider  { width: 55%; border: none; border-top: 1px dotted var(--dot); margin-bottom: 8px; }
.topic-name     { font-size: 11px; font-weight: 800; line-height: 1.25; color: var(--ink); }

/* ── SIGNAL CTA ── */
.signal-ghost {
  position: absolute;
  right: -10px; bottom: -20px;
  font-size: clamp(100px, 16vw, 180px);
  font-weight: 800;
  color: rgba(0,0,0,0.08);
  line-height: 1;
  letter-spacing: -0.05em;
  pointer-events: none;
  font-family: var(--sf);
}
.signal-eyebrow {
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 20px;
}
.section-signal h2 {
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 800;
  color: #fff;
  line-height: 1.0;
  letter-spacing: -0.035em;
  margin-bottom: 16px;
  max-width: 520px;
}
.section-signal h2 em { font-weight: 200; font-style: italic; }
.section-signal > p {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.72);
  max-width: 420px;
  line-height: 1.7;
  margin-bottom: 36px;
}
.btn-white {
  background: #fff;
  color: var(--ink);
  padding: 13px 28px;
  border-radius: 100px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: none;
  font-family: var(--sf);
  font-weight: 700;
  cursor: pointer;
  margin-right: 10px;
  text-decoration: none;
  display: inline-block;
}
.btn-ghost-white {
  background: transparent;
  color: #fff;
  padding: 13px 28px;
  border-radius: 100px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1.5px solid rgba(255,255,255,0.35);
  font-family: var(--sf);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

/* ── NEWSLETTER ── */
.nl-section {
  background: var(--warm);
  padding: 64px 64px 52px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.nl-label {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink38);
}
.nl-rule { border: none; border-top: 1px dotted var(--dot); margin: 16px 0 0; }
.nl-ghost {
  font-size: clamp(48px, 11vw, 108px);
  font-weight: 800;
  color: rgba(10,10,11,0.07);
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin: 12px 0 0;
  pointer-events: none;
  font-family: var(--sf);
}
.nl-form {
  display: flex;
  align-items: center;
  max-width: 460px;
  margin: -12px auto 0;
  position: relative;
  z-index: 2;
  border-bottom: 1.5px solid var(--ink);
  padding-bottom: 2px;
}
.nl-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--signal); flex-shrink: 0; margin-right: 12px; }
.nl-input {
  flex: 1;
  background: transparent;
  border: none;
  font-family: var(--sf);
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  padding: 10px 0;
  outline: none;
}
.nl-input::placeholder { color: rgba(10,10,11,0.3); }
.nl-btn {
  background: none;
  border: none;
  font-family: var(--sf);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  cursor: pointer;
  padding: 10px 0 10px 14px;
}

/* ── ARTICLE COVER ── */
.article-cover { padding: 56px 64px 0; }
.article-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.article-kicker-dot  { width: 9px; height: 9px; border-radius: 50%; background: var(--signal); }
.article-kicker-text {
  font-size: 9px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--signal);
}
.article-cover h1 {
  font-size: clamp(34px, 6vw, 64px);
  font-weight: 800;
  line-height: 0.97;
  letter-spacing: -0.038em;
  color: var(--ink);
  max-width: 820px;
  margin-bottom: 28px;
}
.article-cover h1 em { font-weight: 200; font-style: italic; }

/* ── DECK ROW ── */
.deck-row {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 48px;
  padding: 28px 64px 40px;
  border-bottom: 1px dotted var(--dot);
}
.deck {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.7;
  color: var(--ink55);
}
.byline { border-left: 1px dotted var(--dot); padding-left: 24px; }
.by-name { font-size: 13px; font-weight: 800; color: var(--ink); margin-bottom: 2px; }
.by-role {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink38);
  margin-bottom: 18px;
}
.by-item { padding: 8px 0; border-top: 1px dotted var(--dot); }
.by-label { font-size: 8px; letter-spacing: 0.22em; text-transform: uppercase; color: #bbb; margin-bottom: 2px; }
.by-val   { font-size: 12px; font-weight: 700; color: var(--ink); }

/* ── ARTICLE HERO IMG ── */
.article-hero-img {
  background: var(--deep);
  max-height: 420px;
  overflow: hidden;
  position: relative;
}
.article-hero-img img { width: 100%; height: 420px; object-fit: cover; opacity: 0.75; }
.article-hero-caption {
  position: absolute;
  bottom: 16px; left: 64px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  font-family: var(--sf);
}

/* ── ARTICLE BODY ── */
.article-body {
  max-width: 700px;
  margin: 0 auto;
  padding: 60px 64px 80px;
}
.article-body p {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.88;
  color: var(--ink);
  margin-bottom: 26px;
}
.article-body p strong { font-weight: 700; font-style: normal; }
.article-body h2 {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--ink);
  margin: 52px 0 20px;
}
.article-body h3 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 36px 0 14px;
  color: var(--ink);
}
.article-body ul, .article-body ol { padding-left: 24px; margin-bottom: 26px; }
.article-body li {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.75;
  margin-bottom: 6px;
}
.article-body a { color: var(--signal); }
.article-body a:hover { border-bottom: 1px solid var(--signal); }
.article-body blockquote {
  margin: 40px -40px;
  padding: 28px 40px;
  border-left: 4px solid var(--signal);
  background: var(--warm);
}
.article-body blockquote p {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 800;
  font-style: italic;
  color: var(--ink);
  margin-bottom: 0;
}
.article-body img { width: calc(100% + 80px); margin-left: -40px; margin-bottom: 8px; }
.article-body figure figcaption {
  font-size: 11px;
  font-style: italic;
  color: var(--ink38);
  padding: 10px 0;
  border-top: 1px dotted var(--dot);
}

/* ── SECTION MARKER (inside article) ── */
.section-marker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 52px 0 24px;
}
.sm-num   { font-size: 9px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--signal); }
.sm-rule  { flex: 1; border: none; border-top: 1px dotted var(--dot); }
.sm-label { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: #bbb; }

/* ── TAGS ── */
.post-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.post-tags a {
  padding: 5px 14px;
  border: 1px dotted var(--dot);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink38);
  text-decoration: none;
  transition: all 0.15s;
}
.post-tags a:hover { border-color: var(--signal); color: var(--signal); }

/* ── MORE ARTICLES ── */
.more-articles { background: var(--warm); padding: 56px 64px 72px; }
.more-eyebrow {
  font-size: 9px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--signal);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}
.more-eyebrow::before { content: ''; display: block; width: 16px; height: 2px; background: var(--signal); }
.more-h {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.97;
  color: var(--ink);
  margin: 16px 0 24px;
}
.more-h em { font-weight: 200; font-style: italic; }

/* ── PAGE HEADER ── */
.page-header { background: var(--cream); padding: 56px 64px 0; }
.page-header h1 {
  font-size: clamp(40px, 7vw, 76px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.95;
  color: var(--ink);
  max-width: 760px;
  margin-bottom: 24px;
}
.page-header h1 em { font-weight: 200; font-style: italic; }

.page-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 56px 64px 80px;
}
.page-content p { font-size: 18px; font-weight: 300; font-style: italic; line-height: 1.88; margin-bottom: 26px; }
.page-content h2 { font-size: 28px; font-weight: 800; margin: 40px 0 16px; }

/* ── SEARCH FORM ── */
.search-form {
  display: flex;
  border-bottom: 1.5px solid var(--ink);
  margin-bottom: 48px;
  max-width: 600px;
}
.search-field {
  flex: 1;
  background: transparent;
  border: none;
  font-family: var(--sf);
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  padding: 10px 0;
  outline: none;
}
.search-field::placeholder { color: var(--ink38); }
.search-submit {
  background: none;
  border: none;
  font-family: var(--sf);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  cursor: pointer;
  padding: 10px 0 10px 16px;
}

/* ── PAGINATION ── */
.pagination {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  padding: 48px 0 0;
}
.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-family: var(--sf);
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  color: var(--ink38);
  border: 1px dotted var(--dot);
  text-decoration: none;
  transition: all 0.15s;
}
.page-numbers:hover,
.page-numbers.current {
  background: var(--signal);
  border-color: var(--signal);
  color: #fff;
  font-style: normal;
  font-weight: 700;
}

/* ── 404 ── */
.error-404 {
  padding: 120px 64px;
  text-align: center;
  background: var(--cream);
  min-height: 60vh;
}
.error-404-num {
  font-size: clamp(80px, 18vw, 160px);
  font-weight: 800;
  color: var(--signal);
  line-height: 1;
  letter-spacing: -0.05em;
  opacity: 0.2;
  margin-bottom: 20px;
  font-family: var(--sf);
}
.error-404 h1  { font-size: 32px; font-weight: 800; margin-bottom: 16px; }
.error-404 > p { font-size: 18px; font-weight: 300; font-style: italic; color: var(--ink55); }

/* ── FOOTER ── */
.site-footer {
  background: var(--deep);
  padding: 22px 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.footer-wm { font-family: var(--sf); font-size: 13px; color: rgba(255,255,255,0.2); }
.footer-wm strong { font-weight: 800; }
.footer-wm em     { font-weight: 200; font-style: normal; }
.site-footer p    { font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.18); }
.footer-links     { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a   {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  text-decoration: none;
  transition: color 0.15s;
}
.footer-links a:hover { color: rgba(255,255,255,0.6); }

/* ── WP CORE ── */
.alignleft  { float: left;  margin: 0 2rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 2rem; }
.aligncenter { margin: 0 auto; text-align: center; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 11px; font-style: italic; color: var(--ink38); margin-top: 6px; }

/* ── RESPONSIVE: TABLET ── */
@media (max-width: 960px) {
  .site-header, .home-hero, .section-cream,
  .section-warm, .section-ink, .section-signal,
  .article-cover, .deck-row, .more-articles,
  .nl-section, .breadcrumb, .page-header,
  .article-body, .page-content, .error-404,
  .site-footer { padding-left: 32px; padding-right: 32px; }

  .deck-row        { grid-template-columns: 1fr; gap: 28px; }
  .byline          { border-left: none; padding-left: 0; border-top: 1px dotted var(--dot); padding-top: 20px; }
  .topics-grid     { grid-template-columns: repeat(2, 1fr); }
  .article-body blockquote { margin-left: -24px; margin-right: -24px; padding-left: 24px; padding-right: 24px; }
  .article-body img { width: 100%; margin-left: 0; }
}

/* ── RESPONSIVE: MOBILE ── */
@media (max-width: 640px) {
  .site-header, .home-hero, .section-cream,
  .section-warm, .section-ink, .section-signal,
  .article-cover, .deck-row, .more-articles,
  .nl-section, .breadcrumb, .page-header,
  .article-body, .page-content, .error-404,
  .site-footer { padding-left: 20px; padding-right: 20px; }

  .article-grid    { grid-template-columns: 1fr; }
  .article-card    { border-right: none; border-bottom: 1px dotted var(--dot); padding-right: 0; }
  .article-card:last-child { border-bottom: none; }
  .topics-grid     { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .nav-item-word   { font-size: 28px; }
  .nav-overlay     { padding: 20px; }
  .site-footer     { flex-direction: column; gap: 12px; text-align: center; }
  .footer-links    { justify-content: center; }
  .home-hero h1    { font-size: 44px; }
  .section-head h2 { font-size: 36px; }
  .more-h          { font-size: 32px; }
}
