.material-symbols-outlined {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  height: 1em;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 1em;
}

html,
body {
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

@media (min-width: 768px) {
  #mobileMenuButton {
    display: none !important;
  }
}

img {
  max-width: 100%;
}

.article-hero-image {
  aspect-ratio: 3 / 2;
}

.home-hero {
  background: #000101;
}

.home-hero .swiper-container,
.home-hero .swiper-wrapper,
.home-hero .swiper-slide {
  width: 100%;
  height: 100%;
  min-height: 100dvh;
}

.home-hero .swiper-slide {
  overflow: hidden;
}

.home-hero .swiper-slide img {
  transform: scale(1.04);
  transition: transform 5200ms ease;
}

.home-hero .swiper-slide-active img {
  transform: scale(1);
}

.home-hero-copy {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease 180ms, transform 700ms ease 180ms;
}

.home-hero .swiper-slide-active .home-hero-copy {
  opacity: 1;
  transform: translateY(0);
}

.home-hero-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  height: 3px;
  margin: 0 !important;
  opacity: 1;
  transition: width 260ms ease, background 260ms ease;
  width: 28px;
}

.home-hero-pagination .swiper-pagination-bullet-active {
  background: #ffdea7;
  width: 64px;
}

.home-hero-prev,
.home-hero-next {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.5rem;
  color: #fff;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  transition: background 180ms ease, transform 180ms ease;
  width: 48px;
}

.home-hero-prev:hover,
.home-hero-next:hover {
  background: rgba(255, 255, 255, 0.22);
}

.home-hero-prev:active,
.home-hero-next:active {
  transform: translateY(1px);
}

.about-brand-media::before {
  background: rgba(255, 222, 167, 0.32);
  border-radius: 999px;
  bottom: -56px;
  content: "";
  height: 220px;
  position: absolute;
  right: -40px;
  filter: blur(54px);
  width: 220px;
  z-index: 0;
}

.about-brand-frame {
  box-shadow: 0 22px 48px rgba(117, 90, 38, 0.12);
}

.brand-profile-section {
  background: linear-gradient(180deg, rgba(248, 249, 254, 0) 0%, rgba(242, 243, 248, 0.4) 100%);
}

.brand-profile-panel {
  background: #fff;
  border: 1px solid rgba(197, 198, 202, 0.2);
  border-radius: 1rem;
  box-shadow: 0 24px 60px rgba(25, 28, 31, 0.03);
  padding: 40px;
  position: sticky;
  top: 112px;
  transition: all 0.3s ease;
}

.brand-profile-panel:hover {
  box-shadow: 0 32px 80px rgba(25, 28, 31, 0.06);
}

.brand-profile-summary {
  color: #75777a;
  font: 400 15px/26px Inter, system-ui, sans-serif;
  margin-top: 16px;
}

.brand-profile-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 24px;
}

.brand-profile-content .about-section {
  background: linear-gradient(180deg, #ffffff 0%, #fcfdfd 100%);
  border: 1px solid rgba(197, 198, 202, 0.2);
  border-radius: 1rem;
  box-shadow: 0 16px 42px rgba(25, 28, 31, 0.02);
  padding: 36px;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.brand-profile-content .about-section:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 50px rgba(25, 28, 31, 0.04);
}

/* Bento Grid Spans */
.brand-profile-content .about-section:nth-of-type(1) { grid-column: span 1; }
.brand-profile-content .about-section:nth-of-type(2) { grid-column: span 2; }
.brand-profile-content .about-section:nth-of-type(3) { grid-column: span 1; }
.brand-profile-content .about-section:nth-of-type(4) { grid-column: span 1; }
.brand-profile-content .about-section:nth-of-type(5) { grid-column: span 2; }
.brand-profile-content .about-section:nth-of-type(6) { grid-column: span 2; }
.brand-profile-content .about-section:nth-of-type(7) { grid-column: span 1; }

.brand-profile-content .about-section.emphasis {
  background: linear-gradient(135deg, #000101 0%, #0d0e0f 100%);
  border: 1px solid rgba(255, 222, 167, 0.15);
  border-top: 3px solid #755a26;
  color: #fff;
}

.brand-profile-content .about-section.emphasis:hover {
  box-shadow: 0 30px 60px rgba(117, 90, 38, 0.08);
}

.brand-profile-content h2 {
  color: #000101;
  font: 600 24px/32px "Source Serif 4", serif;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.01em;
}

.brand-profile-content h2::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  background-color: #755a26;
  border-radius: 2px;
  flex-shrink: 0;
}

.brand-profile-content .about-section.emphasis h2 {
  color: #ffdea7;
}

.brand-profile-content .about-section.emphasis h2::before {
  background-color: #ffdea7;
}

.brand-profile-content p {
  color: #44474a;
  font: 400 15px/26px Inter, system-ui, sans-serif;
  margin-top: 8px;
}

.brand-profile-content .about-section.emphasis p,
.brand-profile-content .about-section.emphasis span,
.brand-profile-content .about-section.emphasis li {
  color: rgba(255, 255, 255, 0.74);
}

.brand-profile-content .about-two-column {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr);
  align-items: center;
}

.brand-profile-content .about-side-note {
  align-self: start;
  background: rgba(229, 194, 131, 0.05);
  border: 1px solid rgba(229, 194, 131, 0.18);
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.brand-profile-content .about-side-note:hover {
  background: rgba(229, 194, 131, 0.08);
  border-color: rgba(229, 194, 131, 0.3);
  transform: translateY(-2px);
}

.brand-profile-content .about-side-note strong {
  color: #ffdea7;
  display: block;
  font: 600 22px/28px "Source Serif 4", serif;
  letter-spacing: -0.01em;
}

.brand-profile-content .about-side-note span {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

.brand-profile-content .about-chip-list,
.brand-profile-content .about-quote-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
}

.brand-profile-content .about-chip-list span,
.brand-profile-content .about-quote-list span {
  background: #f2f3f8;
  border: 1px solid rgba(197, 198, 202, 0.25);
  border-radius: 99px;
  color: #44474a;
  font: 500 12px/16px Inter, system-ui, sans-serif;
  padding: 6px 14px;
  transition: all 0.2s ease;
}

.brand-profile-content .about-chip-list span:hover,
.brand-profile-content .about-quote-list span:hover {
  background: #e2e4ea;
  color: #000101;
  border-color: rgba(197, 198, 202, 0.5);
  transform: translateY(-1px);
}

.brand-profile-content ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
  padding-left: 0;
}

@media (min-width: 640px) {
  .brand-profile-content .about-section:nth-of-type(5) ul,
  .brand-profile-content .about-section:nth-of-type(6) ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 28px;
  }
}

.brand-profile-content li {
  color: #44474a;
  font: 400 14px/22px Inter, system-ui, sans-serif;
  list-style: none;
  padding-left: 20px;
  position: relative;
}

.brand-profile-content li::before {
  background: #755a26;
  border-radius: 99px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 6px;
}

.brand-profile-content .about-section.emphasis li::before {
  background: #ffdea7;
}

.case-showcase-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

.case-showcase-card {
  background: #000101;
  border-radius: 0.5rem;
  display: block;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}

.case-showcase-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.84;
  position: absolute;
  transition: transform 700ms ease, opacity 700ms ease;
  width: 100%;
}

.case-showcase-card:hover img {
  opacity: 0.94;
  transform: scale(1.05);
}

.case-showcase-overlay {
  background: linear-gradient(180deg, rgba(0, 1, 1, 0.04) 0%, rgba(0, 1, 1, 0.18) 42%, rgba(0, 1, 1, 0.86) 100%);
  inset: 0;
  position: absolute;
}

.case-showcase-copy {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 32px;
  position: absolute;
  right: 0;
}

.case-showcase-copy span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font: 500 14px/20px Inter, system-ui, sans-serif;
  margin-bottom: 8px;
}

.case-showcase-copy h3 {
  color: #fff;
  font: 500 24px/32px "Source Serif 4", serif;
}

.home-news-block {
  border-top: 1px solid rgba(117, 119, 122, 0.18);
  margin-top: 72px;
  padding-top: 56px;
}

.home-news-heading {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.8fr);
  margin-bottom: 28px;
}

