:root {
  --ink: #11342f;
  --ink-soft: #28534d;
  --muted: #657771;
  --paper: #f6fbf8;
  --white: #ffffff;
  --mint: #e6f7ef;
  --mint-strong: #bff0dc;
  --green: #129466;
  --green-deep: #0b5f4e;
  --teal: #12a6a6;
  --blue: #4b8df7;
  --coral: #ff7c4d;
  --sun: #ffd166;
  --line: rgba(17, 52, 47, 0.12);
  --shadow: 0 24px 68px rgba(26, 78, 67, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f8fdf9 0%, #f5fbf8 42%, #ffffff 100%);
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

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

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

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: var(--scroll-progress, 0%);
  height: 3px;
  background: linear-gradient(90deg, var(--coral), var(--sun), var(--teal));
  box-shadow: 0 0 18px rgba(255, 124, 77, 0.36);
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  width: min(1180px, calc(100% - 32px));
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 42px rgba(29, 81, 72, 0.14);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
}

.brand,
.admin-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 209, 102, 0.4), transparent 38%),
    linear-gradient(135deg, var(--green), var(--teal));
  font-size: 1.3rem;
  font-weight: 900;
}

.brand strong {
  display: block;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand > span:not(.brand-mark) {
  min-width: 0;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.main-nav a,
.ghost-link,
.solid-link {
  padding: 10px 11px;
  border-radius: 6px;
  color: #243f3a;
  font-size: 0.88rem;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.active,
.ghost-link:hover {
  background: rgba(18, 148, 102, 0.1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.solid-link {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 10px 22px rgba(18, 148, 102, 0.22);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: clamp(760px, 92vh, 900px);
  display: grid;
  align-items: center;
  padding: 148px max(32px, calc((100vw - 1180px) / 2)) 138px;
  overflow: hidden;
  color: var(--ink);
  background: #eaf8f1;
}

.hero-media,
.page-hero-media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
}

.hero-media {
  animation: hero-drift 18s ease-in-out infinite alternate;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 42%, rgba(255, 255, 255, 0.26) 72%, rgba(255, 255, 255, 0.06) 100%),
    linear-gradient(0deg, rgba(246, 251, 248, 0.94), rgba(246, 251, 248, 0.04) 52%);
}

.hero::after,
.cta-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.28;
  background:
    repeating-linear-gradient(125deg, rgba(18, 148, 102, 0.16) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(35deg, rgba(75, 141, 247, 0.12) 0 1px, transparent 1px 28px);
  animation: line-flow 16s linear infinite;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 710px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(3.25rem, 6vw, 5.5rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 1.18rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-badges span {
  padding: 8px 12px;
  border: 1px solid rgba(18, 148, 102, 0.18);
  border-radius: 999px;
  color: var(--green-deep);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 18px rgba(26, 78, 67, 0.08);
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-actions,
.form-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: -120% auto -120% -45%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
  transform: rotate(18deg) translateX(-80%);
  transition: transform 0.55s ease;
}

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

.btn:hover::after {
  transform: rotate(18deg) translateX(420%);
}

.btn.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--coral), #ff9f4d);
  box-shadow: 0 15px 28px rgba(255, 124, 77, 0.24);
}

.btn.secondary {
  color: var(--green-deep);
  border-color: rgba(18, 148, 102, 0.22);
  background: rgba(255, 255, 255, 0.78);
}

.hero-panel {
  position: absolute;
  right: max(32px, calc((100vw - 1180px) / 2));
  bottom: 92px;
  z-index: 3;
  width: 292px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-panel span,
.hero-panel p {
  color: var(--muted);
}

.hero-panel strong {
  display: block;
  margin: 8px 0;
  color: var(--green-deep);
  font-size: 2.25rem;
  line-height: 1;
}

@keyframes hero-drift {
  to {
    transform: scale(1.07) translate3d(-1%, -1%, 0);
  }
}

@keyframes line-flow {
  to {
    background-position: 120px 0, -120px 0;
  }
}

.stats-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(1180px, calc(100% - 32px));
  margin: -62px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.stat-card {
  min-height: 160px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.94);
}

.stat-card strong {
  display: block;
  color: var(--green);
  font-size: 2.45rem;
  line-height: 1;
}

.stat-card span {
  display: block;
  margin-top: 12px;
  font-weight: 900;
}

.stat-card p,
.section-copy p,
.program-card p,
.news-card p,
.lead-story p,
.archive-card p,
.split-band p,
.article-meta {
  color: var(--muted);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 105px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.section-head h2,
.section-copy h2,
.split-band h2,
.cta-section h2 {
  margin: 0;
  max-width: 650px;
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.14;
}

.section-head a,
.text-link {
  color: var(--green);
  font-weight: 900;
}

.service-lab {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  grid-template-rows: auto 1fr;
  gap: 34px 42px;
  align-items: stretch;
}

.service-visual {
  position: relative;
  grid-row: 1 / span 2;
  min-height: clamp(760px, 74vw, 940px);
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.service-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(5, 52, 42, 0.18) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 24px);
  mix-blend-mode: screen;
  opacity: 0.42;
  animation: line-flow 18s linear infinite;
}

.service-copy {
  align-self: end;
  padding-top: 18px;
}

.service-visual img,
.transparency-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}

.service-visual:hover img,
.transparency-media:hover img {
  transform: scale(1.04);
}

.visual-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 18px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(12, 68, 55, 0.76);
  backdrop-filter: blur(12px);
}

.visual-caption strong,
.visual-caption span {
  display: block;
}

.visual-caption span {
  color: rgba(255, 255, 255, 0.82);
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.program-card,
.news-card,
.archive-card,
.mini-item,
.story-row {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.program-card::after,
.news-card::after,
.archive-card::after,
.mini-item::after,
.story-row::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 38%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.program-card {
  position: relative;
  min-height: 188px;
  padding: 24px;
  overflow: hidden;
}

.program-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--green), var(--teal), var(--sun));
}

