/* ═══════════════════════════════════════════════
   FTC Ghost Theme — screen.css
   Food+Tech Connect — The Platform for Good Food Innovation
   ═══════════════════════════════════════════════ */

/* ─── RESET & VARIABLES ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green: #94c03d;
  --green-dk: #6E9022;
  --green-lt: #EBF4D2;
  --orange: #f15a25;
  --orange-dk: #C94515;
  --orange-lt: #FEF0EB;
  --mauve: #a482a1;
  --mauve-dk: #8A6887;
  --mauve-lt: #F0E8EF;
  --ink: #0F0F0D;
  --ink-2: #3A3830;
  --muted: #888072;
  --paper: #FAF9F5;
  --paper-2: #F0EDE3;
  --line: #E2DDD0;
  --white: #FFFFFF;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', 'Proxima Nova', -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ─── UTILITIES ─── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 40px; }
.serif { font-family: 'Fraunces', Georgia, serif; font-optical-sizing: auto; }
.label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
}
.label::before { content: ''; display: block; width: 16px; height: 1.5px; background: currentColor; flex-shrink: 0; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 4px; border: none;
  font-family: inherit; font-size: 13px; font-weight: 700; letter-spacing: 0.04em;
  cursor: pointer; transition: all 0.15s; white-space: nowrap;
}
.btn-green { background: var(--green); color: white; }
.btn-green:hover { background: var(--green-dk); color: white; }
.btn-orange { background: var(--orange); color: white; }
.btn-orange:hover { background: var(--orange-dk); color: white; }
.btn-white { background: white; color: var(--ink); }
.btn-white:hover { background: var(--green); color: white; }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--ink); }

/* ─── ANNOUNCEMENT BAR ─── */
.announcement {
  background: var(--ink);
  padding: 10px 0;
  text-align: center;
  font-size: 11px;
  color: var(--muted);
}
.announcement a { color: var(--green); font-weight: 600; }
.announcement a:hover { color: var(--green-lt); }

/* ─── HEADER ─── */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  height: 60px;
  display: flex; align-items: center;
}
.header-inner {
  display: flex; align-items: center; gap: 36px; width: 100%;
}
.logo img { height: 34px; width: auto; }
nav.main-nav { display: flex; gap: 2px; flex: 1; }
nav.main-nav ul { display: flex; gap: 2px; list-style: none; margin: 0; padding: 0; }
nav.main-nav li { margin: 0; padding: 0; }
nav.main-nav a {
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em;
  color: var(--ink-2); padding: 6px 12px; border-radius: 3px;
  transition: all 0.12s;
}
nav.main-nav a:hover { color: var(--green-dk); background: var(--green-lt); }
nav.main-nav a.active, nav.main-nav .nav-current a { color: var(--green-dk); }
.header-actions { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.header-actions .sign-in { font-size: 12px; font-weight: 600; color: var(--muted); padding: 0 8px; }
.header-actions .sign-in:hover { color: var(--ink); }

/* ─── HERO ─── */
.hero {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 100px 0 0;
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: end;
}
.hero-content { padding-bottom: 80px; }
.hero-content .label { color: var(--green); margin-bottom: 28px; }
.hero-content h1 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 24px;
}
.hero-content h1 em { font-style: italic; color: var(--green-dk); }
.hero-content .dek {
  font-size: 17px; color: var(--ink-2); max-width: 48ch; line-height: 1.7; margin-bottom: 36px;
}
.hero-actions { display: flex; gap: 12px; align-items: center; }
.hero-meta { margin-top: 20px; font-size: 12px; color: var(--muted); }
.hero-meta strong { color: var(--ink-2); }

