.home-page {
  background:
    radial-gradient(circle at 82% 4%, rgba(168, 219, 62, 0.07), transparent 31rem),
    radial-gradient(circle at 12% 24%, rgba(141, 183, 255, 0.055), transparent 27rem),
    var(--charcoal);
}

.home-page .topbar {
  background: rgba(8, 10, 10, 0.9);
  backdrop-filter: blur(18px);
}

.home-main {
  overflow: clip;
  padding-top: 90px;
}

.brief-current-edition,
.brief-conversion-grid {
  position: relative;
}

.brief-current-edition[data-brief-state="loading"] {
  min-height: calc(100svh - 90px);
}

.brief-current-edition[data-brief-state="loading"] > :not(.brief-loading-state) {
  visibility: hidden;
}

.brief-loading-state {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 16px;
  color: var(--muted);
  background: var(--charcoal);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brief-loading-state[hidden] {
  display: none;
}

.brief-loading-state i {
  width: min(280px, 48vw);
  height: 1px;
  overflow: hidden;
  background: var(--line);
}

.brief-loading-state i::after {
  content: "";
  display: block;
  width: 38%;
  height: 100%;
  background: var(--green);
  animation: brief-loading-scan 900ms cubic-bezier(.22, 1, .36, 1) infinite alternate;
}

@keyframes brief-loading-scan {
  from { transform: translateX(0); }
  to { transform: translateX(165%); }
}

@media (prefers-reduced-motion: reduce) {
  .brief-loading-state i::after {
    animation: none;
    width: 100%;
  }
}

.desk-nav {
  position: relative;
  top: auto;
  z-index: 12;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: stretch;
  min-height: 52px;
  padding: 0 var(--content-gutter);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 10, 10, 0.94);
  backdrop-filter: blur(18px);
}

.desk-nav::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  left: var(--rail-inset);
  right: var(--rail-inset);
  z-index: 0;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  pointer-events: none;
}

.desk-nav > * {
  position: relative;
  z-index: 1;
}

.desk-nav-label {
  display: inline-flex;
  align-items: center;
  padding-right: 24px;
  border-right: 1px solid var(--line);
  color: var(--dim);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.desk-nav-scroll {
  display: flex;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.desk-nav-scroll::-webkit-scrollbar {
  display: none;
}

.desk-nav button {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.desk-nav button::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -1px;
  left: 22px;
  height: 1px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.desk-nav button:hover,
.desk-nav button:focus-visible,
.desk-nav button.active {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.035);
}

.desk-nav button:focus-visible {
  outline: 1px solid rgba(168, 219, 62, 0.72);
  outline-offset: -3px;
}

.desk-nav button:hover::after,
.desk-nav button:focus-visible::after,
.desk-nav button.active::after {
  transform: scaleX(1);
}

#intelligence,
#ai-intelligence,
#board-intelligence,
#vendor-intelligence,
#career-intelligence,
#events,
#reports {
  scroll-margin-top: 162px;
}

.newsfront {
  min-height: calc(100svh - 142px);
  align-content: start;
  padding-top: 32px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, transparent 74.9%, var(--line) 75%, transparent 75.1%),
    radial-gradient(circle at 82% 18%, rgba(168, 219, 62, 0.065), transparent 28rem);
}

.newsfront-edition {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  min-height: 42px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
  color: var(--dim);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.newsfront-edition p {
  margin: 0;
  color: var(--green);
}

.newsfront-edition time {
  justify-self: center;
}

.newsfront-edition > span {
  justify-self: end;
}

.newsfront-lead {
  grid-column: 1 / span 9;
  min-width: 0;
  padding-top: 30px;
}

.newsfront-lead-link {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  min-height: 470px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #0d1110;
  transition: border-color 220ms ease, transform 240ms cubic-bezier(.22, 1, .36, 1);
}

.newsfront-lead-link:hover,
.newsfront-lead-link:focus-visible {
  border-color: rgba(168, 219, 62, 0.34);
  transform: translateY(-2px);
  outline: none;
}

.newsfront-lead-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 34px 36px 30px;
  transition: opacity 140ms ease;
}