.home-news-kicker {
  color: #755a26;
  display: block;
  font: 600 12px/16px Inter, system-ui, sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.home-news-heading h2 {
  color: #191c1f;
  font: 600 40px/48px "Source Serif 4", serif;
}

.home-news-heading p {
  color: #44474a;
  font: 400 15px/24px Inter, system-ui, sans-serif;
  max-width: 460px;
}

.home-news-more {
  align-items: center;
  border-bottom: 2px solid #755a26;
  color: #000101;
  display: inline-flex;
  font: 600 14px/20px Inter, system-ui, sans-serif;
  gap: 10px;
  justify-self: end;
  padding-bottom: 6px;
  transition: color 180ms ease;
  white-space: nowrap;
}

.home-news-more:hover {
  color: #755a26;
}

.home-news-more .material-symbols-outlined {
  font-size: 20px;
}

.home-news-list {
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(197, 198, 202, 0.36);
  border-radius: 0.5rem;
  overflow: hidden;
}

.home-news-item {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 120px minmax(0, 1fr) 180px 44px;
  min-height: 168px;
  padding: 24px;
  position: relative;
  transition: background 240ms ease;
}

.home-news-item + .home-news-item {
  border-top: 1px solid rgba(197, 198, 202, 0.44);
}

.home-news-item:hover {
  background: #fff;
}

.home-news-item-top {
  background: rgba(255, 255, 255, 0.72);
}

.home-news-item-top::before {
  background: #755a26;
  bottom: 22px;
  content: "";
  left: 0;
  position: absolute;
  top: 22px;
  width: 3px;
}

.home-news-item-top .home-news-date strong {
  color: #000101;
}

.home-news-date {
  color: #44474a;
}

.home-news-date strong {
  color: #5d5e61;
  display: block;
  font: 600 56px/56px "Source Serif 4", serif;
  transition: color 240ms ease;
}

.home-news-item:hover .home-news-date strong {
  color: #000101;
}

.home-news-date span {
  color: #44474a;
  display: block;
  font: 600 12px/16px Inter, system-ui, sans-serif;
  letter-spacing: 0.12em;
  margin-top: 8px;
}

.home-news-copy {
  min-width: 0;
}

.home-news-tag {
  align-items: center;
  background: #e0e2e7;
  border-radius: 999px;
  color: #44474a;
  display: inline-flex;
  gap: 8px;
  font: 600 11px/16px Inter, system-ui, sans-serif;
  margin-bottom: 12px;
  padding: 5px 12px;
}

.home-news-item-top .home-news-tag {
  background: #ffdea7;
  color: #5b4310;
}

.home-news-pin {
  border-right: 1px solid rgba(91, 67, 16, 0.24);
  padding-right: 8px;
}

.home-news-copy h3 {
  color: #191c1f;
  font: 500 24px/32px "Source Serif 4", serif;
  transition: color 180ms ease;
}

.home-news-item-top .home-news-copy h3 {
  color: #755a26;
}

.home-news-item:hover .home-news-copy h3 {
  color: #755a26;
}

.home-news-copy p {
  color: #44474a;
  display: -webkit-box;
  font: 400 14px/22px Inter, system-ui, sans-serif;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-top: 8px;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.home-news-thumb {
  aspect-ratio: 4 / 3;
  background: #e0e2e7;
  border-radius: 0.5rem;
  overflow: hidden;
}

.home-news-thumb img {
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
  width: 100%;
}

.home-news-item:hover .home-news-thumb img {
  transform: scale(1.05);
}

.home-news-arrow {
  align-items: center;
  border: 1px solid #c5c6ca;
  border-radius: 999px;
  color: #191c1f;
  display: inline-flex;
  font-size: 20px;
  height: 44px;
  justify-content: center;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  width: 44px;
}

.home-news-item:hover .home-news-arrow {
  background: #000101;
  color: #fff;
  transform: translateX(3px);
}

.home-news-item-top .home-news-arrow {
  background: #000101;
  color: #fff;
}

.no-scrollbar {
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.product-bento-card {
  aspect-ratio: 16 / 9;
}

.stitch-main {
  min-height: 60vh;
}

.stitch-main a[href="#"] {
  cursor: default;
}

.page-main {
  padding-top: 80px;
}

.content img {
  border-radius: 0.5rem;
}

.ueditor-content {
  color: #44474a;
  font: 400 17px/32px Inter, system-ui, sans-serif;
}

.ueditor-content h2 {
  color: #191c1f;
  font: 600 30px/40px "Source Serif 4", serif;
  margin: 48px 0 16px;
}

.ueditor-content h2:first-child {
  margin-top: 0;
}

.ueditor-content h3 {
  color: #191c1f;
  font: 600 22px/32px "Source Serif 4", serif;
  margin: 32px 0 12px;
}

.ueditor-content p {
  margin: 0 0 22px;
}

.ueditor-content strong {
  color: #191c1f;
  font-weight: 700;
}

.ueditor-content ul,
.ueditor-content ol {
  margin: 0 0 28px 1.25em;
  padding: 0;
}

.ueditor-content li {
  margin-bottom: 10px;
  padding-left: 4px;
}

.ueditor-content ul li {
  list-style: disc;
}

.ueditor-content ol li {
  list-style: decimal;
}

.ueditor-content blockquote {
  background: #f2f3f8;
  border-left: 4px solid #755a26;
  border-radius: 0.5rem;
  color: #44474a;
  margin: 32px 0;
  padding: 20px 24px;
}

.ueditor-content img {
  border-radius: 0.5rem;
  display: block;
  height: auto;
  margin: 32px 0;
  max-width: 100%;
}

.ueditor-content table {
  border-collapse: collapse;
  margin: 32px 0;
  width: 100%;
}

.ueditor-content th,
.ueditor-content td {
  border: 1px solid #c5c6ca;
  padding: 12px 14px;
}

.ueditor-content th {
  background: #f2f3f8;
  color: #191c1f;
  font-weight: 700;
}

.site-logo-link {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  height: 56px;
  max-width: 220px;
}

.site-logo-img {
  display: block;
  height: 52px;
  max-height: 52px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  width: auto;
}

.footer-logo-link {
  display: inline-flex;
  margin-bottom: 24px;
  max-width: 300px;
}

.footer-logo-img {
  display: block;
  filter: brightness(0) invert(1);
  height: 72px;
  max-height: 72px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  width: auto;
}

.news-list-item {
  position: relative;
}

.news-list-item-top {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(117, 90, 38, 0.16);
  box-shadow: 0 18px 48px rgba(25, 28, 31, 0.05);
}

.news-list-item-top::before {
  background: #755a26;
  border-radius: 999px;
  bottom: 24px;
  content: "";
  left: 0;
  position: absolute;
  top: 24px;
  width: 3px;
}

.news-list-item-top .news-list-day {
  color: #000101;
}

.news-list-item-top .news-list-month {
  color: #5d5e61;
}

.news-list-item-top .news-list-tag {
  background: #ffdea7;
  color: #5b4310;
}

.news-list-pin {
  border-right: 1px solid rgba(91, 67, 16, 0.22);
  padding-right: 8px;
}

.news-list-item-top .news-list-title {
  color: #755a26;
}

.news-list-item-top .news-list-arrow {
  background: #000101;
  border-color: #000101;
  color: #fff;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}

.pagination a,
.pagination span {
  border: 1px solid #c5c6ca;
  border-radius: 0.25rem;
  color: #191c1f;
  padding: 8px 12px;
  font: 600 12px/16px Inter, system-ui, sans-serif;
}

.pagination .active,
.pagination a:hover {
  background: #000101;
  color: #fff;
}

.product-pagination-count-0,
.product-pagination-count-1 {
  display: none;
}

@media (max-width: 767px) {
  .px-margin-desktop,
  .md\:px-margin-desktop {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .py-section-gap {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .text-display-lg,
  .font-display-lg.text-display-lg {
    font-size: 40px !important;
    line-height: 48px !important;
  }

  .text-headline-xl {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .grid-cols-12 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  [class*="col-span-"] {
    grid-column: span 1 / span 1 !important;
  }

  .h-screen {
    height: auto !important;
    min-height: 100dvh !important;
  }

  .home-hero-pagination {
    bottom: 28px !important;
  }

  .home-hero-pagination .swiper-pagination-bullet {
    width: 22px;
  }

  .home-hero-pagination .swiper-pagination-bullet-active {
    width: 46px;
  }

  .ueditor-content {
    font-size: 16px;
    line-height: 30px;
  }

  .ueditor-content h2 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 36px;
  }

  .news-list-item-top::before {
    bottom: 18px;
    top: 18px;
  }

  .site-logo-link {
    height: 52px;
    max-width: 210px;
  }

  .site-logo-img {
    height: 48px;
    max-height: 48px;
  }

  .footer-logo-link {
    max-width: 260px;
  }

  .footer-logo-img {
    height: 64px;
    max-height: 64px;
  }

  .brand-profile-panel {
    padding: 28px;
    position: static;
  }

  .brand-profile-content {
    grid-template-columns: 1fr !important;
  }

  .brand-profile-content .about-section {
    grid-column: span 1 / span 1 !important;
    padding: 24px;
  }

  .brand-profile-content .about-two-column {
    grid-template-columns: 1fr;
  }

  .brand-profile-content h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .home-news-block {
    margin-top: 48px;
    padding-top: 40px;
  }

  .home-news-heading {
    align-items: start;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .home-news-heading h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .home-news-heading p {
    max-width: none;
  }

  .home-news-more {
    justify-self: start;
  }

  .home-news-item {
    gap: 18px;
    grid-template-columns: 70px minmax(0, 1fr);
    min-height: 0;
    padding: 20px;
  }

  .home-news-date strong {
    font-size: 38px;
    line-height: 40px;
  }

  .home-news-copy h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .home-news-thumb,
  .home-news-arrow {
    display: none;
  }
}

@media (min-width: 768px) {
  .case-showcase-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    min-height: 720px;
  }

  .case-showcase-card:nth-child(1) {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
  }

  .case-showcase-card:nth-child(2) {
    grid-column: span 2 / span 2;
  }

  .case-showcase-card:nth-child(3):last-child {
    grid-column: span 2 / span 2;
  }

  .product-bento-card:nth-child(4n + 1),
  .product-bento-card:nth-child(4n) {
    grid-column: span 8 / span 8;
    aspect-ratio: 16 / 9;
  }

  .product-bento-card:nth-child(4n + 2),
  .product-bento-card:nth-child(4n + 3) {
    grid-column: span 4 / span 4;
    aspect-ratio: 1 / 1;
  }
}

/* About page redesign */
.about-redesign {
  --about-ink: #0e1111;
  --about-deep: #17211f;
  --about-deep-2: #24332f;
  --about-line: rgba(210, 217, 211, 0.5);
  --about-gold: #e1b762;
  --about-muted: #66706c;
  background: #f6f7f4;
  color: var(--about-ink);
  padding-top: 80px;
}

.about-overview-hero {
  min-height: calc(100dvh - 80px);
  position: relative;
  overflow: hidden;
  background: #14201d;
  color: #fff;
  display: grid;
  align-items: center;
  padding: clamp(72px, 8vw, 110px) clamp(20px, 5vw, 72px) 0;
}

.about-overview-media,
.about-overview-shade {
  position: absolute;
  inset: 0;
}

.about-overview-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  filter: saturate(0.82) contrast(1.04);
  opacity: 0.5;
  transform: scale(1.04);
}

.about-overview-shade {
  background:
    linear-gradient(90deg, rgba(13, 24, 22, 0.95) 0%, rgba(20, 32, 29, 0.85) 42%, rgba(20, 32, 29, 0.54) 100%),
    linear-gradient(180deg, rgba(8, 13, 13, 0.72) 0%, rgba(8, 13, 13, 0.12) 48%, rgba(8, 13, 13, 0.82) 100%);
}

.about-overview-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 88px 88px;
}

.about-overview-hero::after {
  content: "HAIXIANG";
  position: absolute;
  right: clamp(-40px, -3vw, -12px);
  bottom: clamp(76px, 9vw, 132px);
  color: rgba(255, 255, 255, 0.045);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(72px, 13vw, 210px);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  pointer-events: none;
}

.about-overview-inner {
  width: min(1280px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: center;
  padding-bottom: clamp(120px, 13vw, 180px);
}

.about-overview-copy {
  max-width: 580px;
}

.about-date,
.about-company-name,
.about-section-mark {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-date {
  color: rgba(255, 255, 255, 0.62);
  font: 600 13px/1.4 Inter, system-ui, sans-serif;
  margin: 0 0 22px;
}

.about-overview-copy h1 {
  color: #fff;
  font-family: "Source Serif 4", "Noto Serif SC", serif;
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0 0 30px;
  text-wrap: balance;
}

.about-company-name {
  color: var(--about-gold);
  font: 700 15px/1.5 Inter, system-ui, sans-serif;
  margin: 0 0 12px;
}

.about-overview-text {
  color: rgba(255, 255, 255, 0.78);
  font: 400 17px/1.9 Inter, "PingFang SC", system-ui, sans-serif;
  margin: 0;
  max-width: 54ch;
  text-align: justify;
}

.about-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.about-hero-tags span {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  font: 600 13px/1 Inter, system-ui, sans-serif;
  padding: 12px 14px;
  backdrop-filter: blur(16px);
}

.about-metric-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(10, 18, 17, 0.4);
  backdrop-filter: blur(20px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
}

.about-metric-card {
  min-height: 214px;
  padding: clamp(26px, 3vw, 42px);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-metric-card:nth-child(2n) {
  border-right: 0;
}

.about-metric-card:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.about-metric-large {
  background: rgba(255, 255, 255, 0.05);
}

.about-metric-card span,
.about-metric-card small,
.about-proof-row p {
  color: rgba(255, 255, 255, 0.66);
  font: 600 14px/1.5 Inter, system-ui, sans-serif;
}

.about-metric-card strong {
  color: var(--about-gold);
  display: block;
  font: 760 clamp(34px, 5.8vw, 72px)/1 Inter, system-ui, sans-serif;
  letter-spacing: 0;
  margin: 18px 0 16px;
  font-variant-numeric: tabular-nums;
}

.about-metric-card strong b,
.about-proof-row strong b {
  font: inherit;
}

.about-metric-card small {
  color: rgba(255, 255, 255, 0.48);
}

.about-proof-row {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 3;
  transform: translateY(50%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: rgba(252, 252, 249, 0.96);
  border: 1px solid rgba(202, 208, 204, 0.7);
  box-shadow: 0 24px 70px rgba(20, 32, 29, 0.14);
}

.about-proof-row div {
  min-height: 112px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 4px 16px;
  align-items: center;
  padding: 26px 32px;
  border-right: 1px solid rgba(202, 208, 204, 0.7);
}

.about-proof-row div:last-child {
  border-right: 0;
}

.about-proof-row .material-symbols-outlined {
  color: var(--about-gold);
  font-size: 34px;
  grid-row: 1 / span 2;
}

.about-proof-row p {
  color: var(--about-muted);
  margin: 0;
}

.about-proof-row strong {
  color: var(--about-deep);
  font: 750 clamp(20px, 2vw, 28px)/1.1 Inter, system-ui, sans-serif;
  font-variant-numeric: tabular-nums;
}

.about-page-tabs {
  position: sticky;
  top: 80px;
  z-index: 30;
  width: min(1180px, calc(100% - 40px));
  min-height: 72px;
  margin: clamp(72px, 8vw, 104px) auto 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(202, 208, 204, 0.7);
  box-shadow: 0 16px 44px rgba(20, 32, 29, 0.08);
  backdrop-filter: blur(18px);
  overflow: hidden;
  scrollbar-width: none;
}

.about-page-tabs::-webkit-scrollbar {
  display: none;
}

.about-page-tabs a {
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4c5551;
  font: 700 13px/1.35 Inter, "PingFang SC", system-ui, sans-serif;
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease;
}

.about-page-tabs a + a {
  border-left: 1px solid rgba(202, 208, 204, 0.7);
}

.about-page-tabs a::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 16px;
  height: 2px;
  background: var(--about-gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 200ms ease;
}

.about-page-tabs a:hover,
.about-page-tabs a.active {
  color: var(--about-deep);
  background: rgba(225, 183, 98, 0.08);
}

.about-page-tabs a.active::after {
  transform: scaleX(1);
}

.about-profile-section {
  width: min(1280px, calc(100% - 40px));
  margin: clamp(56px, 7vw, 96px) auto 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.about-profile-aside {
  position: sticky;
  top: 184px;
  background: #111a18;
  color: #fff;
  border: 1px solid rgba(225, 183, 98, 0.18);
  padding: clamp(28px, 4vw, 48px);
  box-shadow: 0 28px 70px rgba(20, 32, 29, 0.16);
  overflow: hidden;
}

.about-profile-aside::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(225, 183, 98, 0.18);
  transform: rotate(35deg);
}

.about-section-mark {
  display: block;
  color: var(--about-gold);
  font: 750 12px/1.4 Inter, system-ui, sans-serif;
  margin-bottom: 18px;
}

.about-profile-aside h2,
.about-delivery-head h2,
.about-final-cta h2 {
  color: inherit;
  font-family: "Source Serif 4", "Noto Serif SC", serif;
  font-weight: 650;
  letter-spacing: 0;
  text-wrap: balance;
}

.about-profile-aside h2 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
  margin: 0 0 22px;
}

.about-profile-aside p {
  color: rgba(255, 255, 255, 0.72);
  font: 400 15px/1.9 Inter, "PingFang SC", system-ui, sans-serif;
  margin: 0;
}

.about-aside-facts {
  display: grid;
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  position: relative;
  z-index: 1;
}

.about-aside-facts div {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.about-aside-facts strong {
  color: var(--about-gold);
  display: block;
  font: 760 32px/1 Inter, system-ui, sans-serif;
  margin-bottom: 8px;
  font-variant-numeric: tabular-nums;
}

.about-aside-facts span {
  color: rgba(255, 255, 255, 0.58);
  font: 600 13px/1.4 Inter, system-ui, sans-serif;
}

.about-profile-content {
  display: grid;
  gap: 22px;
}

.about-profile-content .about-section-card {
  background: #fff;
  border: 1px solid rgba(202, 208, 204, 0.7);
  box-shadow: 0 18px 44px rgba(20, 32, 29, 0.045);
  padding: clamp(28px, 4vw, 46px);
  scroll-margin-top: 128px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.about-profile-content .about-section-card:hover {
  transform: translateY(-2px);
  border-color: rgba(225, 183, 98, 0.58);
  box-shadow: 0 26px 58px rgba(20, 32, 29, 0.075);
}

.about-profile-content .about-company-file {
  padding: 0;
  overflow: hidden;
  background: #101917;
  border-color: rgba(225, 183, 98, 0.2);
  box-shadow: 0 28px 70px rgba(20, 32, 29, 0.15);
}

.about-profile-content .about-company-file:hover {
  transform: none;
  box-shadow: 0 30px 74px rgba(20, 32, 29, 0.18);
}

.about-company-file-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(28px, 4vw, 42px);
  background:
    linear-gradient(90deg, rgba(225, 183, 98, 0.12), rgba(225, 183, 98, 0)),
    #101917;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.about-company-file-head span {
  color: var(--about-gold);
  font: 750 12px/1 Inter, system-ui, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-profile-content .about-company-file .about-company-file-head h2 {
  color: #fff;
  margin: 0;
}

.about-profile-content .about-company-file .about-company-file-head h2::before {
  background: var(--about-gold);
}

.about-company-file-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.about-company-identity,
.about-company-scope {
  padding: clamp(30px, 4vw, 46px);
}

.about-company-identity {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    #16211e;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.about-profile-content .about-company-kicker {
  color: var(--about-gold);
  font: 750 13px/1.45 Inter, system-ui, sans-serif;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-align: left;
}

.about-company-identity strong {
  color: #fff;
  display: block;
  font-family: "Source Serif 4", "Noto Serif SC", serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 34px;
  text-wrap: balance;
}

.about-company-identity dl {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.about-company-identity dl div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.about-company-identity dt,
.about-company-identity dd {
  margin: 0;
  font: 600 14px/1.55 Inter, "PingFang SC", system-ui, sans-serif;
}

.about-company-identity dt {
  color: rgba(255, 255, 255, 0.46);
}

.about-company-identity dd {
  color: rgba(255, 255, 255, 0.84);
}

.about-company-scope {
  background: #fff;
}

.about-company-scope h3 {
  color: var(--about-deep);
  font-family: "Source Serif 4", "Noto Serif SC", serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 650;
  line-height: 1.14;
  margin: 0 0 16px;
}

.about-profile-content .about-company-scope p {
  color: #46504c;
  font-size: 15px;
  line-height: 1.9;
  margin: 0 0 28px;
  max-width: 58ch;
}

.about-company-service-map {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 0 26px;
  border: 1px solid rgba(202, 208, 204, 0.78);
}

.about-company-service-map span {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--about-deep);
  background: #f6f7f4;
  border-right: 1px solid rgba(202, 208, 204, 0.78);
  font: 750 14px/1 Inter, system-ui, sans-serif;
  position: relative;
}

.about-company-service-map span:last-child {
  border-right: 0;
}

.about-company-service-map span::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  width: 9px;
  height: 9px;
  background: var(--about-gold);
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.about-company-service-map span:last-child::after {
  display: none;
}

.about-company-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-company-product-tags span {
  color: #39433f;
  background: rgba(225, 183, 98, 0.1);
  border: 1px solid rgba(225, 183, 98, 0.28);
  border-radius: 8px;
  font: 700 13px/1 Inter, system-ui, sans-serif;
  padding: 11px 13px;
}

.about-profile-content .about-section-card h2 {
  color: var(--about-deep);
  font-family: "Source Serif 4", "Noto Serif SC", serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: 0;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.about-profile-content .about-section-card h2::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 2px;
  background: var(--about-gold);
  flex: 0 0 auto;
}

.about-profile-content .about-section-card p {
  color: #4c5551;
  font: 400 15px/1.9 Inter, "PingFang SC", system-ui, sans-serif;
  margin: 0 0 14px;
  text-align: justify;
}

.about-profile-content .about-section-card p:last-child {
  margin-bottom: 0;
}

.about-profile-content .about-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(230px, 0.65fr);
  gap: 28px;
  align-items: stretch;
}

.about-profile-content .about-side-note {
  background:
    linear-gradient(180deg, rgba(225, 183, 98, 0.14), rgba(225, 183, 98, 0.05)),
    #17211f;
  border: 1px solid rgba(225, 183, 98, 0.22);
  color: #fff;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-profile-content .about-side-note strong {
  color: var(--about-gold);
  font: 750 28px/1.15 Inter, system-ui, sans-serif;
}

.about-profile-content .about-side-note span {
  color: rgba(255, 255, 255, 0.7);
  font: 500 13px/1.7 Inter, system-ui, sans-serif;
  margin-top: 10px;
}

.about-profile-content .about-chip-list,
.about-profile-content .about-quote-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.about-profile-content .about-chip-list span,
.about-profile-content .about-quote-list span {
  color: #2e3834;
  background: #f3f4f1;
  border: 1px solid rgba(202, 208, 204, 0.75);
  border-radius: 8px;
  font: 700 13px/1 Inter, system-ui, sans-serif;
  padding: 11px 14px;
}

.about-profile-content .about-quote-list span {
  background: rgba(225, 183, 98, 0.1);
  border-color: rgba(225, 183, 98, 0.36);
}

.about-profile-content ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-profile-content li {
  position: relative;
  color: #3d4642;
  background: #f7f8f5;
  border: 1px solid rgba(202, 208, 204, 0.65);
  font: 500 14px/1.65 Inter, "PingFang SC", system-ui, sans-serif;
  padding: 16px 16px 16px 42px;
}

.about-profile-content li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  width: 8px;
  height: 8px;
  background: var(--about-gold);
  transform: rotate(45deg);
}

.about-profile-content .about-section-card.emphasis {
  background: var(--about-deep);
  border-color: rgba(225, 183, 98, 0.24);
  color: #fff;
}

.about-profile-content .about-section-card.emphasis h2 {
  color: #fff;
}

.about-profile-content .about-section-card.emphasis p,
.about-profile-content .about-section-card.emphasis li {
  color: rgba(255, 255, 255, 0.76);
}

.about-delivery-system {
  width: min(1280px, calc(100% - 40px));
  margin: clamp(72px, 9vw, 128px) auto 0;
}

.about-delivery-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.about-delivery-head h2 {
  color: var(--about-deep);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.06;
  margin: 0 0 18px;
}

.about-delivery-head p {
  color: var(--about-muted);
  font: 400 17px/1.8 Inter, "PingFang SC", system-ui, sans-serif;
  margin: 0;
  max-width: 58ch;
}

.about-delivery-grid {
  display: grid;
  grid-template-columns: 1.16fr 0.92fr 0.92fr;
  gap: 20px;
}

.about-delivery-card {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(202, 208, 204, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 20px 50px rgba(20, 32, 29, 0.06);
}

.about-delivery-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease, opacity 600ms ease;
}

.about-delivery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 17, 16, 0.04) 0%, rgba(11, 17, 16, 0.16) 42%, rgba(11, 17, 16, 0.9) 100%);
}

.about-delivery-card:hover img {
  transform: scale(1.04);
}

.about-delivery-card div {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: clamp(26px, 3vw, 38px);
}

.about-delivery-card .material-symbols-outlined {
  color: var(--about-gold);
  font-size: 34px;
  margin-bottom: 18px;
}

.about-delivery-card h3 {
  color: #fff;
  font-family: "Source Serif 4", "Noto Serif SC", serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 650;
  line-height: 1.12;
  margin: 0 0 14px;
}

.about-delivery-card p {
  color: rgba(255, 255, 255, 0.72);
  font: 400 14px/1.8 Inter, "PingFang SC", system-ui, sans-serif;
  margin: 0;
}

.about-delivery-card.is-dark {
  grid-row: span 2;
  min-height: 600px;
}

.about-final-cta {
  width: min(1280px, calc(100% - 40px));
  margin: clamp(72px, 9vw, 128px) auto;
  background:
    linear-gradient(90deg, rgba(17, 26, 24, 0.97), rgba(29, 44, 40, 0.94)),
    url("/template/haixiang-new/images/stitch/stitch-21.webp") center / cover;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(225, 183, 98, 0.24);
  box-shadow: 0 30px 80px rgba(20, 32, 29, 0.16);
}

.about-final-cta h2 {
  color: #fff;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.08;
  margin: 0 0 18px;
  max-width: 720px;
}

.about-final-cta p {
  color: rgba(255, 255, 255, 0.72);
  font: 400 16px/1.8 Inter, "PingFang SC", system-ui, sans-serif;
  margin: 0;
  max-width: 62ch;
}

.about-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.about-primary-link,
.about-secondary-link {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font: 750 14px/1 Inter, system-ui, sans-serif;
  padding: 0 24px;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
  white-space: nowrap;
}

.about-primary-link {
  background: var(--about-gold);
  color: #16201d;
}

.about-secondary-link {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
}

.about-primary-link:hover,
.about-secondary-link:hover {
  transform: translateY(-1px);
}

.about-primary-link:active,
.about-secondary-link:active {
  transform: translateY(1px);
}

@media (max-width: 1180px) {
  .about-overview-inner,
  .about-profile-section,
  .about-final-cta {
    grid-template-columns: 1fr;
  }

  .about-overview-inner {
    padding-bottom: 132px;
  }

  .about-metric-board {
    max-width: 760px;
  }

  .about-profile-aside {
    position: relative;
    top: auto;
  }

  .about-final-cta {
    align-items: start;
  }

  .about-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .about-overview-hero {
    min-height: auto;
    padding-top: 64px;
  }

  .about-overview-inner {
    gap: 36px;
    padding-bottom: 116px;
  }

  .about-overview-media img {
    object-position: center;
  }

  .about-proof-row,
  .about-delivery-grid {
    grid-template-columns: 1fr;
  }

  .about-proof-row {
    transform: translateY(36%);
  }

  .about-proof-row div {
    border-right: 0;
    border-bottom: 1px solid rgba(202, 208, 204, 0.7);
  }

  .about-proof-row div:last-child {
    border-bottom: 0;
  }

  .about-page-tabs {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    top: 80px;
  }

  .about-page-tabs a {
    flex: 0 0 auto;
    min-height: 72px;
    padding: 0 22px;
  }

  .about-profile-content .about-two-column,
  .about-profile-content ul,
  .about-company-file-grid {
    grid-template-columns: 1fr;
  }

  .about-company-file-head {
    align-items: start;
    flex-direction: column;
  }

  .about-company-identity {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .about-delivery-card,
  .about-delivery-card.is-dark {
    min-height: 460px;
  }
}

@media (max-width: 640px) {
  .about-redesign {
    padding-top: 80px;
  }

  .about-overview-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-overview-inner {
    padding-bottom: 96px;
  }

  .about-metric-board {
    grid-template-columns: 1fr;
  }

  .about-metric-card,
  .about-metric-card:nth-child(2n),
  .about-metric-card:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    min-height: 166px;
  }

  .about-metric-card:last-child {
    border-bottom: 0;
  }

  .about-proof-row {
    width: calc(100% - 28px);
  }

  .about-proof-row div {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px;
  }

  .about-proof-row .material-symbols-outlined {
    grid-row: auto;
  }

  .about-page-tabs {
    width: calc(100% - 28px);
    margin-top: 96px;
  }

  .about-page-tabs a {
    padding: 24px 18px;
  }

  .about-profile-section,
  .about-delivery-system,
  .about-final-cta {
    width: calc(100% - 28px);
  }

  .about-profile-content .about-section-card h2 {
    align-items: flex-start;
  }

  .about-profile-content .about-section-card h2::before {
    margin-top: 13px;
    width: 24px;
  }

  .about-company-identity dl div,
  .about-company-service-map {
    grid-template-columns: 1fr;
  }

  .about-company-service-map span {
    border-right: 0;
    border-bottom: 1px solid rgba(202, 208, 204, 0.78);
  }

  .about-company-service-map span:last-child {
    border-bottom: 0;
  }

  .about-company-service-map span::after {
    right: auto;
    top: auto;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }

  .about-delivery-card,
  .about-delivery-card.is-dark {
    min-height: 390px;
  }

  .about-primary-link,
  .about-secondary-link {
    width: 100%;
  }
}

/* About final layout override */
.about-brand-stage {
  width: min(1280px, calc(100% - 40px));
  margin: clamp(72px, 8vw, 112px) auto 0;
}

.about-brand-stage > section {
  scroll-margin-top: 124px;
}

.about-brand-stage h2 {
  color: #111917;
  font-family: Inter, "PingFang SC", system-ui, sans-serif;
  font-size: clamp(34px, 4.2vw, 64px);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  text-wrap: balance;
}

.about-brand-stage h3 {
  color: #111917;
  font-family: Inter, "PingFang SC", system-ui, sans-serif;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 800;
  line-height: 1.16;
  margin: 0;
}

.about-brand-stage p {
  color: #4e5a55;
  font: 400 16px/1.9 Inter, "PingFang SC", system-ui, sans-serif;
  margin: 0;
  text-align: justify;
}

.about-section-index {
  color: #b98d37;
  display: block;
  font: 800 12px/1 Inter, system-ui, sans-serif;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.about-record {
  background: #101917;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 0.58fr);
  border: 1px solid rgba(225, 183, 98, 0.2);
  min-height: 620px;
}

.about-record-title {
  padding: clamp(38px, 5vw, 70px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(180deg, rgba(225, 183, 98, 0.12), rgba(225, 183, 98, 0)),
    #101917;
}

.about-record-title span {
  color: var(--about-gold);
  font: 800 12px/1 Inter, system-ui, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-record-title h2 {
  color: #fff;
  font-size: clamp(40px, 5vw, 76px);
  max-width: 8em;
}

.about-record-title p {
  color: rgba(255, 255, 255, 0.68);
  max-width: 34ch;
}

.about-record-grid {
  background: #fff;
  color: #111917;
  display: grid;
  grid-template-rows: auto 1fr;
}

.about-record-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-bottom: 1px solid rgba(197, 205, 200, 0.72);
}

.about-record-list div {
  min-height: 170px;
  padding: clamp(26px, 3vw, 42px);
  border-right: 1px solid rgba(197, 205, 200, 0.72);
  border-bottom: 1px solid rgba(197, 205, 200, 0.72);
}

.about-record-list div:nth-child(2n) {
  border-right: 0;
}

.about-record-list div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.about-record-list dt {
  color: #78827d;
  font: 700 13px/1 Inter, system-ui, sans-serif;
  margin-bottom: 18px;
}

.about-record-list dd {
  color: #111917;
  font: 800 clamp(20px, 2.4vw, 30px)/1.24 Inter, "PingFang SC", system-ui, sans-serif;
  margin: 0;
}

.about-record-scope {
  padding: clamp(34px, 4vw, 54px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-record-scope p {
  margin: 18px 0 34px;
  max-width: 58ch;
}

.about-process-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(197, 205, 200, 0.78);
}

.about-process-line span {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(197, 205, 200, 0.78);
  color: #17211f;
  font: 800 14px/1 Inter, system-ui, sans-serif;
  position: relative;
}

.about-process-line span:last-child {
  border-right: 0;
}

.about-process-line span::after {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--about-gold);
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.about-process-line span:last-child::after {
  display: none;
}

.about-founder-stage {
  margin-top: clamp(26px, 4vw, 44px);
  display: grid;
  grid-template-columns: minmax(180px, 0.2fr) minmax(0, 0.52fr) minmax(260px, 0.28fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(42px, 6vw, 86px) 0;
  border-top: 1px solid rgba(185, 194, 189, 0.7);
  border-bottom: 1px solid rgba(185, 194, 189, 0.7);
}

.about-founder-stage p + p {
  margin-top: 18px;
}

.about-founder-stage aside {
  align-self: stretch;
  background: #111917;
  color: #fff;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about-founder-stage aside strong {
  color: var(--about-gold);
  display: block;
  font: 840 clamp(44px, 5vw, 76px)/1 Inter, system-ui, sans-serif;
  margin-bottom: 18px;
}

.about-founder-stage aside span {
  color: rgba(255, 255, 255, 0.7);
  font: 500 15px/1.8 Inter, "PingFang SC", system-ui, sans-serif;
}

.about-local-band {
  padding: clamp(58px, 8vw, 108px) 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(34px, 6vw, 86px);
  border-bottom: 1px solid rgba(185, 194, 189, 0.7);
}

.about-local-copy p + p {
  margin-top: 18px;
}

.about-local-tags {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  border: 1px solid rgba(185, 194, 189, 0.8);
}

.about-local-tags span {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(185, 194, 189, 0.8);
  color: #17211f;
  background: rgba(255, 255, 255, 0.52);
  font: 800 14px/1 Inter, system-ui, sans-serif;
}

.about-local-tags span:last-child {
  border-right: 0;
}

.about-reputation-band {
  margin-top: clamp(24px, 4vw, 44px);
  background: #101917;
  color: #fff;
  padding: clamp(46px, 6vw, 78px);
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(320px, 0.52fr);
  gap: clamp(34px, 6vw, 76px);
  border: 1px solid rgba(225, 183, 98, 0.2);
}

.about-reputation-band h2,
.about-care-band h2 {
  color: #fff;
}

.about-reputation-band p,
.about-care-band p {
  color: rgba(255, 255, 255, 0.72);
  margin-top: 24px;
}

.about-reputation-data {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.about-reputation-data div {
  min-height: 190px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-reputation-data div:last-child {
  border-right: 0;
}

.about-reputation-data strong {
  color: var(--about-gold);
  font: 840 clamp(42px, 5vw, 76px)/1 Inter, system-ui, sans-serif;
  margin-bottom: 14px;
}

.about-reputation-data span,
.about-reputation-tags span {
  color: rgba(255, 255, 255, 0.7);
  font: 700 13px/1.4 Inter, system-ui, sans-serif;
}

.about-reputation-tags {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-reputation-tags span {
  border: 1px solid rgba(225, 183, 98, 0.26);
  color: #fff;
  padding: 12px 14px;
}

.about-capability-stage {
  padding: clamp(64px, 8vw, 118px) 0;
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(380px, 0.52fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: start;
  border-bottom: 1px solid rgba(185, 194, 189, 0.7);
}

.about-capability-copy p {
  margin-top: 24px;
}

.about-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(185, 194, 189, 0.76);
}

.about-capability-grid div {
  min-height: 210px;
  padding: 28px;
  background: #fff;
  border-right: 1px solid rgba(185, 194, 189, 0.76);
  border-bottom: 1px solid rgba(185, 194, 189, 0.76);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-capability-grid div:nth-child(2n) {
  border-right: 0;
}

.about-capability-grid div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.about-capability-grid strong {
  color: #17211f;
  font: 840 clamp(34px, 4vw, 58px)/1 Inter, system-ui, sans-serif;
}

.about-capability-grid span {
  color: #4e5a55;
  font: 650 15px/1.7 Inter, "PingFang SC", system-ui, sans-serif;
}

.about-material-stage {
  background: #eef1ed;
  border: 1px solid rgba(185, 194, 189, 0.76);
  padding: clamp(46px, 6vw, 76px);
  display: grid;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(30px, 5vw, 70px);
}

.about-material-body p + p {
  margin-top: 18px;
}

.about-material-specs {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(185, 194, 189, 0.82);
  background: #fff;
}

.about-material-specs div {
  min-height: 150px;
  padding: 24px;
  border-right: 1px solid rgba(185, 194, 189, 0.82);
}

.about-material-specs div:last-child {
  border-right: 0;
}

.about-material-specs span {
  display: block;
  color: #7a837f;
  font: 700 13px/1 Inter, system-ui, sans-serif;
  margin-bottom: 18px;
}

.about-material-specs strong {
  color: #17211f;
  font: 800 18px/1.55 Inter, "PingFang SC", system-ui, sans-serif;
}

.about-care-band {
  margin-top: clamp(24px, 4vw, 44px);
  background: #101917;
  color: #fff;
  padding: clamp(46px, 6vw, 76px);
  display: grid;
  grid-template-columns: minmax(180px, 0.2fr) minmax(280px, 0.34fr) minmax(0, 0.46fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  border: 1px solid rgba(225, 183, 98, 0.22);
}

.about-care-band p {
  margin-top: 0;
}

.about-care-promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.about-care-promises span {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  font: 800 15px/1.35 Inter, system-ui, sans-serif;
  text-align: center;
}

.about-care-promises span:last-child {
  border-right: 0;
}

@media (max-width: 1100px) {
  .about-record,
  .about-founder-stage,
  .about-local-band,
  .about-reputation-band,
  .about-capability-stage,
  .about-material-stage,
  .about-care-band {
    grid-template-columns: 1fr;
  }

  .about-record-title {
    min-height: 420px;
  }

  .about-local-tags,
  .about-material-specs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-reputation-data,
  .about-care-promises {
    grid-template-columns: 1fr;
  }

  .about-reputation-data div,
  .about-care-promises span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .about-reputation-data div:last-child,
  .about-care-promises span:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .about-brand-stage {
    width: calc(100% - 28px);
  }

  .about-record-list,
  .about-process-line,
  .about-local-tags,
  .about-capability-grid,
  .about-material-specs {
    grid-template-columns: 1fr;
  }

  .about-record-list div,
  .about-record-list div:nth-child(2n),
  .about-record-list div:nth-last-child(-n + 2),
  .about-process-line span,
  .about-local-tags span,
  .about-capability-grid div,
  .about-capability-grid div:nth-child(2n),
  .about-capability-grid div:nth-last-child(-n + 2),
  .about-material-specs div {
    border-right: 0;
    border-bottom: 1px solid rgba(185, 194, 189, 0.76);
  }

  .about-record-list div:last-child,
  .about-process-line span:last-child,
  .about-local-tags span:last-child,
  .about-capability-grid div:last-child,
  .about-material-specs div:last-child {
    border-bottom: 0;
  }

  .about-process-line span::after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%) rotate(45deg);
  }

  .about-record-title,
  .about-record-scope,
  .about-reputation-band,
  .about-material-stage,
  .about-care-band {
    padding: 30px 22px;
  }
}

/* About anti-cramp pass */
.about-reputation-band {
  grid-template-columns: minmax(0, 0.46fr) minmax(420px, 0.54fr);
}

.about-reputation-data {
  grid-template-columns: 1fr;
  align-self: stretch;
}

.about-reputation-data div {
  min-height: 124px;
  padding: 24px 32px;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.about-reputation-data div:last-child {
  border-bottom: 0;
}

.about-reputation-data strong {
  font-size: clamp(44px, 4.4vw, 66px);
  white-space: nowrap;
}

.about-care-band {
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  align-items: start;
}

.about-care-band .about-section-index {
  grid-column: 1;
  margin-bottom: 24px;
}

.about-care-band h2 {
  grid-column: 1;
}

.about-care-band p {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 62ch;
}

.about-care-promises {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(30px, 4vw, 54px);
}

.about-care-promises span {
  min-height: 104px;
  padding: 0 24px;
  font-size: clamp(18px, 1.7vw, 26px);
  line-height: 1.3;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .about-reputation-band,
  .about-care-band {
    grid-template-columns: 1fr;
  }

  .about-care-band .about-section-index,
  .about-care-band h2,
  .about-care-band p,
  .about-care-promises {
    grid-column: auto;
    grid-row: auto;
  }

  .about-care-band p {
    max-width: none;
  }
}

@media (max-width: 700px) {
  .about-care-promises {
    grid-template-columns: 1fr;
  }

  .about-care-promises span {
    white-space: normal;
  }
}

/* About content refinement: replace article cards with structured enterprise sections */
.about-overview-hero {
  overflow: visible;
  padding-bottom: clamp(46px, 5vw, 72px);
}

.about-overview-inner {
  padding-bottom: clamp(56px, 7vw, 92px);
}

.about-proof-row {
  transform: none;
  margin-bottom: -48px;
}

.about-page-tabs {
  margin-top: clamp(92px, 10vw, 132px);
}

.about-profile-section {
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 68px);
}

.about-profile-aside {
  padding: 36px;
}

.about-profile-aside h2 {
  font-family: Inter, "PingFang SC", system-ui, sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
}

.about-profile-content {
  display: block;
}

.about-profile-content .about-section-card {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(193, 201, 196, 0.78);
  box-shadow: none;
  padding: clamp(50px, 6vw, 76px) 0;
}

.about-profile-content .about-section-card:hover {
  transform: none;
  border-color: rgba(193, 201, 196, 0.78);
  box-shadow: none;
}

.about-profile-content .about-section-card h2 {
  font-family: Inter, "PingFang SC", system-ui, sans-serif;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 800;
  line-height: 1.16;
  margin-bottom: 24px;
}

.about-profile-content .about-section-card h2::before {
  width: 42px;
  height: 3px;
}

.about-profile-content .about-section-card p {
  color: #4f5a56;
  font-size: 16px;
  line-height: 1.9;
}

.about-profile-content .about-company-file {
  background: #101917;
  border: 1px solid rgba(225, 183, 98, 0.18);
  box-shadow: 0 28px 70px rgba(20, 32, 29, 0.14);
  margin-bottom: clamp(30px, 5vw, 52px);
  padding: 0;
}

.about-company-identity strong {
  font-family: Inter, "PingFang SC", system-ui, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.16;
}

.about-company-file-grid {
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
}

#about-founder {
  background: #111a18;
  color: #fff;
  padding: clamp(42px, 5vw, 64px);
  border: 1px solid rgba(225, 183, 98, 0.2);
  margin-bottom: clamp(18px, 4vw, 32px);
}

#about-founder h2,
#about-founder p {
  color: #fff;
}

#about-founder p {
  color: rgba(255, 255, 255, 0.72);
}

#about-founder .about-side-note {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(225, 183, 98, 0.25);
}

#about-service-area {
  display: grid;
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 0.58fr);
  gap: 18px clamp(36px, 5vw, 68px);
  align-items: start;
}

#about-service-area h2 {
  grid-row: 1 / span 4;
  margin: 0;
  position: sticky;
  top: 178px;
}

#about-service-area p,
#about-service-area .about-chip-list {
  grid-column: 2;
}

#about-service-area .about-chip-list,
#about-profile-content #about-service-area .about-chip-list {
  margin-top: 18px;
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

#about-service-area .about-chip-list span {
  min-height: 46px;
  justify-content: center;
  border-radius: 0;
  background: #fff;
  border-color: rgba(193, 201, 196, 0.85);
}

#about-reputation {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
  gap: clamp(28px, 5vw, 60px);
  background:
    linear-gradient(135deg, rgba(225, 183, 98, 0.11), rgba(225, 183, 98, 0)),
    #17211f;
  color: #fff;
  padding: clamp(42px, 5vw, 64px);
  border: 1px solid rgba(225, 183, 98, 0.22);
}

#about-reputation h2 {
  color: #fff;
  margin-bottom: 26px;
}