.hero-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  padding: 32px 32px 36px;
  position: relative;
}
.hero-card .card-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--orange);
  margin-bottom: 16px;
}
.hero-card h3 {
  font-family: 'Fraunces', serif;
  font-weight: 400; font-size: 22px;
  line-height: 1.25; color: var(--ink);
  margin-bottom: 8px;
}
.hero-card p { font-size: 13px; color: var(--muted); margin-bottom: 20px; }
.hero-form { display: flex; flex-direction: column; gap: 8px; }
.hero-form input {
  padding: 12px 14px;
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  font-family: inherit; font-size: 14px;
  transition: border-color 0.15s;
}
.hero-form input:focus { outline: none; border-color: var(--green); }
.hero-form input::placeholder { color: var(--muted); }
.hero-form .btn { justify-content: center; }
.sub-note { font-size: 11px; color: var(--muted); text-align: center; margin-top: 4px; }
.reader-count {
  display: flex; align-items: center; gap: 10px;
  margin-top: 18px; padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 12px; color: var(--ink-2);
}
.reader-count strong { color: var(--ink); }
.dots { display: flex; }
.dot { width: 8px; height: 8px; border-radius: 50%; border: 1px solid #1A1A14; }
.dot:nth-child(1) { background: var(--green); }
.dot:nth-child(2) { background: var(--orange); margin-left: -3px; }
.dot:nth-child(3) { background: var(--mauve); margin-left: -3px; }

/* ─── LATEST FROM FTC ─── */
.latest {
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
}
.latest-head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 36px;
}
.latest-head .label { color: var(--orange); }
.latest-head a {
  font-size: 12px; font-weight: 700; color: var(--green-dk);
  letter-spacing: 0.04em;
}
.latest-head a:hover { color: var(--green); }

.latest-featured {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 6px; overflow: hidden;
  margin-bottom: 24px;
}
.latest-featured-img {
  background: var(--paper-2);
  min-height: 280px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.latest-featured-img img {
  width: 100%; height: 100%; object-fit: cover;
}
.latest-featured-img .img-placeholder {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted); opacity: 0.5;
}
.latest-featured-body {
  padding: 40px 44px;
  display: flex; flex-direction: column; justify-content: center;
}
.latest-featured-body .card-tag {
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--orange);
  margin-bottom: 16px; display: block;
}
.latest-featured-body h3 {
  font-family: 'Fraunces', serif; font-weight: 400; font-size: 28px;
  line-height: 1.2; letter-spacing: -0.015em; color: var(--ink);
  margin-bottom: 12px;
}
.latest-featured-body .card-excerpt {
  font-size: 14px; color: var(--ink-2); line-height: 1.65;
  margin-bottom: 20px;
}
.latest-featured-body .card-meta {
  font-size: 11px; color: var(--muted);
}
.latest-featured-body .card-link {
  font-size: 12px; font-weight: 700; color: var(--green-dk);
}
.latest-featured-body .card-link:hover { color: var(--green); }

.latest-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
  border-radius: 6px; overflow: hidden;
}
.latest-card {
  display: block; background: var(--white); padding: 28px;
  transition: background 0.12s; position: relative;
}
.latest-card:hover { background: var(--paper); }
.latest-card::before {
  content: ''; display: block;
  height: 3px; position: absolute; top: 0; left: 0; right: 0;
}
.latest-card:nth-child(1)::before { background: var(--green); }
.latest-card:nth-child(2)::before { background: var(--orange); }
.latest-card:nth-child(3)::before { background: var(--mauve); }
.latest-card .card-tag {
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; margin-bottom: 12px; display: block;
}
.latest-card:nth-child(1) .card-tag { color: var(--green-dk); }
.latest-card:nth-child(2) .card-tag { color: var(--orange-dk); }
.latest-card:nth-child(3) .card-tag { color: var(--mauve-dk); }
.latest-card h4 {
  font-family: 'Fraunces', serif; font-weight: 400; font-size: 18px;
  line-height: 1.3; margin-bottom: 10px; color: var(--ink);
}
.latest-card .card-excerpt {
  font-size: 13px; color: var(--ink-2); line-height: 1.6; margin-bottom: 14px;
}
.latest-card .card-meta {
  font-size: 11px; color: var(--muted);
}

