﻿body {
  background:
    radial-gradient(circle at top left, rgba(191, 168, 125, .14), transparent 28%),
    linear-gradient(180deg, #f7f2ea 0%, #ede4d6 44%, #f7f2ea 100%) !important;
}

.wrap {
  width: min(1200px, calc(100% - 56px));
}

.topbar {
  background: rgba(247, 242, 234, .92) !important;
  border-bottom-color: rgba(58, 50, 40, .12) !important;
  box-shadow: 0 10px 32px rgba(58, 50, 40, .05);
}

.nav {
  min-height: 76px;
}

.brand {
  gap: 14px;
}

.brand-logo {
  width: 56px;
  height: 56px;
}

.brand-name {
  font-size: 30px !important;
  letter-spacing: .08em !important;
}

.brand-sub {
  margin-top: 3px;
  font-size: 11px !important;
  letter-spacing: .16em !important;
}

.nav-links {
  gap: 22px !important;
}

.nav-links a {
  position: relative;
  padding: 6px 0;
}

.nav-links a::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  content: "";
  background: rgba(167, 137, 85, .88);
  transition: width .24s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

.hero {
  min-height: 690px !important;
  background:
    linear-gradient(90deg, rgba(38, 31, 24, .86) 0%, rgba(38, 31, 24, .70) 34%, rgba(38, 31, 24, .34) 62%, rgba(38, 31, 24, .14) 100%),
    linear-gradient(180deg, rgba(247, 242, 234, .12) 0%, rgba(58, 50, 40, .18) 100%),
    url('thumbs/home-hero-clean.jpg') center/cover no-repeat !important;
}

.hero::after {
  background:
    radial-gradient(circle at 20% 36%, rgba(255, 247, 234, .12), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, .04) 0%, rgba(58, 50, 40, .20) 100%) !important;
}

.hero .wrap {
  min-height: 690px !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 104px 0 86px !important;
}

.hero-copy {
  max-width: 540px !important;
  text-align: left !important;
  color: #f8f2e8 !important;
}

.hero-brand {
  display: block !important;
  margin-bottom: 18px !important;
  font-size: 64px !important;
  line-height: 1.06 !important;
  letter-spacing: .06em !important;
  text-shadow: 0 6px 24px rgba(0, 0, 0, .24);
}

.hero-brand .en {
  margin-top: 8px !important;
  font-size: 15px !important;
  color: rgba(255, 246, 231, .72) !important;
  letter-spacing: .03em !important;
}

.eyebrow {
  display: inline-grid !important;
  justify-items: start !important;
  gap: 2px !important;
  margin-bottom: 20px !important;
  padding: 0 0 0 16px !important;
  border: 0 !important;
  border-left: 2px solid rgba(191, 168, 125, .92) !important;
  background: transparent !important;
  color: #f1dfbf !important;
}

.eyebrow .cn {
  font-size: 15px !important;
}

.eyebrow .en {
  margin-top: 0 !important;
  font-size: 11px !important;
  color: rgba(255, 246, 231, .62) !important;
  letter-spacing: .05em !important;
}

h1 {
  font-size: 38px !important;
  line-height: 1.26 !important;
  letter-spacing: .03em !important;
}

h1 .en {
  margin-top: 8px !important;
  font-size: 15px !important;
  color: rgba(255, 246, 231, .76) !important;
  letter-spacing: .03em !important;
}

.hero-subtitle {
  margin-top: 14px !important;
  font-size: 30px !important;
  line-height: 1.3 !important;
  color: rgba(255, 249, 242, .94) !important;
  letter-spacing: .03em !important;
}

.hero-subtitle .en {
  margin-top: 8px !important;
  font-size: 14px !important;
  color: rgba(255, 246, 231, .68) !important;
  letter-spacing: .02em !important;
}

.hero-text {
  margin: 22px 0 0 !important;
  max-width: 510px !important;
  font-size: 16px !important;
  color: rgba(255, 249, 242, .84) !important;
  line-height: 1.9 !important;
  text-shadow: none !important;
}

.hero-text .en {
  margin-top: 6px !important;
  font-size: 13px !important;
  color: rgba(255, 246, 231, .62) !important;
}

.hero-actions {
  justify-content: flex-start !important;
  gap: 12px !important;
  margin-top: 30px !important;
}

.hero-btn {
  min-width: 146px !important;
  padding: 13px 22px !important;
  border-radius: 999px;
  letter-spacing: .05em !important;
  background: rgba(247, 242, 234, .08) !important;
}

