
:root {
  --ink: #121418;
  --muted: #5d6674;
  --paper: #fbfaf7;
  --line: rgba(18, 20, 24, 0.13);
  --shadow: 0 18px 55px rgba(26, 31, 43, 0.13);
  --soft-shadow: 0 1px 0 rgba(255,255,255,0.8) inset, 0 24px 70px rgba(18,20,24,0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.page,
.article-page {
  --accent: #0f766e;
  --deep: #17324d;
  --warm: #f47b5d;
  --gold: #f4c95d;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 9%, #fff) 0, rgba(251,250,247,0) 560px),
    linear-gradient(90deg, rgba(18,20,24,0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(18,20,24,0.025) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 52px 52px, 52px 52px, auto;
}
.page.prepper { --accent: #7a8f3b; --deep: #25352a; --warm: #d79b42; --gold: #427987; }
.page.homeschool { --accent: #0f8b8d; --deep: #25435a; --warm: #d94f70; --gold: #f2b84b; }
.page.bible { --accent: #7b2f3f; --deep: #2d2738; --warm: #c5a35a; --gold: #4f7b83; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(251, 250, 247, 0.82);
  border-bottom: 1px solid var(--line);
}
.nav {
  max-width: 1120px;
  margin: 0 auto;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.brand {
  font-weight: 800;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(18,20,24,0.1);
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(18,20,24,0.08);
}
.brand-mark img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: none;
}
.nav-links {
  display: none;
  gap: 8px;
  align-items: center;
  font-size: 0.92rem;
}
.nav-links a {
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--muted);
}
.nav-links a[aria-current="page"], .nav-links a:hover {
  color: var(--ink);
  background: rgba(18,20,24,0.06);
}
.pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--deep);
  background: rgba(255,255,255,0.66);
  font-size: 0.84rem;
  font-weight: 750;
}
.hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: 46px 18px 30px;
  min-height: min(760px, calc(100svh - 58px));
  display: grid;
  align-items: center;
  gap: 32px;
  position: relative;
}
.hero h1, .page-title h1 {
  margin: 12px 0 16px;
  font-size: clamp(2.05rem, 8.6vw, 5.1rem);
  line-height: 0.96;
  letter-spacing: 0;
  max-width: 920px;
  overflow-wrap: break-word;
}
.hero p, .page-title p {
  margin: 0;
  max-width: 680px;
  color: #354052;
  font-size: clamp(1.02rem, 3.8vw, 1.26rem);
}
.hero-lede {
  position: relative;
}
.hero-lede:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 8px;
  bottom: 8px;
  width: 4px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--accent), var(--warm));
  opacity: 0.9;
}
.hero-actions, .cta-row {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.button {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 8px;
  padding: 11px 15px;
  font-weight: 800;
  border: 1px solid var(--deep);
  background: var(--deep);
  color: #fff;
  box-shadow: 0 10px 25px rgba(18,20,24,0.16);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 35px rgba(18,20,24,0.18);
}
.button.secondary {
  color: var(--deep);
  background: transparent;
  box-shadow: none;
}
.button.buy {
  background: linear-gradient(135deg, var(--deep), color-mix(in srgb, var(--accent) 68%, #111));
}
.hero-visual {
  position: relative;
  min-height: 370px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: color-mix(in srgb, var(--deep) 8%, #fff);
  border: 1px solid rgba(255,255,255,0.78);
  box-shadow: var(--soft-shadow);
  isolation: isolate;
}
.hero-visual img {
  width: 100%;
  height: min(52vw, 520px);
  min-height: 340px;
  object-fit: cover;
  filter: drop-shadow(0 24px 38px rgba(18,20,24,0.2));
  transition: transform 400ms ease;
}
.hero-visual:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.26), rgba(255,255,255,0) 35%, rgba(0,0,0,0.12));
  z-index: 1;
  pointer-events: none;
}
.hero-visual:after {
  content: "Product images are representative. USB drive form factors may vary.";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border-radius: 8px;
  padding: 9px 11px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 750;
  background: rgba(10,14,22,0.58);
  backdrop-filter: blur(10px);
  z-index: 2;
}
.hero-spec {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
  display: grid;
  gap: 7px;
  max-width: 230px;
}
.hero-spec span {
  width: fit-content;
  justify-self: end;
  border: 1px solid rgba(255,255,255,0.36);
  color: #fff;
  background: rgba(12,16,22,0.42);
  backdrop-filter: blur(12px);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 0.78rem;
  font-weight: 850;
}
.metric-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 22px;
  max-width: 420px;
}
.metric {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.82);
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 12px 30px rgba(18,20,24,0.06);
}
.metric strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1;
}
.metric span {
  color: var(--muted);
  font-size: 0.82rem;
}
main section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 44px 18px;
}
.campaign-strip {
  max-width: 1120px;
  margin: -10px auto 0;
  padding: 0 18px 34px;
  display: grid;
  gap: 10px;
}
.trust-mark {
  display: grid;
  gap: 2px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.78);
  border-radius: 8px;
  padding: 13px 14px;
  box-shadow: 0 14px 34px rgba(18,20,24,0.06);
}
.trust-mark strong {
  font-size: 0.92rem;
}
.trust-mark span {
  color: var(--muted);
  font-size: 0.84rem;
}
.band {
  max-width: none;
  margin: 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--deep) 95%, #fff), color-mix(in srgb, var(--accent) 70%, #111));
  color: #fff;
}
.band .inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 44px 18px;
}
.section-kicker {
  color: var(--accent);
  font-weight: 850;
  text-transform: uppercase;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.band .section-kicker { color: var(--gold); }
h2 {
  font-size: clamp(1.6rem, 6vw, 3rem);
  line-height: 1;
  margin: 0 0 12px;
  letter-spacing: 0;
}
.lead {
  color: var(--muted);
  max-width: 720px;
  font-size: 1.03rem;
}
.band .lead { color: rgba(255,255,255,0.78); }
.grid {
  display: grid;
  gap: 14px;
}
.grid.two, .grid.three, .grid.four { grid-template-columns: 1fr; }
.card {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.74);
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(18,20,24,0.05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--accent) 38%, var(--line));
  box-shadow: 0 18px 48px rgba(18,20,24,0.09);
}
.card h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}
.card p {
  margin: 0;
  color: var(--muted);
}
.card ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.card li {
  color: #4c5666;
  padding-left: 18px;
  position: relative;
}
.card li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 3px;
  background: var(--accent);
  position: absolute;
  left: 0;
  top: 0.62em;
}
.band .card {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
  color: #fff;
}
.band .card p { color: rgba(255,255,255,0.74); }
.band .card li { color: rgba(255,255,255,0.76); }
.showcase {
  display: grid;
  gap: 18px;
  align-items: stretch;
}
.feature-panel {
  border-radius: 8px;
  padding: 28px;
  color: #fff;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--deep) 90%, #000), color-mix(in srgb, var(--accent) 72%, #111));
  min-height: 260px;
  position: relative;
  overflow: hidden;
}
.feature-panel:after {
  content: "";
  position: absolute;
  inset: auto -15% -35% 18%;
  height: 210px;
  background: radial-gradient(circle, rgba(255,255,255,0.22), transparent 68%);
}
.feature-panel h3 {
  font-size: clamp(1.8rem, 7vw, 3.2rem);
  line-height: 0.98;
  margin: 0 0 14px;
  position: relative;
  z-index: 1;
}
.feature-panel p {
  color: rgba(255,255,255,0.78);
  max-width: 540px;
  position: relative;
  z-index: 1;
}
.mini-proof {
  display: grid;
  gap: 12px;
}
.mini-proof .card {
  box-shadow: none;
}
.story-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.campaign-deck {
  display: grid;
  gap: 14px;
}
.campaign-deck .card {
  position: relative;
  overflow: hidden;
}
.campaign-deck .card:after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 4px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, var(--accent), var(--warm));
}
.proof-lab {
  max-width: 1120px;
  margin: 0 auto;
  padding: 44px 18px;
  display: grid;
  gap: 18px;
  align-items: center;
}
.proof-copy h2 {
  max-width: 680px;
}
.proof-copy p {
  color: var(--muted);
  max-width: 650px;
  font-size: 1.05rem;
}
.device-demo {
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.72);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.86), rgba(255,255,255,0.58)),
    color-mix(in srgb, var(--accent) 7%, #fff);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}
.demo-top {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
}
.demo-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: var(--warm);
}
.demo-dot:nth-child(2) { background: var(--gold); }
.demo-dot:nth-child(3) { background: var(--accent); }
.demo-screen {
  display: grid;
  gap: 12px;
  padding: 18px;
}
.prompt-bubble,
.answer-bubble {
  border-radius: 10px;
  padding: 14px;
}
.prompt-bubble {
  margin-left: 8%;
  color: #fff;
  background: linear-gradient(135deg, var(--deep), color-mix(in srgb, var(--accent) 64%, #111));
}
.answer-bubble {
  margin-right: 6%;
  background: rgba(255,255,255,0.82);
  border: 1px solid var(--line);
}
.source-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.source-row span {
  border-radius: 999px;
  padding: 7px 9px;
  background: color-mix(in srgb, var(--accent) 13%, #fff);
  color: var(--deep);
  font-size: 0.78rem;
  font-weight: 850;
}
.tier-finder {
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.78);
  padding: 18px;
  box-shadow: var(--shadow);
}
.tier-options {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}
.tier-options button {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.7);
  border-radius: 8px;
  padding: 12px;
  text-align: left;
  color: var(--ink);
  font: inherit;
  cursor: pointer;
}
.tier-options button[aria-pressed="true"] {
  border-color: color-mix(in srgb, var(--accent) 60%, var(--deep));
  background: color-mix(in srgb, var(--accent) 12%, #fff);
}
.tier-result {
  margin-top: 16px;
  padding: 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--deep), color-mix(in srgb, var(--accent) 72%, #111));
  color: #fff;
}
.tier-result strong {
  display: block;
  font-size: 1.35rem;
}
.tier-result span {
  display: block;
  color: rgba(255,255,255,0.78);
  margin: 5px 0 14px;
}
.tier-result .button {
  width: fit-content;
  background: #fff;
  color: var(--deep);
  box-shadow: none;
}
.comparison-panel {
  max-width: 1120px;
  margin: 0 auto;
  padding: 44px 18px;
}
.comparison-grid {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.comparison-grid article {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.76);
  border-radius: 8px;
  padding: 18px;
}
.comparison-grid article:last-child {
  border-color: color-mix(in srgb, var(--accent) 45%, var(--line));
  box-shadow: 0 18px 45px rgba(18,20,24,0.1);
}
.comparison-grid h3 {
  margin: 0 0 8px;
}
.comparison-grid p {
  margin: 0;
  color: var(--muted);
}
.sticky-buy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 18;
  max-width: 1120px;
  margin: 0 auto 12px;
  padding: 0 18px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}
.sticky-buy .inner {
  pointer-events: none;
  display: grid;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 12px;
  padding: 12px;
  background: rgba(17,21,28,0.86);
  color: #fff;
  box-shadow: 0 22px 60px rgba(18,20,24,0.24);
  backdrop-filter: blur(18px);
}
.sticky-buy.is-active {
  opacity: 1;
  transform: translateY(0);
}
.sticky-buy.is-active .inner {
  pointer-events: auto;
}
.sticky-buy strong {
  display: block;
}
.sticky-buy span {
  display: block;
  color: rgba(255,255,255,0.74);
  font-size: 0.88rem;
}
.sticky-buy .button {
  box-shadow: none;
}
.story-card span,
.tier-badge {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 6px 9px;
  background: color-mix(in srgb, var(--accent) 14%, #fff);
  color: var(--deep);
  font-size: 0.78rem;
  font-weight: 850;
}
.tier-card.recommended {
  border-color: color-mix(in srgb, var(--accent) 45%, var(--line));
  box-shadow: 0 18px 45px rgba(18,20,24,0.12);
}
.buy-note {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.94rem;
}
.buy-note span {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.buy-note span:before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 0.58em;
  border-radius: 3px;
  background: var(--accent);
}
.purchase-strip {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}
.purchase-strip .card {
  box-shadow: none;
  background: rgba(255,255,255,0.82);
}
.numbered {
  counter-reset: step;
}
.numbered .card {
  position: relative;
  padding-top: 44px;
}
.numbered .card:before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 14px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  background: var(--deep);
  color: #fff;
  font-weight: 900;
  font-size: 0.82rem;
}
.tier-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tier-card h2 {
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  line-height: 1.1;
  word-break: break-word;
  margin: 0;
}
.why-exists {
  margin-top: 36px;
}
.why-exists .lead {
  max-width: 880px;
  margin-bottom: 24px;
}
.use-case-grid {
  margin-top: 8px;
}
.use-case h3 {
  margin-top: 0;
}
.use-case-note {
  font-size: 0.85rem;
  color: var(--muted);
  font-style: italic;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed var(--line);
}
.tier-price {
  font-size: 2rem;
  line-height: 1;
  color: var(--deep);
  font-weight: 900;
}
.tier-meta {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}
.tier-extra {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  display: grid;
  gap: 10px;
}
.tier-extra h3 {
  margin: 0;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
}
.tier-extra p {
  font-size: 0.95rem;
}
.tier-extra ul {
  margin-top: 0;
}
.tier-card .button {
  margin-top: auto;
  width: 100%;
}
.quote-panel {
  border-left: 6px solid var(--warm);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.68)),
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 9%, #fff), transparent);
  padding: 24px;
  border-radius: 10px;
  box-shadow: var(--shadow);
}
.quote-panel p {
  margin: 0;
  font-size: clamp(1.15rem, 5vw, 1.75rem);
  line-height: 1.16;
  font-weight: 850;
}
.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}
.check-list li {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.66);
  border-radius: 8px;
  padding: 12px 12px 12px 38px;
  position: relative;
}
.check-list li:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 17px;
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: var(--accent);
}
.page-title {
  max-width: 1120px;
  margin: 0 auto;
  padding: 46px 18px 18px;
}
.table-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.78);
}
table {
  width: 100%;
  min-width: 740px;
  border-collapse: collapse;
}
th, td {
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
th {
  color: var(--deep);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
tr:last-child td { border-bottom: 0; }
.faq details {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.74);
  border-radius: 8px;
  padding: 14px 16px;
}
.faq details + details { margin-top: 10px; }
.faq summary {
  cursor: pointer;
  font-weight: 850;
}
.faq p {
  color: var(--muted);
  margin: 10px 0 0;
}
.site-footer {
  background: #11151c;
  color: rgba(255,255,255,0.78);
  padding: 32px 18px;
}
.site-footer .inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.site-footer strong { color: #fff; }
.reveal {
  opacity: 1;
}
.js-ready .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
}
.js-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .js-ready .reveal {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 760px) {
  .nav-links { display: flex; }
  .hero { grid-template-columns: 1.02fr 0.98fr; padding-top: 56px; }
  .metric-strip { grid-template-columns: repeat(2, 1fr); }
  .campaign-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .campaign-deck { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .proof-lab { grid-template-columns: 0.85fr 1.15fr; }
  .tier-options { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .comparison-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sticky-buy .inner { grid-template-columns: 1fr auto; }
  .showcase { grid-template-columns: 1.05fr 0.95fr; }
  .mini-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer .inner { grid-template-columns: 1fr auto; align-items: center; }
}
@media (max-width: 520px) {
  .hero {
    min-height: auto;
    padding-top: 58px;
  }
  .hero h1, .page-title h1 {
    font-size: 2.45rem;
    line-height: 1.02;
  }
  .hero p, .page-title p {
    font-size: 1rem;
  }
  .button {
    width: 100%;
  }
  .hero-lede:before { display: none; }
  .hero-spec { display: none; }
  .sticky-buy {
    bottom: 8px;
    padding: 0 10px;
  }
  .sticky-buy .inner {
    grid-template-columns: 1fr;
    padding: 10px;
  }
  .sticky-buy span {
    display: none;
  }
  .sticky-buy strong {
    font-size: 0.9rem;
  }
  .sticky-buy .button {
    width: 100%;
    min-height: 42px;
    padding: 11px 14px;
  }
  .hero-visual {
    min-height: 0;
    margin-top: 18px;
  }
  .hero-visual img {
    min-height: 270px;
    height: 78vw;
  }
  .card {
    padding: 16px;
  }
  main section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}


.bundle-page { display: none; min-height: 100vh; }
.bundle-page.is-active { display: block; }
.bundle-landing { padding-bottom: 80px; }
.bundle-hero { background: inherit; }
.bundle-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  max-width: 1120px;
  margin: 0 auto;
  padding: 12px 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(251, 250, 247, 0.86);
  border-bottom: 1px solid var(--line);
}
.buy-os-group { display: flex; flex-direction: column; gap: 8px; margin-top: auto; padding-top: 14px; align-items: stretch; }
.buy-os-group .button.buy { width: 100%; text-align: center; padding: 12px 8px; white-space: nowrap; font-size: 0.82rem; letter-spacing: 0; gap: 4px; }
.buy-platform-note { font-size: 0.82rem; color: var(--muted); margin: 6px 0 0; }
.bundle-overview-hero { min-height: 0; padding-top: 36px; padding-bottom: 18px; }
.home-page .bundle-overview-hero { min-height: min(560px, calc(100svh - 200px)); }
.home-page .bundle-overview-hero h1 { font-size: clamp(1.85rem, 4.8vw, 3.4rem); line-height: 1.02; max-width: 720px; }
.home-page .bundle-overview-hero .hero-lede { font-size: clamp(0.98rem, 2.1vw, 1.12rem); max-width: 600px; }
.home-page .bundle-overview-hero .buy-note { font-size: 0.88rem; }
.home-page .bundle-overview-hero .bundle-hero-card img { max-height: 360px; object-fit: cover; }
.bundle-hero-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
}
.bundle-hero-card img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
}
.bundle-hero-card-caption {
  padding: 18px;
  font-weight: 850;
  color: var(--deep);
}
.bundle-product-grid {
  display: grid;
  gap: 16px;
}
.bundle-product-grid.two-up {
  grid-template-columns: 1fr;
  gap: 22px;
  max-width: 1080px;
}
@media (min-width: 820px) {
  .bundle-product-grid.two-up {
    grid-template-columns: 1fr 1fr;
  }
}
.bundle-product-card {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,0.78);
  box-shadow: 0 12px 40px rgba(18,20,24,0.08);
}
.bundle-product-card img {
  width: 100%;
  min-height: 260px;
  height: 100%;
  object-fit: cover;
}
.bundle-product-body {
  padding: 22px;
}
.bundle-product-body h3 {
  margin: 4px 0 10px;
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  line-height: 1.02;
}
.bundle-card-meta {
  margin-top: 12px;
  color: var(--muted);
}
.bundle-card-meta strong { color: var(--ink); }
@media (min-width: 860px) {
  .bundle-product-card { grid-template-columns: 0.88fr 1.12fr; }
}
@media (max-width: 760px) {
  .bundle-nav { align-items: flex-start; flex-direction: column; }
  .bundle-nav .nav-links { width: 100%; justify-content: flex-start; overflow-x: auto; }
}

