/*
Theme Name: Hongying Global
Theme URI: https://example.local/
Author: OpenAI Codex
Description: A focused multilingual company profile site for Shanghai Hongying Industrial Co., Ltd. and EPE foam packaging solutions.
Version: 1.0.0
Requires at least: 6.8
Tested up to: 6.9
Requires PHP: 8.2
Text Domain: hongying-global
*/

:root {
  --hy-ink: #17140f;
  --hy-ink-soft: #3c3328;
  --hy-muted: #6d6459;
  --hy-paper: #fbfaf6;
  --hy-paper-warm: #f4efe6;
  --hy-line: rgba(23, 20, 15, 0.14);
  --hy-gold: #a77c3e;
  --hy-gold-deep: #7d5b2d;
  --hy-teal: #446f67;
  --hy-rust: #a6523f;
  --hy-charcoal: #24211c;
  --hy-white: #ffffff;
  --hy-shadow: 0 18px 50px rgba(28, 22, 15, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--hy-paper);
  color: var(--hy-ink);
}

body,
button,
input,
select,
textarea {
  font-family: Inter, "Noto Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

body .wp-site-blocks {
  margin: 0;
  padding: 0;
}

body .wp-site-blocks > * {
  margin-block-start: 0;
}

.hy-site,
.hy-site * {
  box-sizing: border-box;
}

.hy-site {
  min-height: 100vh;
  overflow-x: clip;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(244, 239, 230, 0.72) 64%, #f6f2eb 100%),
    repeating-linear-gradient(90deg, rgba(167, 124, 62, 0.05) 0, rgba(167, 124, 62, 0.05) 1px, transparent 1px, transparent 72px);
}

.hy-site a {
  color: inherit;
}

.hy-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hy-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(23, 20, 15, 0.09);
  background: rgba(251, 250, 246, 0.88);
  backdrop-filter: blur(18px);
}

body.admin-bar .hy-topbar {
  top: 32px;
}

.hy-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 24px;
}

.hy-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 220px;
}

.hy-brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(167, 124, 62, 0.55);
  border-radius: 8px;
  color: #fff8ed;
  background: linear-gradient(135deg, #201b15, var(--hy-gold));
  font-size: 1.15rem;
  font-weight: 800;
}

.hy-brand strong {
  display: block;
  color: var(--hy-ink);
  font-size: 1.02rem;
  line-height: 1.1;
}

.hy-brand > span:not(.hy-brand-mark) {
  display: block;
  min-width: 0;
}

.hy-brand > span:not(.hy-brand-mark) > span {
  display: block;
  margin-top: 4px;
  color: var(--hy-muted);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hy-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.92rem;
  font-weight: 700;
}

.hy-nav-item {
  position: relative;
}

.hy-nav a {
  position: relative;
  padding: 8px 0;
  color: rgba(23, 20, 15, 0.72);
  text-decoration: none;
}

.hy-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 2px;
  background: var(--hy-gold);
  transition: width 180ms ease;
}

.hy-nav a:hover,
.hy-nav a.is-active {
  color: var(--hy-ink);
}

.hy-nav a:hover::after,
.hy-nav a.is-active::after {
  width: 100%;
}

.hy-nav-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 25;
  display: grid;
  min-width: 170px;
  padding: 8px 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(13, 100, 174, 0.96);
  box-shadow: 0 18px 42px rgba(23, 20, 15, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.hy-nav-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.hy-nav-menu a {
  display: block;
  padding: 12px 24px;
  color: #fff;
  line-height: 1.25;
  white-space: nowrap;
}

.hy-nav-menu a::after {
  display: none;
}

.hy-nav-menu a:hover,
.hy-nav-menu a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.hy-nav-has-menu:hover .hy-nav-menu,
.hy-nav-has-menu:focus-within .hy-nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.hy-top-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hy-language {
  position: relative;
}

.hy-language-native {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.hy-language select {
  width: 178px;
  min-height: 44px;
  padding: 0 36px 0 14px;
  border: 1px solid rgba(23, 20, 15, 0.14);
  border-radius: 8px;
  background: var(--hy-white);
  color: var(--hy-ink);
  font-weight: 700;
  outline: none;
  appearance: none;
}

.hy-google-translate {
  min-width: 178px;
}

.hy-google-translate .goog-te-gadget {
  color: transparent;
  font-size: 0;
}

.hy-google-translate .goog-te-combo {
  width: 178px;
  min-height: 44px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid rgba(23, 20, 15, 0.14);
  border-radius: 8px;
  background: var(--hy-white);
  color: var(--hy-ink);
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  outline: none;
}

.goog-logo-link,
.goog-te-gadget span,
.goog-te-banner-frame,
iframe.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.hy-language::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--hy-muted);
  border-bottom: 1.5px solid var(--hy-muted);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.hy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.hy-btn:hover {
  transform: translateY(-2px);
}

.hy-btn-primary {
  color: #fffaf0;
  background: var(--hy-gold);
}

.hy-btn-primary:hover {
  background: var(--hy-gold-deep);
}

.hy-btn-secondary {
  color: var(--hy-ink);
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(23, 20, 15, 0.18);
}

.hy-hero {
  position: relative;
  display: grid;
  align-content: end;
  min-height: min(760px, 82svh);
  color: #fff9ef;
  background:
    linear-gradient(90deg, rgba(17, 14, 10, 0.88), rgba(17, 14, 10, 0.54) 48%, rgba(17, 14, 10, 0.16) 100%),
    url("/wp-content/uploads/2026/04/hongying-web/hy-hero-single-wine-insert.jpg") center / cover no-repeat;
}

.hy-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(17, 14, 10, 0.72));
  pointer-events: none;
}