.hero-btn.primary {
  background: rgba(191, 168, 125, .94) !important;
}

section {
  padding: 92px 0 !important;
}

.section-head {
  grid-template-columns: 1fr minmax(260px, 460px) !important;
  gap: 24px !important;
  margin-bottom: 36px !important;
  padding-bottom: 18px !important;
}

.section-kicker {
  letter-spacing: .18em !important;
}

.section-title {
  font-size: 40px !important;
  letter-spacing: .06em !important;
}

.section-note {
  max-width: 460px !important;
  color: #6d5d4a !important;
}

.adv {
  background: rgba(251, 248, 243, .96) !important;
}

.adv-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.adv-card {
  min-height: 250px;
  padding: 28px 22px !important;
  background: linear-gradient(180deg, rgba(255, 252, 247, .96), rgba(241, 233, 220, .94)) !important;
  border: 1px solid rgba(191, 168, 125, .18) !important;
  box-shadow: 0 16px 30px rgba(58, 50, 40, .05) !important;
}

.adv-num {
  font-size: 30px !important;
  margin-bottom: 14px !important;
}

.adv-card h3 {
  font-size: 20px !important;
  margin-bottom: 10px !important;
}

.adv-card p {
  font-size: 14px !important;
  line-height: 1.82 !important;
}

#products {
  background: linear-gradient(180deg, rgba(239, 230, 215, .78), rgba(247, 242, 234, .92));
}

.catalog-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.catalog-card {
  width: auto !important;
  min-width: 0 !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 32px rgba(58, 50, 40, .06) !important;
}

.catalog-image {
  height: 270px !important;
  background-size: contain !important;
  background-position: center center !important;
  background-color: #f5eee3 !important;
}

.catalog-body {
  min-height: 252px !important;
  padding: 20px 20px 22px !important;
}

.catalog-body h3 {
  font-size: 22px !important;
  text-align: left !important;
  letter-spacing: .04em !important;
}

.catalog-body h3 .en {
  margin-top: 4px;
  font-size: 12px;
}

.catalog-body p {
  font-size: 14px !important;
  line-height: 1.78 !important;
}

.catalog-link {
  text-align: left !important;
  letter-spacing: .08em !important;
}

.process {
  background:
    linear-gradient(180deg, rgba(58, 50, 40, .96), rgba(46, 39, 31, .96)),
    url('thumbs/factory/image-7863f459d3.jpg') center/cover no-repeat !important;
}

.process-grid {
  grid-template-columns: .94fr 1.06fr !important;
  gap: 40px !important;
}

.process-image {
  min-height: 520px !important;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 40px rgba(0, 0, 0, .16);
}

.steps {
  gap: 18px !important;
}

.step {
  grid-template-columns: 60px 1fr !important;
  gap: 14px !important;
}

.step strong {
  font-size: 24px !important;
}

.step h3 {
  font-size: 22px;
}

