﻿:root {
  --ink: #111111;
  --muted: #696969;
  --paper: #f8f6f1;
  --white: #ffffff;
  --line: rgba(17, 17, 17, .12);
  --red: #8f1d1d;
  --gold: #b79968;
  --blue: #0e5aa7;
  --blue-ink: #0c2d57;
  --blue-soft: #e8f2fb;
  --shadow: 0 24px 70px rgba(17, 17, 17, .14);
  --site-max-width: 1440px;
}

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

/* 鍓嶇椤甸潰灞呬腑甯冨眬 */
body.huayi-real {
  background:
    /* 寰绾圭悊 */
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 2px,
      rgba(14, 90, 167, 0.015) 2px,
      rgba(14, 90, 167, 0.015) 4px
    ),
    /* 涓や晶娓愬彉 */
    radial-gradient(ellipse at 50% 0%, #e8f2fb 0%, #dce8f5 30%, #d0ddef 60%, #c5d3e8 100%);
  background-attachment: fixed;
}

.site-wrapper {
  width: 100%;
  max-width: var(--site-max-width);
  margin: 0 auto;
  padding: 0 40px;
  background: var(--white);
  box-shadow: 0 0 60px rgba(12, 45, 87, 0.08), 0 0 120px rgba(12, 45, 87, 0.04);
  min-height: 100vh;
  position: relative;
}

.concept-page {
  margin: 0;
  background: #f4f4f2;
}

.concept-page main {
  width: 100%;
  min-height: 100vh;
}

.concept-page img {
  width: 100%;
  height: auto;
  display: block;
}

.concept-fiocco {
  background: #050505;
}

.concept-huayi {
  background: #ffffff;
}

.real-site {
  margin: 0;
  min-height: 100vh;
  background: #fff;
}

.real-nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 clamp(22px, 4vw, 48px);
  position: sticky;
  top: 0;
  z-index: 50;
}

.real-nav nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 36px);
  font-size: 15px;
  font-weight: 700;
}

.real-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: .95;
}

.real-logo strong,
.real-logo small {
  display: block;
  letter-spacing: 3px;
}

.real-logo strong {
  font-size: 24px;
}

.real-logo small {
  margin-top: 5px;
  font-size: 12px;
}

.fiocco-real {
  background: #f7f7f5;
  color: #101010;
}

.fiocco-nav {
  margin-bottom: -76px;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, .72), rgba(0, 0, 0, 0));
}

.fiocco-logo .logo-mark {
  color: #a50e17;
  font-size: 30px;
}

.fiocco-real-hero {
  min-height: 386px;
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  background: #070707;
  color: #fff;
  padding-top: 76px;
}

.fiocco-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 0;
}

.fiocco-hero-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.06;
  letter-spacing: 0;
}

.cn-line {
  margin: 22px 0 0;
  font-size: 20px;
  color: rgba(255, 255, 255, .86);
}

.red-rule {
  width: 48px;
  height: 2px;
  margin-top: 24px;
  background: #a50e17;
}

.fiocco-hero-images {
  display: grid;
  grid-template-columns: 1.3fr .72fr 1.25fr;
  min-height: 386px;
}

.fiocco-hero-images img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  display: block;
}

.fiocco-hero-images .craft {
  align-self: center;
  height: 52%;
  min-height: 0;
  box-shadow: 0 20px 80px rgba(0, 0, 0, .5);
}

.fiocco-pillars {
  padding: 36px 0 40px;
  text-align: center;
  background: #fff;
}

.section-kicker {
  margin: 0 0 8px;
  color: #8b8b8b;
  font-size: 12px;
  letter-spacing: 1.4px;
}

.fiocco-pillars h2 {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 500;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.pillar-grid article {
  min-height: 170px;
  padding: 0 32px;
  border-right: 1px solid #d2d2d2;
}

.pillar-grid article:last-child {
  border-right: 0;
}

.pillar-grid span {
  display: block;
  color: #a50e17;
  font-size: 42px;
  line-height: 1;
}

.pillar-grid h3 {
  margin: 18px 0 5px;
  font-size: 19px;
}

.pillar-grid small {
  color: #222;
}

.pillar-grid p {
  min-height: 42px;
  margin: 16px 0 10px;
  color: #575757;
  font-size: 13px;
  line-height: 1.6;
}

.pillar-grid a {
  color: #a50e17;
  font-size: 24px;
}

.fiocco-stats {
  width: calc(100% - clamp(44px, 8vw, 96px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: #fff;
  background: #0e0e0e;
  border-radius: 4px;
}

.fiocco-stats div {
  padding: 28px 26px;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.fiocco-stats div:last-child {
  border-right: 0;
}

.fiocco-stats strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
}

.fiocco-stats span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.45;
}

.fiocco-ecosystem {
  padding: 38px 0;
}

.title-row {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 18px;
}

.title-row h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
}

.title-row span {
  color: #858585;
  font-size: 12px;
  letter-spacing: 1.2px;
}

.ecosystem-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}

.ecosystem-cards article {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  background: #111;
}

.ecosystem-cards img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.ecosystem-cards article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .68));
}

.ecosystem-cards div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  color: #fff;
}

.ecosystem-cards h3 {
  margin: 0 0 4px;
  font-size: 19px;
}

