/* ═══════════════════════════════════════════════════════════════
   WAIT… THAT'S ADHD? — Design System
   Colour psychology: ND women, low arousal, warm, grounding
   ═══════════════════════════════════════════════════════════════ */

:root {
  --cream:      #FAF7F2;
  --forest:     #1C2E24;
  --forest2:    #243728;
  --ink:        #2A2825;
  --off-white:  #EEE8DF;
  --muted-dk:   #8FA894;
  --muted-lt:   #7A6F6A;
  --rose:       #C08B7E;
  --rose-pale:  #F4EAE7;
  --sage:       #7B9E87;
  --sage-pale:  #EBF0EC;
  --sage-dk:    #4A7059;
  --rule:       #D8D0C8;
  --card:       #F1EDE6;

  --font-head:  'Cormorant Garamond', Georgia, serif;
  --font-body:  'DM Sans', system-ui, sans-serif;
  --font-label: 'DM Mono', monospace;

  --max:        1140px;
  --pad:        clamp(1.25rem, 5vw, 3rem);
  --radius:     2px;

  --ease:       cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* ── Reset ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }

/* ── Utility ──────────────────────────────────────────────────  */
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
}

.eyebrow {
  font-family: var(--font-label);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  color: var(--rose);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: var(--font-head);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 1.5rem;
}

/* ── Buttons ─────────────────────────────────────────────────── */
.btn {
  display: inline-block;
  font-family: var(--font-label);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  padding: 0.85rem 1.8rem;
  border-radius: var(--radius);
  transition: all 0.25s var(--ease);
  white-space: nowrap;
}
.btn-primary {
  background: var(--rose);
  color: var(--cream);
}
.btn-primary:hover {
  background: #a8756a;
  transform: translateY(-1px);
}
.btn-ghost {
  border: 1px solid var(--rose);
  color: var(--rose);
  background: transparent;
}
.btn-ghost:hover {
  background: var(--rose-pale);
}

/* ── Navigation ─────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem var(--pad);
  background: rgba(28, 46, 36, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--forest2);
  transition: background 0.3s var(--ease);
}
.nav.scrolled {
  background: rgba(20, 33, 26, 0.99);
  padding: 0.75rem var(--pad);
}
.nav-logo {
  font-family: var(--font-label);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--rose);
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-links a {
  font-family: var(--font-label);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: var(--muted-dk);
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--off-white); }
.nav-cta {
  border: 1px solid var(--rose) !important;
  color: var(--rose) !important;
  padding: 0.5rem 1.2rem;
  border-radius: var(--radius);
  transition: all 0.25s var(--ease) !important;
}
.nav-cta:hover {
  background: var(--rose) !important;
  color: var(--cream) !important;
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--off-white);
  transition: all 0.3s;
}
.nav-drawer {
  display: none;
  position: fixed;
  top: 58px; left: 0; right: 0;
  background: var(--forest);
  border-bottom: 1px solid var(--forest2);
  padding: 1.5rem var(--pad);
  z-index: 99;
  flex-direction: column;
  gap: 1.25rem;
}
.nav-drawer a {
  font-family: var(--font-label);
  font-size: 0.85rem;
  color: var(--off-white);
  letter-spacing: 0.06em;
}
.nav-drawer.open { display: flex; }

/* ── Hero ────────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  background: var(--forest);
  display: flex;
  align-items: flex-end;
  padding: 0 var(--pad) clamp(4rem, 10vh, 7rem);
  overflow: hidden;
}
.hero-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.06'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.4;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding-top: 7rem;
}
.hero .eyebrow {
  color: var(--rose);
  opacity: 0;
  animation: fadeUp 0.8s 0.2s var(--ease) forwards;
}
.hero-title {
  font-family: var(--font-head);
  font-size: clamp(4rem, 12vw, 9rem);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--off-white);
  margin-bottom: 1.5rem;
}
.hero-line {
  display: block;
  opacity: 0;
  animation: fadeUp 0.9s var(--ease) forwards;
}
.hero-line:nth-child(1) { animation-delay: 0.4s; }
.hero-line:nth-child(2) { animation-delay: 0.55s; }
.hero-accent { color: var(--rose); }
.hero-sub {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--muted-dk);
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  opacity: 0;
  animation: fadeUp 0.8s 0.75s var(--ease) forwards;
}
.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.8s 0.9s var(--ease) forwards;
}
.hero-ghost-num {
  position: absolute;
  right: -0.05em;
  bottom: -0.15em;
  font-family: var(--font-head);
  font-size: clamp(16rem, 30vw, 28rem);
  font-weight: 300;
  color: rgba(36, 55, 40, 0.7);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  letter-spacing: -0.05em;
}

/* ── Marquee ─────────────────────────────────────────────────── */
.marquee-wrap {
  background: var(--forest2);
  border-top: 1px solid #2E3F33;
  border-bottom: 1px solid #2E3F33;
  overflow: hidden;
  padding: 0.7rem 0;
}
.marquee-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee-track span {
  font-family: var(--font-label);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: var(--rose);
  text-transform: uppercase;
  white-space: nowrap;
}
.marquee-track span:nth-child(even) {
  color: rgba(192, 139, 126, 0.4);
}