/* ─── TIERS (What You Get) ─── */
.tiers { padding: 100px 0; border-bottom: 1px solid var(--line); }
.tiers-head { margin-bottom: 48px; }
.tiers-head .label { color: var(--muted); margin-bottom: 20px; }
.tiers-head h2 {
  font-family: 'Fraunces', serif; font-weight: 400; font-size: 48px;
  letter-spacing: -0.025em;
}
.tiers-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: 6px; overflow: hidden;
}
.tier-card {
  background: var(--white); padding: 40px 36px;
  position: relative; display: flex; flex-direction: column;
}
.tier-card::before {
  content: ''; display: block;
  height: 3px; background: var(--green);
  position: absolute; top: 0; left: 0; right: 0;
}
.tier-card:nth-child(2)::before { background: var(--orange); }
.tier-card:nth-child(3)::before { background: var(--mauve); }
.tier-featured { background: var(--paper); }
.tier-badge {
  display: inline-block; padding: 4px 12px; border-radius: 3px;
  background: var(--orange); color: white;
  font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 20px; align-self: flex-start;
}
.tier-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--green-dk);
  margin-bottom: 12px;
}
.tier-card:nth-child(2) .tier-label { color: var(--orange-dk); }
.tier-card:nth-child(3) .tier-label { color: var(--mauve-dk); }
.tier-price {
  font-family: 'Fraunces', serif; font-size: 48px; font-weight: 700;
  color: var(--ink); line-height: 1; margin-bottom: 24px;
}
.tier-per { font-size: 14px; font-weight: 400; color: var(--muted); font-family: 'Montserrat', sans-serif; }
.tier-features {
  list-style: none; padding: 0; margin: 0 0 32px;
  flex: 1;
}
.tier-features li {
  font-size: 14px; color: var(--ink-2); line-height: 1.5;
  padding: 8px 0; border-bottom: 1px solid var(--line);
}
.tier-features li:last-child { border-bottom: none; }
.tier-soon {
  display: inline-block; padding: 2px 8px; border-radius: 3px;
  background: var(--mauve-lt); color: var(--mauve-dk);
  font-size: 9px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  margin-left: 6px; vertical-align: middle;
}

/* ─── SOCIAL PROOF ─── */
.proof {
  padding: 80px 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.proof-head { margin-bottom: 40px; }
.proof-head .label { color: var(--muted); margin-bottom: 20px; }
.proof-head h2 {
  font-family: 'Fraunces', serif; font-weight: 400; font-size: 36px;
  letter-spacing: -0.02em;
}
.proof-logos {
  display: flex; gap: 40px; align-items: center; flex-wrap: wrap;
  margin-bottom: 48px; padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
}
.trust-name {
  font-size: 13px; font-weight: 700; letter-spacing: 0.06em;
  color: var(--ink-2); opacity: 0.5; text-transform: uppercase; white-space: nowrap;
}
.proof-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.proof-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: 6px; padding: 32px;
  position: relative;
}
.proof-card::before {
  content: ''; display: block; width: 24px; height: 3px;
  margin-bottom: 20px;
}
.proof-card:nth-child(1)::before { background: var(--green); }
.proof-card:nth-child(2)::before { background: var(--orange); }
.proof-card:nth-child(3)::before { background: var(--mauve); }
.proof-quote {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 17px; line-height: 1.5; color: var(--ink);
  margin-bottom: 20px;
}
.proof-attr { font-size: 13px; }
.proof-attr strong { display: block; color: var(--ink-2); margin-bottom: 2px; }
.proof-attr span { color: var(--muted); }

/* ─── INTELLIGENCE LAYER ─── */
.intelligence { padding: 100px 0; border-bottom: 1px solid var(--line); }
.intelligence-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
}
.intelligence-inner .label { color: var(--orange); margin-bottom: 24px; }
.intelligence-inner h2 {
  font-family: 'Fraunces', serif; font-weight: 400; font-size: 48px;
  line-height: 1.05; letter-spacing: -0.025em;
}
.intelligence-inner h2 em { font-style: italic; color: var(--mauve-dk); }
.intelligence-inner p {
  font-size: 16px; color: var(--ink-2); line-height: 1.7; margin-bottom: 20px;
}
.intelligence-inner p:last-child { margin-bottom: 0; }

