/* ============================================================
   THE FABRIC OF CULTURE — Ghost Theme CSS
   Design System: Burgundy / Cream / Gold / Cormorant + Archivo
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&family=Archivo:wght@300;400;500;600;700&family=Bebas+Neue&display=swap');

/* ── TOKENS ── */
:root {
  --burgundy: #5C1317;
  --burgundy-deep: #3A0B0D;
  --burgundy-mid: #7A1A1F;
  --cream: #F2D9C8;
  --cream-dim: #D4B89E;
  --gold: #C9A84C;
  --gold-light: #E8C96A;
  --charcoal: #1A1008;
  --white: #FAF5EE;
  --max-width: 1200px;
}

/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background-color: var(--burgundy-deep);
  background-image:
    radial-gradient(ellipse 80% 60% at 15% 20%, rgba(122,26,31,0.55) 0%, transparent 65%),
    radial-gradient(ellipse 60% 50% at 85% 75%, rgba(92,19,23,0.4) 0%, transparent 60%),
    radial-gradient(ellipse 100% 80% at 50% 0%, rgba(58,11,13,0.3) 0%, transparent 70%);
  background-attachment: fixed;
  color: var(--cream);
  font-family: 'Archivo', sans-serif;
  overflow-x: hidden;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { cursor: pointer; border: none; background: none; }

/* ── TICKER ── */
.ticker-wrap {
  background: var(--charcoal);
  height: 38px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.ticker-label {
  background: var(--gold);
  color: var(--charcoal);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 0 16px;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  gap: 6px;
}
.ticker-track { display: flex; white-space: nowrap; align-items: center; }
.ticker-track.animate { animation: ticker-scroll 180s linear infinite; }
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 18px;
  font-family: 'Archivo', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.ticker-symbol { color: rgba(201,168,76,0.7); font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; }
.ticker-name { color: rgba(242,217,200,0.55); font-weight: 300; font-size: 10.5px; }
.ticker-price { color: var(--cream); font-weight: 600; }
.ticker-change.up { color: #4CAF80; }
.ticker-change.down { color: #E05252; }
.ticker-change.flat { color: rgba(242,217,200,0.4); }
.ticker-sep { color: rgba(201,168,76,0.2); padding: 0 4px; }
@keyframes ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── HERO ── */
.hero { position:relative; height:88vh; min-height:580px; display:flex; align-items:flex-end; overflow:hidden; }
.hero-bg { position:absolute; inset:0; background:linear-gradient(135deg,var(--burgundy-deep) 0%,var(--burgundy) 45%,#8B2020 72%,var(--burgundy-deep) 100%); }
.hero-noise { position:absolute; inset:0; opacity:0.035; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-size:180px; }
.hero-lines { position:absolute; inset:0; background-image:repeating-linear-gradient(0deg,transparent,transparent 79px,rgba(201,168,76,0.04) 80px); }
.hero-gradient { position:absolute; bottom:0; left:0; right:0; height:72%; background:linear-gradient(to top,var(--burgundy-deep) 0%,transparent 100%); }
.hero-vol { position:absolute; top:50px; right:50px; font-family:'Bebas Neue',sans-serif; font-size:10px; letter-spacing:3px; color:var(--gold); border:1px solid rgba(201,168,76,0.35); padding:5px 13px; opacity:0; animation:fadeUp 0.8s 0.5s forwards; }
.hero-content { position:relative; z-index:2; padding:0 50px 64px; max-width:840px; opacity:0; animation:fadeUp 0.9s 0.2s forwards; }
.hero-cat { font-family:'Bebas Neue',sans-serif; font-size:10.5px; letter-spacing:4px; color:var(--gold); margin-bottom:16px; display:flex; align-items:center; gap:12px; text-transform:uppercase; }
.hero-cat::before { content:''; display:block; width:28px; height:1px; background:var(--gold); }
.hero-title { font-family:'Cormorant Garamond',serif; font-size:clamp(44px,5.8vw,76px); font-weight:600; line-height:1.05; color:var(--cream); margin-bottom:18px; letter-spacing:-0.5px; }
.hero-title em { font-style:italic; color:var(--gold-light); }
.hero-excerpt { font-family:'Archivo',sans-serif; font-size:14.5px; font-weight:300; line-height:1.75; color:var(--cream-dim); max-width:520px; margin-bottom:30px; }
.hero-meta { display:flex; align-items:center; gap:16px; font-size:10.5px; letter-spacing:2px; text-transform:uppercase; color:var(--cream-dim); margin-bottom:28px; font-family:'Archivo',sans-serif; }
.hero-meta-author { color:var(--gold); font-weight:600; }
.btn-read { display:inline-flex; align-items:center; gap:10px; font-family:'Archivo',sans-serif; font-size:10px; font-weight:700; letter-spacing:2.5px; text-transform:uppercase; color:var(--cream); text-decoration:none; border-bottom:1px solid var(--gold); padding-bottom:3px; transition:color 0.2s,gap 0.2s; }
.btn-read:hover { color:var(--gold); gap:16px; }
@keyframes fadeUp { from{opacity:0;transform:translateY(22px);}to{opacity:1;transform:translateY(0);} }

/* ── SECTION DESCRIPTION ── */
.section-desc { font-family:'Cormorant Garamond',serif; font-size:18px; font-weight:300; font-style:italic; line-height:1.6; color:var(--cream-dim); max-width:640px; margin-bottom:0; }

/* ── NAV ── */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(40,10,12,0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(201,168,76,0.18);
  padding: 0 48px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.nav-logo img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 3px;
}
.nav-logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  color: var(--cream);
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
  align-items: center;
}
.nav-links a {
  font-family: 'Archivo', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--cream-dim);
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s;
}
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { width: 100%; }
.nav-subscribe {
  font-family: 'Archivo', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--charcoal);
  background: var(--gold);
  border: none;
  padding: 9px 20px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
}
.nav-subscribe:hover { background: var(--gold-light); transform: translateY(-1px); }
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--cream-dim);
  transition: all 0.3s;
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 66px;
  left: 0;
  right: 0;
  background: rgba(40,10,12,0.99);
  border-bottom: 1px solid rgba(201,168,76,0.18);
  padding: 24px 48px;
  z-index: 199;
  flex-direction: column;
  gap: 20px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: 'Archivo', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--cream-dim);
  text-decoration: none;
}

