@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

:root {
  --color-bg: #ffffff;
  --color-page: #f0fdfb;
  --color-mint: #30e9bd;
  --color-mint-soft: #d8fbf1;
  --color-mint-pale: #f0fdfb;
  --color-blue-pale: #f1f6fb;
  --color-gray-pale: #f4f6f8;
  --color-text: #2f3337;
  --color-body: #47554f;
  --color-muted: #66746e;
  --color-line: #e0eee9;
  --color-accent: #30e9bd;
  --color-accent-dark: #0d9488;
  --color-accent-soft: #e3fbf3;
  --shadow-soft: 0 18px 50px rgba(26, 121, 93, 0.11);
  --content-width: 840px;
  --summary-width: 640px;
  --page-gutter: 20px;
  font-family:
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    system-ui,
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--color-bg);
  color: var(--color-text);
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(216, 251, 241, 0.74) 0, rgba(255, 255, 255, 0) 420px),
    var(--color-bg);
  color: var(--color-text);
  font-family: inherit;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

/* Summary page */
.summary-page {
  background: #ffffff;
}

.summary-topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  background: var(--color-mint);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.summary-shell {
  width: min(100%, var(--summary-width));
  margin: 0 auto;
  background: #ffffff;
}

.summary-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 28px 54px;
  background: #d8fbf1;
  text-align: center;
}

.hero-ring {
  position: absolute;
  right: -54px;
  top: 38px;
  width: 250px;
  height: 250px;
  border: 54px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
}

.brand-title {
  position: relative;
  margin: 0 0 62px;
  color: #16221d;
  font-size: 26px;
  font-weight: 850;
  line-height: 1;
}

.brand-title span {
  font-weight: 500;
}

.summary-hero h1 {
  position: relative;
  margin: 0;
  color: #17211d;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.35;
  word-break: keep-all;
}

.summary-hero p:last-child {
  position: relative;
  margin: 12px auto 0;
  max-width: 430px;
  color: #45534d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  word-break: keep-all;
}

.summary-stack {
  display: grid;
  gap: 0;
}

.summary-card {
  padding: 42px 28px;
  background: #ffffff;
}

.summary-card-mint {
  background: #edfffb;
}

.summary-card-blue {
  background: #f3f8fc;
}

.summary-card-gray {
  background: #f4f6f8;
}

.summary-kicker {
  margin: 0 0 10px;
  color: var(--color-accent-dark);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.3;
}

.summary-card h2 {
  margin: 0 0 18px;
  color: #17211d;
  font-size: 26px;
  font-weight: 850;
  line-height: 1.28;
  word-break: keep-all;
}

.summary-card p {
  margin: 16px 0 0;
  color: #47554f;
  font-size: 15px;
  font-weight: 520;
  line-height: 1.72;
  word-break: keep-all;
}

.summary-media {
  margin: 18px 0;
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.82fr);
  gap: 14px;
  align-items: stretch;
}

.quote-layout img {
  height: 230px;
  border-radius: 8px;
  object-fit: cover;
}

.quote-layout blockquote {
  display: flex;
  align-items: center;
  margin: 0;
  border-radius: 8px;
  padding: 20px;
  background: #f6fbf8;
  color: #173127;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.55;
  word-break: keep-all;
}

.summary-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 150px;
  min-height: 38px;
  margin: 24px auto 0;
  border-radius: 999px;
  padding: 0 20px;
  background: var(--color-mint);
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
}

.summary-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.summary-metrics div {
  border: 1px solid rgba(50, 223, 189, 0.32);
  border-radius: 8px;
  padding: 16px 10px;
  background: #ffffff;
  text-align: center;
}

.summary-metrics strong {
  display: block;
  color: #22302a;
  font-size: 20px;
  font-weight: 850;
}

.summary-metrics span {
  display: block;
  margin-top: 6px;
  color: #66746e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.resource-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.resource-list > div {
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px;
  background: #ffffff;
}

.resource-list img {
  height: 108px;
  object-fit: cover;
}

.resource-list strong,
.mini-note strong {
  display: block;
  color: #25332d;
  font-size: 16px;
  font-weight: 850;
}

.resource-list span,
.mini-note span {
  display: block;
  margin-top: 6px;
  color: #65736d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.mini-note {
  margin-top: 22px;
  padding: 20px;
  background: #ffffff;
}

