/* ============================================
   NEWSREEL — /about/ redesign (Sep 2026)
   Scoped under .ab26. This page renders dark regardless of site theme;
   the theme toggle is hidden here and data-theme=dark is forced by an
   inline script at the end of the page.
   ============================================ */

body { background: #0F0F0F; }
.theme-toggle, .theme-toggle--mobile { display: none !important; }

.ab26 {
  padding-top: 92px;
  --ab-black: #000000;
  --ab-charcoal: #0F0F0F;
  --ab-lead: #1F1F1F;
  --ab-iron: #3A3A3A;
  --ab-steel: #6B6B6B;
  --ab-ash: #898989;
  --ab-silver: #ADADAD;
  --ab-smoke: #C8C8C8;
  --ab-paper: #F0F0F0;
  --ab-white: #FFFFFF;
  --ab-red: #FF6343;
  --ab-yellow: #EDBD1F;
  --ab-body: rgba(255,255,255,0.92);
  background: var(--ab-charcoal);
  color: var(--ab-white);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.ab26 img { max-width: 100%; display: block; }
.ab26 a { color: var(--ab-yellow); text-decoration: underline; text-underline-offset: 3px; }
.ab26 .wrap { max-width: 1240px; margin: 0 auto; padding-left: 48px; padding-right: 48px; }
.ab26 h1, .ab26 h2, .ab26 .statement, .ab26 .pull, .ab26 .stat-num { font-family: 'Bree Serif', serif; font-weight: 400; margin: 0; }
.ab26 p { margin: 0; }

.ab26 .btn {
  font-family: 'IBM Plex Mono', monospace; font-size: 13px; font-weight: 500;
  letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none;
  display: inline-block; padding: 12px 24px; border-radius: 8px; border: none;
  background: var(--ab-red); color: var(--ab-black); white-space: nowrap;
}
.ab26 .label { font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ab-ash); font-weight: 500; }

/* ---------- hero ---------- */
.ab26 .ab-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--ab-lead); text-align: left; padding: 0; }
.ab26 .ab-hero h1 {
  font-size: 92px; line-height: 1.02; letter-spacing: -0.032em;
  padding-top: 40px; margin-bottom: 36px; color: var(--ab-white); text-align: left;
}
.ab26 .ab-hero-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 32px; align-items: start; }
.ab26 .ab-hero-copy { padding: 8px 0 72px; }
.ab26 .ab-hero p { font-size: 20px; line-height: 1.55; color: var(--ab-body); max-width: 44ch; }
.ab26 .ab-hero .btn { margin-top: 36px; }
.ab26 .ab-hero-phone { display: flex; justify-content: flex-end; margin-top: 0; padding-bottom: 56px; }
.ab26 .device {
  border-radius: 44px; padding: 10px; background: #161616;
  border: 1px solid #2A2A2A;
  box-shadow: 0 40px 100px rgba(0,0,0,0.7), 0 0 0 1px #333333;
}
.ab26 .device img { width: 300px; display: block; border-radius: 34px; }
.ab26 .grain { position: absolute; inset: 0; pointer-events: none; opacity: 0.07; mix-blend-mode: overlay; z-index: 2; }

/* ---------- story ---------- */
.ab26 .story { padding: 80px 0 64px; }
.ab26 .story-grid { display: grid; grid-template-columns: 7fr 4fr; gap: 88px; }
.ab26 .story h2 { font-size: 40px; line-height: 1.15; margin-bottom: 28px; letter-spacing: -0.018em; }
.ab26 .story p { font-size: 18px; line-height: 1.65; color: var(--ab-body); margin-bottom: 20px; max-width: 58ch; }
.ab26 .kicker { font-family: 'Bree Serif', serif; font-size: 34px; line-height: 1.28; letter-spacing: -0.018em; max-width: 30ch; margin-top: 56px; }
.ab26 .stat-rail { display: flex; flex-direction: column; gap: 40px; }
.ab26 .stat { border-top: 1px solid var(--ab-iron); padding: 20px 0 24px; }
.ab26 .stat:last-child { border-bottom: 1px solid var(--ab-iron); }
.ab26 .stat-num { font-size: 64px; line-height: 1; color: var(--ab-red); font-variant-numeric: tabular-nums; }
.ab26 .stat-label { font-size: 15px; color: var(--ab-silver); margin-top: 12px; max-width: 26ch; line-height: 1.45; }
.ab26 .stat-src { font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ab-ash); font-weight: 500; margin-top: 10px; }