/* ── About ───────────────────────────────────────────────────── */
.about {
  padding: clamp(5rem, 10vw, 8rem) 0;
  border-bottom: 1px solid var(--rule);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}
.about-left .section-title { margin-bottom: 1.75rem; }
.about-body {
  color: var(--muted-lt);
  font-size: 1.05rem;
  line-height: 1.85;
  margin-bottom: 1.25rem;
}
.hook-cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 3.5rem;
}
.hook-card {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 300;
  color: var(--ink);
  padding: 1rem 1rem 1rem 1.25rem;
  border-left: 3px solid var(--rose);
  background: var(--rose-pale);
  line-height: 1.5;
  transition: transform 0.2s var(--ease), border-color 0.2s;
}
.hook-card:hover {
  transform: translateX(4px);
  border-color: var(--sage);
}

/* ── Workbooks section ───────────────────────────────────────── */
.workbooks-section {
  padding: clamp(5rem, 10vw, 8rem) 0;
  background: var(--forest);
}
.workbooks-section .eyebrow { color: var(--rose); }
.workbooks-section .section-title { color: var(--off-white); }
.workbooks-sub {
  font-size: 1.05rem;
  color: var(--muted-dk);
  max-width: 520px;
  margin-bottom: 3.5rem;
  line-height: 1.75;
}
.workbooks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #2E3F33;
  border: 1px solid #2E3F33;
  margin-bottom: 3rem;
}
.wb-card {
  background: var(--forest2);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: background 0.25s var(--ease);
  position: relative;
  overflow: hidden;
}
.wb-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--rose);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.wb-available:hover { background: #2A3F30; }
.wb-available:hover::after { transform: scaleX(1); }
.wb-soon { opacity: 0.55; }
.wb-num {
  font-family: var(--font-label);
  font-size: 0.68rem;
  color: var(--rose);
  letter-spacing: 0.1em;
}
.wb-title {
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--off-white);
  line-height: 1.3;
  flex: 1;
}
.wb-desc {
  font-size: 0.85rem;
  color: var(--muted-dk);
  line-height: 1.6;
}
.wb-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #2E3F33;
}
.wb-status {
  font-family: var(--font-label);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.wb-status-live { color: var(--sage); }
.wb-status-soon { color: var(--muted-dk); }
.wb-buy {
  font-family: var(--font-label);
  font-size: 0.72rem;
  color: var(--rose);
  letter-spacing: 0.05em;
  border: 1px solid var(--rose);
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius);
  transition: all 0.2s var(--ease);
}
.wb-buy:hover {
  background: var(--rose);
  color: var(--cream);
}
.wb-notify {
  font-family: var(--font-label);
  font-size: 0.7rem;
  color: var(--muted-dk);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bundle-cta {
  border: 1px solid #2E3F33;
  padding: 2.5rem;
  text-align: center;
  background: rgba(36, 55, 40, 0.5);
}
.bundle-cta h3 {
  font-family: var(--font-head);
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--off-white);
  margin: 0.5rem 0 0.75rem;
}
.bundle-cta p {
  color: var(--muted-dk);
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

/* ── Journal section ─────────────────────────────────────────── */
.journal-section {
  padding: clamp(5rem, 10vw, 8rem) 0;
  border-bottom: 1px solid var(--rule);
}
.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  margin-bottom: 2.5rem;
}
.article-card {
  padding: 2rem 0;
  border-right: 1px solid var(--rule);
  padding-right: 2rem;
  padding-left: 0;
}
.article-card:last-child { border-right: none; padding-right: 0; }
.article-card:not(:first-child) { padding-left: 2rem; }
.article-tag {
  font-family: var(--font-label);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  color: var(--rose);
  display: block;
  margin-bottom: 0.75rem;
}
.article-title {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}
.article-excerpt {
  font-size: 0.88rem;
  color: var(--muted-lt);
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.article-read {
  font-family: var(--font-label);
  font-size: 0.75rem;
  color: var(--rose);
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap 0.2s var(--ease);
}
.article-read:hover { gap: 0.7rem; }
.journal-all { text-align: center; margin-top: 1rem; }

/* ── Email ───────────────────────────────────────────────────── */
.email-section {
  background: var(--forest);
  padding: clamp(5rem, 10vw, 8rem) 0;
}
.email-inner {
  max-width: 640px;
  text-align: center;
}
.email-title {
  font-family: var(--font-head);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 300;
  color: var(--off-white);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}
.email-sub {
  color: var(--muted-dk);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.email-form {
  display: flex;
  gap: 0;
  max-width: 480px;
  margin: 0 auto 0.75rem;
}
.email-input {
  flex: 1;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--muted-dk);
  padding: 0.75rem 1rem 0.75rem 0;
  color: var(--off-white);
  font-family: var(--font-body);
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s;
}
.email-input::placeholder { color: var(--muted-dk); }
.email-input:focus { border-color: var(--rose); }
.email-micro {
  font-family: var(--font-label);
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  color: var(--muted-dk);
  opacity: 0.7;
}
.email-success {
  display: none;
  color: var(--sage);
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-style: italic;
  margin-top: 1rem;
}
.email-success.visible { display: block; }

/* ── Footer ──────────────────────────────────────────────────── */
.footer {
  background: var(--forest);
  border-top: 1px solid #2E3F33;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  padding: 3.5rem var(--pad);
  max-width: var(--max);
  margin: 0 auto;
}
.footer-name {
  font-family: var(--font-label);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--rose);
  margin-bottom: 0.5rem;
}
.footer-tagline {
  font-family: var(--font-head);
  font-size: 1rem;
  color: var(--muted-dk);
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer-nav a {
  font-family: var(--font-label);
  font-size: 0.75rem;
  color: var(--muted-dk);
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.footer-nav a:hover { color: var(--off-white); }
.footer-author {
  font-size: 0.82rem;
  color: var(--muted-dk);
  line-height: 1.8;
}
.footer-bottom {
  border-top: 1px solid #2E3F33;
}
.footer-bottom-inner {
  padding: 1.5rem var(--pad);
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: var(--max);
  margin: 0 auto;
}
.footer-bottom p {
  font-family: var(--font-label);
  font-size: 0.65rem;
  color: var(--muted-dk);
  letter-spacing: 0.03em;
  opacity: 0.7;
}
.footer-disclaimer { max-width: 480px; }

/* ── Journal page ────────────────────────────────────────────── */
.journal-header {
  background: var(--forest);
  padding: 8rem var(--pad) 4rem;
  text-align: left;
}
.journal-header .section-title { color: var(--off-white); margin-bottom: 0.75rem; }
.journal-header p { color: var(--muted-dk); font-size: 1.05rem; }
.journal-list {
  padding: clamp(3rem, 6vw, 5rem) 0;
}
.journal-list .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.journal-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 2.5rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
  transition: background 0.2s;
}
.journal-item:hover .article-title { color: var(--rose); }
.journal-item-meta {
  padding-top: 0.2rem;
}
.journal-date {
  font-family: var(--font-label);
  font-size: 0.68rem;
  color: var(--muted-lt);
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 0.5rem;
}
.journal-item .article-title { font-size: 1.5rem; margin-bottom: 0.6rem; }
.journal-item .article-excerpt { font-size: 0.92rem; }

/* ── Workbooks page ──────────────────────────────────────────── */
.workbooks-page-header {
  background: var(--forest);
  padding: 8rem var(--pad) 4rem;
}
.workbooks-page-header .section-title { color: var(--off-white); }
.workbooks-page-header p { color: var(--muted-dk); font-size: 1.05rem; max-width: 540px; margin-top: 0.75rem; }
.workbooks-page-section {
  padding: clamp(4rem, 8vw, 6rem) 0;
}
.workbooks-full-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.wb-full-card {
  border: 1px solid var(--rule);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  transition: border-color 0.25s var(--ease), transform 0.2s var(--ease);
}
.wb-full-card:hover {
  border-color: var(--rose);
  transform: translateY(-2px);
}
.wb-full-card .wb-num { font-family: var(--font-label); font-size: 0.68rem; color: var(--rose); }
.wb-full-card .wb-title { font-family: var(--font-head); font-size: 1.25rem; font-weight: 300; line-height: 1.3; flex: 1; }
.wb-who {
  font-size: 0.82rem;
  font-style: italic;
  color: var(--muted-lt);
  line-height: 1.6;
  margin-bottom: 0.25rem;
}
.wb-desc-long {
  font-size: 0.88rem;
  color: var(--muted-lt);
  line-height: 1.65;
}
.wb-full-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  margin-top: 0.5rem;
  border-top: 1px solid var(--rule);
}

