/* ==========================================================================
   NTV — Alan C. North bio
   Two-column: bio prose left, philosophy + milestones + sponsor right,
   full-width creed banner beneath both.
   Fonts are enqueued in functions.php, so no @import here.
   ========================================================================== */

.ntv-alan {
  --ntv-red: #c8102e;
  --ntv-red-dk: #a50d26;
  --ntv-navy: #0e2a57;
  --ntv-dark: #0a1a33;
  --ntv-ink: #0e2a57;
  --ntv-gray: #5b6472;
  --ntv-soft: #8a92a0;
  --ntv-line: #e6e8ec;
  --ntv-radius: 0px;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--ntv-ink);
  line-height: 1.5;
  max-width: 1180px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}

.ntv-alan * { box-sizing: border-box; }
.ntv-alan a { text-decoration: none; color: inherit; }
.ntv-alan img { display: block; max-width: 100%; }

.ntv-alan h1,
.ntv-alan h2,
.ntv-alan h3 {
  font-family: "Archivo", "Inter", sans-serif;
  margin: 0;
  letter-spacing: -0.01em;
}

/* ========== HERO ========== */

.ntv-alan-hero {
  text-align: center;
  padding: 54px 26px 40px;
}

.ntv-alan-hero h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.08;
  color: var(--ntv-navy);
  margin: 0 0 10px;
}

.ntv-alan-hero p {
  font-size: 16px;
  color: var(--ntv-gray);
  margin: 0;
}

/* ========== BODY GRID ==========
   Bio and sidebar share the top row; the creed banner spans both columns
   in a second row beneath them.
   ============================================================== */

.ntv-alan-body {
  display: grid;
  grid-template-columns: 1fr 340px;
  grid-template-areas:
    "main side"
    "creed creed";
  gap: 40px;
  padding: 0 26px 70px;
  align-items: start;
}

/* ========== MAIN COLUMN ========== */

.ntv-alan-main {
  grid-area: main;
  background: #fff;
  border: 1px solid var(--ntv-line);
  border-radius: var(--ntv-radius);
  padding: 32px;
  min-width: 0;
}

/* --- Intro: photo + lede --- */

.ntv-alan-intro {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 26px;
  align-items: start;
  padding-bottom: 28px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--ntv-line);
}

.ntv-alan-photo { margin: 0; }

.ntv-alan-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--ntv-line);
  border-radius: var(--ntv-radius);
}

.ntv-alan-lede { min-width: 0; }

.ntv-alan-lede h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--ntv-navy);
  margin: 0 0 8px;
}

.ntv-alan-role {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ntv-red);
  line-height: 1.6;
  margin-bottom: 14px;
}

.ntv-alan-lede p {
  font-size: 15px;
  color: var(--ntv-gray);
  line-height: 1.65;
  margin: 0;
}

/* Sits under the headshot, right-aligned to the photo's edge. */
.ntv-alan-social {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 12px;
}

.ntv-alan-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: var(--ntv-navy);
  color: #fff;
  border-radius: var(--ntv-radius);
  transition: background 0.2s ease;
}

.ntv-alan-social a:hover { background: var(--ntv-red); }

.ntv-alan-social a:focus-visible {
  outline: 2px solid var(--ntv-red);
  outline-offset: 2px;
}

.ntv-alan-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* --- Prose sections --- */

.ntv-alan-section { padding-top: 28px; }

.ntv-alan-section h3 {
  font-size: 21px;
  font-weight: 700;
  color: var(--ntv-navy);
  margin: 0 0 6px;
}

.ntv-alan-section h3::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background: var(--ntv-red);
  margin: 12px 0 18px;
}

.ntv-alan-section p {
  font-size: 15px;
  color: var(--ntv-gray);
  line-height: 1.75;
  margin: 0 0 16px;
}

.ntv-alan-section p:last-child { margin-bottom: 0; }

.ntv-alan-standout {
  font-size: 16px !important;
  font-weight: 700;
  color: var(--ntv-navy) !important;
  border-left: 3px solid var(--ntv-red);
  padding-left: 14px;
}

/* ========== SIDEBAR ========== */

.ntv-alan-side { grid-area: side; }

.ntv-alan-side > * + * { margin-top: 22px; }