.calendar-preview {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.calendar-preview span {
  display: block;
  border-radius: 8px;
  padding: 12px 14px;
  background: #ffffff;
  color: #40504a;
  font-size: 14px;
  font-weight: 750;
}

/* Monthly summary page */
.digest-page {
  background: #ffffff;
}

.digest-topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 630px);
  min-height: 44px;
  margin: 72px auto 0;
  border: 1px solid #ebebeb;
  border-bottom: 0;
  background: var(--color-mint);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.digest-shell {
  width: min(100%, 630px);
  margin: 0 auto 72px;
  border: 1px solid #ebebeb;
  border-top: 0;
  overflow: hidden;
  background: #ffffff;
}

.digest-hero {
  background: #d8fbf1;
}

.digest-hero img {
  height: auto;
}

.digest-intro {
  padding: 48px 32px;
  text-align: center;
}

.digest-intro-title {
  display: block;
  margin: 0 0 22px;
  color: var(--color-accent);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.24;
}

.digest-intro h2 {
  margin: 0;
  color: #2f3337;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.34;
}

.digest-intro p,
.digest-section-heading span,
.digest-body {
  margin: 10px 0 0;
  color: #2f3337;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
  word-break: keep-all;
}

.digest-story,
.digest-resources,
.digest-product {
  padding: 48px 24px;
  background: #ffffff;
}

.digest-story-mint,
.digest-calendar {
  background: var(--color-mint-pale);
}

.digest-section-heading {
  margin-bottom: 22px;
}

.digest-section-heading p {
  margin: 0 0 10px;
  color: var(--color-accent-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
}

.digest-section-heading h2 {
  margin: 0 0 14px;
  color: var(--color-text);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.29;
  letter-spacing: 0;
  word-break: keep-all;
}

.digest-section-heading em {
  color: var(--color-accent);
  font-style: normal;
}

.digest-centered {
  text-align: center;
}

.digest-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin-top: 22px;
}

.digest-story .digest-split {
  margin-right: -24px;
  margin-left: -24px;
}

.digest-split-gray {
  background: #f1f5f9;
}

.digest-split figure {
  min-height: 300px;
  margin: 0;
  overflow: hidden;
}

.digest-split img {
  height: 100%;
  object-fit: cover;
}

.digest-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  color: #2f3337;
  font-size: 20px;
  line-height: 1.4;
  word-break: keep-all;
}

.digest-quote span {
  color: #475569;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.digest-quote strong {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}

.digest-body {
  margin-top: 24px;
}

.digest-body strong {
  font-weight: 800;
}

.digest-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  margin: 28px auto 0;
  border-radius: 999px;
  padding: 0 22px;
  background: var(--color-mint);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.digest-story > .digest-button,
.digest-resources > .digest-button {
  display: flex;
  width: fit-content;
}

.digest-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0;
}

.digest-metrics div {
  min-height: 84px;
  border: 1px solid var(--color-accent);
  border-radius: 10px;
  padding: 16px 8px;
  background: #ffffff;
  text-align: center;
}

.digest-metrics strong {
  display: block;
  color: var(--color-text);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.digest-metrics span {
  display: block;
  margin-top: 8px;
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.digest-cartoon {
  padding: 60px 0 54px;
  background: #ffffff;
}

.digest-cartoon .digest-section-heading {
  margin-bottom: 28px;
  padding: 0 24px;
}

.cartoon-carousel {
  position: relative;
}

.cartoon-slider {
  display: grid;
  grid-auto-columns: 580px;
  grid-auto-flow: column;
  gap: 20px;
  overflow-x: auto;
  padding: 0 24px;
  scroll-padding-left: 24px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.cartoon-slider::-webkit-scrollbar {
  display: none;
}

.cartoon-slider img {
  width: 580px;
  height: 580px;
  scroll-snap-align: start;
}

.cartoon-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.14);
  color: #2f3337;
  cursor: pointer;
  font-family: inherit;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

.cartoon-nav:disabled {
  cursor: default;
  opacity: 0.34;
}

.cartoon-nav-prev {
  left: 34px;
}

.cartoon-nav-next {
  right: 34px;
}

.cartoon-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 22px;
}

.cartoon-pagination button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: #d7dcdf;
  cursor: pointer;
}

.cartoon-pagination button[aria-current="true"] {
  width: 20px;
  background: var(--color-accent);
}

.digest-resources {
  background: #f1f5f9;
}

.digest-white-spacer {
  height: 48px;
  background: #ffffff;
}