/* Dropdown */
.nav-dropdown-wrap { position: relative; }
.nav-dropdown-trigger { cursor: pointer; }
.nav-dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: rgba(40,10,12,0.98);
  border: 1px solid rgba(201,168,76,0.2);
  min-width: 160px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
  backdrop-filter: blur(20px);
  z-index: 300;
}
.nav-dropdown-wrap:hover .nav-dropdown {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-item {
  display: block;
  font-family: 'Archivo', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cream-dim);
  text-decoration: none;
  padding: 13px 18px;
  border-bottom: 1px solid rgba(201,168,76,0.08);
  transition: color 0.2s, background 0.2s;
}
.nav-dropdown-item:last-child { border-bottom: none; }
.nav-dropdown-item:hover { color: var(--gold); background: rgba(201,168,76,0.05); }

/* ── SECTION HEADER ── */
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(201,168,76,0.18);
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 600;
  color: var(--cream);
  letter-spacing: -0.3px;
}
.section-eyebrow {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 9.5px;
  letter-spacing: 4px;
  color: var(--gold);
  margin-bottom: 6px;
}
.section-cta {
  font-family: 'Archivo', sans-serif;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cream-dim);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s, gap 0.2s;
}
.section-cta:hover { color: var(--gold); gap: 13px; }

/* ── ARTICLE CARD ── */
.article-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 1px solid rgba(201,168,76,0.1);
  background: linear-gradient(160deg, var(--burgundy-mid), var(--burgundy-deep));
  overflow: hidden;
  transition: border-color 0.25s, transform 0.25s;
}
.article-card:hover { border-color: rgba(201,168,76,0.4); transform: translateY(-3px); }
.ac-image {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, #4a0f12, var(--burgundy-deep));
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.ac-image img { width: 100%; height: 100%; object-fit: cover; }
.ac-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg,transparent,transparent 20px,rgba(201,168,76,0.03) 20px,rgba(201,168,76,0.03) 21px);
}
.ac-body { padding: 22px 24px 20px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
.ac-cat { font-family: 'Bebas Neue', sans-serif; font-size: 9.5px; letter-spacing: 3px; color: var(--gold); }
.ac-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--cream);
  transition: color 0.2s;
}
.article-card:hover .ac-title { color: var(--gold-light); }
.ac-excerpt {
  font-family: 'Archivo', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--cream-dim);
  flex: 1;
}
.ac-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo', sans-serif;
  font-size: 9.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(242,217,200,0.3);
  margin-top: 4px;
}
.ac-meta span:nth-child(even) { color: rgba(201,168,76,0.25); }