#about-reputation h2::before {
  background: var(--about-gold);
}

#about-reputation p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 62ch;
}

#about-reputation .about-quote-list {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
  align-self: center;
}

#about-reputation .about-quote-list span {
  min-height: 58px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 0;
  font-size: 15px;
}

#about-delivery .about-two-column {
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1.14fr);
  gap: clamp(34px, 5vw, 60px);
  align-items: start;
}

#about-delivery .about-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

#about-delivery .about-service-list li {
  min-height: 138px;
  background: #fff;
  border: 1px solid rgba(193, 201, 196, 0.85);
  padding: 24px 22px 22px 48px;
}

#about-material {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: clamp(34px, 5vw, 60px);
  background: #eef1ed;
  border: 1px solid rgba(193, 201, 196, 0.75);
  padding: clamp(42px, 5vw, 64px);
}

#about-material h2,
#about-material p {
  grid-column: 1;
}

#about-material .about-material-list {
  grid-column: 2;
  grid-row: 1 / span 4;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
  align-self: stretch;
}

#about-material .about-material-list li {
  background: #fff;
  border-color: rgba(193, 201, 196, 0.88);
  display: flex;
  align-items: center;
  min-height: 76px;
}

#about-aftercare {
  background: #101917;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  gap: clamp(30px, 5vw, 58px);
  align-items: center;
  padding: clamp(40px, 5vw, 62px);
  border: 1px solid rgba(225, 183, 98, 0.22);
}

