/* The CFB Brief — web rendering of the same document iOS shows.
   Narrow newsletter column, dark canvas, no card chrome. */

.brief-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

.brief-overline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.brief-overline img { width: 22px; height: 22px; border-radius: 5px; }

.brief-title {
  margin: 0 0 12px;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #fff;
}
.brief-subtitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}
.brief-hero-img {
  width: 100%;
  aspect-ratio: 21 / 10;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  margin-top: 24px;
}

.brief-overview { margin-top: 28px; }
.brief-ov-p {
  margin: 0 0 16px;
  font-size: 16.5px;
  line-height: 1.65;
  color: #fff;
}
.brief-ov-p:last-child { margin-bottom: 0; }

.brief-section { margin-top: 44px; }
.brief-label {
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.brief-stories { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 30px; }
.brief-story { display: grid; grid-template-columns: 26px 132px 1fr; gap: 8px 16px; align-items: start; }
.brief-story-thumbwrap { display: block; }
.brief-story-thumb {
  width: 132px;
  height: 76px;
  object-fit: cover;
  border-radius: 10px;
  background: #1e2028;
  display: block;
}
.brief-story-thumbwrap.is-empty { width: 132px; height: 76px; border-radius: 10px; background: #1e2028; }
/* Team-logo fallback: contain, don't crop. */
.brief-story-thumbwrap.is-logo .brief-story-thumb { object-fit: contain; padding: 14px; }
@media (max-width: 560px) {
  .brief-story { grid-template-columns: 22px 1fr; }
  .brief-story-thumbwrap { display: none; }
}
.brief-story-n {
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.35);
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
}
.brief-story-body { min-width: 0; }
.brief-story-lead {
  display: block;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
}
.brief-story-lead:hover { text-decoration: underline; }
.brief-story-detail {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}
.brief-story-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  font-variant-numeric: tabular-nums;
}
.brief-story-link:hover { color: #fff; }

.brief-team { margin-bottom: 40px; }
.brief-team:last-child { margin-bottom: 0; }
.brief-team-name {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 800;
}
.brief-team-name img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  background: transparent !important;
  border-radius: 0 !important;
}
.brief-team-name a { color: #fff; text-decoration: none; }
.brief-team-name a:hover { text-decoration: underline; }
.brief-team-stale { font-size: 12px; font-weight: 600; color: rgba(255, 255, 255, 0.4); }

.brief-team-fig { margin: 0 0 6px; }
.brief-team-fig img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
.brief-team-fig figcaption {
  margin-top: 8px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.4);
}

.brief-team-bullets { margin: 14px 0 0; padding-left: 20px; display: flex; flex-direction: column; gap: 14px; }
.brief-team-bullets li {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.brief-empty { margin-top: 44px; font-size: 15px; color: rgba(255, 255, 255, 0.45); }

.brief-signin {
  margin-top: 52px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
}
.brief-signin-text { margin: 10px 0 16px; font-size: 15px; line-height: 1.5; color: rgba(255, 255, 255, 0.65); }
.brief-signin-btn {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 999px;
  background: #e9edf2;
  color: #101216 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.brief-signin-btn:hover { background: #fff; }

@media (max-width: 640px) {
  .brief-page { padding: 28px 16px 60px; }
  .brief-title { font-size: 32px; }
}
