:root {
  --hoyu-navy-950: #142433;
  --hoyu-navy-900: #142433;
  --hoyu-navy-850: #203647;
  --hoyu-navy-800: #29465d;
  --hoyu-blue: #002fa7;
  --hoyu-signal: #002fa7;
  --hoyu-signal-dark: #002477;
  --hoyu-white: #ffffff;
  --hoyu-paper: #f4f7fa;
  --hoyu-line: #d7e1e8;
  --hoyu-text: #142433;
  --hoyu-muted: #5c6b78;
  --hoyu-container: 1240px;
  --hoyu-wide-container: 1440px;
  --hoyu-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--hoyu-text);
  background: var(--hoyu-white);
  font-family: var(--hoyu-font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .hoyu-site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--hoyu-blue); outline-offset: 3px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.hoyu-skip-link { position: fixed; z-index: 99999; left: 16px; top: -100px; padding: 10px 16px; background: var(--hoyu-white); color: var(--hoyu-navy-950); }
.hoyu-skip-link:focus { top: 16px; }
.hoyu-container { width: min(calc(100% - 48px), var(--hoyu-container)); margin-inline: auto; }
.hoyu-main { min-height: 50vh; }

/* Header */
.hoyu-site-header { position: sticky; top: 0; z-index: 1000; background: var(--hoyu-white); border-bottom: 1px solid var(--hoyu-line); }
.hoyu-trustbar { background: var(--hoyu-navy-950); color: #e9eef2; font-size: 12px; }
.hoyu-trustbar__inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hoyu-trustbar__group { display: flex; align-items: center; gap: 28px; }
.hoyu-trustbar span, .hoyu-trustbar a { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.hoyu-trustbar svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.hoyu-trustbar a:hover { color: var(--hoyu-white); }
.hoyu-header-main { position: relative; }
.hoyu-header-main__inner, .hoyu-trustbar__inner, .hoyu-hero__inner { width: min(calc(100% - 64px), var(--hoyu-wide-container)); }
.hoyu-header-main__inner { min-height: 72px; display: grid; grid-template-columns: 350px 1fr minmax(220px, 280px) auto; align-items: center; gap: 20px; }
.hoyu-logo { display: inline-flex; width: 118px; align-items: center; }
.hoyu-header-main .hoyu-logo { width: 350px; gap: 12px; }
.hoyu-logo__image { display: block; width: 100%; height: auto; }
.hoyu-header-main .hoyu-logo__image { flex: 0 0 86px; width: 86px; }
.hoyu-logo__name { display: flex; height: 48px; align-items: center; padding-left: 12px; color: var(--hoyu-navy-950); border-left: 1px solid var(--hoyu-line); font-size: 26px; font-weight: 800; letter-spacing: -.045em; line-height: 1; white-space: nowrap; }
.hoyu-primary-nav { min-width: 0; }
.hoyu-nav-list { display: flex; align-items: center; gap: clamp(12px, .9vw, 16px); list-style: none; padding: 0; margin: 0; }
.hoyu-nav-item { position: relative; }
.hoyu-nav-item__topline { display: flex; align-items: center; }
.hoyu-nav-list > .hoyu-nav-item > a, .hoyu-nav-item__topline > a { position: relative; display: block; padding: 28px 0 26px; font-size: 13px; font-weight: 700; color: var(--hoyu-text); white-space: nowrap; }
.hoyu-nav-list > .hoyu-nav-item > a::after, .hoyu-nav-item__topline > a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 18px; background: var(--hoyu-blue); transition: right .2s ease; }
.hoyu-nav-list > .hoyu-nav-item > a:hover::after, .hoyu-nav-item__topline > a:hover::after, .hoyu-nav-item--has-menu:focus-within .hoyu-nav-item__topline > a::after { right: 0; }
.hoyu-submenu-toggle { display: grid; width: 24px; height: 32px; place-items: center; padding: 0; border: 0; background: transparent; color: var(--hoyu-muted); cursor: pointer; }
.hoyu-submenu-toggle svg { width: 10px; height: 7px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .2s ease; }
.hoyu-submenu { position: absolute; z-index: 20; visibility: hidden; left: -18px; top: calc(100% - 2px); width: 230px; list-style: none; margin: 0; padding: 10px 0; opacity: 0; background: var(--hoyu-white); border: 1px solid var(--hoyu-line); transform: translateY(8px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.hoyu-submenu--products { width: 280px; }
.hoyu-submenu li { margin: 0; }
.hoyu-submenu a { display: block; padding: 9px 18px; color: var(--hoyu-text); font-size: 13px; line-height: 1.3; }
.hoyu-submenu a:hover, .hoyu-submenu a:focus-visible { color: var(--hoyu-blue); background: var(--hoyu-paper); }
.hoyu-submenu__all { margin-bottom: 7px !important; padding-bottom: 7px; border-bottom: 1px solid var(--hoyu-line); }
.hoyu-submenu__all a { color: var(--hoyu-blue); font-weight: 800; }
.hoyu-nav-item--has-menu:hover > .hoyu-submenu, .hoyu-nav-item--has-menu:focus-within > .hoyu-submenu, .hoyu-nav-item--has-menu.is-submenu-open > .hoyu-submenu { visibility: visible; opacity: 1; transform: translateY(0); }
.hoyu-nav-item--has-menu.is-submenu-open .hoyu-submenu-toggle svg { transform: rotate(180deg); }
.hoyu-search { height: 40px; display: grid; grid-template-columns: 1fr 42px; border: 1px solid #cbd5df; background: var(--hoyu-white); }
.hoyu-search input { min-width: 0; border: 0; padding: 0 13px; color: var(--hoyu-text); outline: none; }
.hoyu-search button { border: 0; background: transparent; color: var(--hoyu-navy-900); cursor: pointer; }
.hoyu-search svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.hoyu-header-actions { display: flex; align-items: center; gap: 12px; }
.hoyu-icon-link { position: relative; width: 38px; height: 38px; display: grid; place-items: center; color: var(--hoyu-navy-900); }
.hoyu-icon-link svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.hoyu-cart-link span { position: absolute; top: -3px; right: -2px; display: grid; min-width: 17px; height: 17px; place-items: center; padding: 0 4px; color: var(--hoyu-white); background: var(--hoyu-signal); font-size: 10px; font-weight: 800; }
.hoyu-menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid #cbd5df; background: #fff; padding: 10px; cursor: pointer; }
.hoyu-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: var(--hoyu-navy-950); }

/* Buttons and type */
.hoyu-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border: 1px solid transparent; border-radius: 4px; font-weight: 800; line-height: 1.1; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.hoyu-button:hover { transform: translateY(-1px); }
.hoyu-button--signal, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background: var(--hoyu-signal); color: var(--hoyu-white); border-color: var(--hoyu-signal); }
.hoyu-button--signal:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background: var(--hoyu-signal-dark); color: var(--hoyu-white); border-color: var(--hoyu-signal-dark); }
.hoyu-button--outline { color: var(--hoyu-blue); border-color: var(--hoyu-blue); background: transparent; }
.hoyu-button--outline:hover { background: var(--hoyu-blue); color: var(--hoyu-white); }
.hoyu-button--block { width: 100%; }
.hoyu-kicker { margin: 0 0 10px; color: var(--hoyu-signal); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

/* Hero */
.hoyu-hero { position: relative; isolation: isolate; overflow: hidden; min-height: 560px; display: flex; color: var(--hoyu-text); background: var(--hoyu-white); border-bottom: 1px solid var(--hoyu-line); }
.hoyu-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 44%, rgba(244,247,250,.32) 80%); }
.hoyu-hero__grid { position: absolute; z-index: -2; inset: 0 0 0 42%; opacity: .8; background-image: linear-gradient(rgba(0,47,167,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0,47,167,.08) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(to right, transparent, #000 20%); }
.hoyu-wave { fill: none; stroke: var(--hoyu-signal); stroke-width: 2; vector-effect: non-scaling-stroke; }
.hoyu-wave--hero { position: absolute; z-index: -1; width: 68%; height: 46%; right: -5%; top: 10%; opacity: .32; filter: none; animation: hoyu-wave-drift 8s ease-in-out infinite alternate; }
.hoyu-hero__inner { position: relative; display: grid; grid-template-columns: minmax(560px, .94fr) minmax(0, 1.12fr); align-items: center; gap: 40px; padding-block: 58px; }
.hoyu-hero__copy { position: relative; z-index: 2; max-width: 680px; }
.hoyu-hero h1 { max-width: 780px; margin: 0 0 18px; font-size: clamp(46px, 5vw, 76px); line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.hoyu-hero__copy > p:not(.hoyu-kicker) { max-width: 650px; margin: 0; color: var(--hoyu-muted); font-size: 18px; }
.hoyu-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hoyu-hero__trust { display: flex; flex-wrap: wrap; gap: 12px 24px; list-style: none; margin: 27px 0 0; padding: 0; color: var(--hoyu-muted); font-size: 13px; font-weight: 700; }
.hoyu-hero__trust li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: var(--hoyu-signal); transform: rotate(45deg); }
.hoyu-hero__visual { position: relative; min-height: 480px; display: grid; align-items: end; }
.hoyu-hero__visual img { position: relative; z-index: 2; width: 100%; max-height: 520px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 24px 20px rgba(20,36,51,.18)); }
.hoyu-readout { position: absolute; z-index: 1; top: 24px; right: 5%; width: 250px; padding: 14px 16px; color: var(--hoyu-text); background: rgba(255,255,255,.88); border: 1px solid var(--hoyu-line); backdrop-filter: blur(4px); }
.hoyu-readout span, .hoyu-readout small { display: block; color: var(--hoyu-muted); font-size: 10px; letter-spacing: .14em; }
.hoyu-readout strong { display: block; color: var(--hoyu-signal); font-size: 34px; line-height: 1.15; font-variant-numeric: tabular-nums; letter-spacing: .08em; }
@keyframes hoyu-wave-drift { from { transform: translateX(-16px) scaleY(.94); } to { transform: translateX(18px) scaleY(1.05); } }

/* Brand ticker and product zones */
.hoyu-brand-strip { overflow: hidden; background: var(--hoyu-white); border-bottom: 1px solid var(--hoyu-line); }
.hoyu-brand-strip__viewport { overflow: hidden; }
.hoyu-brand-strip__track { display: flex; width: max-content; animation: hoyu-brand-marquee 26s linear infinite; will-change: transform; }
.hoyu-brand-strip__group { min-height: 96px; display: flex; align-items: center; flex-shrink: 0; }
.hoyu-brand-strip a { min-width: clamp(190px, 15vw, 240px); height: 96px; padding: 22px 26px; display: flex; align-items: center; justify-content: center; opacity: .82; transition: opacity .2s ease; }
.hoyu-brand-strip__logo { display: block; width: 180px; height: 52px; object-fit: contain; object-position: center; flex: 0 0 auto; }
.hoyu-brand-strip a:hover, .hoyu-brand-strip a:focus-visible { opacity: 1; }
.hoyu-brand-strip__viewport:hover .hoyu-brand-strip__track, .hoyu-brand-strip__viewport:focus-within .hoyu-brand-strip__track { animation-play-state: paused; }
@keyframes hoyu-brand-marquee { to { transform: translateX(-50%); } }
.hoyu-dark-section { color: var(--hoyu-text); background: var(--hoyu-white); }
.hoyu-categories { padding: 48px 0 42px; border-bottom: 1px solid var(--hoyu-line); }
.hoyu-featured { padding: 48px 0 66px; background: var(--hoyu-paper); }
.hoyu-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.hoyu-section-heading h2 { margin: 0; font-size: clamp(30px, 3vw, 44px); line-height: 1.05; letter-spacing: -.035em; }
.hoyu-section-heading > a { padding-bottom: 4px; color: var(--hoyu-signal); font-size: 14px; font-weight: 800; border-bottom: 1px solid currentColor; }
.hoyu-section-heading--dark h2 { color: var(--hoyu-text); }
.hoyu-section-heading--center { display: block; max-width: 780px; margin: 0 auto 34px; text-align: center; }
.hoyu-section-heading--center p:last-child { margin: 12px auto 0; color: var(--hoyu-muted); }
.hoyu-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.hoyu-category-card { position: relative; min-height: 210px; overflow: hidden; display: flex; flex-direction: column; padding: 22px; background: var(--hoyu-white); border: 1px solid var(--hoyu-line); border-radius: 0; }
.hoyu-category-card::before { content: ""; position: absolute; inset: auto -15% 22px 42%; height: 1px; background: linear-gradient(90deg, transparent, var(--hoyu-signal), transparent); opacity: .65; }
.hoyu-category-card:hover { background: var(--hoyu-paper); border-color: var(--hoyu-blue); }
.hoyu-category-card__count { color: var(--hoyu-muted); font-size: 12px; }
.hoyu-category-card h3 { max-width: 68%; margin: 4px 0 0; font-size: 22px; line-height: 1.1; text-transform: uppercase; }
.hoyu-category-card__icon { position: absolute; right: 18px; top: 56px; color: var(--hoyu-blue); }
.hoyu-category-card__icon svg { width: 70px; height: 70px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.hoyu-category-card__link { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--hoyu-line); font-size: 13px; font-weight: 800; }
.hoyu-category-card__link b { float: right; display: grid; width: 24px; height: 24px; place-items: center; margin-top: -4px; color: var(--hoyu-white); background: var(--hoyu-signal); border-radius: 0; }
.hoyu-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.hoyu-product-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: var(--hoyu-white); border: 1px solid var(--hoyu-line); border-radius: 0; }
.hoyu-product-card:hover { border-color: var(--hoyu-blue); transform: translateY(-2px); transition: transform .2s ease, border-color .2s ease; }
.hoyu-product-media { display: block; height: 230px; overflow: hidden; padding: 0; background: #f7f9fc; }
.hoyu-product-media img { display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; padding: 16px; object-fit: contain; }
.hoyu-product-body { display: flex; min-height: 210px; flex: 1 1 auto; flex-direction: column; padding: 16px; }
.hoyu-product-body h3 { min-height: 3.75em; display: -webkit-box; overflow: hidden; margin: 0 0 7px; font-size: 17px; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.hoyu-product-body h3 a:hover { color: var(--hoyu-blue); }
.hoyu-product-sku { height: 18px; overflow: hidden; margin: 0; color: var(--hoyu-muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.hoyu-product-price { margin: auto 0 12px; color: var(--hoyu-text); font-size: 20px; font-weight: 900; }
.hoyu-product-price del { color: var(--hoyu-muted); font-size: 14px; }
.hoyu-product-price ins { text-decoration: none; }

/* Applications */
.hoyu-applications { padding: 74px 0 82px; background: var(--hoyu-white); }
.hoyu-application-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hoyu-application-card { overflow: hidden; border: 1px solid #dce3ea; background: var(--hoyu-white); }
.hoyu-application-card__media { position: relative; height: 240px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #e9f0f6, #fff); }
.hoyu-application-card__media::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(0,47,167,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0,47,167,.05) 1px, transparent 1px); background-size: 24px 24px; }
.hoyu-application-card img { width: 100%; height: 100%; object-fit: contain; padding: 18px; transition: transform .3s ease; }
.hoyu-application-card:hover img { transform: scale(1.035); }
.hoyu-application-card > div { padding: 22px; }
.hoyu-application-card h3 { margin: 0 0 6px; font-size: 23px; }
.hoyu-application-card p { min-height: 52px; margin: 0 0 16px; color: var(--hoyu-muted); font-size: 14px; }
.hoyu-application-card > div > a { color: var(--hoyu-signal); font-size: 13px; font-weight: 900; }
.hoyu-application-card__fallback svg { width: 100px; height: 100px; fill: none; stroke: var(--hoyu-navy-800); stroke-width: 1.2; }

/* CTA/footer */
.hoyu-engineer-cta { padding: 28px 0; color: var(--hoyu-text); background: var(--hoyu-white); border-top: 1px solid var(--hoyu-line); border-bottom: 1px solid var(--hoyu-line); }
.hoyu-engineer-cta__inner { position: relative; overflow: hidden; min-height: 128px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 28px 34px; background: var(--hoyu-paper); border: 1px solid var(--hoyu-line); border-radius: 0; }
.hoyu-engineer-cta__inner::after { content: ""; position: absolute; right: 22%; bottom: -22px; width: 340px; height: 90px; opacity: .16; background: repeating-radial-gradient(ellipse at center, transparent 0 6px, var(--hoyu-blue) 7px 8px); transform: skewX(-20deg); }
.hoyu-engineer-cta h2 { margin: 0 0 4px; font-size: 30px; }
.hoyu-engineer-cta p { margin: 0; color: var(--hoyu-muted); }
.hoyu-engineer-cta .hoyu-button { position: relative; z-index: 2; flex: 0 0 auto; }
.hoyu-proofbar { color: var(--hoyu-text); background: var(--hoyu-white); border-bottom: 1px solid var(--hoyu-line); }
.hoyu-proofbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hoyu-proofbar__grid > div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 20px 28px; border-left: 1px solid var(--hoyu-line); }
.hoyu-proofbar__grid > div:last-child { border-right: 1px solid var(--hoyu-line); }
.hoyu-proofbar strong { color: var(--hoyu-signal); font-size: 28px; line-height: 1; font-variant-numeric: tabular-nums; }
.hoyu-proofbar span { margin-top: 8px; color: var(--hoyu-muted); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hoyu-footer { padding: 52px 0 18px; color: #c6d0d8; background: var(--hoyu-navy-950); }
.hoyu-footer__grid { display: grid; grid-template-columns: 1.35fr 1.15fr .75fr .85fr; gap: 48px; }
.hoyu-footer h2 { margin: 0 0 16px; color: var(--hoyu-white); font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
.hoyu-footer a:not(.hoyu-logo) { display: block; margin: 8px 0; font-size: 13px; }
.hoyu-footer a:hover { color: var(--hoyu-signal); }
.hoyu-footer p { font-size: 13px; }
.hoyu-logo--footer { margin-bottom: 22px; padding: 6px; background: var(--hoyu-white); }
.hoyu-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 34px; padding-top: 18px; color: #92a2ae; border-top: 1px solid rgba(215,225,232,.2); font-size: 12px; }

/* Page and contact */
.hoyu-page-hero { padding: 68px 0 62px; color: var(--hoyu-text); background-color: var(--hoyu-paper); background-image: linear-gradient(rgba(0,47,167,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0,47,167,.06) 1px, transparent 1px); background-size: 30px 30px; border-bottom: 1px solid var(--hoyu-line); }
.hoyu-page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: 1; letter-spacing: -.045em; }
.hoyu-page-hero p:last-child { max-width: 700px; margin: 18px 0 0; color: var(--hoyu-muted); font-size: 18px; }
.hoyu-page-content, .hoyu-content-layout { padding-top: 56px; padding-bottom: 76px; }
.hoyu-page-content { max-width: 940px; }
.hoyu-page-content h2, .hoyu-page-content h3 { color: var(--hoyu-navy-900); }
.hoyu-page-content a { color: var(--hoyu-blue); text-decoration: underline; }
.hoyu-page-content table { width: 100%; border-collapse: collapse; }
.hoyu-page-content th, .hoyu-page-content td { padding: 12px; border: 1px solid #d7e0e8; text-align: left; }

/* About Us */
.hoyu-about { color: var(--hoyu-text); background: var(--hoyu-white); }
.hoyu-about-hero { background-color: var(--hoyu-white); background-image: linear-gradient(rgba(0,47,167,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0,47,167,.05) 1px, transparent 1px); background-size: 30px 30px; border-bottom: 1px solid var(--hoyu-line); }
.hoyu-about-hero__grid { min-height: 610px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(360px, .65fr); align-items: stretch; }
.hoyu-about-hero__copy { align-self: center; padding: 72px 7vw 72px 0; }
.hoyu-about-breadcrumb { margin-bottom: 54px; display: flex; gap: 9px; color: var(--hoyu-muted); font-size: 12px; }
.hoyu-about-breadcrumb a:hover { color: var(--hoyu-blue); }
.hoyu-about-hero h1 { max-width: 900px; margin: 0; font-size: clamp(50px, 5.5vw, 82px); line-height: .96; letter-spacing: -.055em; }
.hoyu-about-hero__lead { max-width: 780px; margin: 27px 0 0; color: var(--hoyu-muted); font-size: 19px; line-height: 1.65; }
.hoyu-about-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.hoyu-about-identity { position: relative; min-height: 100%; padding: 42px; display: flex; flex-direction: column; justify-content: flex-end; color: var(--hoyu-white); background: var(--hoyu-blue); overflow: hidden; }
.hoyu-about-identity::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.38) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.38) 1px, transparent 1px); background-size: 30px 30px; }
.hoyu-about-identity > * { position: relative; }
.hoyu-about-identity__number { position: absolute; top: 24px; right: 34px; color: rgba(255,255,255,.22); font-size: 126px; font-weight: 900; line-height: 1; letter-spacing: -.08em; }
.hoyu-about-identity p { margin: 0 0 10px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hoyu-about-identity h2 { max-width: 390px; margin: 0 0 40px; font-size: clamp(28px, 2.5vw, 38px); line-height: 1.08; letter-spacing: -.035em; }
.hoyu-about-identity dl { margin: 0; border-top: 1px solid rgba(255,255,255,.38); }
.hoyu-about-identity dl div { padding: 14px 0; display: grid; grid-template-columns: 100px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.26); }
.hoyu-about-identity dt { color: rgba(255,255,255,.68); font-size: 11px; text-transform: uppercase; }
.hoyu-about-identity dd { margin: 0; font-size: 13px; font-weight: 800; }
.hoyu-about-facts { border-bottom: 1px solid var(--hoyu-line); }
.hoyu-about-facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hoyu-about-facts__grid > div { min-height: 138px; padding: 26px 30px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--hoyu-line); }
.hoyu-about-facts__grid > div:last-child { border-right: 1px solid var(--hoyu-line); }
.hoyu-about-facts strong { color: var(--hoyu-blue); font-size: 40px; line-height: 1; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.hoyu-about-facts span { margin-top: 9px; color: var(--hoyu-muted); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.hoyu-about-section { padding: 86px 0; border-bottom: 1px solid var(--hoyu-line); }
.hoyu-about-section-heading { margin-bottom: 48px; display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 28px; }
.hoyu-about-section-heading > span { color: #cbd8e4; font-size: 52px; font-weight: 900; line-height: .9; letter-spacing: -.07em; font-variant-numeric: tabular-nums; }
.hoyu-about-section-heading h2 { max-width: 860px; margin: 0; font-size: clamp(36px, 4vw, 58px); line-height: 1; letter-spacing: -.045em; }
.hoyu-about-role__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(480px, 1.2fr); gap: 9vw; align-items: start; }
.hoyu-about-statement { margin: 0; font-size: clamp(24px, 2.5vw, 36px); line-height: 1.28; letter-spacing: -.025em; }
.hoyu-about-capabilities { border-top: 1px solid var(--hoyu-line); }
.hoyu-about-capabilities article { padding: 24px 0; display: grid; grid-template-columns: 54px 1fr; gap: 20px; border-bottom: 1px solid var(--hoyu-line); }
.hoyu-about-capabilities article > span { color: var(--hoyu-blue); font-size: 15px; font-weight: 900; }
.hoyu-about-capabilities h3 { margin: 0 0 7px; font-size: 20px; }
.hoyu-about-capabilities p { margin: 0; color: var(--hoyu-muted); font-size: 14px; }
.hoyu-about-supply { background: var(--hoyu-paper); }
.hoyu-about-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--hoyu-line); border-left: 1px solid var(--hoyu-line); }
.hoyu-about-category-grid a { min-height: 220px; padding: 25px; display: flex; flex-direction: column; background: var(--hoyu-white); border-right: 1px solid var(--hoyu-line); border-bottom: 1px solid var(--hoyu-line); transition: color .18s ease, background .18s ease; }
.hoyu-about-category-grid a:hover, .hoyu-about-category-grid a:focus-visible { color: var(--hoyu-white); background: var(--hoyu-blue); }
.hoyu-about-category-grid span { color: var(--hoyu-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.hoyu-about-category-grid a:hover span, .hoyu-about-category-grid a:focus-visible span { color: rgba(255,255,255,.72); }
.hoyu-about-category-grid strong { max-width: 240px; margin: auto 0 24px; font-size: 22px; line-height: 1.14; }
.hoyu-about-category-grid small { font-size: 12px; font-weight: 800; }
.hoyu-about-process__grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--hoyu-line); border-left: 1px solid var(--hoyu-line); }
.hoyu-about-process__grid li { min-height: 280px; padding: 28px; border-right: 1px solid var(--hoyu-line); border-bottom: 1px solid var(--hoyu-line); }
.hoyu-about-process__grid li > span { display: block; margin-bottom: 72px; color: var(--hoyu-blue); font-size: 34px; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.hoyu-about-process__grid h3 { margin: 0 0 10px; font-size: 20px; }
.hoyu-about-process__grid p { margin: 0; color: var(--hoyu-muted); font-size: 14px; }
.hoyu-about-brands { background: var(--hoyu-paper); }
.hoyu-about-brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--hoyu-line); border-left: 1px solid var(--hoyu-line); }
.hoyu-about-brand-grid a { min-height: 150px; padding: 30px; display: grid; place-items: center; background: var(--hoyu-white); border-right: 1px solid var(--hoyu-line); border-bottom: 1px solid var(--hoyu-line); }
.hoyu-about-brand-grid img { width: min(180px, 82%); height: 58px; object-fit: contain; transition: transform .2s ease; }
.hoyu-about-brand-grid a:hover img, .hoyu-about-brand-grid a:focus-visible img { transform: scale(1.05); }
.hoyu-about-company__grid { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); gap: 8vw; }
.hoyu-about-company .hoyu-about-section-heading { margin: 0; grid-template-columns: 90px 1fr; }
.hoyu-about-company__details { margin: 0; border-top: 1px solid var(--hoyu-line); }
.hoyu-about-company__details > div { padding: 18px 0; display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 24px; border-bottom: 1px solid var(--hoyu-line); }
.hoyu-about-company__details dt { color: var(--hoyu-muted); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.hoyu-about-company__details dd { margin: 0; font-weight: 700; }
.hoyu-about-company__details a { color: var(--hoyu-blue); }
.hoyu-contact-hero { color: var(--hoyu-text); background-color: var(--hoyu-white); background-image: linear-gradient(rgba(0,47,167,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(0,47,167,.055) 1px, transparent 1px); background-size: 30px 30px; border-bottom: 1px solid var(--hoyu-line); }
.hoyu-contact-hero__grid { min-height: 410px; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(420px, .82fr); align-items: stretch; }
.hoyu-contact-hero__copy { align-self: center; padding: 72px 7vw 72px 0; }
.hoyu-contact-hero h1 { max-width: 800px; margin: 0; font-size: clamp(48px, 5vw, 76px); line-height: .98; letter-spacing: -.05em; }
.hoyu-contact-hero__copy > p:last-child { max-width: 720px; margin: 24px 0 0; color: var(--hoyu-muted); font-size: 18px; line-height: 1.65; }
.hoyu-contact-process { margin: 0; padding: 0; display: grid; list-style: none; background: var(--hoyu-white); border-left: 1px solid var(--hoyu-line); border-right: 1px solid var(--hoyu-line); }
.hoyu-contact-process li { min-height: 136px; padding: 28px 34px; display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 24px; border-bottom: 1px solid var(--hoyu-line); }
.hoyu-contact-process li:last-child { border-bottom: 0; }
.hoyu-contact-process > li > span { color: var(--hoyu-blue); font-size: 42px; font-weight: 900; line-height: 1; letter-spacing: -.06em; font-variant-numeric: tabular-nums; }
.hoyu-contact-process strong, .hoyu-contact-process small { display: block; }
.hoyu-contact-process strong { margin-bottom: 6px; font-size: 18px; }
.hoyu-contact-process small { color: var(--hoyu-muted); font-size: 13px; }
.hoyu-contact-section { background: var(--hoyu-paper); border-bottom: 1px solid var(--hoyu-line); }
.hoyu-contact-layout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(310px, .65fr); align-items: start; gap: 28px; padding-top: 56px; padding-bottom: 82px; }
.hoyu-contact-form, .hoyu-info-card { border: 1px solid var(--hoyu-line); background: var(--hoyu-white); }
.hoyu-contact-form { padding: clamp(26px, 3.5vw, 52px); }
.hoyu-contact-form__header { margin-bottom: 30px; padding-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--hoyu-line); }
.hoyu-contact-form__header h2 { margin: 0; font-size: clamp(34px, 3.4vw, 52px); line-height: 1; letter-spacing: -.04em; }
.hoyu-contact-form__header > p { margin: 0 0 3px; color: var(--hoyu-muted); font-size: 12px; }
.hoyu-inquiry-product { margin: 0 0 30px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #f4f7fa; border-left: 4px solid var(--hoyu-signal); }
.hoyu-inquiry-product span, .hoyu-inquiry-product strong { display: block; }
.hoyu-inquiry-product span { margin-bottom: 3px; color: var(--hoyu-muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hoyu-inquiry-product a { flex: 0 0 auto; color: var(--hoyu-blue); font-size: 13px; font-weight: 800; border-bottom: 1px solid currentColor; }
.hoyu-contact-aside { display: grid; align-content: start; gap: 16px; }
.hoyu-info-card { position: relative; padding: 28px; overflow: hidden; }
.hoyu-info-card--primary { border-top: 4px solid var(--hoyu-blue); }
.hoyu-info-card__number { position: absolute; top: 19px; right: 22px; margin: 0; color: #dce5f3; font-size: 40px; font-weight: 900; line-height: 1; letter-spacing: -.07em; }
.hoyu-info-card h2 { position: relative; max-width: 80%; margin: 0 0 20px; font-size: 21px; line-height: 1.2; }
.hoyu-contact-channels { margin: 0; }
.hoyu-contact-channels > div { padding: 12px 0; border-top: 1px solid var(--hoyu-line); }
.hoyu-contact-channels dt { margin-bottom: 4px; color: var(--hoyu-muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hoyu-contact-channels dd { margin: 0; }
.hoyu-contact-channels a { color: var(--hoyu-blue); font-weight: 800; overflow-wrap: anywhere; }
.hoyu-contact-checklist { margin: 0; padding: 0; list-style: none; }
.hoyu-contact-checklist li { position: relative; padding: 10px 0 10px 19px; border-top: 1px solid var(--hoyu-line); font-size: 14px; }
.hoyu-contact-checklist li::before { content: ""; position: absolute; top: 17px; left: 1px; width: 7px; height: 7px; background: var(--hoyu-blue); transform: rotate(45deg); }
.hoyu-form-section { padding: 28px 0 8px; border-top: 1px solid var(--hoyu-line); }
.hoyu-form-section:first-child { padding-top: 0; border-top: 0; }
.hoyu-form-section__head { margin-bottom: 22px; display: grid; grid-template-columns: 44px 1fr; gap: 14px; }
.hoyu-form-section__head > span { color: var(--hoyu-blue); font-size: 24px; font-weight: 900; line-height: 1; font-variant-numeric: tabular-nums; }
.hoyu-form-section__head h3 { margin: 0 0 4px; font-size: 20px; }
.hoyu-form-section__head p { margin: 0; color: var(--hoyu-muted); font-size: 13px; }
.hoyu-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.hoyu-form-grid > p, .hoyu-form-submit > p { display: contents; }
.hoyu-form-grid > p > br, .hoyu-form-submit > p > br { display: none; }
.hoyu-form-field--full { grid-column: 1 / -1; }
.wpcf7-form label { display: block; color: var(--hoyu-text); font-size: 13px; font-weight: 800; }
.wpcf7-form-control-wrap { display: block; margin-top: 7px; }
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="number"], .wpcf7-form textarea, .wpcf7-form select { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--hoyu-text); border: 1px solid #b8c6d3; border-radius: 0; outline: 0; background: var(--hoyu-white); font: inherit; font-weight: 500; transition: border-color .18s ease, box-shadow .18s ease; }
.wpcf7-form textarea { min-height: 150px; resize: vertical; }
.wpcf7-form input:focus, .wpcf7-form textarea:focus, .wpcf7-form select:focus { border-color: var(--hoyu-blue); box-shadow: 0 0 0 3px rgba(0,47,167,.1); }
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder { color: #7d8d99; opacity: 1; }
.hoyu-form-submit { margin-top: 28px; padding-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--hoyu-line); }
.hoyu-form-submit .wpcf7-acceptance { display: block; max-width: 620px; color: var(--hoyu-muted); font-size: 12px; line-height: 1.5; }
.hoyu-form-submit .wpcf7-list-item { margin: 0; }
.hoyu-form-submit .wpcf7-list-item label { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 9px; font-weight: 500; }
.hoyu-form-submit input[type="checkbox"] { width: 18px; height: 18px; margin: 0; accent-color: var(--hoyu-blue); }
.wpcf7-form input[type="submit"] { min-width: 180px; min-height: 50px; padding: 12px 26px; border: 1px solid var(--hoyu-blue); border-radius: 0; background: var(--hoyu-blue); color: var(--hoyu-white); font-weight: 900; cursor: pointer; transition: background .18s ease, color .18s ease; }
.wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:focus-visible { background: var(--hoyu-white); color: var(--hoyu-blue); }
.wpcf7-form .wpcf7-not-valid { border-color: #b42318; }
.wpcf7-not-valid-tip { margin-top: 5px; color: #b42318; font-size: 12px; }
.wpcf7 form .wpcf7-response-output { margin: 22px 0 0; padding: 12px 14px; border: 1px solid var(--hoyu-blue); }
.hoyu-contact-privacy { margin: 22px 0 0; color: var(--hoyu-muted); font-size: 11px; line-height: 1.55; }
.hoyu-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.hoyu-article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hoyu-article-card { border: 1px solid #d7e0e8; }
.hoyu-article-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.hoyu-article-card > div { padding: 20px; }
.hoyu-article-card h2 { margin: 0 0 10px; font-size: 22px; }
.hoyu-text-link { color: var(--hoyu-signal); font-weight: 800; }
.hoyu-empty-state { padding: 64px; text-align: center; background: var(--hoyu-paper); }

/* WooCommerce */
.hoyu-shop-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 34px; padding-top: 48px; padding-bottom: 76px; }
.hoyu-shop-sidebar { align-self: start; border: 1px solid #d6e0e8; }
.hoyu-shop-sidebar > h2 { margin: 0; padding: 18px; color: var(--hoyu-white); background: var(--hoyu-navy-900); font-size: 17px; }
.hoyu-shop-sidebar ul { list-style: none; margin: 0; padding: 0; }
.hoyu-shop-sidebar li { border-bottom: 1px solid #e2e8ee; }
.hoyu-shop-sidebar li a { display: flex; justify-content: space-between; gap: 12px; padding: 11px 16px; font-size: 13px; }
.hoyu-shop-sidebar li a:hover { color: var(--hoyu-signal); background: #f6f9fb; }
.hoyu-shop-sidebar li b { color: var(--hoyu-muted); }
.hoyu-sidebar-help { padding: 20px; background: #eff5fa; }
.hoyu-sidebar-help h2 { margin: 0 0 8px; font-size: 19px; }
.hoyu-sidebar-help p { color: var(--hoyu-muted); font-size: 13px; }
.woocommerce .woocommerce-result-count { color: var(--hoyu-muted); }
.woocommerce .woocommerce-ordering select { min-height: 42px; padding: 8px 34px 8px 12px; border: 1px solid #c5d0da; background: var(--hoyu-white); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin: 0 !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; min-width: 0; margin: 0 !important; overflow: hidden; display: flex; flex-direction: column; border: 1px solid #d6e0e8; background: var(--hoyu-white); }
.woocommerce ul.products li.product > a:first-child { display: flex; flex: 1 1 auto; flex-direction: column; }
.woocommerce ul.products li.product a img { height: 250px; margin: 0 !important; padding: 18px; object-fit: contain; background: #f7f9fc; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 16px 16px 7px !important; color: var(--hoyu-text); font-size: 16px !important; line-height: 1.3; }
.woocommerce ul.products li.product .price { margin-top: auto; padding: 0 16px; color: var(--hoyu-navy-900) !important; font-size: 17px !important; font-weight: 900; }
.woocommerce ul.products li.product .button { margin: 12px 16px 16px !important; background: var(--hoyu-navy-900); color: var(--hoyu-white); }
.woocommerce ul.products li.product .button:hover { background: var(--hoyu-signal); color: var(--hoyu-white); }
.woocommerce span.onsale { min-width: 50px; min-height: 26px; line-height: 26px; border-radius: 0; background: var(--hoyu-signal); }
.woocommerce nav.woocommerce-pagination { margin-top: 34px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; margin: 2px; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 40px; padding: 11px; background: #eef3f7; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--hoyu-signal); color: var(--hoyu-white); }
.hoyu-product-page { padding-top: 52px; padding-bottom: 78px; }
.woocommerce div.product div.images img { background: #f7f9fc; }
.woocommerce div.product .product_title { color: var(--hoyu-navy-950); font-size: clamp(32px, 4vw, 48px); line-height: 1.05; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--hoyu-signal); font-size: 25px; font-weight: 900; }
.woocommerce div.product form.cart { display: flex; gap: 10px; }
.woocommerce .quantity .qty { min-height: 44px; border: 1px solid #bdc9d4; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding-left: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: #cbd5df; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 0; background: #eef3f7; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--hoyu-navy-900); color: var(--hoyu-white); }
.woocommerce table.shop_attributes { border-collapse: collapse; }
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td { padding: 10px 12px; border: 1px solid #d7e0e8; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--hoyu-signal); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--hoyu-signal); }

/* Responsive */
@media (min-width: 1321px) and (max-width: 1520px) {
  .hoyu-header-main__inner { grid-template-columns: 350px 1fr 220px auto; gap: 16px; }
  .hoyu-nav-list { gap: 12px; }
  .hoyu-header-actions .hoyu-icon-link:first-of-type { display: none; }
}

@media (max-width: 1320px) {
  .hoyu-header-main__inner { grid-template-columns: 270px auto 1fr auto; gap: 14px; }
  .hoyu-header-main .hoyu-logo { width: 270px; gap: 10px; }
  .hoyu-header-main .hoyu-logo__image { flex-basis: 78px; width: 78px; }
  .hoyu-logo__name { height: 44px; padding-left: 10px; font-size: 18px; }
  .hoyu-menu-toggle { display: block; }
  .hoyu-primary-nav { position: absolute; display: none; left: 0; right: 0; top: 113px; max-height: calc(100vh - 113px); overflow-y: auto; padding: 12px 24px 22px; background: var(--hoyu-white); border-bottom: 1px solid var(--hoyu-line); }
  .hoyu-primary-nav.is-open { display: block; }
  .hoyu-nav-list { align-items: stretch; flex-direction: column; gap: 0; }
  .hoyu-nav-item { border-bottom: 1px solid var(--hoyu-line); }
  .hoyu-nav-list > .hoyu-nav-item > a, .hoyu-nav-item__topline > a { flex: 1; padding: 13px 4px; border: 0; }
  .hoyu-nav-list > .hoyu-nav-item > a::after, .hoyu-nav-item__topline > a::after { display: none; }
  .hoyu-nav-item__topline { width: 100%; }
  .hoyu-submenu-toggle { width: 46px; height: 46px; border-left: 1px solid var(--hoyu-line); }
  .hoyu-submenu { position: static; visibility: visible; display: none; width: auto; padding: 4px 0 12px 16px; opacity: 1; border: 0; border-top: 1px solid var(--hoyu-line); transform: none; transition: none; }
  .hoyu-submenu--products { width: auto; }
  .hoyu-nav-item--has-menu:hover > .hoyu-submenu, .hoyu-nav-item--has-menu:focus-within > .hoyu-submenu { display: none; }
  .hoyu-nav-item--has-menu.is-submenu-open > .hoyu-submenu { display: block; }
  .hoyu-submenu a { padding: 10px 8px; }
  .hoyu-submenu__all { margin-bottom: 3px !important; padding-bottom: 3px; }
  .hoyu-search { max-width: 420px; }
}

@media (max-width: 1120px) {
  .hoyu-category-grid, .hoyu-product-grid { grid-template-columns: repeat(2, 1fr); }
  .hoyu-about-hero__grid { grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); }
  .hoyu-about-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hoyu-about-process__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 782px) {
  body.admin-bar .hoyu-site-header { top: 46px; }
  .hoyu-container { width: min(calc(100% - 32px), var(--hoyu-container)); }
  .hoyu-header-main__inner, .hoyu-trustbar__inner, .hoyu-hero__inner { width: min(calc(100% - 32px), var(--hoyu-wide-container)); }
  .hoyu-trustbar__inner { justify-content: center; }
  .hoyu-trustbar__contact { display: none; }
  .hoyu-header-main__inner { min-height: 64px; grid-template-columns: 240px 1fr auto; gap: 10px; }
  .hoyu-header-main .hoyu-logo { width: 240px; gap: 9px; }
  .hoyu-header-main .hoyu-logo__image { flex-basis: 70px; width: 70px; }
  .hoyu-logo__name { height: 39px; padding-left: 9px; font-size: 15px; }
  .hoyu-primary-nav { top: 101px; }
  .hoyu-search { grid-column: 1 / -1; display: none; margin-bottom: 12px; }
  .hoyu-header-quote { display: none; }
  .hoyu-header-actions .hoyu-icon-link:first-of-type { display: none; }
  .hoyu-hero { min-height: 0; }
  .hoyu-hero__inner { grid-template-columns: 1fr; padding-block: 46px 24px; }
  .hoyu-hero h1 { font-size: clamp(42px, 12vw, 64px); }
  .hoyu-hero__visual { min-height: 320px; }
  .hoyu-readout { width: 180px; right: 0; }
  .hoyu-readout strong { font-size: 25px; }
  .hoyu-brand-strip__group { min-height: 76px; }
  .hoyu-brand-strip a { min-width: 168px; height: 76px; padding: 17px 14px; }
  .hoyu-brand-strip__logo { width: 140px; height: 42px; }
  .hoyu-category-grid, .hoyu-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hoyu-product-media { height: 180px; }
  .hoyu-product-media img { padding: 13px; }
  .hoyu-product-body { min-height: 230px; padding: 13px; }
  .hoyu-application-grid { grid-template-columns: 1fr; }
  .hoyu-application-card { display: grid; grid-template-columns: 42% 1fr; }
  .hoyu-application-card__media { height: 100%; min-height: 230px; }
  .hoyu-engineer-cta__inner { align-items: flex-start; flex-direction: column; }
  .hoyu-proofbar__grid { grid-template-columns: repeat(2, 1fr); }
  .hoyu-proofbar__grid > div:nth-child(3) { border-top: 1px solid var(--hoyu-line); }
  .hoyu-proofbar__grid > div:nth-child(4) { border-top: 1px solid var(--hoyu-line); border-right: 1px solid var(--hoyu-line); }
  .hoyu-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .hoyu-contact-hero__grid { min-height: 0; grid-template-columns: 1fr; }
  .hoyu-contact-hero__copy { padding: 52px 0 42px; }
  .hoyu-contact-hero h1 { font-size: clamp(44px, 9vw, 66px); }
  .hoyu-contact-process { grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--hoyu-line); border-bottom: 0; }
  .hoyu-contact-process li { min-height: 150px; padding: 22px; display: block; border-right: 1px solid var(--hoyu-line); border-bottom: 1px solid var(--hoyu-line); }
  .hoyu-contact-process li:last-child { border-right: 0; border-bottom: 1px solid var(--hoyu-line); }
  .hoyu-contact-process > li > span { display: block; margin-bottom: 18px; font-size: 32px; }
  .hoyu-contact-layout { grid-template-columns: 1fr; }
  .hoyu-contact-form { padding: 30px; }
  .hoyu-contact-aside { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hoyu-info-card--primary { grid-column: 1 / -1; }
  .hoyu-about-hero__grid { min-height: 0; grid-template-columns: 1fr; }
  .hoyu-about-hero__copy { padding: 54px 0; }
  .hoyu-about-breadcrumb { margin-bottom: 36px; }
  .hoyu-about-identity { min-height: 430px; }
  .hoyu-about-facts__grid { grid-template-columns: repeat(2, 1fr); }
  .hoyu-about-facts__grid > div:nth-child(2) { border-right: 1px solid var(--hoyu-line); }
  .hoyu-about-facts__grid > div:nth-child(n+3) { border-top: 1px solid var(--hoyu-line); }
  .hoyu-about-role__grid, .hoyu-about-company__grid { grid-template-columns: 1fr; gap: 48px; }
  .hoyu-about-brand-grid { grid-template-columns: repeat(3, 1fr); }
  .hoyu-shop-layout { grid-template-columns: 1fr; }
  .hoyu-shop-sidebar { display: none; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hoyu-article-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  .hoyu-header-main__inner { grid-template-columns: 70px 1fr auto; }
  .hoyu-header-main .hoyu-logo { width: 70px; }
  .hoyu-logo__name { display: none; }
  .hoyu-trustbar__group { gap: 14px; }
  .hoyu-trustbar span { font-size: 10px; }
  .hoyu-hero__copy > p:not(.hoyu-kicker) { font-size: 16px; }
  .hoyu-hero__actions .hoyu-button { width: 100%; }
  .hoyu-hero__trust { flex-direction: column; gap: 7px; }
  .hoyu-contact-hero__copy { padding: 42px 0 34px; }
  .hoyu-contact-hero h1 { font-size: 43px; }
  .hoyu-contact-hero__copy > p:last-child { margin-top: 18px; font-size: 16px; }
  .hoyu-contact-process { grid-template-columns: 1fr; }
  .hoyu-contact-process li { min-height: 0; padding: 18px 20px; display: grid; grid-template-columns: 48px 1fr; border-right: 0; }
  .hoyu-contact-process li:last-child { border-bottom: 0; }
  .hoyu-contact-process > li > span { margin: 0; font-size: 28px; }
  .hoyu-contact-section .hoyu-container { width: 100%; }
  .hoyu-contact-layout { gap: 18px; padding-top: 0; padding-bottom: 48px; }
  .hoyu-contact-form { padding: 28px 16px 24px; border-left: 0; border-right: 0; }
  .hoyu-contact-form__header { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hoyu-contact-form__header h2 { font-size: 38px; }
  .hoyu-inquiry-product { align-items: flex-start; flex-direction: column; }
  .hoyu-form-grid { grid-template-columns: 1fr; gap: 15px; }
  .hoyu-form-field--full { grid-column: auto; }
  .hoyu-form-submit { align-items: stretch; flex-direction: column; }
  .wpcf7-form input[type="submit"] { width: 100%; }
  .hoyu-contact-aside { padding-inline: 16px; grid-template-columns: 1fr; }
  .hoyu-info-card--primary { grid-column: auto; }
  .hoyu-about-hero__copy { padding: 42px 0; }
  .hoyu-about-hero h1 { font-size: 46px; }
  .hoyu-about-hero__lead { font-size: 16px; }
  .hoyu-about-actions .hoyu-button { width: 100%; }
  .hoyu-about-identity { min-height: 390px; padding: 28px 22px; }
  .hoyu-about-identity__number { right: 24px; font-size: 96px; }
  .hoyu-about-identity h2 { font-size: 28px; }
  .hoyu-about-identity dl div { grid-template-columns: 88px 1fr; }
  .hoyu-about-facts__grid > div { min-height: 112px; padding: 20px 16px; }
  .hoyu-about-facts strong { font-size: 31px; }
  .hoyu-about-section { padding: 58px 0; }
  .hoyu-about-section-heading, .hoyu-about-company .hoyu-about-section-heading { margin-bottom: 34px; grid-template-columns: 58px 1fr; gap: 14px; }
  .hoyu-about-section-heading > span { font-size: 36px; }
  .hoyu-about-section-heading h2 { font-size: 35px; }
  .hoyu-about-role__grid { gap: 34px; }
  .hoyu-about-statement { font-size: 24px; }
  .hoyu-about-category-grid, .hoyu-about-process__grid { grid-template-columns: 1fr; }
  .hoyu-about-category-grid a { min-height: 176px; }
  .hoyu-about-process__grid li { min-height: 230px; }
  .hoyu-about-process__grid li > span { margin-bottom: 48px; }
  .hoyu-about-brand-grid { grid-template-columns: repeat(2, 1fr); }
  .hoyu-about-brand-grid a { min-height: 112px; padding: 20px; }
  .hoyu-about-brand-grid img { height: 44px; }
  .hoyu-about-company .hoyu-about-section-heading { margin-bottom: 0; }
  .hoyu-about-company__details > div { grid-template-columns: 1fr; gap: 7px; }
  .hoyu-category-grid { grid-template-columns: 1fr; }
  .hoyu-product-grid { gap: 10px; }
  .hoyu-product-media { height: 150px; padding: 0; }
  .hoyu-product-media img { padding: 10px; }
  .hoyu-product-body h3 { font-size: 14px; }
  .hoyu-product-price { font-size: 16px; }
  .hoyu-product-card .hoyu-button { min-height: 40px; padding: 8px; font-size: 12px; }
  .hoyu-section-heading { align-items: flex-start; flex-direction: column; }
  .hoyu-application-card { display: block; }
  .hoyu-application-card__media { min-height: 210px; }
  .hoyu-proofbar__grid > div { min-height: 96px; padding: 16px; }
  .hoyu-proofbar strong { font-size: 22px; }
  .hoyu-proofbar span { font-size: 10px; }
  .hoyu-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .hoyu-footer__bottom { flex-direction: column; }
  .woocommerce ul.products { gap: 10px; }
  .woocommerce ul.products li.product a img { height: 170px; padding: 10px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 12px 10px 6px !important; font-size: 14px !important; }
  .woocommerce ul.products li.product .price { padding: 0 10px; font-size: 14px !important; }
  .woocommerce ul.products li.product .button { margin: 10px !important; min-height: 40px; padding: 7px; font-size: 12px; }
  .hoyu-article-grid { grid-template-columns: 1fr; }
}

@media (max-width: 360px) {
  .hoyu-header-main__inner { grid-template-columns: 70px 1fr auto; }
  .hoyu-header-main .hoyu-logo { width: 70px; }
  .hoyu-logo__name { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hoyu-brand-strip__viewport { overflow: hidden; }
  .hoyu-brand-strip__track { animation: hoyu-brand-marquee 40s linear infinite !important; }
}

/* Product Center 2.2 */
.hoyu-catalog-shell { padding: 34px 0 76px; background: var(--hoyu-paper); border-bottom: 1px solid var(--hoyu-line); }
.hoyu-catalog-layout { width: min(calc(100% - 48px), 1600px); display: grid; grid-template-columns: 286px minmax(0, 1fr); align-items: start; gap: 28px; }
.hoyu-catalog-filter-toggle, .hoyu-catalog-backdrop, .hoyu-catalog-sidebar__mobile-head { display: none; }
.hoyu-catalog-sidebar { position: sticky; top: 130px; max-height: calc(100vh - 154px); overflow: hidden; background: var(--hoyu-white); border: 1px solid var(--hoyu-line); }
.hoyu-catalog-sidebar__scroll { max-height: inherit; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #9caeba transparent; }
.hoyu-catalog-sidebar__title { padding: 22px 20px 17px; border-bottom: 1px solid var(--hoyu-line); }
.hoyu-catalog-sidebar__title h2 { margin: 0; font-size: 21px; line-height: 1.1; letter-spacing: -.02em; }
.hoyu-catalog-sidebar__title p { margin: 5px 0 0; color: var(--hoyu-muted); font-size: 12px; }
.hoyu-catalog-category-nav { display: grid; padding: 10px 0; border-bottom: 1px solid var(--hoyu-line); }
.hoyu-catalog-category-nav > a { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 10px 20px; color: var(--hoyu-text); font-size: 13px; line-height: 1.25; border-left: 3px solid transparent; }
.hoyu-catalog-category-nav > a:hover, .hoyu-catalog-category-nav > a.is-active { color: var(--hoyu-blue); background: #eef3ff; border-left-color: var(--hoyu-blue); }
.hoyu-catalog-category-nav b, .hoyu-catalog-category-tree b { color: var(--hoyu-muted); font-size: 11px; font-weight: 700; font-variant-numeric: tabular-nums; }
.hoyu-catalog-category-tree { padding: 3px 20px 16px; }
.hoyu-catalog-category-tree section { padding: 16px 0 13px; border-bottom: 1px solid var(--hoyu-line); }
.hoyu-catalog-category-tree section:last-child { border-bottom: 0; }
.hoyu-catalog-category-tree h3 { margin: 0 0 7px; color: var(--hoyu-text); font-size: 12px; line-height: 1.3; }
.hoyu-catalog-category-tree h3 a:hover { color: var(--hoyu-blue); }
.hoyu-catalog-category-tree ul { list-style: none; margin: 0; padding: 0; }
.hoyu-catalog-category-tree li a { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 5px 0; color: var(--hoyu-muted); font-size: 12px; line-height: 1.35; }
.hoyu-catalog-category-tree li a:hover, .hoyu-catalog-category-tree li a.is-active { color: var(--hoyu-blue); }
.hoyu-catalog-filter-form { padding: 20px; border-top: 1px solid var(--hoyu-line); }
.hoyu-catalog-filter-form__head { display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 17px; }
.hoyu-catalog-filter-form__head h2 { margin: 0; font-size: 18px; }
.hoyu-catalog-filter-form__head p { margin: 2px 0 0; color: var(--hoyu-muted); font-size: 11px; }
.hoyu-catalog-filter-form__head > a { color: var(--hoyu-blue); font-size: 12px; font-weight: 800; }
.hoyu-catalog-filter-form fieldset { max-height: 245px; overflow-y: auto; margin: 0 0 18px; padding: 0 4px 0 0; border: 0; }
.hoyu-catalog-filter-form legend { width: 100%; margin: 0 0 9px; padding: 0 0 7px; color: var(--hoyu-text); border-bottom: 1px solid var(--hoyu-line); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.hoyu-catalog-filter-form label { display: flex; align-items: flex-start; gap: 9px; padding: 5px 0; color: var(--hoyu-muted); font-size: 12px; line-height: 1.35; cursor: pointer; }
.hoyu-catalog-filter-form input[type="checkbox"] { flex: 0 0 auto; width: 15px; height: 15px; margin: 1px 0 0; accent-color: var(--hoyu-blue); }
.hoyu-catalog-main { min-width: 0; }
.hoyu-catalog-header { padding: 27px 30px 30px; background: var(--hoyu-white); border: 1px solid var(--hoyu-line); }
.hoyu-catalog-breadcrumb { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 23px; color: var(--hoyu-muted); font-size: 12px; }
.hoyu-catalog-breadcrumb a:hover { color: var(--hoyu-blue); }
.hoyu-catalog-header .hoyu-kicker { margin-bottom: 7px; }
.hoyu-catalog-header h1 { margin: 0; font-size: clamp(32px, 4vw, 48px); line-height: 1.02; letter-spacing: -.04em; }
.hoyu-catalog-header h1 span { color: var(--hoyu-blue); }
.hoyu-catalog-header > p:last-child { max-width: 760px; margin: 14px 0 0; color: var(--hoyu-muted); font-size: 15px; }
.hoyu-catalog-results { position: relative; margin-top: 18px; }
.hoyu-catalog-results::after { content: ""; position: absolute; z-index: 20; visibility: hidden; inset: 0; opacity: 0; background: rgba(244,247,250,.78); transition: opacity .15s ease, visibility .15s; }
.hoyu-catalog-shell.is-loading .hoyu-catalog-results::after { visibility: visible; opacity: 1; }
.hoyu-catalog-toolbar { display: grid; grid-template-columns: minmax(250px, 1fr) auto auto; align-items: center; gap: 18px; padding: 12px; background: var(--hoyu-white); border: 1px solid var(--hoyu-line); }
.hoyu-catalog-search { min-width: 0; height: 44px; display: grid; grid-template-columns: 1fr 44px; border: 1px solid #bcc9d3; }
.hoyu-catalog-search input { min-width: 0; padding: 0 13px; border: 0; outline: 0; color: var(--hoyu-text); }
.hoyu-catalog-search:focus-within { border-color: var(--hoyu-blue); box-shadow: inset 0 0 0 1px var(--hoyu-blue); }
.hoyu-catalog-search button { display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: var(--hoyu-blue); cursor: pointer; }
.hoyu-catalog-search svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.hoyu-catalog-result-count { margin: 0; color: var(--hoyu-muted); font-size: 13px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.hoyu-catalog-order { height: 44px; display: flex; align-items: center; gap: 9px; padding-left: 12px; border-left: 1px solid var(--hoyu-line); color: var(--hoyu-muted); font-size: 12px; }
.hoyu-catalog-order select { height: 36px; min-width: 120px; padding: 0 28px 0 10px; border: 1px solid #bcc9d3; border-radius: 0; background: var(--hoyu-white); color: var(--hoyu-text); }
.hoyu-catalog-active-filters { display: flex; flex-wrap: wrap; gap: 7px; padding: 12px 0 0; }
.hoyu-catalog-active-filters a { display: inline-flex; align-items: center; gap: 8px; min-height: 30px; padding: 5px 9px; color: var(--hoyu-text); background: var(--hoyu-white); border: 1px solid var(--hoyu-line); font-size: 11px; }
.hoyu-catalog-active-filters a:hover { color: var(--hoyu-blue); border-color: var(--hoyu-blue); }
.hoyu-catalog-active-filters a span { color: var(--hoyu-blue); font-size: 16px; line-height: 1; }
.hoyu-catalog-active-filters .hoyu-catalog-active-filters__clear { color: var(--hoyu-blue); border-color: transparent; background: transparent; font-weight: 800; }
.hoyu-catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 14px; }
.hoyu-catalog-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: var(--hoyu-white); border: 1px solid var(--hoyu-line); transition: border-color .2s ease, transform .2s ease; }
.hoyu-catalog-card:hover { border-color: var(--hoyu-blue); transform: translateY(-2px); }
.hoyu-catalog-card__media { height: 225px; display: block; overflow: hidden; background: #fff; border-bottom: 1px solid var(--hoyu-line); }
.hoyu-catalog-card__media img { display: block; width: 100%; height: 100%; padding: 18px; object-fit: contain; background: #fff; }
.hoyu-catalog-card__body { display: flex; flex: 1; flex-direction: column; padding: 16px; }
.hoyu-catalog-card__brand { margin: 0 0 6px; color: var(--hoyu-blue); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hoyu-catalog-card h2 { min-height: 2.6em; display: -webkit-box; overflow: hidden; margin: 0; color: var(--hoyu-text); font-size: 19px; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hoyu-catalog-card h2 a:hover { color: var(--hoyu-blue); }
.hoyu-catalog-card__sku { height: 18px; overflow: hidden; margin: 7px 0 0; color: var(--hoyu-muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.hoyu-catalog-card__description { min-height: 5.1em; display: -webkit-box; overflow: hidden; margin: 12px 0; color: var(--hoyu-muted); font-size: 12px; line-height: 1.42; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.hoyu-catalog-card__specs { margin: auto 0 14px; border-top: 1px solid var(--hoyu-line); }
.hoyu-catalog-card__specs div { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 8px; align-items: start; padding: 7px 0; border-bottom: 1px solid var(--hoyu-line); font-size: 11px; }
.hoyu-catalog-card__specs dt { color: var(--hoyu-muted); }
.hoyu-catalog-card__specs dd { display: -webkit-box; overflow: hidden; margin: 0; color: var(--hoyu-text); font-weight: 800; line-height: 1.35; text-align: right; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hoyu-catalog-card__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.hoyu-catalog-card__actions .hoyu-button { min-height: 40px; padding: 8px 9px; border-radius: 0; font-size: 11px; }
.hoyu-catalog-card__actions .hoyu-button--outline { color: var(--hoyu-blue); border-color: var(--hoyu-blue); }
.hoyu-catalog-card__actions .hoyu-button--outline:hover { color: var(--hoyu-white); }
.hoyu-catalog-pagination { margin-top: 28px; }
.hoyu-catalog-pagination ul { display: flex; flex-wrap: wrap; gap: 5px; list-style: none; margin: 0; padding: 0; }
.hoyu-catalog-pagination a, .hoyu-catalog-pagination span { min-width: 40px; min-height: 40px; display: grid; place-items: center; padding: 7px 11px; background: var(--hoyu-white); border: 1px solid var(--hoyu-line); font-size: 12px; font-weight: 800; }
.hoyu-catalog-pagination a:hover, .hoyu-catalog-pagination .current { color: var(--hoyu-white); background: var(--hoyu-blue); border-color: var(--hoyu-blue); }
.hoyu-catalog-pagination .prev, .hoyu-catalog-pagination .next { padding-inline: 16px; }
.hoyu-catalog-empty { padding: 70px 24px; margin-top: 14px; text-align: center; background: var(--hoyu-white); border: 1px solid var(--hoyu-line); }
.hoyu-catalog-empty h2 { margin: 0 0 8px; font-size: 30px; }
.hoyu-catalog-empty p { margin: 0 0 22px; color: var(--hoyu-muted); }

@media (max-width: 1120px) {
  .hoyu-catalog-layout { grid-template-columns: 250px minmax(0, 1fr); gap: 20px; }
  .hoyu-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hoyu-catalog-toolbar { grid-template-columns: 1fr auto; }
  .hoyu-catalog-search { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  body.hoyu-catalog-lock { overflow: hidden; }
  .hoyu-catalog-shell { padding-top: 18px; }
  .hoyu-catalog-layout { width: min(calc(100% - 32px), 1600px); display: block; }
  .hoyu-catalog-filter-toggle { width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; padding: 10px 14px; color: var(--hoyu-white); background: var(--hoyu-blue); border: 1px solid var(--hoyu-blue); font-weight: 800; cursor: pointer; }
  .hoyu-catalog-filter-toggle svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  .hoyu-catalog-backdrop { position: fixed; z-index: 1090; display: block; visibility: hidden; inset: 0; opacity: 0; background: rgba(20,36,51,.48); transition: opacity .2s ease, visibility .2s; }
  .hoyu-catalog-sidebar { position: fixed; z-index: 1100; visibility: hidden; top: 0; bottom: 0; left: 0; width: min(88vw, 360px); max-height: none; opacity: 0; border: 0; border-right: 1px solid var(--hoyu-line); transform: translateX(-100%); transition: transform .22s ease, opacity .22s ease, visibility .22s; }
  .hoyu-catalog-sidebar__mobile-head { min-height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; color: var(--hoyu-white); background: var(--hoyu-navy-950); }
  .hoyu-catalog-sidebar__mobile-head button { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; color: var(--hoyu-white); background: transparent; border: 1px solid rgba(255,255,255,.25); cursor: pointer; }
  .hoyu-catalog-sidebar__mobile-head svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  .hoyu-catalog-sidebar__scroll { max-height: calc(100vh - 60px); }
  .hoyu-catalog-shell.is-filter-open .hoyu-catalog-sidebar { visibility: visible; opacity: 1; transform: translateX(0); }
  .hoyu-catalog-shell.is-filter-open .hoyu-catalog-backdrop { visibility: visible; opacity: 1; }
  .hoyu-catalog-header { padding: 24px; }
}

@media (max-width: 620px) {
  .hoyu-catalog-shell { padding-bottom: 52px; }
  .hoyu-catalog-header { padding: 20px 18px 22px; }
  .hoyu-catalog-breadcrumb { margin-bottom: 16px; }
  .hoyu-catalog-header h1 { font-size: 34px; }
  .hoyu-catalog-toolbar { grid-template-columns: 1fr; gap: 10px; }
  .hoyu-catalog-search { grid-column: auto; }
  .hoyu-catalog-result-count { padding: 0 2px; }
  .hoyu-catalog-order { justify-content: space-between; padding: 0; border-left: 0; }
  .hoyu-catalog-order select { flex: 1; }
  .hoyu-catalog-grid { grid-template-columns: 1fr; }
  .hoyu-catalog-card__media { height: 240px; }
  .hoyu-catalog-card h2 { min-height: 0; }
  .hoyu-catalog-card__description { min-height: 0; }
}
