/* devoncanup.com v2 — editorial redesign 2026-05-06
   Spectral (display + post body) + Inter (UI)
   Palette: warmer near-black + cream + antique gold */

/* ── TOKENS ── */
:root {
  --bg:            #0a0807;
  --bg-surface:    #110f0d;
  --bg-raised:     #1a1714;
  --text-primary:  #f4ede0;
  --text-secondary:#9a8e7e;
  --text-tertiary: #6b6055;
  --accent:        #d4a017;
  --accent-dim:    rgba(212,160,23,0.12);
  --accent-border: rgba(212,160,23,0.35);
  --border:        rgba(244,237,224,0.08);
  --border-mid:    rgba(244,237,224,0.14);

  /* inversion block */
  --inv-bg:        #f4ede0;
  --inv-text:      #0a0807;
  --inv-accent:    #8a3a0a;

  /* layout */
  --max:           1200px;
  --prose:         680px;
  --gap:           clamp(1.5rem, 4vw, 3rem);
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  background: var(--bg);
  color: var(--text-primary);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ── GOOGLE FONTS — loaded in <head> ── */

/* ── LAYOUT HELPERS ── */
.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 3rem);
}
.prose {
  max-width: var(--prose);
  margin: 0 auto;
}

/* ── NAV ── */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--border);
}
.nav-logo {
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text-primary);
}
.nav-logo span { color: var(--accent); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}
.nav-links a {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-secondary);
  transition: color 0.15s;
}
.nav-links a:hover { color: var(--text-primary); }
.nav-links .nav-window {
  color: var(--accent);
  border-bottom: 1px solid var(--accent-border);
  padding-bottom: 1px;
}
.nav-links .nav-window:hover { color: var(--text-primary); }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--text-primary);
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0.25rem;
}

/* ── BRAND STACK — memetic hook + positioning + receipt anchors (v1.2) ── */
.brand-stack {
  padding: clamp(5rem, 12vw, 10rem) 0 clamp(2rem, 5vw, 4rem);
  border-bottom: 1px solid var(--border);
}
.brand-stack-inner {
  max-width: var(--prose);
  margin: 0 auto;
}
.brand-handle {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--accent);
  margin-bottom: 1.25rem;
  display: block;
}
.brand-handle em {
  color: var(--accent);
  font-style: italic;
}
.brand-position {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(0.8125rem, 1.4vw, 0.9375rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 3rem;
}
.brand-receipts { margin: 0; }
.brand-receipts p {
  font-family: 'Spectral', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 300;
  line-height: 1.5;
  color: var(--text-primary);
  margin: 0;
}
.brand-receipts p em {
  color: var(--accent);
  font-style: italic;
  font-weight: 400;
}
.brand-receipts p:last-child {
  color: var(--text-tertiary);
}

/* ── HERO — text-dominant window scene ── */
.hero {
  padding: clamp(4rem, 10vw, 8rem) 0 clamp(3rem, 8vw, 6rem);
  border-bottom: 1px solid var(--border);
}
.hero-inner {
  max-width: var(--prose);
  margin: 0 auto;
}
.hero-eyebrow {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 2rem;
  height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.hero-title {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
}
.hero-title em {
  font-style: italic;
  color: var(--accent);
}
.hero-dek {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 2.5rem;
  max-width: 520px;
}
.hero-meta {
  font-size: 0.8125rem;
  color: var(--text-tertiary);
  letter-spacing: 0.04em;
}
.hero-meta a {
  color: var(--accent);
  border-bottom: 1px solid var(--accent-border);
  transition: color 0.15s;
}
.hero-meta a:hover { color: var(--text-primary); }

/* ── EDITOR'S NOTE ── */
.editors-note {
  padding: clamp(3rem, 7vw, 5rem) 0;
  border-bottom: 1px solid var(--border);
}
.editors-note-inner {
  max-width: var(--prose);
  margin: 0 auto;
}
.editors-note-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 1.25rem;
}
.editors-note p {
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.75;
  color: var(--text-primary);
}
.editors-note p.drop-cap::first-letter {
  font-family: 'Spectral', Georgia, serif;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 0.75;
  float: left;
  margin: 0.05em 0.1em 0 0;
  color: var(--accent);
}

/* ── FEATURED ARTICLE ── */
.featured {
  padding: clamp(3rem, 7vw, 5rem) 0;
  border-bottom: 1px solid var(--border);
}
.featured-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 2rem;
  max-width: var(--prose);
  margin-left: auto;
  margin-right: auto;
}
.featured-card {
  max-width: var(--prose);
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}
.featured-tag {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}
.featured-title {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--text-primary);
  transition: color 0.15s;
}
.featured-card:hover .featured-title { color: var(--accent); }
.featured-dek {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-secondary);
  max-width: 520px;
}
.featured-meta {
  font-size: 0.8rem;
  color: var(--text-tertiary);
  display: flex;
  gap: 1rem;
  align-items: center;
}
.featured-meta .sep { opacity: 0.4; }
.featured-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--accent);
  border-bottom: 1px solid var(--accent-border);
  padding-bottom: 2px;
  transition: gap 0.2s, color 0.15s;
}
.featured-card:hover .featured-read-more { gap: 0.75rem; }