/* ── Article page ────────────────────────────────────────────── */
.article-header {
  background: var(--forest);
  padding: 8rem var(--pad) 4rem;
}
.article-breadcrumb {
  font-family: var(--font-label);
  font-size: 0.68rem;
  color: var(--muted-dk);
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
}
.article-breadcrumb a { color: var(--muted-dk); }
.article-breadcrumb a:hover { color: var(--rose); }
.article-headline {
  font-family: var(--font-head);
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--off-white);
  max-width: 800px;
  margin-bottom: 1.25rem;
}
.article-deck {
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  color: var(--muted-dk);
  max-width: 580px;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.article-meta-bar {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  border-top: 1px solid #2E3F33;
}
.article-meta-bar .article-tag { margin: 0; }
.article-author {
  font-family: var(--font-label);
  font-size: 0.72rem;
  color: var(--off-white);
  letter-spacing: 0.04em;
}
.article-readtime {
  font-family: var(--font-label);
  font-size: 0.68rem;
  color: var(--rose);
  letter-spacing: 0.06em;
}
.article-body-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) var(--pad);
}
.article-body p {
  font-size: 1.08rem;
  line-height: 1.9;
  color: var(--ink);
  margin-bottom: 1.5rem;
}
.article-body .drop-cap::first-letter {
  font-family: var(--font-head);
  font-size: 4.5rem;
  font-weight: 300;
  color: var(--rose);
  float: left;
  line-height: 0.8;
  margin: 0.1em 0.1em 0 0;
}
.article-body h2 {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 300;
  color: var(--sage-dk);
  margin: 3rem 0 1rem;
  letter-spacing: -0.01em;
}
.article-pull {
  border-top: 3px solid var(--rose);
  border-bottom: 3px solid var(--rose);
  padding: 1.75rem 1rem;
  margin: 2.5rem 0;
  text-align: center;
}
.article-pull p {
  font-family: var(--font-head);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem) !important;
  font-style: italic;
  font-weight: 300;
  color: var(--muted-lt) !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}
