:root {
  --ink: #182328;
  --muted: #5d6870;
  --line: #d8e2e4;
  --paper: #f7f9f8;
  --white: #ffffff;
  --teal: #0b665f;
  --teal-dark: #074b49;
  --blue: #225b95;
  --amber: #c6872d;
  --green-soft: #dcebe8;
  --shadow: 0 18px 45px rgba(13, 35, 43, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family:
    "Microsoft YaHei",
    "PingFang SC",
    "Noto Sans SC",
    Arial,
    sans-serif;
  line-height: 1.65;
  background: var(--white);
  letter-spacing: 0;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(216, 226, 228, 0.85);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 188px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  background: var(--teal);
  border-radius: 8px;
}

.brand-logo {
  width: auto;
  height: 54px;
  max-width: 210px;
  object-fit: contain;
}

.brand-text {
  display: block;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 17px;
  line-height: 1.2;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  color: #2f3d43;
  font-size: 14px;
  white-space: nowrap;
}

.main-nav a {
  padding: 8px 0;
}

.nav-cta {
  color: var(--white);
  padding: 9px 16px !important;
  background: var(--teal);
  border-radius: 6px;
}

.hero {
  position: relative;
  min-height: 86vh;
  padding: 126px clamp(20px, 5vw, 72px) 54px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #1d2a2e;
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 25, 29, 0.88) 0%, rgba(9, 25, 29, 0.66) 42%, rgba(9, 25, 29, 0.16) 82%),
    linear-gradient(0deg, rgba(9, 25, 29, 0.45), rgba(9, 25, 29, 0.05) 44%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  max-width: calc(100vw - 40px);
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 14px;
  font-weight: 700;
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.hero h1 span {
  display: block;
}

.hero-lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 20px;
  border-radius: 6px;
  font-weight: 700;
}

.button.primary {
  color: var(--ink);
  background: #f7c66f;
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 840px;
  margin: 44px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
}

.trust-strip div {
  min-width: 0;
  padding: 18px;
  background: rgba(7, 35, 41, 0.52);
}

.trust-strip dt {
  margin: 0 0 4px;
  color: var(--white);
  font-weight: 800;
}

.trust-strip dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.section,
.section-band,
.contact-section {
  padding: 84px clamp(20px, 5vw, 72px);
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-band {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.intro-grid,
.split-layout,
.contact-grid,
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
}

.intro h2,
.section-heading h2,
.split-layout h2,
.contact-grid h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.18;
  letter-spacing: 0;
}

.intro p,
.split-layout p,
.contact-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.need-grid,
.solution-grid,
.knowledge-grid {
  display: grid;
  gap: 18px;
}

.need-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.need-section,
.knowledge-section {
  background: var(--white);
}

.industries-section {
  background: #fbfcfc;
}

.service-card,
.need-card,
.solution-card,
.knowledge-grid article,
.process-list article,
.resource-panel,
.faq-grid details,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-card,
.need-card,
.solution-card,
.knowledge-grid article {
  min-height: 232px;
  padding: 24px;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.need-card {
  min-height: 210px;
  border-top: 4px solid var(--teal);
}

.card-media {
  display: block;
  margin: -24px -24px 20px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: var(--paper);
}

.solution-card .card-media {
  margin: -30px -30px 22px;
}

.card-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.service-card:hover .card-media img,
.solution-card:hover .card-media img,
.knowledge-grid article:hover .card-media img {
  transform: scale(1.035);
}

.solution-card {
  min-height: 240px;
  padding: 30px;
}

.knowledge-grid article {
  min-height: 172px;
}

.service-card:hover,
.need-card:hover,
.solution-card:hover,
.knowledge-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 102, 95, 0.45);
  box-shadow: var(--shadow);
}

.service-code {
  display: inline-grid;
  place-items: center;
  min-width: 48px;
  height: 34px;
  margin-bottom: 22px;
  color: var(--teal-dark);
  font-weight: 850;
  background: var(--green-soft);
  border-radius: 6px;
}

.service-card h3,
.need-card h3,
.solution-card h3,
.knowledge-grid h3,
.process-list h3,
.resource-panel h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.32;
}

.service-card p,
.need-card p,
.solution-card p,
.knowledge-grid p,
.process-list p,
.resource-panel li,
.faq-grid p,
.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.process-section,
.resources-section {
  background: #eef5f3;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  counter-reset: step;
}