/* ── WINDOW LOG STRIP ── */
.window-strip {
  padding: clamp(3rem, 7vw, 5rem) 0;
  border-bottom: 1px solid var(--border);
}
.window-strip-header {
  max-width: var(--prose);
  margin: 0 auto 2.5rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}
.window-strip-title {
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--text-primary);
}
.window-strip-title span {
  font-style: italic;
  color: var(--accent);
}
.window-strip-all {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  transition: color 0.15s;
}
.window-strip-all:hover { color: var(--accent); }
.window-entries {
  max-width: var(--prose);
  margin: 0 auto;
  display: grid;
  gap: 0;
}
.window-entry {
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 5rem 1fr auto;
  gap: 1rem;
  align-items: start;
}
.window-entry:last-child { border-bottom: none; }
.window-entry-date {
  font-size: 0.75rem;
  color: var(--text-tertiary);
  letter-spacing: 0.04em;
  padding-top: 0.125rem;
  line-height: 1.4;
}
.window-entry-date strong {
  display: block;
  font-weight: 600;
  color: var(--text-secondary);
}
.window-entry-body {
  font-family: 'Spectral', Georgia, serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text-primary);
}
.window-entry-body em {
  font-style: italic;
  color: var(--text-secondary);
}
.window-entry-location {
  font-size: 0.75rem;
  color: var(--accent);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: right;
  white-space: nowrap;
  padding-top: 0.125rem;
}

/* ── ARTICLES INDEX ── */
.articles {
  padding: clamp(3rem, 7vw, 5rem) 0;
  border-bottom: 1px solid var(--border);
}
.articles-header {
  max-width: var(--prose);
  margin: 0 auto 2.5rem;
}
.articles-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-tertiary);
}
.articles-list {
  max-width: var(--prose);
  margin: 0 auto;
  display: grid;
  gap: 0;
}
.article-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border);
  transition: background 0.15s;
}
.article-row:last-child { border-bottom: none; }
.article-row:hover .article-row-title { color: var(--accent); }
.article-row-tag {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 0.4rem;
}
.article-row-title {
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--text-primary);
  transition: color 0.15s;
  margin-bottom: 0.4rem;
}
.article-row-dek {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.5;
}
.article-row-meta {
  font-size: 0.75rem;
  color: var(--text-tertiary);
  white-space: nowrap;
  text-align: right;
  padding-top: 0.125rem;
}
.article-row-meta .read-time { display: block; }