.ecosystem-cards small {
  display: block;
  color: rgba(255, 255, 255, .78);
}

.ecosystem-cards a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
}

.fiocco-footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 48px 0;
  color: #fff;
  background: #0e0e0e;
  margin: 0 -40px;
  padding-left: 40px;
  padding-right: 40px;
}

.fiocco-footer-cta h2 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.1;
}

.huayi-real {
  background: #fff;
  color: #07172b;
}

.huayi-real-nav {
  color: #07172b;
  background: #fff;
  margin: 0 -40px;
  padding: 0 40px;
  border-bottom: 1px solid rgba(6, 54, 112, .08);
}

.huayi-logo {
  color: #084d9f;
}

.h-mark {
  display: block;
  object-fit: contain;
}

.huayi-real-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 1.2fr) minmax(260px, 320px);
  gap: 28px;
  align-items: center;
  padding: 48px 0 34px;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 -40px;
  padding-left: 40px;
  padding-right: 40px;
}

.huayi-real-hero .sub-hero-overlay {
  position: absolute;
  inset: 0;
  /* 娓愬彉鐢卞唴鑱?style 鍔ㄦ€佹帶鍒讹紙maskStart / maskEnd锛?*/
  pointer-events: none;
}

.huayi-real-hero .huayi-copy {
  position: relative;
  z-index: 1;
}

.huayi-hero-photo {
  display: none;
}

.blue-kicker {
  display: block;
  margin: 0 0 18px;
  color: #0b58b4;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
}

.huayi-copy h1 {
  margin: 0;
  font-size: clamp(48px, 6.8vw, 86px);
  line-height: .98;
  letter-spacing: 0;
}

.huayi-copy p:not(.blue-kicker) {
  max-width: 520px;
  margin: 22px 0;
  color: #526375;
  font-size: 18px;
  line-height: 1.65;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 650px;
  margin-top: 26px;
}

.hero-proof span {
  color: #4e6175;
  font-size: 12px;
  line-height: 1.35;
}

.hero-proof strong {
  display: block;
  color: #0b58b4;
  font-size: 16px;
}

.huayi-hero-photo img {
  width: 100%;
  min-height: 330px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}

.quote-card {
  position: fixed;
  right: 40px;
  top: 38%;
  transform: translateY(-50%);
  z-index: 100;
  width: 48px;
  padding: 0;
  color: #fff;
  background: #073b82;
  border-radius: 6px;
  box-shadow: 0 22px 70px rgba(7, 59, 130, .24);
  overflow: hidden;
  transition: width 0.35s ease, padding 0.35s ease;
  cursor: pointer;
}
.quote-card:hover {
  width: 300px;
  padding: 28px 24px;
}

/* Decorative vertical strip on right side when collapsed */
.quote-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, #f5a623 0%, #f7c948 50%, #f5a623 100%);
  border-radius: 0 6px 6px 0;
  transition: opacity 0.25s ease;
  z-index: 3;
}
.quote-card:hover::after {
  opacity: 0;
}

.quote-card h2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  margin: 0;
  padding: 20px 13px;
  font-size: 13px;
  letter-spacing: 3px;
  white-space: nowrap;
  background: #073b82;
  z-index: 2;
  transition: opacity 0.2s ease;
}
.quote-card:hover h2 {
  opacity: 0;
  pointer-events: none;
}

.quote-card form {
  display: grid;
  gap: 12px;
  opacity: 0;
  transition: opacity 0.25s ease 0.12s;
}
.quote-card:hover form {
  opacity: 1;
}

.quote-card input,
.quote-card select {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 4px;
  padding: 0 12px;
  color: #596b7d;
}

.quote-card button {
  height: 46px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #1375ef;
  font-weight: 800;
  font-size: 15px;
}

.quote-card small {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, .78);
  opacity: 0;
  transition: opacity 0.25s ease 0.12s;
}
.quote-card:hover small {
  opacity: 1;
}

.huayi-timeline {
  padding: 20px 0;
}

.huayi-timeline h2 {
  margin: 0;
  color: #0b58b4;
  font-size: 15px;
  letter-spacing: .4px;
}

.timeline-axis {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding: 30px 0;
}

.timeline-axis::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #0b58b4;
  transform: translateY(-50%);
}

.timeline-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  min-height: 80px;
}

/* year sits directly on the axis line, centered vertically */
.timeline-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 4px 14px;
  background: #0b58b4;
  color: #fff;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  z-index: 2;
}

.timeline-dot {
  display: none;
}

.timeline-desc {
  text-align: center;
  font-size: 16px;
  color: #526375;
  line-height: 1.5;
  max-width: 160px;
}

/* top: desc below the axis */
.timeline-item.top .timeline-desc {
  margin-top: 70px;
}

/* bottom: desc above the axis */
.timeline-item.bottom .timeline-desc {
  margin-bottom: 70px;
  order: -1;
}

.huayi-timeline,
.huayi-products,
.huayi-process,
.huayi-certifications {
  padding: 34px 0;
}

.huayi-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.huayi-section-head h2,
.huayi-process h2,
.huayi-certifications h2 {
  margin: 0;
  color: #0b58b4;
  font-size: 15px;
  letter-spacing: .4px;
}

.huayi-section-head a {
  color: #0b58b4;
  font-size: 13px;
  font-weight: 700;
}