/* ── ARTICLES SECTION ── */
.articles-section { padding: 60px 50px; }
.articles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }

/* ── DIVIDER ── */
.divider { height: 1px; background: linear-gradient(to right, transparent, rgba(201,168,76,0.25), transparent); margin: 0 50px; }

/* ── PULL QUOTE ── */
.pull-quote { padding: 80px 50px; text-align: center; position: relative; overflow: hidden; }
.pull-quote::before {
  content: '\201C';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: 320px;
  color: rgba(201,168,76,0.035);
  line-height: 1;
  user-select: none;
}
.pq-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3.2vw, 42px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.45;
  color: var(--cream);
  max-width: 800px;
  margin: 0 auto 22px;
  position: relative;
  z-index: 2;
}
.pq-attr {
  font-family: 'Archivo', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  z-index: 2;
  position: relative;
}

/* ── NEWSLETTER ── */
.newsletter-section {
  margin: 0 50px 80px;
  background: var(--burgundy);
  border: 1px solid rgba(201,168,76,0.18);
  padding: 58px;
  position: relative;
  overflow: hidden;
}
.newsletter-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle at 100% 0%, rgba(201,168,76,0.07) 0%, transparent 70%);
}
.nl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.nl-eyebrow { font-family: 'Bebas Neue', sans-serif; font-size: 10.5px; letter-spacing: 4px; color: var(--gold); margin-bottom: 14px; }
.nl-title { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 600; line-height: 1.15; color: var(--cream); margin-bottom: 14px; }
.nl-desc { font-family: 'Archivo', sans-serif; font-size: 13px; font-weight: 300; line-height: 1.75; color: var(--cream-dim); }
.nl-form { display: flex; flex-direction: column; gap: 13px; }
.nl-input {
  background: rgba(242,217,200,0.05);
  border: 1px solid rgba(201,168,76,0.22);
  color: var(--cream);
  font-family: 'Archivo', sans-serif;
  font-size: 13px;
  padding: 15px 18px;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}
.nl-input::placeholder { color: rgba(242,217,200,0.28); }
.nl-input:focus { border-color: var(--gold); }
.nl-btn {
  background: var(--gold);
  color: var(--charcoal);
  font-family: 'Archivo', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 15px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
}
.nl-btn:hover { background: var(--gold-light); transform: translateY(-1px); }
.nl-note { font-family: 'Archivo', sans-serif; font-size: 9.5px; letter-spacing: 1px; color: rgba(242,217,200,0.28); text-align: center; }