.resource-list-v2 {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.resource-list-v2 article {
  display: grid;
  grid-template-columns: 244px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 20px 16px;
  background: #ffffff;
}

.resource-list-v2 img {
  height: 200px;
  background: #475569;
  object-fit: contain;
}

.resource-list-v2 h3,
.digest-product h3 {
  margin: 0;
  color: #2f3337;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.resource-list-v2 p,
.digest-product article p {
  margin: 8px 0 0;
  color: #2f3337;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
}

.digest-product .digest-section-heading {
  margin-bottom: 24px;
}

.digest-product .digest-section-heading h2 {
  margin-bottom: 14px;
}

.digest-product article {
  margin-top: 16px;
  padding: 16px 24px;
  background: #f1f5f9;
}

.digest-calendar {
  padding: 60px 16px 96px;
}

.digest-calendar h2 {
  margin: 0 0 20px;
  color: #111827;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.29;
  text-align: center;
}

.calendar-card {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #ffffff;
}

.calendar-image {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
}

.calendar-image img {
  height: auto;
  object-fit: contain;
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-weekdays span {
  padding: 10px 4px;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.calendar-grid span {
  min-height: 48px;
  border-top: 1px solid #eef2f7;
  padding: 5px 4px;
  color: #94a3b8;
  font-size: 10px;
  line-height: 1.35;
}

.calendar-grid b {
  display: block;
  margin-top: 4px;
  border-radius: 999px;
  padding: 3px 4px;
  background: #dff8ff;
  color: #38a3c8;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
}

.calendar-grid span:nth-child(4n) b {
  background: #e1fff7;
  color: #0d9488;
}

.calendar-legend {
  display: flex;
  gap: 18px;
  padding: 12px 14px 14px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.2;
}

.calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.calendar-legend i {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--color-accent);
}

.calendar-legend span:nth-child(2) i {
  background: #60a5fa;
}

.calendar-legend span:nth-child(3) i {
  background: #fb7185;
}

.digest-faq {
  margin-top: 48px;
  padding-bottom: 60px;
  background: #f9fafb;
}

.digest-faq h2 {
  margin: 0;
  padding: 20px 32px;
  background: #e5e7eb;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.digest-faq article {
  padding: 32px 24px 0;
  color: #2f3337;
}

.digest-faq article + article {
  margin-top: 28px;
  border-top: 1px solid #d5dbe1;
  padding-top: 28px;
}

.digest-faq h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.55;
  word-break: keep-all;
}

.digest-faq p,
.digest-faq li {
  color: #2f3337;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
}

.digest-faq p {
  margin: 0 0 16px;
}

.digest-faq ul {
  margin: 16px 0;
  padding: 16px 20px 16px 42px;
  background: #ffffff;
}

.digest-faq .faq-plain-list {
  margin: 8px 0 18px;
  padding: 0 0 0 20px;
  background: transparent;
}

.digest-note {
  margin-top: 16px;
  padding: 16px 20px;
  background: #f1f5f9;
  color: #475569;
}

.digest-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 800;
}

.digest-note p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
}

.digest-footer {
  padding: 38px 24px 36px;
  background: #303438;
  color: #ffffff;
  text-align: center;
}

.digest-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}

.digest-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.digest-social img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.digest-footer p,
.digest-footer address {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.digest-footer address {
  font-style: normal;
  font-weight: 400;
}

/* Detail pages */
.site-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: min(calc(100% - 40px), 1080px);
  margin: 0 auto;
  padding: 22px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  color: #15231c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.brand-logo {
  width: 205px;
  height: 24px;
  flex: 0 0 auto;
  object-fit: contain;
}

.newsletter-article {
  width: min(calc(100% - 40px), var(--content-width));
  margin: 54px auto 88px;
}