.huayi-product-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  align-items: start;
}

.huayi-product-row.is-scrollable {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}

.huayi-product-row a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.huayi-product-row.is-scrollable a {
  min-width: 180px;
  scroll-snap-align: start;
}

.huayi-product-row article {
  text-align: center;
  background: transparent;
  border-radius: 4px;
  overflow: hidden;
}

.huayi-product-row img {
  height: 220px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.huayi-product-row strong {
  display: block;
  padding: 10px 4px 14px;
  font-size: 13px;
}

.huayi-process ol {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
  border-top: 1px solid rgba(6, 54, 112, .18);
}

.huayi-process li {
  position: relative;
  padding: 22px 8px 0;
  text-align: center;
  font-size: 13px;
}

.huayi-process span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin: -40px auto 12px;
  color: #fff;
  background: #0b58b4;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.huayi-certifications {
  background: #fff;
}

.huayi-certifications > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}

.huayi-certifications .cert-item {
  width: 235px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.huayi-certifications .cert-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.huayi-certifications .cert-placeholder {
  color: #27435f;
  font-weight: 800;
  font-size: 14px;
}

.huayi-footprint {
  padding: 34px 0;
  background: #fff;
  overflow: hidden;
}

.huayi-footprint h2 {
  margin: 0;
  color: #0b58b4;
  font-size: 15px;
  letter-spacing: .4px;
}

.marquee-wrap {
  position: relative;
  margin-top: 22px;
  overflow: hidden;
}

.marquee-wrap::before,
.marquee-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}

.marquee-wrap::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.marquee-wrap::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

.marquee-track {
  display: flex;
  gap: 24px;
  animation: marquee-scroll 30s linear infinite;
  width: max-content;
}

.marquee-wrap:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.fp-item {
  flex-shrink: 0;
  width: 160px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fp-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.fp-placeholder {
  color: #27435f;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}

.huayi-bottom {
  position: relative;
  min-height: 124px;
  overflow: hidden;
  color: #fff;
  background: #062f68;
  margin-bottom: 40px;
}

.huayi-bottom img {
  width: 100%;
  height: 100%;
  min-height: 124px;
  object-fit: cover;
  display: block;
}

.huayi-bottom::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 45, 96, .9);
}

.bottom-stats {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr) 1.2fr;
  align-items: center;
  gap: 18px;
  padding: 22px 40px;
}

.bottom-stats span {
  font-size: 12px;
  line-height: 1.35;
}

.bottom-stats strong {
  display: block;
  font-size: 24px;
}

.bottom-stats h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
}

@media (max-width: 1100px) {
  .real-nav .nav-toggle {
    display: block;
    border: 1px solid currentColor;
    background: transparent;
    color: inherit;
    padding: 8px 12px;
  }

  .real-nav nav {
    position: fixed;
    top: 76px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    color: #111;
    background: #fff;
    box-shadow: 0 24px 70px rgba(17, 17, 17, .18);
  }

  .real-nav nav.open {
    display: flex;
  }

  .real-nav nav a,
  .real-nav nav button {
    padding: 13px 4px;
    text-align: left;
  }

  .fiocco-real-hero,
  .huayi-real-hero {
    grid-template-columns: 1fr;
  }

  .fiocco-nav {
    margin-bottom: 0;
    background: #080808;
  }

  .fiocco-real-hero {
    padding-top: 0;
  }

  .fiocco-hero-images {
    grid-template-columns: 1fr 1fr;
  }

  .fiocco-hero-images .model {
    grid-row: span 2;
  }

  .pillar-grid,
  .fiocco-stats,
  .ecosystem-cards,
  .huayi-product-row,
  .huayi-process ol,
  .huayi-certifications > div,
  .bottom-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline-axis {
    overflow-x: auto;
    padding-bottom: 12px;
    flex-wrap: nowrap;
  }

  .timeline-item {
    min-width: 100px;
  }

  .bottom-stats {
    position: relative;
    background: #062f68;
  }
}

@media (max-width: 640px) {
  .site-wrapper {
    padding: 0 18px;
  }

  .huayi-real-nav {
    margin: 0 -18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .huayi-real-hero,
  .fiocco-footer-cta,
  .huayi-sub-hero,
  .timeline-section,
  .sub-list-hero,
  .product-sub-hero,
  .contact-page {
    margin: 0 -18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .real-nav {
    padding: 0;
  }

  .fiocco-hero-copy,
  .fiocco-pillars,
  .fiocco-ecosystem,
  .huayi-timeline,
  .huayi-products,
  .huayi-process,
  .huayi-certifications,
  .huayi-footprint {
    padding-left: 0;
    padding-right: 0;
  }

  .fiocco-hero-images,
  .pillar-grid,
  .fiocco-stats,
  .ecosystem-cards,
  .hero-proof,
  .huayi-product-row,
  .huayi-process ol,
  .huayi-certifications > div,
  .bottom-stats {
    grid-template-columns: 1fr;
  }

  .pillar-grid article,
  .fiocco-stats div {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 17, 17, .12);
  }

  .fiocco-footer-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.subpage {
  min-height: 100vh;
}

.fiocco-sub-nav {
  color: #111;
  background: #f7f7f5;
  border-bottom: 1px solid rgba(17, 17, 17, .12);
}

.sub-hero,
.huayi-sub-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, .82fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(52px, 7vw, 96px) 0;
}

.sub-hero h1,
.huayi-sub-hero h1,
.product-sub-hero h1,
.contact-page h1,
.sub-list-hero h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 84px);
  line-height: .98;
  letter-spacing: 0;
}