.about {
  background: linear-gradient(180deg, #f6f0e5 0%, #fbf8f2 100%) !important;
}

.about-top {
  grid-template-columns: .96fr 1.04fr !important;
  gap: 42px !important;
}

.about-copy p {
  font-size: 16px !important;
  line-height: 1.92 !important;
}

.about-image {
  min-height: 560px !important;
  border: 0 !important;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(58, 50, 40, .08) !important;
}

.stats {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.stat {
  min-height: 176px !important;
  padding: 20px 16px !important;
  border-top-width: 2px !important;
}

.stat strong {
  min-height: 54px !important;
  font-size: 22px !important;
}

.factory-flow {
  margin-top: 46px !important;
  padding: 24px !important;
  background: rgba(255, 252, 246, .84) !important;
  border-color: rgba(191, 168, 125, .18) !important;
  box-shadow: 0 16px 30px rgba(58, 50, 40, .05) !important;
}

.factory-head h3 {
  font-size: 28px !important;
}

.factory-head p {
  color: #705f4e !important;
}

.factory-item {
  width: 284px !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 24px rgba(58, 50, 40, .05) !important;
}

.factory-photo {
  height: 194px !important;
}

.contact {
  background:
    linear-gradient(135deg, rgba(141, 114, 86, .96) 0%, rgba(90, 71, 53, .96) 100%),
    url('thumbs/factory/image-a637eb022c.jpg') center/cover no-repeat !important;
}

.contact-layout {
  grid-template-columns: 1.14fr .86fr !important;
  gap: 26px !important;
}

.contact-panel {
  padding: 30px !important;
  border-radius: 20px;
}

.contact-panel h3 {
  font-size: 30px !important;
}

.contact-list {
  gap: 14px !important;
}

.contact-highlight strong {
  font-size: 30px !important;
}

.contact-qrs {
  max-width: 420px;
}

.contact-qr {
  border-radius: 16px;
  overflow: hidden;
}

.contact-qr-action,
.contact-btn {
  border-radius: 999px;
}

.contact-step {
  border-radius: 14px;
}

@media (max-width: 1180px) {
  .section-head,
  .process-grid,
  .about-top,
  .contact-layout {
    grid-template-columns: 1fr !important;
  }

  .adv-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  .wrap {
    width: min(100% - 32px, 1200px);
  }

  .nav {
    min-height: auto;
    padding: 16px 0;
  }

  .brand-name {
    font-size: 26px !important;
  }

  .hero,
  .hero .wrap {
    min-height: auto !important;
  }

  .hero .wrap {
    padding: 94px 0 76px !important;
  }

  .hero-copy {
    max-width: 640px !important;
  }

  .hero-brand {
    font-size: 46px !important;
  }

  h1 {
    font-size: 30px !important;
  }

  .hero-subtitle {
    font-size: 24px !important;
  }

  .adv-grid,
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .catalog-image {
    height: 246px !important;
  }
}

@media (max-width: 720px) {
  .nav-links {
    flex-wrap: wrap;
  }

  .hero {
    background-position: 64% center !important;
  }

  .hero-copy {
    text-align: left !important;
  }

  .hero-brand {
    font-size: 38px !important;
  }

  h1 {
    font-size: 27px !important;
  }

  .hero-subtitle {
    font-size: 22px !important;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch !important;
  }

  .hero-btn {
    width: 100%;
  }

  .catalog-grid,
  .adv-grid,
  .stats,
  .contact-qrs {
    grid-template-columns: 1fr !important;
  }

  .catalog-card {
    width: 100% !important;
  }

  .catalog-body {
    min-height: 0 !important;
  }
}

@media (max-width: 720px) {
  .topbar {
    position: static !important;
  }

  .nav {
    align-items: flex-start !important;
    gap: 14px !important;
  }

  .brand {
    align-items: center !important;
  }

  .brand-sub {
    display: block;
    letter-spacing: .10em !important;
  }

  .nav-links {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 18px !important;
    width: 100%;
  }

  .nav-links a {
    min-width: 0;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(32, 27, 22, .78) 0%, rgba(32, 27, 22, .54) 100%),
      linear-gradient(90deg, rgba(32, 27, 22, .80) 0%, rgba(32, 27, 22, .38) 60%, rgba(32, 27, 22, .18) 100%),
      url('thumbs/home-hero-clean.jpg') 68% center / cover no-repeat !important;
  }

  .hero .wrap {
    padding: 58px 0 56px !important;
  }

  .hero-copy {
    max-width: 100% !important;
  }

  .hero-brand {
    max-width: 280px;
    line-height: 1.12 !important;
  }

  .eyebrow {
    max-width: 280px;
  }
}

/* Single-image hero revision based on approved reference */
.hero {
  min-height: 760px !important;
  background:
    linear-gradient(180deg, rgba(32, 27, 22, .34) 0%, rgba(32, 27, 22, .46) 100%),
    radial-gradient(circle at center, rgba(255, 247, 234, .06) 0%, rgba(255, 247, 234, 0) 45%),
    url('thumbs/home-hero-guanyin.jpg') center 34% / cover no-repeat !important;
}

.hero::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .03) 0%, rgba(58, 50, 40, .16) 100%) !important;
}

.hero .wrap {
  min-height: 760px !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 120px 0 100px !important;
}

.hero-copy {
  max-width: 920px !important;
  text-align: center !important;
  color: #fff8ee !important;
}

.hero-brand {
  margin-bottom: 20px !important;
  font-size: 28px !important;
  letter-spacing: .16em !important;
}

.hero-brand .en {
  font-size: 11px !important;
  letter-spacing: .22em !important;
  color: rgba(255, 248, 238, .72) !important;
}

.eyebrow {
  display: none !important;
}

h1 {
  font-size: 60px !important;
  line-height: 1.18 !important;
  letter-spacing: .03em !important;
}

h1 .en {
  display: none !important;
}

.hero-subtitle {
  margin-top: 8px !important;
  font-size: 26px !important;
  line-height: 1.34 !important;
  letter-spacing: .03em !important;
}