/* ── PULL QUOTE INVERSION BLOCK ── */
.pull-inversion {
  background: var(--inv-bg);
  color: var(--inv-text);
  padding: clamp(4rem, 9vw, 7rem) 0;
}
.pull-inversion-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.pull-inversion blockquote {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  color: var(--inv-text);
  position: relative;
}
.pull-inversion blockquote::before {
  content: '\201C';
  font-size: 6rem;
  line-height: 0;
  position: absolute;
  top: 0.5rem;
  left: -1.5rem;
  color: var(--inv-accent);
  opacity: 0.25;
  font-style: normal;
}
.pull-inversion cite {
  display: block;
  margin-top: 1.5rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--inv-accent);
}

/* ── NEWSLETTER ── */
.newsletter {
  padding: clamp(4rem, 9vw, 7rem) 0;
  border-bottom: 1px solid var(--border);
}
.newsletter-inner {
  max-width: var(--prose);
  margin: 0 auto;
}
.newsletter-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.25rem;
}
.newsletter-title {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.875rem;
}
.newsletter-title em { font-style: italic; color: var(--accent); }
.newsletter-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 2rem;
  max-width: 480px;
}
.newsletter-form {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.newsletter-input {
  flex: 1;
  min-width: 220px;
  background: var(--bg-raised);
  border: 1px solid var(--border-mid);
  border-radius: 4px;
  padding: 0.75rem 1rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: var(--text-primary);
  outline: none;
  transition: border-color 0.2s;
}
.newsletter-input::placeholder { color: var(--text-tertiary); }
.newsletter-input:focus { border-color: var(--accent); }
.newsletter-btn {
  background: var(--accent);
  color: #0a0807;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.15s;
}
.newsletter-btn:hover { opacity: 0.9; }
.newsletter-note {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: var(--text-tertiary);
}

/* ── FOOTER ── */
.footer {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  border-top: 1px solid var(--border);
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.footer-brand {
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
}
.footer-brand span { color: var(--accent); }
.footer-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}
.footer-links a {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: var(--text-tertiary);
  transition: color 0.15s;
}
.footer-links a:hover { color: var(--text-primary); }
.footer-copy {
  font-size: 0.75rem;
  color: var(--text-tertiary);
  width: 100%;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* ═══════════════════════════════════════
   POST / ARTICLE TEMPLATE
══════════════════════════════════════ */

.post-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border);
}
.post-nav-logo {
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}
.post-nav-logo span { color: var(--accent); }
.post-nav-back {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: var(--text-tertiary);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.15s;
}
.post-nav-back:hover { color: var(--text-primary); }
.post-nav-links {
  display: flex;
  gap: 1.75rem;
  list-style: none;
}
.post-nav-links a {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  transition: color 0.15s;
}
.post-nav-links a:hover { color: var(--text-primary); }

.post-header {
  padding: clamp(3.5rem, 8vw, 6rem) 0 clamp(2.5rem, 5vw, 4rem);
  border-bottom: 1px solid var(--border);
}
.post-header-inner {
  max-width: var(--prose);
  margin: 0 auto;
}
.post-tag {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.25rem;
}
.post-title {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin-bottom: 1.25rem;
}
.post-pull-hero {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text-secondary);
  border-left: 2px solid var(--accent);
  padding-left: 1.25rem;
  margin: 1.5rem 0 1.75rem;
}
.post-byline {
  font-size: 0.8rem;
  color: var(--text-tertiary);
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}
.post-byline .sep { opacity: 0.3; }
.post-byline a {
  color: var(--accent);
  transition: color 0.15s;
}
.post-byline a:hover { color: var(--text-primary); }