/* ── FOOTER ── */
.site-footer {
  background: var(--charcoal);
  border-top: 1px solid rgba(201,168,76,0.14);
  padding: 50px 50px 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 36px;
}
.footer-brand { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.footer-brand img { height: 34px; width: 34px; object-fit: cover; border-radius: 2px; }
.footer-brand-text { font-family: 'Cormorant Garamond', serif; font-size: 12px; letter-spacing: 2.5px; color: var(--cream-dim); text-transform: uppercase; }
.footer-desc { font-family: 'Archivo', sans-serif; font-size: 12px; font-weight: 300; line-height: 1.7; color: rgba(242,217,200,0.32); margin-bottom: 22px; }
.footer-social { display: flex; gap: 10px; }
.footer-social-link {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(201,168,76,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(201,168,76,0.6);
  font-size: 12px;
  text-decoration: none;
  transition: all 0.2s;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
}
.footer-social-link:hover { background: var(--gold); color: var(--charcoal); border-color: var(--gold); }
.footer-col-title { font-family: 'Bebas Neue', sans-serif; font-size: 11px; letter-spacing: 3px; color: var(--gold); margin-bottom: 16px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-links a { font-family: 'Archivo', sans-serif; font-size: 11.5px; font-weight: 300; color: rgba(242,217,200,0.42); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--cream); }
.footer-bottom {
  border-top: 1px solid rgba(201,168,76,0.07);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-copy { font-family: 'Archivo', sans-serif; font-size: 10px; letter-spacing: 1px; color: rgba(242,217,200,0.22); }
.footer-tagline { font-family: 'Cormorant Garamond', serif; font-size: 12px; font-style: italic; color: rgba(201,168,76,0.38); }

/* ── SECTION PAGE (tag archives) ── */
.section-page { padding: 60px 50px 80px; }
.section-hero {
  padding: 80px 50px 60px;
  border-bottom: 1px solid rgba(201,168,76,0.15);
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.section-hero::before {
  content: attr(data-section);
  position: absolute;
  bottom: -20px;
  right: -10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 180px;
  color: rgba(201,168,76,0.025);
  user-select: none;
  pointer-events: none;
  line-height: 1;
  letter-spacing: -5px;
}
.section-hero-eyebrow { font-family: 'Bebas Neue', sans-serif; font-size: 10px; letter-spacing: 4px; color: var(--gold); margin-bottom: 14px; }
.section-hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(44px,6vw,80px); font-weight: 600; color: var(--cream); line-height: 1; margin-bottom: 18px; text-transform: none; }
.section-hero-desc { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; font-style: italic; line-height: 1.65; color: var(--cream-dim); max-width: 640px; margin-top: 8px; }
.section-posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 60px; }
.section-posts-grid .article-card .ac-image { height: 200px; }

/* Pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 40px 0;
  border-top: 1px solid rgba(201,168,76,0.1);
}
.pagination a {
  font-family: 'Archivo', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cream-dim);
  text-decoration: none;
  border: 1px solid rgba(201,168,76,0.2);
  padding: 10px 22px;
  transition: all 0.2s;
}
.pagination a:hover { border-color: var(--gold); color: var(--gold); }
.pagination .page-number { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: rgba(242,217,200,0.3); }

/* ── SINGLE POST ── */
.post-hero {
  position: relative;
  padding: 100px 50px 80px;
  border-bottom: 1px solid rgba(201,168,76,0.12);
}
.post-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--burgundy-deep) 0%, var(--burgundy) 50%, var(--burgundy-deep) 100%);
  z-index: 0;
}
.post-hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px;
  z-index: 0;
}
.post-hero-content { position: relative; z-index: 2; max-width: 780px; }
.post-tag {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  color: var(--gold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.post-tag::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }
.post-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.08;
  color: var(--cream);
  margin-bottom: 22px;
  letter-spacing: -0.5px;
}
.post-excerpt {
  font-family: 'Archivo', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--cream-dim);
  max-width: 600px;
  margin-bottom: 28px;
}
.post-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Archivo', sans-serif;
  font-size: 10.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(242,217,200,0.45);
}
.post-meta-author { color: var(--gold); font-weight: 600; }
.post-meta-dot { color: rgba(201,168,76,0.3); }

/* Feature image */
.post-feature-image {
  width: 100%;
  max-height: 540px;
  overflow: hidden;
}
.post-feature-image img { width: 100%; height: 100%; object-fit: cover; }

/* Post body */
.post-body-wrap {
  display: grid;
  grid-template-columns: 1fr min(700px, 100%) 1fr;
  padding: 64px 0 80px;
}
.post-body-wrap > * { grid-column: 2; }
.post-body {
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--cream-dim);
}
.post-body h1, .post-body h2, .post-body h3, .post-body h4 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--cream);
  margin-top: 2em;
  margin-bottom: 0.6em;
  font-weight: 600;
  line-height: 1.2;
}
.post-body h2 { font-size: 32px; }
.post-body h3 { font-size: 26px; }
.post-body h4 { font-size: 20px; }
.post-body p { margin-bottom: 1.6em; }
.post-body a { color: var(--gold); border-bottom: 1px solid rgba(201,168,76,0.35); text-decoration: none; transition: border-color 0.2s; }
.post-body a:hover { border-color: var(--gold); }
.post-body strong { font-weight: 600; color: var(--cream); }
.post-body em { font-style: italic; color: var(--cream); }
.post-body blockquote {
  border-left: 3px solid var(--gold);
  padding: 18px 28px;
  margin: 2em 0;
  background: rgba(201,168,76,0.04);
}
.post-body blockquote p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 300;
  color: var(--cream);
  margin-bottom: 0;
  line-height: 1.5;
}
.post-body ul, .post-body ol { padding-left: 1.5em; margin-bottom: 1.6em; }
.post-body li { margin-bottom: 0.5em; }
.post-body hr { border: none; border-top: 1px solid rgba(201,168,76,0.2); margin: 2.5em 0; }
.post-body img { width: 100%; margin: 2em 0; }
.post-body figure { margin: 2em 0; }
.post-body figcaption {
  font-family: 'Archivo', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: rgba(242,217,200,0.35);
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
}