/* ---------- era timeline band ---------- */
.ab26 .era { border-top: 1px solid var(--ab-lead); border-bottom: 1px solid var(--ab-lead); padding: 72px 0 0; overflow: hidden; }
.ab26 .era h2 { font-size: 40px; letter-spacing: -0.018em; margin-bottom: 12px; }
.ab26 .era .sub { font-size: 17px; color: var(--ab-smoke); max-width: 58ch; margin-bottom: 8px; }
.ab26 .era-stage { position: relative; height: 520px; }
.ab26 .era-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; pointer-events: none; opacity: 0.9;
}
.ab26 .era-fade { position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, var(--ab-charcoal) 0%, rgba(15,15,15,0) 22%, rgba(15,15,15,0) 55%, var(--ab-charcoal) 96%); }
.ab26 .era-rail { position: absolute; left: 0; right: 0; bottom: 44px; }
.ab26 .era-track {
  display: flex; gap: 0; width: max-content;
  animation: ab26EraPan 70s linear infinite alternate;
}
.ab26 .era-stage:hover .era-track { animation-play-state: paused; }
@keyframes ab26EraPan { from { transform: translateX(4vw); } to { transform: translateX(calc(-100% + 96vw)); } }
@media (prefers-reduced-motion: reduce) { .ab26 .era-track { animation: none; } }
.ab26 .stop { width: 300px; flex-shrink: 0; border-left: 1px solid var(--ab-iron); padding: 16px 24px 0; position: relative; opacity: 0.55; transition: opacity 0.5s ease; }
.ab26 .stop.active { opacity: 1; }
.ab26 .stop .yr { font-family: 'IBM Plex Mono', monospace; font-size: 13px; color: var(--ab-red); letter-spacing: 0.04em; }
.ab26 .stop .nm { font-family: 'Bree Serif', serif; font-size: 22px; margin-top: 8px; }
.ab26 .stop .tx { font-size: 14px; color: var(--ab-silver); margin-top: 6px; line-height: 1.5; max-width: 24ch; }
.ab26 .stop.here .yr { color: var(--ab-black); background: var(--ab-red); padding: 2px 8px; border-radius: 6px; }
.ab26 .stop.next { border-left-color: var(--ab-red); }
.ab26 .stop.next .nm { color: var(--ab-red); }

/* ---------- statement + cast ---------- */
.ab26 .is { padding: 64px 0 80px; }
.ab26 .statement { font-size: 56px; color: var(--ab-white); letter-spacing: -0.022em; line-height: 1.12; max-width: 26ch; margin-bottom: 24px; }
.ab26 .is .lede { font-size: 18px; line-height: 1.65; color: var(--ab-body); max-width: 60ch; margin-bottom: 56px; }
.ab26 .is .after { font-size: 16px; color: var(--ab-smoke); margin-top: 28px; }
.ab26 .cast { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ab26 .cast img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 25%; border-radius: 8px;
  filter: grayscale(1) contrast(1.15);
}
.ab26 .cast .name { font-family: 'Bree Serif', serif; font-size: 24px; margin-top: 16px; display: flex; align-items: center; gap: 8px; }
.ab26 .cast .name svg { display: block; flex-shrink: 0; }
.ab26 .cast .ab-role { margin-top: 4px; font-size: 14px; color: var(--ab-ash); }