#about-aftercare h2,
#about-aftercare p {
  color: #fff;
}

#about-aftercare h2 {
  margin-bottom: 0;
}

#about-aftercare p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

@media (max-width: 1180px) {
  .about-profile-section {
    grid-template-columns: 1fr;
  }

  .about-profile-aside {
    position: relative;
    top: auto;
  }
}

@media (max-width: 900px) {
  .about-proof-row {
    margin-bottom: -30px;
  }

  .about-company-file-grid,
  #about-service-area,
  #about-reputation,
  #about-delivery .about-two-column,
  #about-material,
  #about-aftercare {
    grid-template-columns: 1fr;
  }

  #about-service-area h2 {
    position: static;
    grid-row: auto;
  }

  #about-service-area p,
  #about-service-area .about-chip-list,
  #about-reputation .about-quote-list,
  #about-material h2,
  #about-material p,
  #about-material .about-material-list {
    grid-column: auto;
    grid-row: auto;
  }

  #about-service-area .about-chip-list,
  #about-profile-content #about-service-area .about-chip-list,
  #about-delivery .about-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .about-profile-content .about-section-card,
  #about-founder,
  #about-reputation,
  #about-material,
  #about-aftercare {
    padding: 32px 0;
  }

  #about-founder,
  #about-reputation,
  #about-material,
  #about-aftercare {
    padding-left: 22px;
    padding-right: 22px;
  }

  #about-service-area .about-chip-list,
  #about-profile-content #about-service-area .about-chip-list,
  #about-delivery .about-service-list {
    grid-template-columns: 1fr;
  }
}