.story-kicker,
.newsfront-meta,
.latest-meta,
.latest-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.story-kicker {
  justify-content: flex-start;
  margin: 0;
  color: var(--green);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-kicker span + span {
  padding-left: 14px;
  border-left: 1px solid var(--line-strong);
  color: var(--dim);
}

.newsfront :is(h1, h2) {
  max-width: 840px;
  margin-top: 38px;
  font-size: clamp(58px, 5.2vw, 94px);
  line-height: 0.89;
  letter-spacing: -0.008em;
}

.newsfront-summary {
  max-width: 660px;
  margin-top: 28px;
  color: var(--muted);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.5;
}

.newsfront-meta {
  justify-content: flex-start;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: var(--dim);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.newsfront-meta strong {
  margin-left: auto;
  color: var(--ink);
  font-weight: 500;
}

.newsfront-art {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-left: 1px solid var(--line);
  background:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px),
    radial-gradient(circle at 56% 42%, rgba(168, 219, 62, 0.16), transparent 13rem),
    #101513;
  background-size: 25% 25%, 25% 25%, auto, auto;
  transition: opacity 140ms ease;
}

.newsfront-art-index {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(245, 247, 244, 0.22);
  font-family: var(--serif);
  font-size: 82px;
  line-height: 0.8;
}

.newsfront-art-map {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(76%, 300px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.newsfront-art-map::before,
.newsfront-art-map::after,
.newsfront-art-map i {
  content: "";
  position: absolute;
  border: 1px solid rgba(168, 219, 62, 0.34);
  border-radius: 50%;
}

.newsfront-art-map::before {
  inset: 7%;
}

.newsfront-art-map::after {
  inset: 27%;
  border-color: rgba(245, 247, 244, 0.24);
}

.newsfront-art-map i {
  width: 9px;
  height: 9px;
  border: 0;
  background: var(--green);
  box-shadow: 0 0 22px rgba(168, 219, 62, 0.48);
}

.newsfront-art-map i:nth-child(1) { top: 5%; left: 48%; }
.newsfront-art-map i:nth-child(2) { top: 38%; right: 4%; }
.newsfront-art-map i:nth-child(3) { right: 25%; bottom: 8%; }
.newsfront-art-map i:nth-child(4) { bottom: 23%; left: 8%; }
.newsfront-art-map i:nth-child(5) { top: 43%; left: 46%; width: 16px; height: 16px; }

.newsfront-art-caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  gap: 6px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.newsfront-art-caption span {
  padding-top: 6px;
  border-top: 1px solid var(--line);
}

.newsfront-latest {
  grid-column: 10 / -1;
  min-width: 0;
  padding: 30px 0 0 28px;
}

.latest-heading {
  min-height: 42px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-strong);
}

.latest-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.latest-heading > span {
  color: var(--dim);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.newsfront-latest ol {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: opacity 140ms ease;
}

.newsfront.is-updating .newsfront-lead-copy,
.newsfront.is-updating .newsfront-art,
.newsfront.is-updating .newsfront-latest ol {
  opacity: 0;
}

.newsfront-latest li {
  border-bottom: 1px solid var(--line);
}

.newsfront-latest a {
  display: block;
  padding: 20px 2px 22px;
  transition: padding-left 180ms ease, background 180ms ease;
}

.newsfront-latest a:hover,
.newsfront-latest a:focus-visible {
  padding-left: 8px;
  background: linear-gradient(90deg, rgba(168, 219, 62, 0.055), transparent 72%);
  outline: none;
}

.latest-meta {
  color: var(--dim);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.latest-meta strong {
  color: var(--green);
  font-weight: 500;
}

.newsfront-latest h3 {
  margin: 13px 0 0;
  font-size: clamp(16px, 1.25vw, 21px);
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: -0.015em;
}

.intel-hero {
  min-height: 830px;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 82px;
  border-bottom: 1px solid var(--line);
}

.intel-hero-copy {
  grid-column: 1 / span 6;
  max-width: 760px;
  z-index: 2;
}

.intel-hero h1 {
  max-width: 760px;
  font-size: clamp(64px, 5.6vw, 104px);
  line-height: 0.88;
  letter-spacing: -0.008em;
}

.intel-hero-lede {
  max-width: 670px;
  margin-top: 32px;
  color: var(--muted);
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.55;
}

.market-view {
  position: relative;
  grid-column: 8 / span 5;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 46%),
    rgba(13, 17, 16, 0.92);
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.44);
}

.market-view::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 25% 25%;
  opacity: 0.34;
  pointer-events: none;
}

.market-view-head,
.market-panel-meta,
.market-panel-foot,
.story-meta,
.report-meta,
.programme-brand,
.art-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.market-view-head {
  position: relative;
  z-index: 2;
  min-height: 60px;
  padding: 0 22px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.market-view-head span:last-child {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
}

.market-view-head i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(168, 219, 62, 0.5);
}

.market-tabs {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.market-tabs button {
  min-height: 50px;
  padding: 0;
  border: 0;
  border-right: 1px solid var(--line);
  color: var(--dim);
  background: rgba(8, 10, 10, 0.3);
  font-size: 12px;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.market-tabs button:last-child {
  border-right: 0;
}

.market-tabs button:hover,
.market-tabs button.active {
  color: var(--ink);
  background: rgba(168, 219, 62, 0.07);
}

.market-tabs button.active {
  box-shadow: inset 0 -1px var(--green);
}

.market-panels {
  position: relative;
  z-index: 1;
  min-height: 448px;
}

.market-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 24px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms ease, transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.market-panel.active {
  opacity: 1;
  transform: translateY(0);
}

.market-panel[hidden] {
  display: none;
}

.market-panel-meta {
  color: var(--dim);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.market-panel-meta strong {
  color: var(--green);
  font-weight: 500;
}

.market-panel h2 {
  max-width: 480px;
  margin-top: 66px;
  font-size: clamp(44px, 4vw, 64px);
}

.market-panel > p {
  max-width: 520px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.evidence-lines {
  display: grid;
  gap: 9px;
  margin-top: 34px;
}

.evidence-lines span {
  position: relative;
  display: block;
  width: var(--line-size);
  height: 4px;
  background: linear-gradient(90deg, var(--green), rgba(168, 219, 62, 0.16));
}

.evidence-lines span::after {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ink);
}

.market-panel-foot {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.market-panel-foot strong {
  color: var(--ink);
  font-weight: 500;
}

.event-countdown {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-top: 40px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

.event-countdown strong {
  color: var(--green);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  text-transform: none;
}

.intelligence-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 2fr;
  min-height: 64px;
  padding-inline: var(--content-gutter);
  border-bottom: 1px solid var(--line);
  color: var(--dim);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intelligence-strip span,
.intelligence-strip strong {
  display: flex;
  align-items: center;
  padding-inline: 18px;
  border-right: 1px solid var(--line);
  font-weight: 500;
}

.intelligence-strip span:first-child {
  border-left: 1px solid var(--line);
}

.intelligence-strip strong {
  justify-content: flex-end;
  color: var(--green);
}

.signal-section,
.events-section,
.catch-section {
  padding-top: 112px;
  padding-bottom: 120px;
}

.home-section-heading {
  max-width: 660px;
}

.signal-section > .home-section-heading,
.events-section > .home-section-heading {
  grid-column: 1 / span 5;
}

.home-section-heading h2 {
  font-size: clamp(52px, 5vw, 74px);
}

.home-section-heading > p:last-child,
.home-section-heading.split > p {
  max-width: 560px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.lead-story {
  grid-column: 1 / span 7;
  grid-row: 2;
  min-width: 0;
  margin-top: 64px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: var(--paper);
}

.lead-story-art {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 70% 35%, rgba(168, 219, 62, 0.13), transparent 24rem),
    linear-gradient(145deg, #141918, #090b0b);
}

.lead-story-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 12.5% 25%;
  opacity: 0.45;
}

.orbital-map {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(168, 219, 62, 0.36);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbital-map::before,
.orbital-map::after {
  content: "";
  position: absolute;
  inset: 19%;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.orbital-map::after {
  inset: 40%;
  background: var(--green);
  box-shadow: 0 0 70px rgba(168, 219, 62, 0.28);
}

.orbital-map span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ink);
}

.orbital-map span:nth-child(1) { top: 3%; left: 48%; }
.orbital-map span:nth-child(2) { top: 52%; right: -1%; }
.orbital-map span:nth-child(3) { bottom: 12%; left: 13%; }
.orbital-map span:nth-child(4) { top: 28%; left: 13%; background: var(--green); }

.orbital-map i {
  position: absolute;
  left: -42%;
  top: 49%;
  width: 184%;
  height: 1px;
  background: var(--line-strong);
  transform: rotate(-24deg);
}

.art-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.art-caption strong {
  color: var(--ink);
  font-weight: 500;
}

.lead-story-copy {
  padding: 30px;
}

.story-meta,
.report-meta {
  justify-content: flex-start;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.story-meta span:first-child,
.report-meta span {
  color: var(--green);
}

.lead-story-copy h3 {
  max-width: 650px;
  margin-top: 28px;
  font-family: var(--serif);
  font-size: clamp(42px, 4.2vw, 62px);
  font-weight: 400;
  line-height: 0.96;
}

.lead-story-copy > p {
  max-width: 650px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.lead-story-copy > a,
.report-copy > a,
.event-programme > a,
.programme-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}

.lead-story-copy > a span,
.report-copy > a span,
.event-programme > a span,
.programme-cta span {
  color: var(--green);
  transition: transform 180ms ease;
}

.lead-story-copy > a:hover span,
.report-copy > a:hover span,
.event-programme > a:hover span,
.programme-cta:hover span {
  transform: translate(2px, -2px);
}

.signal-feed {
  grid-column: 8 / span 5;
  grid-row: 2;
  margin-top: 64px;
  border-top: 1px solid var(--line-strong);
}

.signal-feed article {
  position: relative;
  min-height: 166px;
  padding: 24px 52px 24px 0;
  border-bottom: 1px solid var(--line);
}

.signal-feed article > div {
  display: flex;
  justify-content: space-between;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.signal-feed article > div span {
  color: var(--green);
}

.signal-feed h3 {
  max-width: 520px;
  margin-top: 20px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.02;
}

.signal-feed p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
}

.signal-feed article > a {
  position: absolute;
  right: 2px;
  bottom: 28px;
  color: var(--dim);
  font-size: 18px;
  transition: color 180ms ease, transform 180ms ease;
}

.signal-feed article:hover > a {
  color: var(--green);
  transform: translate(2px, -2px);
}

.reports-section,
.programmes-section {
  padding: 88px var(--content-gutter) 94px;
  border-block: 1px solid var(--line);
  background: #0d1010;
}

.reports-inner,
.programmes-inner,
.brief-inner {
  max-width: 1900px;
  margin: 0 auto;
}

.home-section-heading.split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
  align-items: end;
  gap: 90px;
}

.home-section-heading.split > p {
  margin: 0 0 4px;
}

.report-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
  margin-top: 52px;
}

.report-card {
  grid-column: span 3;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #111514;
}

.report-card-featured {
  grid-column: span 6;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(300px, 1.18fr);
}

.report-cover {
  position: relative;
  min-height: 304px;
  overflow: hidden;
  padding: 24px;
  border-bottom: 1px solid var(--line);
  background: #161b19;
}

.report-card-featured .report-cover {
  min-height: 100%;
  border-right: 1px solid var(--line);
  border-bottom: 0;
}

.report-number,
.report-cover small {
  position: relative;
  z-index: 2;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-number {
  color: var(--green);
}

.report-cover > strong {
  position: absolute;
  left: 24px;
  bottom: 52px;
  z-index: 2;
  font-family: var(--serif);
  font-size: clamp(38px, 3.4vw, 56px);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.006em;
}

.report-cover small {
  position: absolute;
  left: 24px;
  bottom: 22px;
  color: var(--muted);
}

.cover-grid {
  position: absolute;
  top: 30px;
  right: 22px;
  width: 48%;
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  transform: rotate(8deg);
}

.cover-grid i {
  border: 1px solid rgba(168, 219, 62, 0.42);
  background: rgba(168, 219, 62, 0.06);
}

.cover-grid i:nth-child(2),
.cover-grid i:nth-child(5) {
  background: var(--green);
}

.stack-cells {
  position: absolute;
  top: 48px;
  right: 22px;
  display: grid;
  gap: 6px;
  width: 58%;
}

.stack-cells i {
  display: block;
  height: 24px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.025);
}

.stack-cells i:nth-child(2) { width: 78%; background: rgba(168, 219, 62, 0.15); }
.stack-cells i:nth-child(3) { width: 62%; }
.stack-cells i:nth-child(4) { width: 88%; background: rgba(168, 219, 62, 0.08); }
.stack-cells i:nth-child(5) { width: 44%; }

.question-field {
  position: absolute;
  top: 30px;
  right: 30px;
  color: transparent;
  font-family: var(--serif);
  font-size: 98px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
  -webkit-text-stroke: 1px rgba(168, 219, 62, 0.72);
}

.report-cover-board {
  background:
    radial-gradient(circle at 77% 24%, rgba(168, 219, 62, 0.15), transparent 12rem),
    #141817;
}

.report-copy {
  padding: 26px;
}

.report-meta {
  justify-content: space-between;
}

.report-meta strong {
  color: var(--muted);
  font-weight: 500;
}

.report-copy h3 {
  margin-top: 28px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.report-card-featured .report-copy h3 {
  font-size: 40px;
}

.report-copy > p {
  margin-top: 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.report-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.report-copy li,
.programme-route span,
.brief-principles span {
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.events-section > .home-section-heading {
  grid-row: 1;
}

.event-programme {
  grid-column: span 6;
  grid-row: 2;
  min-width: 0;
  margin-top: 64px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #111514;
}

.event-programme-live {
  border-color: rgba(168, 219, 62, 0.32);
  background:
    radial-gradient(circle at 78% 18%, rgba(168, 219, 62, 0.1), transparent 18rem),
    #111514;
}

.programme-brand {
  min-height: 92px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.programme-brand > span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.programme-brand img {
  display: block;
  width: auto;
  max-width: 210px;
  max-height: 62px;
  object-fit: contain;
  filter: none;
}

.programme-brand img[src*="black-hat"] {
  mix-blend-mode: screen;
}

.programme-main {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 32px 0;
}

.programme-date {
  padding-right: 20px;
  border-right: 1px solid var(--line);
}

.programme-date strong {
  display: block;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
  line-height: 0.9;
}

.programme-date span,
.programme-main p {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
}

.programme-main h3 {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
}

.programme-route {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.programmes-section {
  border-top: 0;
}

.programme-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 70px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.programme-service-grid article {
  min-height: 300px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.programme-service-grid article > span,
.catch-grid article > span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.programme-service-grid h3 {
  margin-top: 86px;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
}

.programme-service-grid p {
  max-width: 390px;
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.55;
}

.programme-cta {
  margin-top: 0;
  padding: 24px 4px 0;
}

.brief-section {
  padding: 112px var(--content-gutter);
  color: #101411;
  background:
    radial-gradient(circle at 84% 34%, rgba(168, 219, 62, 0.22), transparent 30rem),
    #eef3e9;
}

.brief-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: 110px;
}

.brief-section .eyebrow {
  color: #527000;
}

.brief-copy h2 {
  max-width: 780px;
  font-size: clamp(54px, 5vw, 82px);
}

.brief-copy > p {
  max-width: 680px;
  margin-top: 28px;
  color: #535d57;
  font-size: 18px;
  line-height: 1.55;
}

.brief-principles {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 30px;
}

.brief-principles span {
  border-color: rgba(16, 20, 17, 0.18);
  color: #435048;
}

.brief-signup {
  padding: 32px;
  border: 1px solid rgba(16, 20, 17, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 30px 90px rgba(55, 70, 45, 0.12);
}

.brief-form label {
  display: block;
  margin-bottom: 12px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brief-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.brief-form input,
.brief-form button {
  min-height: 58px;
  border: 1px solid rgba(16, 20, 17, 0.2);
}

.brief-form input {
  min-width: 0;
  padding: 0 16px;
  border-radius: 8px 0 0 8px;
  color: #101411;
  background: #fff;
  outline: none;
}

.brief-form input:focus {
  border-color: #6d9200;
}

.brief-form button {
  padding: 0 20px;
  border-radius: 0 8px 8px 0;
  color: #0d110b;
  background: var(--green);
  font-weight: 650;
  cursor: pointer;
}

#brief-form-note {
  margin-top: 14px;
  color: #667068;
  font-size: 11px;
  line-height: 1.45;
}

.catch-heading {
  grid-column: 1 / span 4;
}

.catch-heading h2 {
  font-size: clamp(52px, 5vw, 76px);
}

.catch-grid {
  grid-column: 5 / span 8;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.catch-grid article {
  min-height: 250px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.catch-grid h3 {
  margin-top: 58px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.catch-grid p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.home-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.home-footer nav {
  display: flex;
  gap: 26px;
  color: var(--muted);
  font-size: 12px;
}

.home-footer nav a:hover {
  color: var(--ink);
}

.home-footer > p {
  justify-self: end;
}

.weekly-dock {
  position: fixed;
  right: calc(var(--rail-inset) + 16px);
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 18;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  width: min(430px, calc(100vw - (var(--rail-inset) * 2) - 32px));
  min-height: 58px;
  padding: 10px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: rgba(12, 16, 15, 0.94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
  transition: opacity 180ms ease, transform 220ms cubic-bezier(.22, 1, .36, 1), border-color 180ms ease, background 180ms ease;
}

.weekly-dock:hover,
.weekly-dock:focus-visible {
  border-color: rgba(168, 219, 62, 0.46);
  background: rgba(18, 23, 21, 0.98);
  transform: translateY(-2px);
  outline: none;
}

.weekly-dock > span,
.weekly-dock > em {
  display: inline-flex;
  align-items: center;
  color: var(--green);
  font-family: var(--mono);
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.weekly-dock > span {
  gap: 7px;
  padding-right: 14px;
  border-right: 1px solid var(--line);
}

.weekly-dock > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(168, 219, 62, 0.48);
}

.weekly-dock > strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.weekly-dock > em {
  color: var(--muted);
}

.weekly-dock.is-hidden,
.menu-open .weekly-dock {
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
}

@media (max-width: 1260px) {
  .newsfront-lead {
    grid-column: 1 / span 8;
  }

  .newsfront-latest {
    grid-column: 9 / -1;
  }

  .newsfront-lead-link {
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  }

  .intel-hero-copy {
    grid-column: 1 / span 6;
  }

  .market-view {
    grid-column: 7 / span 6;
  }

  .report-card-featured {
    grid-column: span 12;
  }

  .report-card:not(.report-card-featured) {
    grid-column: span 6;
  }

  .brief-inner {
    gap: 70px;
  }
}

@media (max-width: 1020px) {
  .newsfront {
    min-height: auto;
    background: radial-gradient(circle at 82% 18%, rgba(168, 219, 62, 0.055), transparent 26rem);
  }

  .newsfront-lead,
  .newsfront-latest {
    grid-column: 1 / -1;
  }

  .newsfront-latest {
    padding: 42px 0 0;
  }

  .newsfront-latest ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid var(--line);
  }

  .newsfront-latest li:nth-child(odd) {
    padding-right: 22px;
    border-right: 1px solid var(--line);
  }

  .newsfront-latest li:nth-child(even) {
    padding-left: 22px;
  }

  .intel-hero {
    padding-top: 142px;
  }

  .intel-hero-copy,
  .market-view,
  .signal-section > .home-section-heading,
  .events-section > .home-section-heading,
  .lead-story,
  .signal-feed,
  .event-programme,
  .catch-heading,
  .catch-grid {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .market-view {
    min-height: 540px;
    margin-top: 64px;
  }

  .intelligence-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .intelligence-strip strong {
    display: none;
  }

  .lead-story,
  .signal-feed {
    margin-top: 48px;
  }

  .home-section-heading.split,
  .brief-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .home-section-heading.split > p {
    margin: 0;
  }

  .report-card-featured {
    grid-template-columns: minmax(240px, 0.75fr) minmax(300px, 1.25fr);
  }

  .event-programme {
    grid-row: auto;
  }

  .event-programme + .event-programme {
    margin-top: 14px;
  }

  .catch-grid {
    margin-top: 46px;
  }

  .home-footer {
    grid-template-columns: 1fr auto;
  }

  .home-footer nav {
    display: none;
  }
}

@media (max-width: 820px) {
  .home-main {
    padding-top: 72px;
  }

  .desk-nav {
    top: auto;
    min-height: 48px;
  }

  #intelligence,
  #ai-intelligence,
  #board-intelligence,
  #vendor-intelligence,
  #career-intelligence,
  #events,
  #reports {
    scroll-margin-top: 132px;
  }

  .desk-nav-label {
    padding-right: 16px;
  }

  .desk-nav button {
    min-height: 48px;
    padding-inline: 16px;
  }

  .desk-nav button::after {
    right: 16px;
    left: 16px;
  }

  .newsfront {
    padding-top: 22px;
    padding-bottom: 72px;
  }

  .newsfront-edition {
    grid-template-columns: 1fr auto;
    padding-bottom: 18px;
  }

  .newsfront-edition > span {
    display: none;
  }

  .newsfront-edition time {
    justify-self: end;
  }

  .newsfront-lead {
    padding-top: 22px;
  }

  .newsfront-lead-link {
    grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr);
    min-height: 500px;
  }

  .newsfront-lead-copy {
    padding: 28px 26px 24px;
  }

  .newsfront :is(h1, h2) {
    font-size: clamp(54px, 9vw, 72px);
  }

  .weekly-dock {
    right: var(--rail-inset);
    bottom: max(12px, env(safe-area-inset-bottom));
    width: min(430px, calc(100vw - (var(--rail-inset) * 2)));
  }

  .intel-hero {
    min-height: auto;
    padding-top: 132px;
    padding-bottom: 74px;
  }

  .intel-hero h1 {
    font-size: 58px;
  }

  .market-view {
    min-height: 520px;
  }

  .market-panel h2 {
    margin-top: 48px;
    font-size: 48px;
  }

  .intelligence-strip {
    padding-inline: var(--rail-inset);
  }

  .intelligence-strip span {
    justify-content: center;
    padding: 0 6px;
    font-size: 8px;
  }

  .signal-section,
  .events-section,
  .catch-section {
    padding-top: 86px;
    padding-bottom: 92px;
  }

  .lead-story-art {
    min-height: 320px;
  }

  .reports-section,
  .programmes-section,
  .brief-section {
    padding: 88px var(--content-gutter) 94px;
  }

  .report-grid {
    margin-top: 48px;
  }

  .report-card,
  .report-card-featured,
  .report-card:not(.report-card-featured) {
    grid-column: 1 / -1;
  }

  .report-card-featured {
    display: block;
  }

  .report-card-featured .report-cover {
    min-height: 390px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .programme-service-grid,
  .catch-grid {
    grid-template-columns: 1fr;
  }

  .programme-service-grid article,
  .catch-grid article {
    min-height: 220px;
  }

  .programme-service-grid h3 {
    margin-top: 52px;
  }

  .brief-signup {
    padding: 24px;
  }
}

@media (max-width: 560px) {
  .desk-nav {
    padding-right: var(--rail-inset);
    padding-left: var(--rail-inset);
  }

  .desk-nav-label {
    display: none;
  }

  .desk-nav button:first-child {
    padding-left: 10px;
  }

  .desk-nav button:first-child::after {
    left: 10px;
  }

  .newsfront-edition {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 8px;
  }

  .newsfront-lead-link {
    display: block;
    min-height: 0;
  }

  .newsfront-lead-copy {
    min-height: 470px;
    padding: 24px 20px 22px;
  }

  .story-kicker {
    gap: 10px;
    font-size: 8px;
  }

  .story-kicker span + span {
    padding-left: 10px;
  }

  .newsfront :is(h1, h2) {
    margin-top: 30px;
    font-size: 50px;
  }

  .newsfront-summary {
    margin-top: 22px;
    font-size: 16px;
  }

  .newsfront-meta {
    flex-wrap: wrap;
    margin-top: auto;
  }

  .newsfront-meta strong {
    flex-basis: 100%;
    margin: 4px 0 0;
  }

  .newsfront-art {
    min-height: 300px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .newsfront-art-index {
    font-size: 68px;
  }

  .newsfront-latest ol {
    display: block;
  }

  .newsfront-latest li:nth-child(odd),
  .newsfront-latest li:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }

  .newsfront-latest h3 {
    font-size: 20px;
  }

  .weekly-dock {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 54px;
    padding: 9px 11px;
  }

  .weekly-dock > span {
    padding-right: 10px;
  }

  .weekly-dock > strong {
    font-size: 11px;
  }

  .weekly-dock > em {
    font-size: 0;
  }

  .weekly-dock > em::after {
    content: "Free ↓";
    font-size: 8px;
  }

  .intel-hero h1 {
    font-size: 47px;
  }

  .intel-hero-lede {
    font-size: 17px;
  }

  .intel-hero .hero-actions {
    display: grid;
  }

  .market-view {
    min-height: 490px;
    border-radius: 10px;
  }

  .market-view-head {
    padding-inline: 16px;
  }

  .market-view-head span:last-child {
    font-size: 0;
  }

  .market-tabs button {
    font-size: 10px;
  }

  .market-panel {
    padding: 24px 18px 20px;
  }

  .market-panel h2 {
    margin-top: 44px;
    font-size: 42px;
  }

  .market-panel > p {
    font-size: 14px;
  }

  .market-panel-foot {
    gap: 10px;
    font-size: 8px;
  }

  .intelligence-strip span {
    letter-spacing: 0.03em;
  }

  .home-section-heading h2,
  .catch-heading h2 {
    font-size: 44px;
  }

  .lead-story-art {
    min-height: 270px;
  }

  .orbital-map {
    width: 190px;
    height: 190px;
  }

  .lead-story-copy,
  .report-copy,
  .event-programme {
    padding: 22px;
  }

  .lead-story-copy h3 {
    font-size: 40px;
  }

  .signal-feed h3 {
    font-size: 25px;
  }

  .reports-section,
  .programmes-section,
  .brief-section {
    padding-left: var(--content-gutter);
    padding-right: var(--content-gutter);
  }

  .report-cover,
  .report-card-featured .report-cover {
    min-height: 340px;
  }

  .report-cover > strong {
    font-size: 50px;
  }

  .programme-brand {
    min-height: 112px;
    align-items: flex-start;
    flex-direction: column;
  }

  .programme-brand img {
    max-width: 180px;
    max-height: 54px;
  }

  .programme-main {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 16px;
  }

  .programme-date strong {
    font-size: 31px;
  }

  .programme-main h3 {
    font-size: 27px;
  }

  .brief-copy h2 {
    font-size: 47px;
  }

  .brief-form > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .brief-form input,
  .brief-form button {
    border-radius: 8px;
  }

  .home-footer {
    display: flex;
  }

.home-footer > p {
  justify-self: auto;
}
}

/* CISO intelligence desk */
.newsfront {
  min-height: 0;
  padding-top: 24px;
  padding-bottom: 0;
  background:
    radial-gradient(circle at 78% 6%, rgba(168, 219, 62, 0.055), transparent 28rem),
    #090c0b;
}

.newsfront-edition {
  min-height: 44px;
  padding: 0 0 18px;
}

.newsfront-edition p {
  display: flex;
  align-items: center;
  gap: 9px;
}

.newsfront-edition p i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(168, 219, 62, 0.4);
}

.newsfront-edition button {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  color: var(--muted);
  background: transparent;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.newsfront-edition button:hover,
.newsfront-edition button:focus-visible {
  color: var(--ink);
  outline: none;
}

.newsfront-edition kbd,
.index-search kbd {
  display: inline-grid;
  min-width: 22px;
  min-height: 22px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  color: var(--dim);
  background: rgba(255, 255, 255, 0.025);
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1;
}

.newsfront-lead {
  grid-column: 1 / span 8;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 590px;
  padding: 36px 42px 30px 0;
  border-right: 1px solid var(--line);
  transition: opacity 140ms ease;
}

.story-kicker {
  flex-wrap: wrap;
}

.story-kicker span + span {
  padding-left: 14px;
  border-left: 1px solid var(--line-strong);
}

.story-kicker span:nth-child(2),
.story-kicker span:nth-child(3) {
  color: var(--dim);
}

.newsfront :is(h1, h2) {
  max-width: 920px;
  margin-top: 32px;
  font-size: clamp(62px, 5.7vw, 92px);
  line-height: 0.91;
  letter-spacing: -0.006em;
}

.newsfront-summary {
  max-width: 800px;
  margin-top: 24px;
  font-size: clamp(17px, 1.22vw, 20px);
  line-height: 1.5;
}

.decision-brief {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.decision-brief section {
  min-width: 0;
  padding: 18px 24px 19px 0;
}

.decision-brief section + section {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.decision-brief span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.decision-brief p {
  max-width: 520px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.newsfront-meta {
  margin-top: auto;
  padding-top: 24px;
  border-top: 0;
}

.newsfront-meta span + span {
  padding-left: 14px;
  border-left: 1px solid var(--line);
}

.newsfront-meta a {
  margin-left: auto;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.newsfront-meta a:hover,
.newsfront-meta a:focus-visible {
  color: var(--green);
  outline: none;
}

.newsfront-latest {
  grid-column: 9 / -1;
  min-width: 0;
  padding: 36px 0 22px 28px;
}

.latest-heading {
  align-items: flex-end;
  min-height: 52px;
  padding-bottom: 16px;
}

.latest-heading > div p {
  margin: 0 0 7px;
  color: var(--green);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.latest-heading h2 {
  font-family: var(--sans);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.newsfront-latest ol {
  counter-reset: desk-story;
}

.newsfront-latest li {
  counter-increment: desk-story;
}

.newsfront-latest a {
  position: relative;
  padding: 17px 0 18px 28px;
}

.newsfront-latest a::before {
  content: "0" counter(desk-story);
  position: absolute;
  top: 19px;
  left: 0;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 8px;
}

.newsfront-latest h3 {
  margin-top: 9px;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.2;
}

.newsfront-latest a > p {
  margin: 8px 0 0;
  color: var(--dim);
  font-size: 11px;
  line-height: 1.35;
}

.newsfront.is-updating .newsfront-lead,
.newsfront.is-updating .newsfront-latest ol {
  opacity: 0;
}

.desk-pulse {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 calc(var(--content-gutter) * -1);
  border-top: 1px solid var(--line);
}

.desk-pulse button {
  display: grid;
  gap: 7px;
  min-height: 76px;
  padding: 17px 24px;
  border: 0;
  border-right: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.012);
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease;
}

.desk-pulse button:first-child {
  padding-left: var(--content-gutter);
}

.desk-pulse button:last-child {
  padding-right: var(--content-gutter);
  border-right: 0;
}

.desk-pulse button:hover,
.desk-pulse button:focus-visible {
  background: rgba(168, 219, 62, 0.055);
  outline: none;
}

.desk-pulse span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desk-pulse strong {
  font-size: 12px;
  font-weight: 500;
}

.intelligence-index {
  padding: 88px var(--content-gutter) 96px;
  border-bottom: 1px solid var(--line);
  background: #0c0f0e;
}

.intelligence-index-inner {
  width: 100%;
}

.index-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  align-items: end;
  gap: 72px;
}

.index-heading h2 {
  max-width: 820px;
  margin-top: 18px;
  font-size: clamp(54px, 5vw, 78px);
  line-height: 0.94;
}

.index-heading > p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.index-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  margin-top: 48px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.index-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 66px;
  padding-right: 24px;
  border-right: 1px solid var(--line);
}

.index-search > span,
.index-scope > span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.index-search input {
  min-width: 0;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.index-search input::placeholder {
  color: var(--dim);
}

.index-search:focus-within {
  box-shadow: inset 0 -1px var(--green);
}

.index-scope {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 18px;
  min-width: 360px;
  padding-left: 24px;
}

.index-scope strong {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.index-scope button {
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.index-layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(270px, 0.82fr);
  gap: 44px;
  margin-top: 34px;
}

.index-results,
.index-coverage {
  min-width: 0;
}

.index-column-head {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) 150px;
  gap: 22px;
  padding: 0 16px 13px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.index-list {
  border-top: 1px solid var(--line);
}

.index-list article {
  border-bottom: 1px solid var(--line);
}

.index-list article > a {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) 150px;
  gap: 22px;
  min-height: 142px;
  padding: 22px 16px;
  transition: background 180ms ease, padding-left 180ms ease;
}

.index-list article > a:hover,
.index-list article > a:focus-visible {
  padding-left: 22px;
  background: rgba(168, 219, 62, 0.045);
  outline: none;
}

.index-story-meta,
.index-story-utility {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.index-story-meta strong {
  color: var(--green);
  font-weight: 500;
}

.index-story-body h3 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(20px, 1.7vw, 27px);
  font-weight: 560;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.index-story-body p {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.index-story-utility span:last-child {
  margin-top: auto;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.index-empty {
  margin: 0;
  padding: 48px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.index-more {
  width: 100%;
  min-height: 54px;
  margin-top: 18px;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.index-more:hover,
.index-more:focus-visible {
  border-color: rgba(168, 219, 62, 0.42);
  background: rgba(168, 219, 62, 0.04);
  outline: none;
}

.index-coverage {
  align-self: start;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: #0a0d0c;
}

.coverage-heading {
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.coverage-heading p {
  margin: 0;
  color: var(--green);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coverage-heading h3 {
  max-width: 290px;
  margin: 18px 0 0;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.004em;
}

.coverage-list button {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.coverage-list button:hover,
.coverage-list button:focus-visible {
  background: rgba(168, 219, 62, 0.05);
  outline: none;
}

.coverage-list button.active {
  color: var(--ink);
  background: rgba(168, 219, 62, 0.075);
  box-shadow: inset 2px 0 var(--green);
}

.coverage-list button.active span,
.coverage-list button.active em {
  color: var(--green);
}

.coverage-list span,
.coverage-list em {
  color: var(--dim);
  font-family: var(--mono);
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.coverage-list strong {
  font-size: 12px;
  font-weight: 500;
}

.coverage-note {
  margin: 0;
  padding: 18px 22px 20px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 1120px) {
  .newsfront-lead {
    grid-column: 1 / span 7;
  }

  .newsfront-latest {
    grid-column: 8 / -1;
  }

  .index-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 28px;
  }

  .index-list article > a,
  .index-column-head {
    grid-template-columns: 96px minmax(0, 1fr) 120px;
  }
}

@media (max-width: 900px) {
  .newsfront-lead,
  .newsfront-latest {
    grid-column: 1 / -1;
  }

  .newsfront-lead {
    min-height: 0;
    padding-right: 0;
    padding-bottom: 34px;
    border-right: 0;
  }

  .newsfront-latest {
    padding: 28px 0 22px;
    border-top: 1px solid var(--line-strong);
  }

  .newsfront-latest ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .newsfront-latest li:nth-child(odd) {
    padding-right: 20px;
    border-right: 1px solid var(--line);
  }

  .newsfront-latest li:nth-child(even) {
    padding-left: 20px;
  }

  .index-heading,
  .index-layout {
    grid-template-columns: 1fr;
  }

  .index-heading {
    gap: 28px;
  }

  .index-heading > p {
    max-width: 690px;
  }

  .coverage-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coverage-list button:nth-child(odd) {
    border-right: 1px solid var(--line);
  }
}

@media (max-width: 680px) {
  .newsfront {
    padding-top: 18px;
  }

  .newsfront-edition {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .newsfront-edition button {
    display: none;
  }

  .newsfront-lead {
    padding-top: 24px;
  }

  .newsfront :is(h1, h2) {
    margin-top: 27px;
    font-size: clamp(48px, 13.8vw, 64px);
    line-height: 0.93;
  }

  .newsfront-summary {
    font-size: 16px;
  }

  .decision-brief {
    grid-template-columns: 1fr;
  }

  .decision-brief section {
    padding: 16px 0 17px;
  }

  .decision-brief section + section {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .newsfront-meta {
    flex-wrap: wrap;
    gap: 10px;
  }

  .newsfront-meta a {
    flex-basis: 100%;
    margin: 8px 0 0;
  }

  .newsfront-latest ol {
    display: block;
  }

  .newsfront-latest li:nth-child(odd),
  .newsfront-latest li:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }

  .desk-pulse {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desk-pulse button,
  .desk-pulse button:first-child,
  .desk-pulse button:last-child {
    min-height: 86px;
    padding: 16px var(--content-gutter);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .desk-pulse button:nth-child(even) {
    border-right: 0;
  }

  .desk-pulse button:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .intelligence-index {
    padding-top: 78px;
    padding-bottom: 88px;
  }

  .index-heading h2 {
    font-size: 49px;
  }

  .index-toolbar {
    grid-template-columns: 1fr;
  }

  .index-search {
    border-right: 0;
  }

  .index-scope {
    grid-template-columns: 1fr auto auto;
    min-width: 0;
    min-height: 48px;
    padding: 0;
    border-top: 1px solid var(--line);
  }

  .index-column-head {
    display: none;
  }

  .index-list article > a {
    grid-template-columns: 1fr auto;
    gap: 14px;
    min-height: 0;
    padding: 22px 0;
  }

  .index-list article > a:hover,
  .index-list article > a:focus-visible {
    padding-left: 8px;
  }

  .index-story-meta {
    grid-column: 1 / -1;
    flex-direction: row;
  }

  .index-story-body h3 {
    font-size: 23px;
  }

  .index-story-body p {
    font-size: 12px;
  }

  .index-story-utility {
    min-width: 78px;
    text-align: right;
  }

  .index-story-utility span {
    align-self: flex-end;
  }

  .coverage-list {
    grid-template-columns: 1fr;
  }

  .coverage-list button:nth-child(odd) {
    border-right: 0;
  }
}

/* Editorial imagery */
.newsfront-lead-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.56fr);
  align-items: stretch;
  gap: 28px;
  margin-top: 28px;
}

.newsfront-lead-copy {
  display: block;
  min-width: 0;
  padding: 0;
}

.newsfront-lead-copy h2 a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.newsfront-lead-copy h2 a:hover,
.newsfront-lead-copy h2 a:focus-visible {
  color: var(--green);
  outline: none;
}

.newsfront :is(h1, h2) {
  margin-top: 0;
  font-size: clamp(56px, 4.75vw, 78px);
}

.newsfront-summary {
  margin-top: 22px;
}

.newsfront-image,
.brief-hero-image,
.index-visual-grid figure,
.newsfront-latest figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #101412;
}

.newsfront-image {
  min-height: 278px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
}

.newsfront-image::after,
.index-visual-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(4, 7, 6, 0.64));
  pointer-events: none;
}

.newsfront-image img,
.index-visual-grid img,
.newsfront-latest figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.58) contrast(1.08) brightness(0.78);
  transition: filter 260ms ease, transform 500ms cubic-bezier(.22, 1, .36, 1);
}

.newsfront-image figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  color: rgba(245, 247, 244, 0.88);
  font-size: 10px;
  line-height: 1.35;
}

.newsfront-image figcaption a {
  color: rgba(245, 247, 244, 0.58);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.newsfront-image:hover img {
  filter: saturate(0.76) contrast(1.04) brightness(0.86);
  transform: scale(1.015);
}

.decision-brief {
  margin-top: 30px;
}

.newsfront-latest a.has-image {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
}

.newsfront-latest a.has-image figure {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  border-radius: 5px;
}

.newsfront-latest a.has-image > div {
  min-width: 0;
}

.newsfront-latest a.has-image:hover img,
.newsfront-latest a.has-image:focus-visible img {
  filter: saturate(0.76) contrast(1.04) brightness(0.88);
  transform: scale(1.035);
}

.index-picks-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
}

.index-picks-heading[hidden],
.index-visual-grid[hidden] {
  display: none;
}

.index-picks-heading span,
.index-picks-heading strong {
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.index-picks-heading span {
  color: var(--green);
}

.index-picks-heading strong {
  color: var(--dim);
}

.index-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line-strong);
}

.index-visual-grid > a {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  padding: 18px;
  border-right: 1px solid var(--line);
  transition: background 180ms ease;
}

.index-visual-grid > a:first-child {
  padding-left: 0;
}

.index-visual-grid > a:last-child {
  padding-right: 0;
  border-right: 0;
}

.index-visual-grid > a:hover,
.index-visual-grid > a:focus-visible {
  background: rgba(168, 219, 62, 0.035);
  outline: none;
}

.index-visual-grid figure {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.index-visual-grid figure > span {
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 2;
  color: rgba(245, 247, 244, 0.58);
  font-family: var(--mono);
  font-size: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.index-visual-grid > a:hover img,
.index-visual-grid > a:focus-visible img {
  filter: saturate(0.75) contrast(1.04) brightness(0.87);
  transform: scale(1.025);
}

.index-visual-grid > a > div {
  padding: 19px 2px 6px;
}

.index-visual-meta {
  margin: 0;
  color: var(--green);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.index-visual-grid h3 {
  margin: 15px 0 0;
  font-family: var(--serif);
  font-size: clamp(28px, 2.45vw, 38px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.002em;
}

.index-visual-grid > a > div > p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.48;
}

.index-visual-grid + .index-layout {
  margin-top: 42px;
}

@media (max-width: 1120px) {
  .newsfront-lead-intro {
    grid-template-columns: minmax(0, 1fr) 250px;
  }

  .newsfront-image {
    min-height: 250px;
  }
}

@media (max-width: 900px) {
  .newsfront-lead-intro {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.52fr);
  }
}

@media (max-width: 680px) {
  .newsfront-lead-intro {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .newsfront-image {
    order: -1;
    min-height: 0;
    aspect-ratio: 16 / 10;
    margin-bottom: 26px;
  }

  .newsfront :is(h1, h2) {
    margin-top: 0;
    font-size: clamp(47px, 13.5vw, 62px);
  }

  .newsfront-latest a.has-image {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .index-picks-heading {
    margin-top: 30px;
  }

  .index-visual-grid {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-right: calc(var(--content-gutter) * -1);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    border-bottom: 0;
  }

  .index-visual-grid::-webkit-scrollbar {
    display: none;
  }

  .index-visual-grid > a,
  .index-visual-grid > a:first-child,
  .index-visual-grid > a:last-child {
    flex: 0 0 min(82vw, 330px);
    padding: 16px 16px 20px 0;
    border-right: 1px solid var(--line);
    scroll-snap-align: start;
  }

  .index-visual-grid h3 {
    font-size: 34px;
  }

  .index-visual-grid > a > div > p:last-child {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .index-visual-grid + .index-layout {
    margin-top: 32px;
  }
}

/* Black Hat activation and conversion */
.blackhat-activation {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(60px, 8vw, 130px);
  padding: 96px var(--content-gutter) 104px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 42%, rgba(168, 219, 62, 0.1), transparent 30rem),
    #0b0e0d;
}

.blackhat-activation-copy {
  min-width: 0;
}

.blackhat-activation-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--dim);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.blackhat-activation-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
}

.blackhat-activation-meta i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(168, 219, 62, 0.45);
}

.blackhat-activation-meta strong {
  font-weight: 400;
}

.blackhat-activation-copy > .eyebrow {
  margin-top: 42px;
}

.blackhat-activation h2 {
  max-width: 720px;
  margin-top: 18px;
  font-size: clamp(54px, 4.9vw, 78px);
  line-height: 0.93;
}

.blackhat-activation-copy > p:not(.eyebrow) {
  max-width: 670px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.58;
}

.blackhat-activation-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 28px;
}

.blackhat-activation-benefits span {
  padding: 7px 9px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blackhat-activation-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px;
}

.blackhat-activation-actions > a:not(.button) {
  color: var(--muted);
  font-size: 12px;
}

.blackhat-activation-actions > a:not(.button):hover,
.blackhat-activation-actions > a:not(.button):focus-visible {
  color: var(--ink);
  outline: none;
}

.blackhat-activation-copy > small {
  display: block;
  margin-top: 18px;
  color: var(--dim);
  font-size: 10px;
}

.blackhat-pass-preview {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  aspect-ratio: 1.91 / 1;
  overflow: hidden;
  padding: clamp(22px, 2.5vw, 36px);
  border: 1px solid rgba(235, 243, 232, 0.25);
  border-radius: 14px;
  background:
    linear-gradient(102deg, rgba(6, 9, 8, 0.97) 0%, rgba(6, 9, 8, 0.89) 54%, rgba(6, 9, 8, 0.56) 100%),
    url("./assets/editorial/events.webp") center 58% / cover;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.46);
  transition: transform 380ms cubic-bezier(.22, 1, .36, 1), border-color 180ms ease;
}

.blackhat-pass-preview:hover,
.blackhat-pass-preview:focus-visible {
  border-color: rgba(168, 219, 62, 0.58);
  transform: translateY(-5px) rotate(-0.35deg);
  outline: none;
}

.blackhat-pass-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 12.5% 25%;
  opacity: 0.18;
  pointer-events: none;
}

.blackhat-pass-preview > * {
  position: relative;
  z-index: 1;
}

.blackhat-pass-preview-head,
.blackhat-pass-preview-foot,
.blackhat-pass-preview-event,
.blackhat-pass-preview-identity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.blackhat-pass-preview-head,
.blackhat-pass-preview-foot {
  color: rgba(245, 247, 244, 0.72);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blackhat-pass-preview-head > span {
  color: var(--green);
}

.blackhat-pass-preview-event {
  justify-content: flex-start;
  margin-top: clamp(16px, 2vw, 24px);
}

.blackhat-pass-preview-event img {
  width: clamp(120px, 12vw, 190px);
  max-height: 42px;
  object-fit: contain;
  object-position: left center;
  filter: none;
}

.blackhat-pass-preview-event > span {
  padding-left: 18px;
  border-left: 1px solid var(--line);
  color: rgba(245, 247, 244, 0.66);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.blackhat-pass-preview-identity {
  justify-content: flex-start;
  margin-top: auto;
}

.blackhat-pass-avatar {
  display: grid;
  flex: 0 0 auto;
  width: clamp(58px, 6vw, 82px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(168, 219, 62, 0.58);
  border-radius: 50%;
  color: #101411;
  background: var(--green);
  font-family: var(--serif);
  font-size: clamp(23px, 2.3vw, 34px);
}

.blackhat-pass-preview-identity small,
.blackhat-pass-preview-priority span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blackhat-pass-preview-identity strong {
  display: block;
  margin-top: 5px;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 400;
  line-height: 0.92;
}

.blackhat-pass-preview-identity p {
  margin: 6px 0 0;
  color: rgba(245, 247, 244, 0.64);
  font-size: 10px;
}

.blackhat-pass-preview-priority {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-top: clamp(16px, 2vw, 24px);
  padding: 12px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.blackhat-pass-preview-priority strong {
  color: rgba(245, 247, 244, 0.88);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
}

.blackhat-pass-preview-foot {
  margin-top: 14px;
}

.blackhat-pass-preview-foot strong {
  color: var(--ink);
  font-weight: 500;
}

.brief-inner {
  grid-template-columns: minmax(0, 1.14fr) minmax(390px, 0.86fr);
  align-items: start;
  gap: clamp(70px, 8vw, 124px);
}

.brief-preview-list {
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(16, 20, 17, 0.18);
}

.brief-preview-list li {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(16, 20, 17, 0.13);
}

.brief-preview-list span {
  color: #527000;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.brief-preview-list strong {
  color: #28302b;
  font-size: 13px;
  font-weight: 550;
}

.brief-signup {
  position: sticky;
  top: 124px;
  padding: clamp(28px, 3.5vw, 46px);
}

.brief-signup-kicker {
  margin: 0;
  color: #527000;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brief-signup h3 {
  margin-top: 24px;
  font-family: var(--serif);
  font-size: clamp(38px, 3.5vw, 54px);
  font-weight: 400;
  line-height: 0.95;
}

.brief-signup > p:not(.brief-signup-kicker):not(#brief-form-note) {
  max-width: 470px;
  margin: 18px 0 0;
  color: #5b655f;
  font-size: 14px;
  line-height: 1.5;
}

.brief-form {
  margin-top: 30px;
}

@media (max-width: 1020px) {
  .blackhat-activation {
    grid-template-columns: 1fr;
  }

  .blackhat-pass-preview {
    width: min(760px, 100%);
  }

  .brief-signup {
    position: static;
  }

  .brief-inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }
}

@media (max-width: 680px) {
  .blackhat-activation {
    gap: 50px;
    padding-top: 76px;
    padding-bottom: 82px;
  }

  .blackhat-activation-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .blackhat-activation h2 {
    font-size: 50px;
  }

  .blackhat-pass-preview {
    aspect-ratio: auto;
    min-height: 430px;
    padding: 20px;
  }

  .blackhat-pass-preview-event {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .blackhat-pass-preview-event > span {
    padding: 0;
    border-left: 0;
  }

  .blackhat-pass-preview-priority {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .brief-preview-list li {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
  }
}

/* Event-first entry */
.event-entry {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(460px, 0.88fr);
  align-items: center;
  gap: clamp(70px, 9vw, 150px);
  min-height: calc(100svh - 90px);
  padding: 78px var(--content-gutter) 90px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, transparent 73%, rgba(168, 219, 62, 0.025)),
    radial-gradient(circle at 86% 22%, rgba(168, 219, 62, 0.08), transparent 26rem);
}

.event-entry > * {
  position: relative;
  z-index: 1;
}

.event-entry-live {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 800px;
  padding-bottom: 0;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-entry-live span,
.event-command-foot span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
}

.event-entry .eyebrow {
  margin-top: 34px;
}

.event-entry :is(h1, h2) {
  max-width: 910px;
  margin-top: 18px;
  font-family: var(--serif);
  font-size: clamp(76px, 7.2vw, 122px);
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 0.86;
}

.event-entry-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.5;
}

.event-entry-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
}

.event-entry-actions > a:not(.button) {
  color: var(--muted);
  font-size: 12px;
}

.event-entry-actions > a:not(.button):hover,
.event-entry-actions > a:not(.button):focus-visible {
  color: var(--ink);
  outline: none;
}

.event-entry-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 28px;
}

.event-entry-proof span {
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.event-command {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: rgba(11, 15, 13, 0.94);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
}

.event-command-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 118px;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(6, 9, 8, 0.9), rgba(6, 9, 8, 0.5)),
    url("./assets/editorial/events.webp") center 55% / cover;
}

.event-command-head img {
  width: min(220px, 52%);
  max-height: 52px;
  object-fit: contain;
  object-position: left;
}

.event-command-head span,
.event-command > p,
.event-command a > span,
.event-command a em,
.event-command-foot {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.event-command-head span {
  color: rgba(245, 247, 244, 0.65);
}

.event-command > p {
  margin: 0;
  padding: 20px 24px 12px;
  color: var(--dim);
}

.event-command > a {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  margin: 0 24px;
  border-top: 1px solid var(--line);
  transition: color 160ms ease, background 160ms ease;
}

.event-command > a:hover,
.event-command > a:focus-visible {
  margin-right: 12px;
  margin-left: 12px;
  padding-right: 12px;
  padding-left: 12px;
  background: rgba(168, 219, 62, 0.045);
  outline: none;
}

.event-command a > span,
.event-command a em {
  color: var(--green);
  font-style: normal;
}

.event-command a div {
  min-width: 0;
}

.event-command a strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.event-command a small {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-command-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 52px;
  padding: 0 24px;
  border-top: 1px solid var(--line-strong);
  color: var(--dim);
  background: rgba(255, 255, 255, 0.018);
}

.event-command-foot strong {
  font-weight: 400;
}

#today {
  scroll-margin-top: 90px;
}

@media (max-width: 1120px) {
  .event-entry {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .event-command {
    width: min(780px, 100%);
  }
}

@media (max-width: 680px) {
  .event-entry {
    min-height: auto;
    gap: 46px;
    padding-top: 62px;
    padding-bottom: 76px;
  }

  .event-entry-live {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .event-entry .eyebrow {
    margin-top: 34px;
  }

  .event-entry :is(h1, h2) {
    font-size: 58px;
  }

  .event-entry-copy > p:not(.eyebrow) {
    margin-top: 24px;
    font-size: 17px;
  }

  .event-entry-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .event-entry-actions .button {
    width: 100%;
  }

  .event-command-head {
    min-height: 96px;
  }

  .event-command > a {
    grid-template-columns: 24px minmax(0, 1fr);
    min-height: 96px;
  }

  .event-command a em {
    display: none;
  }

  .event-command a small {
    white-space: normal;
  }
}

/* Today's Brief conversion masthead */
.today-promise {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(390px, 0.8fr);
  align-items: end;
  gap: clamp(56px, 8vw, 130px);
  padding: 38px 0 44px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line-strong);
}

.today-promise .eyebrow {
  margin: 0;
}

.newsfront .today-promise h1 {
  max-width: 980px;
  margin-top: 16px;
  font-size: clamp(62px, 6vw, 96px);
  line-height: 0.9;
}

.today-promise-copy > p:last-child {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.5;
}

.today-signup-form {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  background: rgba(14, 18, 16, 0.94);
}

.today-signup-form label {
  color: var(--green);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.today-signup-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.today-signup-form input {
  min-width: 0;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-right: 0;
  border-radius: 6px 0 0 6px;
  color: var(--ink);
  background: #0d1110;
  outline: none;
}

.today-signup-form input:focus {
  border-color: rgba(168, 219, 62, 0.65);
}

.today-signup-form button {
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 0 6px 6px 0;
  color: #0d110b;
  background: var(--green);
  font-weight: 650;
  cursor: pointer;
}

.today-signup-form > p {
  margin: 0;
  color: var(--dim);
  font-size: 9px;
}

.today-signup-form.is-subscribed input {
  border-color: rgba(168, 219, 62, 0.42);
  color: var(--muted);
}

.today-signup-form.is-subscribed button {
  cursor: default;
}

.today-signup-form.is-subscribed > p {
  color: var(--green);
}

.event-entry-secondary {
  min-height: auto;
  padding-top: 104px;
  padding-bottom: 112px;
}

.event-entry-secondary :is(h1, h2) {
  font-size: clamp(58px, 5.4vw, 86px);
  line-height: 0.9;
}

@media (max-width: 1120px) {
  .today-promise {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .today-signup-form {
    max-width: 720px;
  }
}

@media (max-width: 680px) {
  .today-promise {
    gap: 28px;
    padding: 28px 0 34px;
  }

  .newsfront .today-promise h1 {
    font-size: 50px;
  }

  .today-promise-copy > p:last-child {
    margin-top: 18px;
    font-size: 16px;
  }

  .today-signup-form {
    padding: 16px;
  }

  .today-signup-form > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .today-signup-form input,
  .today-signup-form button {
    border: 1px solid var(--line-strong);
    border-radius: 6px;
  }

  .event-entry-secondary {
    padding-top: 78px;
    padding-bottom: 84px;
  }
}

/* Daily edition */
.brief-day-nav {
  position: sticky;
  top: 90px;
  z-index: 19;
  min-height: var(--secondary-nav-height);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.brief-day-nav .desk-nav-label {
  min-width: var(--secondary-nav-label-width);
}

.brief-day-nav .desk-nav-scroll {
  align-items: stretch;
}

.brief-day-nav button {
  display: grid;
  grid-template-columns: auto auto;
  align-content: center;
  gap: 7px;
  min-height: var(--secondary-nav-height);
  padding-right: 17px;
  padding-left: 17px;
}

.brief-day-nav button strong {
  color: inherit;
  font-size: 11px;
  font-weight: 600;
}

.brief-day-nav button span {
  color: var(--dim);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brief-archive-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  min-height: 64px;
  padding: 0 20px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
}

.brief-archive-link:hover,
.brief-archive-link:focus-visible {
  color: var(--ink);
  outline: none;
}

.brief-freshness {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  min-height: var(--secondary-nav-height);
  margin-left: auto;
  padding: 0 18px;
  border-left: 1px solid var(--line);
  color: var(--dim);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  text-transform: uppercase;
}

.newsfront {
  position: relative;
  padding-top: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.brief-edition-track {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 24px;
  overflow: hidden;
}

.brief-edition-track.is-sliding,
.brief-edition-outgoing {
  will-change: transform, opacity;
}

.brief-statement {
  position: relative;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-width: 0;
  padding: 20px 0 18px;
  border-bottom: 1px solid var(--line-strong);
}

.brief-statement-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.brief-statement-meta span {
  color: var(--green);
}

.brief-statement-readout {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.read-time-compact {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  text-transform: none;
}

.read-time-compact svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brief-statement-readout .read-time-compact {
  color: var(--ink);
  font-weight: 500;
}

.newsfront .brief-statement h1,
.brief-statement > p {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.brief-edition-track .newsfront-lead {
  grid-column: 1 / -1;
  min-height: 0;
  margin: 24px 0 36px;
  padding: 30px 32px 28px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.012);
}

.brief-edition-track .story-kicker > span:first-child {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border: 1px solid rgba(168, 219, 62, 0.3);
  border-radius: 999px;
  background: rgba(168, 219, 62, 0.035);
}

.brief-edition-track .newsfront-lead-intro {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.58fr);
}

.brief-edition-track .newsfront-image {
  min-height: 320px;
}

.brief-inline-signup {
  position: relative;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(320px, 420px);
  align-items: center;
  justify-content: center;
  gap: clamp(72px, 8vw, 150px);
  margin: 38px 0 28px;
  padding: 56px clamp(24px, 3vw, 48px) 60px;
  border-top: 1px solid rgba(168, 219, 62, 0.62);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 77% 50%, rgba(168, 219, 62, 0.045), transparent 24%),
    linear-gradient(100deg, rgba(168, 219, 62, 0.035), transparent 42%);
  scroll-margin-top: 106px;
}

.brief-inline-signup::before {
  display: none;
}

.brief-inline-copy .eyebrow {
  margin: 0;
}

.brief-inline-left {
  display: grid;
  align-content: center;
  justify-self: stretch;
  width: min(100%, 680px);
  min-width: 0;
}

.brief-inline-copy h2 {
  max-width: 640px;
  margin-top: 16px;
  font-size: clamp(48px, 4vw, 64px);
  line-height: 0.94;
}

.brief-inline-copy > p:last-child {
  max-width: 610px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.brief-inline-form {
  width: min(100%, 630px);
  margin-top: 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.brief-envelope-art {
  display: grid;
  min-width: 0;
  margin: 0;
  place-items: center;
}

.brief-envelope-stage {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 960 / 680;
  container-type: inline-size;
  transform: translateZ(0);
  transform-origin: 50% 70%;
  transition: transform 520ms cubic-bezier(.22, 1, .36, 1), filter 520ms ease;
}

.brief-envelope-art img {
  display: block;
  width: 100%;
  height: auto;
}

.brief-envelope-masthead {
  position: absolute;
  top: 21.4%;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  gap: 1.7cqw;
  color: #f2f5ef;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px) scale(.985);
  transition: opacity 680ms ease 140ms, transform 1050ms cubic-bezier(.22, 1, .36, 1) 110ms;
}

.brief-inline-signup.is-envelope-revealed .brief-envelope-masthead {
  opacity: 1;
  transform: translate(-50%, -9px) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .brief-envelope-stage,
  .brief-envelope-masthead {
    transition: none;
  }

  .brief-envelope-masthead {
    opacity: 1;
    transform: translate(-50%, -9px) scale(1);
  }
}

.brief-envelope-icon {
  display: grid;
  width: 48px;
  height: 48px;
  width: 12.3cqw;
  height: 12.3cqw;
  place-items: center;
}

.brief-envelope-icon img {
  display: block;
  width: 90%;
  height: 90%;
}

.brief-envelope-masthead .brand-wordmark {
  font-size: 19px;
  font-size: 4.65cqw;
  letter-spacing: 0;
  white-space: nowrap;
}

.brief-envelope-masthead .brand-wordmark > span + em {
  margin-left: 0.32em;
}

.brief-envelope-subtitle {
  color: var(--green);
  font-family: var(--sans);
  font-size: 9px;
  font-size: 2.3cqw;
  font-weight: 650;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.brief-envelope {
  grid-area: preview;
  position: relative;
  min-width: 0;
  padding: 0 22px 74px;
  isolation: isolate;
}

.brief-envelope::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  z-index: -1;
  height: 170px;
  clip-path: polygon(0 38%, 50% 0, 100% 38%, 100% 100%, 0 100%);
  border-radius: 10px;
  background:
    linear-gradient(135deg, transparent 49.8%, rgba(232, 240, 232, 0.14) 50%, transparent 50.2%),
    linear-gradient(225deg, transparent 49.8%, rgba(232, 240, 232, 0.14) 50%, transparent 50.2%),
    #0a0f0c;
  box-shadow: inset 0 0 0 1px var(--line-strong);
}

.brief-email-preview {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: rgba(7, 10, 9, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.brief-envelope-pocket {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 142px;
  clip-path: polygon(0 23%, 50% 70%, 100% 23%, 100% 100%, 0 100%);
  background:
    linear-gradient(32deg, transparent 49.7%, rgba(232, 240, 232, 0.15) 50%, transparent 50.3%) left / 50% 100% no-repeat,
    linear-gradient(-32deg, transparent 49.7%, rgba(232, 240, 232, 0.15) 50%, transparent 50.3%) right / 50% 100% no-repeat,
    linear-gradient(110deg, rgba(168, 219, 62, 0.055), transparent 48%),
    #101512;
  box-shadow: inset 0 0 0 1px var(--line-strong), 0 -16px 36px rgba(0, 0, 0, 0.18);
}

.brief-envelope-pocket span {
  position: absolute;
  bottom: 17px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brief-envelope-pocket span:first-child {
  left: 22px;
}

.brief-envelope-pocket span:last-child {
  right: 22px;
}

.brief-email-preview > header,
.brief-email-preview > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 22px;
  border-bottom: 1px solid var(--line);
}

.brief-email-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--serif);
  font-size: 17px;
}

.brief-email-brand img {
  width: 19px;
  height: 19px;
}

.brief-email-preview > header .read-time-compact {
  color: var(--dim);
  font-family: var(--mono);
  font-size: 9px;
}

.brief-email-edition {
  padding: 25px 26px 27px;
}

.brief-email-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.brief-email-meta span:last-child {
  max-width: 46%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brief-email-category {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-top: 22px;
  padding: 0 9px;
  border: 1px solid color-mix(in srgb, var(--preview-accent, #a8b1ad) 42%, transparent);
  border-radius: 999px;
  color: var(--preview-accent, #a8b1ad);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.brief-email-category[data-preview-category="ai"] { --preview-accent: #8db7ff; }
.brief-email-category[data-preview-category="board"] { --preview-accent: #9ab8a4; }
.brief-email-category[data-preview-category="vendors"] { --preview-accent: #d3a764; }
.brief-email-category[data-preview-category="career"] { --preview-accent: #c8ad8a; }
.brief-email-category[data-preview-category="events"] { --preview-accent: #b19ae8; }
.brief-email-category[data-preview-category="research"] { --preview-accent: #a8b1ad; }

.brief-email-edition h3 {
  max-width: 720px;
  margin: 13px 0 0;
  font-family: var(--serif);
  font-size: clamp(27px, 2.6vw, 37px);
  font-weight: 400;
  line-height: 1.01;
}

.brief-email-signals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}

.brief-email-signals > div {
  min-width: 0;
  padding: 17px 18px 0 0;
}

.brief-email-signals > div + div {
  padding-right: 0;
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.brief-email-signals span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.brief-email-signals p {
  display: -webkit-box;
  margin: 7px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.brief-email-preview > footer {
  min-height: 44px;
  border-top: 1px solid var(--line);
  border-bottom: 0;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brief-five {
  grid-column: 1 / -1;
  padding: 34px 0 44px;
}

.brief-five .latest-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 0;
  padding-bottom: 22px;
  border-bottom: 0;
}

.brief-five .latest-heading h2 {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 400;
}

.brief-five ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
  border: 0;
}

.brief-five li {
  --story-accent: var(--green);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.012);
  transition: border-color 180ms ease, background 180ms ease;
}

.brief-five li:hover,
.brief-five li:focus-within {
  border-color: color-mix(in srgb, var(--story-accent) 42%, var(--line-strong));
  background: rgba(255, 255, 255, 0.02);
}

.brief-five a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 370px;
  padding: 24px 26px 22px;
  background: rgba(255, 255, 255, 0.01);
  isolation: isolate;
  transition: background 180ms ease;
}

.brief-five a::before {
  content: "";
  position: absolute;
  inset: -1px auto -1px -1px;
  z-index: 2;
  width: 2px;
  background: var(--story-accent);
  opacity: 0;
  transform: scaleY(0.72);
  transform-origin: center;
  transition: opacity 180ms ease, transform 220ms cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}

.brief-five a::before {
  display: none;
}

.brief-five a:hover,
.brief-five a:focus-visible {
  padding-left: 26px;
  background: rgba(255, 255, 255, 0.032);
  box-shadow: none;
  outline: none;
}

.brief-five a:hover::before,
.brief-five a:focus-visible::before {
  opacity: 0.82;
  transform: scaleY(1);
}

.brief-five a:hover .brief-story-desk,
.brief-five a:focus-visible .brief-story-desk {
  border-color: color-mix(in srgb, var(--desk-accent) 46%, transparent);
}

.brief-five a:hover .brief-story-source-image img,
.brief-five a:focus-visible .brief-story-source-image img {
  filter: saturate(0.78) contrast(1.04) brightness(0.9);
}

.brief-story-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 34px;
}

.brief-story-meta {
  display: grid;
  grid-template-columns: auto minmax(74px, 1fr);
  align-items: center;
  flex: 1;
  gap: 24px;
  margin: 0;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.brief-story-meta > span:last-child {
  justify-self: end;
  white-space: nowrap;
}

.brief-story-read-time {
  color: var(--dim);
}

.brief-story-desk {
  --desk-accent: var(--story-accent);
  display: flex;
  align-items: center;
  min-height: 34px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--desk-accent) 28%, transparent);
  border-radius: 999px;
  color: var(--desk-accent);
  background: color-mix(in srgb, var(--desk-accent) 4%, transparent);
  transition: border-color 160ms ease;
}

.brief-story-icon {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border-right: 1px solid color-mix(in srgb, var(--desk-accent) 22%, transparent);
  color: inherit;
}

.brief-story-icon svg {
  width: 16px;
  height: 16px;
}

.brief-story-pill {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 13px 0 11px;
  border: 0;
  color: inherit;
  background: transparent;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.brief-story-sponsorship {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 12px;
  border-left: 1px solid color-mix(in srgb, #e8cfad 30%, transparent);
  color: #e8cfad;
  font-size: 7px;
  font-weight: 550;
  letter-spacing: 0.08em;
}

.brief-five .brief-story-source-image {
  position: relative;
  height: 138px;
  margin: 28px -26px 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #111513;
}

.brief-story-source-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(5, 8, 7, 0.68));
}

.brief-story-source-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7) contrast(1.04) brightness(0.84);
  transition: filter 180ms ease;
}

.brief-story-source-image span {
  position: absolute;
  right: 12px;
  bottom: 9px;
  z-index: 1;
  color: rgba(245, 247, 244, 0.62);
  font: 500 7px / 1 var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brief-five li[data-category="board"] {
  --story-accent: #b7d8c0;
}

.brief-five li[data-category="ai"] {
  --story-accent: #8db7ff;
}

.brief-five li[data-category="vendors"] {
  --story-accent: #d8b36a;
}

.brief-five li[data-category="events"] {
  --story-accent: #b9a7f5;
}

.brief-five li[data-category="research"] {
  --story-accent: #d6d5cc;
}

.brief-five li[data-category="career"] {
  --story-accent: #e8cfad;
}

.brief-five h3 {
  max-width: 590px;
  margin-top: 26px;
  font-family: var(--serif);
  font-size: clamp(25px, 2.2vw, 32px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0.006em;
}

.brief-story-signals {
  display: grid;
  margin-top: 20px;
  border-top: 1px solid var(--line);
}

.brief-story-signal {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.brief-story-signal > span {
  padding-top: 2px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.brief-story-signal > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.52;
}

.brief-story-move > span {
  color: var(--story-accent);
}

.brief-story-move > p {
  color: var(--ink);
}

.brief-story-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 20px;
}

.brief-story-footer > span {
  max-width: 66%;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.brief-story-footer > em {
  color: var(--ink);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
}

.brief-newsletter {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  align-items: center;
  gap: clamp(56px, 8vw, 130px);
  padding: 62px 0 68px;
  border-top: 1px solid var(--line-strong);
}

.brief-newsletter .eyebrow {
  margin: 0;
}

.newsfront .brief-newsletter h2 {
  max-width: 820px;
  margin-top: 14px;
  font-size: clamp(48px, 4.5vw, 72px);
  line-height: 0.92;
}

.brief-newsletter > div > p:last-child {
  max-width: 700px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 1120px) {
  .brief-inline-signup {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-right: clamp(32px, 8vw, 84px);
    padding-left: clamp(32px, 8vw, 84px);
  }

  .brief-inline-left {
    width: min(100%, 720px);
    max-width: none;
    justify-self: center;
  }

  .brief-envelope-art {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }

  .brief-newsletter {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 900px) {
  .brief-statement,
  .brief-edition-track .newsfront-lead {
    grid-column: 1 / -1;
  }

  .brief-statement {
    padding-right: 0;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .brief-edition-track .newsfront-lead {
    min-height: 0;
    margin-top: 18px;
    padding: 26px;
  }
}

@media (max-width: 680px) {
  .brief-inline-signup {
    scroll-margin-top: 84px;
  }

  .brief-day-nav .desk-nav-label {
    display: none;
  }

  .brief-day-nav {
    padding-left: var(--rail-inset);
    padding-right: var(--rail-inset);
  }

  .brief-day-nav::before {
    left: var(--rail-inset);
    right: var(--rail-inset);
  }

  .brief-day-nav button {
    min-height: 60px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .brief-statement {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding-top: 18px;
  }

  .brief-statement-meta {
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .brief-statement-readout {
    justify-content: flex-end;
  }

  .brief-edition-track .newsfront-lead-intro {
    display: flex;
  }

  .brief-five {
    padding-top: 28px;
  }

  .brief-five .latest-heading h2 {
    font-size: 34px;
  }

  .brief-five ol {
    grid-template-columns: 1fr;
  }

  .brief-five li:last-child {
    grid-column: auto;
  }

  .brief-five a {
    min-height: 0;
    padding: 22px 20px;
  }

  .brief-five a:hover,
  .brief-five a:focus-visible {
    padding-left: 20px;
  }

  .brief-five .brief-story-source-image {
    height: 142px;
    margin-right: -20px;
    margin-left: -20px;
  }

  .brief-story-meta {
    grid-template-columns: auto minmax(64px, 1fr);
    gap: 12px;
  }

  .brief-story-icon {
    width: 34px;
    height: 34px;
  }

  .brief-story-icon svg {
    width: 16px;
    height: 16px;
  }

  .brief-five h3 {
    margin-top: 22px;
    font-size: 27px;
  }

  .brief-inline-signup {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 40px 20px 42px;
  }

  .brief-inline-form {
    margin-top: 27px;
  }

  .brief-envelope-art {
    margin-top: 4px;
  }

  .brief-envelope-art img {
    width: 100%;
  }

  .brief-delivery-preview {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .newsfront .brief-inline-copy h2 {
    font-size: clamp(43px, 12vw, 50px);
  }

  .brief-email-edition {
    padding: 22px 20px 24px;
  }

  .brief-email-meta,
  .brief-email-preview > footer {
    display: none;
  }

  .brief-email-category {
    margin-top: 0;
  }

  .brief-envelope {
    padding-right: 10px;
    padding-bottom: 58px;
    padding-left: 10px;
  }

  .brief-envelope::before {
    bottom: 12px;
    height: 136px;
  }

  .brief-envelope-pocket {
    height: 112px;
  }

  .brief-envelope-pocket span {
    bottom: 13px;
  }

  .brief-envelope-pocket span:first-child {
    left: 16px;
  }

  .brief-envelope-pocket span:last-child {
    right: 16px;
  }

  .brief-email-signals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brief-email-signals > div {
    padding-right: 0;
  }

  .brief-email-signals > div + div {
    margin-top: 0;
    padding-top: 17px;
    padding-left: 14px;
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .brief-email-signals p {
    display: none;
  }

  .brief-story-signal {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
  }

  .brief-newsletter {
    padding-top: 50px;
    padding-bottom: 56px;
  }

  .newsfront .brief-newsletter h2 {
    font-size: 48px;
  }
}

@media (max-width: 820px) {
  .brief-day-nav {
    top: 72px;
  }
}

/* Brief delivery and preferences */
.weekly-review {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr);
  align-items: center;
  gap: clamp(52px, 8vw, 120px);
  padding: 46px 0 50px;
  border-top: 0;
  border-bottom: 1px solid var(--line-strong);
  background: transparent;
}

.weekly-review > header {
  display: block;
}

.weekly-review .eyebrow {
  margin: 0;
}

.newsfront .weekly-review h2 {
  margin-top: 12px;
  font-size: clamp(40px, 3.5vw, 54px);
  line-height: 0.96;
}

.weekly-review > header > p {
  max-width: 520px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.weekly-review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 44px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.weekly-review-grid article {
  min-height: 188px;
  padding: 22px 22px 24px;
  border-right: 1px solid var(--line);
}

.weekly-review-grid article:last-child {
  border-right: 0;
}

.weekly-review-grid span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.weekly-review-grid strong {
  display: block;
  max-width: 220px;
  margin-top: 32px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.weekly-review-grid p {
  max-width: 230px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.weekly-review-form {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 9px;
  margin: 0;
}

.weekly-offer-panel {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.brief-delivery-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.brief-delivery-preview > div {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brief-preview-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(168, 219, 62, 0.28);
  border-radius: 50%;
  color: var(--green);
  background: rgba(168, 219, 62, 0.045);
}

.brief-preview-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brief-delivery-preview strong,
.brief-delivery-preview small {
  display: block;
}

.brief-delivery-preview strong {
  color: var(--ink);
  font-size: 11px;
  font-weight: 620;
  line-height: 1.2;
}

.brief-delivery-preview small {
  margin-top: 3px;
  color: var(--dim);
  font-size: 9px;
  line-height: 1.25;
}

.weekly-delivery-preview .brief-preview-icon {
  border-color: var(--line-strong);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.025);
}

.weekly-review-form label {
  color: var(--green);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.weekly-review-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.weekly-review-form input,
.weekly-review-form button {
  min-height: 50px;
  font: inherit;
}

.weekly-review-form input {
  min-width: 0;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-right: 0;
  border-radius: 6px 0 0 6px;
  color: var(--ink);
  background: #0d1110;
  outline: none;
}

.weekly-review-form input:focus {
  border-color: rgba(168, 219, 62, 0.65);
}

.weekly-review-form button {
  padding: 0 18px;
  border: 1px solid rgba(232, 240, 232, 0.28);
  border-radius: 0 6px 6px 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.055);
  font-weight: 650;
  cursor: pointer;
}

.weekly-review-form > p {
  margin: 0;
  color: var(--dim);
  font-size: 9px;
  line-height: 1.4;
}

.index-story-body p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.index-visual-grid > a > div > p:last-child {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 900px) {
  .weekly-review {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* Section-boundary ownership: one component draws each shared rule. */
.newsfront {
  border-bottom: 0;
}

.reports-section {
  border-top: 0;
  border-bottom: 0;
}

.brief-onboarding {
  width: min(1080px, calc(100vw - 32px));
  max-width: none;
  max-height: min(900px, calc(100vh - 32px));
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(168, 219, 62, 0.28);
  border-radius: 14px;
  color: var(--ink);
  background: #0a0d0c;
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.72);
}

.brief-onboarding::backdrop {
  background: rgba(2, 4, 3, 0.78);
  backdrop-filter: blur(12px);
}

.brief-onboarding-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  min-height: 690px;
}

.brief-onboarding-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 44px 38px 36px;
  border-right: 1px solid var(--line-strong);
  background:
    radial-gradient(circle at 12% 90%, rgba(168, 219, 62, 0.12), transparent 46%),
    linear-gradient(150deg, #111611, #090c0b 72%);
}

.brief-onboarding-intro > button {
  align-self: flex-end;
  padding: 0;
  border: 0;
  color: var(--dim);
  background: transparent;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.brief-onboarding-intro > button:hover,
.brief-onboarding-intro > button:focus-visible {
  color: var(--ink);
  outline: none;
}

.brief-onboarding-intro .eyebrow {
  margin: 76px 0 0;
}

.brief-onboarding-intro h2 {
  margin: 22px 0 0;
  font-family: var(--serif);
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.91;
}

.brief-onboarding-intro > p:not(.eyebrow) {
  max-width: 360px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.brief-onboarding-defaults {
  display: grid;
  gap: 7px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--line-strong);
}

.brief-onboarding-defaults span,
.brief-preferences-head span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brief-onboarding-defaults strong {
  font-size: 16px;
  font-weight: 600;
}

.brief-onboarding-defaults small {
  max-width: 320px;
  color: var(--dim);
  font-size: 10px;
  line-height: 1.45;
}

.brief-preferences {
  min-width: 0;
  max-height: min(900px, calc(100vh - 32px));
  overflow-y: auto;
  padding: 38px 42px 34px;
  background: #0a0d0c;
}

.brief-preferences [hidden] {
  display: none !important;
}

.brief-preferences-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line-strong);
}

.brief-preferences-head > div {
  display: grid;
  gap: 6px;
}

.brief-preferences-head strong {
  font-size: 13px;
  font-weight: 560;
}

.brief-preferences-head p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.preference-field {
  margin: 24px 0 0;
  padding: 0;
  border: 0;
}

.preference-field > label,
.preference-field > legend {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
}

.preference-field > small {
  display: block;
  margin-top: 8px;
  color: var(--dim);
  font-size: 9px;
}

.preference-field select,
.preference-field input[type="time"] {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  color: var(--ink);
  background: #0d1110;
  font: inherit;
  font-size: 12px;
  outline: none;
}

.preference-field select:focus,
.preference-field input[type="time"]:focus {
  border-color: rgba(168, 219, 62, 0.62);
}

.preference-topics > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.preference-topics label {
  cursor: pointer;
}

.preference-topics input,
.preference-cadence input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.preference-topics label span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.018);
  font-size: 10px;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.preference-topics input:checked + span {
  border-color: rgba(168, 219, 62, 0.52);
  color: var(--ink);
  background: rgba(168, 219, 62, 0.09);
}

.preference-topics input:focus-visible + span,
.preference-cadence input:focus-visible + span {
  outline: 2px solid rgba(168, 219, 62, 0.65);
  outline-offset: 2px;
}

.preference-topics [data-topic-error] {
  display: none;
  color: #f0a894;
}

.preference-topics.has-error [data-topic-error] {
  display: block;
}

.preference-cadence > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.preference-cadence label {
  cursor: pointer;
}

.preference-cadence label > span {
  display: grid;
  gap: 5px;
  min-height: 74px;
  padding: 15px;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.018);
}

.preference-cadence input:checked + span {
  border-color: rgba(168, 219, 62, 0.52);
  background: rgba(168, 219, 62, 0.075);
}

.preference-cadence strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
}

.preference-cadence small {
  color: var(--dim);
  font-size: 9px;
}

.preference-schedule {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.preference-error {
  min-height: 16px;
  margin: 14px 0 0;
  color: #f0a894;
  font-size: 10px;
}

.brief-preferences-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.brief-preferences-actions button,
.brief-preferences-success button {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 6px;
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}

.preference-save,
.brief-preferences-success button {
  border: 0;
  color: #0d110b;
  background: var(--green);
}

.preference-default {
  border: 1px solid var(--line-strong);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.025);
}

.preference-privacy {
  margin: 14px 0 0;
  color: var(--dim);
  font-size: 9px;
  line-height: 1.45;
}

.brief-preferences-success {
  display: flex;
  min-height: 610px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 clamp(12px, 4vw, 48px);
}

.brief-preferences-success > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(168, 219, 62, 0.48);
  border-radius: 50%;
  color: var(--green);
  font-size: 20px;
}

.brief-preferences-success .eyebrow {
  margin: 34px 0 0;
}

.brief-preferences-success h3 {
  margin: 15px 0 0;
  font-family: var(--serif);
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.92;
}

.brief-preferences-success > p:not(.eyebrow) {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.brief-preferences-success button {
  min-width: 180px;
}

.preference-success-actions {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-top: 32px;
}

.preference-success-actions > a {
  display: grid;
  max-width: 360px;
  gap: 5px;
  padding: 12px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  color: var(--ink);
  background: #101414;
  text-decoration: none;
}

.preference-success-actions > a:hover,
.preference-success-actions > a:focus-visible {
  border-color: #0a66c2;
  outline: none;
}

.preference-success-actions > a strong {
  font-size: 12px;
  font-weight: 650;
}

.preference-success-actions > a small {
  color: var(--dim);
  font-size: 9px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .weekly-review > header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .weekly-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .weekly-review-grid article:nth-child(2) {
    border-right: 0;
  }

  .weekly-review-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .weekly-review-form {
    grid-template-columns: 1fr;
  }

  .brief-onboarding-shell {
    grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.45fr);
  }

  .brief-onboarding-intro {
    padding: 32px 26px;
  }

  .brief-onboarding-intro .eyebrow {
    margin-top: 54px;
  }

  .brief-onboarding-intro h2 {
    font-size: 44px;
  }

  .brief-preferences {
    padding: 30px 28px;
  }
}

@media (max-width: 680px) {
  .weekly-review {
    padding-top: 42px;
    padding-bottom: 46px;
  }

  .newsfront .weekly-review h2 {
    font-size: 42px;
  }

  .weekly-review-grid {
    grid-template-columns: 1fr;
  }

  .weekly-review-grid article,
  .weekly-review-grid article:nth-child(2) {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .weekly-review-grid article:last-child {
    border-bottom: 0;
  }

  .weekly-review-grid strong {
    margin-top: 22px;
  }

  .weekly-review-form > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .weekly-review-form input,
  .weekly-review-form button {
    border: 1px solid var(--line-strong);
    border-radius: 6px;
  }

  .weekly-delivery-preview {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .brief-onboarding {
    width: 100vw;
    max-height: 100dvh;
    margin: 0;
    border-width: 0;
    border-radius: 0;
  }

  .brief-onboarding-shell {
    display: block;
    min-height: 100dvh;
  }

  .brief-onboarding-intro {
    min-height: auto;
    padding: 22px 20px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .brief-onboarding-intro .eyebrow {
    margin-top: 20px;
  }

  .brief-onboarding-intro h2 {
    max-width: 420px;
    margin-top: 14px;
    font-size: 38px;
  }

  .brief-onboarding-intro > p:not(.eyebrow) {
    margin-top: 16px;
  }

  .brief-onboarding-defaults {
    display: none;
  }

  .brief-preferences {
    max-height: none;
    overflow: visible;
    padding: 24px 20px 34px;
  }

  .brief-preferences-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .preference-cadence > div,
  .preference-schedule,
  .brief-preferences-actions {
    grid-template-columns: 1fr;
  }

  .brief-preferences-success {
    min-height: 460px;
    padding: 20px 0 48px;
  }

  .preference-success-actions {
    width: 100%;
    flex-direction: column;
  }

.preference-success-actions > a,
  .preference-success-actions > button {
    width: 100%;
    max-width: none;
  }
}

/* Mobile reading and conversion pass */
@media (max-width: 680px) {
  .brief-edition-track .newsfront-lead {
    margin-top: 14px;
    margin-bottom: 28px;
    padding: 20px;
  }

  .brief-edition-track .newsfront-lead-intro {
    display: flex;
    flex-direction: column;
  }

  .newsfront-lead-copy {
    min-height: 0;
  }

  .newsfront-image {
    order: 0;
    aspect-ratio: 16 / 8.7;
    min-height: 0;
    margin: 24px 0 0;
  }

  .newsfront-lead-copy h2 {
    font-size: clamp(42px, 11.5vw, 50px);
    line-height: 0.96;
  }

  .desk-nav-scroll button span,
  .brief-statement-meta,
  .story-kicker,
  .brief-story-number,
  .brief-story-meta,
  .latest-meta,
  .index-visual-meta,
  .weekly-dock > span,
  .weekly-dock > em::after {
    font-size: 10px;
  }

  .brief-five a {
    min-height: 236px;
  }

  .weekly-dock > em::after {
    content: "Get brief ↓";
  }

  .weekly-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .weekly-review-grid article,
  .weekly-review-grid article:nth-child(2) {
    min-height: 154px;
    padding: 18px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .weekly-review-grid article:nth-child(even) {
    border-right: 0;
  }

  .weekly-review-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .report-grid {
    display: flex;
    gap: 12px;
    margin-right: calc(var(--content-gutter) * -1);
    padding-right: var(--content-gutter);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .report-card,
  .report-card-featured,
  .report-card:not(.report-card-featured) {
    flex: 0 0 calc(100vw - 64px);
    min-width: 0;
    scroll-snap-align: start;
  }

  .report-card-featured .report-cover,
  .report-cover {
    min-height: 300px;
  }
}

@media (max-width: 680px) {
  .newsfront-latest.brief-five li,
  .newsfront-latest.brief-five li:nth-child(odd),
  .newsfront-latest.brief-five li:nth-child(even) {
    border: 1px solid var(--line-strong);
  }
}

/* Readability and interaction baseline */
.brief-day-nav button span,
.story-kicker,
.newsfront-meta,
.latest-meta,
.decision-brief span,
.today-signup-form label,
.brief-story-pill,
.brief-story-signal > span,
.brief-story-footer,
.weekly-review-form label,
.event-entry-live,
.event-entry-proof,
.event-command-head,
.event-command > span,
.event-command-foot,
.index-search,
.index-scope,
.index-picks-heading,
.index-story-meta,
.index-story-utility,
.coverage-heading,
.coverage-list {
  font-size: var(--text-caption);
}

.brief-day-nav button strong {
  font-size: 12px;
}

.today-signup-form > p,
.weekly-review-form > p {
  font-size: var(--text-meta);
  line-height: 1.45;
}

.newsfront-image a,
.brief-story-source-image :is(a, span),
.index-story-visual :is(a, span) {
  font-size: var(--text-caption);
}

.newsfront-image figcaption a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
}

.newsfront-meta a,
.brief-story-footer a,
.report-card a,
.event-entry-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}

.index-search input {
  min-height: 44px;
}

.today-signup-form input,
.today-signup-form button {
  min-height: 52px;
}

@media (max-width: 680px) {
  .brief-day-nav button {
    min-width: 94px;
  }

  .newsfront-meta a,
  .brief-story-footer a,
  .report-card a {
    min-height: 44px;
  }
}