.hy-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
  padding: 82px 0 42px;
}

.hy-hero-copy {
  max-width: 650px;
}

.hy-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #ecd7ad;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hy-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.hy-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #fff9ef;
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2.8rem, 6.6vw, 5.05rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.96;
}

.hy-hero h1 span {
  color: #d6a85f;
}

.hy-lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 249, 239, 0.82);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.85;
}

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

.hy-hero-actions .hy-btn-secondary {
  color: #fff9ef;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 249, 239, 0.35);
}

.hy-hero-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.hy-hero-stat {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(255, 249, 239, 0.18);
  border-radius: 8px;
  background: rgba(20, 18, 15, 0.62);
  backdrop-filter: blur(14px);
}

.hy-hero-stat strong {
  display: block;
  color: #fff9ef;
  font-size: 1rem;
  line-height: 1.35;
}

.hy-hero-stat span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 249, 239, 0.68);
  font-size: 0.88rem;
  line-height: 1.55;
}

.hy-product-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--hy-line);
}

.hy-product-strip img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #eee8dd;
}

.hy-section {
  padding: 86px 0;
}

.hy-section-tight {
  padding: 64px 0;
}

.hy-section-alt {
  background:
    linear-gradient(180deg, rgba(68, 111, 103, 0.08), rgba(167, 124, 62, 0.06)),
    #f1ede4;
}

.hy-section-dark {
  color: #fff9ef;
  background: #201d18;
}

.hy-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}

.hy-section h2 {
  margin: 0;
  color: var(--hy-ink);
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2rem, 4.6vw, 4rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
}

.hy-section-dark h2 {
  color: #fff9ef;
}

.hy-note {
  margin: 0;
  color: var(--hy-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.hy-section-dark .hy-note {
  color: rgba(255, 249, 239, 0.7);
}

.hy-grid-2,
.hy-grid-3,
.hy-grid-4 {
  display: grid;
  gap: 18px;
}

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

.hy-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hy-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hy-card,
.hy-product-card,
.hy-market-card,
.hy-faq-card,
.hy-contact-card {
  border: 1px solid var(--hy-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 30px rgba(24, 20, 15, 0.06);
}

.hy-card {
  padding: 24px;
}

.hy-card h3,
.hy-product-card h3,
.hy-market-card h3,
.hy-faq-card h3,
.hy-contact-card h3 {
  margin: 0;
  color: var(--hy-ink);
  font-size: 1.18rem;
  line-height: 1.35;
}

.hy-card p,
.hy-product-card p,
.hy-market-card p,
.hy-faq-card p,
.hy-contact-card p {
  margin: 12px 0 0;
  color: var(--hy-muted);
  font-size: 0.96rem;
  line-height: 1.72;
}

.hy-card-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border: 1px solid rgba(167, 124, 62, 0.28);
  border-radius: 8px;
  color: var(--hy-gold-deep);
  background: rgba(167, 124, 62, 0.11);
  font-weight: 900;
}

.hy-about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  gap: 18px;
  align-items: stretch;
}

.hy-about-photo {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: #e9e4db;
}

.hy-about-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.hy-about-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 249, 239, 0.2);
  border-radius: 8px;
  color: #fff9ef;
  background: rgba(25, 21, 17, 0.72);
  backdrop-filter: blur(14px);
}

.hy-about-caption strong {
  display: block;
  font-size: 1.04rem;
}

.hy-about-caption span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 249, 239, 0.72);
  font-size: 0.92rem;
  line-height: 1.58;
}