/* About page enterprise polish v1.9 */
#siteHeader nav {
  gap: 18px;
}

#siteHeader .site-logo-link {
  max-width: 176px;
}

#siteHeader .site-logo-img {
  height: 46px;
  max-height: 46px;
}

#siteHeader [aria-label="主导航"] {
  gap: clamp(14px, 1.45vw, 22px);
}

#siteHeader [aria-label="主导航"] a {
  line-height: 1.35;
  padding-top: 4px;
  padding-bottom: 4px;
  white-space: nowrap;
}

#siteHeader .lg\:flex a[href^="tel"] {
  font-size: 16px;
  letter-spacing: 0.08em;
}

.about-redesign {
  --about-bg: #f4f6f3;
  --about-paper: #ffffff;
  --about-panel: #eef2ee;
  --about-ink: #111816;
  --about-deep: #13201d;
  --about-muted: #5f6a65;
  --about-soft: #d8ded8;
  --about-gold: #c99a3f;
  --about-gold-soft: rgba(201, 154, 63, 0.15);
  background:
    linear-gradient(180deg, #f7f8f5 0%, var(--about-bg) 520px),
    var(--about-bg);
  color: var(--about-ink);
}

.about-overview-hero {
  min-height: auto;
  overflow: hidden;
  padding: clamp(86px, 8vw, 124px) clamp(20px, 5vw, 72px) clamp(72px, 7vw, 108px);
}

.about-overview-inner {
  grid-template-columns: minmax(0, 0.94fr) minmax(460px, 0.86fr);
  gap: clamp(44px, 6vw, 92px);
  padding-bottom: 0;
}

.about-overview-copy {
  max-width: 660px;
}

.about-overview-copy h1 {
  font-family: Inter, "PingFang SC", system-ui, sans-serif;
  font-size: clamp(48px, 6.2vw, 86px);
  font-weight: 820;
  line-height: 1.02;
  margin-bottom: 24px;
}

.about-overview-text {
  max-width: 52ch;
  font-size: clamp(16px, 1.28vw, 18px);
  line-height: 1.86;
  text-align: left;
}

.about-metric-board {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 84px rgba(0, 0, 0, 0.2);
}

.about-metric-card {
  min-height: 178px;
  padding: clamp(24px, 3vw, 34px);
}

.about-metric-card strong {
  font-size: clamp(30px, 4.2vw, 54px);
  line-height: 1.06;
  margin: 14px 0 12px;
}

.about-proof-row {
  width: min(1120px, calc(100% - 40px));
  transform: none;
  margin: clamp(22px, 3vw, 34px) auto 0;
  box-shadow: 0 22px 60px rgba(20, 32, 29, 0.13);
}

.about-proof-row div {
  min-height: 104px;
  padding: 24px 28px;
}

.about-proof-row strong {
  font-size: clamp(18px, 1.7vw, 24px);
}

.about-page-tabs {
  top: 80px;
  width: min(1180px, calc(100% - 40px));
  min-height: 58px;
  margin-top: 0;
  transform: translateY(-1px);
  grid-template-columns: repeat(7, max-content);
  justify-content: center;
  overflow-x: auto;
}

.about-page-tabs a {
  min-height: 58px;
  padding: 0 18px;
  font-size: 13px;
}

.about-page-tabs a::after {
  bottom: 10px;
  left: 18px;
  right: 18px;
}

.about-brand-stage {
  width: min(1160px, calc(100% - 40px));
  margin: clamp(72px, 8vw, 112px) auto 0;
}

.about-brand-stage > section {
  scroll-margin-top: 152px;
}

.about-brand-stage h2 {
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.12;
  text-wrap: balance;
}

.about-brand-stage h3 {
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.2;
}

.about-brand-stage p {
  max-width: 68ch;
  color: #4d5853;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  text-wrap: pretty;
}

.about-section-index,
.about-record-title span {
  color: var(--about-gold);
  letter-spacing: 0.14em;
}

.about-record {
  min-height: 0;
  grid-template-columns: minmax(300px, 0.36fr) minmax(0, 0.64fr);
  background: var(--about-deep);
  border: 1px solid rgba(201, 154, 63, 0.22);
  box-shadow: 0 22px 64px rgba(19, 32, 29, 0.1);
}

.about-record-title {
  min-height: auto;
  padding: clamp(34px, 4.5vw, 58px);
}

.about-record-title h2 {
  max-width: 9.5em;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.08;
  margin-top: clamp(44px, 7vw, 96px);
  margin-bottom: 0;
}

.about-record-title .about-legal-name {
  max-width: 18em;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 750;
  line-height: 1.45;
}

.about-record-title p:not(.about-legal-name) {
  max-width: 38ch;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72);
}

.about-record-grid {
  grid-template-rows: auto auto;
  background: var(--about-paper);
}

.about-record-list {
  grid-template-columns: 1fr;
  border-bottom: 1px solid var(--about-soft);
}

.about-record-list div,
.about-record-list div:nth-child(2n),
.about-record-list div:nth-last-child(-n + 2) {
  min-height: auto;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 22px;
  align-items: baseline;
  padding: 22px clamp(28px, 4vw, 42px);
  border-right: 0;
  border-bottom: 1px solid var(--about-soft);
}

.about-record-list div:last-child {
  border-bottom: 0;
}

.about-record-list dt {
  margin-bottom: 0;
  color: #72807a;
  font-size: 13px;
  line-height: 1.45;
}

.about-record-list dd {
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.45;
}

.about-record-scope {
  padding: clamp(30px, 4vw, 44px);
}

.about-record-scope p {
  margin: 16px 0 28px;
}

.about-process-line {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-color: var(--about-soft);
  background: #f7f8f5;
}

.about-process-line span {
  min-height: 58px;
  border-color: var(--about-soft);
  font-size: 13px;
}

.about-founder-stage,
.about-local-band,
.about-capability-stage {
  padding: clamp(70px, 8vw, 112px) 0;
  border-color: rgba(188, 198, 191, 0.78);
}

.about-founder-stage {
  grid-template-columns: minmax(120px, 0.16fr) minmax(0, 0.56fr) minmax(250px, 0.28fr);
  gap: clamp(28px, 5vw, 70px);
}

.about-founder-stage aside {
  padding: 30px;
  background: var(--about-deep);
  border: 1px solid rgba(201, 154, 63, 0.22);
}

.about-founder-stage aside strong {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
}

.about-founder-stage aside span {
  line-height: 1.8;
}

.about-local-band {
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(32px, 5vw, 72px);
}

.about-local-tags {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  border: 0;
}

.about-local-tags span {
  min-height: 52px;
  border: 1px solid rgba(188, 198, 191, 0.82);
  background: rgba(255, 255, 255, 0.72);
  color: #27342f;
  font-size: 13px;
}

.about-reputation-band {
  margin-top: clamp(28px, 4vw, 48px);
  padding: clamp(42px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.55fr) minmax(300px, 0.45fr);
  gap: clamp(32px, 5vw, 64px);
  background:
    linear-gradient(135deg, rgba(201, 154, 63, 0.12), rgba(201, 154, 63, 0) 42%),
    var(--about-deep);
}

.about-reputation-band p {
  max-width: 56ch;
  margin-top: 20px;
  line-height: 1.95;
}

.about-reputation-data {
  align-self: stretch;
  display: grid;
  grid-template-columns: 1fr;
  border-color: rgba(255, 255, 255, 0.16);
}

.about-reputation-data div {
  min-height: 110px;
  display: grid;
  grid-template-columns: minmax(112px, 0.36fr) minmax(0, 0.64fr);
  gap: 24px;
  align-items: center;
  padding: 22px 28px;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.about-reputation-data div:last-child {
  border-bottom: 0;
}

.about-reputation-data strong {
  margin: 0;
  color: var(--about-gold);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  white-space: nowrap;
}

.about-reputation-data span,
.about-reputation-tags span {
  line-height: 1.55;
}

.about-reputation-tags {
  gap: 10px;
  margin-top: 4px;
}

.about-reputation-tags span {
  padding: 10px 13px;
  background: rgba(255, 255, 255, 0.06);
}

.about-capability-stage {
  grid-template-columns: minmax(0, 0.48fr) minmax(360px, 0.52fr);
  gap: clamp(36px, 6vw, 82px);
}

.about-capability-copy p {
  margin-top: 20px;
}

.about-capability-grid {
  grid-template-columns: 1fr;
  border-color: var(--about-soft);
  background: #fff;
}

.about-capability-grid div,
.about-capability-grid div:nth-child(2n),
.about-capability-grid div:nth-last-child(-n + 2) {
  min-height: auto;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  border-right: 0;
  border-bottom: 1px solid var(--about-soft);
}

.about-capability-grid div:last-child {
  border-bottom: 0;
}

.about-capability-grid strong {
  font-size: clamp(28px, 3.2vw, 42px);
  color: var(--about-deep);
}

.about-capability-grid span {
  color: #485550;
  font-size: 15px;
  line-height: 1.75;
}

.about-material-stage {
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(30px, 5vw, 64px);
  padding: clamp(42px, 5vw, 64px);
  background: #eef2ee;
  border-color: rgba(188, 198, 191, 0.78);
}

.about-material-specs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-color: var(--about-soft);
}

.about-material-specs div,
.about-material-specs div:last-child {
  min-height: auto;
  padding: 24px 26px;
  border-right: 1px solid var(--about-soft);
  border-bottom: 1px solid var(--about-soft);
}

.about-material-specs div:nth-child(2n) {
  border-right: 0;
}

.about-material-specs div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.about-material-specs span {
  margin-bottom: 12px;
}

.about-material-specs strong {
  display: block;
  font-size: 16px;
  line-height: 1.7;
}

.about-care-band {
  margin-top: clamp(28px, 4vw, 48px);
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
  gap: 24px clamp(34px, 5vw, 64px);
  align-items: start;
  padding: clamp(42px, 5vw, 64px);
  background: var(--about-deep);
}

.about-care-band .about-section-index,
.about-care-band h2 {
  grid-column: 1;
}

.about-care-band p {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 60ch;
  margin-top: 0;
  line-height: 1.95;
}

.about-care-promises {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(24px, 3.5vw, 42px);
  border: 0;
}

.about-care-promises span {
  min-height: 82px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.3;
  white-space: normal;
}

.about-care-promises span:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.about-final-cta {
  width: min(1160px, calc(100% - 40px));
  margin-top: clamp(72px, 8vw, 112px);
}

@media (max-width: 1180px) {
  #siteHeader [aria-label="主导航"] {
    gap: 12px;
  }

  #siteHeader .site-logo-link {
    max-width: 150px;
  }

  #siteHeader .site-logo-img {
    height: 42px;
    max-height: 42px;
  }

  #siteHeader [aria-label="主导航"] a {
    font-size: 13px;
    letter-spacing: 0.02em;
  }

  #siteHeader .lg\:flex {
    display: none !important;
  }

  .about-overview-inner,
  .about-record,
  .about-founder-stage,
  .about-local-band,
  .about-reputation-band,
  .about-capability-stage,
  .about-material-stage,
  .about-care-band,
  .about-final-cta {
    grid-template-columns: 1fr;
  }

  .about-overview-copy {
    max-width: 760px;
  }

  .about-metric-board {
    max-width: 780px;
  }

  .about-record-title p {
    margin-top: 26px;
  }

  .about-care-band .about-section-index,
  .about-care-band h2,
  .about-care-band p,
  .about-care-promises {
    grid-column: auto;
    grid-row: auto;
  }

  .about-care-band p {
    max-width: 68ch;
  }
}

@media (max-width: 900px) {
  .about-overview-hero {
    padding-top: 70px;
  }

  .about-overview-media img {
    object-position: center;
  }

  .about-proof-row {
    width: min(620px, calc(100% - 32px));
    grid-template-columns: 1fr;
  }

  .about-proof-row div {
    border-right: 0;
    border-bottom: 1px solid rgba(202, 208, 204, 0.7);
  }

  .about-proof-row div:last-child {
    border-bottom: 0;
  }

  .about-page-tabs {
    width: 100%;
    justify-content: flex-start;
    border-left: 0;
    border-right: 0;
    transform: none;
  }

  .about-page-tabs a {
    flex: 0 0 auto;
  }

  .about-brand-stage,
  .about-final-cta {
    width: calc(100% - 32px);
  }

  .about-founder-stage,
  .about-local-band,
  .about-capability-stage {
    padding: 58px 0;
  }

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

  .about-reputation-data div {
    grid-template-columns: minmax(100px, 0.34fr) minmax(0, 0.66fr);
  }

  .about-care-promises {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .about-overview-hero {
    padding: 54px 18px 46px;
  }

  .about-overview-copy h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .about-hero-tags {
    gap: 8px;
  }

  .about-hero-tags span {
    padding: 10px 11px;
  }

  .about-metric-board {
    grid-template-columns: 1fr;
  }

  .about-metric-card,
  .about-metric-card:nth-child(2n),
  .about-metric-card:nth-last-child(-n + 2) {
    min-height: 128px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .about-metric-card:last-child {
    border-bottom: 0;
  }

  .about-proof-row {
    width: calc(100% - 28px);
  }

  .about-proof-row div {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: auto;
    padding: 22px;
  }

  .about-proof-row .material-symbols-outlined {
    grid-row: auto;
  }

  .about-brand-stage,
  .about-final-cta {
    width: calc(100% - 28px);
  }

  .about-brand-stage {
    margin-top: 54px;
  }

  .about-record-title,
  .about-record-scope,
  .about-reputation-band,
  .about-material-stage,
  .about-care-band {
    padding: 28px 20px;
  }

  .about-record-list div,
  .about-record-list div:nth-child(2n),
  .about-record-list div:nth-last-child(-n + 2),
  .about-capability-grid div,
  .about-capability-grid div:nth-child(2n),
  .about-capability-grid div:nth-last-child(-n + 2),
  .about-reputation-data div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-record-list div,
  .about-capability-grid div,
  .about-reputation-data div {
    padding: 22px 20px;
  }

  .about-process-line,
  .about-local-tags,
  .about-material-specs {
    grid-template-columns: 1fr;
  }

  .about-process-line span,
  .about-local-tags span,
  .about-material-specs div,
  .about-material-specs div:last-child,
  .about-material-specs div:nth-child(2n),
  .about-material-specs div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--about-soft);
  }

  .about-process-line span:last-child,
  .about-local-tags span:last-child,
  .about-material-specs div:last-child {
    border-bottom: 0;
  }

  .about-material-specs strong {
    font-size: 15px;
  }

  .about-care-promises span {
    min-height: 70px;
    font-size: 18px;
  }

  .about-final-cta {
    padding: 30px 22px;
  }
}