.hero-subtitle .en {
  display: none !important;
}

.hero-text {
  margin: 24px auto 0 !important;
  max-width: 780px !important;
  font-size: 18px !important;
  line-height: 1.9 !important;
  color: rgba(255, 248, 238, .9) !important;
}

.hero-text .en {
  display: none !important;
}

.hero-actions {
  justify-content: center !important;
  gap: 16px !important;
  margin-top: 36px !important;
}

.hero-btn {
  min-width: 138px !important;
  padding: 14px 30px !important;
  background: rgba(255, 255, 255, .04) !important;
  border-color: rgba(255, 248, 238, .44) !important;
  color: #fff8ee !important;
}

.hero-btn.primary {
  background: rgba(191, 168, 125, .92) !important;
  border-color: rgba(191, 168, 125, .92) !important;
  color: #2f271e !important;
}

.hero-btn .en {
  display: none !important;
}

@media (max-width: 860px) {
  .hero {
    min-height: 700px !important;
    background-position: center center !important;
  }

  .hero .wrap {
    min-height: 700px !important;
    padding: 104px 0 84px !important;
  }

  .hero-brand {
    font-size: 24px !important;
  }

  h1 {
    font-size: 44px !important;
  }

  .hero-subtitle {
    font-size: 22px !important;
  }

  .hero-text {
    font-size: 16px !important;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 620px !important;
    background:
      linear-gradient(180deg, rgba(32, 27, 22, .42) 0%, rgba(32, 27, 22, .54) 100%),
      url('thumbs/home-hero-guanyin.jpg') center center / cover no-repeat !important;
  }

  .hero .wrap {
    min-height: 620px !important;
    padding: 90px 0 72px !important;
  }

  .hero-copy {
    max-width: 100% !important;
  }

  .hero-brand {
    font-size: 20px !important;
    letter-spacing: .10em !important;
  }

  h1 {
    font-size: 34px !important;
  }

  .hero-subtitle {
    font-size: 18px !important;
  }

  .hero-text {
    max-width: 320px !important;
    font-size: 14px !important;
  }

  .hero-actions {
    flex-direction: row !important;
    justify-content: center !important;
  }

  .hero-btn {
    width: auto !important;
    min-width: 120px !important;
    padding: 12px 20px !important;
  }
}

/* Hero nav overlay for single-image homepage */
.topbar {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(28, 22, 17, .42), rgba(28, 22, 17, 0)) !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.brand-name,
.brand-sub,
.nav-links {
  color: rgba(255, 248, 238, .94) !important;
}

.brand-logo {
  background: rgba(255, 255, 255, .9) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12) !important;
}

.nav-links a::after {
  background: rgba(255, 248, 238, .9) !important;
}

.hero {
  padding-top: 0 !important;
}

@media (max-width: 720px) {
  .topbar {
    position: absolute !important;
    background: linear-gradient(180deg, rgba(28, 22, 17, .62), rgba(28, 22, 17, .08)) !important;
  }

  .nav {
    padding-top: 14px !important;
  }

  .brand-name,
  .brand-sub,
  .nav-links {
    color: rgba(255, 248, 238, .94) !important;
  }
}

/* Text clarity refinement for single-image hero */
.hero::after {
  background:
    linear-gradient(180deg, rgba(20, 16, 12, .10) 0%, rgba(20, 16, 12, .24) 100%),
    radial-gradient(circle at center, rgba(255, 247, 234, .05) 0%, rgba(255, 247, 234, 0) 42%) !important;
}