.process-list article {
  min-height: 236px;
  padding: 26px;
}

.process-list span {
  display: block;
  margin-bottom: 30px;
  color: var(--blue);
  font-size: 34px;
  font-weight: 850;
  line-height: 1;
}

.resource-panel {
  padding: 30px;
  box-shadow: var(--shadow);
}

.resource-panel ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.resource-panel li {
  position: relative;
  padding-left: 22px;
}

.resource-panel li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--amber);
  border-radius: 50%;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-grid details {
  padding: 20px 22px;
}

.faq-grid summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

.faq-grid p {
  padding-top: 14px;
}

.contact-section {
  color: var(--white);
  background: #12343b;
}

.contact-section .section-kicker {
  color: #f7c66f;
}

.contact-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.form-notice {
  margin-top: 18px !important;
  padding: 12px 14px;
  color: #dff5ef !important;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.contact-methods {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 148px;
  gap: 18px;
  align-items: stretch;
  margin-top: 26px;
}

.contact-phone,
.wechat-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-phone {
  display: grid;
  align-content: center;
  gap: 6px;
  min-height: 148px;
  padding: 22px;
}

.contact-phone span,
.wechat-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.contact-phone a {
  color: var(--white);
  font-size: 26px;
  font-weight: 850;
  line-height: 1.15;
}

.wechat-card {
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 12px;
  text-align: center;
}

.wechat-card img {
  width: 124px;
  height: 124px;
  border-radius: 6px;
  background: var(--white);
  object-fit: contain;
}

.website-field {
  position: absolute;
  left: -9999px;
  width: 1px !important;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  color: var(--ink);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #334147;
  font-size: 14px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 14px;
  color: var(--ink);
  font: inherit;
  background: #fbfcfc;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  color: var(--white);
  font: inherit;
  font-weight: 800;
  background: var(--teal);
  cursor: pointer;
}

.site-footer {
  padding: 34px clamp(20px, 5vw, 72px);
  color: var(--white);
  background: #0c2025;
}

.site-footer strong {
  display: block;
  margin-bottom: 6px;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.68);
}

.page-hero {
  padding: 150px clamp(20px, 5vw, 72px) 74px;
  color: var(--white);
  background: #12343b;
}

.page-hero-image {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding-top: 148px;
  padding-bottom: 92px;
  overflow: hidden;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 25, 29, 0.9) 0%, rgba(9, 25, 29, 0.72) 44%, rgba(9, 25, 29, 0.26) 100%),
    linear-gradient(0deg, rgba(9, 25, 29, 0.5), rgba(9, 25, 29, 0.06) 52%);
}

.page-hero-content {
  position: relative;
  z-index: 2;
}

.page-hero-content h1,
.page-hero-content p {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.page-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.12;
}

.page-hero p {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.page-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.page-meta a {
  color: #f7c66f;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.86);
}

.breadcrumbs strong {
  color: var(--white);
  font-weight: 700;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 780px) minmax(280px, 1fr);
  gap: 36px;
  align-items: start;
}

.article-body {
  color: #243238;
  font-size: 17px;
}

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

.news-sidebar {
  display: grid;
  align-self: start;
  gap: 16px;
  min-width: 0;
}