/* About hotfix v2.1: readable dark sections and calmer information scale */
.about-record {
  grid-template-columns: minmax(260px, 0.32fr) minmax(0, 0.68fr);
}

.about-record-title {
  justify-content: flex-start;
  gap: 24px;
  padding: clamp(34px, 4.2vw, 52px);
}

.about-record-title h2 {
  max-width: 6em;
  margin-top: clamp(28px, 4vw, 52px);
  color: #fff;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.16;
  letter-spacing: 0;
}

.about-record-title .about-legal-name {
  max-width: 15em;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.55;
}

.about-record-title p:not(.about-legal-name) {
  max-width: 33ch;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.9;
}

.about-reputation-band p,
.about-care-band p {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 16px;
  line-height: 2;
}

.about-reputation-data span,
.about-reputation-tags span,
.about-care-promises span {
  color: rgba(255, 255, 255, 0.9);
}

.about-reputation-band h2,
.about-care-band h2 {
  font-size: clamp(34px, 3.8vw, 56px);
}

@media (max-width: 1180px) {
  .about-record {
    grid-template-columns: minmax(250px, 0.34fr) minmax(0, 0.66fr);
  }
}

@media (max-width: 900px) {
  .about-record {
    grid-template-columns: 1fr;
  }

  .about-record-title {
    min-height: auto;
  }

  .about-record-title h2 {
    max-width: none;
    margin-top: 22px;
  }
}

@media (max-width: 640px) {
  .about-record-title h2 {
    font-size: 32px;
  }

  .about-record-title .about-legal-name {
    font-size: 18px;
  }

  .about-reputation-band h2,
  .about-care-band h2 {
    font-size: 32px;
  }
}

/* About hotfix v2.2: separate reputation metric labels from values */
.about-reputation-data div {
  grid-template-columns: minmax(128px, 0.42fr) minmax(120px, 0.58fr);
  gap: clamp(28px, 4vw, 48px);
}

.about-reputation-data strong {
  font-size: clamp(38px, 3.6vw, 50px);
}

.about-reputation-data span {
  justify-self: start;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .about-reputation-data div {
    grid-template-columns: minmax(104px, 0.36fr) minmax(0, 0.64fr);
    gap: 22px;
  }
}

@media (max-width: 640px) {
  .about-reputation-data div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* About hotfix v2.3: keep metric values on one line */
.about-metric-card strong,
.about-proof-row strong,
.about-founder-stage aside strong,
.about-reputation-data strong,
.about-capability-grid strong {
  white-space: nowrap;
  word-break: keep-all;
}

.about-capability-grid div,
.about-capability-grid div:nth-child(2n),
.about-capability-grid div:nth-last-child(-n + 2) {
  grid-template-columns: minmax(128px, 0.3fr) minmax(0, 0.7fr);
}

.about-capability-grid strong {
  font-size: clamp(28px, 2.7vw, 38px);
}

@media (max-width: 640px) {
  .about-capability-grid div,
  .about-capability-grid div:nth-child(2n),
  .about-capability-grid div:nth-last-child(-n + 2) {
    grid-template-columns: minmax(104px, 0.34fr) minmax(0, 0.66fr);
  }

  .about-capability-grid strong {
    font-size: 30px;
  }
}

/* About GEO page v3: entity-first content structure */
.about-geo {
  --geo-bg: #f8fafc;
  --geo-paper: #ffffff;
  --geo-ink: #0f172a;
  --geo-deep: #030712;
  --geo-muted: #475569;
  --geo-line: #e2e8f0;
  --geo-accent: #9a6b31;
  --geo-accent-soft: rgba(154, 107, 49, 0.08);
  background:
    radial-gradient(circle at 18% 12%, rgba(154, 107, 49, 0.08), transparent 24rem),
    linear-gradient(180deg, #f1f5f9 0, var(--geo-bg) 38rem);
  color: var(--geo-ink);
  padding-top: 80px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "PingFang SC", system-ui, sans-serif;
}

.about-geo *,
.about-geo *::before,
.about-geo *::after {
  box-sizing: border-box;
}

.about-geo img {
  max-width: 100%;
}

.about-geo-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(680px, 82dvh, 860px);
  display: grid;
  align-items: center;
  color: #fff;
  background: var(--geo-deep);
}

.about-geo-hero__media,
.about-geo-hero__media::after {
  position: absolute;
  inset: 0;
}

.about-geo-hero__media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.98) 0%, rgba(15, 23, 42, 0.9) 47%, rgba(15, 23, 42, 0.54) 100%),
    linear-gradient(180deg, rgba(3, 7, 18, 0.58) 0%, rgba(3, 7, 18, 0.08) 52%, rgba(3, 7, 18, 0.72) 100%);
}

.about-geo-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  filter: saturate(0.82) contrast(1.04);
  opacity: 0.58;
  transform: scale(1.04);
}

.about-geo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 84px 84px;
}

.about-geo-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.75fr);
  gap: clamp(42px, 6vw, 90px);
  align-items: center;
  padding: clamp(58px, 7vw, 92px) 0;
}

.about-geo-kicker,
.about-geo-section-code {
  display: block;
  color: var(--geo-accent);
  font: 800 12px/1.45 Inter, system-ui, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-geo-kicker {
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 24px;
}

.about-geo-hero h1 {
  color: #fff;
  max-width: 12em;
  font: 800 clamp(42px, 5.5vw, 76px)/1.1 Inter, "PingFang SC", system-ui, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  text-wrap: balance;
}

.about-geo-aka {
  color: var(--geo-accent);
  font: 700 clamp(16px, 1.4vw, 19px)/1.7 Inter, "PingFang SC", system-ui, sans-serif;
  margin: 0 0 16px;
}

.about-geo-lead {
  max-width: 64ch;
  color: rgba(255, 255, 255, 0.82);
  font: 400 clamp(16px, 1.26vw, 18px)/1.95 Inter, "PingFang SC", system-ui, sans-serif;
  margin: 0;
}

.about-geo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.about-geo-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  padding: 0 24px;
  font: 700 14px/1 Inter, "PingFang SC", system-ui, sans-serif;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
  white-space: nowrap;
  cursor: pointer;
}

.about-geo-btn .material-symbols-outlined {
  font-size: 20px;
}

.about-geo-btn--primary {
  background: var(--geo-accent);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(154, 107, 49, 0.25);
}

.about-geo-btn--primary:hover {
  background: #f3c77d;
  box-shadow: 0 6px 20px rgba(154, 107, 49, 0.35);
}

.about-geo-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.about-geo-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}

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

.about-geo-btn:active {
  transform: translateY(1px);
}

.about-geo-fact-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  overflow: hidden;
}

.about-geo-fact-panel div {
  min-height: 140px;
  padding: clamp(22px, 2.5vw, 30px);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background 0.3s ease;
}

.about-geo-fact-panel div:hover {
  background: rgba(255, 255, 255, 0.03);
}

.about-geo-fact-panel div:nth-child(2n) {
  border-right: 0;
}

.about-geo-fact-panel div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.about-geo-fact-panel span {
  color: rgba(255, 255, 255, 0.6);
  font: 700 13px/1.4 Inter, system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.about-geo-fact-panel strong {
  color: var(--geo-accent);
  display: block;
  font: 800 clamp(24px, 2.6vw, 36px)/1.15 Inter, "PingFang SC", system-ui, sans-serif;
  margin-top: 10px;
  font-variant-numeric: tabular-nums;
  word-break: keep-all;
  letter-spacing: -0.01em;
}

.about-geo-answer {
  position: relative;
  z-index: 3;
  width: min(1120px, calc(100% - 40px));
  margin: clamp(-38px, -3vw, -28px) auto 0;
  display: grid;
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(154, 107, 49, 0.15);
  box-shadow: 
    0 10px 30px -10px rgba(154, 107, 49, 0.05),
    0 20px 60px -15px rgba(15, 23, 42, 0.08);
  padding: clamp(30px, 4.5vw, 50px);
  border-radius: 20px;
}

.about-geo-answer::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(154, 107, 49, 0.3), transparent 40%, transparent 60%, rgba(255, 220, 168, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

.about-geo-answer-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-geo-answer-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  color: var(--geo-accent);
  background: var(--geo-accent-soft);
  border: 1px solid rgba(154, 107, 49, 0.12);
  padding: 4px 10px;
  border-radius: 12px;
  font: 800 11px Inter, system-ui, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.about-geo-answer-badge .material-symbols-outlined {
  font-size: 13px;
  animation: pulse-glow 2s infinite ease-in-out;
}

@keyframes pulse-glow {
  0%, 100% { opacity: 0.6; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.1); }
}

.about-geo-answer h2,
.about-geo-section h2,
.about-geo-cta h2 {
  color: var(--geo-ink);
  font: 800 clamp(28px, 3.2vw, 44px)/1.15 Inter, "PingFang SC", system-ui, sans-serif;
  letter-spacing: -0.02em;
  margin: 8px 0 0;
  text-wrap: balance;
}

.about-geo-answer p,
.about-geo-section p,
.about-geo-cta p {
  color: var(--geo-muted);
  font: 400 16px/1.85 Inter, "PingFang SC", system-ui, sans-serif;
  margin: 0;
  text-wrap: pretty;
}

.about-geo-answer p {
  color: #334155;
  font-size: clamp(16px, 1.2vw, 17px);
}

.about-geo-answer strong {
  color: var(--geo-ink);
  font-weight: 700;
}

.about-geo-tabs {
  position: sticky;
  top: 80px;
  z-index: 30;
  width: min(1180px, calc(100% - 40px));
  min-height: 56px;
  margin: clamp(42px, 5vw, 64px) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 
    0 1px 2px rgba(15, 23, 42, 0.02),
    0 12px 30px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  scrollbar-width: none;
  border-radius: 30px;
  padding: 0 8px;
}

.about-geo-tabs::-webkit-scrollbar {
  display: none;
}

.about-geo-tabs a {
  position: relative;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #475569;
  font: 600 14px/1 Inter, "PingFang SC", system-ui, sans-serif;
  padding: 0 20px;
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 20px;
}

.about-geo-tabs a + a {
  border-left: 0;
}

.about-geo-tabs a::after {
  display: none;
}

.about-geo-tabs a:hover {
  color: var(--geo-accent);
  background: var(--geo-accent-soft);
}

.about-geo-tabs a.active {
  color: #ffffff;
  background: var(--geo-accent);
  box-shadow: 0 4px 12px rgba(154, 107, 49, 0.25);
}

.about-geo-body {
  width: min(1160px, calc(100% - 40px));
  margin: clamp(54px, 7vw, 92px) auto 0;
}

.about-geo-section {
  scroll-margin-top: 158px;
  padding: clamp(58px, 7vw, 96px) 0;
  border-top: 1px solid rgba(226, 232, 240, 0.8);
}

.about-geo-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.about-geo-section-head {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  margin-bottom: clamp(28px, 4vw, 46px);
}

.about-geo-section-head h2 {
  margin-top: 16px;
}

.about-geo-section-head p {
  align-self: end;
  max-width: 68ch;
  padding-top: 34px;
}

.about-geo-file {
  display: grid;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(28px, 5vw, 68px);
  background: var(--geo-deep);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: clamp(34px, 5vw, 58px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
}

.about-geo-file .about-geo-section-head {
  display: block;
  margin: 0;
}

.about-geo-file h2,
.about-geo-file .about-geo-section-head p {
  color: #fff;
}

.about-geo-file .about-geo-section-head p {
  color: rgba(255, 255, 255, 0.76);
  padding-top: 24px;
}

.about-geo-dl {
  display: grid;
  gap: 12px;
  margin: 0;
  background: transparent;
  color: #fff;
  border: 0;
}

.about-geo-dl div {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 24px;
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  align-items: center;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.about-geo-dl div:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(154, 107, 49, 0.2);
}

.about-geo-dl dt,
.about-geo-dl dd {
  margin: 0;
  font: 700 14px/1.6 Inter, "PingFang SC", system-ui, sans-serif;
}

.about-geo-dl dt {
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.about-geo-dl dd {
  color: #f8fafc;
}

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

.about-geo-card-grid--three {
  margin-bottom: 24px;
}

.about-geo-info-card {
  background: var(--geo-paper);
  border: 1px solid rgba(226, 232, 240, 0.8);
  padding: clamp(24px, 3vw, 34px);
  min-height: 220px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.02);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.about-geo-info-card--media {
  padding: 0;
  overflow: hidden;
}

.about-geo-card-media {
  position: relative;
  aspect-ratio: 1.22 / 1;
  overflow: hidden;
  background: #0f172a;
}

.about-geo-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(15, 23, 42, 0.34));
  pointer-events: none;
}

.about-geo-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-geo-info-card--media:hover .about-geo-card-media img {
  transform: scale(1.04);
}

.about-geo-card-content {
  padding: clamp(22px, 2.5vw, 30px);
  display: flex;
  flex: 1;
  flex-direction: column;
}

.about-geo-info-card:hover {
  transform: translateY(-2px);
  border-color: rgba(154, 107, 49, 0.25);
  box-shadow: 
    0 12px 30px -10px rgba(15, 23, 42, 0.06),
    0 8px 16px -8px rgba(154, 107, 49, 0.06);
}

.about-geo-info-card > .material-symbols-outlined {
  color: var(--geo-accent);
  font-size: 36px;
  margin-bottom: 20px;
  align-self: flex-start;
}

.about-geo-info-card h3,
.about-geo-labeled-list h3,
.about-geo-material-grid h3,
.about-geo-faq-list h3 {
  color: var(--geo-ink);
  font: 800 clamp(18px, 1.8vw, 24px)/1.3 Inter, "PingFang SC", system-ui, sans-serif;
  margin: 0 0 12px;
  text-wrap: balance;
  letter-spacing: -0.01em;
}

.about-geo-info-card p,
.about-geo-labeled-list p,
.about-geo-material-grid p,
.about-geo-faq-list p {
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--geo-muted);
}