.evidence-block {
  border-left: 3px solid var(--rose);
  background: var(--rose-pale);
  padding: 1.5rem 1.5rem 1.5rem 1.75rem;
  margin: 2rem 0;
}
.evidence-block .evidence-label {
  font-family: var(--font-label);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  color: var(--rose);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.75rem;
}
.evidence-block p {
  font-size: 0.92rem !important;
  color: var(--muted-lt) !important;
  line-height: 1.75 !important;
  margin-bottom: 0.75rem !important;
}
.evidence-block p:last-child { margin-bottom: 0 !important; }
.tint-block {
  border-left: 3px solid var(--sage);
  background: var(--sage-pale);
  padding: 1.5rem 1.5rem 1.5rem 1.75rem;
  margin: 2rem 0;
}
.tint-block .tint-label {
  font-family: var(--font-label);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  color: var(--sage-dk);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.75rem;
}
.tint-block ul {
  list-style: none;
  padding: 0;
}
.tint-block ul li {
  font-size: 0.95rem !important;
  color: var(--ink) !important;
  padding: 0.3rem 0;
  padding-left: 1.25rem;
  position: relative;
  line-height: 1.65 !important;
  margin: 0 !important;
}
.tint-block ul li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: var(--sage);
}
.article-scope {
  border-top: 1px solid var(--rule);
  padding-top: 1.5rem;
  margin-top: 2rem;
}
.article-scope p {
  font-size: 0.82rem !important;
  color: var(--muted-lt) !important;
}

