/*
Theme Name: Yuhua 2026
Theme URI: https://yuhua.com.tw/
Author: Yuhua
Description: 堉華生技食品專用的輕量、無頁面編輯器依賴主題，內建語意化版型及 WooCommerce 相容樣式。
Version: 1.8.6
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: yuhua
*/

:root {
  --yh-ink: #111111;
  --yh-muted: #595959;
  --yh-green: #d51627;
  --yh-green-dark: #090909;
  --yh-red: #d51627;
  --yh-red-dark: #a70b18;
  --yh-cream: #f4f4f2;
  --yh-gold: #d51627;
  --yh-white: #fff;
  --yh-line: #dedede;
  --yh-shadow: 0 24px 70px rgba(0, 0, 0, .12);
  --yh-radius: 8px;
  --yh-content: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--yh-ink);
  background: var(--yh-white);
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--yh-green); text-underline-offset: .2em; }
a:hover { color: var(--yh-green-dark); }
h1, h2, h3, h4 { color: var(--yh-green-dark); line-height: 1.25; letter-spacing: -.025em; }
h1 { font-size: clamp(2.2rem, 5vw, 4.6rem); }
h2 { font-size: clamp(1.65rem, 3vw, 2.65rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { margin: 0 0 1.25rem; }
:focus-visible { outline: 3px solid var(--yh-gold); outline-offset: 4px; }

.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus { position: fixed; top: 1rem; left: 1rem; width: auto; height: auto; clip: auto; z-index: 9999; padding: .8rem 1rem; background: #fff; }
.yh-container { width: min(calc(100% - 40px), var(--yh-content)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--yh-line); background: rgba(255,255,255,.97); backdrop-filter: blur(16px); }
.site-topbar { background: #090909; color: rgba(255,255,255,.72); font-size: .78rem; }
.site-topbar__inner { display: flex; min-height: 32px; align-items: center; justify-content: flex-end; gap: 1.4rem; }
.site-topbar a { color: #fff; text-decoration: none; }
.site-header__inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 2rem; }
.site-brand { display: flex; align-items: center; gap: .8rem; color: var(--yh-green-dark); text-decoration: none; font-weight: 800; letter-spacing: .08em; }
.site-brand img { width: auto; height: 58px; object-fit: contain; }
.site-brand span { white-space: nowrap; }
.custom-logo { width: auto; max-height: 54px; }
.site-nav ul { display: flex; align-items: center; gap: 1.4rem; margin: 0; padding: 0; list-style: none; }
.site-nav a { color: var(--yh-ink); font-weight: 650; text-decoration: none; }
.site-nav a { position: relative; }
.site-nav a:hover, .site-nav .current-menu-item > a { color: var(--yh-red); }
.site-nav a::after { position: absolute; right: 0; bottom: -.55rem; left: 0; height: 2px; background: var(--yh-red); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav .current-menu-item > a::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 1px solid var(--yh-line); border-radius: 10px; background: #fff; color: var(--yh-green-dark); padding: .55rem .8rem; font: inherit; }

.yh-hero { position: relative; overflow: hidden; padding: clamp(5rem, 10vw, 9rem) 0; background: #111; }
.yh-hero--photo { min-height: min(760px, 80vh); display: grid; align-items: center; background-image: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.78) 48%, rgba(0,0,0,.32) 100%), var(--yh-hero-image); background-position: center; background-size: cover; }
.yh-hero::after { content: ""; position: absolute; right: 4vw; bottom: -8rem; width: 19rem; height: 19rem; border: 42px solid rgba(213,22,39,.75); border-radius: 50%; }
.yh-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: center; gap: clamp(2rem, 7vw, 6rem); }
.yh-hero__inner > * { min-width: 0; }
.yh-eyebrow { color: var(--yh-gold); font-size: .88rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.yh-hero h1 { max-width: 11ch; margin: .5rem 0 1.5rem; color: #fff; font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.06em; }
.yh-hero__lead { max-width: 42rem; color: rgba(255,255,255,.78); font-size: 1.2rem; }
.yh-hero__lead strong { color: #fff; }
.yh-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.yh-button, button, input[type="submit"], .wp-element-button, .woocommerce a.button, .woocommerce button.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .7rem 1.2rem;
  border: 1px solid var(--yh-green); border-radius: 999px; background: var(--yh-green); color: #fff;
  font: inherit; font-weight: 750; line-height: 1; text-decoration: none; cursor: pointer;
}
.yh-button:hover, button:hover, input[type="submit"]:hover { background: var(--yh-green-dark); color: #fff; }
.yh-button--ghost { border-color: rgba(255,255,255,.65); background: transparent; color: #fff; }
.yh-button--ghost:hover { border-color: #fff; background: #fff; color: #111; }
.yh-hero__card { padding: 2rem; border: 1px solid rgba(255,255,255,.22); border-radius: var(--yh-radius); background: rgba(0,0,0,.58); box-shadow: var(--yh-shadow); color: rgba(255,255,255,.7); backdrop-filter: blur(12px); }
.yh-hero__card span { float: left; margin: .15rem .9rem 2.5rem 0; color: var(--yh-red); font-weight: 900; }
.yh-hero__card strong { display: block; margin-bottom: .2rem; color: #fff; font-size: 1.12rem; }
.yh-hero__card p:last-child { margin-bottom: 0; }

.site-main { min-height: 60vh; }
.yh-section { padding: clamp(4rem, 8vw, 7rem) 0; }
.yh-section--cream { background: var(--yh-cream); }
.yh-section--local { border-bottom: 1px solid var(--yh-line); background: linear-gradient(135deg, #fff 0%, #f4f4f2 100%); }
.yh-section__head { max-width: 760px; margin-bottom: 2.5rem; }
.yh-section__head h2 { margin: 0 0 .8rem; }
.yh-section__head p { color: var(--yh-muted); }
.yh-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.yh-card { overflow: hidden; padding: clamp(1.4rem, 3vw, 2.2rem); border: 1px solid var(--yh-line); border-radius: var(--yh-radius); background: #fff; box-shadow: 0 8px 30px rgba(36,40,33,.05); }
.yh-card h2, .yh-card h3 { margin-top: 0; }
.yh-card--link { position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.yh-card--link:hover { transform: translateY(-4px); box-shadow: var(--yh-shadow); }
.yh-card--link > a { position: absolute; inset: 0; border-radius: inherit; }
.yh-card__link { font-weight: 750; }
.yh-product-card { overflow: hidden; padding: 0; }
.yh-product-card__image { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #e9e9e9; }
.yh-product-card__image img { width: 100%; height: 100%; padding: 0; object-fit: cover; transition: transform .35s ease; }
.yh-product-card.has-post-thumbnail .yh-product-card__image { background: #f6f6f4; }
.yh-product-card.has-post-thumbnail .yh-product-card__image img { padding: .7rem; object-fit: contain; }
.yh-product-placeholder { display: flex; width: 100%; height: 100%; min-height: 210px; flex-direction: column; align-items: center; justify-content: center; gap: .75rem; padding: 1.5rem; color: var(--yh-red); background: linear-gradient(145deg,#fafafa,#eeeeec); }
.yh-product-placeholder .yh-category-icon__svg { width: 78px; height: 78px; }
.yh-product-placeholder > span { color: #686868; font-size: .82rem; font-weight: 700; letter-spacing: .12em; }
.yh-product-placeholder--detail { min-height: 100%; }
.yh-product-placeholder--detail .yh-category-icon__svg { width: 112px; height: 112px; }
.yh-product-card:hover .yh-product-card__image img { transform: scale(1.025); }
.yh-product-card__body { padding: 1.35rem; }
.yh-product-card__body h2, .yh-product-card__body h3 { margin-bottom: .6rem; }
.yh-product-card__body h2 a, .yh-product-card__body h3 a { color: #111; text-decoration: none; }
.yh-product-card__body p { color: var(--yh-muted); font-size: .95rem; line-height: 1.65; }
.yh-product-meta { color: var(--yh-gold); font-size: .85rem; font-weight: 750; letter-spacing: .08em; }
.yh-product-single { display: grid; grid-template-columns: minmax(280px,.85fr) minmax(0,1.15fr); gap: clamp(2rem,6vw,5rem); align-items: start; }
.yh-product-single__image { overflow: hidden; border-radius: var(--yh-radius); background: var(--yh-cream); }
.yh-product-single__content h1 { margin-top: .2rem; }
.yh-contact-grid { display: grid; grid-template-columns: minmax(260px,.8fr) minmax(0,1.2fr); gap: clamp(2rem,6vw,5rem); align-items: start; }
.yh-contact-list { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.yh-contact-list li { padding: .7rem 0; border-bottom: 1px solid var(--yh-line); }
.yh-form { padding: clamp(1.4rem,4vw,2.4rem); border: 1px solid var(--yh-line); border-radius: var(--yh-radius); background: #fff; box-shadow: var(--yh-shadow); }
.yh-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.yh-field { margin-bottom: 1rem; }
.yh-field label { display: block; margin-bottom: .35rem; color: var(--yh-green-dark); font-weight: 700; }
.yh-field input, .yh-field textarea { width: 100%; padding: .75rem .9rem; border: 1px solid var(--yh-line); border-radius: 10px; background: #fff; color: var(--yh-ink); font: inherit; }
.yh-field textarea { min-height: 170px; resize: vertical; }
.yh-honeypot { position: absolute; left: -9999px; }
.yh-notice { margin-bottom: 1rem; padding: .85rem 1rem; border-radius: 10px; background: var(--yh-cream); }

.entry-header, .archive-header { padding: clamp(3.5rem, 7vw, 6rem) 0 2rem; background: linear-gradient(180deg, var(--yh-cream), #fff); }
.entry-header h1, .archive-header h1 { max-width: 18ch; margin: 0; font-size: clamp(2.2rem, 5vw, 3.8rem); }
.entry-meta { margin-top: .8rem; color: var(--yh-muted); font-size: .95rem; }
.entry-content { width: min(calc(100% - 40px), 860px); margin-inline: auto; padding: 3rem 0 6rem; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin-top: 2.4rem; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: .8rem; border: 1px solid var(--yh-line); text-align: left; }
.entry-content blockquote { margin-inline: 0; padding: 1rem 1.5rem; border-left: 4px solid var(--yh-gold); background: var(--yh-cream); }
.entry-content .alignwide { width: min(1100px, calc(100vw - 40px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }

.breadcrumbs { padding-top: 1.2rem; color: var(--yh-muted); font-size: .9rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: .45rem; color: #a3a99f; }

.site-footer { padding: 4rem 0 2rem; background: var(--yh-green-dark); color: rgba(255,255,255,.78); }
.site-footer a { color: #fff; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.site-footer h2, .site-footer h3 { color: #fff; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer__bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .88rem; }

.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.4rem; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto; margin: 0; padding: 1rem; border: 1px solid var(--yh-line); border-radius: var(--yh-radius); }
.woocommerce div.product { padding: 3rem 0 6rem; }
.woocommerce .woocommerce-breadcrumb { display: none; }
.woocommerce div.product div.images img { border-radius: var(--yh-radius); }
.woocommerce div.product .product_title { font-size: clamp(2.2rem,5vw,3.8rem); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--yh-green); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce select {
  padding: .7rem .8rem; border: 1px solid var(--yh-line); border-radius: 9px; font: inherit;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--yh-green); background: var(--yh-cream); }
.woocommerce table.shop_table { border-color: var(--yh-line); border-radius: 12px; }

.yh-proof { border-bottom: 1px solid var(--yh-line); background: #fff; }
.yh-proof__inner { display: flex; min-height: 74px; align-items: center; justify-content: center; gap: clamp(1rem, 3vw, 3rem); color: #444; font-size: .92rem; }
.yh-proof__inner strong { color: var(--yh-red); }
.yh-proof__inner span { position: relative; }
.yh-proof__inner span::before { margin-right: clamp(1rem, 3vw, 3rem); color: #c4c4c4; content: "/"; }
.yh-section--soft { background: #f4f4f2; }
.yh-section--dark { background: #0b0b0b; color: rgba(255,255,255,.7); }
.yh-section--dark h2, .yh-section--dark h3 { color: #fff; }
.yh-section__head--split { display: grid; max-width: none; grid-template-columns: minmax(0,1fr) minmax(280px,.7fr); align-items: end; gap: 3rem; }
.yh-section__head--split p { margin: 0; }
.yh-section__head--split h2 { max-width: 16ch; }
.yh-grid--solutions { gap: 1rem; }
.yh-topic-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(1.5rem,2.5vw,2.25rem); }
.yh-solution-card.yh-solution-card--topic { min-height: clamp(330px,30vw,390px); padding: clamp(1.6rem,3vw,2.5rem); background-position: center 45%; }
.yh-solution-card--topic h3 { max-width: 14ch; margin-bottom: 1.2rem; font-size: clamp(1.65rem,2.5vw,2.25rem); }
.yh-grid--services { grid-template-columns: repeat(2,minmax(0,1fr)); }
.yh-service-card { display: grid; overflow: hidden; grid-template-columns: minmax(0,1.05fr) minmax(280px,.95fr); border-radius: var(--yh-radius); background: #fff; box-shadow: var(--yh-shadow); color: #111; text-decoration: none; }
.yh-service-card img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.yh-service-card > div { padding: clamp(1.6rem,3vw,2.5rem); }
.yh-service-card span { color: var(--yh-red); font-size: .76rem; font-weight: 800; letter-spacing: .12em; }
.yh-service-card h3 { margin: .55rem 0 1rem; font-size: clamp(1.6rem,2.5vw,2.2rem); }
.yh-service-card p { color: var(--yh-muted); }
.yh-service-card b { color: #111; }
.yh-service-card:hover { color: #111; transform: translateY(-4px); }
.yh-solution-card { display: flex; min-height: 430px; flex-direction: column; justify-content: flex-end; padding: clamp(1.7rem,4vw,3rem); border-radius: var(--yh-radius); background-image: linear-gradient(180deg, rgba(0,0,0,.06) 15%, rgba(0,0,0,.88) 88%), var(--yh-card-image); background-position: center; background-size: cover; box-shadow: var(--yh-shadow); color: #fff; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.yh-solution-card:hover { color: #fff; transform: translateY(-6px); }
.yh-solution-card > span { color: #fff; font-size: .8rem; font-weight: 800; letter-spacing: .12em; }
.yh-solution-card h3 { max-width: 9ch; margin: .6rem 0 1rem; color: #fff; font-size: clamp(1.8rem,3vw,2.5rem); }
.yh-solution-card p { min-height: 5.8rem; color: rgba(255,255,255,.78); }
.yh-solution-card b { color: #fff; }
.yh-inline-card { display: grid; min-width: 255px; min-height: 74px; grid-template-columns: 78px minmax(0,1fr); grid-template-rows: 1fr 1fr; align-items: center; overflow: hidden; border: 1px solid var(--yh-line); border-radius: var(--yh-radius); background: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.08); color: #111; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.yh-inline-card::before { grid-row: 1 / 3; width: 78px; height: 100%; background-image: linear-gradient(rgba(0,0,0,.12),rgba(0,0,0,.12)), var(--yh-card-image); background-position: center; background-size: cover; content: ""; }
.yh-inline-card small, .yh-inline-card strong { padding-inline: 1rem; }
.yh-inline-card small { align-self: end; color: var(--yh-red); font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.yh-inline-card strong { align-self: start; line-height: 1.35; }
.yh-inline-card:hover { box-shadow: var(--yh-shadow); color: #111; transform: translateY(-3px); }
.yh-card-action, .yh-card-action-link { display: inline-flex; width: fit-content; align-items: center; justify-content: center; margin-top: .5rem; padding: .55rem .9rem; border-radius: 999px; background: #111; color: #fff !important; font-size: .86rem; font-weight: 800; line-height: 1.2; text-decoration: none; }
.yh-card-action-link { background: var(--yh-red); }
.yh-card-action-link:hover { background: #111; color: #fff !important; }
.yh-solution-card .yh-card-action { background: #fff; color: #111 !important; }
.yh-catalog-link-card { position: relative; display: grid; min-height: 148px; align-content: end; overflow: hidden; padding: 1.4rem; border-radius: var(--yh-radius); background-image: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.35)), var(--yh-card-image); background-position: center; background-size: cover; color: #fff; text-decoration: none; }
.yh-catalog-link-card:hover { color: #fff; }
.yh-catalog-link-card span { color: rgba(255,255,255,.65); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.yh-catalog-link-card strong { margin-top: .2rem; font-size: 1.25rem; }
.yh-catalog-link-card b { position: absolute; right: 1.2rem; bottom: 1.2rem; color: var(--yh-red); font-size: 1.5rem; }
.yh-audience { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(3rem,8vw,8rem); }
.yh-audience > div:first-child { position: sticky; top: 150px; align-self: start; }
.yh-audience h2 { margin-bottom: 1.4rem; font-size: clamp(2.2rem,5vw,4.2rem); }
.yh-audience__list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.yh-audience__list article { min-height: 220px; padding: 1.8rem; border-top: 1px solid rgba(255,255,255,.2); }
.yh-audience__list article:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.2); }
.yh-audience__list b { color: var(--yh-red); }
.yh-audience__list h3 { margin: 2.4rem 0 .6rem; }
.yh-grid--products { grid-template-columns: repeat(4,minmax(0,1fr)); }
.yh-product-card--feature { border: 0; background: #fff; box-shadow: none; }
.yh-product-card--feature .yh-product-card__image { aspect-ratio: 4 / 3; max-height: 230px; }
.yh-product-card--feature .yh-product-card__body { border-top: 3px solid var(--yh-red); }
.yh-product-card--feature h3 a { color: #111; text-decoration: none; }
.yh-faq { display: grid; grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); gap: clamp(3rem,8vw,8rem); }
.yh-faq__list details { border-top: 1px solid var(--yh-line); }
.yh-faq__list details:last-child { border-bottom: 1px solid var(--yh-line); }
.yh-faq__list summary { position: relative; padding: 1.4rem 3rem 1.4rem 0; color: #111; font-size: 1.08rem; font-weight: 800; cursor: pointer; list-style: none; }
.yh-faq__list summary::-webkit-details-marker { display: none; }
.yh-faq__list summary::after { position: absolute; right: .5rem; color: var(--yh-red); content: "+"; font-size: 1.6rem; font-weight: 400; }
.yh-faq__list details[open] summary::after { content: "−"; }
.yh-faq__list p { padding-right: 3rem; color: var(--yh-muted); }
.yh-cta { padding: clamp(3.5rem,7vw,6rem) 0; background: var(--yh-red); color: rgba(255,255,255,.82); }
.yh-cta h2 { margin: .2rem 0 .8rem; color: #fff; font-size: clamp(2.2rem,5vw,4rem); }
.yh-cta .yh-eyebrow { color: #fff; }
.yh-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.yh-cta__inner p { margin: 0; }
.yh-button--light { flex: 0 0 auto; border-color: #fff; background: #fff; color: #111; }
.yh-button--light:hover { border-color: #111; background: #111; }

.yh-visual-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; }
.yh-products-hero { display: grid; min-height: 460px; align-items: center; padding: clamp(4rem,8vw,7rem) 0; background-image: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.42)), var(--yh-products-image); background-position: center; background-size: cover; }
.yh-products-hero h1 { max-width: 13ch; color: #fff; }
.yh-products-hero .yh-hero__lead { color: rgba(255,255,255,.8); }
.yh-visual-links a { position: relative; display: flex; min-height: 260px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 1.4rem; border-radius: var(--yh-radius); background-image: linear-gradient(180deg, rgba(0,0,0,.04) 10%, rgba(0,0,0,.86) 90%), var(--yh-card-image); background-position: center; background-size: cover; box-shadow: 0 12px 30px rgba(0,0,0,.12); color: #fff; text-decoration: none; transition: transform .2s ease; }
.yh-visual-links a:hover { color: #fff; transform: translateY(-5px); }
.yh-visual-links span { color: rgba(255,255,255,.68); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.yh-visual-links strong { margin-top: .25rem; font-size: 1.25rem; }
.yh-visual-links b { position: absolute; right: 1.3rem; bottom: 1.2rem; color: var(--yh-red); font-size: 1.4rem; }
.yh-grid--categories { align-items: stretch; }
.yh-category-card { overflow: hidden; border-radius: var(--yh-radius); background: #fff; box-shadow: 0 14px 40px rgba(0,0,0,.08); }
.yh-category-card__image { height: 250px; overflow: hidden; background: #e9e9e9; }
.yh-category-card__image img { width: 100%; height: 100%; object-fit: cover; }
.yh-category-card--western-seasonings .yh-category-card__image img { object-position: 25% center; }
.yh-category-card--food-additives .yh-category-card__image img { object-position: 75% center; }
.yh-category-card__body { padding: 1.5rem; }
.yh-category-card__body h3 { margin: .35rem 0 .65rem; font-size: 1.7rem; }
.yh-category-card__body p { color: var(--yh-muted); }
.yh-category-card__body small { display: block; min-height: 3.6rem; margin-bottom: 1.2rem; color: #777; line-height: 1.6; }
.yh-category-card__body a { color: #111; font-weight: 800; text-decoration: none; }
.yh-category-card__body a:hover { color: var(--yh-red); }
.yh-grid--catalog { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.4rem; }
.yh-grid--catalog .yh-product-card { overflow: hidden; border: 1px solid var(--yh-line); border-radius: var(--yh-radius); background: #fff; }
.yh-grid--catalog .yh-product-card__image { max-height: none; }
.yh-subcategories { padding-bottom: 0; }
.yh-subcategory-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.yh-subcategory-card { display: grid; grid-template-columns: 82px 1fr; gap: 1.1rem; align-items: center; min-height: 150px; padding: 1.25rem; color: var(--yh-ink); text-decoration: none; border: 1px solid var(--yh-line); border-radius: var(--yh-radius); background: var(--yh-white); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.yh-subcategory-card:hover { transform: translateY(-3px); border-color: var(--yh-red); box-shadow: 0 16px 34px rgba(0,0,0,.08); }
.yh-subcategory-card__icon { display: grid; width: 82px; height: 82px; place-items: center; color: var(--yh-red); border-radius: 50%; background: #f7ecee; }
.yh-subcategory-card__icon svg { width: 52px; height: 52px; }
.yh-subcategory-card__text { display: flex; min-width: 0; flex-direction: column; }
.yh-subcategory-card__text strong { font-size: 1.16rem; }
.yh-subcategory-card__text small { margin-top: .25rem; color: var(--yh-muted); line-height: 1.55; }
.yh-subcategory-card__text em { margin-top: .5rem; color: var(--yh-red); font-size: .78rem; font-style: normal; font-weight: 800; letter-spacing: .06em; }
.yh-grid--catalog .yh-product-card__body { min-height: 245px; padding: 1.25rem; }
.yh-grid--catalog .yh-product-card__body h2, .yh-grid--catalog .yh-product-card__body h3 { margin-top: .25rem; font-size: 1.2rem; }
.yh-grid--catalog .yh-product-card__body .yh-card-action-link { margin-top: .35rem; }
.yh-solution-hero { display: grid; min-height: min(700px,78vh); align-items: center; padding: clamp(5rem,10vw,9rem) 0; background-image: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.76) 50%, rgba(0,0,0,.18) 100%), var(--yh-solution-image); background-position: center; background-size: cover; }
.yh-solution-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.75fr); align-items: center; }
.yh-solution-hero h1 { max-width: 13ch; margin: .6rem 0 1.5rem; color: #fff; font-size: clamp(2.8rem,6vw,5.4rem); }
.yh-solution-hero p { max-width: 42rem; color: rgba(255,255,255,.78); font-size: 1.15rem; }
.yh-two-column { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(3rem,8vw,8rem); }
.yh-two-column h2 { max-width: 14ch; margin-top: .3rem; font-size: clamp(2.1rem,4vw,3.6rem); }
.yh-lead-copy { color: #333; font-size: clamp(1.15rem,2vw,1.45rem); line-height: 1.9; }
.yh-check-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: rgba(255,255,255,.15); }
.yh-check-grid div { min-height: 140px; padding: 2rem; background: #0b0b0b; color: #fff; }
.yh-check-grid span { display: block; margin-bottom: 1.4rem; color: var(--yh-red); font-weight: 900; }
.yh-grid--four { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; border-top: 1px solid var(--yh-line); border-bottom: 1px solid var(--yh-line); }
.yh-number-card { min-height: 230px; padding: 2rem; border-right: 1px solid var(--yh-line); }
.yh-number-card:first-child { border-left: 1px solid var(--yh-line); }
.yh-number-card b { color: var(--yh-red); font-size: 1.5rem; }
.yh-number-card p { margin-top: 4rem; color: #222; font-weight: 750; }

.yh-product-detail__intro { padding-top: 2.5rem; }
.yh-product-detail__grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr); align-items: center; gap: clamp(2rem,6vw,5rem); }
.yh-product-detail__scene { aspect-ratio: 3 / 2; overflow: hidden; margin: 0; border-radius: var(--yh-radius); background: #eee; box-shadow: var(--yh-shadow); }
.yh-product-detail__scene img { width: 100%; height: 100%; object-fit: cover; }
.yh-product-detail__summary h1 { margin: .35rem 0 1rem; font-size: clamp(2.5rem,5vw,4.5rem); }
.yh-product-detail__lead { color: #333; font-size: 1.18rem; }
.yh-product-detail__summary .price { color: var(--yh-red); font-weight: 800; }
.yh-product-detail__summary .cart { margin: 1.5rem 0; }
.yh-product-detail__summary .product_meta { display: grid; gap: .35rem; color: var(--yh-muted); font-size: .9rem; }
.yh-product-detail__summary .yh-actions { align-items: center; }
.yh-use-list { display: grid; gap: 1px; background: rgba(255,255,255,.18); }
.yh-use-list div { display: grid; min-height: 104px; grid-template-columns: 64px 1fr; align-items: center; background: #0b0b0b; color: #fff; }
.yh-use-list b { color: var(--yh-red); font-size: 1.15rem; }
.yh-use-list span { font-size: 1.08rem; font-weight: 750; }
.yh-product-detail__content { display: grid; grid-template-columns: minmax(240px,.55fr) minmax(0,1.45fr); gap: clamp(2rem,7vw,7rem); }
.yh-product-detail__content h2 { margin-top: .3rem; }
.yh-product-photo { margin: 1.4rem 0 0; padding: 1rem; border: 1px solid var(--yh-line); border-radius: var(--yh-radius); background: #f7f7f5; }
.yh-product-photo img { width: 100%; max-height: 520px; object-fit: contain; }
.yh-category-hero { padding: 2.5rem 0 clamp(3rem,6vw,5rem); background: #f4f4f2; }
.yh-category-hero__grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); align-items: center; gap: clamp(2rem,6vw,5rem); }
.yh-category-hero img { width: 100%; aspect-ratio: 3 / 2; border-radius: var(--yh-radius); object-fit: cover; box-shadow: var(--yh-shadow); }
.yh-category-hero h1 { margin: .35rem 0 1rem; font-size: clamp(2.5rem,5vw,4.4rem); }
.yh-category-hero p { color: var(--yh-muted); font-size: 1.12rem; }

.yh-inquiry-nav { position: relative; display: inline-flex !important; align-items: center; gap: .45rem; padding: .55rem .8rem !important; border-radius: 999px; background: #111; color: #fff !important; font-size: .88rem; font-weight: 800; text-decoration: none; }
.yh-inquiry-nav:hover { background: var(--yh-red); color: #fff !important; }
.yh-inquiry-count { display: grid; min-width: 1.55rem; height: 1.55rem; place-items: center; padding-inline: .3rem; border-radius: 999px; background: var(--yh-red); color: #fff; font-size: .75rem; }
.yh-inquiry-add { display: inline-flex; width: fit-content; align-items: center; justify-content: center; gap: .35rem; margin: 0; padding: .62rem .95rem; border: 1px solid #111; border-radius: 999px; background: #fff; color: #111; font-size: .88rem; font-weight: 850; line-height: 1.2; cursor: pointer; }
.yh-inquiry-add:hover, .yh-inquiry-add.is-added { border-color: var(--yh-red); background: var(--yh-red); color: #fff; }
.yh-product-card__actions { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; margin-top: auto; }
.yh-inquiry-layout { display: grid; grid-template-columns: minmax(280px,.85fr) minmax(0,1.15fr); align-items: start; gap: clamp(2rem,6vw,5rem); }
.yh-inquiry-list { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; }
.yh-inquiry-item { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; padding: 1rem; border: 1px solid var(--yh-line); border-radius: var(--yh-radius); background: #fff; }
.yh-inquiry-item strong { display: block; }
.yh-inquiry-remove { padding: .45rem .7rem; border: 0; border-radius: 999px; background: #eee; color: #222; font-size: .78rem; cursor: pointer; }
.yh-inquiry-empty { padding: 1.2rem; border: 1px dashed #aaa; border-radius: var(--yh-radius); color: var(--yh-muted); }
.yh-inquiry-form[hidden] { display: none; }
.yh-catalog-note { margin: 1rem 0 0; color: var(--yh-muted); font-size: .9rem; }

.yh-brand-hero { position: relative; display: grid; min-height: min(760px,78vh); align-items: center; overflow: hidden; background: #090909; }
.yh-brand-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.yh-brand-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.7) 45%, rgba(0,0,0,.08) 100%); content: ''; }
.yh-brand-hero .yh-container { position: relative; z-index: 1; }
.yh-brand-hero__copy { max-width: 650px; padding-block: 5rem; }
.yh-brand-hero h1 { margin: .45rem 0 1.3rem; color: #fff; font-size: clamp(3rem,5.4vw,4.8rem); }
.yh-brand-hero p { color: rgba(255,255,255,.82); font-size: 1.2rem; }
.yh-brand-chapter { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); align-items: center; gap: clamp(3rem,8vw,8rem); }
.yh-brand-chapter--reverse .yh-brand-chapter__copy { order: 2; }
.yh-brand-chapter figure { aspect-ratio: 3 / 2; overflow: hidden; margin: 0; border-radius: var(--yh-radius); }
.yh-brand-chapter figure img { width: 100%; height: 100%; object-fit: cover; }
.yh-brand-chapter h2 { margin: .35rem 0 1.2rem; font-size: clamp(2.2rem,4.5vw,4rem); }
.yh-brand-points { margin: 2rem 0 0; padding: 0; list-style: none; }
.yh-brand-points li { padding: .85rem 0; border-top: 1px solid var(--yh-line); font-weight: 750; }
.yh-brand-points li::before { margin-right: .8rem; color: var(--yh-red); content: '＋'; }
.yh-brand-quote { display: grid; grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); align-items: center; gap: clamp(3rem,8vw,8rem); }
.yh-brand-quote blockquote { margin: 0; color: #111; font-size: clamp(1.6rem,3.5vw,2.7rem); font-weight: 800; line-height: 1.5; }
.yh-brand-quote blockquote::before { display: block; margin-bottom: 1rem; color: var(--yh-red); content: '“'; font-size: 4rem; line-height: .5; }
.yh-service-hero { padding: clamp(3rem,6vw,5rem) 0 clamp(4rem,8vw,7rem); background: linear-gradient(180deg,#f4f4f2,#fff); }
.yh-service-hero__grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); align-items: center; gap: clamp(3rem,8vw,8rem); }
.yh-service-hero h1 { margin: .45rem 0 1.2rem; font-size: clamp(3rem,6vw,5.4rem); }
.yh-service-hero p { color: #333; font-size: 1.18rem; }
.yh-service-hero img { width: 100%; aspect-ratio: 3 / 2; border-radius: var(--yh-radius); object-fit: cover; box-shadow: var(--yh-shadow); }
.yh-process-card { min-height: 230px; padding: 2rem; border: 1px solid rgba(255,255,255,.2); }
.yh-process-card b { color: var(--yh-red); }
.yh-process-card h3 { margin-top: 4rem; color: #fff; }
.yh-use-list--light { background: var(--yh-line); }
.yh-use-list--light div { background: #fff; color: #111; }
.yh-line-consult { min-height: 70vh; background: #f4f4f2; }
.yh-line-consult__card { display: grid; max-width: 980px; grid-template-columns: minmax(0,1fr) minmax(280px,.72fr); align-items: center; gap: clamp(2rem,6vw,5rem); padding: clamp(2rem,5vw,4.5rem); border-radius: var(--yh-radius); background: #fff; box-shadow: var(--yh-shadow); }
.yh-line-consult h1 { margin: .45rem 0 1rem; font-size: clamp(2.5rem,5vw,4.3rem); }
.yh-line-consult__actions { display: grid; gap: 1rem; padding: 2rem; border-left: 4px solid var(--yh-red); background: #f8f8f7; }
.yh-line-consult__actions p { margin: 0; font-weight: 700; }

.entry-header:not(.yh-products-hero), .archive-header { background: linear-gradient(180deg, #f4f4f2, #fff); }
.entry-header.yh-inquiry-hero { display: grid; min-height: 380px; align-items: center; padding-block: clamp(4rem,8vw,7rem); background: linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.5)), var(--yh-inquiry-image); background-position: center; background-size: cover; }
.yh-inquiry-hero h1 { color: #fff; }
.yh-inquiry-hero .yh-hero__lead { max-width: 48rem; color: rgba(255,255,255,.82); }
.site-footer { background: #080808; }
.site-footer h2::after { display: block; width: 48px; height: 4px; margin-top: 1rem; background: var(--yh-red); content: ""; }
.yh-line-support { position: fixed; right: 24px; bottom: 24px; z-index: 90; }
.yh-line-support a { display: flex; min-width: 178px; align-items: center; gap: .75rem; padding: .68rem .95rem .68rem .68rem; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: #06c755; box-shadow: 0 14px 40px rgba(0,0,0,.25); color: #fff; line-height: 1.25; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.yh-line-support a:hover { background: #05ad49; color: #fff; transform: translateY(-3px); }
.yh-line-support__icon { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; color: #06c755; }
.yh-line-support__icon svg { width: 42px; height: 42px; }
.yh-line-support__copy { display: grid; gap: .15rem; }
.yh-line-support__copy strong { font-size: .92rem; }
.yh-line-support__copy small { color: rgba(255,255,255,.88); font-size: .72rem; }
.yh-line-support a:hover small { color: #fff; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--yh-red); background: #f4f4f2; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--yh-red); }
.woocommerce div.product div.images { max-width: 460px; }
.woocommerce div.product div.images img { max-height: 520px; object-fit: contain; }

@media (max-width: 1120px) {
  .menu-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 1rem 20px 1.4rem; border-bottom: 1px solid var(--yh-line); background: #fff; }
  .site-nav.is-open { display: block; }
  .site-nav ul { align-items: flex-start; flex-direction: column; gap: .75rem; }
}

@media (max-width: 860px) {
  .site-topbar__inner { justify-content: center; }
  .site-topbar__inner span, .site-topbar__inner a:last-child { display: none; }
  .yh-hero__inner, .site-footer__grid, .yh-section__head--split, .yh-audience, .yh-faq, .yh-solution-hero__grid, .yh-two-column, .yh-product-detail__grid, .yh-product-detail__content, .yh-category-hero__grid, .yh-brand-chapter, .yh-brand-quote, .yh-grid--services, .yh-service-card, .yh-service-hero__grid, .yh-line-consult__card, .yh-inquiry-layout { grid-template-columns: 1fr; }
	.yh-brand-chapter--reverse .yh-brand-chapter__copy { order: 0; }
  .yh-audience > div:first-child { position: static; }
  .yh-grid--products, .yh-grid--four, .yh-grid--catalog, .yh-topic-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .yh-visual-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .yh-cta__inner { align-items: flex-start; flex-direction: column; }
  .yh-product-single { grid-template-columns: 1fr; }
  .yh-contact-grid { grid-template-columns: 1fr; }
  .yh-subcategory-grid { grid-template-columns: 1fr; }
  .yh-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .yh-container { width: min(calc(100% - 28px), var(--yh-content)); }
  .site-brand span { display: none; }
  .site-brand img { height: 50px; }
  .yh-line-support { right: 14px; bottom: 14px; }
  .yh-line-support a { min-width: 0; padding: .55rem; }
  .yh-line-support__copy { display: none; }
  .yh-grid, .woocommerce ul.products, .yh-audience__list, .yh-grid--products, .yh-grid--four, .yh-grid--catalog, .yh-check-grid, .yh-visual-links, .yh-topic-grid { grid-template-columns: 1fr; }
  .yh-proof__inner { flex-wrap: wrap; justify-content: flex-start; padding-block: 1rem; gap: .5rem 1rem; }
  .yh-proof__inner span::before { margin-right: 1rem; }
  .yh-solution-card { min-height: 360px; }
  .yh-solution-card.yh-solution-card--topic { min-height: 280px; background-position: center; }
  .yh-solution-card p { min-height: 0; }
  .yh-visual-links a { min-height: 220px; }
  .yh-solution-hero { min-height: 620px; background-position: 58% center; }
  .yh-solution-hero__grid { grid-template-columns: 1fr; }
  .yh-audience__list article:nth-child(odd) { border-right: 0; }
  .yh-number-card { min-height: 180px; border-left: 1px solid var(--yh-line); border-bottom: 1px solid var(--yh-line); }
  .yh-form-grid { grid-template-columns: 1fr; }
  .site-header__inner { min-height: 70px; }
  .yh-actions .yh-inline-card { width: 100%; min-width: 0; }
  .yh-eyebrow { max-width: 100%; font-size: .76rem; letter-spacing: .14em; overflow-wrap: anywhere; }
  .yh-hero { overflow-x: clip; }
  .yh-hero h1, .yh-hero__lead, .yh-hero__card { max-width: 100%; overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