.about-geo-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(226, 232, 240, 0.8);
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.02);
  overflow: hidden;
  margin-top: 24px;
  counter-reset: step-counter;
}

.about-geo-flow span {
  min-height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--geo-ink);
  border-right: 1px solid var(--geo-line);
  font: 700 14px/1.3 Inter, "PingFang SC", system-ui, sans-serif;
  position: relative;
  gap: 6px;
  padding: 12px;
  transition: background 0.2s ease;
}

.about-geo-flow span:hover {
  background: var(--geo-accent-soft);
}

.about-geo-flow span::before {
  content: "0" counter(step-counter);
  counter-increment: step-counter;
  font-size: 11px;
  font-weight: 800;
  color: var(--geo-accent);
  letter-spacing: 0.1em;
  opacity: 0.85;
}

.about-geo-flow span:last-child {
  border-right: 0;
}

.about-geo-flow span::after {
  content: "east";
  font-family: "Material Symbols Outlined";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid var(--geo-line);
  border-radius: 50%;
  color: var(--geo-accent);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(15, 23, 42, 0.04);
}

.about-geo-flow span:last-child::after {
  display: none;
}

.about-geo-founder,
.about-geo-aftercare {
  background: var(--geo-deep);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: clamp(38px, 5vw, 62px);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.about-geo-founder h2,
.about-geo-founder p,
.about-geo-aftercare h2,
.about-geo-aftercare p {
  color: #fff;
}

.about-geo-founder .about-geo-section-head p,
.about-geo-aftercare .about-geo-section-head p {
  color: rgba(255, 255, 255, 0.78);
}

.about-geo-split {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(280px, 0.4fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: start;
}

.about-geo-founder-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.32fr) minmax(0, 0.39fr) minmax(260px, 0.29fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: stretch;
}

.about-geo-founder-portrait {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.about-geo-founder-portrait img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.98) contrast(1.02);
}

.about-geo-founder-portrait::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, transparent, rgba(11, 15, 25, 0.88));
  pointer-events: none;
}

.about-geo-founder-portrait figcaption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  display: grid;
  gap: 6px;
}

.about-geo-founder-portrait figcaption strong {
  color: #fff;
  font: 800 24px/1.1 Inter, "PingFang SC", system-ui, sans-serif;
}

.about-geo-founder-portrait figcaption span {
  color: rgba(255, 255, 255, 0.75);
  font: 700 12px/1.5 Inter, "PingFang SC", system-ui, sans-serif;
}

.about-geo-founder-copy {
  align-self: start;
}

.about-geo-check-list,
.about-geo-number-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}

.about-geo-check-list li,
.about-geo-number-list li {
  position: relative;
  color: var(--geo-ink);
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.8);
  padding: 16px 18px 16px 44px;
  font: 600 15px/1.75 Inter, "PingFang SC", system-ui, sans-serif;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.01);
  transition: all 0.2s ease;
}

.about-geo-check-list li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  padding-left: 16px;
  align-items: start;
}

.about-geo-check-list li:hover,
.about-geo-number-list li:hover {
  transform: translateX(3px);
  border-color: rgba(154, 107, 49, 0.2);
}

.about-geo-founder .about-geo-check-list li {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

.about-geo-founder .about-geo-check-list li:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(154, 107, 49, 0.3);
}

.about-geo-check-list li::before {
  content: "check_circle";
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: 16px;
  top: 18px;
  font-size: 18px;
  color: var(--geo-accent);
}

.about-geo-quote {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(26px, 4vw, 40px);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.about-geo-quote::before {
  content: "“";
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 120px;
  line-height: 1;
  font-family: Georgia, serif;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.about-geo-quote strong {
  color: #fff;
  font: 800 clamp(20px, 2.2vw, 30px)/1.45 Inter, "PingFang SC", system-ui, sans-serif;
  text-wrap: balance;
  z-index: 1;
  letter-spacing: -0.01em;
}

.about-geo-quote span {
  color: var(--geo-accent);
  font: 800 13px/1 Inter, system-ui, sans-serif;
  margin-top: 24px;
  z-index: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.about-geo-labeled-list,
.about-geo-material-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
  gap: 16px;
  margin-bottom: 22px;
}

.about-geo-labeled-list--service {
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
}

.about-geo-labeled-list div,
.about-geo-material-grid div {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.8);
  padding: clamp(22px, 3vw, 32px);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.02);
  transition: border-color 0.2s ease;
}

.about-geo-labeled-list div:hover,
.about-geo-material-grid div:hover {
  border-color: rgba(154, 107, 49, 0.15);
}

.about-geo-labeled-list div:nth-child(2) {
  grid-column: span 1;
}

.about-geo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-geo-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: #334155;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 20px;
  padding: 0 16px;
  font: 700 13px/1.2 Inter, "PingFang SC", system-ui, sans-serif;
  box-shadow: 0 2px 4px rgba(15, 23, 42, 0.01);
  transition: all 0.2s ease;
}

.about-geo-tags span:hover {
  border-color: var(--geo-accent);
  color: var(--geo-accent);
  background: var(--geo-accent-soft);
}

.about-geo-tags--compact {
  margin-top: 22px;
}

.about-geo-tags--compact span {
  min-height: 32px;
  background: #f1f5f9;
  border-radius: 8px;
  font-size: 11.5px;
  padding: 0 10px;
}

.about-geo-tags--compact span:hover {
  background: var(--geo-accent-soft);
}

.about-geo-materials {
  background: #f1f5f9;
  border: 1px solid rgba(226, 232, 240, 0.8);
  padding: clamp(38px, 5vw, 62px);
  border-radius: 24px;
}

.about-geo-materials h2,
.about-geo-materials h3 {
  color: var(--geo-ink);
}

.about-geo-materials p {
  color: var(--geo-muted);
}

.about-geo-material-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0;
  gap: 16px;
}

.about-geo-material-grid div {
  border-color: rgba(226, 232, 240, 0.8);
  background: #ffffff;
}

.about-geo-material-grid div:hover {
  border-color: rgba(154, 107, 49, 0.25);
  box-shadow: 0 10px 25px rgba(154, 107, 49, 0.05);
}

.about-geo-number-list {
  counter-reset: advantage;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 0;
}

.about-geo-number-list li {
  min-height: 120px;
  padding: 22px 22px 22px 66px;
}

.about-geo-number-list li::before {
  counter-increment: advantage;
  content: counter(advantage, decimal-leading-zero);
  position: absolute;
  left: 20px;
  top: 21px;
  color: var(--geo-accent);
  font: 800 22px/1 Inter, system-ui, sans-serif;
}

.about-geo-number-list strong {
  color: var(--geo-ink);
  font-weight: 700;
}

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

.about-geo-promises div {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px;
  border-radius: 16px;
  transition: all 0.25s ease;
}

.about-geo-promises div:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(154, 107, 49, 0.3);
}

.about-geo-promises span {
  color: var(--geo-accent);
  font: 800 clamp(32px, 3.3vw, 44px)/1 Inter, system-ui, sans-serif;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.about-geo-promises strong {
  color: rgba(255, 255, 255, 0.88);
  font: 600 15px/1.6 Inter, "PingFang SC", system-ui, sans-serif;
  margin-top: 20px;
}

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

.about-geo-faq-list article {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.8);
  padding: clamp(22px, 3vw, 32px);
  border-radius: 16px;
  transition: all 0.25s ease;
}

.about-geo-faq-list article:hover {
  border-color: rgba(154, 107, 49, 0.2);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.about-geo-faq-list article:first-child {
  grid-column: 1 / -1;
}

.about-geo-cta {
  width: min(1160px, calc(100% - 40px));
  margin: clamp(72px, 8vw, 112px) auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(26px, 5vw, 62px);
  align-items: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(3, 7, 18, 0.98), rgba(15, 23, 42, 0.85)),
    url("/template/haixiang-new/images/stitch/stitch-21.webp") center / cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(40px, 6vw, 72px);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.15);
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}

.about-geo-cta h2,
.about-geo-cta p {
  color: #fff;
}

.about-geo-cta h2 {
  max-width: 740px;
}

.about-geo-cta p {
  max-width: 64ch;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 18px;
}

.about-geo-cta .about-geo-actions {
  justify-content: flex-end;
  margin-top: 0;
}

@media (max-width: 1180px) {
  .about-geo-hero__inner,
  .about-geo-answer,
  .about-geo-file,
  .about-geo-section-head,
  .about-geo-split,
  .about-geo-founder-grid,
  .about-geo-labeled-list,
  .about-geo-cta {
    grid-template-columns: 1fr;
  }

  .about-geo-section-head p {
    padding-top: 0;
  }

  .about-geo-hero__copy {
    max-width: 780px;
  }

  .about-geo-fact-panel {
    max-width: 760px;
  }

  .about-geo-founder-portrait {
    max-width: 520px;
  }

  .about-geo-founder-portrait img {
    min-height: 360px;
    aspect-ratio: 1 / 1;
  }

  .about-geo-cta {
    align-items: start;
  }

  .about-geo-cta .about-geo-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  .about-geo-hero {
    min-height: auto;
  }

  .about-geo-hero__inner {
    padding: 64px 0 72px;
  }

  .about-geo-tabs {
    width: 100%;
    justify-content: flex-start;
    border-left: 0;
    border-right: 0;
  }

  .about-geo-card-grid,
  .about-geo-material-grid,
  .about-geo-number-list,
  .about-geo-promises,
  .about-geo-faq-list {
    grid-template-columns: 1fr;
  }

  .about-geo-faq-list article:first-child {
    grid-column: auto;
  }

  .about-geo-flow {
    grid-template-columns: 1fr;
  }

  .about-geo-flow span {
    border-right: 0;
    border-bottom: 1px solid var(--geo-line);
    min-height: 120px;
  }

  .about-geo-flow span:last-child {
    border-bottom: 0;
  }

  .about-geo-flow span::after {
    right: auto;
    top: auto;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .about-geo-flow span:last-child::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .about-geo {
    padding-top: 80px;
  }

  body:has(.about-geo) [aria-label="快捷联系"] {
    display: none;
  }

  .about-geo ~ [aria-label="快捷联系"] {
    display: none;
  }

  .about-geo-hero__inner,
  .about-geo-answer,
  .about-geo-body,
  .about-geo-cta {
    width: calc(100% - 28px);
  }

  .about-geo-hero__inner {
    padding: 50px 0 58px;
  }

  .about-geo-hero h1 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .about-geo-actions,
  .about-geo-cta .about-geo-actions {
    width: 100%;
  }

  .about-geo-btn {
    width: 100%;
  }

  .about-geo-fact-panel {
    grid-template-columns: 1fr;
  }

  .about-geo-fact-panel div,
  .about-geo-fact-panel div:nth-child(2n),
  .about-geo-fact-panel div:nth-last-child(-n + 2) {
    min-height: 116px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .about-geo-fact-panel div:last-child {
    border-bottom: 0;
  }

  .about-geo-answer {
    margin-top: -22px;
    padding: 24px 20px;
  }

  .about-geo-answer h2,
  .about-geo-section h2,
  .about-geo-cta h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .about-geo-section {
    scroll-margin-top: 132px;
    padding: 48px 0;
  }

  .about-geo-file,
  .about-geo-founder,
  .about-geo-materials,
  .about-geo-aftercare,
  .about-geo-cta {
    padding: 28px 20px;
  }

  .about-geo-dl div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 20px;
  }

  .about-geo-info-card,
  .about-geo-labeled-list div,
  .about-geo-material-grid div,
  .about-geo-faq-list article {
    padding: 22px 20px;
  }

  .about-geo-info-card--media {
    padding: 0;
  }

  .about-geo-card-content {
    padding: 22px 20px;
  }

  .about-geo-card-media {
    aspect-ratio: 1.38 / 1;
  }

  .about-geo-founder-portrait {
    border-radius: 14px;
  }

  .about-geo-founder-portrait img {
    min-height: 300px;
  }

  .about-geo-material-visual {
    padding: 16px;
    border-radius: 14px;
  }

  .about-geo-material-visual text {
    font-size: 18px;
  }

  .about-geo-material-visual .material-badge text {
    font-size: 16px;
  }

  .about-geo-number-list li {
    min-height: auto;
    padding: 20px 20px 20px 58px;
  }

  .about-geo-promises div {
    min-height: auto;
    padding: 22px 20px;
  }

  .about-geo-promises span {
    font-size: 30px;
  }
}

/* About GEO hotfix v3.1: prevent first-screen metric collisions */
.about-geo-hero h1 {
  max-width: 12em;
}

.about-geo-fact-panel strong {
  font-size: clamp(24px, 2.35vw, 34px);
  line-height: 1.22;
  white-space: normal;
}

.about-geo-fact-panel div:first-child strong {
  font-size: clamp(21px, 2vw, 28px);
}

@media (max-width: 1180px) {
  .about-geo-hero h1 {
    max-width: 11em;
  }
}

/* About GEO palette v3.4: replace violet accent with champagne gold */
.about-geo {
  --geo-accent: #ffdca8;
  --geo-accent-deep: #9a6b31;
  --geo-accent-hover: #f3c77d;
  --geo-accent-soft: rgba(255, 220, 168, 0.12);
  --geo-accent-border: rgba(255, 220, 168, 0.28);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 220, 168, 0.1), transparent 24rem),
    linear-gradient(180deg, #f3f5f8 0, var(--geo-bg) 38rem);
}

