:root {
  color-scheme: dark;
  --bg: #07111f;
  --bg-2: #0c1629;
  --panel: rgba(11, 20, 38, 0.88);
  --panel-strong: rgba(16, 28, 50, 0.96);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f1f5ff;
  --muted: #aab8d2;
  --accent: #5a8cff;
  --accent-2: #7cd3ff;
  --accent-3: #f0b35a;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --radius: 22px;
  --radius-lg: 30px;
  --container: min(1220px, calc(100% - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(90, 140, 255, 0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(124, 211, 255, 0.11), transparent 22%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.85), rgba(7, 17, 31, 0.96)),
    var(--bg);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.78;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.03), transparent 40%),
    radial-gradient(circle at 18% 16%, rgba(90, 140, 255, 0.16), transparent 18%),
    radial-gradient(circle at 82% 12%, rgba(240, 179, 90, 0.10), transparent 16%);
  opacity: 0.95;
  z-index: -1;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hero img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.content img {
  max-height: 420px;
  object-fit: contain;
}

a { color: inherit; text-decoration: none; }

.container { width: var(--container); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(7, 17, 31, 0.68);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex: none;
}

.brand strong,
.brand small {
  display: block;
  min-width: 0;
}

.brand strong {
  font-size: 16px;
  letter-spacing: 0.03em;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.site-nav a {
  color: var(--muted);
  font-size: 14px;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.button,
.ghost-link,
.chip,
.tab-button,
.pill-link {
  border-radius: 999px;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.button,
.ghost-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.button:hover,
.ghost-link:hover,
.chip:hover,
.tab-button:hover,
.pill-link:hover,
.button:focus-visible,
.ghost-link:focus-visible,
.chip:focus-visible,
.tab-button:focus-visible,
.pill-link:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), #3c6bff);
  box-shadow: 0 14px 30px rgba(60, 107, 255, 0.28);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.button-tertiary {
  border-color: rgba(124, 211, 255, 0.30);
  background: rgba(124, 211, 255, 0.08);
  color: #dff5ff;
}

.ghost-link {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-size: 14px;
}

main { padding-bottom: 36px; }

.hero,
.section {
  position: relative;
}

.hero {
  padding: 42px 0 24px;
}

.hero-panel,
.section-panel,
.footer-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-panel {
  overflow: hidden;
}

.hero-body {
  display: grid;
  gap: 18px;
  padding: 34px;
}

.eyebrow {
  margin: 0 0 10px;
  color: #d7e5ff;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-title,
.section-title,
.panel-title {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.hero-title {
  font-size: clamp(42px, 5.2vw, 64px);
  max-width: 12ch;
}

.section-title {
  font-size: clamp(28px, 3.2vw, 42px);
}

.panel-title {
  font-size: clamp(22px, 2.4vw, 28px);
}

.lead {
  margin: 16px 0 0;
  max-width: 62ch;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.86;
}

.hero-copy {
  max-width: 68ch;
  margin: 0;
  padding: 14px 16px;
  color: #d6def0;
  font-size: 18px;
  line-height: 1.86;
  border-left: 3px solid rgba(124, 211, 255, 0.72);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 4px;
}

.hero-points .point {
  padding: 16px 17px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.hero-points .point strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.hero-points .point span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.hero-media,
.media-grid,
.card-grid,
.two-col,
.three-col,
.four-col,
.five-col,
.six-col {
  display: grid;
  gap: 18px;
}

.hero-media {
  margin-top: 26px;
  grid-template-columns: 1.35fr 0.95fr;
  align-items: stretch;
}

.media-frame,
.feature-card,
.info-card,
.quote-card,
.stats-card,
.article-card,
.support-card,
.search-card,
.device-card,
.issue-card,
.timeline-card,
.matrix-card {
  background: var(--panel-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.media-frame {
  position: relative;
  min-height: 100%;
  padding: 0;
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-stack {
  display: grid;
  gap: 18px;
}

.hero-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-strip .support-card {
  min-height: 132px;
}

.support-card {
  padding: 18px;
}

.support-card strong,
.support-card span {
  display: block;
}

.support-card strong {
  font-size: 15px;
  margin-bottom: 6px;
}

.support-card span {
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 14px 0;
}

.section-panel {
  padding: 24px;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  max-width: 64ch;
}

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.three-col { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.four-col { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.five-col { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.six-col { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.feature-card,
.info-card,
.stats-card,
.article-card,
.issue-card,
.timeline-card,
.matrix-card,
.search-card,
.device-card {
  padding: 20px;
}

.media-thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card h3,
.info-card h3,
.stats-card h3,
.article-card h3,
.issue-card h3,
.timeline-card h3,
.matrix-card h3,
.search-card h3,
.device-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
}

.muted {
  color: var(--muted);
}

.meta-line,
.small-note {
  color: var(--muted);
  font-size: 14px;
}

.tag-row,
.chip-row,
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip,
.tab-button,
.pill-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.04);
  color: var(--text);
  font-size: 14px;
}

.tab-button {
  cursor: pointer;
  width: auto;
}

.tab-button.is-active {
  border-color: rgba(124, 211, 255, 0.5);
  background: rgba(124, 211, 255, 0.12);
}

.stack {
  display: grid;
  gap: 16px;
}

.timeline {
  display: grid;
  gap: 14px;
  counter-reset: step;
}

.timeline-item {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.03);
}

.timeline-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(90, 140, 255, 0.14);
  color: #dff0ff;
  font-weight: 800;
  font-size: 20px;
}

.timeline-content h3,
.timeline-content p {
  margin: 0;
}

.timeline-content p {
  margin-top: 8px;
  color: var(--muted);
}

.stats-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.stat {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
}

.stat strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 6px;
}

.stat span {
  color: var(--muted);
  font-size: 14px;
}

.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  color: var(--text);
}

th,
td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  vertical-align: top;
}

th {
  background: rgba(255,255,255,0.03);
  font-size: 14px;
  color: #dfe7fb;
}

td {
  color: #ebf1ff;
}

details {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0 16px;
  background: rgba(255,255,255,0.03);
}

details + details {
  margin-top: 12px;
}

summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 0;
  font-weight: 700;
}

summary::-webkit-details-marker {
  display: none;
}

details p {
  margin: 0 0 16px;
  color: var(--muted);
}

.search-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,0.04);
}

.search-bar input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
  font: inherit;
  min-height: 42px;
}

