/* Nombre tradicional completo en el rojo caligráfico existente. */
.hero-copy .chinese-name {
  max-width: 100%;
  align-self: center;
  margin: 0 0 8px;
  font-size: clamp(1rem, 1.8vw, 1.55rem);
  letter-spacing: .035em;
  text-align: center;
  white-space: nowrap;
}

.hero-copy .kicker {
  margin-bottom: 8px;
}

.hero-copy h1 {
  align-self: center;
  width: 100%;
  text-align: center;
}

.hero-copy h1 span {
  margin-left: 0;
}

.international-name {
  margin-top: 20px;
  color: #fff;
  font-size: .67rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.5;
  text-align: center;
}

.international-name strong {
  display: inline-block;
  padding-bottom: 0;
  border-bottom: 0;
  color: var(--gold2);
  font: 700 .92rem/1.2 var(--sans);
  letter-spacing: 0;
}

/* Iconos sin recuadros: círculos vivos dentro de acciones claramente pulsables. */
.contact-icon {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  box-shadow: 0 0 0 4px rgba(157, 45, 34, .12);
}

.contact-strip > a,
.contact-strip > button {
  transition: background .22s, color .22s, box-shadow .22s;
}

.contact-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.contact-strip > a,
.contact-strip > button {
  border: 1px solid var(--line) !important;
  border-radius: 18px;
  background: var(--light);
  box-shadow: 0 12px 24px rgba(47, 27, 18, .08);
}

.contact-strip > a:hover,
.contact-strip > button:hover {
  border-color: var(--gold2) !important;
  background: var(--red);
}

.contact-strip .email-action strong {
  font-size: .9rem;
}

.contact-strip > a:hover .contact-icon,
.contact-strip > button:hover .contact-icon,
.contact-strip > a:focus-visible .contact-icon,
.contact-strip > button:focus-visible .contact-icon {
  border: 0;
  background: var(--gold2);
  color: var(--ink);
  box-shadow: 0 0 0 4px rgba(212, 187, 130, .22);
}

.contact-strip > a:focus-visible,
.contact-strip > button:focus-visible,
.mobile-dock a:focus-visible,
.mobile-dock button:focus-visible,
.header-share:focus-visible {
  outline: 2px solid var(--gold2);
  outline-offset: -3px;
}

.header-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid var(--gold2);
  border-radius: 999px;
  background: var(--gold2);
  color: var(--red);
  transition: background .2s, color .2s, border-color .2s;
}

.header-share:hover {
  border-color: var(--gold2);
  background: var(--red);
  color: #fff;
}

.header-share .bi {
  color: var(--red);
}

.header-share:hover .bi {
  color: var(--gold2);
}

footer button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--gold2);
  border-radius: 999px;
  background: rgba(212, 187, 130, .1);
  color: var(--gold2);
  text-decoration: none;
}

footer button:hover,
footer button:focus-visible {
  background: var(--gold2);
  color: var(--ink);
}

footer button .bi {
  margin-right: 0;
  font-size: 1rem;
}

.mobile-dock a,
.mobile-dock button {
  background: rgba(157, 45, 34, .35);
  border: 1px solid rgba(212, 187, 130, .2);
  border-radius: 12px;
  transition: background .2s, color .2s;
}

.mobile-dock a:hover,
.mobile-dock button:hover,
.mobile-dock a:active,
.mobile-dock button:active {
  background: var(--gold2);
  color: var(--ink);
}

.mobile-dock a:hover .action-icon,
.mobile-dock button:hover .action-icon,
.mobile-dock a:active .action-icon,
.mobile-dock button:active .action-icon {
  color: var(--red);
}

.hero-registration {
  display: block;
  margin-bottom: 12px;
  color: var(--gold2);
  font: 700 .68rem/1.45 var(--sans);
  letter-spacing: .11em;
  text-transform: uppercase;
}

@media (min-width: 1021px) {
  .hero-copy {
    justify-content: flex-start;
    padding-top: clamp(72px, 7vw, 96px);
  }
}

@media (max-width: 1020px) {
  .hero-copy h1 {
    align-self: start;
  }

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

  .contact-strip > :last-child {
    grid-column: 1 / -1;
  }

  .hero-copy .chinese-name {
    align-self: start;
    font-size: clamp(1.05rem, 2.6vw, 1.4rem);
  }

  .international-name {
    display: block;
  }
}

@media (min-width: 761px) and (max-width: 1020px) and (max-aspect-ratio: 6/5) {
  .hero {
    grid-template-rows: clamp(860px, 110vw, 960px) auto auto auto auto;
  }

  .hero-copy .chinese-name {
    margin-top: 110px;
  }

  .hero-copy .kicker {
    margin-top: 157px;
  }

  .international-name {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    padding: 30px 24px 0;
  }

  .hero-lead {
    grid-row: 3;
    padding-top: 18px;
  }

  .hero-actions {
    grid-row: 4;
  }

  .hero-position {
    grid-row: 5;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 0;
  }

  .hero {
    grid-template-rows: clamp(680px, 190vw, 790px) auto auto auto auto;
  }

  .contact-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-strip > :last-child {
    grid-column: auto;
  }

  .hero-copy .chinese-name {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: start !important;
    justify-self: center;
    width: calc(100% - 24px);
    font-size: clamp(1rem, 5.2vw, 1.4rem);
    letter-spacing: .005em;
    margin: 82px 12px 0 !important;
    margin-bottom: 0;
    text-align: center;
  }

  .hero-copy .kicker {
    margin-top: 132px;
    margin-bottom: 0;
  }

  .international-name {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    padding: 24px 22px 0;
    font-size: .69rem;
  }

  .international-name strong {
    display: block;
    width: fit-content;
    margin: 3px auto 0;
    font-size: .98rem;
    font-family: var(--sans);
    font-weight: 700;
    letter-spacing: 0;
  }

  .hero-lead {
    grid-row: 3;
    padding-top: 18px;
  }

  .hero-actions {
    grid-row: 4;
  }

  .hero-position {
    grid-row: 5;
  }

  .header-share {
    border-radius: 50%;
    background: var(--gold2);
    color: var(--red);
  }

  .header-share .bi {
    color: var(--red);
  }

  footer button {
    display: none;
  }

  footer {
    padding: 26px 24px calc(78px + env(safe-area-inset-bottom));
  }

  .mobile-dock {
    height: calc(66px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 0 !important;
    background: var(--ink);
    box-shadow: none;
    outline: 0;
    backdrop-filter: none;
  }

  .mobile-dock::before,
  .mobile-dock::after {
    display: none;
  }

  .mobile-dock a,
  .mobile-dock button {
    margin: 5px 3px;
    border-right: 1px solid rgba(212, 187, 130, .2);
  }
}