/* ============================================================
 * Multi-page overrides — neutralize SPA-only behavior
 * ============================================================ */
.bundle-page { display: block; min-height: 0; }
.bundle-page.is-active { display: block; }
.bundle-landing { padding-bottom: 0; }

/* ============================================================
 * Site navigation (multi-page)
 * ============================================================ */
.site-header .brand { color: var(--ink); font-size: 1.02rem; }
.site-header .brand span:last-child { font-weight: 800; }

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 9px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.8);
  border-radius: 8px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 200ms ease, opacity 200ms ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--muted);
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.nav-dropdown-toggle[aria-current="page"],
.nav-dropdown-toggle:hover,
.nav-dropdown.is-open .nav-dropdown-toggle {
  color: var(--ink);
  background: rgba(18,20,24,0.06);
}
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  display: none;
  flex-direction: column;
  min-width: 220px;
  background: rgba(255,255,255,0.98);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 6px;
  box-shadow: 0 18px 50px rgba(18,20,24,0.16);
  z-index: 50;
  backdrop-filter: blur(12px);
}
.nav-dropdown.is-open .nav-dropdown-menu { display: flex; }
.nav-dropdown-menu a {
  padding: 9px 12px;
  border-radius: 7px;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.92rem;
}
.nav-dropdown-menu a:hover { background: rgba(18,20,24,0.06); }