.summary-return-link {
  display: inline-flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.summary-return-top {
  display: flex;
  width: max-content;
  margin-bottom: 70px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  height: 32px;
  margin: 0;
  border: 1px solid var(--color-accent-dark);
  border-radius: 999px;
  padding: 0 13px;
  background: var(--color-accent-soft);
  color: var(--color-accent-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.article-hero {
  margin-top: 22px;
}

.issue-date {
  margin: 0 0 14px;
  color: var(--color-accent-dark);
  font-size: 15px;
  font-weight: 600;
}

.article-hero h1 {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.2;
  word-break: keep-all;
}

.lead {
  margin: 24px 0 0;
  color: var(--color-text);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.78;
  word-break: keep-all;
}

.follow-lead {
  margin-top: 34px;
}

.storyline-case-page .article-hero .lead {
  margin-top: 64px;
}

.storyline-case-page .eyebrow {
  min-width: 185px;
  justify-content: center;
}

.storyline-case-page .follow-lead {
  margin-top: 36px;
}

.storyline-case-page .article-body {
  margin-top: 72px;
}

.storyline-case-page .step-section {
  padding-top: 70px;
}

.storyline-case-page .step-section + .step-section,
.storyline-case-page .step-section + .note-section,
.storyline-case-page .note-section + .closing-section {
  margin-top: 70px;
}

.storyline-case-page .note-section {
  padding-top: 0;
  border-top: 0;
}

.feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(270px, 0.88fr);
  align-items: stretch;
  gap: 18px;
  margin-top: 44px;
}

.feature-image,
.wide-image,
.image-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 12px;
  background: var(--color-mint-pale);
}

.feature-image {
  min-height: 420px;
  box-shadow: var(--shadow-soft);
}

.feature-image img {
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.quote-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid #ccf5ea;
  border-radius: 12px;
  padding: 28px;
  background: var(--color-mint-pale);
  box-shadow: var(--shadow-soft);
}

.quote-card::before {
  content: "";
  width: 34px;
  height: 4px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: var(--color-accent);
}

.quote-card p {
  margin: 0;
  color: var(--color-text);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.58;
  word-break: keep-all;
}

.quote-card span {
  margin-top: auto;
  color: var(--color-accent-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.article-body {
  margin-top: 70px;
}

.content-section {
  padding-top: 42px;
  border-top: 1px solid var(--color-line);
}

.content-section + .content-section {
  margin-top: 58px;
}

.content-section h2,
.faq-list h2 {
  margin: 12px 0 18px;
  color: var(--color-text);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.32;
  word-break: keep-all;
}

.step-section h2 {
  margin-top: 0;
}

.content-section h3 {
  margin: 0 0 10px;
  color: #173127;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.42;
}

.content-section p,
.faq-list p {
  margin: 0;
  color: var(--color-text);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.88;
  word-break: keep-all;
}

.content-section p + p {
  margin-top: 18px;
}

.content-section ul {
  margin: 18px 0;
  padding-left: 20px;
  color: var(--color-text);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
}

.quote-band {
  position: relative;
  margin: 26px 0;
  border-radius: 12px;
  padding: 24px 32px 24px 56px;
  background: #f1f5f9;
  color: var(--color-text);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  word-break: keep-all;
}

.quote-band::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 50%;
  width: 4px;
  height: 29px;
  background: #32dfbd;
  transform: translateY(-50%);
}

.quote-band p {
  margin: 0;
}

.quote-translation {
  margin-top: 10px;
  color: #475569;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.section-kicker + h2 {
  margin-top: 14px;
}

.image-grid {
  display: grid;
  gap: 16px;
  margin: 30px 0;
}

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

.two-up figure {
  aspect-ratio: 4 / 3;
}

.portrait-grid figure {
  aspect-ratio: 3 / 4;
}

.image-grid img {
  height: 100%;
  object-fit: cover;
}

.wide-image {
  margin: 44px 0 0;
}

.wide-image img {
  max-height: 560px;
  object-fit: cover;
}

.chart-image {
  padding: 18px;
  background: #ffffff;
}

.chart-image img,
.data-images img {
  height: auto;
  object-fit: contain;
}

.data-images {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
}

.step-list,
.info-card-grid,
.schedule-list,
.faq-list,
.split-list {
  display: grid;
  gap: 14px;
  margin: 30px 0;
}

.step-list article,
.insight-card,
.info-card-grid article,
.schedule-list article,
.faq-list article,
.split-list article,
.takeaway-card {
  border: 1px solid var(--color-line);
  border-radius: 8px;
  padding: 24px;
  background: #f6fbf8;
}

.step-list span,
.insight-label {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--color-accent-dark);
  font-size: 13px;
  font-weight: 800;
}

.pull-quote {
  margin: 34px 0;
  border-left: 4px solid var(--color-accent);
  padding: 4px 0 4px 24px;
  color: #173127;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.45;
  word-break: keep-all;
}

.pull-quote span {
  display: block;
  margin-top: 10px;
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 650;
}

.insight-card {
  margin: 30px 0;
}

.insight-card h3 {
  color: #0d6f42;
  font-size: 24px;
}

.takeaway-card {
  margin-top: 30px;
  border-color: #bef5e8;
  border-radius: 16px;
  background: #f1f5f9;
}

.takeaway-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--color-accent-dark);
  font-size: 13px;
  font-weight: 700;
}

.takeaway-card p {
  color: #33433b;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.82;
}

.large-note {
  border: 0;
  padding: 32px;
}

.large-note p + p {
  margin-top: 14px;
}

.closing-section {
  border-top: 1px solid var(--color-line);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0;
}