.hero-copy {
  max-width: 860px !important;
  padding: 34px 40px 38px !important;
  background: rgba(34, 28, 22, .24) !important;
  border: 1px solid rgba(255, 248, 238, .12) !important;
  box-shadow: 0 24px 64px rgba(18, 14, 10, .16) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.hero-brand {
  color: #fffaf2 !important;
  text-shadow: 0 10px 26px rgba(0, 0, 0, .30) !important;
}

h1,
.hero-subtitle,
.hero-text {
  text-shadow: 0 8px 22px rgba(0, 0, 0, .28) !important;
}

h1 {
  color: #fffdf8 !important;
}

.hero-subtitle {
  color: rgba(255, 250, 243, .96) !important;
}

.hero-text {
  color: rgba(255, 248, 238, .94) !important;
}

.hero-btn {
  box-shadow: 0 10px 24px rgba(20, 16, 12, .12);
}

@media (max-width: 720px) {
  .hero-copy {
    padding: 24px 18px 28px !important;
    background: rgba(34, 28, 22, .28) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}

/* Factory stats typography cleanup */
.stat {
  justify-content: flex-start !important;
  gap: 12px;
}

.stat strong {
  display: block !important;
  min-height: 0 !important;
  margin-bottom: 0 !important;
}

.stat strong .cn {
  display: block;
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.24;
  color: var(--coffee);
}

.stat strong .en {
  display: block;
  margin-top: 6px !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8a7557 !important;
}

.stat > .cn {
  display: block;
  font-size: 15px;
  line-height: 1.72;
  color: #5f5142;
}

.stat > .en {
  display: block;
  margin-top: 0 !important;
  font-size: 12px !important;
  line-height: 1.68 !important;
  color: #8c7a67 !important;
}

/* Contact QR card cleanup */
.contact-qrs {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  max-width: 520px !important;
  margin-top: 24px !important;
}

.contact-qr {
  display: grid !important;
  gap: 12px !important;
  padding: 18px !important;
  background: rgba(255, 252, 246, .96) !important;
  border: 1px solid rgba(255, 248, 240, .22) !important;
  border-radius: 18px !important;
  box-shadow: 0 16px 34px rgba(47, 39, 31, .16) !important;
}

.contact-qr-title {
  color: #3a3228;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.contact-qr-title .en {
  margin-top: 3px;
  color: #8a7557 !important;
  font-family: var(--sans);
  font-size: 11px !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-qr img {
  width: 100% !important;
  max-width: 210px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  background: #fff !important;
}

.contact-qr small {
  display: block !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  color: #5b4d3e !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

.contact-qr small .en {
  margin-top: 3px;
  color: #8c7a67 !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}

.contact-qr-action {
  margin-top: 2px !important;
  padding: 11px 14px !important;
  border-radius: 999px !important;
  background: #d5b45a !important;
  color: #30271f !important;
  font-size: 14px !important;
  letter-spacing: .04em !important;
  text-align: center !important;
}

.contact-qr-action .en {
  display: none !important;
}

.contact-qr-copy {
  margin-top: 10px !important;
  width: 100% !important;
  border: 1px solid rgba(191, 168, 125, .36) !important;
  background: linear-gradient(180deg, #f3ead8 0%, #e8dcc3 100%) !important;
  color: #3a3228 !important;
  box-shadow: 0 8px 18px rgba(58, 50, 40, .08) !important;
  cursor: pointer !important;
}

.contact-qr-copy .en {
  display: none !important;
}

@media (max-width: 720px) {
  .contact-qrs {
    grid-template-columns: 1fr !important;
    max-width: 300px !important;
  }
}

/* Factory stats number and title-height refinement */
.stats .stat strong {
  min-height: 82px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
}

.stats .stat strong .cn {
  min-height: 38px;
}

.stats .stat:nth-child(1) strong {
  min-height: 82px !important;
  justify-content: center;
}

.stats .stat:nth-child(1) strong .cn {
  font-size: 42px !important;
  line-height: 1 !important;
  letter-spacing: .03em;
}

.stats .stat:nth-child(1) strong .en {
  margin-top: 10px !important;
  font-size: 10px !important;
  letter-spacing: .12em;
}

.stats .stat:nth-child(2) strong .cn,
.stats .stat:nth-child(3) strong .cn,
.stats .stat:nth-child(4) strong .cn {
  font-size: 24px !important;
  line-height: 1.28 !important;
}

@media (max-width: 720px) {
  .stats .stat strong {
    min-height: 0 !important;
  }

  .stats .stat:nth-child(1) strong .cn {
    font-size: 36px !important;
  }
}

/* Header English readability */
.brand-sub {
  color: rgba(255, 248, 238, .82) !important;
}

.nav-links .en {
  color: rgba(255, 248, 238, .78) !important;
}

@media (max-width: 720px) {
  .brand-sub {
    color: rgba(255, 248, 238, .78) !important;
  }

  .nav-links .en {
    color: rgba(255, 248, 238, .74) !important;
  }
}


/* Homepage about stats layout reset */
#about .about-top {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 36px !important;
  align-items: start !important;
}

#about .stats {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin-top: 28px !important;
}

#about .stat {
  display: grid !important;
  grid-template-rows: 54px 40px 72px !important;
  align-content: start !important;
  gap: 10px !important;
  min-height: 208px !important;
  padding: 22px 20px !important;
  border: 1px solid rgba(191, 168, 125, .22) !important;
  border-top: 3px solid var(--gold-deep) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(247, 242, 234, .98), rgba(238, 231, 218, .94)) !important;
  box-shadow: 0 14px 28px rgba(58, 50, 40, .06) !important;
}

#about .stat strong,
#about .stat .stat-title {
  display: block !important;
  min-height: 0 !important;
  margin: 0 !important;
  font-family: var(--serif) !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  letter-spacing: .04em !important;
  color: var(--coffee) !important;
}

#about .stat .stat-subtitle {
  display: block !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  color: #9a8059 !important;
}