.post-body {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
}
.post-body-inner {
  max-width: var(--prose);
  margin: 0 auto;

  font-family: 'Spectral', Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-primary);
}
.post-body-inner p {
  margin-bottom: 1.5em;
  font-family: 'Spectral', 'Source Serif Pro', Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .post-body-inner p { font-size: 17px; }
}
.post-body-inner p.drop-cap::first-letter {
  font-size: 4.25em;
  font-weight: 700;
  line-height: 0.75;
  float: left;
  margin: 0.05em 0.1em 0 0;
  color: var(--accent);
}
.post-body-inner h2 {
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--text-primary);
  margin: 2.5em 0 0.75em;
}
.post-body-inner h3 {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin: 2em 0 0.75em;
}
.post-body-inner blockquote.pull {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(1.25rem, 3vw, 1.625rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  color: var(--text-primary);
  background: var(--inv-bg);
  color: var(--inv-text);
  padding: 2.5rem 2.5rem 2.5rem 2.25rem;
  margin: 2.5em -2.5rem;
  position: relative;
}
.post-body-inner blockquote.pull::before {
  content: '\201C';
  font-size: 5rem;
  line-height: 0;
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  color: var(--inv-accent);
  opacity: 0.2;
}
.post-body-inner blockquote.pull-hero {
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.65;
  color: var(--text-secondary);
  border-left: 2px solid var(--accent-border);
  padding-left: 1.25rem;
  margin: 0 0 1.5em;
}
.post-body-inner ul, .post-body-inner ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5em;
}
.post-body-inner li { margin-bottom: 0.5em; }
.post-body-inner strong { font-weight: 700; color: var(--text-primary); }
.post-body-inner em { font-style: italic; }
.post-body-inner a {
  color: var(--accent);
  border-bottom: 1px solid var(--accent-border);
  transition: color 0.15s;
}
.post-body-inner a:hover { color: var(--text-primary); }
.post-body-inner hr {
  border: none;
  border-top: 1px solid var(--border-mid);
  margin: 3em 0;
}

/* post footer */
.post-tags {
  max-width: var(--prose);
  margin: 0 auto;
  padding: 2rem 0;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}
.post-tags-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-right: 0.25rem;
}
.tag-pill {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.75rem;
  border: 1px solid var(--border-mid);
  border-radius: 100px;
  color: var(--text-secondary);
  transition: border-color 0.15s, color 0.15s;
}
.tag-pill:hover { border-color: var(--accent-border); color: var(--accent); }

/* ═══════════════════════════════════════
   ABOUT PAGE
══════════════════════════════════════ */

.about-header {
  padding: clamp(4rem, 9vw, 7rem) 0 clamp(2.5rem, 5vw, 4rem);
  border-bottom: 1px solid var(--border);
}
.about-header-inner { max-width: var(--prose); margin: 0 auto; }
.about-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 1.25rem;
}
.about-title {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin-bottom: 1.25rem;
}
.about-subtitle {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

.about-body {
  padding: clamp(3rem, 7vw, 5rem) 0;
}
.about-body-inner {
  max-width: var(--prose);
  margin: 0 auto;
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-primary);
}
.about-body-inner p { margin-bottom: 1.5em; }
.about-body-inner p.drop-cap::first-letter {
  font-size: 4.25em;
  font-weight: 700;
  line-height: 0.75;
  float: left;
  margin: 0.05em 0.1em 0 0;
  color: var(--accent);
}
.about-body-inner h2 {
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--text-primary);
  margin: 2.5em 0 0.75em;
}
.about-act-marker {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 0.5em;
}
.about-numbers {
  border-top: 1px solid var(--border);
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  border-bottom: 1px solid var(--border);
  margin-bottom: clamp(2.5rem, 6vw, 4rem);
}
.about-numbers-grid {
  max-width: var(--prose);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.about-stat { text-align: center; }
.about-stat-num {
  font-family: 'Spectral', Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
  display: block;
  margin-bottom: 0.25rem;
}
.about-stat-label {
  font-size: 0.8rem;
  color: var(--text-tertiary);
  letter-spacing: 0.04em;
}

/* ═══════════════════════════════════════
   /WINDOW/ PAGE
══════════════════════════════════════ */

.window-header {
  padding: clamp(4rem, 9vw, 7rem) 0 clamp(2.5rem, 5vw, 4rem);
  border-bottom: 1px solid var(--border);
}
.window-header-inner { max-width: var(--prose); margin: 0 auto; }
.window-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.25rem;
}
.window-page-title {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin-bottom: 1rem;
}
.window-desc {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-secondary);
  max-width: 500px;
}

