.home-hero .hero-copy h1 {
  max-width: 11ch;
}

.home-hero {
  display: grid;
  align-items: center;
}

.hero-float {
  position: absolute;
  right: max(1.25rem, calc((100% - var(--container-wide)) / 2 + 1rem));
  bottom: 12%;
  z-index: 4;
  width: min(280px, 32vw);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.3rem 1.15rem;
  box-shadow: var(--shadow-card);
}

.hero-float p {
  font-size: 0.82rem;
  color: var(--color-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.hero-float strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--color-ink);
}

.trust-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  padding: 1.4rem 0 0;
}

.trust-ribbon article {
  background: var(--color-white);
  border-radius: var(--radius-pill);
  padding: 0.85rem 1.1rem;
  text-align: center;
  box-shadow: var(--shadow-card);
  font-size: 0.92rem;
  color: var(--color-ink);
}

.trust-ribbon strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--color-accent);
  font-size: 1.05rem;
}

.shell {
  background: var(--grad-shell);
  border-radius: var(--radius-xl);
  padding: 2.4rem 2rem;
}

.slogan-stack {
  margin-top: 1.4rem;
  display: grid;
  gap: 0.35rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
}

.band-cream {
  background: transparent;
}

.band-navy {
  background: var(--color-navy);
  color: var(--color-cream);
  border-radius: 0;
}

.band-navy h2,
.band-navy .section-head h2 {
  color: var(--color-white);
}

.band-navy .section-kicker {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.28);
}

.band-navy .section-intro {
  color: rgba(255, 255, 255, 0.78);
}

.about-panel {
  background: transparent;
  color: var(--color-ink);
  padding: 0 0 var(--space-8);
}

.about-panel .container {
  background:
    linear-gradient(105deg, rgba(7, 11, 20, 0.92) 0%, rgba(12, 20, 36, 0.78) 52%, rgba(12, 20, 36, 0.5) 100%),
    url("../assets/images/web2img004.jpg") center / cover no-repeat;
  color: var(--color-white);
  border-radius: var(--radius-xl);
  padding: 3.4rem 3rem;
}

.about-panel .section-kicker {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.28);
}

.about-panel h2 {
  font-family: var(--font-sans);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  max-width: 12ch;
  margin-bottom: 1rem;
  color: var(--color-white);
}

.about-panel p {
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.78);
}

.about-panel .btn-ghost {
  background: transparent;
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.28);
}

.about-panel .btn-ghost::after {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / 15px no-repeat,
    rgba(255, 255, 255, 0.16);
}

.article-wrap {
  padding: var(--space-8) 0 var(--space-9);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.7fr);
  gap: var(--space-7);
  align-items: start;
}

.sticky-aside {
  position: sticky;
  top: calc(var(--header-h) + 1.2rem);
  background: var(--color-accent);
  color: var(--color-white);
  padding: 1.7rem 1.4rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.sticky-aside h2 {
  font-family: var(--font-sans);
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}

.sticky-aside p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 1.1rem;
}

.sticky-aside .btn-gold {
  background: var(--color-white);
  color: var(--color-accent);
  border-color: var(--color-white);
  box-shadow: none;
}

.sticky-aside .btn-gold::after {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f6bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / 15px no-repeat,
    rgba(47, 107, 255, 0.12);
}

.method-list {
  display: grid;
  gap: 1.1rem;
}

.method-item {
  padding: 1.3rem 1.3rem;
  border-top: 0;
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.method-item h3 {
  font-family: var(--font-sans);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--color-ink);
  margin-bottom: 0.4rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: var(--space-6);
}

.contact-visual {
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  min-height: 180px;
}

.contact-visual img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.contact-facts {
  display: grid;
  gap: 1rem;
}

.contact-facts article {
  padding: 1.2rem 1.3rem;
  border-bottom: 0;
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.contact-facts h2 {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-ink);
}

.promise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 0;
}

.promise-grid article {
  background: var(--color-white);
  padding: 1.5rem 1.3rem;
  border-left: 0;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.promise-grid h3 {
  font-family: var(--font-sans);
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: var(--color-ink);
}

.page-hero.compact h1 {
  font-size: inherit;
  font-weight: inherit;
  max-width: none;
}

.page-hero.compact .hero-en {
  display: block;
  font-family: var(--font-display);
  font-size: var(--fs-display);
  font-weight: 200;
  letter-spacing: -0.05em;
  line-height: 0.9;
  color: var(--color-white);
}

.page-hero.compact .hero-zh {
  display: block;
  margin-top: 0.85rem;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color-gold-bright);
}

.page-hero.compact .lede,
.page-hero.compact .eyebrow {
  max-width: 42ch;
}

@media (max-width: 1100px) {
  .hero-float {
    display: none;
  }
}

@media (max-width: 900px) {
  .article-layout,
  .contact-grid,
  .promise-grid,
  .trust-ribbon {
    grid-template-columns: 1fr;
  }

  .sticky-aside {
    position: static;
  }

  .about-panel .container {
    padding: 2.2rem 1.4rem;
  }

  .shell {
    padding: 1.4rem 1rem;
  }
}