/* Article CTA */
.article-cta-block {
  background: var(--forest);
  padding: 2.5rem;
  margin: 3rem 0;
}
.article-cta-block .eyebrow { color: var(--rose); margin-bottom: 0.5rem; }
.article-cta-block h3 {
  font-family: var(--font-head);
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--off-white);
  margin-bottom: 0.5rem;
}
.article-cta-block .wb-status-live {
  font-family: var(--font-label);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: var(--muted-dk);
  display: block;
  margin-bottom: 1rem;
}
.article-cta-block p {
  font-size: 0.95rem !important;
  color: var(--muted-dk) !important;
  line-height: 1.7 !important;
  margin-bottom: 1.25rem !important;
}
.article-cta-block .btn { margin-top: 0.25rem; }

/* Related articles */
.related-section {
  border-top: 1px solid var(--rule);
  padding-top: 2.5rem;
  margin-top: 2rem;
}
.related-section .eyebrow { margin-bottom: 1.5rem; }
.related-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.related-card { border-top: 1px solid var(--rule); padding-top: 1.25rem; }

/* ── Scroll animations ───────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

/* ── Animations ─────────────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: none; }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  .about-grid         { grid-template-columns: 1fr; }
  .hook-cards         { padding-top: 0; }
  .workbooks-grid     { grid-template-columns: repeat(2, 1fr); }
  .workbooks-full-grid{ grid-template-columns: repeat(2, 1fr); }
  .articles-grid      { grid-template-columns: 1fr; }
  .article-card       { border-right: none; border-bottom: 1px solid var(--rule); padding: 1.75rem 0; padding-left: 0 !important; padding-right: 0 !important; }
  .footer-grid        { grid-template-columns: 1fr 1fr; }
  .journal-item       { grid-template-columns: 1fr; gap: 0.5rem; }
  .related-grid       { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav-links          { display: none; }
  .nav-hamburger      { display: flex; }
  .workbooks-grid     { grid-template-columns: 1fr; }
  .workbooks-full-grid{ grid-template-columns: 1fr; }
  .hero-ctas          { flex-direction: column; }
  .footer-grid        { grid-template-columns: 1fr; }
  .email-form         { flex-direction: column; gap: 1rem; }
  .footer-bottom-inner{ flex-direction: column; }
  .article-meta-bar   { flex-direction: column; align-items: start; gap: 0.5rem; }
}