/* Post tags footer */
.post-tags {
  grid-column: 2;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px solid rgba(201,168,76,0.12);
  margin-top: 20px;
}
.post-tag-link {
  font-family: 'Archivo', sans-serif;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cream-dim);
  text-decoration: none;
  border: 1px solid rgba(201,168,76,0.2);
  padding: 7px 14px;
  transition: all 0.2s;
}
.post-tag-link:hover { border-color: var(--gold); color: var(--gold); }

/* Related posts */
.related-posts { padding: 60px 50px 80px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

/* ── ABOUT NICK PAGE ── */
.about-page { padding: 80px 50px; }
.about-page-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 70px; align-items: start; }
.about-left { position: sticky; top: 100px; }
.about-portrait {
  width: 100%;
  aspect-ratio: 3/4;
  background: linear-gradient(160deg, var(--burgundy-mid), var(--burgundy-deep));
  border: 1px solid rgba(201,168,76,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.about-portrait img { width: 100%; height: 100%; object-fit: cover; }
.about-portrait::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, transparent, transparent 22px, rgba(201,168,76,0.03) 22px, rgba(201,168,76,0.03) 23px);
  pointer-events: none;
}
.about-portrait-initials {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  font-weight: 300;
  color: rgba(201,168,76,0.12);
  font-style: italic;
  z-index: 2;
}
.about-name { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 600; color: var(--cream); margin-bottom: 5px; }
.about-role { font-family: 'Archivo', sans-serif; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.about-social-links { display: flex; gap: 10px; flex-wrap: wrap; }
.about-social-link {
  font-family: 'Archivo', sans-serif;
  font-size: 9.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(242,217,200,0.5);
  text-decoration: none;
  border: 1px solid rgba(201,168,76,0.2);
  padding: 7px 13px;
  transition: all 0.2s;
}
.about-social-link:hover { color: var(--gold); border-color: var(--gold); }
.about-bio {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.55;
  color: var(--cream-dim);
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(201,168,76,0.12);
}
.about-body-text { font-family: 'Archivo', sans-serif; font-size: 15px; font-weight: 300; line-height: 1.85; color: var(--cream-dim); }
.about-body-text p { margin-bottom: 18px; }
.about-body-text a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(201,168,76,0.35); transition: border-color 0.2s; }
.about-body-text a:hover { border-color: var(--gold); }
.about-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; padding-top: 32px; border-top: 1px solid rgba(201,168,76,0.12); }
.about-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 6px; }
.about-stat-label { font-family: 'Archivo', sans-serif; font-size: 9.5px; letter-spacing: 2px; text-transform: uppercase; color: rgba(242,217,200,0.45); }

/* ── ABOUT TFOC PAGE ── */
.about-tfoc-page {
  background: var(--burgundy);
  border-top: 1px solid rgba(201,168,76,0.12);
  border-bottom: 1px solid rgba(201,168,76,0.12);
  padding: 80px 50px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.about-tfoc-page::after {
  content: 'CULTURE';
  position: absolute;
  bottom: -30px;
  right: -20px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 220px;
  color: rgba(201,168,76,0.025);
  user-select: none;
  pointer-events: none;
  line-height: 1;
}
.atfoc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
.atfoc-eyebrow { font-family: 'Bebas Neue', sans-serif; font-size: 10.5px; letter-spacing: 4px; color: var(--gold); margin-bottom: 16px; }
.atfoc-headline { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px,4vw,54px); font-weight: 600; line-height: 1.1; color: var(--cream); margin-bottom: 24px; }
.atfoc-headline em { font-style: italic; color: var(--gold-light); }
.atfoc-body { font-family: 'Archivo', sans-serif; font-size: 13.5px; font-weight: 300; line-height: 1.85; color: var(--cream-dim); }
.atfoc-body p { margin-bottom: 16px; }
.atfoc-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(201,168,76,0.1); }
.atfoc-pillar { background: var(--burgundy); padding: 28px 22px; transition: background 0.2s; }
.atfoc-pillar:hover { background: rgba(92,19,23,0.8); }
.atfoc-pillar-icon { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: rgba(201,168,76,0.35); font-style: italic; margin-bottom: 10px; }
.atfoc-pillar-title { font-family: 'Bebas Neue', sans-serif; font-size: 15px; letter-spacing: 2px; color: var(--cream); margin-bottom: 8px; }
.atfoc-pillar-desc { font-family: 'Archivo', sans-serif; font-size: 11.5px; font-weight: 300; line-height: 1.6; color: var(--cream-dim); }