.news-sidebar-section {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.news-sidebar-heading {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.news-sidebar-category {
  background: var(--green-soft);
}

.news-sidebar-category-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 4px 10px;
  color: var(--teal-dark);
  font-weight: 700;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 6px;
}

.news-sidebar-links {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-sidebar-links li + li {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.news-sidebar-link {
  display: block;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.news-sidebar-link:hover,
.news-sidebar-category-link:hover {
  color: var(--teal);
}

.news-sidebar-date {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.news-sidebar-contact {
  background: var(--paper);
}

.news-sidebar-contact-copy {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
}

.news-sidebar-contact-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 6px 14px;
  color: var(--white);
  font-weight: 700;
  background: var(--teal);
  border-radius: 6px;
}

.news-sidebar-contact-link:hover {
  background: var(--teal-dark);
}

.meta-panel,
.download-box,
.related-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.meta-panel,
.download-box {
  padding: 24px;
}

.meta-panel h2,
.download-box h2,
.related-section h2 {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.25;
}

.meta-panel dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.meta-panel dt {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 13px;
}

.meta-panel dd {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.download-box {
  margin-top: 28px;
  background: var(--paper);
}

.download-box p {
  color: var(--muted);
}

.review-note {
  margin-top: 34px;
  padding: 18px 20px;
  color: var(--muted);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.related-section {
  padding: 0 clamp(20px, 5vw, 72px) 84px;
}

.related-section h2 {
  width: min(1180px, 100%);
  margin: 0 auto 18px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.related-grid article {
  min-height: 188px;
  padding: 22px;
}

.related-grid span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 800;
}

.related-grid h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.3;
}

.related-grid p,
.empty-state,
.home-module-body p {
  margin: 0;
  color: var(--muted);
}

.empty-state {
  padding: 24px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.filter-section {
  padding-top: 28px;
  padding-bottom: 0;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-bar a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  color: var(--teal-dark);
  background: var(--green-soft);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.filter-bar a.active {
  color: var(--white);
  background: var(--teal);
}

.search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px auto;
  gap: 12px;
  margin-bottom: 18px;
}

.search-form input,
.search-form select {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
}

.search-form button {
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  color: var(--white);
  font: inherit;
  font-weight: 800;
  background: var(--teal);
}

.search-results {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.search-results article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.search-results span {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 800;
}

.search-results h2 {
  margin: 8px 0;
  font-size: 22px;
}

.search-results p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 1040px) {
  .service-grid,
  .need-grid,
  .solution-grid,
  .knowledge-grid,
  .process-list,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading {
    display: block;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    display: block;
    padding: 14px 18px;
  }

  .main-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 12px;
    font-size: 13px;
    white-space: normal;
  }

  .brand {
    min-width: 142px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-logo {
    height: 44px;
    max-width: 170px;
  }

  .hero {
    min-height: auto;
    padding: 76px 20px 34px;
  }

  .hero > img {
    object-position: 70% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(9, 25, 29, 0.94), rgba(9, 25, 29, 0.7));
  }

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

  .hero-content {
    width: 340px;
    max-width: 100%;
  }

  .hero-lead {
    font-size: 16px;
  }

  .trust-strip,
  .intro-grid,
  .split-layout,
  .contact-grid,
  .footer-grid,
  .faq-grid,
  .article-layout,
  .related-grid,
  .search-form {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding-top: 58px;
  }

  .page-hero-image {
    min-height: 430px;
    padding-top: 72px;
    padding-bottom: 58px;
  }

  .page-hero-shade {
    background: linear-gradient(90deg, rgba(9, 25, 29, 0.94), rgba(9, 25, 29, 0.72));
  }

  .trust-strip {
    margin-top: 30px;
  }

  .section,
  .section-band,
  .contact-section {
    padding: 58px 20px;
  }

  .contact-methods {
    grid-template-columns: 1fr;
  }

  .contact-phone {
    min-height: auto;
  }

  .service-grid,
  .need-grid,
  .solution-grid,
  .knowledge-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .service-card,
  .need-card,
  .solution-card,
  .knowledge-grid article,
  .process-list article {
    min-height: auto;
  }
}

@media (max-width: 470px) {
  .nav-cta {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 2px;
    text-align: center;
  }

  .hero-actions .button {
    width: 100%;
  }

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

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.text-link {
  color: var(--accent);
  font-weight: 700;
}

.news-grid,
.news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

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

.news-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.news-card .card-media {
  flex: 0 0 auto;
  margin: 0;
  aspect-ratio: 16 / 9;
}

.news-card-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  min-height: 190px;
  padding: 18px;
}

.news-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.news-card-meta span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-card-meta time {
  flex: 0 0 auto;
}

.news-card h2 {
  margin: 12px 0 8px;
  font-size: 21px;
  line-height: 1.45;
}

.news-card h2 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 4.95em;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.news-body figure {
  margin: 28px 0;
}

.news-body figure.align-left { max-width: 56%; margin-right: auto; }
.news-body figure.align-center { max-width: 100%; margin-left: auto; margin-right: auto; }
.news-body figure.align-right { max-width: 56%; margin-left: auto; }
.news-body figure img,
.news-body > img { display: block; max-width: 100%; height: auto; }
.news-body figcaption { margin-top: 8px; color: var(--muted); font-size: 14px; text-align: center; }

@media (max-width: 760px) {
  .section-heading-row { align-items: start; flex-direction: column; gap: 10px; }
  .news-grid,
  .news-list { grid-template-columns: 1fr; }
  .news-body figure.align-left,
  .news-body figure.align-right { max-width: 100%; }
}