.search-bar input::placeholder {
  color: #8fa0c4;
}

.site-footer {
  padding: 18px 0 34px;
}

.footer-panel {
  padding: 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 22px;
  align-items: start;
}

.footer-note {
  color: var(--muted);
  max-width: 44ch;
  margin: 12px 0 0;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: var(--muted);
  font-size: 14px;
  transition: color 0.2s ease;
}

.footer-cta {
  display: grid;
  gap: 12px;
}

.footer-cta .button,
.footer-cta .ghost-link {
  width: 100%;
}

.footbar {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-banner {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: end;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(7,17,31,0.04), rgba(7,17,31,0.86) 70%),
    linear-gradient(120deg, rgba(7,17,31,0.28), transparent 45%);
}

.hero-overlay .hero-title {
  max-width: 11ch;
}

.route-map {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 10px;
  align-items: center;
}

.route-node {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,0.04);
}

.route-arrow {
  color: var(--accent-2);
  font-size: 28px;
  text-align: center;
}

.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.centered .lead {
  margin-left: auto;
  margin-right: auto;
}

.article-list {
  display: grid;
  gap: 12px;
}

.article-row {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,0.03);
}

.article-row time {
  color: #dbe8ff;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.article-row strong {
  display: block;
  margin-bottom: 4px;
}

.profile-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: stretch;
}

.portrait {
  min-height: 100%;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-info {
  display: grid;
  gap: 18px;
}

.quote-card {
  padding: 24px;
}

.quote-card p {
  margin: 0;
  font-size: 18px;
  color: #eaf0ff;
}

.quote-card cite {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-style: normal;
}

.is-hidden { display: none !important; }

/* Keep Chinese headings from breaking into single characters on desktop layouts */
h1, h2, h3, h4,
.hero-title,
.section__head h2,
.module-title,
.panel__top h3,
.footer__links a {
  word-break: normal;
  overflow-wrap: break-word;
}

.hero__inner > div,
.section__head > div,
.panel__top > div {
  min-width: 600px;
}

/* Legacy compatibility for older 22-30 page HTML */
.page {
  min-height: 100vh;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(4, 10, 22, 0.92);
  border-bottom: 1px solid var(--line);
}

.topbar__inner,
.footer__grid,
.hero__inner,
.section__head,
.grid-3 {
  width: var(--container);
  margin: 0 auto;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  flex-wrap: wrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--text);
  text-decoration: none;
}

.brand__mark {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.brand__name {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.1;
}

.brand__sub {
  font-size: 12px;
  line-height: 1.1;
  color: var(--muted);
}

.nav,
.topbar__actions,
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid transparent;
}