.hy-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hy-list li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 10px;
  color: var(--hy-ink-soft);
  font-size: 0.98rem;
  line-height: 1.65;
}

.hy-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 0.72em;
  border-radius: 50%;
  background: var(--hy-teal);
}

.hy-product-card {
  overflow: hidden;
}

.hy-product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  background: #ebe7dd;
}

.hy-product-card div {
  padding: 20px;
}

.hy-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.hy-tags span {
  padding: 6px 9px;
  border: 1px solid rgba(68, 111, 103, 0.24);
  border-radius: 8px;
  color: #315852;
  background: rgba(68, 111, 103, 0.08);
  font-size: 0.78rem;
  font-weight: 800;
}

.hy-process {
  counter-reset: process;
}

.hy-process .hy-card {
  position: relative;
  min-height: 222px;
  padding-top: 54px;
  background: #fffdf8;
}

.hy-process .hy-card::before {
  counter-increment: process;
  content: "0" counter(process);
  position: absolute;
  top: 20px;
  left: 22px;
  color: var(--hy-gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.hy-market-card {
  padding: 22px;
  background: rgba(255, 249, 239, 0.06);
  border-color: rgba(255, 249, 239, 0.16);
  box-shadow: none;
}

.hy-market-card h3 {
  color: #fff9ef;
}

.hy-market-card p {
  color: rgba(255, 249, 239, 0.68);
}

.hy-market-label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: 8px;
  color: #201d18;
  background: #d6a85f;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hy-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.hy-gallery-item {
  position: relative;
  grid-column: span 3;
  min-height: 410px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 20, 15, 0.12);
  border-radius: 8px;
  background: #e8e1d5;
  box-shadow: var(--hy-shadow);
}

.hy-gallery-feature {
  grid-column: span 6;
}

.hy-gallery-third {
  grid-column: span 4;
  min-height: 290px;
}

.hy-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.hy-gallery-item:hover img {
  transform: scale(1.035);
}

.hy-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 20, 15, 0.04), rgba(23, 20, 15, 0.76));
  pointer-events: none;
}

.hy-gallery-item figcaption {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 16px;
  display: grid;
  gap: 6px;
  color: #fff9ef;
}

.hy-gallery-item strong {
  font-size: 1.04rem;
  line-height: 1.35;
}

.hy-gallery-item span {
  color: rgba(255, 249, 239, 0.74);
  font-size: 0.9rem;
  line-height: 1.58;
}

.hy-faq-card {
  padding: 22px;
  box-shadow: none;
}

.hy-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  gap: 18px;
  align-items: stretch;
}

.hy-contact-card {
  padding: 26px;
}

.hy-contact-main {
  color: #fff9ef;
  background:
    linear-gradient(135deg, rgba(68, 111, 103, 0.88), rgba(31, 29, 24, 0.96)),
    #201d18;
  border-color: rgba(255, 249, 239, 0.15);
  box-shadow: none;
}

.hy-contact-main h2,
.hy-contact-main h3 {
  color: #fff9ef;
}

.hy-contact-main p {
  color: rgba(255, 249, 239, 0.74);
}

.hy-contact-main .hy-btn-secondary {
  color: #fff9ef;
  background: transparent;
  border-color: rgba(255, 249, 239, 0.28);
}

.hy-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hy-contact-line {
  display: grid;
  gap: 12px;
}

.hy-contact-link {
  display: block;
  padding: 18px;
  border: 1px solid var(--hy-line);
  border-radius: 8px;
  background: #fffdf8;
  text-decoration: none;
}

.hy-contact-link strong {
  display: block;
  color: var(--hy-ink);
  font-size: 0.92rem;
}

.hy-contact-link span {
  display: block;
  margin-top: 6px;
  color: var(--hy-muted);
  font-size: 0.95rem;
  overflow-wrap: anywhere;
}

.hy-float-contact {
  position: fixed;
  right: 18px;
  top: 50%;
  z-index: 30;
  display: grid;
  width: 74px;
  transform: translateY(-50%);
  filter: drop-shadow(0 14px 28px rgba(23, 20, 15, 0.18));
}

.hy-float-item {
  position: relative;
}

.hy-float-button {
  display: grid;
  place-items: center;
  width: 74px;
  min-height: 74px;
  padding: 9px 6px 8px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  background: #6aa8de;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.hy-float-button:hover,
.hy-float-button:focus-visible {
  outline: 0;
  filter: brightness(1.06);
}

.hy-float-xhs .hy-float-button {
  background: #f04458;
  border-radius: 8px 8px 0 0;
}

.hy-float-wechat .hy-float-button {
  background: #23b34a;
}

.hy-float-phone .hy-float-button {
  background: #f3a820;
}

.hy-float-top {
  min-height: 68px;
  background: #5b5b5b;
  border-radius: 0 0 8px 8px;
}

.hy-float-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 4px;
}