.about-geo .about-geo-section-code,
.about-geo .about-geo-aka,
.about-geo .about-geo-fact-panel strong,
.about-geo .about-geo-quote span,
.about-geo .about-geo-promises span {
  color: var(--geo-accent);
}

.about-geo .about-geo-btn--primary,
.about-geo .about-geo-tabs a.active {
  background: var(--geo-accent);
  color: #111827;
  box-shadow: 0 8px 22px rgba(255, 220, 168, 0.22);
}

.about-geo .about-geo-btn--primary:hover {
  background: var(--geo-accent-hover);
  color: #111827;
  box-shadow: 0 10px 28px rgba(255, 220, 168, 0.3);
}

.about-geo .about-geo-answer {
  border-color: rgba(154, 107, 49, 0.18);
  box-shadow:
    0 10px 30px -10px rgba(154, 107, 49, 0.08),
    0 20px 60px -15px rgba(15, 23, 42, 0.08);
}

.about-geo .about-geo-answer::before {
  background: linear-gradient(135deg, rgba(255, 220, 168, 0.48), transparent 44%, rgba(154, 107, 49, 0.14));
}

.about-geo .about-geo-tabs a:hover,
.about-geo .about-geo-flow span:hover,
.about-geo .about-geo-tags span:hover,
.about-geo .about-geo-tags--compact span:hover {
  background: var(--geo-accent-soft);
}

.about-geo .about-geo-tabs a:hover,
.about-geo .about-geo-tags span:hover {
  color: var(--geo-accent-deep);
  border-color: rgba(154, 107, 49, 0.32);
}

.about-geo .about-geo-card-icon,
.about-geo .about-geo-flow-icon,
.about-geo .about-geo-flow-arrow,
.about-geo .about-geo-list-icon,
.about-geo .about-geo-number-list li::before {
  color: var(--geo-accent-deep);
}

.about-geo .about-geo-flow span::before,
.about-geo .about-geo-info-card:hover .about-geo-card-icon {
  color: var(--geo-accent-deep);
}

.about-geo .about-geo-file .about-geo-section-code,
.about-geo .about-geo-founder .about-geo-section-code,
.about-geo .about-geo-aftercare .about-geo-section-code,
.about-geo .about-geo-founder .about-geo-list-icon {
  color: var(--geo-accent);
}

.about-geo .about-geo-dl div:hover,
.about-geo .about-geo-info-card:hover,
.about-geo .about-geo-labeled-list div:hover,
.about-geo .about-geo-material-grid div:hover,
.about-geo .about-geo-faq-list article:hover,
.about-geo .about-geo-check-list li:hover,
.about-geo .about-geo-number-list li:hover {
  border-color: rgba(154, 107, 49, 0.28);
}

.about-geo .about-geo-info-card:hover,
.about-geo .about-geo-material-grid div:hover {
  box-shadow:
    0 12px 30px -10px rgba(15, 23, 42, 0.06),
    0 8px 18px -10px rgba(154, 107, 49, 0.18);
}

.about-geo .about-geo-founder .about-geo-check-list li:hover,
.about-geo .about-geo-promises div:hover {
  border-color: var(--geo-accent-border);
}

.about-geo .about-geo-svg-icon,
.about-geo .about-geo-card-icon,
.about-geo .about-geo-flow-icon,
.about-geo .about-geo-flow-arrow,
.about-geo .about-geo-list-icon {
  flex: 0 0 auto;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-geo .about-geo-svg-icon {
  width: 20px;
  height: 20px;
  stroke-width: 1.9;
}

.about-geo .about-geo-card-icon {
  width: 36px;
  height: 36px;
  stroke-width: 1.55;
  margin-bottom: 20px;
}

.about-geo .about-geo-flow {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.about-geo .about-geo-flow span {
  min-height: 132px;
  text-align: center;
}

.about-geo .about-geo-flow-icon {
  width: 30px;
  height: 30px;
  stroke-width: 1.55;
  margin: 4px 0 2px;
}

.about-geo .about-geo-flow-arrow {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  padding: 3px;
  background: #fff;
  border: 1px solid var(--geo-line);
  border-radius: 50%;
  stroke-width: 2;
  z-index: 2;
}

.about-geo .about-geo-flow span::after,
.about-geo .about-geo-check-list li::before {
  display: none;
  content: none;
}

.about-geo .about-geo-check-list li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  padding-left: 16px;
}

.about-geo .about-geo-list-icon {
  width: 20px;
  height: 20px;
  stroke-width: 2.3;
  margin-top: 4px;
}

.about-geo .about-geo-material-visual {
  margin-bottom: 22px;
  background: #fff;
  border: 1px solid rgba(154, 107, 49, 0.16);
  border-radius: 18px;
  padding: clamp(16px, 3vw, 28px);
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(154, 107, 49, 0.05);
}

.about-geo .about-geo-material-visual svg {
  width: 100%;
  height: auto;
  display: block;
}

.about-geo .about-geo-material-visual .layer {
  stroke: rgba(154, 107, 49, 0.24);
  stroke-width: 2;
}

.about-geo .about-geo-material-visual .layer-top {
  fill: #fff3dc;
}

.about-geo .about-geo-material-visual .layer-mid {
  fill: #f5d49b;
}

.about-geo .about-geo-material-visual .layer-wood {
  fill: url("#aboutGeoWood");
}

.about-geo .about-geo-material-visual path {
  fill: none;
  stroke: var(--geo-accent-deep);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-geo .about-geo-material-visual text {
  fill: #624017;
  font: 800 20px/1 Inter, "PingFang SC", system-ui, sans-serif;
}

.about-geo .about-geo-material-visual .material-badge rect {
  fill: #fff8eb;
  stroke: rgba(154, 107, 49, 0.26);
  stroke-width: 2;
}

.about-geo .about-geo-material-visual .material-badge path {
  stroke: var(--geo-accent-deep);
  stroke-width: 3;
}

@media (max-width: 980px) {
  .about-geo .about-geo-flow {
    grid-template-columns: 1fr;
  }

  .about-geo .about-geo-flow-arrow {
    right: auto;
    top: auto;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

/* About GEO dossier polish v3.6 */
.about-geo .about-geo-btn--primary,
.about-geo .about-geo-tabs a.active {
  color: #111827 !important;
}

.about-geo .about-geo-file {
  grid-template-columns: minmax(230px, 0.3fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
  padding: clamp(28px, 4.2vw, 44px);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(17, 24, 39, 0.98), rgba(3, 7, 18, 0.96)),
    radial-gradient(circle at 12% 0%, rgba(255, 220, 168, 0.12), transparent 22rem);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
}

.about-geo .about-geo-file h2 {
  max-width: 7em;
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.14;
  letter-spacing: 0;
}

.about-geo .about-geo-file .about-geo-section-head p {
  max-width: 24em;
  padding-top: 18px;
  font-size: 15px;
  line-height: 1.82;
}

.about-geo .about-geo-dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.about-geo .about-geo-dl div {
  min-height: 0;
  grid-template-columns: minmax(78px, 0.34fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0;
  background: transparent;
}

.about-geo .about-geo-dl div:nth-child(2n) {
  border-right: 0;
}

.about-geo .about-geo-dl div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.about-geo .about-geo-dl div:hover {
  background: rgba(255, 220, 168, 0.07);
  border-color: rgba(255, 255, 255, 0.07);
  transform: none;
}

.about-geo .about-geo-dl dt {
  color: rgba(255, 220, 168, 0.72);
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
}

.about-geo .about-geo-dl dd {
  color: rgba(248, 250, 252, 0.96);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
}

@media (min-width: 761px) and (max-width: 1180px) {
  .about-geo .about-geo-file {
    grid-template-columns: minmax(210px, 0.32fr) minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .about-geo .about-geo-file {
    grid-template-columns: 1fr;
  }

  .about-geo .about-geo-file h2 {
    max-width: none;
  }

  .about-geo .about-geo-dl {
    grid-template-columns: 1fr;
  }

  .about-geo .about-geo-dl div,
  .about-geo .about-geo-dl div:nth-child(2n),
  .about-geo .about-geo-dl div:nth-last-child(-n + 2) {
    grid-template-columns: 92px minmax(0, 1fr);
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .about-geo .about-geo-dl div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .about-geo .about-geo-dl div,
  .about-geo .about-geo-dl div:nth-child(2n),
  .about-geo .about-geo-dl div:nth-last-child(-n + 2) {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* About GEO contrast v3.9: readable section codes on light backgrounds */
.about-geo .about-geo-section-code {
  color: #8a5a20;
}

.about-geo .about-geo-file .about-geo-section-code,
.about-geo .about-geo-founder .about-geo-section-code,
.about-geo .about-geo-aftercare .about-geo-section-code,
.about-geo .about-geo-cta .about-geo-section-code {
  color: var(--geo-accent);
}

.about-geo .about-geo-file .about-geo-section-code::before,
.about-geo .about-geo-founder .about-geo-section-code::before,
.about-geo .about-geo-aftercare .about-geo-section-code::before,
.about-geo .about-geo-cta .about-geo-section-code::before {
  opacity: 0.68;
}

/* About GEO taste polish v4.0: calmer surfaces, sharper hierarchy */
.about-geo {
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 220, 168, 0.1), transparent 22rem),
    radial-gradient(circle at 88% 32%, rgba(15, 23, 42, 0.05), transparent 26rem),
    linear-gradient(180deg, #f4f7fb 0, #f8fafc 34rem, #f5f7fa 100%);
}

.about-geo .about-geo-body {
  margin-top: clamp(50px, 6.4vw, 82px);
}

.about-geo .about-geo-section {
  border-top-color: rgba(148, 163, 184, 0.22);
}

.about-geo .about-geo-section-code {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #80521e;
  letter-spacing: 0.12em;
}

.about-geo .about-geo-section-code::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: currentColor;
  opacity: 0.44;
}

.about-geo .about-geo-file .about-geo-section-code,
.about-geo .about-geo-founder .about-geo-section-code,
.about-geo .about-geo-aftercare .about-geo-section-code,
.about-geo .about-geo-cta .about-geo-section-code {
  color: var(--geo-accent);
}

.about-geo .about-geo-answer {
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.86) inset,
    0 18px 50px -34px rgba(15, 23, 42, 0.42),
    0 12px 28px -24px rgba(154, 107, 49, 0.36);
}

.about-geo .about-geo-tabs {
  min-height: 52px;
  border-radius: 16px;
  border-color: rgba(148, 163, 184, 0.2);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px -34px rgba(15, 23, 42, 0.42);
}

.about-geo .about-geo-tabs a {
  height: 36px;
  border-radius: 10px;
  font-size: 13px;
}

.about-geo .about-geo-info-card,
.about-geo .about-geo-labeled-list div,
.about-geo .about-geo-material-grid div,
.about-geo .about-geo-faq-list article,
.about-geo .about-geo-number-list li {
  border-color: rgba(148, 163, 184, 0.2);
  border-radius: 12px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 42px -36px rgba(15, 23, 42, 0.48);
}

.about-geo .about-geo-info-card:not(.about-geo-info-card--media)::before {
  content: "";
  width: 34px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #9a6b31;
  opacity: 0.68;
}

.about-geo .about-geo-info-card:hover,
.about-geo .about-geo-labeled-list div:hover,
.about-geo .about-geo-material-grid div:hover,
.about-geo .about-geo-faq-list article:hover,
.about-geo .about-geo-number-list li:hover {
  transform: translateY(-2px);
  border-color: rgba(154, 107, 49, 0.28);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 44px -30px rgba(15, 23, 42, 0.38),
    0 10px 24px -22px rgba(154, 107, 49, 0.45);
}

.about-geo .about-geo-card-media {
  aspect-ratio: 1.32 / 1;
}

.about-geo .about-geo-card-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}

.about-geo .about-geo-flow {
  border-radius: 12px;
  border-color: rgba(148, 163, 184, 0.22);
  box-shadow: 0 18px 42px -36px rgba(15, 23, 42, 0.42);
}

.about-geo .about-geo-flow span {
  min-height: 118px;
}

.about-geo .about-geo-materials {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border-color: rgba(148, 163, 184, 0.2);
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 220, 168, 0.28), transparent 18rem),
    linear-gradient(180deg, #eef3f8 0%, #f8fafc 100%);
}

.about-geo .about-geo-materials > * {
  position: relative;
  z-index: 1;
}

.about-geo .about-geo-material-visual {
  border-radius: 14px;
  background:
    linear-gradient(180deg, #ffffff, #fffaf1);
  box-shadow: 0 20px 46px -34px rgba(154, 107, 49, 0.42);
}

.about-geo .about-geo-number-list {
  gap: 12px;
}

.about-geo .about-geo-number-list li {
  min-height: 104px;
  padding: 20px 22px 20px 72px;
  border-left: 3px solid rgba(154, 107, 49, 0.34);
}

.about-geo .about-geo-number-list li::before {
  left: 22px;
  top: 20px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(154, 107, 49, 0.18);
  border-radius: 8px;
  background: rgba(154, 107, 49, 0.08);
  color: #8a5a20;
  font-size: 15px;
}

.about-geo .about-geo-faq-list {
  gap: 14px;
}

.about-geo .about-geo-faq-list article:first-child {
  grid-column: auto;
}

.about-geo .about-geo-cta {
  border-radius: 20px;
  box-shadow: 0 30px 70px -34px rgba(15, 23, 42, 0.58);
}

@media (max-width: 980px) {
  .about-geo .about-geo-flow span {
    min-height: 104px;
  }
}

@media (max-width: 640px) {
  .about-geo .about-geo-section-code::before {
    width: 14px;
  }

  .about-geo .about-geo-section-code {
    gap: 8px;
    font-size: 11px;
    letter-spacing: 0.09em;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .about-geo .about-geo-tabs {
    border-radius: 0;
  }

  .about-geo .about-geo-number-list li {
    padding: 18px 18px 18px 62px;
  }

  .about-geo .about-geo-number-list li::before {
    left: 18px;
    top: 18px;
  }
}
