/*! aisite:v1:sn */
/*!
 * Theme: warm cafe-green B2B system (archive 49)
 * Canvas cream + four-tier green + gold accent, pill buttons, 12px cards.
 */

/* ????????????????????????? 1. Reset & tokens ????????????????????????? */
*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, 0.87);
    background: #f2f0eb;
}

img { border: 0; max-width: 100%; height: auto; }
figure { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: #00754a; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: #006241; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 600; line-height: 1.2; letter-spacing: -0.01em; color: #006241; }
p { margin: 0 0 12px; }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; font-size: 16px; }
video { max-width: 100%; }

[hidden] { display: none !important; }

:root {
    --c-green: #006241;
    --c-green-accent: #00754a;
    --c-green-house: #1e3932;
    --c-green-uplift: #2b5148;
    --c-green-light: #d4e9e2;
    --c-gold: #cba258;
    --c-gold-light: #dfc49d;
    --c-gold-lightest: #faf6ee;
    --c-cream: #f2f0eb;
    --c-cream-2: #edebe9;
    --c-text: rgba(0, 0, 0, 0.87);
    --c-text-soft: rgba(0, 0, 0, 0.56);
    --c-border: rgba(0, 0, 0, 0.12);
    --radius-card: 12px;
    --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.08), 0 4px 14px rgba(0, 0, 0, 0.06);
    --shadow-pop: 0 0 6px rgba(0, 0, 0, 0.14), 0 8px 18px rgba(0, 0, 0, 0.12);
}

.container {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 40px;
}