/* ── ERROR PAGE ── */
.error-page { min-height: 70vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 50px; text-align: center; }
.error-code { font-family: 'Bebas Neue', sans-serif; font-size: 140px; color: rgba(201,168,76,0.08); line-height: 1; margin-bottom: -20px; }
.error-title { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 600; color: var(--cream); margin-bottom: 18px; }
.error-message { font-family: 'Archivo', sans-serif; font-size: 14px; font-weight: 300; color: var(--cream-dim); margin-bottom: 36px; }
.error-back { font-family: 'Archivo', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--charcoal); background: var(--gold); padding: 13px 28px; text-decoration: none; transition: background 0.2s; }
.error-back:hover { background: var(--gold-light); }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .site-nav { padding: 0 20px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .articles-section, .related-posts, .section-page, .about-page, .about-tfoc-page { padding-left: 24px; padding-right: 24px; }
  .articles-grid, .related-grid, .section-posts-grid { grid-template-columns: 1fr 1fr; }
  .newsletter-section { margin: 0 0 60px; padding: 36px 24px; }
  .nl-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .divider { margin: 0 24px; }
  .post-hero { padding: 70px 24px 60px; }
  .hero-content { padding: 0 24px 48px !important; }
  .post-body-wrap { grid-template-columns: 20px 1fr 20px; }
  .about-page-grid { grid-template-columns: 1fr; }
  .about-left { position: static; }
  .atfoc-grid { grid-template-columns: 1fr; }
  .section-hero { padding: 60px 24px 40px; }
}
@media (max-width: 600px) {
  .articles-grid, .related-grid, .section-posts-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .about-stat-row { grid-template-columns: 1fr 1fr; }
  .atfoc-pillars { grid-template-columns: 1fr; }
  .post-body-wrap { grid-template-columns: 16px 1fr 16px; }
  .pull-quote { padding: 50px 24px; }
  .error-code { font-size: 90px; }
}

/* ── GHOST CARD ASSETS (required) ── */
.kg-width-wide {
  position: relative;
  width: 85vw;
  min-width: 100%;
  margin: auto calc(50% - 50vw) * 0.15;
  transform: translateX(calc(50vw - 50%));
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.kg-width-full {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.kg-image-card { margin: 2em 0; }
.kg-image-card img { width: 100%; height: auto; }
.kg-gallery-card { margin: 2em 0; }
.kg-gallery-container { display: flex; flex-direction: column; }
.kg-gallery-row { display: flex; flex-direction: row; justify-content: center; gap: 4px; margin-bottom: 4px; }
.kg-gallery-image img { display: block; margin: 0; width: 100%; height: 100%; object-fit: cover; }
.kg-bookmark-card { margin: 2em 0; }
.kg-bookmark-container {
  display: flex;
  border: 1px solid rgba(201,168,76,0.2);
  text-decoration: none;
  color: var(--cream);
  background: rgba(92,19,23,0.3);
  transition: border-color 0.2s;
}
.kg-bookmark-container:hover { border-color: var(--gold); }
.kg-bookmark-content { padding: 20px 24px; flex: 1; }
.kg-bookmark-title { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 600; color: var(--cream); margin-bottom: 6px; }
.kg-bookmark-description { font-family: 'Archivo', sans-serif; font-size: 12px; font-weight: 300; color: var(--cream-dim); line-height: 1.6; margin-bottom: 10px; }
.kg-bookmark-metadata { font-family: 'Archivo', sans-serif; font-size: 10px; letter-spacing: 1px; color: rgba(242,217,200,0.35); }
.kg-bookmark-thumbnail { width: 160px; flex-shrink: 0; }
.kg-bookmark-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.kg-callout-card {
  display: flex;
  gap: 16px;
  padding: 20px 24px;
  margin: 2em 0;
  background: rgba(201,168,76,0.06);
  border-left: 3px solid var(--gold);
}
.kg-callout-emoji { font-size: 20px; flex-shrink: 0; }
.kg-callout-text { font-family: 'Archivo', sans-serif; font-size: 14px; font-weight: 300; line-height: 1.7; color: var(--cream-dim); }
.kg-toggle-card { margin: 2em 0; border: 1px solid rgba(201,168,76,0.15); }
.kg-toggle-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--cream);
}
.kg-toggle-content { padding: 0 20px 16px; font-family: 'Archivo', sans-serif; font-size: 13px; font-weight: 300; line-height: 1.7; color: var(--cream-dim); }
.kg-video-card { margin: 2em 0; }
.kg-video-card video { width: 100%; }
.kg-audio-card { margin: 2em 0; border: 1px solid rgba(201,168,76,0.15); padding: 16px 20px; display: flex; align-items: center; gap: 16px; }
.kg-product-card { margin: 2em 0; border: 1px solid rgba(201,168,76,0.15); padding: 24px; }
.kg-product-card-image { width: 100%; margin-bottom: 16px; }
.kg-product-card-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--cream); margin-bottom: 8px; }
.kg-product-card-description { font-family: 'Archivo', sans-serif; font-size: 13px; color: var(--cream-dim); }
.kg-header-card { margin: 2em 0; padding: 60px 40px; text-align: center; background: var(--burgundy); }
.kg-header-card h2 { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 600; color: var(--cream); margin-bottom: 12px; }
.kg-header-card p { font-family: 'Archivo', sans-serif; font-size: 14px; color: var(--cream-dim); }
.kg-file-card { margin: 2em 0; }
.kg-file-card-container {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border: 1px solid rgba(201,168,76,0.2);
  text-decoration: none;
  color: var(--cream);
  transition: border-color 0.2s;
}
.kg-file-card-container:hover { border-color: var(--gold); }
.kg-file-card-contents { flex: 1; }
.kg-file-card-title { font-family: 'Archivo', sans-serif; font-size: 14px; font-weight: 600; color: var(--cream); }
.kg-file-card-caption { font-family: 'Archivo', sans-serif; font-size: 11px; color: var(--cream-dim); }
.kg-button-card { margin: 2em 0; text-align: center; }
.kg-btn {
  display: inline-block;
  padding: 12px 28px;
  background: var(--gold);
  color: var(--charcoal);
  font-family: 'Archivo', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}