.program-card:hover,
.news-card:hover,
.archive-card:hover,
.mini-item:hover,
.story-row:hover {
  transform: translateY(-5px);
  border-color: rgba(18, 148, 102, 0.34);
  box-shadow: 0 18px 46px rgba(24, 83, 72, 0.12);
}

.program-card:hover::after,
.news-card:hover::after,
.archive-card:hover::after,
.mini-item:hover::after,
.story-row:hover::after {
  opacity: 1;
}

.program-card span {
  display: inline-flex;
  color: var(--coral);
  font-weight: 900;
}

.program-card h3,
.news-card h3,
.archive-card h3,
.lead-story h3 {
  margin: 12px 0 8px;
  font-size: 1.24rem;
  line-height: 1.35;
}

.feature-section {
  padding-top: 30px;
}

.feature-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.lead-story {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 8px;
  color: var(--white);
  background: var(--green-deep);
}

.lead-story::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 42, 34, 0.82), rgba(8, 42, 34, 0.06) 58%);
}

.lead-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.lead-story:hover img {
  transform: scale(1.04);
}

.lead-story div {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  z-index: 2;
}

.lead-story span {
  color: #ffe2cf;
  font-weight: 900;
}

.lead-story p {
  color: rgba(255, 255, 255, 0.84);
}

.story-list {
  display: grid;
  gap: 12px;
}

.story-row {
  display: grid;
  gap: 8px;
  padding: 22px;
}

.story-row time,
.news-card time,
.archive-card time,
.river-item time {
  color: var(--coral);
  font-size: 0.84rem;
  font-weight: 900;
}

.story-row span,
.news-card span,
.archive-card span,
.mini-item span {
  color: var(--green);
  font-size: 0.84rem;
  font-weight: 900;
}

.split-band {
  display: grid;
  grid-template-columns: 0.75fr 0.75fr 1fr;
  gap: 24px;
  width: 100%;
  max-width: none;
  padding: 96px max(32px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(120deg, rgba(230, 247, 239, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(90deg, rgba(255, 209, 102, 0.18), rgba(75, 141, 247, 0.12));
}

.transparency-copy {
  align-self: center;
}

.transparency-media {
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mini-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-content: center;
}

.mini-item {
  padding: 22px;
  background: var(--white);
}

.mini-item strong {
  display: block;
  margin-top: 10px;
}

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

.news-card {
  min-height: 230px;
  padding: 24px;
}

.archive-card {
  overflow: hidden;
}

.archive-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.archive-card span,
.archive-card h3,
.archive-card p,
.archive-card time {
  margin-left: 20px;
  margin-right: 20px;
}

.archive-card span {
  display: inline-block;
  margin-top: 18px;
}

.archive-card time {
  display: block;
  margin-bottom: 20px;
}

.event-river {
  padding-top: 30px;
}

.river {
  display: grid;
  gap: 10px;
}

.river-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.cta-section {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
  padding: 100px max(32px, calc((100vw - 1180px) / 2));
  overflow: hidden;
}

.cta-media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.18)),
    linear-gradient(0deg, rgba(246, 251, 248, 0.85), rgba(246, 251, 248, 0.05));
}

.cta-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.cta-copy p {
  max-width: 620px;
  color: var(--ink-soft);
}

.page-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  padding: 142px max(32px, calc((100vw - 1180px) / 2)) 58px;
  overflow: hidden;
  color: var(--white);
  background: var(--green-deep);
}

.page-hero-media {
  animation: hero-drift 20s ease-in-out infinite alternate;
}

