body {
  margin: 0;
  color: #334155;
  background: #fff;
  font-family: Inter, Arial, sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.content-shell {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.mark-profile-card {
  width: min(100%, 330px);
  justify-self: center;
  overflow: hidden;
  background: #003366;
  border-top: 6px solid #c8a96e;
  border-radius: 5px;
  box-shadow: 0 18px 45px rgba(0, 33, 102, .2);
}

.mark-profile-card img {
  display: block;
  width: 100%;
  height: auto;
}

.mark-profile-card figcaption {
  padding: 25px 28px 29px;
  color: #dce7f3;
}

.mark-profile-card strong,
.mark-profile-card span {
  display: block;
}

.mark-profile-card strong {
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.mark-profile-card span {
  margin-top: 4px;
  font-size: .95rem;
}

.mark-profile-card a {
  display: inline-block;
  margin-top: 18px;
  color: #d9bc83;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-card {
  background: #003366;
  border-top-color: #0056b3;
}

.proof-card .testimonial-text,
.proof-card .testimonial-author {
  color: #fff;
}

.proof-number {
  display: block;
  margin-bottom: 12px;
  color: #d9bc83;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(2.8rem, 6vw, 4.4rem);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.proof-source {
  display: block;
  margin-top: 14px;
  color: #c8d5e5;
  font-size: .78rem;
  font-style: normal;
}

.content-hero {
  padding: clamp(70px, 9vw, 112px) 0;
  background:
    radial-gradient(circle at 84% 15%, rgba(200, 169, 110, .22), transparent 28%),
    linear-gradient(125deg, #071f40, #003366 76%);
  color: #fff;
}

.content-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr);
  gap: clamp(40px, 7vw, 78px);
  align-items: center;
}

.content-eyebrow,
.content-kicker {
  margin: 0 0 14px;
  color: #d9bc83;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.content-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.45rem, 5.8vw, 4.8rem);
  letter-spacing: -.035em;
  line-height: 1.04;
  text-transform: uppercase;
}

.content-lead {
  max-width: 780px;
  margin-top: 24px;
  color: #dce7f3;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.65;
}

.content-portrait {
  width: min(100%, 220px);
  justify-self: center;
  overflow: hidden;
  background: #fff;
  border: 7px solid rgba(255,255,255,.9);
  border-bottom-color: #c8a96e;
  border-radius: 5px;
  box-shadow: 0 25px 55px rgba(0,0,0,.28);
}

.content-portrait img {
  display: block;
  width: 100%;
  height: auto;
}

.content-main {
  padding: clamp(65px, 9vw, 105px) 0;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: clamp(40px, 7vw, 80px);
  align-items: start;
}

.article-body {
  max-width: 790px;
}

.article-body h2,
.article-body h3 {
  color: #003366;
  font-family: Montserrat, Arial, sans-serif;
}

.article-body h2 {
  margin: 52px 0 18px;
  font-size: clamp(1.65rem, 3.8vw, 2.55rem);
}

.article-body h3 {
  margin: 34px 0 12px;
  font-size: 1.25rem;
}

.article-body p,
.article-body li {
  color: #3f4e61;
  font-size: 1.08rem;
  line-height: 1.78;
}

.article-body p {
  margin: 0 0 24px;
}

.article-body ul,
.article-body ol {
  margin: 0 0 28px;
  padding-left: 23px;
}

.article-body li {
  margin-bottom: 10px;
}

.article-callout {
  margin: 38px 0;
  padding: 28px 30px;
  background: #eef4fa;
  border-left: 6px solid #c8a96e;
}

.article-callout p:last-child {
  margin-bottom: 0;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 23px;
  color: #c5d4e4;
  font-size: .9rem;
}

.author-sidebar {
  position: sticky;
  top: 135px;
  padding: 25px;
  background: #f5f8fc;
  border-top: 5px solid #c8a96e;
}

.author-sidebar img {
  display: none;
}

.author-sidebar h2 {
  margin: 20px 0 8px;
  color: #003366;
  font-size: 1.2rem;
}

.author-sidebar p {
  margin: 0 0 15px;
  color: #546376;
  font-size: .92rem;
}

.author-sidebar a,
.content-link {
  color: #0056b3;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.source-list {
  margin-top: 55px;
  padding-top: 28px;
  border-top: 1px solid #dce3ec;
}

.source-list h2 {
  margin-top: 0;
  font-size: 1.3rem;
}

.source-list li,
.source-list a {
  font-size: .88rem;
}

.article-index {
  padding: clamp(70px, 9vw, 105px) 0;
}

.article-index-light {
  background: #f5f8fc;
}

.section-heading {
  max-width: 820px;
  margin: 0;
  color: #003366;
  font-size: clamp(2rem, 4.5vw, 3.35rem);
}

.section-intro {
  max-width: 780px;
  margin-top: 18px;
  color: #546376;
  font-size: 1.08rem;
}

.article-card-grid,
.local-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.article-card,
.local-card {
  padding: clamp(27px, 4vw, 38px);
  background: #fff;
  border: 1px solid #dce3ec;
  border-top: 5px solid #c8a96e;
  box-shadow: 0 14px 34px rgba(0,33,102,.07);
}

.article-card .card-topic,
.local-card .card-topic {
  color: #0056b3;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.article-card h2,
.local-card h2 {
  margin: 12px 0 14px;
  color: #003366;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
}

.article-card p,
.local-card p {
  color: #546376;
  font-size: .98rem;
}

.article-card .card-meta {
  margin-top: 19px;
  color: #738094;
  font-size: .82rem;
}

.soro-feed-wrap {
  margin-top: 40px;
  padding-top: 38px;
  border-top: 1px solid #dce3ec;
}

.local-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0;
}

.local-checklist div {
  padding: 22px;
  background: #f5f8fc;
  border-left: 5px solid #0056b3;
}

.local-checklist strong {
  display: block;
  margin-bottom: 7px;
  color: #003366;
}

.content-cta {
  padding: clamp(60px, 8vw, 90px) 0;
  background: #071f40;
  color: #fff;
  text-align: center;
}

.content-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.content-cta p {
  max-width: 720px;
  margin: 18px auto 28px;
  color: #c5d4e4;
}

.content-button {
  display: inline-block;
  padding: 15px 22px;
  background: #c8a96e;
  color: #003366;
  border-radius: 4px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .content-hero-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .content-portrait {
    width: min(220px, 100%);
    justify-self: center;
  }

  .author-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 24px;
    align-items: center;
  }
}

@media (max-width: 640px) {
  .content-shell {
    width: min(100% - 30px, 1120px);
  }

  .article-card-grid,
  .local-card-grid,
  .local-checklist,
  .author-sidebar {
    grid-template-columns: 1fr;
  }
}