.kg-btn:hover { background: var(--gold-light); }
.kg-nft-card { margin: 2em 0; }
.kg-embed-card { margin: 2em 0; }
.kg-embed-card iframe { width: 100%; }

/* Ghost member features */
.gh-post-upgrade-cta { margin: 2em 0; padding: 40px; background: var(--burgundy); border: 1px solid rgba(201,168,76,0.2); text-align: center; }
.gh-post-upgrade-cta h2 { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: var(--cream); margin-bottom: 12px; }
.gh-post-upgrade-cta p { font-family: 'Archivo', sans-serif; font-size: 13px; color: var(--cream-dim); margin-bottom: 20px; }

/* ── GHOST REQUIRED: kg-width classes ── */
.kg-width-wide {
  position: relative;
  width: 85vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.kg-width-full {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* ── GHOST CARD ASSETS ── */
.kg-image-card { margin: 2em 0; }
.kg-image-card img { width: 100%; height: auto; }
.kg-image-card figcaption { font-family: 'Archivo', sans-serif; font-size: 11px; letter-spacing: 1px; color: rgba(242,217,200,0.35); text-align: center; margin-top: 10px; text-transform: uppercase; }

.kg-gallery-card { margin: 2em 0; }
.kg-gallery-container { display: flex; flex-direction: column; gap: 4px; }
.kg-gallery-row { display: flex; flex-direction: row; gap: 4px; }
.kg-gallery-image { flex: 1; }
.kg-gallery-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

.kg-bookmark-card { margin: 2em 0; }
.kg-bookmark-container { display: flex; border: 1px solid rgba(201,168,76,0.2); text-decoration: none; color: var(--cream); background: rgba(92,19,23,0.3); transition: border-color 0.2s; }
.kg-bookmark-container:hover { border-color: var(--gold); }
.kg-bookmark-content { padding: 20px 24px; flex: 1; }
.kg-bookmark-title { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 600; color: var(--cream); margin-bottom: 6px; }
.kg-bookmark-description { font-family: 'Archivo', sans-serif; font-size: 12px; font-weight: 300; color: var(--cream-dim); line-height: 1.6; margin-bottom: 10px; }
.kg-bookmark-metadata { font-family: 'Archivo', sans-serif; font-size: 10px; color: rgba(242,217,200,0.35); }
.kg-bookmark-thumbnail { width: 160px; flex-shrink: 0; overflow: hidden; }
.kg-bookmark-thumbnail img { width: 100%; height: 100%; object-fit: cover; }

.kg-callout-card { display: flex; gap: 16px; padding: 20px 24px; margin: 2em 0; background: rgba(201,168,76,0.06); border-left: 3px solid var(--gold); }
.kg-callout-emoji { font-size: 20px; flex-shrink: 0; }
.kg-callout-text { font-family: 'Archivo', sans-serif; font-size: 14px; font-weight: 300; line-height: 1.7; color: var(--cream-dim); }

.kg-toggle-card { margin: 2em 0; border: 1px solid rgba(201,168,76,0.15); }
.kg-toggle-heading { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; cursor: pointer; font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 600; color: var(--cream); }
.kg-toggle-content { padding: 0 20px 16px; font-family: 'Archivo', sans-serif; font-size: 13px; font-weight: 300; line-height: 1.7; color: var(--cream-dim); }

.kg-video-card { margin: 2em 0; }
.kg-video-card video { width: 100%; }

.kg-embed-card { margin: 2em 0; }
.kg-embed-card iframe { width: 100%; }

.kg-button-card { margin: 2em 0; text-align: center; }
.kg-btn { display: inline-block; padding: 12px 28px; background: var(--gold); color: var(--charcoal); font-family: 'Archivo', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; transition: background 0.2s; }
.kg-btn:hover { background: var(--gold-light); }

.kg-file-card { margin: 2em 0; }
.kg-file-card-container { display: flex; align-items: center; gap: 16px; padding: 16px 20px; border: 1px solid rgba(201,168,76,0.2); text-decoration: none; color: var(--cream); transition: border-color 0.2s; }
.kg-file-card-container:hover { border-color: var(--gold); }
.kg-file-card-title { font-family: 'Archivo', sans-serif; font-size: 14px; font-weight: 600; color: var(--cream); }
.kg-file-card-caption { font-family: 'Archivo', sans-serif; font-size: 11px; color: var(--cream-dim); }

.kg-header-card { margin: 2em 0; padding: 60px 40px; text-align: center; background: var(--burgundy); }
.kg-header-card h2 { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 600; color: var(--cream); margin-bottom: 12px; }
.kg-header-card p { font-family: 'Archivo', sans-serif; font-size: 14px; color: var(--cream-dim); margin-bottom: 20px; }

.kg-product-card { margin: 2em 0; border: 1px solid rgba(201,168,76,0.15); padding: 24px; }
.kg-product-card-image { width: 100%; margin-bottom: 16px; }
.kg-product-card-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--cream); margin-bottom: 8px; }
.kg-product-card-description { font-family: 'Archivo', sans-serif; font-size: 13px; color: var(--cream-dim); }