/* ---------- two sides ---------- */
.ab26 .sides-sec { border-top: 1px solid var(--ab-lead); padding: 80px 0; }
.ab26 .sides-outer { display: grid; grid-template-columns: auto 1fr; gap: 96px; align-items: center; }
.ab26 .sides-sec h2 { font-size: 40px; letter-spacing: -0.018em; margin-bottom: 40px; }
.ab26 .side { margin-bottom: 36px; }
.ab26 .side:last-child { margin-bottom: 0; }
.ab26 .side h3 { font-size: 16px; font-weight: 600; margin: 0 0 12px; font-family: 'IBM Plex Sans', sans-serif; color: var(--ab-white); }
.ab26 .side p { font-size: 17px; line-height: 1.65; color: var(--ab-smoke); max-width: 58ch; }
.ab26 .device-sm { border-radius: 36px; padding: 8px; background: #161616; border: 1px solid #2A2A2A; box-shadow: 0 20px 56px rgba(0,0,0,0.5), 0 0 0 1px #333333; }
.ab26 .device-sm img { width: 258px; height: 560px; object-fit: cover; object-position: top; border-radius: 28px; }

/* ---------- founder (paper) ---------- */
.ab26 .founder { background: var(--ab-paper); color: #0F0F0F; padding: 96px 0; }
.ab26 .founder-grid { display: grid; grid-template-columns: 4fr 7fr; gap: 88px; align-items: start; }
.ab26 .founder-photo { overflow: hidden; border-radius: 8px; aspect-ratio: 4/5; }
.ab26 .founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 12%; transform: scale(1.45); transform-origin: 42% 18%; filter: grayscale(1) contrast(1.15); }
.ab26 .founder h2 { font-size: 40px; letter-spacing: -0.018em; color: var(--ab-black); }
.ab26 .founder .dateline { font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 500; color: var(--ab-steel); margin: 14px 0 0; }
.ab26 .founder .rule { border: none; border-top: 1px solid rgba(0,0,0,0.25); margin: 24px 0 28px; width: 64px; }
.ab26 .founder p { font-family: 'IBM Plex Serif', serif; font-size: 17px; line-height: 1.75; color: #2A2A2A; margin-bottom: 20px; max-width: 56ch; }
.ab26 .founder .sig { margin-top: 36px; }
.ab26 .founder .sig .sigrule { width: 64px; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 20px; }
.ab26 .founder .sig .name { font-family: 'Bree Serif', serif; font-size: 22px; color: var(--ab-black); }
.ab26 .founder .sig .title { font-size: 14px; color: var(--ab-steel); margin-top: 4px; }

/* ---------- pays ---------- */
.ab26 .pays { padding: 104px 0; }
.ab26 .pays .pull { font-size: 74px; line-height: 1.08; letter-spacing: -0.025em; max-width: 19ch; }
.ab26 .pays-support { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 56px; border-top: 1px solid var(--ab-iron); margin-top: 48px; padding-top: 32px; }
.ab26 .pays-support h3 { font-size: 16px; font-weight: 600; margin: 0 0 10px; font-family: 'IBM Plex Sans', sans-serif; color: var(--ab-white); }
.ab26 .pays-support p { font-size: 16px; line-height: 1.65; color: var(--ab-smoke); }

/* ---------- faq ---------- */
.ab26 .faq { border-top: 1px solid var(--ab-lead); padding: 72px 0 80px; }
.ab26 .faq h2 { font-size: 40px; letter-spacing: -0.018em; margin-bottom: 44px; }
.ab26 .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px 72px; }
.ab26 .qa { border-top: 1px solid var(--ab-iron); padding-top: 20px; }
.ab26 .qa .q { font-family: 'Bree Serif', serif; font-size: 22px; margin-bottom: 10px; }
.ab26 .qa .a { font-size: 15.5px; line-height: 1.6; color: var(--ab-smoke); max-width: 52ch; }
.ab26 .qa .a a { color: var(--ab-yellow); }

/* ---------- cta ---------- */
.ab26 .cta { background: var(--ab-red); padding: 104px 0; }
.ab26 .cta h2 { font-size: 56px; letter-spacing: -0.022em; line-height: 1.08; margin-bottom: 20px; color: var(--ab-black); }
.ab26 .cta p { font-size: 18px; color: rgba(0,0,0,0.78); max-width: 50ch; margin-bottom: 40px; }
.ab26 .cta p a { color: var(--ab-black); }
.ab26 .cta .btn { background: var(--ab-black); color: var(--ab-white); font-size: 14px; padding: 14px 28px; }

@media (max-width: 900px) {
  .ab26 { padding-top: 69px; }
  .ab26 .wrap { padding-left: 20px; padding-right: 20px; }
  .ab26 .ab-hero h1 { font-size: 44px; padding-top: 28px; }
  .ab26 .stat-num { font-size: 40px; }
  .ab26 .ab-hero-grid, .ab26 .story-grid, .ab26 .founder-grid, .ab26 .faq-grid, .ab26 .sides-outer { grid-template-columns: 1fr; gap: 40px; }
  .ab26 .ab-hero-phone { justify-content: flex-start; margin-top: 0; padding-bottom: 40px; }
  .ab26 .device img { width: 260px; }
  .ab26 .era-stage { height: 330px; }
  .ab26 .cast { grid-template-columns: 1fr; }
  .ab26 .pays .pull { font-size: 40px; }
  .ab26 .pays-support { grid-template-columns: 1fr; gap: 32px; }
  .ab26 .stat-rail { flex-direction: row; gap: 40px; }
  .ab26 .statement { font-size: 36px; }
  .ab26 .kicker { font-size: 26px; }
  .ab26 .cta h2 { font-size: 38px; }
  .ab26 .device-sm { justify-self: start; }
  .ab26 .device-sm img { width: 220px; height: 478px; }
}
