/* ============================
   BRIEF.CSS — v3.3.0
   SS Artifact BRI-01.1.03.10.26
   Institutional Cold Pass
   Page-Specific Only
   ============================ */

/* Page background */
.brief {
  background: transparent; /* inherit Tiffany */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Shared spine (page-specific only) */
.brief-intro,
.brief-section {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  text-align: left;
}

/* Intro paragraph */
.brief-intro {
  font-size: 18px;
  line-height: 1.48;
  opacity: 0.85;
  margin-bottom: 64px;
}

/* Sections */
.brief-section {
  margin-bottom: 64px;
}

.brief-section__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.32;
  letter-spacing: -0.03px;
}

.brief-section__body {
  font-size: 16px;
  line-height: 1.48;
  opacity: 0.9;
  margin-bottom: 20px;
}