.section { padding: 72px 0; }
.section--alt { background: #edebe9; }
.section--white { background: #fff; }
.section--dark { background: #1e3932; color: #fff; }
.section--dark h1, .section--dark h2, .section--dark h3 { color: #fff; }

.section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px 32px;
    margin-bottom: 40px;
}
.section-kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #cba258;
}
.section-title { font-size: 40px; font-weight: 600; color: #006241; }
.section--dark .section-title { color: #fff; }
.section-intro { max-width: 720px; margin-top: 12px; font-size: 17px; color: var(--c-text-soft); }
.section-more { margin-top: 36px; text-align: center; }
.section-more--right { text-align: right; }

.page-title { margin: 8px 0 28px; font-size: 40px; color: #006241; }
.page-intro { max-width: 860px; margin-bottom: 32px; color: var(--c-text-soft); }

/* ????????????????????????? 2. Buttons ????????????????????????? */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 12px 32px;
    border-radius: 50px;
    border: 1.5px solid #00754a;
    background: #00754a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.2;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
}
.btn:hover { background: #006241; border-color: #006241; color: #fff; }
.btn:active { transform: scale(0.95); }
.btn--outline { background: transparent; color: #00754a; }
.btn--outline:hover { background: rgba(0, 117, 74, 0.08); color: #006241; }
.btn--light { background: #fff; border-color: #fff; color: #1e3932; }
.btn--light:hover { background: #faf6ee; border-color: #faf6ee; color: #1e3932; }
.btn--outline-light { background: transparent; border-color: rgba(255, 255, 255, 0.85); color: #fff; }
.btn--outline-light:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }
.btn--dark { background: #1e3932; border-color: #1e3932; color: #fff; }
.btn--dark:hover { background: #2b5148; border-color: #2b5148; color: #fff; }
.btn--sm { min-height: 40px; padding: 8px 22px; font-size: 14px; }
.btn--full { width: 100%; }

/* ????????????????????????? 3. Header ????????????????????????? */
.site-header {
    position: sticky;
    top: 0;
    z-index: 900;
    background: #fff;
    border-bottom: 1px solid var(--c-border);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.04);
}
.site-header__inner {
    display: flex;
    align-items: center;
    gap: 28px;
    min-height: 84px;
}
.site-logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.site-logo img { max-height: 56px; width: auto; }
.site-logo__text { font-size: 22px; font-weight: 700; color: #006241; }

.site-header__nav { flex: 1 1 auto; min-width: 0; }
.site-header__tools { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.site-header__tools .btn { min-height: 44px; padding: 10px 24px; font-size: 15px; white-space: nowrap; }

.tool-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--c-border);
    border-radius: 50%;
    background: #fff;
    color: #1e3932;
    transition: all 0.2s ease;
}
.tool-btn:hover { border-color: #00754a; color: #00754a; }

/* product search (expandable) */
.site-header__search { position: relative; }
.product-search-box {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: 360px;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-pop);
    display: none;
    z-index: 950;
}
.product-search-box.is-open { display: block; }
.product-search-form { display: flex; gap: 8px; }
.product-search-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 44px;
    padding: 0 16px;
    border: 1px solid var(--c-border);
    border-radius: 50px;
    background: #faf6ee;
    outline: none;
}
.product-search-input:focus { border-color: #00754a; }
.product-search-form button[type="submit"] {
    flex: 0 0 auto;
    height: 44px;
    padding: 0 22px;
    border: 0;
    border-radius: 50px;
    background: #00754a;
    color: #fff;
    font-weight: 600;
}
.product-search-form button[type="submit"]:hover { background: #006241; }

/* language switch */
.site-header__language { position: relative; }
.lang-switch-list {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    min-width: 190px;
    max-height: 320px;
    overflow: auto;
    padding: 8px;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-pop);
    display: none;
    z-index: 950;
}
.lang-switch-list.is-open { display: block; }
.lang-switch-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    color: var(--c-text);
    font-size: 14px;
}
.lang-switch-item a:hover { background: #f2f0eb; color: #006241; }
.language-pic { display: inline-block; width: 20px; height: 14px; border-radius: 2px; background: #d4e9e2; }

/* ????????????????????????? 4. Main navigation ????????????????????????? */
.main-nav { min-width: 0; }
.main-nav__list { display: flex; align-items: center; gap: 4px; }
.main-nav__item { position: relative; }
.main-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 16px;
    border-radius: 50px;
    color: #1e3932;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.2s ease;
}
.main-nav__link:hover,
.main-nav__item.is-active > .main-nav__link { background: #d4e9e2; color: #006241; }
.main-nav__item--has-children > .main-nav__link::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1.6px solid currentColor;
    border-bottom: 1.6px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
}

.main-nav__dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 250px;
    max-height: 70vh;
    overflow: auto;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-pop);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.2s ease;
    z-index: 940;
}
.main-nav__item--has-children:hover > .main-nav__dropdown,
.main-nav__item--has-children:focus-within > .main-nav__dropdown,
.main-nav__item--has-children.is-open > .main-nav__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.main-nav__dropdown-item { position: relative; }
.main-nav__dropdown-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    color: var(--c-text);
    font-size: 14.5px;
    font-weight: 600;
}
.main-nav__dropdown-item > a:hover { background: #f2f0eb; color: #006241; }
.main-nav__dropdown-item.has-sub > a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(-45deg);
}
.main-nav__submenu {
    padding: 4px 0 6px 14px;
    display: none;
}
.main-nav__dropdown-item:hover > .main-nav__submenu,
.main-nav__dropdown-item.is-open > .main-nav__submenu { display: block; }
.main-nav__submenu a {
    display: block;
    padding: 7px 14px;
    border-radius: 8px;
    color: var(--c-text-soft);
    font-size: 14px;
}
.main-nav__submenu a:hover { background: #f2f0eb; color: #006241; }

/* mobile menu toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 1px solid var(--c-border);
    border-radius: 50%;
    background: #fff;
}
.mobile-menu-toggle span { display: block; height: 2px; width: 100%; background: #1e3932; border-radius: 2px; transition: all 0.25s ease; }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ????????????????????????? 5. Hero (home banner slider) ????????????????????????? */
.hero { position: relative; background: #1e3932; overflow: hidden; }
.hero__slider { position: relative; }
.hero__slide { position: relative; display: none; min-height: 640px; }
.hero__slide.active { display: block; }
.hero__bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(30, 57, 50, 0.82) 0%, rgba(30, 57, 50, 0.55) 45%, rgba(30, 57, 50, 0.15) 100%);
}
.hero__slide--plain .hero__bg { background-color: #1e3932; }
.hero__slide-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 640px;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
}
.hero__title {
    max-width: 900px;
    margin: 0;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.15;
    color: #fff;
    text-wrap: balance;
}
.hero__subtitle { max-width: 720px; margin: 20px 0 0; font-size: 19px; line-height: 1.7; color: rgba(255, 255, 255, 0.88); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.hero__slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}
.hero__slider-nav:hover { background: rgba(255, 255, 255, 0.34); }
.hero__slider-nav--prev { left: 24px; }
.hero__slider-nav--next { right: 24px; }
.hero__slider-dots {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 10px;
}
.hero__dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    transition: all 0.2s ease;
}
.hero__dot.active { background: #cba258; transform: scale(1.25); }

/* ????????????????????????? 6. Home modules ????????????????????????? */
.page-home main { background: #f2f0eb; }

/* brand intro */
.home-brand__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 56px; align-items: start; }
.home-brand__title { font-size: 40px; margin-bottom: 20px; }
.home-brand__desc { font-size: 17px; line-height: 1.8; color: var(--c-text); }
.home-brand__desc p:last-child { margin-bottom: 0; }
.home-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.home-stat {
    padding: 22px 24px;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
}
.home-stat__label { display: block; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--c-text-soft); margin-bottom: 8px; }
.home-stat__value { font-size: 19px; font-weight: 600; color: #006241; word-break: break-word; }

/* category line cards */
.home-lines { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.home-line-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 28px;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
    transition: all 0.25s ease;
    overflow: hidden;
}
.home-line-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-pop); border-color: #d4e9e2; }
.home-line-card__index { font-size: 13px; font-weight: 700; letter-spacing: 0.15em; color: #cba258; }
.home-line-card__title { font-size: 22px; color: #1e3932; }
.home-line-card__link { margin-top: auto; padding-top: 14px; font-size: 14px; font-weight: 600; color: #00754a; }

/* custom archive blocks */
.home-custom-block { margin-bottom: 56px; }
.home-custom-block:last-child { margin-bottom: 0; }
.home-custom-block__title { font-size: 30px; margin-bottom: 26px; }
.home-custom-items { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.home-custom-item {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: all 0.25s ease;
}
.home-custom-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-pop); }
.home-custom-item__media { display: block; aspect-ratio: 4 / 3; background: #edebe9; overflow: hidden; }
.home-custom-item__media img,
.home-custom-item__media video { width: 100%; height: 100%; object-fit: cover; display: block; }
.home-custom-item__title { padding: 14px 18px 16px; font-size: 16px; font-weight: 600; color: #1e3932; display: block; }

/* certifications strip */
.home-certs-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.home-cert-card {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}
.home-cert-card img { max-height: 150px; width: auto; object-fit: contain; }

/* factory strip */
.home-factory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.home-factory-item { border-radius: var(--radius-card); overflow: hidden; background: #fff; border: 1px solid var(--c-border); box-shadow: var(--shadow-card); }
.home-factory-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.home-factory-item figcaption { padding: 12px 16px; font-size: 14px; color: var(--c-text-soft); }

/* news cards */
.home-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.home-news-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: all 0.25s ease;
}
.home-news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-pop); }
.home-news-card__img { aspect-ratio: 16 / 9; overflow: hidden; background: #edebe9; }
.home-news-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.home-news-card__body { display: flex; flex-direction: column; gap: 8px; padding: 18px 20px 22px; }
.home-news-card__date { font-size: 13px; color: var(--c-text-soft); }
.home-news-card__title { font-size: 17px; line-height: 1.45; }
.home-news-card__title a { color: #1e3932; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.home-news-card__title a:hover { color: #00754a; }

/* home CTA band */
.home-cta { background: #1e3932; }
.home-cta__panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 56px 0;
}
.home-cta__title { font-size: 34px; color: #fff; margin-bottom: 10px; }
.home-cta__desc { max-width: 640px; color: rgba(255, 255, 255, 0.8); font-size: 16px; margin: 0; }
.home-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* injected home description */
.home-desc { font-size: 14px; color: var(--c-text-soft); line-height: 1.8; }

/* footer SEO H1 fallback */
.home-seo-h1 {
    padding: 24px 0 0;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.92);
}

/* ????????????????????????? 7. Product grid & cards ????????????????????????? */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: all 0.25s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-pop); border-color: #d4e9e2; }
.product-card__img-wrap { position: relative; display: block; aspect-ratio: 1 / 1; background: #faf6ee; overflow: hidden; }
.product-card__img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s ease; }
.product-card:hover .product-card__img { transform: scale(1.04); }
.product-card__img-placeholder { display: block; width: 100%; height: 100%; background: #edebe9; }
.product-card__video-badge {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(30, 57, 50, 0.82);
    color: #fff;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.product-card__body { display: flex; flex-direction: column; gap: 6px; padding: 16px 18px 20px; flex: 1 1 auto; }
.product-card__title { font-size: 16px; font-weight: 600; line-height: 1.4; min-height: 44px; }
.product-card__title a {
    color: #1e3932;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-card__title a:hover { color: #00754a; }
.product-card__model,
.product-card__moq { margin: 0; font-size: 13px; color: var(--c-text-soft); }
.product-card__actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 12px; }
.product-card__more { font-size: 14px; font-weight: 600; color: #00754a; }

/* ????????????????????????? 8. Content layout (sidebar + main) ????????????????????????? */
.content-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 40px; align-items: start; padding-bottom: 72px; }
.content-layout__sidebar { position: sticky; top: 108px; }
.page-wrap { padding-bottom: 72px; }

/* category sidebar */
.category-sidebar {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    padding: 22px;
    box-shadow: var(--shadow-card);
}
.category-sidebar__heading { font-size: 18px; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--c-border); }
.category-sidebar__item { margin-bottom: 2px; }
.category-sidebar__link {
    display: block;
    padding: 9px 12px;
    border-radius: 8px;
    color: #1e3932;
    font-weight: 600;
    font-size: 15px;
}
.category-sidebar__link:hover { background: #f2f0eb; color: #006241; }
.category-sidebar__item.is-active > .category-sidebar__link { background: #d4e9e2; color: #006241; }
.category-sidebar__sub { padding: 2px 0 6px 12px; }
.category-sidebar__sub li.is-active > a { color: #00754a; font-weight: 600; }
.category-sidebar__sub a { display: block; padding: 6px 12px; border-radius: 8px; color: var(--c-text-soft); font-size: 14px; }
.category-sidebar__sub a:hover { background: #f2f0eb; color: #006241; }

/* ????????????????????????? 9. Breadcrumb ????????????????????????? */
.breadcrumb { padding: 18px 0 4px; }
.breadcrumb__list { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; list-style: none; margin: 0; padding: 0; font-size: 13.5px; }
.breadcrumb__item { display: inline-flex; align-items: center; gap: 8px; color: var(--c-text-soft); }
.breadcrumb__item + .breadcrumb__item::before { content: "/"; color: rgba(0, 0, 0, 0.3); }
.breadcrumb__link { color: var(--c-text-soft); }
.breadcrumb__link:hover { color: #00754a; text-decoration: underline; }
.breadcrumb__current { color: rgba(0, 0, 0, 0.4); }

/* ????????????????????????? 10. Pagination ????????????????????????? */
.pagination { margin-top: 44px; }
.pagination__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pagination__item { display: inline-flex; }
.pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border: 1px solid var(--c-border);
    border-radius: 50px;
    background: #fff;
    color: #1e3932;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.2s ease;
}
a.pagination__link:hover { border-color: #00754a; color: #00754a; }
.pagination__item.is-active .pagination__link { background: #00754a; border-color: #00754a; color: #fff; }

.no-results {
    padding: 48px 24px;
    background: #fff;
    border: 1px dashed var(--c-border);
    border-radius: var(--radius-card);
    color: var(--c-text-soft);
    text-align: center;
    font-size: 16px;
}

/* ????????????????????????? 11. Product detail ????????????????????????? */
.product-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: start; padding-bottom: 40px; }
.product-detail__main-view {
    position: relative;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    overflow: hidden;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mainImage { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; }
.gallery-main-video { width: 100%; height: 100%; object-fit: contain; background: #000; }
.product-detail__thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.gallery-thumb {
    position: relative;
    width: 84px;
    height: 84px;
    padding: 0;
    border: 2px solid var(--c-border);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-thumb--active { border-color: #00754a; }
.gallery-thumb__play-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 57, 50, 0.45);
    color: #fff;
    font-size: 18px;
}
.gallery-thumb__no-img { display: block; width: 100%; height: 100%; background: #edebe9; }

.product-detail__title { font-size: 30px; margin-bottom: 18px; color: #1e3932; }
.product-detail__meta { margin: 0 0 10px; font-size: 15px; color: var(--c-text-soft); }
.product-detail__meta strong { color: var(--c-text); font-weight: 600; }
.product-detail__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

.product-description { padding: 30px 0 40px; }

/* product parameters */
.product-params { display: grid; gap: 28px; padding-bottom: 40px; }
.product-param-section {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    padding: 26px 28px;
}
.product-param-section__title { font-size: 20px; margin-bottom: 18px; }
.product-param-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; margin: 0; }
.product-param-row { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.06); font-size: 14.5px; }
.product-param-row dt { flex: 0 0 40%; color: var(--c-text-soft); margin: 0; }
.product-param-row dd { flex: 1 1 auto; margin: 0; color: var(--c-text); word-break: break-word; }
.product-param-media__title,
.product-param-lead__title { font-size: 16px; margin: 20px 0 12px; color: #1e3932; }
.product-param-media__list { display: flex; flex-wrap: wrap; gap: 12px; }
.product-param-media__item { display: block; width: 120px; height: 120px; border-radius: 10px; overflow: hidden; border: 1px solid var(--c-border); }
.product-param-media__item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-param-table-wrap { overflow-x: auto; }
.product-param-lead__table { border-collapse: collapse; width: 100%; min-width: 420px; font-size: 14px; }
.product-param-lead__table th,
.product-param-lead__table td { border: 1px solid var(--c-border); padding: 10px 14px; text-align: left; }
.product-param-lead__table th { background: #faf6ee; color: #1e3932; font-weight: 600; }
.product-param-lead__note { margin-top: 12px; font-size: 13px; color: var(--c-text-soft); }

.related-products { padding: 20px 0 60px; }
.related-products .section-title { font-size: 28px; margin-bottom: 26px; }

/* ????????????????????????? 12. News / blog ????????????????????????? */
.news-list { display: grid; gap: 20px; }
.news-card {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 22px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
    transition: all 0.25s ease;
}
.news-card:hover { box-shadow: var(--shadow-pop); border-color: #d4e9e2; }
.news-card--no-img { grid-template-columns: minmax(0, 1fr); }
.news-card__img { display: block; aspect-ratio: 16 / 10; border-radius: 8px; overflow: hidden; background: #edebe9; }
.news-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-card__body { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.news-card__date { font-size: 13px; color: var(--c-text-soft); }
.news-card__title { font-size: 19px; line-height: 1.4; }
.news-card__title a { color: #1e3932; }
.news-card__title a:hover { color: #00754a; }
.news-card__excerpt { margin: 0; font-size: 14.5px; color: var(--c-text-soft); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.news-cats { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.news-cats__item {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 22px;
    border: 1px solid var(--c-border);
    border-radius: 50px;
    background: #fff;
    color: #1e3932;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}
.news-cats__item:hover { border-color: #00754a; color: #00754a; }
.news-cats__item.is-active { background: #00754a; border-color: #00754a; color: #fff; }

.news-article { background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius-card); padding: 40px 44px; box-shadow: var(--shadow-card); }
.news-article__title { font-size: 32px; color: #1e3932; margin-bottom: 12px; }
.news-article__date { display: block; font-size: 14px; color: var(--c-text-soft); margin-bottom: 20px; }
.news-article__cover { margin: 0 0 24px; border-radius: 10px; overflow: hidden; }
.news-article__content { font-size: 16px; line-height: 1.8; }
.news-prevnext { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--c-border); font-size: 14.5px; }
.news-prevnext a { color: #00754a; font-weight: 600; max-width: 46%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ????????????????????????? 13. Certificates / factory / projects / downloads ????????????????????????? */
.cert-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.cert-item {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    padding: 16px;
    text-align: center;
    box-shadow: var(--shadow-card);
}
.cert-item img { width: 100%; height: auto; object-fit: contain; border-radius: 6px; }
.cert-item figcaption { padding-top: 12px; font-size: 13.5px; color: var(--c-text-soft); }
.cert-no { display: block; margin-top: 4px; font-size: 12px; }

.factory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.factory-item {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    overflow: hidden;
    box-shadow: var(--shadow-card);
}
.factory-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.factory-item video { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; background: #000; }
.factory-item figcaption { padding: 12px 16px 14px; font-size: 14px; color: var(--c-text-soft); }
.factory-item figcaption strong { display: block; color: #1e3932; font-size: 15px; margin-bottom: 2px; }
.factory-item figcaption p { margin: 0; }
.factory-item h3 { padding: 12px 16px 0; font-size: 16px; color: #1e3932; }
.factory-group { margin-bottom: 48px; }
.factory-group__title { font-size: 24px; margin-bottom: 20px; }
.factory-group__title a { color: #006241; }

.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.project-card {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: all 0.25s ease;
}
.project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-pop); }
.project-card__img { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #edebe9; }
.project-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.project-card__body { padding: 16px 20px 20px; }
.project-card__title { font-size: 17px; line-height: 1.45; }
.project-card__title a { color: #1e3932; }
.project-card__title a:hover { color: #00754a; }
.project-card__body time { display: block; margin-top: 8px; font-size: 13px; color: var(--c-text-soft); }

.project-detail { background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius-card); padding: 40px 44px; box-shadow: var(--shadow-card); margin-bottom: 60px; }
.project-detail__date { display: block; color: var(--c-text-soft); font-size: 14px; margin: 10px 0 18px; }
.project-detail__img { margin-bottom: 24px; border-radius: 10px; overflow: hidden; }
.project-detail__img img { width: 100%; height: auto; display: block; }

.category-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.category-tab {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 22px;
    border: 1px solid var(--c-border);
    border-radius: 50px;
    background: #fff;
    color: #1e3932;
    font-size: 14px;
    font-weight: 600;
}
.category-tab:hover { border-color: #00754a; color: #00754a; }
.category-tab.active { background: #00754a; border-color: #00754a; color: #fff; }

.download-table { width: 100%; border-collapse: separate; border-spacing: 0; background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius-card); overflow: hidden; box-shadow: var(--shadow-card); }
.download-table th, .download-table td { padding: 14px 20px; text-align: left; border-bottom: 1px solid rgba(0, 0, 0, 0.07); font-size: 15px; }
.download-table thead th { background: #1e3932; color: #fff; font-size: 14px; letter-spacing: 0.04em; }
.download-table tbody tr:last-child td { border-bottom: 0; }
.download-table tbody tr:hover { background: #faf6ee; }
.download-row__thumb img { width: 56px; height: 56px; object-fit: cover; border-radius: 8px; display: block; }

/* ????????????????????????? 14. Video ????????????????????????? */
.video-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.video-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 22px;
    border: 1px solid var(--c-border);
    border-radius: 50px;
    background: #fff;
    color: #1e3932;
    font-size: 14px;
    font-weight: 600;
}
.video-tabs a:hover { border-color: #00754a; color: #00754a; }
.video-tabs a.is-active { background: #00754a; border-color: #00754a; color: #fff; }

.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.video-card {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: all 0.25s ease;
}
.video-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-pop); }
.video-card__thumb { position: relative; display: block; aspect-ratio: 16 / 9; background: #1e3932; overflow: hidden; }
.video-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0.92; }
.video-card__thumb-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #1e3932, #2b5148); }
.video-card__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
}
.video-card__play::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-width: 10px 0 10px 17px;
    border-color: transparent transparent transparent #006241;
}
.video-card__player { aspect-ratio: 16 / 9; background: #000; }
.video-card__player iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-card__body { padding: 14px 18px 18px; }
.video-card__title { font-size: 16px; line-height: 1.45; }
.video-card__title a { color: #1e3932; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.video-card__title a:hover { color: #00754a; }

.video-player { position: relative; width: 100%; padding-top: 56.25%; border-radius: var(--radius-card); overflow: hidden; background: #000; margin-bottom: 26px; }
.video-player video,
.video-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-desc { margin-bottom: 30px; color: var(--c-text); }

/* ????????????????????????? 15. About / contact ????????????????????????? */
.about-overview { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 44px; align-items: start; margin-bottom: 56px; }
.about-overview__image { margin: 0; border-radius: var(--radius-card); overflow: hidden; box-shadow: var(--shadow-card); }
.about-overview__image img { width: 100%; height: auto; display: block; }

.about-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 44px; margin: 0; background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius-card); padding: 10px 30px; }
.about-info-grid > div { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.06); font-size: 14.5px; }
.about-info-grid dt { flex: 0 0 42%; margin: 0; color: var(--c-text-soft); }
.about-info-grid dd { flex: 1 1 auto; margin: 0; word-break: break-word; }

.history-list { display: grid; gap: 18px; }
.history-item {
    display: grid;
    grid-template-columns: 90px 160px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    padding: 20px 24px;
}
.history-item time { font-weight: 700; color: #cba258; font-size: 16px; }
.history-item img { width: 160px; height: auto; border-radius: 8px; }

.about-video { max-width: 900px; }
.about-video__link { display: block; position: relative; border-radius: var(--radius-card); overflow: hidden; }
.about-video__link img { width: 100%; height: auto; display: block; }
.about-video__link span { position: absolute; left: 20px; bottom: 16px; color: #fff; background: rgba(30, 57, 50, 0.75); padding: 6px 16px; border-radius: 50px; font-size: 14px; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 44px; align-items: start; padding-bottom: 72px; }
.contact-info { display: grid; gap: 16px; }
.contact-item {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    padding: 20px 24px;
    box-shadow: var(--shadow-card);
}
.contact-item h3 { font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--c-text-soft); margin-bottom: 8px; }
.contact-item p { margin: 0; font-size: 16px; word-break: break-word; }

.contact-form-wrap {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    padding: 34px 36px;
    box-shadow: var(--shadow-card);
}
.contact-form-wrap h2 { font-size: 24px; margin-bottom: 22px; }

.language-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-bottom: 60px; }
.language-list__item a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 22px;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    color: #1e3932;
    font-weight: 600;
    box-shadow: var(--shadow-card);
    transition: all 0.2s ease;
}
.language-list__item a:hover { border-color: #00754a; color: #00754a; }

.content-page { background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius-card); padding: 40px 44px; box-shadow: var(--shadow-card); margin-bottom: 40px; }

/* ????????????????????????? 16. Rich text (prose) ????????????????????????? */
.prose { line-height: 1.8; word-break: break-word; }
.prose img, .prose video, .prose iframe { max-width: 100%; height: auto; border-radius: 8px; }
.prose table { max-width: 100%; overflow-x: auto; display: block; border-collapse: collapse; }
.prose table td, .prose table th { border: 1px solid var(--c-border); padding: 8px 12px; }
.prose a { text-decoration: underline; }
.prose p:last-child { margin-bottom: 0; }
.rich-text { line-height: 1.8; }
.rich-text img, .rich-text video, .rich-text iframe { max-width: 100%; height: auto; }
.rich-text table { max-width: 100%; }

/* ????????????????????????? 17. Inquiry form (shared classes) ????????????????????????? */
.inquiry-form { display: grid; gap: 16px; }
.inquiry-form .form-group { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.inquiry-form .form-row { display: flex; flex-direction: column; gap: 6px; }
.inquiry-form label { font-size: 14px; font-weight: 600; color: #1e3932; }
.inquiry-form label span { color: #b42318; }
.inquiry-form input,
.inquiry-form textarea,
.inquiry-form select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--c-border);
    border-radius: 10px;
    background: #faf6ee;
    outline: none;
    transition: border-color 0.2s ease;
}
.inquiry-form input:focus,
.inquiry-form textarea:focus { border-color: #00754a; background: #fff; }
.inquiry-form textarea { resize: vertical; min-height: 120px; }
.form-field-error { margin: 0; font-size: 13px; color: #b42318; }

/* inquiry modal (shared partial) */
.inquiry-modal { z-index: 1200; }
.inquiry-modal.is-open { display: flex !important; }
.inquiry-modal__overlay { position: absolute; inset: 0; background: rgba(30, 57, 50, 0.6); }
.inquiry-modal__dialog {
    position: relative;
    width: min(560px, calc(100vw - 32px));
    max-height: min(84vh, 760px);
    overflow: auto;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: 16px;
    box-shadow: var(--shadow-pop);
    padding: 32px 34px 36px;
}
.inquiry-modal__close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #f2f0eb;
    font-size: 20px;
    line-height: 1;
    color: #1e3932;
}
.inquiry-modal__close:hover { background: #d4e9e2; }
.inquiry-modal__title { font-size: 24px; margin-bottom: 20px; }

/* shared inquiry page (public) theme styles */
.page-inquiry .inquiry-layout { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 44px; align-items: start; padding-bottom: 72px; }
.page-inquiry .inquiry-form-wrap {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    padding: 34px 36px;
    box-shadow: var(--shadow-card);
}
.page-inquiry .inquiry-contact { display: grid; gap: 16px; }
.page-inquiry .inquiry-contact .contact-item { margin: 0; }
.page-inquiry-success .success-box {
    max-width: 720px;
    margin: 60px auto;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
    padding: 56px 44px;
    text-align: center;
}
.page-inquiry-success .success-box h1 { font-size: 30px; margin-bottom: 14px; }

/* ????????????????????????? 18. Footer ????????????????????????? */
.site-footer { background: #1e3932; color: rgba(255, 255, 255, 0.86); margin-top: 0; }
.site-footer a { color: rgba(255, 255, 255, 0.86); }
.site-footer a:hover { color: #fff; }
.footer__cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 48px; padding: 64px 0 48px; }
.footer__heading { font-size: 16px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #cba258; margin-bottom: 18px; }
.footer__brand-name { display: block; font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.footer__tagline { font-size: 14.5px; line-height: 1.7; color: rgba(255, 255, 255, 0.72); max-width: 420px; }
.footer__contact-row { margin: 8px 0 0; font-size: 14.5px; word-break: break-word; }
.footer__links li { margin-bottom: 10px; }
.footer__links a { font-size: 14.5px; }
.footer__social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.86);
}
.footer__social a:hover { border-color: #cba258; color: #cba258; }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, 0.16); padding: 20px 0; }
.footer__copy { margin: 0; font-size: 13.5px; color: rgba(255, 255, 255, 0.6); display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; }
.footer__copy a { color: rgba(255, 255, 255, 0.75); }

/* ????????????????????????? 19. Shared sidebar (slide) adaptation ????????????????????????? */
.sidebar-slide, .slide-bar, #slide { z-index: 800; }

/* ????????????????????????? 20. Responsive ????????????????????????? */
@media (max-width: 1280px) {
    .container { padding: 0 28px; }
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .home-certs-row { grid-template-columns: repeat(4, 1fr); }
    .cert-grid { grid-template-columns: repeat(4, 1fr); }
    .home-custom-items { grid-template-columns: repeat(3, 1fr); }
    .footer__cols { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 1024px) {
    .content-layout { grid-template-columns: 240px minmax(0, 1fr); gap: 28px; }
    .product-detail { grid-template-columns: minmax(0, 1fr); }
    .about-overview { grid-template-columns: 1fr; }
    .contact-layout { grid-template-columns: 1fr; }
    .home-brand__grid { grid-template-columns: 1fr; gap: 36px; }
    .home-lines { grid-template-columns: repeat(2, 1fr); }
    .home-news-grid { grid-template-columns: repeat(2, 1fr); }
    .video-grid, .factory-grid, .project-grid, .home-factory-grid { grid-template-columns: repeat(2, 1fr); }
    .language-list { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
    .site-header__inner { flex-wrap: wrap; gap: 12px; min-height: 68px; padding-top: 10px; padding-bottom: 10px; }
    .site-logo { order: 1; }
    .mobile-menu-toggle { display: flex; order: 2; margin-left: auto; }
    .site-header__tools { order: 3; width: 100%; justify-content: flex-end; }
    .site-header__nav { order: 4; width: 100%; }

    .main-nav { display: none; border-top: 1px solid var(--c-border); }
    .main-nav.is-open { display: block; }
    .main-nav__list { flex-direction: column; align-items: stretch; gap: 0; padding: 10px 0; }
    .main-nav__link { width: 100%; border-radius: 10px; padding: 12px 14px; }
    .main-nav__dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: 0;
        display: none;
        padding: 4px 0 4px 12px;
        max-height: none;
    }
    .main-nav__item--has-children.is-open > .main-nav__dropdown { display: block; }
    .main-nav__submenu { display: block; padding-left: 12px; }

    .content-layout { grid-template-columns: 1fr; }
    .content-layout__sidebar { position: static; }
    .section { padding: 52px 0; }
    .section-title, .page-title { font-size: 30px; }
    .hero__slide, .hero__slide-content { min-height: 480px; }
    .hero__title { font-size: 36px; }
    .hero__slider-nav { display: none; }
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .home-custom-items { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .home-certs-row { grid-template-columns: repeat(3, 1fr); }
    .cert-grid { grid-template-columns: repeat(3, 1fr); }
    .home-cta__panel { padding: 44px 0; }
    .home-cta__title { font-size: 27px; }
    .product-search-box { position: fixed; left: 16px; right: 16px; top: 78px; width: auto; }
}

@media (max-width: 560px) {
    .container { padding: 0 18px; }
    .product-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .product-card__body { padding: 12px 12px 16px; }
    .home-lines, .home-news-grid, .video-grid, .factory-grid, .project-grid, .home-factory-grid { grid-template-columns: 1fr; }
    .home-stats { grid-template-columns: 1fr; }
    .home-custom-items { grid-template-columns: 1fr; }
    .home-certs-row, .cert-grid { grid-template-columns: repeat(2, 1fr); }
    .news-card { grid-template-columns: 1fr; }
    .news-card__img { aspect-ratio: 16 / 9; }
    .footer__cols { grid-template-columns: 1fr; gap: 30px; }
    .language-list { grid-template-columns: 1fr 1fr; }
    .about-info-grid, .product-param-grid { grid-template-columns: 1fr; }
    .history-item { grid-template-columns: 1fr; }
    .news-article, .project-detail, .content-page { padding: 26px 20px; }
    .contact-form-wrap, .page-inquiry .inquiry-form-wrap { padding: 24px 20px; }
    .page-inquiry .inquiry-layout { grid-template-columns: 1fr; }
    .inquiry-form .form-group { grid-template-columns: 1fr; }
    .hero__slide, .hero__slide-content { min-height: 420px; }
    .hero__title { font-size: 30px; }
    .hero__actions .btn { width: 100%; }
    .download-table th:nth-child(1), .download-table td:nth-child(1) { display: none; }
}

/* ????????????????????????? 21. Addenda (inner-page components) ????????????????????????? */
.sub-category { margin-bottom: 52px; }
.sub-category__title { font-size: 26px; }
.sub-category__title a { color: #006241; }
.sub-category__title a:hover { color: #00754a; }
.section-title--md { font-size: 28px; margin-bottom: 26px; }
.page-desc { margin-top: 36px; }

.home-factory-item h3 { padding: 12px 16px 0; font-size: 16px; color: #1e3932; }
.home-factory-item video { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; background: #000; }
.home-social .home-factory-item figcaption,
.home-cases .home-factory-item figcaption,
.home-exhibitions .home-factory-item figcaption,
.home-testimonials .home-factory-item figcaption { padding: 12px 16px 14px; }

.home-custom-item__media video { width: 100%; height: 100%; object-fit: cover; display: block; background: #000; }

.product-detail__prices { display: flex; flex-wrap: wrap; gap: 12px; margin: 6px 0 14px; }
.product-detail__price-tier {
    padding: 10px 18px;
    background: #faf6ee;
    border: 1px solid rgba(203, 162, 88, 0.5);
    border-radius: var(--radius-card);
    text-align: center;
}
.product-detail__price { display: block; font-size: 19px; font-weight: 700; color: #006241; }
.product-detail__price-range { font-size: 13px; color: var(--c-text-soft); }