.fiocco-sub .sub-hero h1,
.sub-list-hero h1 {
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
}

.sub-hero p:not(.section-kicker),
.huayi-sub-hero p,
.product-sub-hero p,
.contact-page p,
.sub-list-hero p {
  max-width: 720px;
  color: #626262;
  font-size: 18px;
  line-height: 1.8;
}

.sub-hero img,
.huayi-sub-hero img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.dark-fashion {
  color: #fff;
  background: #111;
}

.dark-fashion p:not(.section-kicker) {
  color: rgba(255, 255, 255, .72);
}

.light-fashion {
  background: #f7f7f5;
}

.sub-metrics,
.huayi-sub-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
}

.sub-metrics div,
.huayi-sub-metrics div {
  padding: 30px clamp(22px, 4vw, 44px);
}

.sub-metrics strong,
.huayi-sub-metrics strong {
  display: block;
  font-size: 42px;
}

.sub-metrics span,
.huayi-sub-metrics span {
  color: #666;
}

.sub-editorial-grid,
.buyer-detail-grid,
.job-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sub-editorial-grid article,
.job-grid article {
  min-height: 260px;
  padding: 34px;
  background: #fff;
}
.buyer-detail-grid article {
  min-height: 160px;
  padding: 24px;
  background: #fff;
}

.sub-editorial-grid h2,
.buyer-detail-grid h2,
.job-grid h2 {
  margin: 0 0 16px;
  font-size: 30px;
}

.sub-editorial-grid p,
.buyer-detail-grid p,
.job-grid p {
  color: #666;
  line-height: 1.75;
}

/* Milestones Timeline */
.huayi-milestones {
  padding: 48px 0 56px;
}
.huayi-milestones h2 {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 36px;
  color: #062f68;
  text-align: center;
}
.milestone-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.milestone-timeline::before {
  content: "";
  position: absolute;
  left: 120px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #c9d6e8;
}
.milestone-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 0 0 36px 0;
}
.milestone-item:last-child {
  padding-bottom: 0;
}
.milestone-item::before {
  content: "";
  position: absolute;
  left: 114px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0b58b4;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #0b58b4;
  z-index: 1;
}
.milestone-date {
  flex-shrink: 0;
  width: 100px;
  text-align: right;
  padding-top: 2px;
}
.milestone-date .m-year {
  display: block;
  font-size: 28px;
  font-weight: 900;
  color: #0b58b4;
  line-height: 1;
}
.milestone-date .m-month {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  margin-top: 2px;
}
.milestone-body {
  padding-left: 28px;
  flex: 1;
  min-width: 0;
}
.milestone-body h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
}
.milestone-body p {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.milestone-body img {
  margin-top: 10px;
  max-width: 260px;
  border-radius: 6px;
}
@media (max-width: 640px) {
  .milestone-timeline::before { left: 20px; }
  .milestone-item::before { left: 14px; }
  .milestone-date { width: 50px; }
  .milestone-date .m-year { font-size: 20px; }
  .milestone-body { padding-left: 16px; }
}

.timeline-section,
.sub-list-hero {
  padding: clamp(52px, 7vw, 90px) 0;
  background: #f7f7f5;
  margin: 0 -40px;
  padding-left: 40px;
  padding-right: 40px;
}
.product-sub-hero {
  padding: clamp(24px, 3vw, 48px) 0;
  background: #f7f7f5;
  margin: 0 -40px;
  padding-left: 40px;
  padding-right: 40px;
}

.timeline-section h2 {
  margin: 0 0 28px;
  font-size: 42px;
}

.timeline-section ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: rgba(17, 17, 17, .12);
}

.timeline-section li {
  min-height: 170px;
  padding: 28px;
  background: #fff;
  color: #5f5f5f;
  line-height: 1.6;
}

.timeline-section span,
.business-detail-grid span,
.capability-rows span {
  display: block;
  margin-bottom: 18px;
  color: var(--red);
  font-weight: 900;
}

.business-detail-grid,
.capability-rows {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.business-detail-grid article,
.capability-rows article {
  min-height: 340px;
  padding: 32px;
  background: #fff;
}

.business-detail-grid h2,
.capability-rows h2 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.12;
}

.business-detail-grid p,
.capability-rows p {
  color: #666;
  line-height: 1.7;
}

.business-detail-grid a {
  display: inline-block;
  margin-top: 24px;
  color: var(--red);
  font-weight: 800;
}

.two-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(17, 17, 17, .12);
}

.two-story article {
  background: #fff;
}

.two-story img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.two-story div {
  padding: 34px;
}

.two-story h2 {
  margin: 0 0 12px;
  font-size: 34px;
}

.two-story p {
  color: #666;
  line-height: 1.75;
}

.certification-wall {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  padding: 20px 0;
}