/* ============================================================
 * Hero — multi-page tweaks
 * ============================================================ */
/* The hero-visual:after caption was inline-only for products. Hide on non-product pages by default. */
article.page.about-page .hero-visual:after,
article.page.retainer-page .hero-visual:after,
article.page.contact-page .hero-visual:after,
article.page.home-page .hero-visual:after { content: none; }

/* ============================================================
 * Footer (multi-page)
 * ============================================================ */
.site-footer .inner {
  grid-template-columns: 1fr;
  gap: 28px;
  padding-bottom: 20px;
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.footer-cols > div {
  display: grid;
  gap: 6px;
  font-size: 0.9rem;
}
.footer-cols a {
  color: rgba(255,255,255,0.74);
  text-decoration: none;
}
.footer-cols a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 18px;
}
.footer-bottom .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  padding-bottom: 0;
}
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 4px;
}
.footer-tagline {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold, #c8a96a);
}
.footer-fine {
  color: rgba(255,255,255,0.55);
  font-size: 0.78rem;
}
@media (max-width: 640px) {
  .footer-bottom .inner {
    align-items: flex-start;
  }
  .footer-right {
    align-items: flex-start;
    text-align: left;
  }
}

/* ============================================================
 * Checkout-coming-soon modal
 * ============================================================ */
