/* ==========================================================================
   Front page — archival data-sheet look (July 2026 reskin).
   Same paper, new voice: heavy tight grotesque display (Inter Tight 800),
   mono tracked data labels, visible compartment rules, bordered meta chips,
   square black CTA blocks. No display serifs, no italics, no red accent —
   yellow appears only as a small functional accent (marks, hovers, dots).
   Loads only when is_front_page(). Sections prefixed .hm-.
   ========================================================================== */

/* ========= INTRO HERO =========
   Left: mono kicker + huge grotesque headline.
   Right: dek, then the Read/Watch/Listen/Bring rail as stacked bordered
   cells (the reference's stat-cell rail), then the black CTA block.
   A vertical rule divides the two columns at desktop. */
.hm-intro {
  padding: 56px 0 64px;
  border-bottom: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}
@media (min-width: 1000px) {
  .hm-intro { grid-template-columns: 1.1fr 1fr; gap: 0; padding: 64px 0 72px; }
  .hm-intro .ih-left  { padding-right: 56px; }
  .hm-intro .ih-right { border-left: 1px solid var(--rule); padding-left: 56px; }
}
.hm-intro .ih-eyebrow {
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 28px;
  display: flex; align-items: center; gap: 10px;
}
.hm-intro .ih-eyebrow b { color: var(--ink); font-weight: 500; }
.hm-intro .ih-eyebrow .dot {
  width: 8px; height: 8px;
  background: var(--accent);
  display: inline-block;
}
.hm-intro .ih-head {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(2.75rem, 5.5vw + 1rem, 6rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 0;
  text-wrap: balance;
  color: var(--ink);
}
.hm-intro .ih-head em {
  font-style: normal;
  font-weight: 800;
  color: inherit;
}
/* Body text stays in the reading serif — editorial voice, easier read. */
.hm-intro .ih-dek {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.1rem, 0.5vw + 1rem, 1.5rem);
  line-height: 1.4;
  color: var(--ink-soft);
  margin: 0 0 28px;
  max-width: 560px;
  text-wrap: pretty;
}
.hm-intro .ih-dek b { font-style: normal; font-weight: 700; color: var(--ink); }
.hm-intro .ih-rail {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  border-top: 1px solid var(--rule);
}
.hm-intro .ih-rail li {
  border-bottom: 1px solid var(--rule);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-mute);
}
/* Whole row is the link (plain-span fallback for ACF rows without one). */
.hm-intro .ih-rail li > a { text-decoration: none; color: inherit; }
.hm-intro .ih-rail li > a,
.hm-intro .ih-rail li:not(:has(> a)) {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: baseline;
  padding: 14px 0;
}
.hm-intro .ih-rail li > a:hover { background: rgba(255,198,95,0.12); }
.hm-intro .ih-rail li > a:hover .ih-n { transform: translateX(3px); }
.hm-intro .ih-rail .ih-n {
  font-family: var(--mono);
  color: var(--ink);
  font-size: 13px;
  transition: transform 0.18s ease-out;
}
.hm-intro .ih-rail b {
  color: var(--ink);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.06em;
  margin-right: 4px;
}
.hm-intro .ih-actions {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
/* Inline subscribe — the hero's one call to action. Posts to the same
   Mailchimp list as the newsletter block. */
.hm-intro .ih-sub {
  display: flex;
  flex: 1;
  min-width: 260px;
  max-width: 420px;
}
.hm-intro .ih-sub input {
  flex: 1; min-width: 0;
  font-family: var(--mono);
  font-size: 16px;             /* ≥16px prevents iOS Safari zoom on focus */
  padding: 13px 14px;
  border: 1px solid var(--ink);
  border-right: none;
  background: transparent;
  color: var(--ink);
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
@media (min-width: 900px) { .hm-intro .ih-sub input { font-size: 13px; } }
.hm-intro .ih-sub input::placeholder { color: var(--ink-mute); }
.hm-intro .ih-sub input:focus { outline: none; border-color: var(--ink); background: rgba(255,198,95,0.08); }
.hm-intro .ih-sub button {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  background: var(--ink); color: var(--paper);
  border: 1px solid var(--ink);
  padding: 0 18px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}
.hm-intro .ih-sub button:hover { background: var(--accent); color: var(--ink); border-color: var(--accent); }
/* Signup result notice (paper variant, sits above the hero form). */
.hm-intro .nl-note {
  flex-basis: 100%;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.45;
  padding: 12px 16px;
  border-left: 3px solid var(--accent);
  background: var(--paper-2);
  color: var(--ink);
}
.hm-intro .nl-note--err { border-left-color: var(--accent-ink); }

.hm-intro .ih-hint {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-mute);
}

/* ========= SECTION LABELS (reusable) =========
   Flat data-sheet label: bold caps + mute note, hairline filling the rest. */
.hm-section-label {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin: 56px 0 28px;
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-mute);
}
.hm-section-label::after {
  content: ""; flex: 1; height: 1px; background: var(--rule);
  align-self: center;
}
.hm-section-label::before { content: none; }
.hm-section-label strong {
  font-family: var(--sans);
  font-style: normal; font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink);
}
.hm-section-label .num {
  font-family: var(--mono); font-size: 11px; color: var(--ink-mute);
}