.certification-wall .cert-item {
  width: 235px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.certification-wall .cert-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.certification-wall .cert-placeholder {
  font-size: 16px;
  font-weight: 900;
  color: #333;
}

.huayi-sub-hero {
  position: relative;
  display: block;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  padding-top: clamp(48px, 7vw, 96px);
  padding-bottom: clamp(48px, 7vw, 96px);
  margin: 0 -40px;
  padding-left: 40px;
  padding-right: 40px;
}

.huayi-sub-hero .sub-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #ffffff 0px,
    #ffffff 200px,
    rgba(255, 255, 255, 0) 50%
  );
  pointer-events: none;
}

.huayi-sub-hero .sub-hero-content {
  position: relative;
  z-index: 1;
  /* max-width 鐢卞唴鑱?style 鍔ㄦ€佹帶鍒?*/
}

.huayi-sub-metrics strong,
.capability-rows span {
  color: #0b58b4;
}

.product-catalog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0 0 clamp(52px, 7vw, 90px);
}

.product-catalog article {
  background: #f6f8fb;
}

.product-catalog img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  display: block;
}

.product-catalog h2,
.product-catalog p {
  margin-left: 22px;
  margin-right: 22px;
}

.product-catalog h2 {
  margin-top: 22px;
}

.product-catalog p {
  margin-bottom: 24px;
  color: #526375;
}

.product-catalog .card-description {
  margin: 0 22px 24px;
  color: #526375;
  font-size: 13px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-catalog .card-description p {
  margin: 0;
}

.blue-wall span {
  color: #0b58b4;
}

.huayi-list {
  background: #f7fbff;
}

.contact-page {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(360px, 1.2fr);
  gap: 54px;
  align-items: stretch;
  padding: clamp(52px, 7vw, 90px) 0;
  background: linear-gradient(90deg, #fff, #eef6ff);
  margin: 0 -40px;
  padding-left: 40px;
  padding-right: 40px;
}

.large-contact-form {
  /* outer wrapper: stretches to match left side height via grid */
}

.large-contact-form-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-content: flex-start;
  padding: 28px;
  margin-top: 24px;
  min-height: calc(100% - 72px);
  background: #073b82;
  color: #fff;
  box-sizing: border-box;
}

.large-contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
  width: calc(50% - 8px);
}

.large-contact-form .wide {
  width: 100%;
}

.large-contact-form input,
.large-contact-form textarea {
  width: 100%;
  border: 0;
  padding: 13px 14px;
}

.large-contact-form textarea {
  min-height: 130px;
  flex: 1;
}

.large-contact-form button {
  width: max-content;
  border: 0;
  padding: 14px 22px;
  color: #fff;
  background: #1375ef;
  font-weight: 900;
}

@media (max-width: 900px) {
  .quote-card {
    display: none;
  }
  .sub-hero,
  .huayi-sub-hero,
  .contact-page,
  .two-story {
    grid-template-columns: 1fr;
  }

  .huayi-sub-hero .sub-hero-overlay {
    background: linear-gradient(
      90deg,
      #ffffff 0px,
      #ffffff 60%,
      rgba(255, 255, 255, 0.3) 100%
    );
  }

  .huayi-sub-hero .sub-hero-content {
    max-width: 100%;
  }

  .sub-metrics,
  .huayi-sub-metrics,
  .sub-editorial-grid,
  .buyer-detail-grid,
  .job-grid,
  .timeline-section ol,
  .business-detail-grid,
  .capability-rows,
  .certification-wall,
  .product-catalog {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .sub-metrics,
  .huayi-sub-metrics,
  .sub-editorial-grid,
  .buyer-detail-grid,
  .job-grid,
  .timeline-section ol,
  .business-detail-grid,
  .capability-rows,
  .certification-wall,
  .product-catalog,
  .large-contact-form {
    grid-template-columns: 1fr;
  }
}

* { box-sizing: border-box; }

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, "Noto Sans SC", sans-serif;
  background: var(--paper);
  overflow-y: scroll;
}

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

button, input, textarea {
  font: inherit;
}

.hub {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(16, 16, 16, .36), rgba(16, 16, 16, .64)),
    url("https://images.unsplash.com/photo-1496747611176-843222e1e57c?auto=format&fit=crop&w=1800&q=80") center/cover;
  color: var(--white);
}

.hub-shell {
  width: min(1040px, calc(100% - 40px));
}

.hub h1 {
  max-width: 720px;
  margin: 12px 0 20px;
  font-size: clamp(42px, 7vw, 88px);
  line-height: .95;
  letter-spacing: 0;
}

.hub-intro {
  max-width: 640px;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.8;
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.hub-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .1);
}

.hub-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(20deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .05));
  z-index: 0;
}

.hub-card > * { position: relative; z-index: 1; }

.hub-card strong {
  margin: 8px 0;
  font-size: 28px;
}

.hub-card small {
  max-width: 360px;
  color: rgba(255, 255, 255, .76);
  line-height: 1.6;
}

.group-card {
  background: url("https://images.unsplash.com/photo-1509631179647-0177331693ae?auto=format&fit=crop&w=1000&q=80") center/cover;
}

.huayi-card {
  background: url("https://images.unsplash.com/photo-1556905055-8f358a7a47b2?auto=format&fit=crop&w=1000&q=80") center/cover;
}