.page-hero.simple {
  color: var(--ink);
  background:
    linear-gradient(120deg, #ecf9f2, #ffffff 60%, #fff6e8);
}

.page-hero.simple .page-hero-copy p {
  color: var(--muted);
}

.page-hero.compact::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 48, 39, 0.86), rgba(7, 48, 39, 0.42), rgba(7, 48, 39, 0.16)),
    linear-gradient(0deg, rgba(7, 48, 39, 0.68), rgba(7, 48, 39, 0.08));
}

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

.page-hero-copy p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.86);
}

.search-hero {
  min-height: 380px;
}

.category-page .section,
.search-page .section {
  padding-top: 72px;
}

.subnav {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.subnav a,
.pager a {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.82);
}

.subnav a:hover,
.pager a.active {
  color: var(--white);
  background: var(--green);
}

.content-body,
.article-content {
  color: #243f3a;
  font-size: 1.04rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.content-body img,
.article-content img {
  height: auto;
  margin: 20px auto;
  border-radius: 8px;
}

.pager {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.article-wrap {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  padding: 155px 0 40px;
}

.article-page main {
  background:
    linear-gradient(180deg, #f6fbf8 0%, #ffffff 38%),
    var(--paper);
}

.article-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.18;
}

.article-meta {
  display: flex;
  gap: 16px;
  margin-top: 18px;
}

.article-meta span,
.article-meta time {
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.article-cover {
  width: 100%;
  max-height: 540px;
  margin: 34px 0;
  border-radius: 8px;
  object-fit: cover;
}

.article-content {
  padding: 20px 0;
}

.article-content a {
  color: var(--green);
  font-weight: 900;
}

.search-form {
  display: flex;
  max-width: 680px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 35px rgba(29, 81, 72, 0.1);
}

.search-form input {
  flex: 1;
  min-height: 56px;
  min-width: 0;
  border: 0;
  padding: 0 18px;
  font: inherit;
}

.search-form button {
  border: 0;
  padding: 0 24px;
  color: var(--white);
  background: var(--green);
  font-weight: 900;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 30px;
  padding: 64px max(32px, calc((100vw - 1180px) / 2));
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(120deg, #0f3d35, #12332f),
    #12332f;
}

.footer-title {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 900;
}

.site-footer a {
  display: inline-block;
  margin-right: 14px;
  color: #ffe1ca;
  font-weight: 900;
}

.footer-links {
  min-width: 160px;
}

.reveal {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(26px) scale(0.985);
  transition: opacity 0.78s ease, transform 0.78s ease, filter 0.78s ease;
  transition-delay: var(--reveal-delay, 0s);
}

.reveal.is-visible,
.hero .reveal,
.page-hero .reveal {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
  }

  .site-header.is-nav-open .main-nav {
    max-height: 260px;
  }

  .main-nav a {
    text-align: center;
  }

  .header-actions {
    display: none;
  }

  .service-lab,
  .feature-layout,
  .split-band,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .service-visual {
    grid-row: auto;
    min-height: 520px;
    height: auto;
  }

  .transparency-media {
    min-height: 320px;
  }

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

@media (max-width: 720px) {
  .site-header {
    top: 10px;
    width: calc(100% - 24px);
    padding: 10px;
  }

  .brand strong {
    max-width: 235px;
  }

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

  .hero {
    min-height: auto;
    padding: 168px 18px 86px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.58)),
      linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.28));
  }

  .hero h1,
  .page-hero h1 {
    font-size: 2.65rem;
    max-width: 10em;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 320px);
    margin-top: 32px;
  }

  .stats-strip,
  .program-grid,
  .mini-list,
  .news-grid,
  .archive-grid {
    grid-template-columns: 1fr;
  }

  .stats-strip {
    margin-top: -38px;
  }

  .section,
  .subnav,
  .article-wrap {
    width: calc(100% - 28px);
  }

  .section {
    padding: 72px 0;
  }

  .section-head {
    display: grid;
    gap: 10px;
  }

  .service-visual {
    min-height: 440px;
  }

  .split-band,
  .cta-section,
  .page-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .river-item {
    grid-template-columns: 1fr;
  }

  .search-form {
    display: grid;
  }

  .search-form button {
    min-height: 48px;
  }

  .site-footer {
    padding: 48px 18px;
  }

  .page-hero {
    min-height: 430px;
    align-items: end;
    padding-top: 124px;
    padding-bottom: 44px;
  }
}

@media (max-width: 430px) {
  .brand strong {
    max-width: 190px;
  }

  .hero {
    padding-top: 156px;
  }

  .hero h1,
  .page-hero h1,
  .article-hero h1 {
    max-width: 8.8em;
    font-size: 2rem;
  }

  .hero-badges span {
    font-size: 0.82rem;
  }

  .service-visual {
    min-height: 390px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
