@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css");

:root {
  --font-title: "SUIT", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-body: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --color-mint: #30e9bd;
  --color-mint-pale: #f0fdfb;
  --color-text: #2f3337;
  --color-muted: #475569;
  --color-accent-dark: #0d9488;
  --color-accent-soft: #e3fbf3;
  --color-line: #e0eee9;
  --shadow-soft: 0 18px 50px rgba(26, 121, 93, 0.11);
  --content-width: 630px;
  --radius-image: 12px;
  --radius-image-mobile: 10px;
  --radius-card: 16px;
  --radius-banner: 20px;
  --radius-banner-mobile: 16px;
  font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.digest-intro-title,
.digest-section-heading > p,
.eyebrow,
.issue-date,
.update-meta > span,
.faq-question,
.question,
.faq-section-heading p,
.faq-card span,
.faq-card strong,
.takeaway-card > span,
.article-list-box > strong {
  font-family: var(--font-title);
}

/* August 2026 additions */
.brand-logo-august { display:block; width:205px; height:24px; flex:0 0 auto; object-fit:contain; }
.digest-photo img,.article-photo img,.guide-shot img { display:block; width:100%; height:auto; }
.digest-photo { margin:0; overflow:hidden; border-radius:24px; }
.digest-story-sun { background:#fff7df; }
.digest-story-lilac { background:#f5f0ff; }
.update-summary-intro { margin-top:0; }
.update-flow { display:grid; gap:20px; margin-top:42px; }
.update-block { padding:28px; border:1px solid rgba(20,38,34,.08); border-radius:20px; background:#fff; box-shadow:0 8px 24px rgba(20,45,38,.05); }
.update-meta { display:flex; align-items:flex-start; justify-content:space-between; gap:18px; margin-bottom:16px; }
.update-meta > span { display:block; color:#68726f; font-size:14px; font-weight:700; line-height:1.45; letter-spacing:0; }
.update-meta > span b { margin-right:7px; color:#16a085; font-weight:900; }
.update-block h3 { margin:0; color:#171c1b; font-size:24px; line-height:1.42; word-break:keep-all; }
.update-block p { margin:0; color:#4d5754; font-size:15px; line-height:1.8; word-break:keep-all; }
.update-block ul { display:grid; gap:9px; margin:22px 0 0; padding:20px 0 0; border-top:1px solid #e3ece9; list-style:none; }
.update-block li { position:relative; padding-left:24px; color:#34413e; font-size:14px; line-height:1.6; }
.update-block li::before { position:absolute; top:0; left:0; color:#19a888; content:"✓"; font-weight:800; }
.update-block .update-schedule { color:#168f78; font-size:13px; font-weight:600; line-height:1.5; text-align:right; white-space:nowrap; }
.update-block .update-schedule strong { color:#126d5c; font-weight:800; }
.faq-digest { padding:72px 7%; background:#eef0f1; }
.faq-section-heading { margin-bottom:30px; text-align:center; }
.faq-section-heading p { margin:0 0 10px; color:#555f5c; font-size:13px; font-weight:800; }
.faq-section-heading h2 { margin:0; color:#151918; font-size:30px; line-height:1.3; }
.faq-item { padding:26px; border-radius:6px; background:#fff; }
.faq-item + .faq-item { margin-top:16px; }
.faq-question { margin:0 0 20px; color:#232827; font-size:17px; font-weight:800; line-height:1.55; }
.faq-question span { color:#168f78; }
.faq-answer { color:#404745; font-size:14px; line-height:1.75; }
.faq-answer > p:first-child { margin-top:0; }
.faq-answer strong { color:#222827; }
.faq-answer ul { margin:10px 0 20px; padding-left:21px; }
.faq-answer li + li { margin-top:4px; }
.faq-emphasis { margin:18px 0 0; padding:14px 16px; border-left:3px solid #43cdb0; background:#f0fbf8; color:#266c5d; font-weight:700; }
.faq-card-list { display:grid; gap:14px; }
.faq-card { display:block; padding:24px 26px; border-radius:18px; background:#fff; color:#111; text-decoration:none; box-shadow:0 7px 20px rgba(20,45,38,.06); }
.faq-card span { display:block; margin-bottom:8px; color:#23a98d; font-size:13px; font-weight:800; letter-spacing:.06em; }
.faq-card strong { display:block; font-size:20px; line-height:1.45; }
.faq-card p { margin:12px 0 0; color:#4d5754; font-size:14px; line-height:1.7; word-break:keep-all; }
.faq-card em { display:block; margin-top:18px; color:#168f78; font-size:14px; font-style:normal; font-weight:700; }
.schedule-list { display:grid; gap:12px; margin:26px 0 30px; padding:0; list-style:none; }
.schedule-list li { display:grid; grid-template-columns:92px 1fr; gap:16px; align-items:center; padding:18px 20px; border-radius:16px; background:#f4fbf9; }
.schedule-list time { color:#168f78; font-weight:900; }
.schedule-list p { margin:0; line-height:1.55; }
.article-photo { margin:30px 0; overflow:hidden; border-radius:12px; }
.case-photo-pair { display:grid; grid-template-columns:minmax(0,1.38fr) minmax(0,1fr); gap:16px; margin:30px 0; }
.case-photo-pair .article-photo { height:300px; margin:0; border-radius:12px; }
.case-photo-pair .article-photo img { height:100%; object-fit:cover; transform:scale(1.04); }
.case-study-page .article-body { margin-top:34px; }
.case-study-page .article-body > .content-section:first-child { padding-top:0; border-top:0; }
.photo-pair { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:30px 0; }
.photo-pair .article-photo { margin:0; }
.metric-band { margin:32px 0; padding:30px; border-radius:24px; background:#131b19; color:#fff; text-align:center; }
.content-section .metric-band strong { display:block; margin-bottom:8px; color:#75e1c8; font-size:36px; }
.content-section .metric-band p { margin:0; color:#fff; font-weight:600; }
.qa-block { margin:0; padding:36px 0; background:transparent; }
.qa-block + .qa-block { margin-top:20px; padding-top:56px; border-top:1px solid var(--color-line); }
.qa-block h2 { margin-top:0; }
.qa-block .question { margin:0 0 16px; color:#11856f; font-weight:900; }
.faq-detail-page .qa-block .question { margin-bottom:20px; color:#191f28; font-size:30px; font-weight:700; line-height:1.45; }
.faq-detail-page .qa-block h2 { margin:0 0 18px; color:#4e5b57; font-size:23px; font-weight:700; line-height:1.45; word-break:keep-all; }
.faq-detail-page .qa-block h3 { margin:32px 0 14px; color:var(--color-text); font-size:20px; font-weight:700; line-height:1.45; word-break:keep-all; }
.faq-detail-page .qa-block > p:not(.question) { margin:0; color:var(--color-text); font-size:18px; line-height:1.88; word-break:keep-all; }
.faq-detail-page .qa-block > p:not(.question) + p:not(.question) { margin-top:14px; }
.faq-detail-page #student > p:not(.question) { line-height:1.78; }
.faq-detail-page #student > p:not(.question) + p:not(.question) { margin-top:8px; }
.faq-detail-page .guide-steps { color:var(--color-text); font-size:18px; line-height:1.78; }
.faq-detail-page .takeaway-card p,
.faq-detail-page .status-key p { font-size:16px; line-height:1.7; }
.faq-detail-page #student .takeaway-card p { font-weight:700; }
.user-guide-button { display:inline-flex; align-items:center; gap:6px; margin-top:0; padding:3px 0 2px; border-bottom:1px solid currentColor; color:#333d39; font-size:15px; font-weight:700; line-height:1.45; text-decoration:none; transition:color .2s ease; }
.user-guide-button:hover { color:var(--color-accent-dark); }
.user-guide-button span { transition:transform .2s ease; }
.user-guide-button:hover span { transform:translateX(3px); }
.guide-shot { margin:24px 0; overflow:hidden; border:1px solid #e8eceb; border-radius:18px; }
.faq-detail-page .guide-shot { width:100%; margin:28px 0; overflow:hidden; border:0; border-radius:12px; }
.guide-steps { display:grid; gap:10px; padding-left:22px; }
.guide-steps li { padding-left:4px; line-height:1.7; }
.status-key { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin:22px 0; }
.status-key div { padding:18px; border-radius:16px; background:#f5f6f5; }
.status-key strong { display:block; margin-bottom:6px; }
.nas-comparison { margin:30px 0; padding:30px; border-radius:24px; background:#f3f4f2; }
.nas-comparison figcaption { margin-bottom:26px; color:#373a37; font-family:var(--font-title); font-size:24px; font-weight:800; line-height:1.4; word-break:keep-all; }
.nas-comparison-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:36px; }
.nas-comparison-item { min-width:0; }
.nas-comparison-item p { margin:0 0 14px; font-family:var(--font-title); font-size:20px; font-weight:800; line-height:1.4; }
.nas-comparison-item.nas-off p { color:#ef4343; }
.nas-comparison-item.nas-on p { color:#087866; }
.nas-screen { position:relative; display:block; width:100%; aspect-ratio:var(--screen-ratio); }
.nas-screen-off { --screen-ratio:2048 / 1880; --screen-left:4.6387%; --screen-image-width:104.864%; --screen-image-left:-4.864%; }
.nas-screen-on { --screen-ratio:2048 / 1819; --screen-left:7.7637%; --screen-image-width:108.417%; --screen-image-left:-8.417%; }
.nas-screen-crop { position:absolute; inset:0 0 0 var(--screen-left); overflow:hidden; border-radius:12px; background:#fff; }
.nas-screen-crop img { position:absolute; top:0; left:var(--screen-image-left); display:block; width:var(--screen-image-width); max-width:none; height:auto; }
.nas-screen-badge { position:absolute; inset:0 auto auto 0; display:block; width:100%; max-width:none; height:auto; clip-path:inset(12% 68% 68% 0); pointer-events:none; }
.status-off strong { color:#c75c51; }.status-on strong { color:#168f78; }
@media (max-width:680px) {
  .photo-pair,.case-photo-pair,.status-key,.nas-comparison-grid { grid-template-columns:1fr; }
  .nas-comparison { padding:22px 18px; border-radius:20px; }
  .nas-comparison figcaption { margin-bottom:22px; font-size:20px; }
  .nas-comparison-grid { gap:24px; }
  .nas-comparison-item p { margin-bottom:10px; font-size:18px; }
  .nas-screen-crop { border-radius:10px; }
  .article-photo,
  .case-photo-pair .article-photo,
  .faq-detail-page .guide-shot { border-radius:10px; }
  .case-photo-pair .article-photo { height:auto; }
  .case-photo-pair .article-photo img { height:auto; object-fit:contain; }
  .update-block { padding:22px 20px; }
  .update-meta { align-items:flex-start; flex-direction:column; gap:7px; }
  .update-block .update-schedule { text-align:left; }
  .update-block h3 { font-size:21px; }
  .faq-digest { padding:54px 20px; }
  .faq-item { padding:22px 18px; }
  .faq-question { font-size:16px; }
  .schedule-list li { grid-template-columns:72px 1fr; padding:16px; }
  .qa-block { padding:30px 0; }
  .qa-block + .qa-block { margin-top:14px; padding-top:44px; }
  .faq-detail-page .qa-block .question { font-size:25px; line-height:1.42; }
  .faq-detail-page .qa-block h2 { font-size:20px; }
  .faq-detail-page .qa-block h3 { font-size:18px; }
  .faq-detail-page .qa-block > p:not(.question),
  .faq-detail-page .guide-steps { font-size:16px; }
}

* {
  box-sizing: border-box;
}

html {
  background: #ffffff;
  color: var(--color-text);
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--color-text);
  font-family: inherit;
  letter-spacing: 0;
}

.storyline-case-page {
  background:
    linear-gradient(180deg, rgba(216, 251, 241, 0.74) 0, rgba(255, 255, 255, 0) 420px),
    #ffffff;
}

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

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

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

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

.digest-hero {
  background: #d8fbf1;
}

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

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

.digest-intro h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.34;
  word-break: keep-all;
}

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

.digest-intro p + p {
  margin-top: 20px;
}

.desktop-break {
  display: block;
}

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

.digest-story-mint {
  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-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin: 22px -24px 0;
}

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

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

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

.digest-case-split img {
  width: min(78%, 220px);
  height: auto;
  border: 6px solid #ffffff;
  border-radius: 2px;
  background: #ffffff;
  object-fit: contain;
  box-shadow: 0 18px 28px rgba(15, 23, 42, 0.24);
}

.digest-case-split figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 28px 20px;
  background: #47586d;
}

.digest-full-image {
  margin: 22px -24px 0;
  overflow: hidden;
  background: #f1f5f9;
}

.digest-full-image img {
  height: auto;
  object-fit: cover;
}

.digest-issbd-image {
  height: 400px;
}

.digest-issbd-image img {
  height: 100%;
  object-position: center 66%;
}

.digest-voice-image {
  border-radius: 0;
  box-shadow: none;
}

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

.digest-quote span {
  color: var(--color-muted);
  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: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  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-button span {
  margin-left: 8px;
}

.digest-highlight {
  margin: 0 0 24px;
  border: 1px solid rgba(13, 148, 136, 0.22);
  border-radius: 8px;
  padding: 22px 24px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(13, 148, 136, 0.08);
  word-break: keep-all;
}

.digest-highlight strong {
  display: block;
  color: #156f67;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.digest-highlight p {
  margin: 10px 0 0;
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.65;
}

.digest-resources {
  background: #f1f5f9;
}

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

.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-mint);
}

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

.digest-calendar {
  padding: 80px 16px;
  background: var(--color-mint-pale);
}

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

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

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

.digest-one-update {
  padding: 52px 24px 60px;
  background: #ffffff;
}

.one-update-email {
  border-collapse: collapse;
}

.one-update-kicker {
  margin: 0 0 10px;
  color: var(--color-accent-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
}

.one-update-email h2 {
  margin: 0 0 12px;
  color: var(--color-text);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.34;
  word-break: keep-all;
}

.one-update-email h2 span {
  color: var(--color-mint);
}

.one-update-copy p {
  margin: 0 0 20px;
  color: var(--color-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.72;
  word-break: keep-all;
}

.one-update-box-wrap {
  padding-top: 2px;
}

.one-update-box {
  margin: 0 0 14px;
  border-collapse: collapse;
  background: #f1f5f9;
}

.one-update-box td {
  padding: 18px 20px;
}

.one-update-box strong {
  display: block;
  color: var(--color-text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  word-break: keep-all;
}

.one-update-box p {
  margin: 10px 0 0;
  color: var(--color-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.72;
  word-break: keep-all;
}

.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 {
  margin: 0;
  color: var(--color-text);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  word-break: keep-all;
}

.resource-list-v2 p {
  margin: 8px 0 0;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
}

.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;
  word-break: keep-all;
}

.digest-faq article {
  padding: 32px 24px 0;
  color: var(--color-text);
}

.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: var(--color-text);
  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: var(--color-muted);
}

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

.digest-note p {
  margin: 0;
  color: var(--color-muted);
  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-page {
  background: #ffffff;
}

.detail-header {
  width: min(calc(100% - 40px), 840px);
  margin: 0 auto;
  padding: 28px 0 10px;
}

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

.detail-article {
  width: min(calc(100% - 40px), 840px);
  margin: 38px auto 88px;
}

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

.detail-hero {
  margin-top: 54px;
}

.detail-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 16px;
  border: 1px solid var(--color-accent-dark);
  border-radius: 999px;
  padding: 0 13px;
  background: #e3fbf3;
  color: var(--color-accent-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.detail-hero h1 {
  margin: 0;
  color: var(--color-text);
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  word-break: keep-all;
}

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

.detail-feature-image {
  margin: 44px 0 0;
  overflow: hidden;
  border: 1px solid #e0eee9;
  border-radius: 12px;
  background: #f1f5f9;
}

.detail-feature-image img {
  height: auto;
}

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

.detail-section {
  padding-top: 42px;
  border-top: 1px solid #e0eee9;
}

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

.detail-section h2 {
  margin: 0 0 18px;
  color: var(--color-text);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.32;
  word-break: keep-all;
}

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

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

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

.detail-section ul {
  margin: 18px 0 0;
  padding-left: 22px;
}

.detail-quote {
  margin: 30px 0;
  border-left: 4px solid var(--color-mint);
  padding: 6px 0 6px 24px;
  color: #173127;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.48;
  word-break: keep-all;
}

.detail-note {
  margin-top: 30px;
  border-radius: 12px;
  padding: 24px;
  background: #f1f5f9;
}

.detail-note strong {
  display: block;
  margin-bottom: 10px;
  color: var(--color-accent-dark);
  font-size: 14px;
  font-weight: 800;
}

.detail-note p {
  color: #33433b;
  font-size: 17px;
  line-height: 1.72;
}

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

.detail-nav-card h2 {
  margin: 0;
  padding: 32px 40px;
  background: #f1f5f9;
  color: var(--color-text);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}

.detail-nav-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 30px 40px 36px;
  list-style: none;
}

.detail-nav-list a {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  color: var(--color-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  word-break: keep-all;
}

.detail-nav-list span {
  color: var(--color-accent-dark);
}

.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), 840px);
  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;
}

.mobile-only {
  display: none;
}

.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;
}

.issbd-intro-copy {
  display: grid;
  gap: 18px;
  margin-top: 26px;
  color: var(--color-text);
  word-break: keep-all;
}

.issbd-intro-copy p {
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.78;
}

.issbd-after-image-copy {
  margin-top: 34px;
}

.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;
}

.storyline-case-page .feature-image img {
  object-fit: contain;
}

.storyline-case-page .feature-card .feature-image {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border: 0;
  padding: 72px 32px 0;
  background: #47586d;
}

.storyline-case-page .feature-card .feature-image figcaption {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.9);
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.storyline-case-page .feature-card .feature-image img {
  width: min(78%, 320px);
  height: auto;
  min-height: 0;
  max-width: none;
  border: 6px solid #ffffff;
  background: #ffffff;
  box-shadow: 0 18px 28px rgba(15, 23, 42, 0.24);
  transform: translateY(34px);
}

.issbd-feature-image {
  height: 540px;
  margin-top: 44px;
  box-shadow: var(--shadow-soft);
}

.issbd-feature-image img {
  height: 100%;
  object-fit: cover;
  object-position: center 68%;
}

.keynote-photo {
  margin-top: 30px;
  box-shadow: var(--shadow-soft);
}

.keynote-photo img {
  max-height: 520px;
  object-fit: cover;
}

.keynote-after-image-copy {
  margin-top: 30px;
}

.keynote-after-image-copy p + p {
  margin-top: 18px;
}

.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-mint);
}

.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 {
  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;
}

.heading-number {
  display: inline-block;
  margin-right: 12px;
}

.content-section 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;
}

.voice-graphic {
  margin: 28px 0 0;
  overflow: hidden;
  border-radius: 0;
  background: var(--color-mint-pale);
  box-shadow: none;
}

.voice-graphic img {
  height: auto;
}

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

.article-list-box {
  margin: 22px 0 0;
  border-radius: 14px;
  padding: 32px;
  background: #f1f5f9;
}

.article-list-box > strong {
  display: block;
  margin-bottom: 14px;
  color: var(--color-text);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
}

.content-section .article-list {
  margin: 0;
  padding: 0;
  background: transparent;
  list-style: none;
}

.content-section .article-list li {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--color-text);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  word-break: keep-all;
}

.content-section .article-list li + li {
  margin-top: 8px;
}

.content-section .article-list li span {
  margin-right: 8px;
}

.content-section .article-list .schedule-setting-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.content-section .article-list .schedule-setting-item span {
  margin-right: 0;
}

.schedule-setting-item p {
  margin: 0;
  color: var(--color-text);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  word-break: keep-all;
}

.content-section .article-caption {
  margin-top: 14px;
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.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: 24px;
  bottom: 24px;
  width: 4px;
  background: var(--color-mint);
}

.takeaway-card {
  margin-top: 30px;
  border: 1px solid #bef5e8;
  border-radius: 16px;
  padding: 24px;
  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-size: 17px;
  line-height: 1.82;
}

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

.article-closing-message {
  margin-top: 64px;
  border-top: 1px solid var(--color-line);
  padding-top: 28px;
}

.article-closing-message p {
  margin: 0;
  color: var(--color-text);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.82;
  word-break: keep-all;
}

.article-closing-message p + p {
  margin-top: 14px;
}

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

.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;
}

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

.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;
}

@media (max-width: 760px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: initial;
  }

  .mobile-nowrap {
    white-space: nowrap;
  }

  .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;
  }

  .desktop-break {
    display: none;
  }

  .digest-story,
  .digest-resources {
    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-full-image {
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 24px;
  }

  .digest-issbd-image {
    height: auto;
    aspect-ratio: 4 / 3;
  }

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

  .digest-case-split figure {
    min-height: 260px;
    aspect-ratio: auto;
  }

  .digest-case-split img {
    width: min(68%, 190px);
  }

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

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

  .digest-button {
    min-height: 42px;
    font-size: 13px;
  }

  .digest-highlight {
    padding: 20px;
  }

  .digest-highlight strong {
    font-size: 16px;
  }

  .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;
  }

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

  .digest-calendar {
    padding: 68px 12px;
  }

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

  .digest-one-update {
    padding: 46px 20px 54px;
  }

  .one-update-kicker {
    font-size: 13px;
  }

  .one-update-email h2 {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .one-update-copy p {
    font-size: 15px;
  }

  .one-update-box td {
    padding: 17px 18px;
  }

  .one-update-box strong,
  .one-update-box p {
    font-size: 14px;
  }

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

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

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

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

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

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

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

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

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

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

  .site-header {
    width: calc(100% - 40px);
    padding: 18px 0;
  }

  .newsletter-article {
    width: calc(100% - 40px);
    margin-top: 34px;
    margin-bottom: 64px;
  }

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

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

  .feature-card {
    grid-template-columns: 1fr;
  }

  .storyline-case-page .feature-card .feature-image {
    min-height: 320px;
    padding: 58px 26px 0;
  }

  .storyline-case-page .feature-card .feature-image figcaption {
    top: 18px;
    left: 18px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .storyline-case-page .feature-card .feature-image img {
    width: min(72%, 240px);
    transform: translateY(24px);
  }

  .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;
  }

  .issbd-intro-copy {
    gap: 16px;
    margin-top: 24px;
  }

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

  .issbd-after-image-copy {
    margin-top: 28px;
  }

  .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;
  }

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

  .issbd-feature-image img {
    height: 100%;
  }

  .keynote-photo img {
    max-height: none;
  }

  .keynote-after-image-copy {
    margin-top: 26px;
  }

  .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 {
    font-size: 23px;
  }

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

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

  .content-section .article-list li {
    font-size: 15px;
  }

  .schedule-setting-item p {
    font-size: 15px;
  }

  .article-list-box {
    border-radius: 12px;
    padding: 20px;
  }

  .article-list-box > strong {
    font-size: 15px;
  }

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

  .quote-band::before {
    left: 18px;
    top: 18px;
    bottom: 18px;
  }

  .takeaway-card {
    padding: 20px;
  }

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

  .article-closing-message {
    margin-top: 52px;
    padding-top: 22px;
  }

  .article-closing-message p {
    font-size: 16px;
    line-height: 1.78;
  }

  .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;
  }

  .primary-button {
    width: 100%;
  }

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

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

  .detail-header,
  .detail-article {
    width: calc(100% - 40px);
  }

  .detail-article {
    margin-top: 28px;
    margin-bottom: 64px;
  }

  .detail-hero {
    margin-top: 46px;
  }

  .detail-hero h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  .detail-lead {
    font-size: 16px;
    line-height: 1.78;
  }

  .detail-feature-image {
    margin-top: 34px;
    border-radius: 10px;
  }

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

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

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

  .detail-section h2 {
    font-size: 23px;
  }

  .detail-section p,
  .detail-section li {
    font-size: 16px;
    line-height: 1.82;
  }

  .detail-quote {
    padding-left: 18px;
    font-size: 21px;
  }

  .detail-note {
    padding: 22px 20px;
  }

  .detail-note p {
    font-size: 15px;
  }

  .detail-nav-card {
    margin-top: 54px;
    border-radius: 12px;
  }

  .detail-nav-card h2 {
    padding: 28px 24px;
    font-size: 22px;
  }

  .detail-nav-list {
    gap: 16px;
    padding: 26px 24px 30px;
  }

  .detail-nav-list a {
    grid-template-columns: 24px minmax(0, 1fr);
    font-size: 16px;
  }
}

/* Shared radius hierarchy: restrained images, stronger cards and banners */
.digest-photo,
.calendar-image,
.article-photo,
.case-photo-pair .article-photo,
.guide-shot,
.faq-detail-page .guide-shot,
.nas-screen-crop,
.detail-feature-image,
.feature-image,
.wide-image,
.image-grid figure,
.issbd-feature-image,
.keynote-photo,
.cartoon-slider img {
  border-radius: var(--radius-image);
}

.faq-item,
.faq-card,
.schedule-list li,
.status-key div,
.detail-note,
.detail-nav-card,
.quote-card,
.article-list-box,
.quote-band,
.takeaway-card {
  border-radius: var(--radius-card);
}

.update-block,
.metric-band,
.nas-comparison,
.article-cta {
  border-radius: var(--radius-banner);
}

@media (max-width: 720px) {
  .digest-photo,
  .calendar-image,
  .article-photo,
  .case-photo-pair .article-photo,
  .guide-shot,
  .faq-detail-page .guide-shot,
  .nas-screen-crop,
  .detail-feature-image,
  .feature-image,
  .wide-image,
  .image-grid figure,
  .issbd-feature-image,
  .keynote-photo,
  .cartoon-slider img {
    border-radius: var(--radius-image-mobile);
  }

  .update-block,
  .metric-band,
  .nas-comparison,
  .article-cta {
    border-radius: var(--radius-banner-mobile);
  }
}

@media (max-width: 380px) {
  .storyline-case-page .article-hero h1 {
    font-size: 31px;
  }

  .update-block h3 {
    font-size: 19px;
  }
}