.checkout-notice {
  position: fixed;
  inset: 0;
  background: rgba(10,14,22,0.55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 200;
  backdrop-filter: blur(6px);
}
.checkout-notice.is-open { display: flex; }
.checkout-notice-card {
  background: var(--paper);
  border-radius: 14px;
  padding: 28px;
  max-width: 460px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.3);
  border: 1px solid var(--line);
}
.checkout-notice-card h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  line-height: 1.1;
}
.checkout-notice-card p {
  color: var(--muted);
  margin: 0 0 18px;
  font-size: 0.98rem;
}
.checkout-notice-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.checkout-notice .button.secondary { border-color: var(--line); }

/* ============================================================
 * About / Contact / Retainer custom layouts
 * ============================================================ */
.about-headshot {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--soft-shadow);
  background: #fff;
  border: 1px solid rgba(255,255,255,0.7);
}
.about-headshot img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; }
.social-icons {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 12px;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: var(--ink, #1a1a1a);
  background: rgba(0,0,0,0.04);
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
  text-decoration: none;
}
.social-icons a:hover {
  background: var(--warm, #b8743a);
  color: #fff;
  transform: translateY(-1px);
}
.social-icons a:focus-visible {
  outline: 2px solid var(--warm, #b8743a);
  outline-offset: 2px;
}
.footer-social {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  color: currentColor;
  opacity: 0.8;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.footer-social a:hover { opacity: 1; transform: translateY(-1px); }
.footer-social a:focus-visible { outline: 2px solid var(--warm, #b8743a); outline-offset: 2px; }
.about-grid {
  display: grid;
  gap: 24px;
}
.about-quote {
  border-left: 5px solid var(--warm);
  padding: 18px 22px;
  background: rgba(255,255,255,0.7);
  border-radius: 10px;
  font-size: 1.05rem;
}
.contact-form {
  display: grid;
  gap: 14px;
  background: rgba(255,255,255,0.78);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
  box-shadow: var(--shadow);
}
.contact-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--deep);
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  background: #fff;
  color: var(--ink);
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid color-mix(in srgb, var(--accent) 50%, transparent);
  outline-offset: 1px;
  border-color: var(--accent);
}
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form .form-row { display: grid; gap: 14px; }
.contact-meta {
  display: grid;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--muted);
}
.contact-meta strong { color: var(--ink); display: block; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; }
.contact-meta a { color: var(--deep); font-weight: 700; }

/* ============================================================
 * Home page extras
 * ============================================================ */
.home-credibility {
  background: linear-gradient(135deg, #11151c, #1a2230);
  color: #fff;
}
.home-credibility .inner { padding: 56px 18px; max-width: 1120px; margin: 0 auto; }
.home-credibility h2 { color: #fff; max-width: 740px; }
.home-credibility .lead { color: rgba(255,255,255,0.78); }
.home-credibility .card {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.15);
  color: #fff;
}
.home-credibility .card h3 { color: #fff; }
.home-credibility .card p { color: rgba(255,255,255,0.74); }

/* ============================================================
 * Responsive
 * ============================================================ */
@media (max-width: 759px) {
  .nav-toggle { display: inline-flex; }
  .nav-links {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    padding: 14px;
    gap: 4px;
    background: rgba(251, 250, 247, 0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 40px rgba(18,20,24,0.12);
  }
  .nav-links.is-open { display: flex !important; }
  .nav-links a, .nav-dropdown-toggle {
    width: 100%;
    text-align: left;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 1rem;
  }
  .nav-dropdown { width: 100%; }
  .nav-dropdown-menu {
    position: static;
    box-shadow: none;
    border: 0;
    margin-top: 4px;
    margin-left: 8px;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    width: 100%;
  }
  .nav-dropdown.is-open .nav-dropdown-menu { display: flex; }
  .nav-dropdown-menu a {
    padding: 10px 14px;
    color: var(--muted);
    font-size: 0.95rem;
  }
  .site-header .nav { flex-wrap: nowrap; }
}
@media (min-width: 760px) {
  .nav-toggle { display: none; }
  .footer-cols { grid-template-columns: repeat(3, 1fr); }
  .site-footer .inner { grid-template-columns: 1.2fr 2fr; align-items: start; gap: 40px; }
  .about-grid { grid-template-columns: 1.4fr 1fr; align-items: start; }
}
@media (min-width: 860px) {
  .contact-form .form-row { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
 * Per-product section sub-nav (Home/Library/Tiers/Examples/FAQ)
 * ============================================================ */
.subnav-wrap {
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(10px);
}
.subnav {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.subnav .brand {
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.96rem;
  color: var(--deep);
}
.subnav .nav-links {
  display: flex !important;
  gap: 4px;
  align-items: center;
  font-size: 0.88rem;
  position: static;
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  flex-wrap: wrap;
  width: auto;
}
.subnav .nav-links a {
  padding: 6px 10px;
  border-radius: 6px;
  color: var(--muted);
  font-weight: 650;
  width: auto;
}
.subnav .nav-links a:hover,
.subnav .nav-links a[aria-current="page"] {
  color: var(--ink);
  background: rgba(18,20,24,0.06);
}

/* ============================================================
 * Footer fix — ensure two-column layout works on tier pages
 * ============================================================ */
@media (min-width: 760px) {
  .site-footer .inner {
    grid-template-columns: 1.3fr 2.4fr;
    align-items: start;
    gap: 50px;
    padding-bottom: 24px;
  }
  .footer-cols {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.site-footer { margin-top: 60px; }

/* ============================================================
 * Hero h1 / page-title h1 — better balance, less aggressive scaling
 * ============================================================ */
.hero h1, .page-title h1 {
  font-size: clamp(2rem, 5.8vw, 4.1rem);
  line-height: 1.04;
  text-wrap: balance;
}
.bundle-overview-hero h1 {
  font-size: clamp(2.05rem, 6.4vw, 4.6rem);
  line-height: 1.02;
}

/* ============================================================
 * Brand positioning: Four Pillars + Services band
 * ============================================================ */
.pillars {
  padding-top: 64px;
  padding-bottom: 64px;
}
.pillar-card {
  position: relative;
  padding-top: 28px;
}
.pillar-card .pillar-num {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  font-weight: 800;
  color: var(--teal, #0f766e);
  margin-bottom: 12px;
}
.pillar-card h3 {
  font-size: 1.28rem;
  margin: 0 0 10px;
  line-height: 1.18;
}
.pillar-card p {
  color: var(--muted);
  margin: 0;
  font-size: 0.98rem;
}

.home-services {
  background: var(--paper, #fbfaf7);
  padding: 88px 0;
}
.home-services .inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px;
}
.home-services h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1.06;
  letter-spacing: -0.01em;
  margin: 8px 0 14px;
}
.service-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service-card h3 {
  font-size: 1.32rem;
  margin: 4px 0 8px;
  line-height: 1.15;
}
.service-card p {
  color: var(--muted);
  margin: 0;
  font-size: 0.98rem;
}

@media (max-width: 760px) {
  .pillars { padding: 44px 0; }
  .home-services { padding: 56px 0; }
}

/* ============================================================
   CAREER TIMELINE
   ============================================================ */
.timeline-section {
  padding: 56px 0 16px;
}
.timeline-section .section-kicker { color: var(--accent, #0f766e); }
.timeline {
  position: relative;
  margin: 32px 0 8px;
  padding-left: 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 92px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(15, 23, 42, 0.12);
}
.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 80px 24px 1fr;
  gap: 0;
  padding: 14px 0;
  align-items: start;
}
.timeline-year {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--muted);
  letter-spacing: 0.02em;
  padding-top: 2px;
}
.timeline-dot-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 8px;
}
.timeline-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(15, 23, 42, 0.35);
  position: relative;
  z-index: 1;
}
.timeline-item.milestone .timeline-dot {
  background: var(--accent, #0f766e);
  border-color: var(--accent, #0f766e);
  width: 11px;
  height: 11px;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12);
}
.timeline-item.milestone .timeline-year { color: var(--ink); }
.timeline-content {
  padding-left: 18px;
  padding-bottom: 2px;
}
.timeline-content h5 {
  margin: 0 0 4px;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--ink);
  line-height: 1.3;
}
.timeline-content p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

/* ============================================================
   SPEAKING ENGAGEMENTS
   ============================================================ */
.speaking-section {
  padding: 56px 0;
}
.speaking-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  margin-top: 24px;
}
.speaking-item {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 22px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.speaking-date {
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
.speaking-item.upcoming .speaking-date {
  color: var(--accent, #0f766e);
}
.speaking-body h4 {
  margin: 0 0 6px;
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--ink);
  line-height: 1.3;
}
.speaking-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}
.speaking-body .venue {
  font-size: 0.88rem;
  color: var(--muted);
  margin-top: 4px;
}
.speaking-tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: var(--muted);
  white-space: nowrap;
}
.speaking-item.upcoming .speaking-tag {
  background: rgba(15, 118, 110, 0.12);
  color: var(--accent, #0f766e);
}
.speaking-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--accent, #0f766e);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}
.speaking-link:hover { opacity: 0.7; }

/* ============================================================
   INSIGHTS PAGE
   ============================================================ */
.insights-hero {
  padding: 80px 0 40px;
}
.insights-tabs {
  display: flex;
  gap: 4px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  margin: 30px 0 0;
}
.insights-tab {
  background: none;
  border: none;
  padding: 14px 20px;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 0.15s, border-color 0.15s;
}
.insights-tab:hover { color: var(--ink); }
.insights-tab.is-active {
  color: var(--ink);
  border-bottom-color: var(--accent, #0f766e);
}
.insights-panel { display: none; padding: 40px 0 80px; }
.insights-panel.is-active { display: block; }
.article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}
.article-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  color: inherit;
}
.article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px -16px rgba(15, 23, 42, 0.18);
}
.article-tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent, #0f766e);
  margin-bottom: 14px;
}
.article-card h3 {
  margin: 0 0 12px;
  font-size: 1.32rem;
  line-height: 1.22;
  letter-spacing: -0.01em;
  font-weight: 700;
  color: var(--ink);
}
.article-card p {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
  margin: 0 0 18px;
}
.article-meta {
  margin-top: auto;
  display: flex;
  gap: 14px;
  font-size: 0.83rem;
  color: var(--muted);
  align-items: center;
}
.article-meta .dot { opacity: 0.5; }
.video-placeholder {
  text-align: center;
  padding: 80px 24px;
  background: #fff;
  border: 1px dashed rgba(15, 23, 42, 0.15);
  border-radius: 14px;
}
.video-placeholder h3 {
  font-size: 1.4rem;
  margin: 0 0 10px;
}
.video-placeholder p {
  color: var(--muted);
  max-width: 520px;
  margin: 0 auto;
}

/* Article detail page */
.article-page {
  max-width: 740px;
  margin: 0 auto;
  padding: 80px 24px 100px;
}
.article-page .pill { margin-bottom: 18px; }
.article-page h1 {
  font-size: clamp(1.9rem, 4.2vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin: 0 0 18px;
}
.article-page .article-lede {
  font-size: 1.18rem;
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 28px;
}
.article-page .article-meta {
  margin: 0 0 40px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}
.article-page h2 {
  font-size: 1.45rem;
  margin: 40px 0 14px;
  letter-spacing: -0.005em;
}
.article-page p {
  font-size: 1.04rem;
  line-height: 1.7;
  color: var(--ink);
  margin: 0 0 18px;
}
.article-page blockquote {
  border-left: 3px solid var(--accent, #0f766e);
  padding: 8px 0 8px 22px;
  margin: 26px 0;
  font-size: 1.08rem;
  font-style: italic;
  color: var(--muted);
}

@media (max-width: 760px) {
  .timeline::before { left: 64px; }
  .timeline-item { grid-template-columns: 54px 20px 1fr; }
  .timeline-year { font-size: 0.85rem; }
  .timeline-content { padding-left: 12px; }
  .timeline-content h5 { font-size: 0.96rem; }
  .speaking-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .speaking-tag { justify-self: start; }
  .insights-tabs { overflow-x: auto; }
  .insights-tab { padding: 12px 14px; font-size: 0.88rem; }
  .article-grid { grid-template-columns: 1fr; }
}