.ntv-alan-card {
  background: #fff;
  border: 1px solid var(--ntv-line);
  border-radius: var(--ntv-radius);
  padding: 22px;
}

.ntv-alan-card__title {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 17px;
  font-weight: 700;
  color: var(--ntv-navy);
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ntv-line);
}

.ntv-alan-card__title svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: var(--ntv-red);
}

/* --- Philosophy list --- */

.ntv-alan-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ntv-alan-list li {
  display: flex;
  gap: 10px;
  font-size: 13.5px;
  color: var(--ntv-gray);
  line-height: 1.55;
}

.ntv-alan-list li + li { margin-top: 14px; }

.ntv-alan-list strong {
  color: var(--ntv-navy);
  font-weight: 700;
}

.ntv-alan-check {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--ntv-soft);
}

/* --- Milestones timeline --- */

.ntv-alan-timeline {
  list-style: none;
  margin: 0;
  padding: 0 0 0 18px;
  position: relative;
}

.ntv-alan-timeline::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background: var(--ntv-line);
}

.ntv-alan-timeline li { position: relative; }

.ntv-alan-timeline li + li { margin-top: 18px; }

.ntv-alan-timeline li::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ntv-red);
}

.ntv-alan-timeline .year {
  font-size: 13px;
  font-weight: 700;
  color: var(--ntv-navy);
  margin-bottom: 3px;
}

.ntv-alan-timeline .text {
  font-size: 12.5px;
  color: var(--ntv-gray);
  line-height: 1.5;
}

/* --- Sponsor card --- */

.ntv-alan-sponsor__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ntv-red);
  margin-bottom: 8px;
}

.ntv-alan-sponsor__name {
  font-size: 19px;
  font-weight: 700;
  color: var(--ntv-navy);
  margin: 0 0 10px;
}

.ntv-alan-sponsor p {
  font-size: 13px;
  color: var(--ntv-gray);
  line-height: 1.6;
  margin: 0 0 16px;
}

.ntv-alan-sponsor__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ntv-navy);
  transition: color 0.15s ease;
}

.ntv-alan-sponsor__link svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

.ntv-alan-sponsor__link:hover { color: var(--ntv-red); }
.ntv-alan-sponsor__link:hover svg { transform: translateX(3px); }

.ntv-alan-sponsor__link:focus-visible {
  outline: 2px solid var(--ntv-red);
  outline-offset: 3px;
}

/* ========== TRUTH BANNER ========== */

.ntv-alan-creed {
  grid-area: creed;
  background: #fff;
  border: 1px solid var(--ntv-line);
  border-top: 3px solid var(--ntv-red);
  border-radius: var(--ntv-radius);
  padding: 36px 32px;
  text-align: center;
}

.ntv-alan-creed h2 {
  font-size: 27px;
  font-weight: 800;
  color: var(--ntv-navy);
  margin: 0 0 14px;
}

.ntv-alan-creed p {
  font-size: 14.5px;
  color: var(--ntv-gray);
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto 24px;
}

.ntv-alan-creed__tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.ntv-alan-creed__tags li {
  background: var(--ntv-dark);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: var(--ntv-radius);
}

/* ========== RESPONSIVE ========== */

@media (max-width: 980px) {
  .ntv-alan-body {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "side"
      "creed";
  }
}

@media (max-width: 640px) {
  .ntv-alan-hero { padding: 38px 18px 28px; }
  .ntv-alan-hero h1 { font-size: 30px; }
  .ntv-alan-body { padding: 0 18px 54px; gap: 22px; }
  .ntv-alan-main { padding: 24px 20px; }

  .ntv-alan-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .ntv-alan-photo { max-width: 200px; }
  .ntv-alan-social { justify-content: flex-start; }
  .ntv-alan-lede h2 { font-size: 25px; }
  .ntv-alan-section h3 { font-size: 19px; }

  .ntv-alan-creed { padding: 28px 20px; }
  .ntv-alan-creed h2 { font-size: 22px; }
  .ntv-alan-creed p { font-size: 14px; }
  .ntv-alan-creed__tags li { padding: 8px 14px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .ntv-alan-social a,
  .ntv-alan-sponsor__link,
  .ntv-alan-sponsor__link svg { transition: none; }
  .ntv-alan-sponsor__link:hover svg { transform: none; }
}