.window-log {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
}
.window-log-inner {
  max-width: var(--prose);
  margin: 0 auto;
}
.window-log-entry {
  padding: 2rem 0;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 2rem;
}
.window-log-entry:last-child { border-bottom: none; }
.window-log-date {
  font-size: 0.75rem;
  color: var(--text-tertiary);
  line-height: 1.5;
  padding-top: 0.125rem;
}
.window-log-date strong {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--text-secondary);
  margin-bottom: 0.25rem;
}
.window-log-location {
  display: block;
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0.25rem;
}
.window-log-content {
  font-family: 'Spectral', Georgia, serif;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-primary);
}
.window-log-content p { margin-bottom: 0.75em; }
.window-log-content p:last-child { margin-bottom: 0; }
.window-log-content em {
  font-style: italic;
  color: var(--text-secondary);
}

/* ═══════════════════════════════════════
   MOBILE
══════════════════════════════════════ */

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--bg);
    align-items: center;
    justify-content: center;
    gap: 2rem;
    z-index: 100;
  }
  .nav-links.open a { font-size: 1.25rem; }
  .nav-toggle { display: block; z-index: 101; }

  .window-entry {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .window-entry-location { text-align: left; }

  .article-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .article-row-meta { text-align: left; }

  .window-log-entry {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .about-numbers-grid { grid-template-columns: 1fr 1fr; }

  .post-body-inner blockquote.pull {
    margin: 2.5em 0;
    padding: 2rem 1.5rem;
  }
  .post-body-inner blockquote.pull::before { display: none; }

  .footer-inner { flex-direction: column; gap: 1rem; }
}

@media (max-width: 480px) {
  .newsletter-form { flex-direction: column; }
  .newsletter-input { min-width: unset; }
  .about-numbers-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════
   BRANDED HERO
══════════════════════════════════════ */

.hero-brand {
  padding: clamp(5rem, 12vw, 10rem) 0 clamp(3.5rem, 8vw, 6rem);
  border-bottom: 1px solid var(--border);
}
.hero-brand-inner {
  max-width: 760px;
}
.hero-brand-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hero-brand-eyebrow::before {
  content: '';
  display: block;
  width: 2rem;
  height: 1px;
  background: var(--accent);
  opacity: 0.5;
  flex-shrink: 0;
}
.hero-brand-title {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--text-primary);
  margin-bottom: 1.75rem;
}
.hero-brand-title em {
  font-style: italic;
  color: var(--accent);
}
.hero-brand-dek {
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.75;
  color: var(--text-secondary);
  margin-bottom: 2.5rem;
  max-width: 600px;
}
.hero-ctas {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--accent);
  color: #0a0807;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.875rem 1.75rem;
  border-radius: 3px;
  transition: opacity 0.15s, transform 0.1s;
  white-space: nowrap;
}
.btn-primary:hover { opacity: 0.9; transform: translateY(-1px); }
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--text-secondary);
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.875rem 1.75rem;
  border-radius: 3px;
  border: 1px solid var(--border-mid);
  transition: border-color 0.15s, color 0.15s;
  white-space: nowrap;
}
.btn-ghost:hover { border-color: var(--accent-border); color: var(--text-primary); }

/* ── PROOF BAR ── */
.proof-bar-section {
  border-bottom: 1px solid var(--border);
  background: var(--bg-surface);
}
.proof-bar {
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.proof-bar::-webkit-scrollbar { display: none; }
.proof-stat {
  flex: 1;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.5rem;
  text-align: center;
  border-right: 1px solid var(--border);
}
.proof-stat:last-of-type { border-right: none; }
.proof-num {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 0.4rem;
  display: block;
}
.proof-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  display: block;
}
.proof-divider { display: none; }