.gh-post-upgrade-cta { margin: 2em 0; padding: 48px; background: var(--burgundy); border: 1px solid rgba(201,168,76,0.2); text-align: center; }
.gh-post-upgrade-cta h2 { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: var(--cream); margin-bottom: 12px; }
.gh-post-upgrade-cta p { font-family: 'Archivo', sans-serif; font-size: 13px; color: var(--cream-dim); margin-bottom: 24px; }

/* ── NAV DROPDOWN — bridge gap so mouse can reach it ── */
.nav-dropdown-wrap::after {
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  height: 24px;
  pointer-events: all;
}
.nav-dropdown {
  top: calc(100% + 24px) !important;
  transition: opacity 0.2s, transform 0.2s !important;
}

/* ── SECTION DESCRIPTION ── */
.section-desc {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  color: var(--cream-dim);
  max-width: 640px;
}

/* ── GHOST PORTAL POPUP — override default styling ── */
.gh-portal-popup-container,
.gh-portal-popup-wrapper {
  font-family: 'Archivo', sans-serif !important;
  border-radius: 0 !important;
}
.gh-portal-popup-container * {
  border-radius: 0 !important;
  font-family: 'Archivo', sans-serif !important;
}
.gh-portal-main-title {
  font-family: 'Cormorant Garamond', serif !important;
  color: #F2D9C8 !important;
}
.gh-portal-signup-message,
.gh-portal-input-section {
  background: transparent !important;
}
.gh-portal-input {
  border-radius: 0 !important;
  border: 1px solid rgba(201,168,76,0.3) !important;
  background: rgba(242,217,200,0.05) !important;
  color: #F2D9C8 !important;
  font-family: 'Archivo', sans-serif !important;
}
.gh-portal-btn-main {
  border-radius: 0 !important;
  background: #C9A84C !important;
  color: #1A1008 !important;
  font-family: 'Archivo', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
.gh-portal-btn-main:hover {
  background: #E8C96A !important;
}