/* ─── SERVICES ─── */
.services {
  background: var(--ink);
  padding: 100px 0;
}
.services-top {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end;
  margin-bottom: 72px; padding-bottom: 72px;
  border-bottom: 1px solid #2A2820;
}
.services-top .label { color: var(--green); margin-bottom: 24px; }
.services-top h2 {
  font-family: 'Fraunces', serif; font-weight: 300; font-size: 54px;
  line-height: 1.05; letter-spacing: -0.025em; color: white;
}
.services-top h2 em { font-style: italic; color: var(--green); }
.services-desc { color: #7A7468; font-size: 16px; line-height: 1.7; margin-bottom: 32px; }
.client-names { display: flex; flex-wrap: wrap; gap: 8px; }
.client-chip {
  padding: 6px 14px; border: 1px solid #3A3828;
  border-radius: 3px; font-size: 12px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; color: #7A7468;
}
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
}
.service-card {
  background: #161610; padding: 40px 36px; border: 1px solid #2A2820;
  transition: background 0.2s;
}
.service-card:hover { background: #1E1E16; }
.service-num {
  font-family: 'Fraunces', serif; font-size: 48px; font-weight: 300;
  color: #2A2820; line-height: 1; margin-bottom: 24px;
}
.service-card h3 {
  font-size: 18px; font-weight: 700; color: white; margin-bottom: 12px;
}
.service-card p { font-size: 14px; color: #5A5848; line-height: 1.7; margin-bottom: 28px; }
.service-link { font-size: 12px; font-weight: 700; color: var(--green); letter-spacing: 0.06em; }
.service-card:hover .service-link { color: white; }
.service-card:nth-child(2) .service-num { color: #3A2820; }
.service-card:nth-child(2) .service-link { color: var(--orange); }
.service-card:nth-child(3) .service-num { color: #2A2830; }
.service-card:nth-child(3) .service-link { color: var(--mauve); }

/* ─── DATABASES ─── */
.databases {
  padding: 100px 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.db-head {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  margin-bottom: 56px; align-items: end;
}
.db-head .label { color: var(--orange); margin-bottom: 20px; }
.db-head h2 { font-family: 'Fraunces', serif; font-weight: 400; font-size: 48px; letter-spacing: -0.025em; }
.db-head p { font-size: 15px; color: var(--ink-2); line-height: 1.7; }
.db-head .actions { margin-top: 24px; display: flex; gap: 12px; }
.db-table {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.db-table-head {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  padding: 0 28px;
  background: var(--ink);
}
.db-table-head span {
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: #5A5848; padding: 14px 0;
}
.db-table-head span:first-child { color: white; }
.db-row-item {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  padding: 16px 28px;
  border-bottom: 1px solid var(--line);
  align-items: center;
  transition: background 0.1s;
}
.db-row-item:hover { background: var(--paper); }
.db-row-item:last-child { border-bottom: none; }
.company-name { font-size: 14px; font-weight: 600; }
.company-type { font-size: 13px; color: var(--muted); }
.db-tag {
  display: inline-block; padding: 3px 10px; border-radius: 3px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
}
.tag-green { background: var(--green-lt); color: var(--green-dk); }
.tag-orange { background: var(--orange-lt); color: var(--orange-dk); }
.tag-mauve { background: var(--mauve-lt); color: var(--mauve-dk); }
.locked-cell {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 600; color: var(--orange);
}
.db-footer-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 28px; background: var(--paper);
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.db-footer-row span { color: var(--muted); }
.db-footer-row a { font-weight: 700; color: var(--green-dk); }

/* Database teaser CTA */
.db-teaser-cta {
  text-align: center; margin-top: 40px; padding: 40px;
  background: var(--white); border: 1px solid var(--line); border-radius: 6px;
}
.db-teaser-cta p {
  font-size: 16px; color: var(--ink-2); line-height: 1.6; margin-bottom: 20px;
}
.db-teaser-badge {
  display: inline-block; padding: 6px 16px; border-radius: 3px;
  background: var(--orange); color: white;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  margin-top: 16px;
}

/* ─── MEMBERSHIP ─── */
.membership {
  padding: 100px 0;
  background: var(--green);
}
.membership-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.membership-left .label { color: var(--green-dk); margin-bottom: 24px; }
.membership-left h2 {
  font-family: 'Fraunces', serif; font-weight: 300; font-size: 52px;
  line-height: 1.05; letter-spacing: -0.025em; color: var(--ink); margin-bottom: 20px;
}
.membership-left h2 em { font-style: italic; }
.membership-left p { font-size: 16px; color: var(--green-dk); margin-bottom: 32px; line-height: 1.7; }
.price-line { margin-bottom: 12px; }
.price-line .amount { font-family: 'Fraunces', serif; font-size: 60px; font-weight: 700; color: var(--ink); line-height: 1; }
.price-line .per { font-size: 14px; color: var(--green-dk); }
.founding-urgency {
  font-size: 13px; font-weight: 700; color: var(--green-dk);
  margin-bottom: 28px; letter-spacing: 0.04em;
}
.membership-perks { display: flex; flex-direction: column; gap: 16px; }
.mperk {
  background: rgba(255,255,255,0.3);
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 6px; padding: 20px 22px;
  display: flex; gap: 14px; align-items: flex-start;
}
.mperk-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.mperk h4 { font-size: 14px; font-weight: 700; margin-bottom: 3px; }
.mperk p { font-size: 13px; color: var(--green-dk); line-height: 1.4; }

/* ─── FOOTER ─── */
.site-footer {
  background: var(--ink);
  padding: 80px 0 36px;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 56px; margin-bottom: 64px; padding-bottom: 64px;
  border-bottom: 1px solid #2A2820;
}
.footer-brand img { height: 30px; filter: brightness(0) invert(1); opacity: 0.8; margin-bottom: 20px; }
.footer-brand p { font-size: 13px; color: #5A5848; max-width: 28ch; line-height: 1.7; }
.footer-brand .tagline { margin-top: 16px; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green); }
.footer-col h4 { font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #3A3828; margin-bottom: 20px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 12px; padding: 0; }
.footer-col a { font-size: 14px; color: #5A5848; transition: color 0.12s; }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; font-size: 12px; color: #3A3828; }
.footer-socials { display: flex; gap: 20px; }
.footer-socials a { color: #3A3828; }
.footer-socials a:hover { color: white; }

/* ─── POST / ARTICLE PAGE ─── */
.post-header {
  background: var(--paper);
  padding: 80px 0 60px;
  border-bottom: 1px solid var(--line);
}
.post-header .label { color: var(--green); margin-bottom: 24px; }
.post-header h1 {
  font-family: 'Fraunces', serif; font-weight: 300;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.08; letter-spacing: -0.025em;
  margin-bottom: 20px; max-width: 22ch;
}
.post-header h1 em { font-style: italic; color: var(--green-dk); }
.post-header .dek {
  font-size: 18px; color: var(--ink-2); line-height: 1.7;
  max-width: 56ch; margin-bottom: 28px;
}
.post-byline {
  display: flex; align-items: center; gap: 12px;
  font-size: 13px; color: var(--muted);
}
.post-byline img {
  width: 36px; height: 36px; border-radius: 50%; object-fit: cover;
}
.post-byline strong { color: var(--ink-2); }

.post-content {
  max-width: 720px; margin: 0 auto;
  padding: 60px 40px 100px;
}
.post-content h2 {
  font-family: 'Fraunces', serif; font-weight: 400; font-size: 32px;
  line-height: 1.2; margin: 48px 0 16px; letter-spacing: -0.015em;
}
.post-content h3 {
  font-family: 'Fraunces', serif; font-weight: 400; font-size: 24px;
  line-height: 1.3; margin: 36px 0 12px;
}
.post-content p {
  font-size: 17px; line-height: 1.8; color: var(--ink-2);
  margin-bottom: 24px;
}
.post-content a { color: var(--green-dk); text-decoration: underline; text-underline-offset: 3px; }
.post-content a:hover { color: var(--green); }
.post-content blockquote {
  border-left: 3px solid var(--green);
  padding: 4px 0 4px 24px; margin: 32px 0;
  font-family: 'Fraunces', serif; font-size: 20px; font-style: italic;
  line-height: 1.5; color: var(--ink);
}
.post-content img { border-radius: 6px; margin: 32px 0; }
.post-content ul, .post-content ol {
  font-size: 17px; line-height: 1.8; color: var(--ink-2);
  margin-bottom: 24px; padding-left: 24px;
}
.post-content li { margin-bottom: 8px; }
.post-content figure { margin: 40px 0; }
.post-content figcaption { font-size: 13px; color: var(--muted); text-align: center; margin-top: 12px; }
.post-content hr {
  border: none; border-top: 1px solid var(--line);
  margin: 48px 0;
}
.post-content .kg-card { margin: 40px 0; }
.post-content .kg-image-card img { width: 100%; }
.post-content .kg-width-wide { margin-left: -80px; margin-right: -80px; }
.post-content .kg-width-full { margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }

/* Ghost membership CTA in post */
.gh-post-upgrade-cta {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 8px; padding: 40px; text-align: center; margin: 48px 0;
}
.gh-post-upgrade-cta h2 {
  font-family: 'Fraunces', serif; font-size: 28px; margin-bottom: 12px;
}
.gh-post-upgrade-cta p { font-size: 15px; color: var(--ink-2); margin-bottom: 24px; }

/* ─── TAG / ARCHIVE PAGE ─── */
.tag-header {
  background: var(--paper);
  padding: 60px 0;
  border-bottom: 1px solid var(--line);
}
.tag-header h1 {
  font-family: 'Fraunces', serif; font-weight: 400; font-size: 48px;
  letter-spacing: -0.025em;
}
.tag-header p { font-size: 16px; color: var(--ink-2); margin-top: 12px; max-width: 56ch; }
.post-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
  border-radius: 6px; overflow: hidden;
  margin-top: 48px;
}
.post-card {
  display: block; background: var(--white); padding: 28px;
  transition: background 0.12s; position: relative;
}
.post-card:hover { background: var(--paper); }
.post-card::before {
  content: ''; display: block;
  height: 3px; background: var(--green);
  position: absolute; top: 0; left: 0; right: 0;
}
.post-card .card-tag {
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--green-dk);
  margin-bottom: 12px; display: block;
}
.post-card h3 {
  font-family: 'Fraunces', serif; font-weight: 400; font-size: 20px;
  line-height: 1.25; margin-bottom: 10px;
}
.post-card .card-excerpt { font-size: 13px; color: var(--ink-2); line-height: 1.6; margin-bottom: 16px; }
.post-card .card-meta {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px; color: var(--muted);
}
.post-card .card-link { font-size: 11px; font-weight: 700; color: var(--green-dk); }

/* ─── PAGINATION ─── */
.pagination {
  display: flex; justify-content: center; gap: 12px;
  padding: 60px 0;
}
.pagination a {
  padding: 10px 18px; border: 1px solid var(--line);
  border-radius: 4px; font-size: 13px; font-weight: 600;
  color: var(--ink-2); transition: all 0.15s;
}
.pagination a:hover { border-color: var(--green); color: var(--green-dk); }

/* ─── NEWSLETTER CTA (in-content) ─── */
.newsletter-cta {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 8px; padding: 48px; text-align: center;
  margin: 60px 0;
}
.newsletter-cta h3 {
  font-family: 'Fraunces', serif; font-weight: 400; font-size: 28px;
  margin-bottom: 8px;
}
.newsletter-cta p { font-size: 14px; color: var(--muted); margin-bottom: 24px; }
.newsletter-cta .inline-form {
  display: flex; gap: 8px; max-width: 420px; margin: 0 auto;
}
.newsletter-cta .inline-form input {
  flex: 1; padding: 12px 14px; border: 1.5px solid var(--line);
  border-radius: 4px; font-family: inherit; font-size: 14px;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 960px) {
  .container { padding: 0 24px; }
  .hero-inner { grid-template-columns: 1fr; gap: 0; }
  .hero-card { border-radius: 8px; margin-top: 48px; border-bottom: 1px solid var(--line); }
  .hero { padding: 60px 0 60px; }
  .hero-content { padding-bottom: 0; }
  .latest-featured { grid-template-columns: 1fr; }
  .latest-featured-img { min-height: 200px; }
  .latest-featured-body { padding: 28px; }
  .latest-grid { grid-template-columns: 1fr; }
  .tiers-grid { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .intelligence-inner { grid-template-columns: 1fr; gap: 40px; }
  .services-top { grid-template-columns: 1fr; gap: 40px; }
  .services-grid { grid-template-columns: 1fr; }
  .db-head { grid-template-columns: 1fr; gap: 24px; }
  .db-table-head { display: none; }
  .db-row-item { grid-template-columns: 1fr 1fr; gap: 8px; }
  .membership-inner { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .services-top h2, .membership-left h2 { font-size: 38px; }
  .tiers-head h2, .intelligence-inner h2, .db-head h2, .proof-head h2 { font-size: 36px; }
  .post-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  nav.main-nav { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .hero-content h1 { font-size: 36px; }
  .tier-price { font-size: 36px; }
  .post-content .kg-width-wide { margin-left: -24px; margin-right: -24px; }
}
