﻿:root {
  --bg: #f4f7fc;
  --surface: #ffffff;
  --line: #d7e0ee;
  --line-strong: #bccde3;
  --text: #18263a;
  --muted: #5b6f89;
  --primary: #2a5ea8;
  --primary-soft: #eaf1fb;
  --shadow: 0 12px 28px rgba(36, 62, 99, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  backdrop-filter: blur(8px);
  background: rgba(244, 247, 252, 0.94);
  border-bottom: 1px solid var(--line);
  transition: background 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.mobile-menu-toggle,
.mobile-drawer,
.mobile-drawer-backdrop {
  display: none;
}

.site-header.is-scrolled {
  background: rgba(244, 247, 252, 0.98);
  border-color: #c8d6e8;
  box-shadow: 0 8px 18px rgba(26, 49, 82, 0.08);
}

.header-inner,
.section,
.footer-inner {
  width: min(1380px, calc(100% - 44px));
  margin: 0 auto;
}

.header-inner {
  min-height: 74px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.brand {
  font-size: 22px;
  font-weight: 700;
}

.main-nav {
  display: inline-flex;
  justify-content: center;
  gap: 18px;
}

.main-nav a {
  color: var(--muted);
  font-size: 14px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover {
  color: var(--primary);
  transform: translateY(-1px);
}

.main-nav a.is-active {
  color: var(--primary);
}

.header-actions {
  display: inline-flex;
  gap: 10px;
}

.btn {
  min-height: 40px;
  border-radius: 999px;
  padding: 0 16px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.btn:hover,
.btn-outline:hover,
.chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(37, 72, 118, 0.14);
}

.btn {
  background: var(--primary);
  color: #fff;
}

.btn-outline {
  background: var(--surface);
  border-color: var(--line-strong);
  color: var(--primary);
}

.section {
  padding: 56px 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 16px;
}

.hero-content,
.hero-media {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.hero-content {
  padding: 34px;
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--primary);
}

.hero-content h1 {
  margin: 0;
  font-size: clamp(33px, 4.8vw, 58px);
  line-height: 1.08;
}

.hero-content p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-stats {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hero-stats li {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fbff;
  padding: 12px;
}

.hero-stats strong {
  display: block;
  font-size: 29px;
  line-height: 1;
}

.hero-stats span {
  color: var(--muted);
  font-size: 12px;
}

.hero-media {
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.media-card {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.media-card.media-lg {
  grid-column: span 2;
}

.media-card img {
  height: 188px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.hero-media img,
.facility-grid img {
  cursor: zoom-in;
}

.media-card.media-lg img {
  height: 248px;
}

.media-card figcaption {
  padding: 11px;
}

.media-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}

.media-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.media-card:hover {
  transform: translateY(-3px);
  border-color: #b7cae3;
  box-shadow: 0 10px 20px rgba(33, 62, 97, 0.14);
}

.media-card:hover img {
  transform: scale(1.03);
}

.section-head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
}

.section-head p {
  margin: 10px 0 0;
  color: var(--muted);
}

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

.cap-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 18px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.cap-card h3 {
  margin: 0;
  font-size: 21px;
}

.cap-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.cap-card:hover {
  transform: translateY(-3px);
  border-color: #b7cae3;
  box-shadow: 0 10px 20px rgba(33, 62, 97, 0.12);
}

.overview-layout {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.tree-panel,
.content-panel,
.cpu-table-wrap,
.video-panel,
.facility-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}

.tree-panel {
  align-self: start;
  position: sticky;
  top: 88px;
  max-height: calc(100vh - 100px);
  overflow: auto;
  padding: 14px;
}

.tree-head h3 {
  margin: 0;
  font-size: 20px;
}

.tree-head small {
  color: var(--muted);
}

.category-tree {
  margin-top: 10px;
  display: grid;
  gap: 8px;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.category-tree.is-updating {
  opacity: 0.6;
  transform: translateY(2px);
}

.category-block {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.category-head {
  width: 100%;
  min-height: 40px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #f8fbff;
  text-align: left;
  padding: 0 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #284a73;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.region-list {
  padding: 8px;
  display: grid;
  gap: 5px;
}

.region-btn {
  min-height: 34px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #fff;
  color: #2c4060;
  text-align: left;
  padding: 0 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.region-btn.is-active,
.region-btn:hover {
  border-color: #c4d5eb;
  background: var(--primary-soft);
  transform: translateX(2px);
}

.region-btn small {
  color: var(--muted);
}

.content-panel {
  padding: 16px;
  min-width: 0;
}

.content-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.content-head h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
}

#region-path {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.content-head-actions {
  width: min(360px, 100%);
  display: grid;
  gap: 8px;
}

.content-head-actions input {
  min-height: 40px;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  padding: 0 12px;
}

.table-wrap {
  margin-top: 12px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: opacity 0.22s ease, transform 0.22s ease;
  max-width: 100%;
}

.product-table,
.cpu-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
}

.product-table th,
.product-table td,
.cpu-table th,
.cpu-table td {
  border-bottom: 1px solid #e6edf7;
  padding: 10px;
  text-align: left;
  font-size: 13px;
  vertical-align: top;
  word-break: break-word;
}

.product-table th,
.cpu-table th {
  position: sticky;
  top: 0;
  background: #f8fbff;
  z-index: 1;
  color: #2f4f79;
}

.product-table tr:hover td,
.cpu-table tr:hover td {
  background: #f7fbff;
}

.table-empty-row td {
  color: var(--muted);
  text-align: center;
}

.table-wrap.is-updating,
.cpu-table-wrap.is-updating {
  opacity: 0.68;
  transform: translateY(2px);
}

#product-body.is-fresh tr,
#cpu-body.is-fresh tr {
  animation: rowFadeIn 0.34s ease both;
  animation-delay: calc(var(--row-index, 0) * 0.012s);
}

.link-btn {
  min-height: 28px;
  padding: 0 8px;
  border-radius: 7px;
  border: 1px solid #c4d5eb;
  background: #f8fbff;
  color: #295a9f;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
}

.link-btn + .link-btn {
  margin-left: 6px;
}

.product-summary {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.cpu-tools {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.chips {
  display: inline-flex;
  gap: 8px;
}

.chip {
  min-height: 36px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: #fff;
  color: #29486f;
  padding: 0 14px;
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.chip.is-active {
  background: var(--primary);
  border-color: transparent;
  color: #fff;
}

.cpu-table-wrap {
  margin-top: 12px;
  overflow: auto;
  transition: opacity 0.22s ease, transform 0.22s ease;
  max-width: 100%;
}

.cpu-link {
  color: #295a9f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.video-panel {
  margin-top: 14px;
  padding: 10px;
}

.video-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 300px));
  justify-content: center;
  gap: 12px;
}

.video-card {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.video-panel video {
  background: #000;
}

.video-frame {
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #000;
}

.video-vertical {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #000;
}

.video-meta {
  padding: 9px 10px;
  border-top: 1px solid var(--line);
}

.video-caption {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.video-card:hover {
  transform: translateY(-3px);
  border-color: #b7cae3;
  box-shadow: 0 10px 20px rgba(33, 62, 97, 0.14);
}

.facility-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.facility-card {
  margin: 0;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.facility-card img {
  height: 160px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.facility-card figcaption {
  padding: 9px 10px 10px;
}

.facility-caption {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.facility-card:hover {
  transform: translateY(-3px);
  border-color: #b7cae3;
  box-shadow: 0 10px 20px rgba(33, 62, 97, 0.12);
}

.facility-card:hover img {
  transform: scale(1.03);
}

.site-footer {
  margin-top: 26px;
  border-top: 1px solid var(--line);
  background: #fff;
}

body.lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 26px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.26s ease;
}

.image-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.image-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(13, 24, 39, 0.78);
  backdrop-filter: blur(4px);
  cursor: zoom-out;
}

.image-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  margin: 0;
  background: #0d1624;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  overflow: hidden;
  transform: translateY(14px) scale(0.96);
  opacity: 0;
  transition: transform 0.26s ease, opacity 0.26s ease;
}

.image-lightbox.is-open .image-lightbox-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.image-lightbox-dialog img {
  width: 100%;
  max-height: calc(100vh - 120px);
  object-fit: contain;
  background: #04070c;
}

.image-lightbox-dialog figcaption {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  color: #dce7fa;
  font-size: 13px;
  line-height: 1.45;
}

.image-lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(6, 10, 18, 0.56);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.footer-inner {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  display: inline-flex;
  gap: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.52s ease, transform 0.52s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes rowFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 1240px) {
  .hero,
  .overview-layout {
    grid-template-columns: 1fr;
  }

  .tree-panel {
    position: relative;
    top: 0;
    max-height: none;
  }

  .content-head {
    flex-direction: column;
  }

  .content-head-actions {
    width: 100%;
  }

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

  .video-layout {
    grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
    gap: 10px;
  }
}

@media (max-width: 940px) {
  .header-inner,
  .section,
  .footer-inner {
    width: calc(100% - 24px);
  }

  .header-inner {
    grid-template-columns: auto 1fr;
  }

  .header-actions {
    display: none;
  }

  .main-nav {
    justify-content: flex-end;
    font-size: 13px;
    gap: 13px;
  }

  .hero-stats,
  .cap-grid {
    grid-template-columns: 1fr;
  }

  .media-card.media-lg img {
    height: 210px;
  }

  .media-card img {
    height: 165px;
  }

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

}

@media (max-width: 760px) {
  .table-wrap,
  .cpu-table-wrap {
    margin-top: 10px;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .product-table,
  .cpu-table {
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
  }

  .product-table thead,
  .cpu-table thead {
    display: none;
  }

  .product-table tbody,
  .cpu-table tbody {
    display: block;
  }

  .product-table tr,
  .cpu-table tr {
    display: block;
    margin-bottom: 10px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--shadow);
    padding: 10px 12px;
  }

  .product-table tr:last-child,
  .cpu-table tr:last-child {
    margin-bottom: 0;
  }

  .product-table td,
  .cpu-table td {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px dashed #e0eaf7;
    padding: 8px 0;
  }

  .product-table td::before,
  .cpu-table td::before {
    content: attr(data-label);
    color: #31527f;
    font-weight: 600;
    flex: 0 0 72px;
    line-height: 1.4;
  }

  .product-table td:last-child,
  .cpu-table td:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .product-table td[colspan],
  .cpu-table td[colspan] {
    display: block;
    border: 0;
    padding: 0;
    color: var(--muted);
    text-align: center;
  }

  .product-table td[colspan]::before,
  .cpu-table td[colspan]::before {
    content: none;
  }

  .product-table td[data-label="联动"] {
    display: block;
  }

  .product-table td[data-label="联动"]::before {
    display: block;
    margin-bottom: 8px;
  }

  .link-btn {
    margin: 0 8px 8px 0;
  }

  .link-btn + .link-btn {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  html {
    font-size: 14px;
  }

  .site-header {
    display: none;
  }

  .mobile-menu-toggle {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 130;
    width: 44px;
    height: 44px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border-radius: 999px;
    border: 1px solid #c8d8ed;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 20px rgba(34, 61, 94, 0.16);
    padding: 0 12px;
    backdrop-filter: blur(6px);
  }

  .mobile-menu-toggle span {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #284b76;
    transition: transform 0.24s ease, opacity 0.24s ease;
  }

  body.mobile-drawer-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.mobile-drawer-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.mobile-drawer-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-drawer-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 120;
    background: rgba(13, 24, 38, 0.36);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease;
  }

  .mobile-drawer {
    display: block;
    position: fixed;
    inset: 0 auto 0 0;
    width: min(284px, calc(100vw - 52px));
    z-index: 125;
    background: #f7fbff;
    border-right: 1px solid #cfe0f3;
    box-shadow: 12px 0 26px rgba(18, 35, 59, 0.18);
    padding: 12px;
    transform: translateX(-105%);
    transition: transform 0.24s ease;
    overflow: auto;
  }

  .mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
  }

  .mobile-drawer-head strong {
    font-size: 15px;
  }

  .mobile-drawer-close {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid #c2d3e8;
    background: #fff;
    color: #23456f;
    font-size: 22px;
    line-height: 1;
  }

  .mobile-nav {
    display: grid;
    gap: 8px;
  }

  .mobile-nav a {
    min-height: 38px;
    border: 1px solid #d4e1f1;
    border-radius: 10px;
    background: #fff;
    color: #2d4b73;
    display: flex;
    align-items: center;
    padding: 0 11px;
    font-size: 13px;
  }

  .mobile-nav a.is-active {
    border-color: #b8cfe9;
    background: #edf4ff;
    color: #2b5ba1;
  }

  .mobile-drawer-actions {
    margin-top: 10px;
    display: grid;
    gap: 8px;
  }

  .mobile-drawer-actions .btn,
  .mobile-drawer-actions .btn-outline {
    width: 100%;
  }

  body.mobile-drawer-open .mobile-drawer-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  body.mobile-drawer-open .mobile-drawer {
    transform: translateX(0);
  }

  body.mobile-drawer-open {
    overflow: hidden;
  }

  .section {
    padding: 30px 0;
  }

  .hero-content {
    padding: 16px;
  }

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

  .hero-content p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 14px;
  }

  .hero-stats {
    margin-top: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .hero-stats li {
    padding: 9px;
  }

  .hero-stats strong {
    font-size: 20px;
  }

  .hero-media {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
  }

  .media-card.media-lg {
    grid-column: span 1;
  }

  .media-card.media-lg img,
  .media-card img {
    height: 132px;
  }

  .media-card figcaption {
    padding: 8px;
  }

  .media-card h3 {
    font-size: 14px;
  }

  .media-card p {
    margin-top: 4px;
    font-size: 12px;
  }

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

  .tree-panel {
    padding: 9px;
  }

  .content-panel {
    padding: 9px;
  }

  .section-head h2 {
    font-size: 24px;
  }

  .section-head p {
    margin-top: 7px;
    font-size: 12px;
  }

  .cap-grid {
    margin-top: 12px;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cap-card {
    padding: 12px;
  }

  .cap-card h3 {
    font-size: 15px;
  }

  .cap-card p {
    margin-top: 5px;
    font-size: 12px;
  }

  .overview-layout {
    margin-top: 10px;
    gap: 10px;
  }

  .tree-head h3 {
    font-size: 16px;
  }

  .tree-head small,
  #region-path,
  .product-summary,
  .facility-caption,
  .video-caption {
    font-size: 12px;
  }

  .content-head-actions input {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .cpu-tools {
    margin-top: 10px;
    gap: 8px;
  }

  .video-panel {
    margin-top: 10px;
    padding: 8px;
  }

  .video-layout {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 8px;
  }

  .video-frame {
    aspect-ratio: 9 / 16;
  }

  .video-meta {
    padding: 7px 9px;
  }

  .category-head,
  .region-btn,
  .chip,
  .btn,
  .btn-outline {
    min-height: 34px;
    font-size: 12px;
  }

  .facility-grid {
    margin-top: 10px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .facility-card img {
    height: 138px;
  }

  .facility-card figcaption {
    padding: 7px 8px 8px;
  }

  .footer-inner {
    min-height: 54px;
    font-size: 11px;
    flex-wrap: wrap;
  }
}