.metric-grid div {
  border: 1px solid rgba(50, 223, 189, 0.32);
  border-radius: 8px;
  padding: 22px;
  background: #f6fbf8;
}

.metric-grid span {
  display: block;
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 700;
}

.metric-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--color-accent-dark);
  font-size: 30px;
  font-weight: 850;
}

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

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

.split-list ul {
  margin: 12px 0 0;
  padding-left: 20px;
  color: #33433b;
  font-size: 16px;
  line-height: 1.8;
}

.info-card-grid article:last-child {
  grid-column: 1 / -1;
}

.schedule-list p + p {
  margin-top: 6px;
}

.faq-list {
  margin-top: 46px;
}

.faq-list ul {
  margin: 16px 0 0;
  padding-left: 20px;
  color: #33433b;
  font-size: 17px;
  line-height: 1.8;
}

.article-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 76px;
  min-height: 96px;
  padding: 24px;
  border: 1px solid var(--color-line);
  border-radius: 16px;
  background: var(--color-mint-pale);
}

.article-cta p {
  margin: 0;
  color: #475569;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  word-break: keep-all;
}

.summary-return-trailer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 70px;
  padding: 20px 16px;
  background: #ffffff;
  text-align: center;
}

.summary-return-trailer p {
  margin: 0;
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.issue-nav-card {
  margin-top: 70px;
  border: 1px solid #d6d6d6;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
}

.issue-nav-header {
  min-height: 219px;
  padding: 40px;
  background: #f1f5f9;
}

.issue-nav-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #17211d;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.issue-nav-brand img {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.issue-nav-header h2 {
  margin: 10px 0 0;
  color: var(--color-text);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.88;
  word-break: keep-all;
}

.issue-nav-description {
  margin: 0;
  color: var(--color-text);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
}

.issue-nav-body {
  min-height: 298px;
  padding: 32px 40px;
  text-align: center;
}

.issue-nav-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.issue-nav-list li {
  display: grid;
  grid-template-columns: 29px minmax(0, 1fr);
  gap: 2px;
  align-items: baseline;
  color: var(--color-text);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.88;
  word-break: keep-all;
}

.issue-nav-list a {
  color: inherit;
}

.issue-nav-list a:hover {
  color: var(--color-accent-dark);
}

.issue-nav-number {
  color: #475569;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.88;
}

.issue-nav-list .is-current,
.issue-nav-list .is-current .issue-nav-number {
  color: var(--color-accent);
}

.issue-nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 48px;
  margin-top: 32px;
  border-radius: 999px;
  padding: 0 22px;
  background: var(--color-accent);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.primary-button {
  background: var(--color-accent);
  color: #ffffff;
}

.secondary-button {
  border: 1px solid var(--color-line);
  background: #ffffff;
  color: #244036;
}

/* Field note detail */
.field-note-page .site-header {
  height: 92px;
  padding: 22px 0;
}

.field-note-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #17211d;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

.field-note-brand img {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.field-note-article {
  margin-top: 30px;
  margin-bottom: 96px;
}

.field-note-article .article-hero {
  margin-top: 22px;
}

.field-note-intro {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 70px;
}

.field-note-copy p {
  margin: 0;
  color: var(--color-text);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.88;
  word-break: keep-all;
}

.field-note-copy p + p {
  margin-top: 0;
}

.field-note-intro .field-note-copy p {
  font-size: 19px;
  line-height: 1.78;
}

.field-note-feature-image {
  height: 560px;
  margin: 0;
}

.field-note-feature-image img {
  height: 100%;
  object-fit: cover;
}

.field-note-page .article-body {
  margin-top: 70px;
}

.field-note-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 42px;
}

.field-note-section + .field-note-section {
  margin-top: 58px;
}

.field-note-section h2 {
  margin: 0;
}

.field-note-quote {
  margin: 0;
}

.field-note-quote::before {
  top: 24px;
  bottom: 24px;
  height: auto;
  transform: none;
}

.field-note-two-up {
  gap: 16px;
  margin: 0;
}

.field-note-two-up figure {
  aspect-ratio: 412 / 550;
}

.interview-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  min-height: 100px;
  border-radius: 16px;
  padding: 20px 32px;
  background: #f3f6f8;
  text-align: center;
}

.interview-cta p {
  margin: 0;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  word-break: keep-all;
}

.interview-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 36px;
  border-radius: 999px;
  padding: 0 20px;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.field-note-bottom {
  margin-top: 60px;
  border-top: 1px solid #b8b8b8;
  padding-top: 40px;
}

.field-note-bottom .field-note-copy p {
  line-height: 1.5;
}