/* ── MANIFESTO ── */
.manifesto {
  padding: clamp(4rem, 9vw, 7rem) 0;
  border-bottom: 1px solid var(--border);
}
.manifesto-inner {
  max-width: var(--prose);
  margin: 0 auto;
}
.manifesto-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 2rem;
}
.manifesto-content {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  line-height: 1.8;
  color: var(--text-primary);
}
.manifesto-content p {
  margin-bottom: 1.4em;
}
.manifesto-content p:last-child { margin-bottom: 0; }
.manifesto-content em {
  font-style: italic;
  color: var(--accent);
}

/* ── NEWSLETTER BRAND 2-COL ── */
.newsletter-brand-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
  max-width: var(--max);
}
.newsletter-brand-left {}
.newsletter-brand-right {}
.newsletter-bullets {
  list-style: none;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.newsletter-bullets li {
  font-size: 0.875rem;
  color: var(--text-secondary);
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.newsletter-bullets li::before {
  content: '→';
  color: var(--accent);
  font-size: 0.75rem;
  margin-top: 0.05em;
  flex-shrink: 0;
}
.newsletter-brand-proof {
  background: var(--bg-raised);
  border: 1px solid var(--border-mid);
  border-radius: 6px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.newsletter-brand-count {
  display: block;
  font-family: 'Spectral', Georgia, serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.newsletter-brand-platform {
  display: block;
  font-size: 0.8rem;
  color: var(--text-tertiary);
  letter-spacing: 0.04em;
}

/* ── HERO SPLIT LAYOUT ── */
.hero-brand-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
  max-width: var(--max);
}
.hero-brand-text { max-width: 680px; }
.hero-brand-image {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--bg-raised);
}
.hero-brand-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.88) saturate(0.9);
  transition: transform 6s ease;
}
.hero-brand-image:hover img { transform: scale(1.03); }
.hero-img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem 1.5rem 1.25rem;
  background: linear-gradient(to top, rgba(10,8,7,0.85) 0%, transparent 100%);
}
.hero-img-loc {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

/* ── SCENES STRIP ── */
.scenes {
  padding: clamp(3rem, 7vw, 5rem) 0;
  border-bottom: 1px solid var(--border);
}
.scenes-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}
.scenes-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-tertiary);
}
.scenes-all {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  transition: color 0.15s;
}
.scenes-all:hover { color: var(--accent); }
.scenes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
.scene-card {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  background: var(--bg-raised);
  aspect-ratio: 4 / 3;
}
.scene-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.82) saturate(0.85);
  transition: transform 0.5s ease, filter 0.3s;
}
.scene-card:hover img {
  transform: scale(1.06);
  filter: brightness(0.72) saturate(0.85);
}
.scene-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1rem 0.875rem;
  background: linear-gradient(to top, rgba(10,8,7,0.92) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  pointer-events: none;
}
.scene-location {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
}
.scene-money {
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-primary);
  display: block;
  line-height: 1.2;
}
.scene-date {
  font-size: 0.675rem;
  color: var(--text-tertiary);
  display: block;
  letter-spacing: 0.03em;
}

/* ── MOBILE: new branded components ── */
@media (max-width: 768px) {
  .hero-brand-inner {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .hero-brand-image {
    aspect-ratio: 16 / 9;
    order: -1;
  }

  .scenes-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .proof-bar { flex-wrap: wrap; }

  .proof-stat {
    flex: 1 1 40%;
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .proof-stat:nth-child(odd) { border-right: 1px solid var(--border); }
  .proof-stat:nth-last-child(-n+2) { border-bottom: none; }

  .newsletter-brand-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 480px) {
  .proof-stat { flex: 1 1 100%; border-right: none; }
  .proof-stat:nth-child(odd) { border-right: none; }
  .proof-stat:nth-last-child(-n+2) { border-bottom: 1px solid var(--border); }
  .proof-stat:last-child { border-bottom: none; }

  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .btn-primary, .btn-ghost { width: 100%; justify-content: center; }
}
