/* news-asa-afra-2026.html — long-form event story */

/* Hero: photograph, held back by the scrim so the type leads */
.evt-hero { min-height: clamp(560px, 82vh, 760px); }
.evt-hero .page-hero-bg img { object-position: 40% 55%; }
.evt-hero .page-hero-content { max-width: 820px; }
.evt-hero h1 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 22px 0 22px;
  max-width: 16ch;
}
.evt-hero .lead { font-size: clamp(17px, 1.4vw, 20px); max-width: 56ch; }
.evt-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.evt-meta span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: 2px;
  background: #FF9A3E;
}
.evt-meta span:nth-child(2)::before { background: #24CE70; }
.evt-meta span:nth-child(3)::before { background: #3093E5; }
.evt-meta span:nth-child(4)::before { background: #F2B33D; }

/* Findings band: numbers first, sentence second */
.fact-band.evt-facts .fact-num { font-size: clamp(28px, 2.8vw, 40px); }
.fact-band.evt-facts .fact-label { font-size: 15.5px; max-width: 30ch; }
.fact-band.evt-facts .fact-kicker {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 8px;
}

/* Reading column: measured, centered, with figures that break wider */
.evt { padding: 88px 0 40px; }
.evt .prose { max-width: 680px; margin: 0 auto; }
.evt .prose p { font-size: 18px; line-height: 1.7; }
.evt .prose > * + * { margin-top: 24px; }
.evt .prose .evt-open { font-size: 21px; line-height: 1.55; color: var(--ink-2); }
.evt .prose .evt-open::first-letter {
  float: left;
  font-family: var(--font-headings);
  font-size: 4.4em;
  line-height: 0.8;
  padding: 8px 12px 0 0;
  color: var(--blue);
  font-weight: 650;
}
.evt-kicker {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}
.evt .prose h2 {
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-top: 72px;
}
.evt .prose h2 .evt-kicker { margin-bottom: 16px; }
.evt .prose h2 + p { margin-top: 20px; }

/* Wide figures step outside the text column */
.evt-wide {
  width: min(1080px, 100%);
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.evt-wide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-float);
}
.evt-wide figcaption,
.evt .prose figcaption {
  margin-top: 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: var(--text-soft);
}
.evt-wide figcaption { max-width: 72ch; }
.evt-crop img { aspect-ratio: 21 / 9; object-fit: cover; object-position: center 40%; }

/* Two portraits, one frame */
.evt-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.evt-pair .evt-pair-item { margin: 0; }
.evt-pair .evt-pair-item img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-float);
}
.evt-pair .evt-pair-item:nth-child(1) img { object-position: 50% 30%; }
.evt-pair .evt-pair-item:nth-child(2) img { object-position: 55% 50%; }

/* Pull quote */
.evt-quote {
  margin: 64px auto !important;
  max-width: 760px;
  padding: 0 0 0 30px;
  border-left: 2px solid var(--blue);
}
.evt-quote p {
  font-family: var(--font-headings);
  font-size: clamp(22px, 2.2vw, 30px) !important;
  font-weight: 550;
  line-height: 1.3 !important;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.evt-quote cite {
  display: block;
  margin-top: 18px;
  font-family: var(--font-mono);
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-soft);
}

/* Four habits */
.habits {
  width: min(1080px, 100%);
  margin: 48px auto 8px !important;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  list-style: none !important;
  padding: 0 !important;
}
.habits li {
  margin: 0 !important;
  padding: 24px 20px 26px;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
}
.habits .habit-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--blue);
  margin-bottom: 18px;
}
.habits h3 {
  font-size: 17px;
  letter-spacing: -0.015em;
  margin: 0 0 8px;
}
.habits p { font-size: 15px !important; line-height: 1.55 !important; margin: 0; color: var(--text); }

/* Closing notes: quieter type */
.evt-notes { border-top: 1px solid var(--hairline); margin-top: 80px !important; padding-top: 40px; }
.evt-notes h3 { font-size: 15px; letter-spacing: 0.01em; margin-top: 28px; }
.evt-notes p { font-size: 15.5px !important; line-height: 1.6 !important; color: var(--text-soft); }

@media (max-width: 1024px) {
  .habits { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 920px) {
  .evt-hero { min-height: clamp(520px, 76vh, 680px); }
  .evt-hero .page-hero-bg img { object-position: 45% 50%; }
  .evt { padding: 64px 0 24px; }
  .evt .prose p { font-size: 17px; }
  .evt .prose .evt-open { font-size: 19px; }
  .evt-wide { margin-top: 40px !important; margin-bottom: 40px !important; }
  .evt-crop img { aspect-ratio: 16 / 10; }
}
@media (max-width: 620px) {
  .evt-pair { grid-template-columns: 1fr; }
  .evt-pair .evt-pair-item img { aspect-ratio: 4 / 5; }
  .habits { grid-template-columns: 1fr; }
  .evt-meta { gap: 10px 18px; }
}

/* Findings band carries a kicker row above the number: extend the subgrid */
.fact-band.evt-facts .container { grid-template-rows: auto auto auto auto; }
.fact-band.evt-facts .fact { grid-row: span 4; }
@media (max-width: 1024px) {
  .fact-band.evt-facts .container { grid-template-rows: none; }
}