.nav a:hover,
.nav a.is-active {
  color: var(--text);
  border-color: var(--line);
  background: rgba(90, 140, 255, 0.14);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  color: #031022;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

.btn--ghost {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.05);
}

.btn--primary:hover,
.btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.26);
}

.shell {
  width: 100%;
}

.hero {
  padding: 28px 0 18px;
}

.hero--split .hero__inner,
.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: center;
}

.hero__visual img,
.panel img,
.footer img {
  max-width: 100%;
  display: block;
}

.hero__visual img {
  width: 100%;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

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

.meta-card,
.panel,
.footer {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.panel img,
.article-card img,
.story-card img,
.note-card img,
.gallery img {
  width: 100%;
  max-height: 330px;
  object-fit: cover;
  border-radius: 18px;
}

.hero__visual img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.meta-card {
  padding: 16px;
  border-radius: 18px;
}

.meta-card strong,
.panel__top h3,
.section__head h2,
.hero h1 {
  display: block;
  margin: 0;
}

.meta-card span,
.text-muted,
.panel__top p {
  color: var(--muted);
}

.section {
  padding: 22px 0;
}

.section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

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

.panel {
  padding: 18px;
  border-radius: var(--radius);
}

.panel__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.panel__top h3 {
  font-size: 18px;
}

.panel__top p {
  margin: 6px 0 0;
}

.footer {
  margin-top: 28px;
  padding: 24px 0 30px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  align-items: start;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.footer__links a {
  color: var(--muted);
  text-decoration: none;
}

.footer__links a:hover {
  color: var(--text);
}

.footer__grid > div:last-child {
  align-self: center;
}

.page main > section {
  padding: 28px 0;
}

.page main > section > *,
.page .footer__grid,
.page .hero__inner,
.page .section__head,
.page .grid-3,
.page .two-col,
.page .three-col,
.page .four-col,
.page .five-col,
.page .six-col,
.page .list,
.page .gallery,
.page .faq,
.page .bottom-cta__inner,
.page .module-panel,
.page .footer-panel {
  width: min(var(--container), calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.page .hero__visual img,
.page .gallery img,
.page .panel img,
.page .content-media img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page .hero__visual img {
  width: 100%;
  max-height: 520px;
  border-radius: 24px;
}

.page .gallery img,
.page .panel img {
  max-height: 320px;
}

.page .story-card img,
.page .article-card img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

.page .note-card {
  display: grid;
  gap: 8px;
}

.page .note-card p,
.page .panel p,
.page .story-card p,
.page .article-card p {
  color: var(--muted);
  line-height: 1.72;
}

.page .hero__inner > div:first-child {
  min-width: 0;
}

.page .hero__inner > div:first-child > p:first-of-type {
  max-width: 68ch;
}

.section__head + .grid-3 {
  margin-top: 0;
}

@media (max-width: 1080px) {
  .topbar__inner,
  .footer__grid,
  .hero__inner,
  .grid-3,
  .hero__meta {
    grid-template-columns: 1fr;
  }

  .topbar__inner {
    align-items: flex-start;
  }

  .nav,
  .topbar__actions,
  .hero__cta {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .brand__name {
    font-size: 16px;
  }

  .brand__mark {
    width: 42px;
    height: 42px;
  }

  .nav a,
  .btn {
    width: 100%;
  }

  .hero__inner > div,
  .section__head > div,
  .panel__top > div {
    min-width: 0;
  }

  .section__head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 1080px) {
  .header-inner,
  .footer-grid,
  .profile-layout,
  .hero-media,
  .article-row,
  .route-map {
    grid-template-columns: 1fr;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .card-grid,
  .three-col,
  .four-col,
  .five-col,
  .six-col,
  .stats-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-title {
    max-width: 100%;
  }

  .hero-banner {
    min-height: 380px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(100% - 20px, 1220px);
  }

  .header-inner {
    padding: 12px 0;
  }

  .hero {
    padding-top: 24px;
  }

  .hero-body,
  .section-panel,
  .footer-panel {
    padding: 18px;
  }

  .hero-title {
    font-size: clamp(34px, 11vw, 48px);
  }

  .hero-media,
  .hero-strip,
  .card-grid,
  .two-col,
  .three-col,
  .four-col,
  .five-col,
  .six-col,
  .stats-board {
    grid-template-columns: 1fr;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .timeline-index {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }

  .search-bar {
    grid-template-columns: 1fr;
  }
}