.site {
  background: var(--paper);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 44px;
  color: var(--white);
  background: linear-gradient(rgba(0, 0, 0, .42), rgba(0, 0, 0, 0));
}

.nav.scrolled {
  color: var(--ink);
  background: rgba(248, 246, 241, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.brand span {
  font-size: 24px;
}

.brand small {
  margin-top: 4px;
  font-size: 11px;
  letter-spacing: 3px;
}

.nav nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
}

.nav button {
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.language-switch {
  padding: 8px 18px;
  border: 1.5px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-left: 12px;
}

.language-switch:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff !important;
  transform: translateY(-1px);
}

.quote-button {
  padding: 10px 16px;
  border: 1px solid var(--blue) !important;
  background: var(--blue) !important;
  border-color: var(--blue) !important;
  color: var(--white) !important;
}

.nav-toggle {
  display: none;
}

.hero {
  min-height: 92vh;
  position: relative;
  display: grid;
  align-items: end;
  padding: 140px 44px 70px;
  overflow: hidden;
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .22) 58%, rgba(0, 0, 0, .5));
}

.group-hero .hero-media {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .08)),
    url("https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&w=2200&q=82") center/cover;
}

.huayi-hero .hero-media {
  background:
    linear-gradient(90deg, rgba(9, 45, 87, .62), rgba(9, 45, 87, .08)),
    url("https://images.unsplash.com/photo-1556905055-8f358a7a47b2?auto=format&fit=crop&w=2200&q=82") center/cover;
}

.hero-content {
  width: min(780px, 100%);
}

.eyebrow {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--gold);
}

.blue-text {
  color: var(--blue);
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1;
  letter-spacing: 0;
}

.huayi-site .hero h1 {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  max-width: 860px;
}

.hero p:not(.eyebrow) {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.75;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid currentColor;
  cursor: pointer;
}

.button.primary {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.button.primary.blue {
  background: var(--blue);
  border-color: var(--blue);
}

.button.ghost {
  color: var(--white);
}

.button.blue-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, .74);
}

.ticker,
.buyer-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.ticker div,
.buyer-strip div {
  min-height: 138px;
  padding: 32px 38px;
  border-right: 1px solid var(--line);
}

.ticker strong,
.buyer-strip strong {
  display: block;
  font-size: 38px;
  line-height: 1;
}

.ticker span,
.buyer-strip span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
}

.buyer-strip strong {
  color: var(--blue);
}

.section {
  padding: 88px 44px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 70px;
  align-items: end;
}

.section h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1;
  letter-spacing: 0;
}

.section-lead {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.engines {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.engine {
  min-height: 330px;
  padding: 34px;
  border-right: 1px solid var(--line);
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.engine.active,
.engine:hover {
  background: var(--ink);
  color: var(--white);
}

.engine span {
  color: var(--gold);
  font-weight: 800;
}

.engine h3 {
  margin: 86px 0 18px;
  font-size: 28px;
}

.engine p {
  color: inherit;
  opacity: .72;
  line-height: 1.7;
}

.capability-band {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 48px;
  align-items: center;
  background: var(--ink);
  color: var(--white);
}

.chain {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .24);
}

.chain span {
  min-height: 96px;
  display: grid;
  place-items: center;
  background: #1e1e1e;
  color: rgba(255, 255, 255, .86);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.proof-grid article {
  background: var(--white);
}

.proof-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.proof-grid h3,
.proof-grid p {
  margin-left: 24px;
  margin-right: 24px;
}

.proof-grid h3 {
  margin-top: 24px;
  font-size: 24px;
}

.proof-grid p {
  margin-bottom: 28px;
  color: var(--muted);
  line-height: 1.7;
}

.sustainability {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 40px;
  align-items: center;
  background: #ebe7dd;
}

.cert-row,
.cert-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cert-row span,
.cert-panel span {
  padding: 14px 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .56);
  font-weight: 700;
}

.contact-strip,
.quote-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 54px 44px;
  background: var(--ink);
  color: var(--white);
}

.contact-strip h2,
.quote-strip h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.06;
}

.quote-strip {
  background: var(--blue-ink);
}

.quote-strip p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .72);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-card {
  position: relative;
  min-height: 330px;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: var(--white);
  background: var(--ink);
  cursor: pointer;
}

.product-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  opacity: .68;
  transition: transform .35s ease, opacity .35s ease;
}

.product-card span {
  position: absolute;
  left: 22px;
  bottom: 24px;
  z-index: 1;
  font-size: 24px;
  font-weight: 800;
}

.product-card.active img,
.product-card:hover img {
  transform: scale(1.06);
  opacity: .9;
}

.workflow {
  background: var(--white);
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 0;
  margin: 42px 0 0;
  list-style: none;
  border: 1px solid var(--line);
}

.steps li {
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.steps li:last-child {
  border-right: 0;
}

.steps span {
  color: var(--blue);
  font-weight: 800;
}

.steps strong {
  display: block;
  margin-top: 48px;
  font-size: 22px;
}

.steps small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.5;
}

.quality-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  background: var(--blue-soft);
}

.quality-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  line-height: 1.8;
}

.cert-panel {
  align-content: center;
  background: var(--white);
  padding: 38px;
  box-shadow: var(--shadow);
}

.cert-panel span {
  border-color: rgba(14, 90, 167, .24);
  color: var(--blue-ink);
}