.field-note-cta {
  margin-top: 40px;
}

.field-note-cta .primary-button {
  width: 190px;
  flex: 0 0 auto;
  font-weight: 700;
}

/* Data report detail */
.data-report-article {
  margin-top: 30px;
  margin-bottom: 96px;
}

.data-report-article .article-hero {
  margin-top: 22px;
}

.data-report-article .article-hero h1 {
  line-height: 1.3;
}

.data-report-intro {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 70px;
}

.data-report-intro > p,
.data-report-section > p {
  margin: 0;
  color: var(--color-text);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.78;
  word-break: keep-all;
}

.report-chart-card {
  height: 450px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 16px;
  padding: 34px 38px;
  background: #ffffff;
}

.report-chart-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.report-metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.report-metric-row div {
  min-height: 118px;
  border: 1px solid rgba(13, 148, 136, 0.34);
  border-radius: 12px;
  padding: 23px 22px;
  background: #ffffff;
}

.report-metric-row span {
  display: block;
  color: #475569;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  word-break: keep-all;
}

.report-metric-row strong {
  display: block;
  margin-top: 8px;
  color: var(--color-accent-dark);
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.data-report-page .article-body {
  margin-top: 70px;
}

.data-report-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 42px;
}

.data-report-section + .data-report-section,
.data-report-section + .report-support-card {
  margin-top: 58px;
}

.data-report-section h2 {
  margin: 0;
}

.report-age-list {
  display: grid;
  gap: 14px;
}

.report-age-list article {
  border: 0;
  border-radius: 12px;
  padding: 24px;
  background: #f1f5f9;
}