#about .stat .stat-copy {
  display: block !important;
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
  color: #655747 !important;
}

#about .about-media {
  align-self: start !important;
  width: 100% !important;
  min-height: 100% !important;
}

#about .about-media .craft-video-media {
  aspect-ratio: 16 / 11 !important;
}

@media (max-width: 1180px) {
  #about .about-top {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px) {
  #about .about-top {
    gap: 22px !important;
  }

  #about .about-copy p {
    margin-bottom: 14px !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
  }

  #about .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-top: 20px !important;
  }

  #about .stat {
    grid-template-rows: 44px 34px auto !important;
    min-height: 170px !important;
    padding: 16px 14px !important;
    gap: 8px !important;
    border-radius: 14px !important;
  }

  #about .stat strong,
  #about .stat .stat-title {
    font-size: 15px !important;
    line-height: 1.25 !important;
    letter-spacing: .02em !important;
  }

  #about .stat .stat-subtitle {
    font-size: 10px !important;
    line-height: 1.35 !important;
    letter-spacing: .1em !important;
  }

  #about .stat .stat-copy {
    font-size: 13px !important;
    line-height: 1.65 !important;
  }

  #about .about-media {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  #about .about-media::before {
    inset: 10px !important;
    border-radius: 14px !important;
  }

  #about .about-media-tag {
    margin-bottom: 10px !important;
    padding: 6px 10px !important;
    font-size: 10px !important;
    letter-spacing: .1em !important;
  }

  #about .about-media .craft-video-media {
    aspect-ratio: 16 / 10 !important;
    border-radius: 14px !important;
  }

  #about .about-media-copy {
    margin-top: 14px !important;
  }

  #about .about-media-copy h4 {
    margin-bottom: 8px !important;
    font-size: 24px !important;
    line-height: 1.18 !important;
  }

  #about .about-media-copy .en {
    margin-top: 4px !important;
    font-size: 11px !important;
    letter-spacing: .12em !important;
  }

  #about .about-media-copy p {
    font-size: 13px !important;
    line-height: 1.7 !important;
  }
}

@media (max-width: 420px) {
  #about .stats {
    grid-template-columns: 1fr !important;
  }

  #about .stat {
    min-height: 156px !important;
  }
}


/* Mobile header refinement */
@media (max-width: 720px) {
  .topbar {
    position: static !important;
    background: linear-gradient(180deg, rgba(38, 31, 25, .94), rgba(38, 31, 25, .88)) !important;
    backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(255, 248, 238, .10) !important;
  }

  .nav {
    min-height: 0 !important;
    margin: 10px 0 8px !important;
    padding: 14px 14px 12px !important;
    gap: 14px !important;
    align-items: stretch !important;
    background: rgba(255, 248, 238, .05) !important;
    border: 1px solid rgba(255, 248, 238, .10) !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .12) !important;
  }

  .brand {
    gap: 12px !important;
    width: 100% !important;
  }

  .brand-logo {
    width: 46px !important;
    height: 46px !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .16) !important;
  }

  .brand-name {
    font-size: 19px !important;
    line-height: 1.15 !important;
    letter-spacing: .06em !important;
  }

  .brand-sub {
    margin-top: 4px !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    letter-spacing: .06em !important;
    color: rgba(255, 248, 238, .72) !important;
  }

  .nav-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .nav-links a {
    padding: 10px 10px 9px !important;
    background: rgba(255, 248, 238, .06) !important;
    border: 1px solid rgba(255, 248, 238, .08) !important;
    border-radius: 14px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  .nav-links .cn {
    font-size: 13px !important;
  }

  .nav-links .en {
    margin-top: 4px !important;
    font-size: 10px !important;
    line-height: 1.4 !important;
    color: rgba(255, 248, 238, .68) !important;
  }

  .nav-links a::after {
    display: none !important;
  }

  .hero {
    min-height: auto !important;
  }

  .hero .wrap {
    min-height: 0 !important;
    padding: 42px 0 56px !important;
  }
}