.markets {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 48px;
  background: var(--white);
}

.market-map {
  min-height: 330px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 14px;
  padding: 38px;
  background:
    linear-gradient(rgba(12, 45, 87, .76), rgba(12, 45, 87, .78)),
    url("https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1100&q=80") center/cover;
}

.market-map span {
  padding: 12px 16px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .42);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, .58);
}

.modal.open {
  display: flex;
}

.modal-panel {
  width: min(620px, 100%);
  padding: 34px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.modal-close {
  float: right;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.modal h2 {
  margin: 0 0 24px;
  font-size: 38px;
}

.modal form {
  display: grid;
  gap: 16px;
}

.modal label {
  display: grid;
  gap: 8px;
  color: var(--blue-ink);
  font-weight: 700;
}

.modal input,
.modal textarea {
  width: 100%;
  border: 1px solid rgba(12, 45, 87, .2);
  padding: 13px 14px;
}

.modal textarea {
  min-height: 110px;
  resize: vertical;
}

@media (max-width: 900px) {
  .nav {
    padding: 18px 22px;
  }

  .nav-toggle {
    display: block;
  }

  .nav nav {
    position: fixed;
    top: 68px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    color: var(--ink);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .nav nav.open {
    display: flex;
  }

  .nav nav a,
  .nav nav button {
    padding: 14px 4px;
    text-align: left;
  }

  .hero {
    min-height: 760px;
    padding: 120px 22px 44px;
  }

  .ticker,
  .buyer-strip,
  .engines,
  .proof-grid,
  .product-grid,
  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .split,
  .capability-band,
  .sustainability,
  .quality-grid,
  .markets,
  .contact-strip,
  .quote-strip {
    grid-template-columns: 1fr;
    display: grid;
  }

  .section {
    padding: 62px 22px;
  }

  .contact-strip,
  .quote-strip {
    padding: 44px 22px;
  }

  .hub-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .ticker,
  .buyer-strip,
  .engines,
  .proof-grid,
  .product-grid,
  .steps,
  .chain {
    grid-template-columns: 1fr;
  }

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

/* Direction reset: Group = Concept 1 editorial fashion, Huayi = Concept 2 precision supply chain. */
.editorial-group {
  background: #f4efe6;
}

.editorial-nav {
  color: #fff;
}

.editorial-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(320px, 1.02fr) minmax(360px, .98fr);
  align-items: end;
  gap: 0;
  position: relative;
  padding: 118px 44px 44px;
  background: #111;
  color: #fff;
  overflow: hidden;
}

.editorial-hero-image {
  min-height: calc(100vh - 162px);
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0) 42%, rgba(17, 17, 17, .72)),
    url("https://images.unsplash.com/photo-1509631179647-0177331693ae?auto=format&fit=crop&w=1500&q=86") center/cover;
}

.editorial-hero-copy {
  min-height: calc(100vh - 162px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 52px;
  background: #171717;
}

.editorial-hero-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  font-size: clamp(68px, 10vw, 148px);
  line-height: .86;
  letter-spacing: 0;
}

.hero-statement {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 21px;
  line-height: 1.75;
}

.editorial-caption {
  position: absolute;
  right: 44px;
  top: 118px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 520px;
}

.editorial-caption span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  text-transform: uppercase;
}

.fashion-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #f4efe6;
  border-bottom: 1px solid rgba(17, 17, 17, .12);
}

.fashion-metrics div {
  padding: 34px 44px;
  border-right: 1px solid rgba(17, 17, 17, .12);
}

.fashion-metrics span {
  display: block;
  color: #85796b;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.fashion-metrics strong {
  display: block;
  margin-top: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 72px);
  line-height: .9;
}

.fashion-intro {
  max-width: 1160px;
}

.fashion-intro h2 {
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  max-width: 1040px;
}

.fashion-intro p:last-child {
  max-width: 720px;
  margin-top: 26px;
  color: #6f655b;
  font-size: 18px;
  line-height: 1.9;
}

.fashion-houses {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  grid-auto-rows: minmax(310px, auto);
  gap: 1px;
  background: rgba(17, 17, 17, .16);
  border-top: 1px solid rgba(17, 17, 17, .16);
  border-bottom: 1px solid rgba(17, 17, 17, .16);
}

.house {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  background: #fbf8f2;
}

.house-large {
  grid-row: span 2;
  padding: 0;
}

.house-large img,
.image-house img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  display: block;
}

.house-large div {
  padding: 34px;
  background: #fbf8f2;
}

.house.dark {
  background: #111;
  color: #fff;
}

.house span {
  color: var(--red);
  font-weight: 800;
}

.house h3 {
  margin: 18px 0 14px;
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  font-size: 34px;
  line-height: 1.08;
}

.house p {
  margin: 0;
  color: inherit;
  opacity: .7;
  line-height: 1.75;
}

.magazine-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
  background: #111;
  color: #fff;
}

.magazine-photo {
  min-height: 560px;
  background: url("https://images.unsplash.com/photo-1489987707025-afc232f7ea0f?auto=format&fit=crop&w=1300&q=86") center/cover;
}

.magazine-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px;
}

.magazine-copy h2,
.editorial-responsibility h2 {
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
}

.magazine-copy p:last-child {
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
  line-height: 1.9;
}