.report-age-list span,
.report-support-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--color-accent-dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.report-age-list h3 {
  margin: 0 0 10px;
  color: var(--color-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.report-age-list p {
  margin: 0;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.report-plain-list {
  margin: -6px 0 0;
  padding-left: 24px;
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.88;
}

.report-data-step {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.report-data-step + .report-data-step {
  margin-top: 6px;
}

.report-data-step h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.88;
}

.report-data-step h3 span {
  margin-right: 8px;
  font-weight: 400;
}

.report-data-step figure {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #475569;
}

.report-data-step img {
  width: 100%;
  height: auto;
}

.report-data-step p {
  margin: -6px 0 0;
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.88;
  text-align: center;
  word-break: keep-all;
}

.report-support-card {
  margin-top: 58px;
  border: 0;
  border-radius: 16px;
  padding: 32px;
  background: #f1f5f9;
}

.report-support-card p,
.report-support-card li {
  color: #33433b;
  font-size: 17px;
  line-height: 1.82;
}

.report-support-card p {
  margin: 0;
}

.report-support-card ul {
  margin: 31px 0 0;
  padding-left: 22px;
}

.report-bottom {
  margin-top: 60px;
  border-top: 1px solid #b8b8b8;
  padding-top: 40px;
}

.report-bottom p {
  margin: 0;
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.5;
  word-break: keep-all;
}

.data-report-page .article-cta {
  margin-top: 60px;
}

.data-report-page .article-cta .primary-button {
  width: 190px;
  flex: 0 0 auto;
  font-weight: 700;
}

@media (max-width: 760px) {
  .digest-page {
    background: #ffffff;
  }

  .digest-shell {
    width: 100%;
    margin: 0;
    border: 0;
  }

  .digest-topbar {
    width: 100%;
    min-height: 36px;
    margin: 0;
    border: 0;
    font-size: 11px;
  }

  .digest-intro {
    padding: 38px 24px;
  }

  .digest-intro-title {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .digest-intro h2 {
    font-size: 19px;
  }

  .digest-intro p,
  .digest-section-heading span,
  .digest-body {
    font-size: 15px;
    line-height: 1.66;
  }

  .digest-story,
  .digest-resources,
  .digest-product {
    padding: 44px 20px;
  }

  .digest-section-heading p {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .digest-section-heading h2 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.28;
  }

  .digest-split {
    grid-template-columns: 1fr;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 24px;
  }

  .digest-split figure {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .digest-quote {
    min-height: 156px;
    padding: 24px;
    font-size: 18px;
  }

  .digest-quote strong {
    font-size: 18px;
  }

  .digest-metrics {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .digest-metrics div {
    min-height: 78px;
  }

  .digest-cartoon {
    padding: 48px 0 42px;
  }

  .cartoon-slider {
    grid-auto-columns: calc(100vw - 40px);
    gap: 20px;
    padding-right: 20px;
    padding-left: 20px;
    scroll-padding-left: 20px;
  }

  .cartoon-slider img {
    width: calc(100vw - 40px);
    height: calc(100vw - 40px);
  }

  .cartoon-nav {
    display: none;
  }

  .cartoon-pagination {
    gap: 6px;
    margin-top: 16px;
  }

  .resource-list-v2 article {
    grid-template-columns: 1fr;
    padding: 20px 16px;
  }

  .resource-list-v2 img {
    height: auto;
    object-fit: contain;
  }

  .resource-list-v2 h3,
  .digest-product h3 {
    font-size: 16px;
  }

  .resource-list-v2 p,
  .digest-product article p {
    font-size: 14px;
  }

  .digest-white-spacer {
    height: 40px;
  }

  .digest-calendar {
    padding: 48px 12px 78px;
  }

  .digest-calendar h2 {
    font-size: 24px;
  }

  .calendar-grid span {
    min-height: 36px;
    font-size: 9px;
  }

  .calendar-grid b {
    overflow: hidden;
    font-size: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .calendar-legend {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .digest-faq h2 {
    padding: 18px 20px;
    font-size: 14px;
  }

  .digest-faq article {
    padding: 28px 20px 0;
  }

  .digest-faq h3 {
    font-size: 15px;
  }

  .digest-faq p,
  .digest-faq li {
    font-size: 14px;
  }

  .digest-footer {
    padding: 34px 20px 32px;
  }

  .digest-social {
    gap: 14px;
    margin-bottom: 24px;
  }

  .digest-footer p,
  .digest-footer address {
    font-size: 14px;
    line-height: 1.7;
  }

  .site-header {
    width: calc(100% - (var(--page-gutter) * 2));
    padding: 18px 0;
  }

  .brand {
    font-size: 14px;
  }

  .newsletter-article {
    width: calc(100% - (var(--page-gutter) * 2));
    margin-top: 34px;
    margin-bottom: 64px;
  }

  .summary-return-link {
    font-size: 15px;
  }

  .summary-return-top {
    margin-bottom: 64px;
  }

  .summary-card {
    padding: 40px 22px;
  }

  .quote-layout,
  .feature-card,
  .two-up,
  .data-images,
  .metric-grid,
  .info-card-grid,
  .split-list {
    grid-template-columns: 1fr;
  }

  .quote-layout img {
    height: auto;
    max-height: 300px;
  }

  .summary-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .resource-list > div {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 14px;
  }

  .resource-list img {
    height: 92px;
  }

  .article-hero h1 {
    font-size: 34px;
    line-height: 1.16;
  }

  .lead {
    font-size: 17px;
    line-height: 1.75;
  }

  .storyline-case-page .article-hero .lead {
    margin-top: 30px;
  }

  .storyline-case-page .article-body {
    margin-top: 58px;
  }

  .storyline-case-page .step-section {
    padding-top: 46px;
  }

  .storyline-case-page .step-section + .step-section,
  .storyline-case-page .step-section + .note-section,
  .storyline-case-page .note-section + .closing-section {
    margin-top: 54px;
  }

  .feature-image,
  .feature-image img {
    min-height: 300px;
  }

  .quote-card {
    padding: 24px;
  }

  .quote-card p {
    font-size: 20px;
  }

  .article-body {
    margin-top: 54px;
  }

  .content-section {
    padding-top: 34px;
  }

  .content-section + .content-section {
    margin-top: 46px;
  }

  .content-section h2,
  .faq-list h2 {
    font-size: 23px;
  }

  .content-section h3 {
    font-size: 18px;
  }

  .content-section p,
  .faq-list p {
    font-size: 16px;
    line-height: 1.86;
  }

  .takeaway-card p {
    font-size: 17px;
    line-height: 1.82;
  }

  .content-section ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.86;
  }

  .quote-band {
    margin: 22px 0;
    padding: 18px 18px 18px 36px;
    font-size: 16px;
  }

  .quote-band::before {
    left: 18px;
    height: 24px;
  }

  .step-list article,
  .insight-card,
  .info-card-grid article,
  .schedule-list article,
  .faq-list article,
  .split-list article,
  .takeaway-card {
    padding: 20px;
  }

  .pull-quote {
    padding-left: 18px;
    font-size: 22px;
  }

  .article-cta {
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 58px;
    padding: 24px 18px;
  }

  .article-cta p {
    text-align: center;
    font-size: 16px;
  }

  .summary-return-trailer {
    gap: 10px;
    margin-top: 54px;
    padding: 18px 12px;
  }

  .summary-return-trailer p {
    font-size: 15px;
  }

  .issue-nav-card {
    margin-top: 48px;
    border-radius: 12px;
  }

  .issue-nav-header {
    min-height: 0;
    padding: 28px 24px;
  }

  .issue-nav-brand {
    gap: 8px;
    font-size: 15px;
  }

  .issue-nav-brand img {
    width: 22px;
    height: 22px;
  }

  .issue-nav-header h2 {
    margin-top: 14px;
    font-size: 22px;
    line-height: 1.45;
  }

  .issue-nav-description {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.6;
  }

  .issue-nav-body {
    min-height: 0;
    padding: 26px 18px;
  }

  .issue-nav-list {
    gap: 20px;
  }

  .issue-nav-list li {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 8px;
    font-size: 18px;
    line-height: 1.55;
  }

  .issue-nav-number {
    font-size: 18px;
    line-height: 1.55;
  }

  .issue-nav-button {
    width: auto;
    min-width: 178px;
    min-height: 42px;
    margin-top: 28px;
    font-size: 13px;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .field-note-page .site-header {
    height: auto;
  }

  .field-note-brand {
    font-size: 13px;
  }

  .field-note-brand img {
    width: 20px;
    height: 20px;
  }

  .field-note-article {
    margin-top: 18px;
  }

  .field-note-intro {
    gap: 28px;
    margin-top: 46px;
  }

  .field-note-copy p,
  .field-note-intro .field-note-copy p {
    font-size: 16px;
    line-height: 1.82;
  }

  .field-note-feature-image {
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .field-note-page .article-body {
    margin-top: 54px;
  }

  .field-note-section {
    gap: 20px;
    padding-top: 34px;
  }

  .field-note-section + .field-note-section {
    margin-top: 46px;
  }

  .field-note-quote {
    margin: 0;
  }

  .field-note-quote::before {
    top: 18px;
    bottom: 18px;
    height: auto;
    transform: none;
  }

  .field-note-two-up {
    gap: 14px;
    margin: 0;
  }

  .interview-cta {
    align-items: center;
    justify-content: center;
    padding: 22px 18px;
    text-align: center;
  }

  .interview-cta p {
    font-size: 16px;
  }

  .interview-cta a {
    width: auto;
  }

  .field-note-bottom {
    margin-top: 48px;
    padding-top: 32px;
  }

  .field-note-cta .primary-button {
    width: 100%;
  }

  .data-report-article {
    margin-top: 18px;
  }

  .data-report-intro {
    gap: 28px;
    margin-top: 46px;
  }

  .data-report-intro > p,
  .data-report-section > p {
    font-size: 16px;
    line-height: 1.82;
  }

  .report-chart-card {
    height: auto;
    aspect-ratio: 840 / 450;
    border-radius: 12px;
    padding: 18px;
  }

  .report-metric-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .report-metric-row div {
    min-height: 88px;
    padding: 18px 20px;
  }

  .report-metric-row strong {
    font-size: 26px;
    line-height: 32px;
  }

  .data-report-page .article-body {
    margin-top: 54px;
  }

  .data-report-section {
    gap: 20px;
    padding-top: 34px;
  }

  .data-report-section + .data-report-section,
  .data-report-section + .report-support-card {
    margin-top: 46px;
  }

  .report-age-list article {
    padding: 20px;
  }

  .report-plain-list {
    font-size: 16px;
    line-height: 1.82;
  }

  .report-data-step h3 {
    font-size: 18px;
    line-height: 1.6;
  }

  .report-data-step p {
    white-space: normal;
    font-size: 14px;
    line-height: 1.6;
  }

  .report-support-card {
    margin-top: 46px;
    padding: 24px 20px;
  }

  .report-support-card p,
  .report-support-card li {
    font-size: 15px;
    line-height: 1.75;
  }

  .report-bottom {
    margin-top: 48px;
    padding-top: 32px;
  }

  .report-bottom p {
    font-size: 16px;
    line-height: 1.6;
  }

  .data-report-page .article-cta {
    margin-top: 48px;
  }

  .data-report-page .article-cta .primary-button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .summary-hero {
    padding: 66px 20px 48px;
  }

  .summary-card h2 {
    font-size: 23px;
  }

  .summary-metrics {
    gap: 8px;
  }

  .summary-metrics div {
    padding: 13px 6px;
  }

  .summary-metrics strong {
    font-size: 17px;
  }

  .summary-metrics span {
    font-size: 10px;
  }

  .resource-list > div {
    grid-template-columns: 1fr;
  }

  .resource-list img {
    height: auto;
  }

  .site-header {
    gap: 10px;
  }

  .article-hero h1 {
    font-size: 31px;
  }
}