.hy-float-icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.hy-float-icon-text {
  border: 2px solid currentColor;
  border-radius: 8px;
  font-size: 1.02rem;
  line-height: 1;
}

.hy-float-popover {
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);
  width: 220px;
  padding: 14px;
  border: 1px solid rgba(23, 20, 15, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(23, 20, 15, 0.18);
  color: var(--hy-ink);
  opacity: 0;
  pointer-events: none;
  transform: translate(10px, -50%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.hy-float-popover::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(23, 20, 15, 0.12);
  border-right: 1px solid rgba(23, 20, 15, 0.12);
  background: rgba(255, 255, 255, 0.96);
  transform: translateY(-50%) rotate(45deg);
}

.hy-float-item:hover .hy-float-popover,
.hy-float-item:focus-within .hy-float-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.hy-float-popover strong,
.hy-float-popover span,
.hy-float-popover a {
  display: block;
}

.hy-float-popover strong {
  margin-bottom: 5px;
  color: var(--hy-ink);
  font-size: 0.98rem;
  line-height: 1.35;
}

.hy-float-popover span {
  color: var(--hy-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.hy-float-popover img {
  display: block;
  width: 100%;
  max-height: 230px;
  margin-top: 10px;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

.hy-float-phone-card a {
  margin: 8px 0 4px;
  color: var(--hy-gold-deep);
  font-size: 1.05rem;
  font-weight: 900;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.hy-footer {
  padding: 34px 0;
  border-top: 1px solid var(--hy-line);
  color: var(--hy-muted);
  background: #f6f2eb;
  font-size: 0.92rem;
}

.hy-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.hy-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.hy-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .hy-topbar-inner {
    min-height: 70px;
  }

  .hy-nav {
    display: none;
  }

  .hy-hero-panel,
  .hy-grid-4,
  .hy-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hy-section-head,
  .hy-about-layout,
  .hy-contact {
    grid-template-columns: 1fr;
  }

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

  .hy-gallery-item,
  .hy-gallery-feature,
  .hy-gallery-third {
    grid-column: auto;
    min-height: 320px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .hy-topbar {
    top: 46px;
  }
}

@media (max-width: 720px) {
  .hy-wrap {
    width: min(100% - 28px, 1180px);
  }

  .hy-topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 0;
    gap: 12px;
  }

  .hy-top-actions {
    width: 100%;
    justify-content: space-between;
  }

  .hy-language select,
  .hy-google-translate,
  .hy-google-translate .goog-te-combo {
    width: 156px;
    min-width: 156px;
  }

  .hy-hero {
    min-height: 780px;
    background:
      linear-gradient(90deg, rgba(17, 14, 10, 0.92), rgba(17, 14, 10, 0.72) 58%, rgba(17, 14, 10, 0.38) 100%),
      url("/wp-content/uploads/2026/04/hongying-web/hy-hero-single-wine-insert.jpg") 54% center / cover no-repeat;
  }

  .hy-hero-inner {
    padding: 64px 0 28px;
  }

  .hy-hero-panel,
  .hy-product-strip,
  .hy-gallery-grid,
  .hy-grid-2,
  .hy-grid-3,
  .hy-grid-4 {
    grid-template-columns: 1fr;
  }

  .hy-section {
    padding: 60px 0;
  }

  .hy-section-tight {
    padding: 48px 0;
  }

  .hy-section-head {
    gap: 20px;
    margin-bottom: 26px;
  }

  .hy-product-strip img {
    aspect-ratio: 16 / 9;
  }

  .hy-about-photo,
  .hy-about-photo img {
    min-height: 320px;
  }

  .hy-contact-actions,
  .hy-hero-actions,
  .hy-footer-inner {
    flex-direction: column;
  }

  .hy-contact-actions .hy-btn,
  .hy-hero-actions .hy-btn {
    width: 100%;
  }

  .hy-float-contact {
    right: 10px;
    width: 56px;
  }

  .hy-float-button {
    width: 56px;
    min-height: 58px;
    padding: 7px 4px 6px;
    font-size: 0.66rem;
  }

  .hy-float-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 3px;
  }

  .hy-float-icon svg {
    width: 24px;
    height: 24px;
  }

  .hy-float-popover {
    right: calc(100% + 10px);
    width: min(220px, calc(100vw - 86px));
    padding: 12px;
  }
}