.editorial-responsibility {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 46px;
  align-items: center;
  background: #f4efe6;
}

.editorial-certs span {
  background: #fff;
}

.editorial-contact {
  background: #111;
}

.precision-huayi {
  --blue: #0967b9;
  --blue-ink: #082b52;
  --blue-soft: #eef6ff;
  background: #f7fbff;
}

.precision-nav {
  color: var(--blue-ink);
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(9, 103, 185, .12);
  backdrop-filter: blur(18px);
}

.precision-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(420px, 1.08fr);
  gap: 40px;
  align-items: center;
  padding: 138px 44px 64px;
  color: var(--blue-ink);
  background:
    linear-gradient(90deg, #f7fbff, rgba(247, 251, 255, .86)),
    url("https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1600&q=78") center/cover;
}

.precision-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(54px, 7vw, 104px);
  line-height: .95;
  letter-spacing: 0;
}

.precision-copy p:not(.eyebrow) {
  max-width: 650px;
  margin: 24px 0 0;
  color: #49627b;
  font-size: 18px;
  line-height: 1.8;
}

.outline-blue {
  color: var(--blue);
  border-color: rgba(9, 103, 185, .4);
  background: #fff;
}

.precision-panel {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(9, 103, 185, .14);
  box-shadow: 0 28px 80px rgba(8, 43, 82, .16);
}

.panel-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(9, 103, 185, .12);
}

.panel-header span {
  color: #5d7389;
}

.panel-header strong {
  color: var(--blue);
}

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

.dashboard-grid article {
  min-height: 132px;
  padding: 24px;
  border-right: 1px solid rgba(9, 103, 185, .12);
  border-bottom: 1px solid rgba(9, 103, 185, .12);
}

.dashboard-grid small {
  display: block;
  color: #6c8195;
}

.dashboard-grid strong {
  display: block;
  margin-top: 18px;
  color: var(--blue-ink);
  font-size: 28px;
  line-height: 1.05;
}

.precision-panel img {
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  display: block;
}

.procurement-intro {
  background: #fff;
}

.procurement-intro h2 {
  max-width: 980px;
}

.buyer-questions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 42px;
  background: rgba(9, 103, 185, .14);
}

.buyer-questions span {
  min-height: 116px;
  display: flex;
  align-items: center;
  padding: 22px;
  background: #f7fbff;
  color: var(--blue-ink);
  font-weight: 700;
}

.capability-matrix {
  display: grid;
  grid-template-columns: 1.1fr repeat(5, 1fr);
  background: rgba(9, 103, 185, .16);
  gap: 1px;
  border-top: 1px solid rgba(9, 103, 185, .16);
  border-bottom: 1px solid rgba(9, 103, 185, .16);
}

.matrix-title,
.matrix-cell {
  min-height: 300px;
  padding: 28px;
  background: #fff;
}

.matrix-title h2 {
  margin: 0;
  color: var(--blue-ink);
  font-size: 42px;
  line-height: 1;
}

.matrix-cell {
  border: 0;
  text-align: left;
  color: var(--blue-ink);
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.matrix-cell span {
  color: var(--blue);
  font-weight: 800;
}

.matrix-cell strong {
  display: block;
  margin-top: 96px;
  font-size: 24px;
}

.matrix-cell small {
  display: block;
  margin-top: 14px;
  color: #60778e;
  line-height: 1.55;
}

.matrix-cell.active,
.matrix-cell:hover {
  background: var(--blue);
  color: #fff;
}

.matrix-cell.active span,
.matrix-cell:hover span,
.matrix-cell.active small,
.matrix-cell:hover small {
  color: rgba(255, 255, 255, .78);
}

.precision-workflow {
  background: #f7fbff;
}

.workflow-heading {
  max-width: 920px;
}

.precision-steps {
  border-color: rgba(9, 103, 185, .16);
  background: #fff;
}

.precision-steps li {
  border-color: rgba(9, 103, 185, .14);
}

.quality-control {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
  background: #fff;
}

.qc-image {
  min-height: 560px;
  background: url("https://images.unsplash.com/photo-1603252109303-2751441dd157?auto=format&fit=crop&w=1300&q=84") center/cover;
}

.qc-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px;
}

.qc-copy p:not(.eyebrow) {
  color: #526b83;
  font-size: 18px;
  line-height: 1.8;
}

.precision-certs {
  margin-top: 26px;
  padding: 0;
  box-shadow: none;
  background: transparent;
}

.precision-quote {
  background: var(--blue-ink);
}

@media (max-width: 1080px) {
  .editorial-hero,
  .precision-hero,
  .magazine-split,
  .editorial-responsibility,
  .quality-control {
    grid-template-columns: 1fr;
  }

  .fashion-houses,
  .capability-matrix {
    grid-template-columns: 1fr 1fr;
  }

  .buyer-questions {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-caption {
    position: static;
    margin-top: 24px;
  }
}

@media (max-width: 680px) {
  .editorial-hero,
  .precision-hero {
    padding: 104px 22px 32px;
  }

  .editorial-hero-copy,
  .magazine-copy,
  .qc-copy {
    padding: 34px 24px;
  }

  .fashion-metrics,
  .fashion-houses,
  .capability-matrix,
  .buyer-questions,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
}