/* ========= COVER A — FEATURED ARTICLE ========= */
.hm-cover {
  padding: 48px 0 56px;
  border-bottom: 1px solid var(--ink);
  position: relative;
}
.hm-cover .kicker {
  display: flex; gap: 16px; align-items: center; flex-wrap: wrap;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 32px;
}
.hm-cover .kicker .tag {
  background: var(--ink); color: var(--paper);
  padding: 6px 12px; font-weight: 500;
}
.hm-cover .kicker .num { color: var(--ink-mute); }
.hm-cover .headline {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(2.5rem, 5vw + 1rem, 6.5rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 0 0 40px;
  text-wrap: balance;
}
.hm-cover .headline a { text-decoration: none; color: inherit; }
.hm-cover .headline a:hover { color: var(--ink-soft); }
.hm-cover .below {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
}
@media (min-width: 900px) {
  .hm-cover .below { grid-template-columns: 220px 1fr; gap: 0; }
  .hm-cover .byline { border-right: 1px solid var(--rule); padding-right: 40px; }
  .hm-cover .below > div:last-child { padding-left: 48px; }
}
.hm-cover .byline {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.hm-cover .byline strong {
  display: block;
  font-family: var(--sans);
  font-style: normal; font-weight: 700;
  font-size: 17px; letter-spacing: -0.01em;
  text-transform: none; color: var(--ink);
  margin-top: 6px;
}
/* Excerpt reads like body prose: the reading serif at body size. */
.hm-cover .pull {
  font-family: var(--serif);
  font-size: clamp(1rem, 0.3vw + 0.9rem, 1.125rem);
  line-height: 1.55;
  color: var(--ink);
  margin: 0 0 18px;
  max-width: 64ch;
  text-wrap: pretty;
}
.hm-cover .pull:last-of-type { margin-bottom: 28px; }
.hm-cover .cta-inline {
  display: inline-block;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 14px 20px;
  text-decoration: none;
}
.hm-cover .cta-inline:hover { background: var(--accent); color: var(--ink); }
.hm-cover .readtime {
  margin-top: 20px;
  display: flex; gap: 10px; flex-wrap: wrap;
}
.hm-cover .readtime span {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-mute);
  border: 1px solid var(--rule);
  padding: 6px 10px;
}

/* ========= COVER A — VIDEO VARIANT ========= */
.hm-cover-video .yt-facade {
  margin: 0 0 20px;
}

/* ========= FEATURED ROW — 3-up =========
   Same card recipe as the "Keep going" grid on singles (.ll-more-grid in
   single-longform.css): bordered paper-2 card, kicker · title · excerpt,
   read time pinned to the bottom, yellow wash on hover. */
.hm-feat-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 900px) {
  .hm-feat-row { grid-template-columns: repeat(3, 1fr); gap: 32px; }
}
.hm-feat-row article {
  padding: 24px;
  border: 1px solid var(--ink);
  background: var(--paper-2);
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 240px;
}
.hm-feat-row article:hover { background: var(--accent); }
.hm-feat-row .k {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-mute); margin-bottom: 12px;
}
.hm-feat-row h2 {
  font-family: var(--sans);
  font-weight: 700; font-size: 22px; line-height: 1.12;
  letter-spacing: -0.02em; margin: 0 0 12px;
}
.hm-feat-row h2 a { text-decoration: none; color: inherit; }
.hm-feat-row p {
  font-family: var(--sans); font-size: 14px; line-height: 1.5;
  color: var(--ink-soft); margin: 0 0 16px;
}
.hm-feat-row .meta {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink-mute);
}

/* ========= VIDEOS FIVE-LIST =========
   Index rows: small mono number · bold grotesque title · bordered chip. */
.hm-five {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 40px 0;
  border-bottom: 1px solid var(--ink);
}
@media (min-width: 900px) {
  .hm-five { grid-template-columns: 260px 1fr; gap: 0; }
  .hm-five .head { padding-right: 48px; border-right: 1px solid var(--rule); }
}
.hm-five .head h2 {
  font-family: var(--sans);
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2rem, 2.5vw + 1rem, 3rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
}
.hm-five .head h2 em { font-style: normal; font-weight: 800; color: inherit; }
.hm-five .head p {
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-mute); line-height: 1.7;
}
.hm-five ol {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  /* Breathing room between the vertical rule and the titles. Must come
     after the base padding reset above or it loses the cascade. */
  .hm-five ol { padding-left: 48px; }
}
.hm-five li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
}
.hm-five li:last-child { border-bottom: none; }
.hm-five li:hover { background: rgba(255,198,95,0.12); }
.hm-five .t {
  font-family: var(--sans);
  font-weight: 700; font-size: clamp(1.125rem, 0.6vw + 1rem, 1.625rem);
  line-height: 1.15; letter-spacing: -0.02em;
}
.hm-five .t a { text-decoration: none; color: inherit; }
.hm-five .t a:hover { color: var(--ink-soft); }
.hm-five .t em { font-style: normal; font-weight: 700; color: inherit; }
.hm-five .rt {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-mute);
  border: 1px solid var(--rule);
  padding: 5px 9px;
  align-self: center;
}

/* ========= PODCAST — same skeleton as the five-list =========
   Head column (big title · mono dek · listen-on) behind a vertical rule,
   episode rows on the right. Mirrors .hm-five exactly. */
.hm-pod {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 40px 0 56px;
}
@media (min-width: 900px) {
  .hm-pod { grid-template-columns: 260px 1fr; gap: 0; }
  .hm-pod .head { padding-right: 48px; border-right: 1px solid var(--rule); }
}
.hm-pod .head h2 {
  font-family: var(--sans);
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2rem, 2.5vw + 1rem, 3rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
}
.hm-pod .head h2 em { font-style: normal; font-weight: 800; color: inherit; }
.hm-pod .head p {
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-mute); line-height: 1.7;
  margin: 0 0 18px;
}
.hm-pod .listen-on {
  display: flex; gap: 14px; align-items: center; flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-mute);
}
.hm-pod .listen-on a {
  color: var(--ink); text-decoration: none;
  border-bottom: 2px solid var(--accent); padding-bottom: 2px;
}
.hm-pod .listen-on a:hover { opacity: 0.7; }
.hm-pod .episodes { list-style: none; padding: 0; margin: 0; }
@media (min-width: 900px) {
  /* After the base padding reset above so the cascade keeps it. */
  .hm-pod .episodes { padding-left: 48px; }
}
.hm-pod .episodes li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.hm-pod .episodes li:last-child { border-bottom: none; }
.hm-pod .episodes li:hover { background: rgba(255,198,95,0.12); }
.hm-pod .episodes .ep-t {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(1.125rem, 0.6vw + 1rem, 1.625rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.hm-pod .episodes .ep-t a { text-decoration: none; color: inherit; }
.hm-pod .episodes .ep-t a:hover { color: var(--ink-soft); }
.hm-pod .episodes .ep-t .guest {
  display: block;
  font-family: var(--mono);
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-mute); margin-top: 6px;
  font-style: normal; font-weight: 400;
}
.hm-pod .episodes .ep-len {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-mute);
  border: 1px solid var(--rule);
  padding: 5px 9px;
  align-self: center;
}

/* Speaking CTA block (.ll-speaking-cta) lives in chrome.css since it's
   used universally on home + every single page. */
