:root {
  --gh-primary: #178653;
  --gh-primary-dark: #10663F;
  --gh-primary-soft: #EAF7F0;
  --gh-dark-surface: #102B22;
  --gh-soft-surface: #F5FAF7;
  --gh-text: #17322A;
  --gh-muted: #66756F;
  --gh-border: #DCE8E2;
  --gh-white: #FFFFFF;
  --gh-promotion: #D97706;
  --gh-error: #C62828;
  --gh-success: #178653;
  --gh-font: "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
  --gh-container: 1200px;
  --gh-space-1: 4px;
  --gh-space-2: 8px;
  --gh-space-3: 12px;
  --gh-space-4: 16px;
  --gh-space-5: 20px;
  --gh-space-6: 24px;
  --gh-space-8: 32px;
  --gh-space-10: 40px;
  --gh-space-12: 48px;
  --gh-space-16: 64px;
  --gh-radius-sm: 8px;
  --gh-radius-md: 14px;
  --gh-radius-lg: 22px;
  --gh-radius-pill: 999px;
  --gh-shadow-sm: 0 4px 18px rgba(16, 43, 34, .08);
  --gh-shadow-md: 0 16px 42px rgba(16, 43, 34, .12);
  --gh-bottom-nav-height: 72px;
  --gh247-filter-header-offset: 140px;
  --gh247-subiz-right: calc(clamp(14px, 1.5vw, 22px) + 5px);
  --gh247-subiz-bottom: 78px;
  --gh247-zalo-bottom: 172px;
  --gh247-facebook-bottom: 230px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--gh-text); background: var(--gh-soft-surface); font-family: var(--gh-font); font-size: 15px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.gh247-scroll-locked { overflow: hidden; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
svg { width: 1.35em; height: 1.35em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:disabled { cursor: not-allowed; }
h1, h2, h3, p { margin-top: 0; }
:focus-visible { outline: 3px solid rgba(23, 134, 83, .45); outline-offset: 3px; }

.gh247-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.gh247-skip-link { position: fixed; z-index: 1000; left: 16px; top: 16px; padding: 12px 18px; color: #fff; background: var(--gh-dark-surface); border-radius: var(--gh-radius-sm); transform: translateY(-180%); }
.gh247-skip-link:focus { transform: translateY(0); }
.gh247-container { width: min(calc(100% - 20px), var(--gh-container)); margin-inline: auto; }
.gh247-main { min-height: 52vh; }
.gh247-section { padding-block: var(--gh-space-8); }

.gh247-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border: 1px solid transparent; border-radius: var(--gh-radius-sm); font-weight: 800; line-height: 1.2; text-align: center; transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.gh247-button:hover { transform: translateY(-1px); }
.gh247-button:active { transform: translateY(1px) scale(.99); }
.gh247-button--primary { color: #fff; background: var(--gh-primary); box-shadow: 0 8px 20px rgba(23, 134, 83, .18); }
.gh247-button--primary:hover { background: var(--gh-primary-dark); }
.gh247-button--secondary { color: var(--gh-primary); background: #fff; border-color: var(--gh-primary); }
.gh247-button--card { width: 100%; min-height: 40px; padding-inline: 12px; color: var(--gh-primary); background: #fff; border-color: var(--gh-primary); font-size: 13px; }
.gh247-button--card:hover { color: #fff; background: var(--gh-primary); }
.gh247-button--disabled { width: 100%; color: var(--gh-muted); background: var(--gh-soft-surface); border-color: var(--gh-border); }

/* Header */
.gh247-site-header { position: relative; z-index: 30; background: #fff; box-shadow: 0 2px 14px rgba(16, 43, 34, .08); }
.gh247-topbar { min-height: 32px; color: #fff; background: var(--gh-dark-surface); font-size: 12px; font-weight: 700; }
.gh247-topbar__inner { display: flex; min-height: 32px; align-items: center; justify-content: space-between; gap: 12px; }
.gh247-topbar__inner span:nth-child(2) { text-align: center; }
.gh247-topbar__inner > * { min-width: 0; white-space: nowrap; }
.gh247-header-main { display: grid; min-height: 72px; grid-template-columns: 44px minmax(150px, 1fr) 44px; align-items: center; gap: 10px; }
.gh247-logo { display: flex; align-items: center; justify-content: center; }
.gh247-logo img { width: min(168px, 100%); height: auto; object-fit: contain; }
.gh247-header-icon, .gh247-header-action { position: relative; display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; color: var(--gh-dark-surface); background: #fff; border: 1px solid var(--gh-border); border-radius: 12px; }
.gh247-header-icon { padding: 0; }
.gh247-header-icon--menu { border: 0; }
.gh247-header-action > span:not(.gh247-cart-count) { display: none; }
.gh247-header-action--cart > span.gh247-header-cart-content { display: inline-flex; width: 100%; height: 100%; align-items: center; justify-content: center; }
.gh247-header-action--cart .gh247-header-cart-icon { display: inline-flex; align-items: center; justify-content: center; }
.gh247-header-action--cart .gh247-header-cart-label { display: none; }
.gh247-header-action--account { display: none; }
.gh247-header-actions { display: flex; align-items: center; gap: 8px; }
.gh247-header-search-trigger { display: none; }
.gh247-cart-count { position: absolute; top: -8px; right: -6px; display: grid; min-width: 22px; height: 22px; place-items: center; padding-inline: 5px; color: #fff; background: var(--gh-primary); border: 2px solid #fff; border-radius: var(--gh-radius-pill); font-size: 11px; font-weight: 900; }
.gh247-cart-count.is-empty { display: none; }
.gh247-header-search { display: none; }
.gh247-mobile-search { padding-bottom: 14px; }
.gh247-search-form { position: relative; display: flex; width: 100%; align-items: center; }
.gh247-search-form input[type="search"] { width: 100%; height: 52px; padding: 0 62px 0 20px; color: var(--gh-dark-surface); background: #fff; border: 1px solid var(--gh-primary-soft); border-radius: var(--gh-radius-pill); outline: none; }
.gh247-search-form input[type="search"]:focus { border-color: var(--gh-primary); box-shadow: 0 0 0 4px rgba(23, 134, 83, .1); }
.gh247-search-form button { position: absolute; right: 4px; display: grid; width: 44px; height: 44px; place-items: center; padding: 0; color: #fff; background: var(--gh-primary); border: 0; border-radius: 50%; }
.gh247-desktop-nav { display: none; }

/* Mobile navigation */
.gh247-drawer-overlay, .gh247-cart-overlay { position: fixed; z-index: 80; inset: 0; background: rgba(16, 43, 34, .58); backdrop-filter: blur(2px); }
.gh247-mobile-menu, .gh247-cart-drawer { position: fixed; z-index: 90; top: 0; bottom: 0; display: flex; width: min(390px, calc(100% - 38px)); flex-direction: column; background: #fff; box-shadow: var(--gh-shadow-md); transition: transform .25s ease; }
.gh247-mobile-menu { left: 0; transform: translateX(-105%); }
.gh247-mobile-menu.is-open { transform: translateX(0); }
.gh247-mobile-menu__head, .gh247-cart-drawer__head { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px; border-bottom: 1px solid var(--gh-border); }
.gh247-mobile-menu__head img { width: 170px; height: auto; }
.gh247-mobile-menu__head button, .gh247-cart-drawer__head button { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; color: var(--gh-dark-surface); background: var(--gh-primary-soft); border: 0; border-radius: 50%; }
.gh247-mobile-menu__nav { flex: 1; overflow-y: auto; padding: 12px 20px 24px; }
.gh247-mobile-menu__nav > a, .gh247-mobile-menu__row { display: flex; min-height: 50px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--gh-soft-surface); font-weight: 800; }
.gh247-mobile-menu__row > a { flex: 1; padding-block: 13px; }
.gh247-mobile-menu__row button { display: grid; width: 38px; height: 38px; place-items: center; padding: 0; color: var(--gh-primary); background: transparent; border: 0; }
.gh247-mobile-menu__row button[aria-expanded="true"] svg { transform: rotate(180deg); }
.gh247-mobile-submenu { padding-left: 18px; border-left: 2px solid var(--gh-primary-soft); }
.gh247-mobile-submenu--nested { display: grid; gap: 4px; padding-block: 4px 12px; }
.gh247-mobile-submenu--nested a { padding: 9px 4px; color: var(--gh-muted); }
.gh247-mobile-menu__footer { display: grid; gap: 8px; padding: 18px 20px calc(18px + env(safe-area-inset-bottom)); background: var(--gh-soft-surface); font-weight: 800; }

/* Cart drawer */
.gh247-cart-drawer { right: 0; visibility: hidden; clip-path: inset(0 0 0 100%); pointer-events: none; transform: none; transition: clip-path .25s ease, visibility 0s linear .25s; }
.gh247-cart-drawer.is-open { visibility: visible; clip-path: inset(0); pointer-events: auto; transform: none; transition-delay: 0s; }
.gh247-cart-drawer__head span { color: var(--gh-primary); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.gh247-cart-drawer__head h2 { margin: 2px 0 0; color: var(--gh-dark-surface); font-size: 22px; }
.gh247-cart-drawer__status { margin: 20px; padding: 24px; text-align: center; background: var(--gh-soft-surface); border-radius: var(--gh-radius-md); }
.gh247-cart-drawer__status a { color: var(--gh-primary); font-weight: 800; }
.gh247-cart-drawer__items { flex: 1; overflow-y: auto; padding: 4px 20px; }
.gh247-drawer-line { display: grid; grid-template-columns: 76px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--gh-border); }
.gh247-drawer-line img { width: 76px; height: 76px; object-fit: contain; background: #fff; border: 1px solid var(--gh-border); border-radius: 10px; }
.gh247-drawer-line h3 { margin-bottom: 4px; color: var(--gh-dark-surface); font-size: 14px; line-height: 1.35; }
.gh247-drawer-line p { margin: 0; color: var(--gh-muted); font-size: 12px; }
.gh247-drawer-line__meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 8px; }
.gh247-drawer-line__meta strong { color: var(--gh-primary-dark); }
.gh247-cart-drawer__footer { display: grid; gap: 10px; padding: 18px 20px calc(18px + env(safe-area-inset-bottom)); border-top: 1px solid var(--gh-border); background: #fff; }
.gh247-cart-drawer__footer > div { display: flex; justify-content: space-between; font-size: 16px; }
.gh247-cart-drawer__footer strong { color: var(--gh-promotion); font-size: 20px; }
.gh247-toast { position: fixed; z-index: 110; left: 50%; bottom: calc(var(--gh-bottom-nav-height) + 18px); width: min(90%, 420px); padding: 14px 18px; color: #fff; background: var(--gh-dark-surface); border-radius: var(--gh-radius-sm); box-shadow: var(--gh-shadow-md); text-align: center; transform: translateX(-50%); }

/* Bottom navigation */
.gh247-bottom-nav { position: fixed; z-index: 50; bottom: calc(8px + env(safe-area-inset-bottom)); left: 50%; display: grid; width: min(92vw, 400px); height: var(--gh-bottom-nav-height); grid-template-columns: repeat(4, 1fr); align-items: center; padding: 4px; background: rgba(255, 255, 255, .96); border: 1px solid var(--gh-border); border-radius: 18px; box-shadow: 0 10px 30px rgba(16, 43, 34, .18); backdrop-filter: blur(10px); transform: translateX(-50%); }
.gh247-bottom-nav a { position: relative; display: flex; min-width: 0; min-height: 50px; height: 50px; align-self: center; align-items: center; justify-content: center; flex-direction: column; gap: 2px; padding: 2px 4px; color: var(--gh-dark-surface); border-radius: 12px; font-size: 12px; font-weight: 800; line-height: 1.1; white-space: nowrap; }
.gh247-bottom-nav a.is-active { color: var(--gh-primary-dark); background: var(--gh-primary-soft); }
.gh247-bottom-nav svg { width: 22px; height: 22px; }
.gh247-bottom-nav .gh247-cart-count { top: 1px; right: calc(50% - 30px); min-width: 19px; height: 19px; padding-inline: 3px; border-width: 2px; font-size: 10px; line-height: 1; }
@media (max-width: 899px) {
  :root { --gh-bottom-nav-height: 68px; }
}

/* Homepage */
.gh247-home { padding-top: 18px; padding-bottom: calc(var(--gh-bottom-nav-height) + 30px); overflow: hidden; }
.gh247-hero { display: grid; grid-auto-flow: column; grid-auto-columns: calc(100% - 3px); gap: 12px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gh247-hero::-webkit-scrollbar, .gh247-product-rail::-webkit-scrollbar, .gh247-brand-rail::-webkit-scrollbar { display: none; }
.gh247-hero-card { overflow: hidden; aspect-ratio: 1188 / 534; background: #fff; border: 1px solid var(--gh-border); border-radius: 18px; box-shadow: var(--gh-shadow-md); scroll-snap-align: start; }
.gh247-hero-card picture { display: block; width: 100%; height: 100%; }
.gh247-hero-card img { width: 100%; height: 100%; object-fit: contain; }
.gh247-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; color: var(--gh-dark-surface); }
.gh247-section-heading h2 { margin: 0; font-size: clamp(24px, 5vw, 34px); line-height: 1.12; }
.gh247-section-heading > a, .gh247-section-heading div > span { color: var(--gh-primary); font-weight: 800; }
.gh247-section-heading--center { justify-content: center; text-align: center; }
.gh247-section-heading--center > span { width: min(22vw, 160px); height: 1px; background: var(--gh-border); }
.gh247-categories { padding-top: 26px; }
.gh247-category-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 22px; padding: 5px; background: #fff; border: 1px solid var(--gh-border); border-radius: var(--gh-radius-pill); box-shadow: var(--gh-shadow-sm); }
.gh247-category-tabs button { min-height: 50px; padding: 8px 12px; color: var(--gh-dark-surface); background: transparent; border: 0; border-radius: var(--gh-radius-pill); font-weight: 900; }
.gh247-category-tabs button.is-active { color: #fff; background: var(--gh-primary); box-shadow: 0 8px 20px rgba(23, 134, 83, .2); }
.gh247-category-panel { padding: 18px; background: #fff; border: 1px solid var(--gh-border); border-radius: var(--gh-radius-lg); box-shadow: var(--gh-shadow-sm); }
.gh247-category-panel[hidden] { display: none; }
.gh247-category-panel__head, .gh247-product-shelf__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.gh247-category-panel__head h3, .gh247-product-shelf__head h3 { margin: 0; color: var(--gh-primary); font-size: 19px; }
.gh247-category-panel--industry .gh247-category-panel__head h3 { color: var(--gh-primary); }
.gh247-category-panel__head a, .gh247-product-shelf__head a { color: var(--gh-primary); font-size: 13px; font-weight: 800; }
.gh247-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 14px; }
.gh247-category-grid a { display: grid; min-width: 0; gap: 8px; text-align: center; color: var(--gh-dark-surface); font-size: 12px; font-weight: 800; }
.gh247-category-grid img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: 7px; background: var(--gh-primary-soft); border: 1px solid var(--gh-border); border-radius: 16px; }
.gh247-category-more__icon { display: grid; width: 100%; aspect-ratio: 1; place-items: center; color: var(--gh-primary); background: #fff; border: 1px solid var(--gh-border); border-radius: 16px; }
.gh247-category-more__icon svg { width: 34%; height: 34%; }
.gh247-featured-products { padding-top: 20px; }
.gh247-product-shelf { margin-bottom: 24px; padding: 18px; background: #fff; border: 1px solid var(--gh-border); border-radius: var(--gh-radius-lg); box-shadow: var(--gh-shadow-sm); }
.gh247-product-shelf:last-child { margin-bottom: 0; }
.gh247-product-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 12px) / 2); gap: 12px; overflow-x: auto; padding: 2px 2px 10px; scroll-snap-type: x mandatory; scrollbar-width: none; }

/* Product card */
.gh247-product-card { display: flex; min-width: 0; height: 100%; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--gh-border); border-radius: var(--gh-radius-md); scroll-snap-align: start; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.gh247-product-card:hover { border-color: var(--gh-primary-soft); box-shadow: var(--gh-shadow-sm); transform: translateY(-2px); }
.gh247-product-card__media { position: relative; padding: 8px; background: #fff; }
.gh247-product-card__media > a { display: block; overflow: hidden; aspect-ratio: 1; background: var(--gh-primary-soft); border-radius: 10px; }
.gh247-product-card__media img { width: 100%; height: 100%; object-fit: contain; }
.gh247-product-card__sale { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 4px 7px; color: var(--gh-dark-surface); background: var(--gh-promotion); border-radius: 7px; font-size: 10px; font-weight: 900; }
.gh247-product-card__content { display: flex; flex: 1; flex-direction: column; padding: 4px 10px 9px; }
.gh247-product-card__vendor { margin-bottom: 4px; color: var(--gh-muted); font-size: 10px; text-transform: uppercase; }
.gh247-product-card h3 { min-height: 4.05em; margin-bottom: 8px; color: var(--gh-dark-surface); font-size: 13px; line-height: 1.35; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-wrap: pretty; }
.pro_loop_review { min-height: 22.5px; margin-bottom: 6px; }
.gh247-product-card__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px; margin-top: auto; }
.gh247-product-card__price strong { color: var(--gh-primary-dark); font-size: 16px; font-variant-numeric: tabular-nums; }
.gh247-product-card__price del { color: var(--gh-muted); font-size: 12px; }
.gh247-product-card__status { margin: 6px 0 0; color: var(--gh-error); font-size: 12px; font-weight: 800; }
.gh247-product-card__actions { padding: 0 12px 12px; }
.gh247-product-card__actions form { margin: 0; }

.gh247-service-strip { display: grid; grid-template-columns: 1fr; gap: 0; overflow: hidden; margin-block: 6px 34px; padding: 0; background: #fff; border: 1px solid var(--gh-border); border-radius: var(--gh-radius-lg); box-shadow: var(--gh-shadow-sm); }
.gh247-service-item { display: flex; min-height: 76px; align-items: center; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--gh-border); }
.gh247-service-item:last-child { border-bottom: 0; }
.gh247-service-item img { width: 34px; height: 34px; object-fit: contain; }
.gh247-service-item span { display: grid; }
.gh247-service-item strong { color: var(--gh-dark-surface); font-size: 13px; }
.gh247-service-item small { color: var(--gh-muted); }
.gh247-solutions { padding-top: 12px; }
.gh247-solution-grid { display: grid; grid-auto-flow: column; grid-auto-columns: 86%; gap: 12px; overflow-x: auto; padding-bottom: 6px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gh247-solution-grid::-webkit-scrollbar { display: none; }
.gh247-solution-card { position: relative; display: block; overflow: hidden; min-height: 190px; color: #fff; background: var(--gh-dark-surface); border-radius: var(--gh-radius-lg); box-shadow: var(--gh-shadow-sm); scroll-snap-align: start; }
.gh247-solution-card::after { position: absolute; inset: 48% 0 0; content: ""; background: linear-gradient(transparent, rgba(8, 10, 9, .72)); }
.gh247-solution-card img { width: 100%; height: 210px; object-fit: cover; }
.gh247-solution-card > span { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; display: grid; }
.gh247-solution-card strong { font-size: 22px; }
.gh247-solution-card small { opacity: .85; }
.gh247-brands { padding-top: 18px; }
.gh247-brand-rail { display: grid; grid-auto-flow: column; grid-auto-columns: 132px; gap: 0; overflow-x: auto; background: #fff; border: 1px solid var(--gh-border); border-radius: var(--gh-radius-lg); scrollbar-width: none; }
.gh247-brand-rail a { display: grid; min-height: 78px; place-items: center; padding: 12px; border-right: 1px solid var(--gh-border); }
.gh247-brand-rail img { width: 100%; height: 50px; object-fit: contain; }

/* Footer */
.gh247-footer { padding-bottom: calc(var(--gh-bottom-nav-height) + 16px + env(safe-area-inset-bottom)); color: var(--gh-primary-soft); background: var(--gh-dark-surface); }
.gh247-footer__grid { display: grid; gap: 30px; padding-block: 42px; }
.gh247-footer__logo { display: inline-flex; padding: 8px 14px; background: #fff; border-radius: 12px; }
.gh247-footer__logo img { width: 180px; height: auto; }
.gh247-footer__brand p { max-width: 430px; margin: 18px 0; color: var(--gh-border); }
.gh247-footer__socials { display: flex; flex-wrap: wrap; gap: 10px; }
.gh247-footer__socials a { padding: 7px 10px; border: 1px solid var(--gh-border); border-radius: 7px; }
.gh247-footer__column { display: grid; align-content: start; gap: 9px; }
.gh247-footer__column h2 { margin-bottom: 6px; color: #fff; font-size: 16px; }
.gh247-footer__column a:hover { color: #fff; }
.gh247-footer__contact p { color: var(--gh-border); }
.gh247-footer__certificate { width: 180px; height: auto; margin-top: 8px; }
.gh247-footer__bottom { padding-block: 18px; color: var(--gh-border); border-top: 1px solid rgba(220, 232, 226, .2); font-size: 12px; }

/* Route foundation */
.gh247-route-page { padding: 18px 0 70px; }
.gh247-breadcrumb { display: flex; align-items: center; gap: 9px; overflow: hidden; margin-bottom: 18px; color: var(--gh-primary); font-size: 13px; white-space: nowrap; }
.gh247-breadcrumb strong { overflow: hidden; color: var(--gh-dark-surface); text-overflow: ellipsis; }
.gh247-route-hero { display: grid; gap: 20px; margin-bottom: 24px; padding: 28px; background: linear-gradient(110deg, var(--gh-primary-soft), #fff 70%, var(--gh-soft-surface)); border: 1px solid var(--gh-border); border-radius: var(--gh-radius-lg); }
.gh247-route-hero > div > span, .gh247-eyebrow { display: inline-flex; margin-bottom: 8px; padding: 5px 9px; color: var(--gh-primary-dark); background: var(--gh-primary-soft); border-radius: var(--gh-radius-pill); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.gh247-route-hero h1 { margin-bottom: 8px; color: var(--gh-dark-surface); font-size: clamp(28px, 7vw, 44px); line-height: 1.08; }
.gh247-route-hero img { width: 100%; max-height: 280px; object-fit: contain; border-radius: var(--gh-radius-md); }
.gh247-route-hero--compact { padding-block: 24px; }
.gh247-route-hero--cart > div:last-child { display: grid; gap: 8px; }
.gh247-route-hero--cart > div:last-child span { display: flex; min-width: 210px; justify-content: space-between; gap: 12px; margin: 0; padding: 12px 14px; color: var(--gh-muted); background: rgba(255,255,255,.7); border: 1px solid var(--gh-border); border-radius: 10px; text-transform: none; }
.gh247-route-hero--cart > div:last-child strong { color: var(--gh-primary-dark); }
.gh247-sort-form { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; padding: 14px; background: #fff; border: 1px solid var(--gh-border); border-radius: var(--gh-radius-md); }
.gh247-sort-form label { color: var(--gh-muted); font-weight: 800; }
.gh247-sort-form select, .gh247-product-placeholder select, .gh247-product-placeholder input, .gh247-cart-summary textarea { min-height: 44px; padding: 9px 12px; color: var(--gh-dark-surface); background: #fff; border: 1px solid var(--gh-border); border-radius: var(--gh-radius-sm); }
.gh247-listing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.gh247-pagination { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 28px; }
.gh247-pagination a, .gh247-pagination span { padding: 10px 14px; background: #fff; border: 1px solid var(--gh-border); border-radius: var(--gh-radius-sm); font-weight: 800; }
.gh247-empty-state { padding: 54px 24px; text-align: center; background: #fff; border: 1px solid var(--gh-border); border-radius: var(--gh-radius-lg); }
.gh247-empty-state h2 { color: var(--gh-dark-surface); }
.gh247-empty-state p { color: var(--gh-muted); }
.gh247-route-notice { padding-top: 18px; }
.gh247-route-notice .gh247-container { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding: 12px; background: #fff; border: 1px solid var(--gh-border); border-radius: var(--gh-radius-md); }
.gh247-route-notice a { padding: 7px 10px; color: var(--gh-primary-dark); background: var(--gh-primary-soft); border-radius: var(--gh-radius-pill); font-size: 12px; font-weight: 800; }

/* Product placeholder */
.gh247-product-placeholder__layout { display: grid; gap: 22px; padding: 18px; background: #fff; border: 1px solid var(--gh-border); border-radius: var(--gh-radius-lg); box-shadow: var(--gh-shadow-sm); }
.gh247-product-placeholder__media { overflow: hidden; aspect-ratio: 1; background: var(--gh-primary-soft); border: 1px solid var(--gh-border); border-radius: var(--gh-radius-md); }
.gh247-product-placeholder__media img { width: 100%; height: 100%; object-fit: contain; }
.gh247-product-placeholder__summary h1 { color: var(--gh-dark-surface); font-size: clamp(28px, 7vw, 42px); line-height: 1.12; }
.gh247-product-placeholder__price { color: var(--gh-promotion); font-size: 30px; font-weight: 900; }
.gh247-product-placeholder__summary form { display: grid; gap: 10px; }
.gh247-product-placeholder__summary label { color: var(--gh-dark-surface); font-weight: 800; }
.gh247-product-description, .gh247-anhnoi-reviews { margin-top: 22px; padding: 24px; background: #fff; border: 1px solid var(--gh-border); border-radius: var(--gh-radius-lg); }
.gh247-product-description { overflow-wrap: anywhere; }
.gh247-product-description img, .gh247-product-description iframe { max-width: 100%; height: auto; }

/* Phase 2A product detail */
.gh247-pdp { padding: 18px 0 calc(var(--gh-bottom-nav-height) + 34px); }
.gh247-pdp__breadcrumb { margin-bottom: 16px; }
.gh247-pdp__shell { display: grid; gap: 18px; padding: 14px; background: var(--gh-white); border: 1px solid var(--gh-border); border-radius: var(--gh-radius-lg); box-shadow: var(--gh-shadow-sm); }
.gh247-pdp__gallery { min-width: 0; outline: none; }
.gh247-pdp__stage { position: relative; overflow: hidden; aspect-ratio: 1; background: var(--gh-primary-soft); border: 1px solid var(--gh-border); border-radius: 18px; }
.gh247-pdp__stage > img { width: 100%; height: 100%; object-fit: contain; transition: opacity .2s ease, transform .25s ease; }
.gh247-pdp__gallery:focus-visible .gh247-pdp__stage { box-shadow: 0 0 0 4px rgba(23, 134, 83, .14); }
.gh247-pdp__gallery-sale { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 10px; color: var(--gh-dark-surface); background: var(--gh-promotion); border-radius: 9px; box-shadow: 0 8px 22px rgba(217, 119, 6, .22); font-size: 13px; font-weight: 900; }
.gh247-pdp__gallery-arrow { position: absolute; z-index: 2; top: 50%; display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; padding: 0; color: var(--gh-dark-surface); background: rgba(255, 255, 255, .92); border: 1px solid var(--gh-border); border-radius: 50%; box-shadow: var(--gh-shadow-sm); line-height: 0; transform: translateY(-50%); transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.gh247-pdp__gallery-arrow svg { display: block; width: 20px; height: 20px; flex: 0 0 20px; }
.gh247-pdp__gallery-arrow:focus-visible { outline-offset: 2px; }
.gh247-pdp__gallery-arrow:hover { color: #fff; background: var(--gh-primary); transform: translateY(-50%) scale(1.04); }
.gh247-pdp__gallery-arrow.is-prev { left: 12px; }
.gh247-pdp__gallery-arrow.is-next { right: 12px; }
.gh247-pdp__thumbnails { display: grid; grid-auto-flow: column; grid-auto-columns: 72px; gap: 9px; overflow-x: auto; margin-top: 10px; padding: 2px 2px 8px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.gh247-pdp__thumbnail { overflow: hidden; aspect-ratio: 1; padding: 4px; background: #fff; border: 1px solid var(--gh-border); border-radius: 11px; scroll-snap-align: start; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.gh247-pdp__thumbnail:hover { transform: translateY(-1px); }
.gh247-pdp__thumbnail.is-active { border-color: var(--gh-primary); box-shadow: 0 0 0 2px rgba(23, 134, 83, .15); }
.gh247-pdp__thumbnail img { width: 100%; height: 100%; object-fit: contain; }
.gh247-pdp__summary { min-width: 0; align-self: start; }
.gh247-pdp__eyebrow { display: inline-flex; margin-bottom: 10px; padding: 5px 10px; color: var(--gh-primary-dark); background: var(--gh-primary-soft); border-radius: var(--gh-radius-pill); font-size: 11px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.gh247-pdp__summary h1 { margin-bottom: 12px; color: var(--gh-dark-surface); font-size: clamp(26px, 6.5vw, 38px); letter-spacing: -.035em; line-height: 1.08; text-wrap: balance; }
.gh247-pdp__rating { display: flex; min-height: 25px; align-items: center; flex-wrap: wrap; gap: 6px 12px; margin-bottom: 10px; }
.gh247-pdp__rating .pro_loop_review { min-height: 0; margin: 0; }
.gh247-pdp__rating > a { color: var(--gh-primary); font-size: 12px; font-weight: 800; }
.gh247-pdp__meta { display: flex; flex-wrap: wrap; gap: 5px 16px; color: var(--gh-muted); font-size: 12px; }
.gh247-pdp__meta strong { color: var(--gh-dark-surface); font-variant-numeric: tabular-nums; }
.gh247-pdp__availability { display: inline-flex; align-items: center; gap: 7px; margin: 12px 0; color: var(--gh-primary-dark); font-size: 13px; font-weight: 900; }
.gh247-pdp__availability::before { width: 9px; height: 9px; content: ""; background: var(--gh-success); border: 3px solid var(--gh-primary-soft); border-radius: 50%; box-sizing: content-box; }
.gh247-pdp__availability.is-unavailable { color: var(--gh-error); }
.gh247-pdp__availability.is-unavailable::before { background: var(--gh-error); border-color: #fbe3e3; }
.gh247-pdp__price-panel { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 18px; padding: 16px; background: #fff7f1; border: 1px solid #ffd9c3; border-radius: var(--gh-radius-md); }
.gh247-pdp__price { display: block; color: var(--gh-promotion); font-size: clamp(28px, 7vw, 36px); font-weight: 900; font-variant-numeric: tabular-nums; letter-spacing: -.025em; line-height: 1; }
.gh247-pdp__compare { display: inline-block; margin-top: 7px; color: var(--gh-muted); font-size: 13px; font-variant-numeric: tabular-nums; }
.gh247-pdp__saving { display: inline-block; margin: 7px 0 0 9px; color: var(--gh-muted); font-size: 12px; font-weight: 700; }
.gh247-pdp__discount { flex: 0 0 auto; padding: 5px 8px; color: var(--gh-dark-surface); background: var(--gh-promotion); border-radius: 7px; font-size: 12px; font-weight: 900; }
.gh247-pdp__variants { min-width: 0; margin: 0; padding: 0; border: 0; }
.gh247-pdp__variants legend { margin-bottom: 9px; color: var(--gh-dark-surface); font-size: 13px; font-weight: 900; }
.gh247-pdp__variant-native { display: block; margin-bottom: 5px; color: var(--gh-muted); font-size: 11px; font-weight: 700; }
.gh247-pdp__variants > select { width: 100%; min-height: 44px; padding: 9px 12px; color: var(--gh-dark-surface); background: #fff; border: 1px solid var(--gh-border); border-radius: var(--gh-radius-sm); }
.gh247-pdp__variant-chips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.gh247-pdp__variant-chips button { display: grid; min-width: 0; min-height: 55px; align-content: center; gap: 2px; padding: 8px 10px; color: var(--gh-dark-surface); background: #fff; border: 1px solid var(--gh-border); border-radius: 10px; text-align: left; transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.gh247-pdp__variant-chips button:hover:not(:disabled) { border-color: var(--gh-primary-soft); transform: translateY(-1px); }
.gh247-pdp__variant-chips button[aria-pressed="true"] { color: var(--gh-primary-dark); background: var(--gh-primary-soft); border-color: var(--gh-primary); box-shadow: 0 0 0 2px rgba(23, 134, 83, .1); }
.gh247-pdp__variant-chips button:disabled { color: var(--gh-muted); background: repeating-linear-gradient(135deg, var(--gh-soft-surface), var(--gh-soft-surface) 7px, var(--gh-soft-surface) 7px, var(--gh-soft-surface) 8px); text-decoration: line-through; }
.gh247-pdp__variant-chips span { overflow-wrap: anywhere; font-size: 12px; font-weight: 900; }
.gh247-pdp__variant-chips small { color: var(--gh-muted); font-size: 10px; font-weight: 700; text-decoration: none; }
.gh247-pdp__purchase { align-self: start; padding: 16px; background: var(--gh-primary-soft); border: 1px solid var(--gh-border); border-radius: var(--gh-radius-md); }
.gh247-pdp__purchase > label { display: block; margin-bottom: 7px; color: var(--gh-dark-surface); font-size: 12px; font-weight: 900; }
.gh247-pdp__quantity { display: grid; grid-template-columns: 46px minmax(60px, 1fr) 46px; overflow: hidden; margin-bottom: 12px; background: #fff; border: 1px solid var(--gh-border); border-radius: 10px; }
.gh247-pdp__quantity button { min-height: 46px; padding: 0; color: var(--gh-primary-dark); background: var(--gh-primary-soft); border: 0; font-size: 20px; font-weight: 900; }
.gh247-pdp__quantity button:active { background: var(--gh-primary-soft); }
.gh247-pdp__quantity input { width: 100%; min-width: 0; min-height: 46px; padding: 0 6px; color: var(--gh-dark-surface); background: #fff; border: 0; border-inline: 1px solid var(--gh-border); font-weight: 900; text-align: center; -moz-appearance: textfield; }
.gh247-pdp__quantity input::-webkit-inner-spin-button, .gh247-pdp__quantity input::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.gh247-pdp__purchase-actions { display: grid; gap: 9px; }
.gh247-pdp__add, .gh247-pdp__buy { width: 100%; min-height: 50px; }
.gh247-pdp__add { color: #fff; background: var(--gh-primary); box-shadow: 0 9px 22px rgba(23, 134, 83, .2); }
.gh247-pdp__add:hover { background: var(--gh-primary-dark); }
.gh247-pdp__buy { display: grid; gap: 0; color: #fff; background: var(--gh-primary); }
.gh247-pdp__buy:hover { background: var(--gh-primary-dark); }
.gh247-pdp__buy small { font-size: 10px; font-weight: 600; opacity: .82; }
.gh247-pdp__add:disabled, .gh247-pdp__buy:disabled { color: var(--gh-muted); background: var(--gh-soft-surface); box-shadow: none; transform: none; }
.gh247-pdp__purchase-actions button[aria-busy="true"] { opacity: .72; }
.gh247-pdp__form-status { min-height: 20px; margin: 8px 0 0; color: var(--gh-muted); font-size: 11px; font-weight: 700; }
.gh247-pdp__noscript { padding: 10px; color: var(--gh-muted); background: #fff; border: 1px solid var(--gh-border); border-radius: 8px; font-size: 11px; }
.gh247-pdp__assurances { display: grid; gap: 9px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--gh-border); }
.gh247-pdp__assurances > span { display: flex; align-items: center; gap: 8px; color: var(--gh-text); font-size: 11px; font-weight: 800; }
.gh247-pdp__assurance-icon { display: inline-flex; width: 30px; height: 30px; flex: 0 0 30px; align-items: center; justify-content: center; color: var(--gh-primary-dark); background: var(--gh-primary-soft); border: 1px solid rgba(22, 163, 74, .18); border-radius: 9px; }
.gh247-pdp__assurance-icon svg { display: block; width: 19px; height: 19px; }
.gh247-pdp__information, .gh247-pdp__reviews, .gh247-pdp__related { margin-top: 24px; padding: 20px; background: var(--gh-white); border: 1px solid var(--gh-border); border-radius: var(--gh-radius-lg); box-shadow: var(--gh-shadow-sm); }
.gh247-pdp__section-heading { margin-bottom: 18px; }
.gh247-pdp__section-heading > span, .gh247-pdp__section-heading > div > span { display: block; margin-bottom: 4px; color: var(--gh-primary); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.gh247-pdp__section-heading h2 { max-width: 780px; margin: 0; color: var(--gh-dark-surface); font-size: clamp(22px, 5vw, 31px); letter-spacing: -.025em; line-height: 1.15; text-wrap: balance; }
.gh247-pdp__section-heading--row { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.gh247-pdp__section-heading--row > a { flex: 0 0 auto; color: var(--gh-primary); font-size: 12px; font-weight: 900; }
.gh247-pdp__richtext { max-width: 880px; overflow-wrap: anywhere; color: var(--gh-text); line-height: 1.72; }
.gh247-pdp__richtext > :last-child { margin-bottom: 0; }
.gh247-pdp__richtext h2, .gh247-pdp__richtext h3, .gh247-pdp__richtext h4 { color: var(--gh-dark-surface); line-height: 1.25; text-wrap: balance; }
.gh247-pdp__richtext img { width: auto; max-width: 100%; height: auto; margin-block: 16px; border-radius: 10px; }
.gh247-pdp__richtext iframe, .gh247-pdp__richtext video { max-width: 100%; }
.gh247-pdp__richtext table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.gh247-pdp__richtext td, .gh247-pdp__richtext th { padding: 9px; border: 1px solid var(--gh-border); }
.gh247-pdp__reviews .gh247-pdp__section-heading .pro_loop_review { margin-top: 10px; }
.gh247-pdp__reviews .gh247-anhnoi-reviews { width: 100%; min-height: 0; margin: 0; padding: 0; background: transparent; border: 0; border-radius: 0; }
.gh247-pdp__reviews .gh247-anhnoi-reviews:empty::before { display: block; padding: 18px; color: var(--gh-muted); background: var(--gh-soft-surface); border-radius: 10px; content: "Đánh giá khách hàng sẽ hiển thị khi dịch vụ sẵn sàng."; font-size: 12px; text-align: center; }
.gh247-pdp__reviews .gh247-anhnoi-reviews iframe { display: block; width: 100% !important; max-width: 100%; border: 0; }
.gh247-pdp__related { overflow: hidden; }
.gh247-pdp__related-grid { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(176px, 72vw); gap: 12px; overflow-x: auto; padding: 2px 2px 10px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.gh247-pdp__related-grid .gh247-product-card { scroll-snap-align: start; }

@media (min-width: 640px) {
  .gh247-pdp__shell { padding: 20px; }
  .gh247-pdp__variant-chips { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gh247-pdp__information, .gh247-pdp__reviews, .gh247-pdp__related { padding: 28px; }
  .gh247-pdp__related-grid { grid-auto-columns: minmax(190px, 36vw); }
}

@media (min-width: 768px) {
  .gh247-pdp { padding-bottom: 58px; }
  body.template-product .gh247-bottom-nav { display: none; }
  .gh247-pdp__shell { grid-template-columns: minmax(0, 1.06fr) minmax(310px, .94fr); align-items: start; gap: 22px; }
  .gh247-pdp__gallery { grid-row: 1 / span 2; }
  .gh247-pdp__summary, .gh247-pdp__purchase { grid-column: 2; }
  .gh247-pdp__purchase { width: 100%; }
  .gh247-pdp__related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: row; grid-auto-columns: auto; overflow: visible; }
}

@media (min-width: 900px) {
  .gh247-pdp__related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1120px) {
  .gh247-pdp__shell { grid-template-columns: minmax(0, 1.18fr) minmax(330px, .92fr) 284px; padding: 24px; gap: 24px; }
  .gh247-pdp__gallery { grid-row: 1; }
  .gh247-pdp__summary { grid-column: 2; }
  .gh247-pdp__purchase { grid-column: 3; position: sticky; top: 18px; }
  .gh247-pdp__summary h1 { font-size: 34px; }
  .gh247-pdp__variant-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1200px) {
  .gh247-pdp__related-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .gh247-pdp__related-grid .gh247-product-card:nth-child(n+6) { display: none; }
}

@media (max-width: 420px) {
  .gh247-pdp__shell { margin-inline: -1px; padding: 10px; }
  .gh247-pdp__gallery-arrow { width: 38px; height: 38px; }
  .gh247-pdp__thumbnails { grid-auto-columns: 64px; }
  .gh247-pdp__summary h1 { font-size: 27px; }
  .gh247-pdp__price-panel { padding: 13px; }
  .gh247-pdp__price { font-size: 29px; }
  .gh247-pdp__variant-chips { grid-template-columns: 1fr 1fr; }
  .gh247-pdp__information, .gh247-pdp__reviews, .gh247-pdp__related { margin-top: 16px; padding: 16px; }
  .gh247-pdp__related-grid { grid-auto-columns: minmax(168px, 78vw); }
}

/* Phase 1.5 route completeness */
.gh247-not-found { display: grid; min-height: 64vh; align-items: center; }
.gh247-not-found__panel { display: grid; gap: 24px; overflow: hidden; padding: 28px; background: var(--gh-white); border: 1px solid var(--gh-border); border-radius: var(--gh-radius-lg); box-shadow: var(--gh-shadow-md); }
.gh247-not-found__code { margin: 0; color: var(--gh-primary-soft); font-size: clamp(92px, 28vw, 190px); font-weight: 900; letter-spacing: -.08em; line-height: .8; }
.gh247-not-found__content h1 { margin-bottom: 12px; color: var(--gh-dark-surface); font-size: clamp(32px, 8vw, 54px); line-height: 1.04; }
.gh247-not-found__content > p { max-width: 650px; color: var(--gh-muted); }
.gh247-not-found__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.gh247-not-found__search { padding-top: 22px; border-top: 1px solid var(--gh-border); }
.gh247-not-found__search h2 { margin-bottom: 12px; color: var(--gh-dark-surface); font-size: 18px; }
.gh247-content-surface { overflow-wrap: anywhere; padding: 24px; background: var(--gh-white); border: 1px solid var(--gh-border); border-radius: var(--gh-radius-lg); }
.gh247-content-surface img, .gh247-content-surface iframe, .gh247-content-surface table { max-width: 100%; }
.gh247-content-surface img, .gh247-content-surface iframe { height: auto; }
.gh247-content-surface table { display: block; overflow-x: auto; }
.gh247-content-grid { display: grid; gap: 16px; }
.gh247-content-card { overflow: hidden; background: var(--gh-white); border: 1px solid var(--gh-border); border-radius: var(--gh-radius-md); }
.gh247-content-card__image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--gh-primary-soft); }
.gh247-content-card__image img { width: 100%; height: 100%; object-fit: cover; }
.gh247-content-card__body { padding: 20px; }
.gh247-content-card time { color: var(--gh-muted); font-size: 12px; font-weight: 700; }
.gh247-content-card h2 { margin: 8px 0; color: var(--gh-dark-surface); font-size: 20px; line-height: 1.25; }
.gh247-content-card p { color: var(--gh-muted); }
.gh247-content-card__link { color: var(--gh-primary); font-weight: 800; }
.gh247-article { max-width: 920px; margin-inline: auto; }
.gh247-article__header { margin-bottom: 24px; text-align: center; }
.gh247-article__header h1 { margin-bottom: 12px; color: var(--gh-dark-surface); font-size: clamp(32px, 7vw, 52px); line-height: 1.08; }
.gh247-article__header p { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; color: var(--gh-muted); }
.gh247-article__cover { width: 100%; margin-bottom: 20px; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--gh-radius-lg); }
.gh247-article__back { margin-top: 20px; }
.gh247-collection-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.gh247-collection-tile { overflow: hidden; background: var(--gh-white); border: 1px solid var(--gh-border); border-radius: var(--gh-radius-md); }
.gh247-collection-tile > a { display: flex; height: 100%; flex-direction: column; }
.gh247-collection-tile img { width: 100%; aspect-ratio: 13 / 9; object-fit: contain; background: var(--gh-primary-soft); }
.gh247-collection-tile span { display: grid; gap: 3px; padding: 14px; color: var(--gh-dark-surface); }
.gh247-collection-tile small { color: var(--gh-muted); font-size: 12px; }
.gh247-form-surface, .gh247-auth-card, .gh247-account-panel { padding: 22px; background: var(--gh-white); border: 1px solid var(--gh-border); border-radius: var(--gh-radius-lg); }
.gh247-form-surface { max-width: 820px; margin-inline: auto; }
.gh247-form-surface h2, .gh247-auth-card h1, .gh247-auth-card h2, .gh247-account-panel h2 { color: var(--gh-dark-surface); }
.gh247-form-grid { display: grid; gap: 14px; }
.gh247-form-surface form, .gh247-auth-card form, .gh247-address-editor form { display: grid; gap: 16px; }
.gh247-form-surface label, .gh247-auth-card label, .gh247-address-editor label { display: grid; gap: 6px; color: var(--gh-dark-surface); font-size: 13px; font-weight: 800; }
.gh247-form-surface input, .gh247-form-surface textarea, .gh247-form-surface select, .gh247-auth-card input, .gh247-address-editor input, .gh247-address-editor select { width: 100%; min-height: 46px; padding: 10px 12px; color: var(--gh-text); background: #fff; border: 1px solid var(--gh-border); border-radius: var(--gh-radius-sm); }
.gh247-form-surface textarea { min-height: 140px; resize: vertical; }
.gh247-field-full { grid-column: 1 / -1; }
.gh247-form-alert { padding: 12px 14px; border-radius: var(--gh-radius-sm); }
.gh247-form-alert--success { color: var(--gh-primary-dark); background: var(--gh-primary-soft); border: 1px solid var(--gh-border); }
.gh247-form-alert--error, .errors { color: var(--gh-error); }
.gh247-form-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.gh247-checkbox { display: flex !important; align-items: center; grid-template-columns: auto 1fr; }
.gh247-checkbox input { width: 20px; min-height: 20px; }
.gh247-auth-card { max-width: 620px; margin-inline: auto; }
.gh247-auth-card > p { color: var(--gh-muted); }
.gh247-auth-grid, .gh247-account-layout, .gh247-address-grid { display: grid; gap: 18px; }
.gh247-auth-grid .gh247-auth-card { width: 100%; max-width: none; margin: 0; }
.gh247-recover { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--gh-border); }
.gh247-recover summary, .gh247-address-editor summary { color: var(--gh-primary); font-weight: 800; cursor: pointer; }
.gh247-recover form, .gh247-address-editor form { margin-top: 16px; }
.gh247-table-wrap { overflow-x: auto; }
.gh247-table-wrap table { width: 100%; min-width: 680px; border-collapse: collapse; }
.gh247-table-wrap th, .gh247-table-wrap td { padding: 12px; border-bottom: 1px solid var(--gh-border); text-align: left; vertical-align: top; }
.gh247-table-wrap th { color: var(--gh-dark-surface); background: var(--gh-primary-soft); font-size: 12px; }
.gh247-table-wrap td a { color: var(--gh-primary); font-weight: 700; }
.gh247-table-wrap td small { display: block; margin-top: 4px; color: var(--gh-muted); }
.gh247-address-text p { margin-bottom: 5px; }
.gh247-address-actions a { color: var(--gh-error); font-weight: 800; }
.gh247-address-editor { margin-bottom: 18px; }
.gh247-account-panel .gh247-address-editor { margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--gh-border); }

/* Cart native page */
.gh247-cart-layout { display: grid; gap: 20px; }
.gh247-cart-lines { display: grid; gap: 12px; }
.gh247-cart-line { display: grid; grid-template-columns: 82px 1fr; gap: 12px; align-items: center; padding: 14px; background: #fff; border: 1px solid var(--gh-border); border-radius: var(--gh-radius-md); }
.gh247-cart-line img { width: 82px; height: 82px; object-fit: contain; }
.gh247-cart-line h2 { margin-bottom: 3px; color: var(--gh-dark-surface); font-size: 14px; }
.gh247-cart-line p { margin-bottom: 4px; color: var(--gh-muted); font-size: 12px; }
.gh247-cart-line label { display: flex; align-items: center; gap: 8px; grid-column: 2; font-size: 12px; font-weight: 800; }
.gh247-cart-line input { width: 68px; min-height: 38px; padding: 6px; border: 1px solid var(--gh-border); border-radius: 8px; }
.gh247-cart-line > strong { grid-column: 2; color: var(--gh-primary-dark); }
.gh247-cart-line > a:last-child { grid-column: 2; color: var(--gh-error); font-size: 12px; font-weight: 800; }
.gh247-cart-summary { display: grid; gap: 12px; align-self: start; padding: 20px; background: #fff; border: 1px solid var(--gh-border); border-radius: var(--gh-radius-lg); }
.gh247-cart-summary h2 { margin: 0; color: var(--gh-dark-surface); }
.gh247-cart-summary p { display: flex; justify-content: space-between; margin: 0; padding-bottom: 12px; border-bottom: 1px solid var(--gh-border); }
.gh247-cart-summary p strong { color: var(--gh-primary-dark); }
.gh247-cart-summary label { display: grid; gap: 8px; font-weight: 800; }

@media (max-width: 639px) {
  .gh247-categories { padding-top: 18px; }
  .gh247-categories .gh247-section-heading { display: none; }
  .gh247-category-tabs { margin-bottom: 20px; }
  .gh247-category-panel { padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
  .gh247-category-panel__head { display: none; }
  .gh247-category-grid { padding-inline: 4px; }
  .gh247-featured-products { padding-top: 28px; }
  .gh247-section-heading { gap: 8px; }
  .gh247-section-heading h2 { font-size: 22px; text-wrap: balance; }
  .gh247-section-heading--center { gap: 10px; }
  .gh247-section-heading--center > span { width: auto; min-width: 34px; flex: 1 1 44px; }
  .gh247-section-heading--center h2 { flex: 0 0 auto; white-space: nowrap; }
  .gh247-brands .gh247-section-heading h2 { font-size: 20px; }
  .gh247-product-shelf { padding: 14px; }
  .gh247-product-shelf__head h3 { max-width: 72%; font-size: 18px; line-height: 1.2; text-wrap: balance; }
  .gh247-service-strip { margin-top: 2px; }
}

@media (min-width: 640px) {
  .gh247-container { width: min(calc(100% - 48px), var(--gh-container)); }
  .gh247-category-grid { grid-template-columns: repeat(7, 1fr); }
  .gh247-category-more { display: none !important; }
  .gh247-product-rail { grid-auto-columns: calc((100% - 28px) / 3); gap: 14px; }
  .gh247-service-strip { grid-template-columns: repeat(2, 1fr); }
  .gh247-service-item:nth-last-child(2) { border-bottom: 0; }
  .gh247-solution-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: row; grid-auto-columns: auto; overflow: visible; }
  .gh247-solution-card { min-height: 280px; }
  .gh247-solution-card img { height: 280px; }
  .gh247-footer__grid { grid-template-columns: 1.4fr 1fr; }
  .gh247-listing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .gh247-cart-line { grid-template-columns: 90px minmax(0, 1fr) auto auto auto; }
  .gh247-content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gh247-collection-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gh247-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gh247-cart-line h2 { font-size: 15px; }
  .gh247-cart-line label, .gh247-cart-line > strong, .gh247-cart-line > a:last-child { grid-column: auto; }
}

@media (min-width: 900px) {
  .gh247-home { padding-top: 24px; padding-bottom: 50px; }
  .gh247-bottom-nav { display: none; }
  .gh247-footer { padding-bottom: 0; }
  .gh247-toast { bottom: 30px; }
  .gh247-header-main { grid-template-columns: 220px minmax(360px, 1fr) auto; gap: 26px; }
  .gh247-header-icon--menu, .gh247-header-search-trigger, .gh247-mobile-search { display: none; }
  .gh247-logo { justify-content: flex-start; }
  .gh247-header-search { display: block; }
  .gh247-header-action { width: auto; min-width: 70px; height: auto; flex-direction: column; gap: 3px; padding: 8px 12px; border: 0; font-size: 11px; font-weight: 800; }
  .gh247-header-action > span:not(.gh247-cart-count) { display: inline; }
  .gh247-header-action--cart > span.gh247-header-cart-content { display: inline-flex; width: auto; height: auto; flex-direction: column; gap: 3px; }
  .gh247-header-action--cart .gh247-header-cart-label { display: inline; }
  .gh247-header-action--account { display: inline-flex; }
  .gh247-desktop-nav { display: block; border-top: 1px solid var(--gh-soft-surface); }
  .gh247-desktop-nav__inner { display: flex; min-height: 48px; align-items: stretch; }
  .gh247-nav-list { display: flex; flex: 1; align-items: stretch; gap: 2px; margin: 0; padding: 0; list-style: none; }
  .gh247-nav-item { position: relative; display: flex; }
  .gh247-nav-item > a, .gh247-nav-list > li:not(.gh247-nav-item) > a { display: flex; align-items: center; gap: 4px; padding: 0 14px; color: var(--gh-dark-surface); font-size: 12px; font-weight: 900; text-transform: uppercase; }
  .gh247-nav-item > a { position: relative; }
  .gh247-nav-toggle { display: grid; width: 40px; min-height: 40px; place-items: center; align-self: center; padding: 0; color: var(--gh-primary); background: transparent; border: 0; }
  .gh247-nav-toggle svg { width: 14px; transition: transform var(--gh-motion-fast) ease; }
  .gh247-nav-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
  .gh247-nav-item:hover > a, .gh247-nav-item:focus-within > a { color: var(--gh-primary); }
  .gh247-nav-dropdown { position: absolute; top: 100%; left: 0; display: none; width: 280px; padding: 12px; background: #fff; border: 1px solid var(--gh-border); border-radius: 0 0 14px 14px; box-shadow: var(--gh-shadow-md); }
  .gh247-nav-item:hover .gh247-nav-dropdown, .gh247-nav-item:focus-within .gh247-nav-dropdown, .gh247-nav-item.is-open .gh247-nav-dropdown { display: block; }
  .gh247-nav-item.is-suppressed .gh247-nav-dropdown { display: none; }
  .gh247-nav-dropdown__group > a { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px; color: var(--gh-dark-surface); border-radius: 8px; font-weight: 800; }
  .gh247-nav-dropdown__group > a:hover { color: var(--gh-primary-dark); background: var(--gh-primary-soft); }
  .gh247-nav-dropdown__nested { display: grid; gap: 2px; padding: 0 10px 8px 20px; }
  .gh247-nav-dropdown__nested a { padding: 5px 0; color: var(--gh-muted); font-size: 12px; }
  .gh247-hero { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-flow: row; overflow: visible; }
  .gh247-hero-card, .gh247-hero-card img { min-height: 0; }
  .gh247-hero-card { aspect-ratio: 1188 / 534; }
  .gh247-category-tabs { display: none; }
  .gh247-category-panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .gh247-category-panel[hidden] { display: block; }
  .gh247-category-grid { gap: 10px; }
  .gh247-category-grid a { font-size: 10px; }
  .gh247-product-rail { grid-auto-columns: calc((100% - 42px) / 4); }
  .gh247-product-card h3 { min-height: 2.7em; -webkit-line-clamp: 2; }
  .gh247-service-strip { grid-template-columns: repeat(5, 1fr); }
  .gh247-service-item { border-right: 1px solid var(--gh-border); border-bottom: 0; }
  .gh247-service-item:last-child { border-right: 0; }
  .gh247-footer__grid { grid-template-columns: 1.6fr .8fr .8fr 1fr; }
  .gh247-brand-rail { grid-template-columns: repeat(8, minmax(0, 1fr)); grid-auto-flow: row; grid-auto-columns: auto; overflow: hidden; }
  .gh247-route-hero { grid-template-columns: 1fr minmax(280px, .7fr); align-items: center; padding: 38px; }
  .gh247-route-hero--compact { grid-template-columns: 1fr; }
  .gh247-route-hero--cart { grid-template-columns: 1fr auto; }
  .gh247-listing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .gh247-product-placeholder__layout { grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); padding: 28px; }
  .gh247-cart-layout { grid-template-columns: minmax(0, 1fr) 320px; }
  .gh247-cart-summary { position: sticky; top: 20px; }
  .gh247-not-found__panel { grid-template-columns: .65fr 1.35fr; align-items: center; padding: 48px; }
  .gh247-not-found__search { grid-column: 1 / -1; }
  .gh247-content-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gh247-collection-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .gh247-auth-grid, .gh247-account-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
  .gh247-address-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1200px) {
  .gh247-section { padding-block: var(--gh-space-12); }
  .gh247-product-rail { grid-template-columns: repeat(5, minmax(0, 1fr)); grid-auto-flow: row; grid-auto-columns: auto; overflow: visible; }
  .gh247-product-rail .gh247-product-card:nth-child(n+6) { display: none; }
  .gh247-listing-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 420px) {
  .gh247-topbar { font-size: 8px; letter-spacing: -.01em; }
  .gh247-topbar__inner { width: calc(100% - 16px); gap: 4px; }
  .gh247-topbar__inner > * { flex: 1 1 auto; text-align: center; }
  .gh247-topbar__inner > a { text-align: left; }
  .gh247-topbar__inner > *:last-child { text-align: right; }
  .gh247-header-main { grid-template-columns: 40px minmax(130px, 1fr) 40px; }
  .gh247-header-icon, .gh247-header-action { width: 40px; height: 40px; }
  .gh247-category-grid { gap: 18px 10px; }
  .gh247-listing-grid { gap: 8px; }
  .gh247-product-card__actions { padding-inline: 8px; }
  .gh247-button--card { padding-inline: 7px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Phase 2A.5 visual convergence
   Presentation-only overrides. Product, cart, variant and app contracts stay intact. */
:root {
  --gh-container: 1280px;
  --gh-radius-sm: 10px;
  --gh-radius-md: 16px;
  --gh-radius-lg: 24px;
  --gh-shadow-sm: 0 8px 28px rgba(16, 43, 34, .07);
  --gh-shadow-md: 0 22px 60px rgba(16, 43, 34, .14);
}

body {
  background:
    radial-gradient(circle at 12% 0, rgba(23, 134, 83, .055), transparent 30rem),
    linear-gradient(var(--gh-primary-soft) 0, var(--gh-soft-surface) 44rem);
  font-size: 15px;
  letter-spacing: -.005em;
}

.gh247-section { padding-block: 52px; }
.gh247-section-heading { margin-bottom: 26px; }
.gh247-section-heading h2 {
  font-size: clamp(25px, 3vw, 36px);
  letter-spacing: -.035em;
}
.gh247-section-heading > a,
.gh247-section-heading div > span,
.gh247-category-panel__head a,
.gh247-product-shelf__head a {
  text-underline-offset: 4px;
  transition: color .2s ease, transform .2s ease;
}
.gh247-section-heading > a:hover,
.gh247-category-panel__head a:hover,
.gh247-product-shelf__head a:hover { color: var(--gh-primary); transform: translateX(2px); }

/* Header and navigation */
.gh247-site-header {
  box-shadow: 0 1px 0 rgba(16, 43, 34, .06), 0 10px 36px rgba(16, 43, 34, .055);
}
.gh247-topbar {
  background: linear-gradient(90deg, var(--gh-dark-surface), var(--gh-primary) 52%, var(--gh-dark-surface));
  letter-spacing: .015em;
}
.gh247-header-main { min-height: 78px; }
.gh247-logo img { width: min(178px, 100%); }
.gh247-search-form input[type="search"] {
  height: 50px;
  border-color: var(--gh-border);
  box-shadow: inset 0 1px 2px rgba(16, 43, 34, .025);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.gh247-search-form input[type="search"]:hover { border-color: var(--gh-muted); }
.gh247-search-form button {
  box-shadow: 0 7px 18px rgba(23, 134, 83, .22);
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.gh247-search-form button:hover { background: var(--gh-primary-dark); transform: scale(1.03); }
.gh247-header-action { transition: color .2s ease, background-color .2s ease; }
.gh247-header-action:hover { color: var(--gh-primary-dark); background: var(--gh-primary-soft); }
.gh247-desktop-nav { background: rgba(255, 255, 255, .97); }
.gh247-nav-item > a,
.gh247-nav-list > li:not(.gh247-nav-item) > a { letter-spacing: .015em; }
.gh247-nav-dropdown { border-top: 3px solid var(--gh-primary); }

/* Homepage */
.gh247-home { padding-top: 26px; }
.gh247-hero { gap: 18px; }
.gh247-hero-card {
  border-color: rgba(220, 232, 226, .82);
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(16, 43, 34, .12);
  transition: transform .28s ease, box-shadow .28s ease;
}
.gh247-hero-card:hover { transform: translateY(-3px); box-shadow: 0 24px 64px rgba(16, 43, 34, .16); }
.gh247-categories { padding-top: 44px; }
.gh247-category-panel {
  padding: 22px;
  border-color: rgba(220, 232, 226, .9);
  box-shadow: 0 12px 34px rgba(16, 43, 34, .06);
}
.gh247-category-panel__head h3,
.gh247-product-shelf__head h3 { font-size: 20px; letter-spacing: -.025em; }
.gh247-category-grid { gap: 15px 11px; }
.gh247-category-grid a { gap: 10px; line-height: 1.25; transition: color .2s ease, transform .2s ease; }
.gh247-category-grid a:hover { color: var(--gh-primary); transform: translateY(-3px); }
.gh247-category-grid img,
.gh247-category-more__icon {
  background: linear-gradient(145deg, #fff, var(--gh-primary-soft));
  border-color: var(--gh-border);
  border-radius: 18px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.gh247-category-grid a:hover img,
.gh247-category-grid a:hover .gh247-category-more__icon { border-color: var(--gh-primary-soft); box-shadow: 0 10px 24px rgba(23, 134, 83, .1); }
.gh247-featured-products { padding-top: 34px; }
.gh247-product-shelf {
  margin-bottom: 28px;
  padding: 22px;
  border-color: rgba(220, 232, 226, .92);
  box-shadow: 0 14px 42px rgba(16, 43, 34, .07);
}

/* Shared product card */
.gh247-product-card {
  border-color: var(--gh-border);
  box-shadow: 0 2px 0 rgba(16, 43, 34, .02);
}
.gh247-product-card:hover {
  border-color: var(--gh-primary-soft);
  box-shadow: 0 16px 36px rgba(16, 43, 34, .1);
  transform: translateY(-4px);
}
.gh247-product-card__media { padding: 10px; }
.gh247-product-card__media > a {
  background: linear-gradient(145deg, #fff, var(--gh-soft-surface));
  border: 1px solid var(--gh-soft-surface);
  border-radius: 12px;
}
.gh247-product-card__media img { transition: transform .3s ease; }
.gh247-product-card:hover .gh247-product-card__media img { transform: scale(1.025); }
.gh247-product-card__sale {
  top: 12px;
  left: 12px;
  padding: 5px 8px;
  border-radius: 8px;
  box-shadow: 0 7px 16px rgba(23, 134, 83, .2);
}
.gh247-product-card__content { padding: 5px 12px 11px; }
.gh247-product-card__vendor { color: var(--gh-muted); font-size: 10px; font-weight: 800; letter-spacing: .045em; }
.gh247-product-card h3 { color: var(--gh-dark-surface); font-size: 13px; font-weight: 760; }
.gh247-product-card__price strong { font-size: 17px; letter-spacing: -.02em; }
.gh247-product-card__actions { padding: 0 12px 13px; }
.gh247-button--card { min-height: 44px; border-radius: 9px; }

/* Service, solutions and brand rails */
.gh247-service-strip {
  margin-block: 10px 44px;
  border-color: var(--gh-border);
  box-shadow: 0 14px 38px rgba(16, 43, 34, .07);
}
.gh247-service-item { min-height: 82px; gap: 13px; }
.gh247-service-item img { width: 38px; height: 38px; }
.gh247-service-item strong { font-size: 13px; }
.gh247-service-item small { margin-top: 2px; line-height: 1.35; }
.gh247-solutions { padding-top: 24px; }
.gh247-solution-grid { gap: 18px; }
.gh247-solution-card {
  min-height: 300px;
  border: 1px solid rgba(255, 255, 255, .38);
  box-shadow: 0 18px 42px rgba(16, 43, 34, .12);
  transition: transform .25s ease, box-shadow .25s ease;
}
.gh247-solution-card:hover { transform: translateY(-4px); box-shadow: 0 24px 56px rgba(16, 43, 34, .18); }
.gh247-solution-card::after { inset: 48% 0 0; background: linear-gradient(transparent, rgba(8, 10, 9, .74)); }
.gh247-solution-card img { height: 300px; transition: transform .45s ease; }
.gh247-solution-card:hover img { transform: scale(1.035); }
.gh247-solution-card strong { font-size: 24px; letter-spacing: -.025em; }
.gh247-brands { padding-top: 30px; }
.gh247-brand-rail { border-color: var(--gh-border); box-shadow: 0 12px 32px rgba(16, 43, 34, .055); }
.gh247-brand-rail a { min-height: 88px; transition: background-color .2s ease; }
.gh247-brand-rail a:hover { background: var(--gh-primary-soft); }
.gh247-brand-rail img { filter: saturate(.88); transition: filter .2s ease, transform .2s ease; }
.gh247-brand-rail a:hover img { filter: saturate(1); transform: scale(1.04); }

/* PDP hierarchy */
.gh247-pdp { padding-top: 24px; }
.gh247-pdp__breadcrumb { color: var(--gh-muted); font-size: 12px; }
.gh247-pdp__breadcrumb a { color: var(--gh-primary); }
.gh247-pdp__shell {
  padding: 26px;
  border-color: var(--gh-border);
  box-shadow: 0 20px 56px rgba(16, 43, 34, .08);
}
.gh247-pdp__stage { background: linear-gradient(145deg, #fff, var(--gh-soft-surface)); border-color: var(--gh-border); }
.gh247-pdp__summary h1 { font-size: clamp(28px, 3vw, 38px); }
.gh247-pdp__price-panel { padding: 18px; border-radius: 14px; }
.gh247-pdp__purchase {
  padding: 18px;
  background: linear-gradient(180deg, var(--gh-primary-soft), var(--gh-primary-soft));
  box-shadow: 0 12px 32px rgba(16, 43, 34, .07);
}
.gh247-pdp__information,
.gh247-pdp__reviews,
.gh247-pdp__related {
  margin-top: 30px;
  border-color: var(--gh-border);
  box-shadow: 0 14px 40px rgba(16, 43, 34, .06);
}
.gh247-pdp__richtext { color: var(--gh-text); }
.gh247-pdp__richtext > :first-child { margin-top: 0; }
.gh247-pdp__reviews .gh247-anhnoi-reviews {
  max-height: min(920px, 78vh);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: var(--gh-primary-soft) var(--gh-primary-soft);
  scrollbar-width: thin;
  border-radius: 12px;
}
.gh247-pdp__reviews .gh247-anhnoi-reviews iframe { min-height: 240px; }
.gh247-pdp__related-grid { gap: 16px; }

/* Drawer, toast and mobile dock */
.gh247-drawer-overlay,
.gh247-cart-overlay { background: rgba(16, 43, 34, .66); backdrop-filter: blur(4px); }
.gh247-mobile-menu,
.gh247-cart-drawer { box-shadow: -22px 0 64px rgba(16, 43, 34, .2); transition-timing-function: cubic-bezier(.22, 1, .36, 1); }
.gh247-cart-drawer__head,
.gh247-mobile-menu__head { background: linear-gradient(180deg, #fff, var(--gh-primary-soft)); }
.gh247-mobile-menu__head button,
.gh247-cart-drawer__head button,
.gh247-mobile-menu__row button { width: 44px; height: 44px; }
.gh247-drawer-line img { background: linear-gradient(145deg, #fff, var(--gh-soft-surface)); }
.gh247-cart-drawer__footer { box-shadow: 0 -12px 32px rgba(16, 43, 34, .07); }
.gh247-toast { padding: 15px 20px; border: 1px solid rgba(255, 255, 255, .14); box-shadow: 0 20px 50px rgba(16, 43, 34, .24); }
.gh247-bottom-nav { border-color: rgba(220, 232, 226, .85); box-shadow: 0 10px 30px rgba(16, 43, 34, .18); }
.gh247-bottom-nav a { transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.gh247-bottom-nav a:active { transform: scale(.96); }
[aria-busy="true"] { cursor: progress; }
.gh247-button[aria-busy="true"],
button[aria-busy="true"] { opacity: .7; }

/* Footer */
.gh247-footer { background: linear-gradient(145deg, var(--gh-dark-surface), var(--gh-dark-surface)); }
.gh247-footer__grid { gap: 38px; padding-block: 54px; }
.gh247-footer__logo { box-shadow: 0 10px 30px rgba(0, 0, 0, .14); }
.gh247-footer__column h2 { padding-bottom: 10px; border-bottom: 1px solid var(--gh-dark-surface); letter-spacing: -.01em; }
.gh247-footer__column a { color: var(--gh-border); transition: color .2s ease, transform .2s ease; }
.gh247-footer__column a:hover { color: #fff; transform: translateX(2px); }
.gh247-footer__socials a:hover { transform: translateY(-1px); }

@media (min-width: 900px) {
  .gh247-header-main { grid-template-columns: 200px minmax(360px, 1fr) auto; gap: 30px; }
  .gh247-desktop-nav__inner { min-height: 52px; }
  .gh247-category-panels { gap: 18px; }
  .gh247-category-panel[hidden] { display: block !important; }
  .gh247-category-grid { grid-template-columns: repeat(7, minmax(0, 1fr)); }
  .gh247-product-rail { gap: 16px; }
  .gh247-service-item { padding-inline: 16px; }
}

@media (min-width: 1120px) {
  .gh247-pdp__shell { grid-template-columns: minmax(0, 1.13fr) minmax(340px, .9fr) 300px; gap: 28px; }
  .gh247-pdp__purchase { top: 24px; }
}

@media (min-width: 1200px) {
  .gh247-section { padding-block: 60px; }
  .gh247-product-rail { gap: 18px; }
}

@media (max-width: 899px) {
  .gh247-home { padding-top: 18px; }
  .gh247-header-main { min-height: 68px; }
  .gh247-mobile-search { padding-bottom: 12px; }
  .gh247-hero { gap: 10px; }
  .gh247-pdp__shell { padding: 18px; }
  .gh247-pdp__reviews .gh247-anhnoi-reviews { max-height: min(760px, 72vh); }
}

@media (max-width: 639px) {
  .gh247-container { width: min(calc(100% - 16px), var(--gh-container)); }
  .gh247-section { padding-block: 34px; }
  .gh247-hero-card { border-radius: 16px; box-shadow: 0 12px 34px rgba(16, 43, 34, .1); }
  .gh247-categories { padding-top: 20px; }
  .gh247-category-tabs { margin-bottom: 18px; }
  .gh247-category-tabs button { min-height: 46px; }
  .gh247-category-grid { gap: 17px 9px; }
  .gh247-category-grid img,
  .gh247-category-more__icon { border-radius: 14px; }
  .gh247-featured-products { padding-top: 32px; }
  .gh247-product-shelf { padding: 14px 10px; border-radius: 18px; }
  .gh247-product-shelf__head { padding-inline: 3px; }
  .gh247-product-card__media { padding: 7px; }
  .gh247-product-card__content { padding: 4px 9px 9px; }
  .gh247-product-card__actions { padding: 0 9px 10px; }
  .gh247-product-card h3 { min-height: 3.9em; font-size: 12px; -webkit-line-clamp: 3; }
  .gh247-product-card__price strong { font-size: 15px; }
  .gh247-product-card__price del { font-size: 10px; }
  .gh247-button--card { min-height: 44px; font-size: 11px; }
  .gh247-service-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 34px; }
  .gh247-service-item { min-height: 88px; padding: 12px; border-right: 1px solid var(--gh-border); }
  .gh247-service-item:nth-child(2n) { border-right: 0; }
  .gh247-service-item:nth-last-child(2) { border-bottom: 0; }
  .gh247-service-item:last-child { grid-column: 1 / -1; justify-content: center; border-right: 0; }
  .gh247-service-item img { width: 31px; height: 31px; }
  .gh247-service-item strong { font-size: 11px; }
  .gh247-service-item small { font-size: 10px; }
  .gh247-solution-grid { gap: 12px; }
  .gh247-solution-card { min-height: 220px; }
  .gh247-solution-card img { height: 220px; }
  .gh247-solution-card strong { font-size: 20px; }
  .gh247-brand-rail a { min-height: 76px; }
  .gh247-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 18px; padding-block: 40px; }
  .gh247-footer__brand,
  .gh247-footer__contact { grid-column: 1 / -1; }
  .gh247-footer__column h2 { font-size: 14px; }
  .gh247-footer__column a,
  .gh247-footer__column p { font-size: 12px; }
  .gh247-pdp { padding-top: 14px; }
  .gh247-pdp__shell { padding: 10px; border-radius: 18px; }
  .gh247-pdp__summary h1 { font-size: 26px; }
  .gh247-pdp__purchase { padding: 14px; }
  .gh247-pdp__information,
  .gh247-pdp__reviews,
  .gh247-pdp__related { margin-top: 18px; padding: 16px; border-radius: 18px; }
  .gh247-pdp__reviews .gh247-anhnoi-reviews { max-height: 620px; }
  .gh247-pdp__related-grid { gap: 10px; }
}

@media (max-width: 360px) {
  .gh247-topbar__inner span:nth-child(2) { display: none; }
  .gh247-topbar { font-size: 9px; }
  .gh247-topbar__inner { justify-content: space-between; }
  .gh247-category-grid { gap: 15px 7px; }
  .gh247-product-shelf { padding-inline: 8px; }
  .gh247-product-rail { gap: 8px; }
  .gh247-product-card h3 { font-size: 11px; }
  .gh247-button--card { padding-inline: 5px; font-size: 10px; }
  .gh247-service-item { padding-inline: 9px; }
  .gh247-footer__grid { gap: 26px 14px; }
}

@media (max-width: 420px) {
  .gh247-header-icon,
  .gh247-header-action { width: 44px; height: 44px; }
  .gh247-header-main { grid-template-columns: 44px minmax(124px, 1fr) 44px; }
  .gh247-pdp__gallery-arrow { width: 44px; height: 44px; }
}

/* Phase 2B — collection, server-side filtering and search */
.gh247-catalog-page { padding-bottom: calc(var(--gh-bottom-nav-height) + 42px); }
.gh247-catalog-hero { position: relative; display: grid; gap: 22px; overflow: hidden; margin-bottom: 20px; padding: 26px; background: var(--gh-primary-soft); border: 1px solid var(--gh-primary-soft); border-radius: 22px; }
.gh247-catalog-hero::after { position: absolute; top: -90px; right: -70px; width: 250px; height: 250px; background: radial-gradient(circle, rgba(23, 134, 83, .12), rgba(23, 134, 83, 0) 70%); content: ''; pointer-events: none; }
.gh247-catalog-hero__copy { position: relative; z-index: 1; max-width: 760px; }
.gh247-catalog-hero h1 { max-width: 760px; margin: 0; color: var(--gh-dark-surface); font-size: clamp(30px, 5.5vw, 48px); line-height: 1.05; letter-spacing: -.035em; text-wrap: balance; }
.gh247-catalog-description { max-width: 65ch; margin-top: 12px; color: var(--gh-text); line-height: 1.7; }
.gh247-catalog-description > :last-child { margin-bottom: 0; }
.gh247-catalog-context { margin-top: 12px; color: var(--gh-primary); font-size: 13px; font-weight: 800; }
.gh247-catalog-hero__stat { position: relative; z-index: 1; display: grid; align-content: center; justify-items: start; min-height: 132px; padding: 20px; background: #fff; border: 1px solid var(--gh-primary-soft); border-radius: 17px; box-shadow: 0 14px 35px rgba(16, 43, 34, .08); }
.gh247-catalog-hero__stat strong { color: var(--gh-primary); font-size: 38px; line-height: 1; font-variant-numeric: tabular-nums; letter-spacing: -.04em; }
.gh247-catalog-hero__stat span { margin-top: 5px; color: var(--gh-dark-surface); font-weight: 850; }
.gh247-catalog-hero__stat small { margin-top: 14px; color: var(--gh-muted); }
.gh247-catalog-hero--search { grid-template-columns: 1fr; }
.gh247-search-start { max-width: 760px; margin: 28px auto 0; padding: 34px; text-align: center; background: #fff; border-radius: 20px; box-shadow: inset 0 0 0 1px var(--gh-primary-soft); }
.gh247-search-start strong { display: block; color: var(--gh-dark-surface); font-size: 22px; }
.gh247-search-start p { margin: 8px 0 16px; color: var(--gh-muted); }
.gh247-search-start a { color: var(--gh-primary); font-weight: 850; }

.gh247-catalog-mobilebar { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.gh247-catalog-mobilebar > button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 0 17px; color: #fff; background: var(--gh-primary); border: 0; border-radius: 12px; font-weight: 850; }
.gh247-catalog-mobilebar > button:active { transform: translateY(1px); }
.gh247-catalog-sort { display: flex; align-items: center; gap: 8px; }
.gh247-catalog-sort label { color: var(--gh-muted); font-size: 12px; font-weight: 800; }
.gh247-catalog-sort select { min-height: 46px; min-width: 0; padding: 8px 34px 8px 11px; color: var(--gh-dark-surface); background: #fff; border: 1px solid var(--gh-primary-soft); border-radius: 10px; font-weight: 750; }
.gh247-catalog-sort--desktop { display: none; }

.gh247-catalog-layout { display: grid; min-width: 0; gap: 18px; }
.gh247-catalog-main { min-width: 0; }
.gh247-catalog-toolbar { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; padding: 13px 16px; background: #fff; border: 1px solid var(--gh-border); border-radius: 15px; }
.gh247-catalog-toolbar p { display: grid; gap: 2px; margin: 0; }
.gh247-catalog-toolbar p span { color: var(--gh-muted); font-size: 11px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.gh247-catalog-toolbar p strong { color: var(--gh-dark-surface); font-size: 16px; font-variant-numeric: tabular-nums; }
.gh247-catalog-clear-search { color: var(--gh-primary); font-size: 13px; font-weight: 850; }
.gh247-catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.gh247-catalog-grid .gh247-product-card { min-width: 0; }
.gh247-catalog-empty { min-height: 340px; display: grid; align-content: center; justify-items: center; }
.gh247-empty-state__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 18px; }

.gh247-active-filters { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; padding: 11px 13px; background: var(--gh-primary-soft); border-radius: 13px; }
.gh247-active-filters__label { color: var(--gh-muted); font-size: 12px; font-weight: 800; }
.gh247-active-filters > div { display: flex; flex-wrap: wrap; gap: 7px; }
.gh247-active-filter-chip { min-height: 36px; padding: 6px 10px; color: var(--gh-primary); background: #fff; border: 1px solid var(--gh-primary-soft); border-radius: 8px; font-size: 12px; font-weight: 800; }
.gh247-active-filter-chip:hover { border-color: var(--gh-primary); }
.gh247-active-filters > a { margin-left: auto; color: var(--gh-primary); font-size: 12px; font-weight: 850; }

.gh247-filter-drawer { position: fixed; z-index: 92; top: 0; bottom: 0; left: 0; display: flex; width: min(360px, calc(100vw - 34px)); min-height: 0; flex-direction: column; overflow: hidden; padding: 0; background: var(--gh-primary-soft); box-shadow: 18px 0 46px rgba(16, 43, 34, .22); transform: translateX(-105%); transition: transform .24s ease; }
.gh247-filter-drawer.is-open { transform: translateX(0); }
.gh247-filter-drawer__header { z-index: 2; display: flex; min-height: 66px; flex: 0 0 auto; align-items: center; justify-content: space-between; gap: 16px; margin: 0; padding: 11px 16px; background: rgba(234, 247, 240, .98); border-bottom: 1px solid var(--gh-border); backdrop-filter: blur(10px); }
.gh247-filter-drawer__header strong { color: var(--gh-dark-surface); font-size: 15px; font-weight: 900; letter-spacing: .08em; }
.gh247-filter-drawer__header button { display: grid; width: 44px; height: 44px; place-items: center; padding: 0 0 3px; color: var(--gh-dark-surface); background: var(--gh-primary-soft); border: 0; border-radius: 50%; font-size: 28px; }
.gh247-filter-overlay { position: fixed; z-index: 91; inset: 0; background: rgba(16, 43, 34, .62); border: 0; backdrop-filter: blur(3px); }
.gh247-filter-form { display: flex; height: 0; min-height: 0; flex: 1 1 0; flex-direction: column; overflow: hidden; }
.gh247-filter-body { display: grid; height: 0; min-height: 0; flex: 1 1 0; align-content: start; gap: 12px; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; padding: 14px 16px; scrollbar-gutter: stable; }
.gh247-filter-group { min-width: 0; margin: 0; padding: 16px; background: #fff; border: 0; border-radius: 14px; box-shadow: inset 0 0 0 1px var(--gh-border); }
.gh247-filter-group legend { width: 100%; margin-bottom: 11px; padding: 0; color: var(--gh-dark-surface); font-size: 14px; font-weight: 850; }
.gh247-filter-options { display: grid; gap: 4px; }
.gh247-filter-options label { display: grid; min-height: 40px; grid-template-columns: 20px minmax(0, 1fr); align-items: center; gap: 9px; padding: 5px 7px; color: var(--gh-text); border-radius: 8px; cursor: pointer; font-size: 12px; }
.gh247-filter-options label:hover { color: var(--gh-dark-surface); background: var(--gh-primary-soft); }
.gh247-filter-options input { width: 18px; height: 18px; margin: 0; accent-color: var(--gh-primary); }
.gh247-filter-options input:focus-visible { outline: 3px solid rgba(23, 134, 83, .24); outline-offset: 2px; }
.gh247-filter-options span { min-width: 0; overflow-wrap: anywhere; }
.gh247-filter-more { margin-top: 8px; }
.gh247-filter-more summary { min-height: 40px; padding: 9px 7px; color: var(--gh-primary); cursor: pointer; font-size: 12px; font-weight: 850; }
.gh247-filter-more[open] summary { margin-bottom: 6px; }
.gh247-filter-actions { display: grid; flex: 0 0 auto; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 9px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: var(--gh-primary-soft); border-top: 1px solid var(--gh-border); box-shadow: 0 -10px 26px rgba(16, 43, 34, .08); }
.gh247-filter-actions .gh247-button { min-width: 0; min-height: 48px; padding-inline: 10px; font-size: 13px; }
.gh247-filter-actions > :only-child { grid-column: 1 / -1; }
.gh247-filter-actions.has-hidden-clear [data-gh247-filter-apply] { grid-column: 1 / -1; }
.gh247-filter-form[aria-busy="true"] { opacity: .7; pointer-events: none; }
.gh247-filter-noscript { display: flex; align-items: end; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; padding: 14px; background: #fff; border: 1px solid var(--gh-border); border-radius: 14px; }
.gh247-filter-noscript label { width: 100%; color: var(--gh-dark-surface); font-weight: 850; }
.gh247-filter-noscript select { min-height: 46px; flex: 1 1 260px; padding: 8px 12px; border: 1px solid var(--gh-primary-soft); border-radius: 9px; }
.js .gh247-filter-noscript { display: none; }
.no-js .gh247-filter-drawer, .no-js .gh247-filter-overlay, .no-js .gh247-catalog-mobilebar > button { display: none; }

.gh247-catalog-pagination { display: grid; grid-template-columns: minmax(0, auto) 1fr minmax(0, auto); align-items: center; gap: 10px; margin-top: 28px; }
.gh247-catalog-pagination__pages { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; }
.gh247-catalog-pagination a, .gh247-catalog-pagination__pages > span { display: inline-grid; min-width: 44px; min-height: 44px; place-items: center; padding: 8px 11px; color: var(--gh-dark-surface); background: #fff; border: 1px solid var(--gh-border); border-radius: 10px; font-weight: 800; }
.gh247-catalog-pagination a:hover { color: var(--gh-primary); border-color: var(--gh-primary-soft); }
.gh247-catalog-pagination__pages .is-current { color: #fff; background: var(--gh-primary); border-color: var(--gh-primary); }
.gh247-catalog-pagination__pages .is-gap { min-width: 30px; padding-inline: 4px; background: transparent; border-color: transparent; }
.gh247-catalog-pagination__direction { display: inline-flex !important; align-items: center; gap: 7px; white-space: nowrap; }
.gh247-catalog-pagination__direction.is-disabled { opacity: .45; }

.gh247-legacy-collection__panel { min-height: 380px; display: grid; align-content: center; justify-items: start; max-width: 820px; padding: clamp(28px, 6vw, 64px); background: #fff; border: 1px solid var(--gh-border); border-radius: 22px; box-shadow: 0 20px 50px rgba(16, 43, 34, .08); }
.gh247-legacy-collection__panel h1 { margin: 0; color: var(--gh-dark-surface); font-size: clamp(34px, 7vw, 56px); letter-spacing: -.04em; }
.gh247-legacy-collection__panel p { max-width: 60ch; margin: 14px 0 22px; color: var(--gh-muted); line-height: 1.7; }

@media (min-width: 700px) {
  .gh247-catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .gh247-catalog-grid--wide { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .gh247-catalog-page { padding-bottom: 78px; }
  .gh247-catalog-hero { grid-template-columns: minmax(0, 1fr) 240px; align-items: stretch; padding: 34px; }
  .gh247-catalog-hero--search { grid-template-columns: 1fr; }
  .gh247-catalog-mobilebar { display: none; }
  .gh247-catalog-layout { grid-template-columns: 248px minmax(0, 1fr); align-items: start; gap: 20px; }
  .no-js .gh247-catalog-layout { grid-template-columns: minmax(0, 1fr); }
  .gh247-filter-drawer { position: sticky; z-index: 1; top: calc(var(--gh247-filter-header-offset) + 12px); bottom: auto; width: 100%; height: var(--gh247-filter-panel-height, calc(100vh - var(--gh247-filter-header-offset) - 24px)); max-height: var(--gh247-filter-panel-height, calc(100vh - var(--gh247-filter-header-offset) - 24px)); background: var(--gh-primary-soft); border: 1px solid var(--gh-border); border-radius: 12px; box-shadow: 0 10px 28px rgba(16, 43, 34, .07); transform: none; transition: none; }
  .gh247-filter-drawer__header { min-height: 58px; padding: 10px 14px; background: #fff; border-radius: 11px 11px 0 0; backdrop-filter: none; }
  .gh247-filter-drawer__header button { display: none; }
  .gh247-filter-overlay { display: none !important; }
  .gh247-filter-body { padding: 0 12px 12px; }
  .gh247-filter-group { padding: 14px; }
  .gh247-filter-actions { padding: 11px 12px 12px; border-radius: 0 0 11px 11px; }
  .gh247-catalog-sort--desktop { display: flex; }
  .gh247-catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .gh247-catalog-grid--wide { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .gh247-catalog-toolbar { padding-inline: 18px; }
}

@media (min-width: 1280px) {
  .gh247-catalog-layout { grid-template-columns: 258px minmax(0, 1fr); gap: 22px; }
  .gh247-catalog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
  .gh247-catalog-grid--wide { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 699px) {
  .gh247-catalog-hero { padding: 21px; border-radius: 18px; }
  .gh247-catalog-hero__stat { min-height: 100px; grid-template-columns: auto 1fr; align-items: center; column-gap: 10px; padding: 15px; }
  .gh247-catalog-hero__stat strong { grid-row: 1 / 3; font-size: 32px; }
  .gh247-catalog-hero__stat span { margin: 0; }
  .gh247-catalog-hero__stat small { margin: 0; }
  .gh247-catalog-sort--mobile { flex: 1 1 auto; justify-content: flex-end; }
  .gh247-catalog-sort--mobile label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .gh247-catalog-sort--mobile select { width: 100%; max-width: 150px; }
  .gh247-catalog-toolbar { min-height: 58px; padding: 11px 13px; }
  .gh247-catalog-toolbar p strong { font-size: 14px; }
  .gh247-catalog-clear-search { max-width: 112px; text-align: right; font-size: 11px; }
  .gh247-catalog-grid .gh247-product-card h3 { min-height: 3.9em; -webkit-line-clamp: 3; }
  .gh247-catalog-pagination { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gh247-catalog-pagination__pages { grid-column: 1 / -1; grid-row: 1; }
  .gh247-catalog-pagination__direction { justify-content: center; }
  .gh247-catalog-pagination__pages a:nth-child(n+6), .gh247-catalog-pagination__pages > span:nth-child(n+6) { display: none; }
  .gh247-active-filters > a { width: 100%; margin: 2px 0 0; }
}

@media (max-width: 360px) {
  .gh247-catalog-mobilebar { align-items: stretch; }
  .gh247-catalog-mobilebar > button { padding-inline: 12px; font-size: 12px; }
  .gh247-catalog-sort--mobile select { max-width: 132px; font-size: 11px; }
  .gh247-catalog-grid { gap: 8px; }
  .gh247-catalog-toolbar { padding-inline: 10px; }
  .gh247-catalog-toolbar p span { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .gh247-filter-drawer { transition: none; }
}

/* Phase 2B.5 — independent visual rebase */
:root {
  --gh-font: "Aptos", "Aptos Display", "Segoe UI Variable Text", sans-serif;
  --gh-container: 1340px;
  --gh-radius-sm: 7px;
  --gh-radius-md: 12px;
  --gh-radius-lg: 20px;
  --gh-shadow-sm: 0 8px 24px rgba(16, 43, 34, .07);
  --gh-shadow-md: 0 24px 70px rgba(16, 43, 34, .14);
  --gh-motion-fast: 150ms;
  --gh-motion-normal: 260ms;
  --gh-motion-slow: 520ms;
  --gh-ease-standard: cubic-bezier(.2, .7, .2, 1);
  --gh-ease-emphasized: cubic-bezier(.16, 1, .3, 1);
}

body { background: var(--gh-soft-surface); font-size: 15px; }
.gh247-container { width: min(calc(100% - 32px), var(--gh-container)); }
.gh247-section { padding-block: clamp(42px, 5vw, 76px); }
.gh247-main { overflow: clip; }
.gh247-button { border-radius: 8px; transition-duration: var(--gh-motion-fast); transition-timing-function: var(--gh-ease-standard); }
.gh247-button--primary { box-shadow: 0 10px 26px rgba(23, 134, 83, .2); }

/* Header: search-first commerce masthead */
.gh247-site-header { z-index: 60; border-bottom: 1px solid rgba(220, 232, 226, .8); box-shadow: 0 8px 28px rgba(16, 43, 34, .07); transition: box-shadow var(--gh-motion-normal) var(--gh-ease-standard); }
.gh247-site-header.is-condensed { box-shadow: 0 12px 32px rgba(16, 43, 34, .11); }
.gh247-topbar { min-height: 30px; background: var(--gh-dark-surface); letter-spacing: .015em; }
.gh247-topbar__inner { min-height: 30px; }
.gh247-header-main { min-height: 82px; }
.gh247-logo img { width: 190px; }
.gh247-search-form input[type="search"] { height: 50px; padding-left: 22px; border-color: var(--gh-border); border-radius: 10px; box-shadow: inset 0 1px 1px rgba(16, 43, 34, .035); }
.gh247-search-form button { right: 3px; width: 44px; height: 44px; border-radius: 8px; box-shadow: 0 6px 18px rgba(23, 134, 83, .2); transition: transform var(--gh-motion-fast) var(--gh-ease-standard), background-color var(--gh-motion-fast) ease; }
.gh247-search-form button:hover { background: var(--gh-primary-dark); transform: translateY(-1px); }
.gh247-header-action { border: 0; border-radius: 10px; transition: color var(--gh-motion-fast) ease, background-color var(--gh-motion-fast) ease, transform var(--gh-motion-fast) ease; }
.gh247-header-action:hover { color: var(--gh-primary-dark); background: var(--gh-primary-soft); transform: translateY(-1px); }

/* Desktop linklist navigation */
.gh247-nav-item > a::after { position: absolute; right: 12px; bottom: 0; left: 12px; height: 2px; background: var(--gh-primary); content: ""; transform: scaleX(0); transform-origin: left; transition: transform var(--gh-motion-normal) var(--gh-ease-emphasized); }
.gh247-nav-item:hover > a::after, .gh247-nav-item:focus-within > a::after { transform: scaleX(1); }
.gh247-nav-dropdown { display: block !important; visibility: hidden; opacity: 0; transform: translateY(-8px); transition: opacity var(--gh-motion-normal) ease, transform var(--gh-motion-normal) var(--gh-ease-emphasized), visibility 0s linear var(--gh-motion-normal); }
.gh247-nav-item:hover .gh247-nav-dropdown, .gh247-nav-item:focus-within .gh247-nav-dropdown, .gh247-nav-item.is-open .gh247-nav-dropdown { visibility: visible; opacity: 1; transform: translateY(0); transition-delay: 0s; }
.gh247-nav-item.is-suppressed .gh247-nav-dropdown { visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-8px); }
@media (min-width: 900px) {
  .gh247-nav-list > .gh247-nav-item:last-child > .gh247-nav-dropdown { right: 0; left: auto; }
}
.gh247-nav-dropdown__group.is-active > a, .gh247-nav-dropdown__nested a.is-active { color: var(--gh-primary); }
.gh247-nav-child-indicator { color: var(--gh-primary); font-size: 18px; line-height: 1; }

/* Homepage composition */
.gh247-home { padding-top: 22px; }
.gh247-hero { grid-auto-flow: initial; grid-template-columns: minmax(0, 1.38fr) minmax(320px, .92fr); gap: 16px; overflow: visible; padding-bottom: 0; }
.gh247-hero-card { position: relative; border: 0; border-radius: 16px; box-shadow: 0 18px 50px rgba(16, 43, 34, .12); transition: transform var(--gh-motion-slow) var(--gh-ease-emphasized), box-shadow var(--gh-motion-slow) ease; }
.gh247-hero-card::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.55); border-radius: inherit; content: ""; pointer-events: none; }
.gh247-hero-card:hover { transform: translateY(-5px); box-shadow: 0 28px 72px rgba(16, 43, 34, .18); }
.gh247-hero-card img { object-fit: contain; transition: transform 800ms var(--gh-ease-emphasized); }
.gh247-hero-card:hover img { transform: scale(1.015); }
.gh247-section-heading h2 { color: var(--gh-dark-surface); font-size: clamp(27px, 3vw, 42px); line-height: 1.04; letter-spacing: -.04em; text-wrap: balance; }
.gh247-section-heading--center { margin-bottom: 30px; }
.gh247-section-heading--center > span { max-width: 100px; opacity: .6; }
.gh247-categories { padding-top: 64px; }
.gh247-category-tabs { max-width: 480px; margin: 0 auto 24px; padding: 4px; background: var(--gh-soft-surface); border: 0; border-radius: 10px; box-shadow: none; }
.gh247-category-tabs button { min-height: 46px; border-radius: 8px; }
.gh247-category-panel { padding: 26px; border: 0; border-radius: 18px; box-shadow: 0 18px 52px rgba(16, 43, 34, .08); }
.gh247-category-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 12px; }
.gh247-category-grid a { justify-items: center; font-size: 12px; transition: color var(--gh-motion-normal) ease, transform var(--gh-motion-normal) var(--gh-ease-emphasized); }
.gh247-category-grid img, .gh247-category-more__icon { aspect-ratio: 4 / 5; padding: 10px; background: var(--gh-soft-surface); border: 0; border-radius: 10px; box-shadow: inset 0 0 0 1px var(--gh-border); transition: transform var(--gh-motion-slow) var(--gh-ease-emphasized), box-shadow var(--gh-motion-normal) ease, background-color var(--gh-motion-normal) ease; }
.gh247-category-grid a:hover { color: var(--gh-primary); transform: translateY(-4px); }
.gh247-category-grid a:hover img, .gh247-category-grid a:hover .gh247-category-more__icon { background: #fff; box-shadow: 0 16px 35px rgba(16, 43, 34, .12); transform: scale(1.02); }

/* Product shelves: purposeful horizontal discovery */
.gh247-featured-products { position: relative; padding-block: 72px; background: var(--gh-soft-surface); }
.gh247-product-shelf { margin-bottom: 30px; padding: 24px; border: 0; border-radius: 18px; box-shadow: 0 18px 50px rgba(16, 43, 34, .08); }
.gh247-product-shelf__head { margin-bottom: 20px; }
.gh247-product-shelf__head > div:first-child { display: grid; gap: 2px; }
.gh247-product-shelf__head > div:first-child > span { color: var(--gh-muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.gh247-product-shelf__head h3 { color: var(--gh-dark-surface); font-size: 23px; letter-spacing: -.03em; }
.gh247-product-shelf__tools { display: flex; align-items: center; gap: 7px; }
.gh247-product-shelf__tools > a { margin-right: 4px; color: var(--gh-primary); font-size: 12px; font-weight: 800; }
.gh247-product-shelf__tools button { display: grid; width: 42px; height: 42px; place-items: center; padding: 0; color: var(--gh-dark-surface); background: var(--gh-soft-surface); border: 0; border-radius: 50%; font-size: 18px; transition: color var(--gh-motion-fast) ease, background-color var(--gh-motion-fast) ease, transform var(--gh-motion-fast) ease; }
.gh247-product-shelf__tools button:hover:not(:disabled) { color: #fff; background: var(--gh-primary); transform: translateY(-1px); }
.gh247-product-shelf__tools button:disabled { opacity: .35; }
.gh247-product-rail { display: grid !important; grid-template-columns: none !important; grid-auto-flow: column !important; grid-auto-columns: clamp(210px, 18.5vw, 242px) !important; gap: 14px; overflow-x: auto !important; overscroll-behavior-inline: contain; padding: 4px 3px 14px; scroll-behavior: smooth; scroll-padding-inline: 3px; scroll-snap-type: x mandatory; }
.gh247-product-rail .gh247-product-card:nth-child(n+6) { display: flex; }
.gh247-product-shelf__progress { height: 3px; overflow: hidden; margin-top: 5px; background: var(--gh-soft-surface); border-radius: 4px; }
.gh247-product-shelf__progress span { display: block; width: 18%; height: 100%; background: var(--gh-primary); border-radius: inherit; transform-origin: left; transition: transform var(--gh-motion-normal) var(--gh-ease-standard); }

/* Product card: image-led, honest commerce actions */
.gh247-product-card { position: relative; border-color: var(--gh-border); border-radius: 12px; box-shadow: 0 4px 14px rgba(16, 43, 34, .035); transition: border-color var(--gh-motion-normal) ease, box-shadow var(--gh-motion-normal) ease, transform var(--gh-motion-normal) var(--gh-ease-emphasized); }
.gh247-product-card:hover, .gh247-product-card:focus-within { border-color: var(--gh-border); box-shadow: 0 18px 44px rgba(16, 43, 34, .13); transform: translateY(-5px); }
.gh247-product-card__media { padding: 10px; }
.gh247-product-card__media > a { border-radius: 8px; }
.gh247-product-card__media img { transition: transform var(--gh-motion-slow) var(--gh-ease-emphasized); }
.gh247-product-card:hover .gh247-product-card__media img { transform: scale(1.055); }
.gh247-product-card__detail { position: absolute; z-index: 3; right: 18px; bottom: 14px; display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; visibility: hidden; opacity: 0; color: #fff; background: rgba(16, 43, 34, .92); border-radius: 7px; font-size: 11px; font-weight: 800; transform: translateY(6px); transition: opacity var(--gh-motion-normal) ease, transform var(--gh-motion-normal) var(--gh-ease-emphasized), visibility 0s linear var(--gh-motion-normal); }
.gh247-product-card__media > a.gh247-product-card__detail { display: inline-flex; width: auto; height: auto; overflow: visible; aspect-ratio: auto; color: #fff; background: rgba(16, 43, 34, .94); }
.gh247-product-card:hover .gh247-product-card__detail, .gh247-product-card:focus-within .gh247-product-card__detail { visibility: visible; opacity: 1; transform: translateY(0); transition-delay: 0s; }
.gh247-product-card__sale { top: 12px; left: 12px; border-radius: 5px; box-shadow: 0 7px 18px rgba(217, 119, 6, .22); }
.gh247-product-card__content { padding: 7px 13px 10px; }
.gh247-product-card__vendor { color: var(--gh-muted); font-size: 9px; font-weight: 850; letter-spacing: .09em; }
.gh247-product-card h3 { min-height: 2.8em; margin-bottom: 9px; color: var(--gh-dark-surface); font-size: 13px; font-weight: 750; line-height: 1.4; -webkit-line-clamp: 2; }
.gh247-product-card__price strong { color: var(--gh-primary-dark); font-size: 18px; }
.gh247-product-card__saving { margin: 3px 0 0; color: var(--gh-primary-dark); font-size: 10px; font-weight: 750; }
.gh247-product-card__actions { padding: 0 13px 13px; }
.gh247-button--card { min-height: 42px; color: var(--gh-dark-surface); background: var(--gh-soft-surface); border: 0; border-radius: 8px; }
.gh247-product-card:hover .gh247-button--card, .gh247-product-card:focus-within .gh247-button--card { color: #fff; background: var(--gh-primary); }

/* Trust, solutions and continuous brand motion */
.gh247-service-strip { overflow: hidden; margin-block: 0; color: var(--gh-text); background: #F0F8F4; border: 1px solid #D7E9DF; border-radius: 14px; box-shadow: 0 12px 32px rgba(16, 43, 34, .08); }
.gh247-service-item { min-height: 82px; border-color: rgba(16, 102, 63, .14); }
.gh247-service-item small { color: #577067; }
.gh247-solutions { padding-top: 76px; }
.gh247-solution-grid { gap: 16px; }
.gh247-solution-card { min-height: 300px; border: 0; border-radius: 16px; box-shadow: 0 18px 46px rgba(16, 43, 34, .11); transition: transform var(--gh-motion-slow) var(--gh-ease-emphasized), box-shadow var(--gh-motion-normal) ease; }
.gh247-solution-card:hover { transform: translateY(-6px); box-shadow: 0 28px 65px rgba(16, 43, 34, .17); }
.gh247-solution-card img { transition: transform 800ms var(--gh-ease-emphasized); }
.gh247-solution-card:hover img { transform: scale(1.045); }
.gh247-brands { padding-block: 58px 76px; background: #fff; }
.gh247-brand-marquee { position: relative; display: flex; overflow: hidden; outline: none; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.gh247-brand-track { display: flex; min-width: max-content; animation: gh247-brand-flow 28s linear infinite; }
.gh247-brand-marquee:hover .gh247-brand-track, .gh247-brand-marquee:focus-within .gh247-brand-track { animation-play-state: paused; }
.gh247-brand-track a { display: grid; width: 178px; min-height: 92px; place-items: center; padding: 18px 24px; border-right: 1px solid var(--gh-soft-surface); }
.gh247-brand-track img { width: 100%; height: 50px; object-fit: contain; opacity: .58; filter: grayscale(1); transition: opacity var(--gh-motion-normal) ease, filter var(--gh-motion-normal) ease, transform var(--gh-motion-normal) var(--gh-ease-emphasized); }
.gh247-brand-track a:hover img { opacity: 1; filter: grayscale(0); transform: scale(1.06); }
@keyframes gh247-brand-flow { to { transform: translateX(-100%); } }

/* PDP: two-column gallery + decision surface */
.gh247-pdp__shell { border: 0; border-radius: 18px; box-shadow: 0 22px 62px rgba(16, 43, 34, .09); }
.gh247-pdp__stage { background: #fff; border: 0; border-radius: 14px; }
.gh247-pdp__summary h1 { color: var(--gh-dark-surface); font-size: clamp(31px, 3.2vw, 45px); line-height: 1.02; letter-spacing: -.045em; }
.gh247-pdp__eyebrow { border-radius: 4px; }
.gh247-pdp__price-panel { padding: 18px; background: #fff7f1; border-color: #ffd2bd; border-radius: 10px; }
.gh247-pdp__price { font-size: clamp(30px, 3vw, 40px); letter-spacing: -.04em; }
.gh247-pdp__purchase { background: var(--gh-soft-surface); border: 0; border-radius: 12px; box-shadow: inset 0 0 0 1px var(--gh-border); }
.gh247-pdp__add, .gh247-pdp__buy { min-height: 54px; border-radius: 9px; }
.gh247-pdp__information, .gh247-pdp__reviews, .gh247-pdp__related { border: 0; border-radius: 18px; box-shadow: 0 18px 50px rgba(16, 43, 34, .07); }
.gh247-pdp__richtext { max-width: 860px; }
.gh247-pdp__reviews { min-height: 320px; }
.gh247-pdp__reviews .gh247-anhnoi-reviews { max-height: min(620px, 65vh); }

/* Collection/search: product-led, not admin-like */
.gh247-route-page { padding-top: 18px; }
.gh247-catalog-hero { min-height: 184px; align-items: center; padding: 30px 34px; background: var(--gh-dark-surface); border: 0; border-radius: 16px; box-shadow: 0 20px 55px rgba(16, 43, 34, .15); }
.gh247-catalog-hero::after { top: -120px; right: -30px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(234, 247, 240, .32), transparent 68%); }
.gh247-catalog-hero .gh247-eyebrow { color: var(--gh-primary-soft); background: transparent; }
.gh247-catalog-hero h1 { color: #fff; font-size: clamp(34px, 4.6vw, 58px); }
.gh247-catalog-description, .gh247-catalog-context { color: var(--gh-border); }
.gh247-catalog-hero__stat { min-height: 112px; color: #fff; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); border-radius: 12px; box-shadow: none; backdrop-filter: blur(8px); }
.gh247-catalog-hero__stat strong { color: #fff; font-size: 42px; }
.gh247-catalog-hero__stat span { color: #fff; }
.gh247-catalog-hero__stat small { color: var(--gh-border); }
.gh247-catalog-toolbar { border: 0; border-radius: 11px; box-shadow: 0 8px 24px rgba(16, 43, 34, .06); }
.gh247-catalog-sidebar-slot { border-right: 1px solid var(--gh-border); padding-right: 18px; }
.gh247-filter-drawer__header { border: 0; border-radius: 10px; box-shadow: 0 8px 22px rgba(16, 43, 34, .06); }
.gh247-filter-group { background: transparent; border-radius: 0; box-shadow: none; border-bottom: 1px solid var(--gh-border); }
.gh247-filter-options label { min-height: 42px; }
.gh247-filter-options label:has(input:checked) { color: var(--gh-primary-dark); background: var(--gh-primary-soft); font-weight: 750; }
.gh247-active-filters { background: #fff; border: 1px solid var(--gh-border); border-radius: 10px; }
.gh247-active-filter-chip { color: #fff; background: var(--gh-primary); border: 0; border-radius: 6px; }
.gh247-catalog-grid { gap: 16px; }
.gh247-catalog-pagination a, .gh247-catalog-pagination__pages > span { border: 0; border-radius: 8px; box-shadow: inset 0 0 0 1px var(--gh-border); }
.gh247-catalog-empty { border-radius: 16px; box-shadow: 0 18px 48px rgba(16, 43, 34, .07); }

/* Cart, footer and mobile navigation */
.gh247-cart-drawer { width: min(440px, calc(100% - 28px)); box-shadow: -28px 0 80px rgba(16, 43, 34, .25); transition-duration: var(--gh-motion-normal); transition-timing-function: var(--gh-ease-emphasized); }
.gh247-cart-drawer__head { min-height: 88px; }
.gh247-drawer-line { grid-template-columns: 92px 1fr; gap: 16px; }
.gh247-drawer-line__image { border-radius: 9px; }
.gh247-cart-drawer__footer { padding: 20px 22px calc(20px + env(safe-area-inset-bottom)); }
.gh247-cart-drawer__footer > div { padding-bottom: 8px; }
.gh247-cart-drawer__footer strong { font-size: 24px; }
.gh247-footer { padding-bottom: 0; background: var(--gh-dark-surface); }
.gh247-footer__grid { grid-template-columns: 1.35fr .8fr .8fr 1fr; gap: 54px; padding-block: 68px; }
.gh247-footer__brand h2 { margin: 22px 0 12px; color: #fff; font-size: clamp(24px, 2.3vw, 34px); line-height: 1.05; letter-spacing: -.035em; }
.gh247-footer__brand p { max-width: 40ch; }
.gh247-footer__column h2 { border: 0; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
.gh247-footer__hotline { display: grid; gap: 2px; margin-bottom: 8px; }
.gh247-footer__hotline small { color: var(--gh-border); }
.gh247-footer__hotline strong { color: #fff; font-size: 24px; letter-spacing: -.02em; }
.gh247-bottom-nav a.is-active::after { position: absolute; bottom: 2px; width: 16px; height: 2px; background: var(--gh-primary); border-radius: 4px; content: ""; }

@media (min-width: 1024px) {
  .gh247-site-header { position: sticky; top: 0; }
  .gh247-header-main { grid-template-columns: 210px minmax(360px, 1fr) auto; gap: 30px; }
  .gh247-desktop-nav__inner { min-height: 52px; gap: 22px; }
  .gh247-nav-list { flex: 1; justify-content: flex-start; }
  .gh247-nav-item > a, .gh247-nav-list > li:not(.gh247-nav-item) > a { padding-inline: 12px; font-size: 11px; }
  .gh247-pdp__shell { grid-template-columns: minmax(0, 1.14fr) minmax(370px, .86fr); gap: 30px; padding: 28px; }
  .gh247-pdp__gallery { grid-column: 1; grid-row: 1 / span 2; }
  .gh247-pdp__summary, .gh247-pdp__purchase { grid-column: 2; }
  .gh247-pdp__purchase { position: static; width: 100%; }
  .gh247-pdp__thumbs { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .gh247-catalog-layout { grid-template-columns: 250px minmax(0, 1fr); gap: 24px; }
  .gh247-filter-drawer { top: calc(var(--gh247-filter-header-offset) + 12px); max-height: calc(100vh - var(--gh247-filter-header-offset) - 24px); }
}

@media (min-width: 1280px) {
  .gh247-header-main { grid-template-columns: 220px minmax(480px, 1fr) 200px; }
  .gh247-catalog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .gh247-catalog-grid--wide { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 1023px) {
  .gh247-container { width: min(calc(100% - 24px), var(--gh-container)); }
  .gh247-home { padding-top: 14px; }
  .gh247-hero { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 86%; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .gh247-hero-card { scroll-snap-align: start; }
  .gh247-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .gh247-product-rail { grid-auto-columns: clamp(196px, 38vw, 226px) !important; }
  .gh247-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
}

@media (max-width: 699px) {
  .gh247-container { width: min(calc(100% - 16px), var(--gh-container)); }
  .gh247-topbar { font-size: 9px; }
  .gh247-header-main { min-height: 70px; }
  .gh247-logo img { width: 152px; }
  .gh247-mobile-search { padding-bottom: 12px; }
  .gh247-search-form input[type="search"] { height: 48px; }
  .gh247-section { padding-block: 44px; }
  .gh247-hero { grid-auto-columns: 92%; }
  .gh247-hero-card { border-radius: 12px; }
  .gh247-section-heading h2 { font-size: 28px; }
  .gh247-category-panel { padding: 15px; }
  .gh247-category-grid { gap: 10px 7px; }
  .gh247-category-grid img, .gh247-category-more__icon { padding: 6px; border-radius: 8px; }
  .gh247-featured-products { padding-block: 46px; }
  .gh247-product-shelf { margin-inline: -1px; padding: 14px 10px 16px; border-radius: 14px; }
  .gh247-product-shelf__head { align-items: flex-end; padding-inline: 4px; }
  .gh247-product-shelf__head h3 { font-size: 19px; }
  .gh247-product-shelf__tools button { display: none; }
  .gh247-product-rail { grid-auto-columns: calc((100vw - 47px) / 2) !important; gap: 9px; }
  .gh247-product-card__detail { display: none; }
  .gh247-product-card h3 { min-height: 4.05em; font-size: 12px; -webkit-line-clamp: 3; }
  .gh247-product-card__price strong { font-size: 16px; }
  .gh247-service-strip { margin-inline: auto; border-radius: 12px; }
  .gh247-solution-card { min-height: 230px; }
  .gh247-brand-track a { width: 142px; min-height: 78px; padding: 14px 20px; }
  .gh247-catalog-hero { min-height: 0; padding: 24px 20px; }
  .gh247-catalog-hero__stat { background: rgba(255,255,255,.08); }
  .gh247-catalog-hero h1 { font-size: 34px; }
  .gh247-catalog-sidebar-slot { border: 0; padding: 0; }
  .gh247-pdp__shell { padding: 10px; }
  .gh247-pdp__summary h1 { font-size: 29px; }
  .gh247-pdp__information, .gh247-pdp__reviews, .gh247-pdp__related { border-radius: 14px; }
  .gh247-pdp__reviews .gh247-anhnoi-reviews { max-height: min(480px, 62vh); }
  .gh247-footer { padding-bottom: calc(var(--gh-bottom-nav-height) + 24px + env(safe-area-inset-bottom)); }
  .gh247-footer__grid { grid-template-columns: 1fr; gap: 30px; padding: 48px 16px; }
  .gh247-footer__brand h2 { font-size: 28px; }
}

@media (max-width: 360px) {
  .gh247-product-rail { grid-auto-columns: calc((100vw - 39px) / 2) !important; gap: 7px; }
  .gh247-product-card__content { padding-inline: 9px; }
  .gh247-product-card__actions { padding-inline: 9px; }
  .gh247-product-card h3 { font-size: 11px; }
  .gh247-button--card { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .gh247-brand-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .gh247-brand-track { animation: none !important; }
  .gh247-brand-track[aria-hidden="true"] { display: none; }
}

/* Phase 2B.6 — homepage visual reconstruction */
.gh247-home { padding-top: 18px; padding-bottom: 0; }
.gh247-home .gh247-section { padding-block: 68px; }
.gh247-home .gh247-section-heading { margin-bottom: 24px; }
.gh247-home .gh247-section-heading h2 { font-size: clamp(32px, 2.5vw, 40px); line-height: 1.05; }
.gh247-home .gh247-section-heading > a { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; }
.gh247-home section, .gh247-home [id] { scroll-margin-top: 108px; }

/* Hero: one dominant image plus a complete, intentional secondary column. */
.gh247-hero-intro { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 16px; }
.gh247-hero-intro > div { min-width: 0; }
.gh247-hero-intro small { display: block; margin-bottom: 5px; color: var(--gh-primary); font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.gh247-hero-intro h1 { max-width: 22ch; margin: 0; color: var(--gh-dark-surface); font-size: clamp(30px, 2.6vw, 42px); line-height: 1.04; letter-spacing: -.04em; text-wrap: balance; }
.gh247-hero-intro > a { display: inline-flex; min-height: 44px; flex: 0 0 auto; align-items: center; gap: 7px; color: var(--gh-primary); font-size: 13px; font-weight: 800; }
.gh247-hero { height: clamp(390px, 23vw, 430px); grid-template-columns: minmax(0, 1.62fr) minmax(340px, .78fr); gap: 14px; }
.gh247-hero-card { height: 100%; aspect-ratio: auto; border-radius: 14px; box-shadow: 0 16px 42px rgba(16, 43, 34, .12); }
.gh247-hero-card--civil img, .gh247-hero-card--industry img { object-fit: cover; object-position: left center; }
.gh247-hero-side { display: grid; min-width: 0; grid-template-rows: 1.08fr .92fr; gap: 14px; }
.gh247-hero-guide { position: relative; display: block; min-width: 0; overflow: hidden; padding: 0; color: #fff; background: var(--gh-dark-surface); border-radius: 14px; box-shadow: 0 16px 42px rgba(16, 43, 34, .14); }
.gh247-hero-guide::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(6, 27, 21, .88) 0%, rgba(6, 27, 21, .72) 44%, rgba(6, 27, 21, .2) 72%, transparent 100%); content: ""; pointer-events: none; }
.gh247-hero-guide::after { position: absolute; z-index: 3; inset: 0; border: 1px solid rgba(255, 255, 255, .24); border-radius: inherit; content: ""; pointer-events: none; }
.gh247-hero-guide__media { position: absolute; z-index: 0; inset: 0; display: block; width: 100%; height: 100%; }
.gh247-hero-guide__copy { position: absolute; z-index: 2; top: 50%; left: 26px; display: grid; width: min(calc(58% - 26px), 250px); align-content: center; gap: 5px; transform: translateY(-50%); }
.gh247-hero-guide small { color: var(--gh-primary-soft); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.gh247-hero-guide__title { max-width: 15ch; color: inherit; font-size: clamp(18px, 1.4vw, 23px); line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
.gh247-hero-guide em { margin-top: 6px; color: #fff; font-size: 12px; font-style: normal; font-weight: 800; }
.gh247-hero-guide img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 800ms var(--gh-ease-emphasized); }
.gh247-hero-guide:hover img { transform: scale(1.025); }
.gh247-hero-guide:focus-visible { outline: 3px solid rgba(23, 134, 83, .4); outline-offset: 3px; }
.gh247-hero-guide.is-image-unavailable::before { background: linear-gradient(105deg, var(--gh-dark-surface), var(--gh-primary)); }

/* Category discovery: two tonal groups, image-led tiles, no nested panel stack. */
.gh247-categories { padding-top: 72px !important; }
.gh247-category-tabs { display: none; }
.gh247-category-panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.gh247-category-panel { padding: 20px 20px 18px; background: #F7F9F7; border: 1px solid #DDE8E1; border-radius: 14px; box-shadow: none; }
.gh247-category-panel--industry { background: #EEF8F2; }
.gh247-category-panel__head { margin-bottom: 14px; }
.gh247-category-panel__head h3 { color: var(--gh-primary); font-size: 20px; letter-spacing: -.02em; }
.gh247-category-panel--industry .gh247-category-panel__head h3 { color: #12372A; }
.gh247-category-panel__head a { color: var(--gh-primary-dark); font-size: 12px; }
.gh247-category-panel__head a:hover,
.gh247-category-panel__head a:focus-visible { color: var(--gh-primary-dark); }
.gh247-category-panel__head a:focus-visible { outline: 2px solid var(--gh-primary-dark); outline-offset: 3px; border-radius: 4px; }
.gh247-category-grid { grid-template-columns: repeat(auto-fit, minmax(72px, 1fr)); gap: 10px; }
.gh247-category-grid a { grid-template-rows: auto minmax(34px, auto); align-content: start; gap: 8px; color: var(--gh-dark-surface); font-size: 12px; font-weight: 750; line-height: 1.25; text-wrap: balance; transition: color 180ms ease, transform 180ms var(--gh-ease-emphasized); }
.gh247-category-grid img { width: 100%; min-width: 72px; height: 108px; aspect-ratio: auto; padding: 6px; background: #FFFFFF; border: 1px solid #DCE7E0; border-radius: 10px; box-shadow: none; transition: transform 180ms var(--gh-ease-emphasized), background-color 180ms ease, border-color 180ms ease; }
.gh247-category-grid a:hover,
.gh247-category-grid a:focus-visible { color: var(--gh-primary-dark); transform: translateY(-1px); }
.gh247-category-grid a:hover img,
.gh247-category-grid a:focus-visible img { background: #F8FCF9; border-color: #8FC8A3; box-shadow: none; transform: none; }
.gh247-category-grid a:focus-visible { outline: 2px solid var(--gh-primary-dark); outline-offset: 3px; border-radius: 11px; }

/* Shelves: section rhythm and one surface per product card. */
.gh247-featured-products { padding-block: 70px 64px !important; background: var(--gh-soft-surface); }
.gh247-product-shelf { margin: 0 0 58px; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.gh247-product-shelf:last-child { margin-bottom: 0; }
.gh247-product-shelf__head { margin-bottom: 18px; }
.gh247-product-shelf__head > div:first-child > span { color: var(--gh-text); font-size: 11px; }
.gh247-product-shelf__head h3 { margin-top: 2px; font-size: clamp(24px, 2vw, 29px); }
.gh247-product-shelf__tools { gap: 8px; }
.gh247-product-shelf__tools > a { margin-right: 10px; font-size: 13px; }
.gh247-product-shelf__tools button { width: 44px; height: 44px; color: #fff; background: var(--gh-primary); border: 1px solid var(--gh-primary); border-radius: 9px; font-size: 20px; box-shadow: 0 8px 20px rgba(23, 134, 83, .18); }
.gh247-product-shelf__tools button:hover:not(:disabled) { background: var(--gh-primary-dark); }
.gh247-product-shelf__tools button:disabled { color: var(--gh-muted); background: var(--gh-border); border-color: var(--gh-border); box-shadow: none; opacity: 1; }
.gh247-product-rail { gap: 13px; padding: 3px 2px 12px; cursor: grab; scroll-behavior: smooth; }
.gh247-product-rail.is-dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; user-select: none; }
.gh247-product-rail img { -webkit-user-drag: none; user-select: none; }
.gh247-product-shelf__progress { width: 100%; height: 5px; margin-top: 11px; background: var(--gh-border); border-radius: 6px; }
.gh247-product-shelf__progress span { width: 18%; background: linear-gradient(90deg, var(--gh-primary), var(--gh-primary-dark)); }
.gh247-featured-products .gh247-product-card { border: 0; border-radius: 10px; box-shadow: 0 8px 24px rgba(16, 43, 34, .075); }
.gh247-featured-products .gh247-product-card:hover, .gh247-featured-products .gh247-product-card:focus-within { border-color: transparent; box-shadow: 0 18px 42px rgba(16, 43, 34, .15); }
.gh247-featured-products .gh247-product-card__media { padding: 8px; }
.gh247-featured-products .gh247-product-card__media > a { background: var(--gh-soft-surface); border-radius: 7px; }
.gh247-featured-products .gh247-product-card__vendor { min-height: 1.3em; font-size: 10px; }
.gh247-featured-products .gh247-product-card h3 { min-height: 2.75em; font-size: 13px; }
.gh247-featured-products .gh247-product-card__actions form .gh247-button--card { color: #fff; background: var(--gh-primary); box-shadow: 0 8px 18px rgba(23, 134, 83, .2); }
.gh247-featured-products .gh247-product-card__actions form .gh247-button--card:hover { background: var(--gh-primary-dark); }
.gh247-featured-products .gh247-product-card__actions > .gh247-button--card { color: var(--gh-dark-surface); background: #fff; border: 1px solid var(--gh-muted); }
.gh247-featured-products .gh247-product-card__actions > .gh247-button--card:hover { color: var(--gh-primary-dark); background: var(--gh-primary-soft); border-color: var(--gh-primary); }

/* Compact trust strip and asymmetric real-asset solutions. */
.gh247-service-strip { grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 0 auto 4px; min-height: 94px; border-radius: 12px; box-shadow: 0 10px 28px rgba(16, 43, 34, .08); }
.gh247-service-item { min-width: 0; min-height: 94px; gap: 11px; padding: 16px 14px; border-right: 1px solid rgba(16, 102, 63, .14); border-bottom: 0; }
.gh247-service-item:last-child { border-right: 0; }
.gh247-service-item__icon { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; color: var(--gh-primary); background: rgba(255, 255, 255, .74); border: 1px solid rgba(23, 134, 83, .16); border-radius: 10px; box-shadow: 0 4px 12px rgba(16, 43, 34, .06); }
.gh247-service-item__icon svg { display: block; width: 24px; height: 24px; }
.gh247-service-item strong { color: #123E2F; font-size: 14px; line-height: 1.25; }
.gh247-service-item small { color: #577067; font-size: 11px; line-height: 1.3; }
.gh247-solutions { padding-block: 72px !important; }
.gh247-solution-grid { display: grid; height: 420px; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 14px; overflow: visible; padding: 0; }
.gh247-solution-card { min-height: 0; background: #f1f3f2; border-radius: 12px; box-shadow: 0 14px 38px rgba(16, 43, 34, .12); }
.gh247-solution-card:first-child { grid-row: 1 / span 2; }
.gh247-solution-card::after { inset: 56% 0 0; background: linear-gradient(180deg, transparent 0%, rgba(8, 10, 9, .68) 76%, rgba(8, 10, 9, .82) 100%); }
.gh247-solution-card picture { display: block; width: 100%; height: 100%; }
.gh247-solution-card img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.gh247-solution-card:nth-child(3) { background: #f1f3f2; }
.gh247-solution-card:nth-child(3) img { width: 54%; margin-left: auto; object-fit: contain; filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .2)); }
.gh247-solution-card > span { right: 24px; bottom: 22px; left: 24px; }
.gh247-solution-card strong { font-size: clamp(21px, 1.8vw, 28px); }
.gh247-solution-card small { max-width: 44ch; font-size: 13px; }

/* Brand rail: one moving inner strip guarantees a track-to-track seam. */
.gh247-brands { padding-block: 42px 44px !important; background: #fff; }
.gh247-brands .gh247-section-heading { margin-bottom: 20px; }
.gh247-brand-marquee { min-height: 70px; }
.gh247-brand-marquee__inner { display: flex; width: max-content; animation: gh247-brand-flow-2b6 28s linear infinite; will-change: transform; }
.gh247-brand-track { display: flex; flex: 0 0 auto; min-width: 0; width: max-content; animation: none; }
.gh247-brand-marquee:hover .gh247-brand-marquee__inner, .gh247-brand-marquee:focus-within .gh247-brand-marquee__inner { animation-play-state: paused; }
.gh247-brand-track a { width: 154px; min-height: 70px; padding: 9px 18px; border-right: 1px solid var(--gh-border); }
.gh247-brand-track img { height: 52px; opacity: 1; filter: none; }
.gh247-brand-track a:hover img, .gh247-brand-track a:focus-visible img { opacity: 1; filter: grayscale(0); }
@keyframes gh247-brand-flow-2b6 { to { transform: translate3d(-50%, 0, 0); } }

/* Footer: dense information architecture without a link-farm silhouette. */
.gh247-footer__grid { grid-template-columns: 1.15fr 1.4fr .72fr 1.08fr; gap: 34px; padding-block: 36px 32px; }
.gh247-footer__logo { padding: 5px 9px; border-radius: 7px; }
.gh247-footer__logo img { width: 154px; }
.gh247-footer__brand h2 { margin: 14px 0 9px; font-size: 25px; }
.gh247-footer__brand p { margin: 10px 0 12px; font-size: 12px; line-height: 1.55; }
.gh247-footer__socials a { padding: 5px 8px; font-size: 11px; }
.gh247-footer__column { gap: 7px; }
.gh247-footer__column h2 { margin-bottom: 7px; font-size: 13px; }
.gh247-footer__column a, .gh247-footer__column p { font-size: 12.5px; line-height: 1.35; }
.gh247-footer__policies > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 16px; }
.gh247-footer__hotline strong { font-size: 22px; }
.gh247-footer__certificate { width: 145px; margin-top: 7px; }
.gh247-footer__bottom { min-height: 44px; }

@media (min-width: 1024px) {
  .gh247-solution-grid { height: auto; aspect-ratio: 4.25 / 1; }
  .gh247-solution-card:nth-child(3) img { width: 100%; margin-left: 0; object-position: right center; }
  .gh247-site-header, .gh247-topbar, .gh247-header-main, .gh247-desktop-nav__inner, .gh247-logo img, .gh247-search-form input[type="search"] { transition: min-height var(--gh-motion-normal) var(--gh-ease-standard), height var(--gh-motion-normal) var(--gh-ease-standard), max-height var(--gh-motion-normal) var(--gh-ease-standard), opacity var(--gh-motion-fast) ease, width var(--gh-motion-normal) var(--gh-ease-standard), padding var(--gh-motion-normal) var(--gh-ease-standard); }
  .gh247-topbar { height: 30px; min-height: 30px; max-height: 30px; overflow: hidden; }
  .gh247-header-main { height: 66px; min-height: 66px; }
  .gh247-logo img { width: 172px; }
  .gh247-desktop-nav__inner { height: 44px; min-height: 44px; }
  .gh247-nav-item > a, .gh247-nav-list > li:not(.gh247-nav-item) > a { min-height: 40px; padding-inline: 10px; font-size: 13px; }
  .gh247-header-action { height: 42px; }
  .gh247-site-header.is-condensed .gh247-topbar { height: 0; min-height: 0; max-height: 0; opacity: 0; }
  .gh247-site-header.is-condensed .gh247-header-main { height: 52px; min-height: 52px; }
  .gh247-site-header.is-condensed .gh247-logo img { width: 145px; }
  .gh247-site-header.is-condensed .gh247-search-form input[type="search"] { height: 40px; }
  .gh247-site-header.is-condensed .gh247-search-form button { width: 34px; height: 34px; }
  .gh247-site-header.is-condensed .gh247-header-action { height: 38px; }
  .gh247-site-header.is-condensed .gh247-desktop-nav__inner { height: 40px; min-height: 40px; }
}

@media (max-width: 1023px) {
  .gh247-home { padding-top: 14px; }
  .gh247-hero { display: flex; height: auto; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .gh247-hero-side { display: contents; }
  .gh247-hero > .gh247-hero-card, .gh247-hero-side > .gh247-hero-card, .gh247-hero-side > .gh247-hero-guide { height: auto; flex: 0 0 88%; aspect-ratio: 1188 / 534; scroll-snap-align: start; }
  .gh247-hero-card img { object-fit: contain; }
  .gh247-hero-guide { padding: 0; }
  .gh247-category-panels { grid-template-columns: 1fr; }
  .gh247-category-grid img { min-width: 0; }
  .gh247-service-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gh247-service-item:not(:last-child) { border-bottom: 1px solid rgba(16, 102, 63, .14); }
  .gh247-service-item:nth-child(2n) { border-right: 0; }
  .gh247-service-item:last-child { grid-column: 1 / -1; justify-content: center; border-bottom: 0; }
  .gh247-solution-grid { height: 390px; }
  .gh247-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 30px; }
  .gh247-footer__brand, .gh247-footer__contact { grid-column: 1 / -1; }
}

@media (max-width: 699px) {
  .gh247-home .gh247-section { padding-block: 48px; }
  .gh247-home .gh247-section-heading { align-items: end; margin-bottom: 18px; }
  .gh247-home .gh247-section-heading h2 { font-size: 28px; }
  .gh247-home .gh247-section-heading > a { max-width: 96px; justify-content: flex-end; text-align: right; font-size: 12px; }
  .gh247-hero-intro { align-items: start; flex-direction: column; gap: 5px; margin-bottom: 12px; }
  .gh247-hero-intro small { margin-bottom: 4px; font-size: 10px; }
  .gh247-hero-intro h1 { max-width: 19ch; font-size: 28px; line-height: 1.08; }
  .gh247-hero-intro > a { min-height: 36px; font-size: 12px; }
  .gh247-hero { gap: 10px; }
  .gh247-hero > .gh247-hero-card, .gh247-hero-side > .gh247-hero-card, .gh247-hero-side > .gh247-hero-guide { flex-basis: 92%; }
  .gh247-hero-card, .gh247-hero-guide { border-radius: 10px; }
  .gh247-hero-guide { padding: 0; }
  .gh247-hero-guide small { font-size: 9px; }
  .gh247-hero-guide__title { font-size: 17px; }
  .gh247-hero-guide em { font-size: 10px; }
  .gh247-categories { padding-top: 50px !important; }
  .gh247-category-tabs { display: grid; max-width: none; margin-bottom: 13px; padding: 3px; }
  .gh247-category-tabs button { min-height: 44px; font-size: 13px; }
  .gh247-category-panel { padding: 14px 12px 12px; border-radius: 11px; }
  .gh247-category-panel__head { margin-bottom: 11px; }
  .gh247-category-panel__head h3 { font-size: 17px; }
  .gh247-category-panel__head a { font-size: 11px; }
  .gh247-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px 7px; }
  .gh247-category-grid a { grid-template-rows: auto minmax(30px, auto); font-size: 11px; }
  .gh247-category-grid img { height: auto; aspect-ratio: 1; padding: 4px; border-radius: 8px; }
  .gh247-featured-products { padding-block: 50px !important; }
  .gh247-product-shelf { margin-inline: 0; margin-bottom: 46px; padding: 0; }
  .gh247-product-shelf__head { align-items: center; padding-inline: 1px; }
  .gh247-product-shelf__head h3 { font-size: 21px; }
  .gh247-product-shelf__tools > a { margin: 0; }
  .gh247-product-shelf__progress { width: 100%; height: 5px; }
  .gh247-featured-products .gh247-product-card h3 { min-height: 3.9em; font-size: 12px; -webkit-line-clamp: 3; }
  .gh247-service-strip { margin-inline: auto; min-height: 0; }
  .gh247-service-item { min-height: 86px; padding: 12px 10px; }
  .gh247-service-item__icon { width: 32px; height: 32px; flex-basis: 32px; border-radius: 9px; }
  .gh247-service-item__icon svg { width: 21px; height: 21px; }
  .gh247-service-item strong { font-size: 12px; }
  .gh247-service-item small { font-size: 10px; }
  .gh247-solutions { padding-block: 50px !important; }
  .gh247-solution-grid { height: auto; grid-auto-flow: column; grid-auto-columns: 100%; grid-template-columns: none; grid-template-rows: none; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .gh247-solution-card, .gh247-solution-card:first-child { min-height: 0; aspect-ratio: 4 / 3; grid-row: auto; scroll-snap-align: start; }
  .gh247-solution-card img { object-fit: cover; }
  .gh247-solution-card:nth-child(3) img { width: 100%; margin-left: 0; object-fit: cover; filter: none; }
  .gh247-solution-card strong { font-size: 21px; }
  .gh247-brands { padding-block: 42px 48px !important; }
  .gh247-brand-track a { width: 140px; min-height: 66px; padding: 8px 16px; }
  .gh247-brand-track img { height: 48px; }
  .gh247-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 18px; padding: 38px 8px 34px; }
  .gh247-footer__brand, .gh247-footer__contact { grid-column: 1 / -1; }
  .gh247-footer__brand h2 { font-size: 25px; }
  .gh247-footer__policies > div { grid-template-columns: 1fr; }
}

@media (max-width: 360px) {
  .gh247-category-grid { gap-inline: 5px; }
  .gh247-category-grid a { font-size: 10px; }
  .gh247-product-shelf__head h3 { font-size: 19px; }
  .gh247-product-shelf__tools > a { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .gh247-brand-marquee__inner { animation: none !important; }
  .gh247-brand-marquee__inner .gh247-brand-track[aria-hidden="true"] { display: none; }
}

/* Phase 2C — Cart Page */
html.gh247-cart-document, body.template-cart { overflow-x: clip; }
.gh247-cart-page { position: relative; overflow: clip; padding: 18px 0 74px; background: var(--gh-primary-soft); }
.gh247-cart-page::before { position: absolute; z-index: 0; top: 80px; right: -180px; width: 520px; height: 520px; content: ""; pointer-events: none; background: radial-gradient(circle, rgba(23, 134, 83, .08), transparent 68%); }
.gh247-cart-page > .gh247-container { position: relative; z-index: 1; }
.gh247-cart-eyebrow { display: block; color: var(--gh-primary); font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.gh247-cart-hero { margin: 14px 0 22px; padding: 20px 24px; color: var(--gh-text); background: #fff; border: 1px solid var(--gh-border); border-radius: 16px; box-shadow: 0 8px 24px rgba(16, 43, 34, .06); }
.gh247-cart-hero__copy { min-width: 0; }
.gh247-cart-hero__heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.gh247-cart-hero h1 { margin: 0; color: var(--gh-dark-surface); font-size: clamp(30px, 3.1vw, 40px); line-height: 1.04; letter-spacing: -.04em; text-wrap: balance; }
.gh247-cart-hero p { margin: 6px 0 0; color: var(--gh-muted); font-size: 13px; line-height: 1.45; }
.gh247-cart-hero__count { display: inline-flex; min-height: 34px; flex: 0 0 auto; align-items: center; gap: 4px; padding: 7px 11px; color: var(--gh-primary-dark); background: var(--gh-primary-soft); border: 1px solid #CDE9D8; border-radius: var(--gh-radius-pill); font-size: 13px; font-weight: 750; line-height: 1; white-space: nowrap; }
.gh247-cart-hero__count strong { font-variant-numeric: tabular-nums; }
.gh247-cart-feedback { min-height: 0; }
.gh247-cart-feedback__status, .gh247-cart-feedback__error { margin: 0 0 16px; padding: 12px 16px; border-radius: 9px; font-size: 13px; font-weight: 700; }
.gh247-cart-feedback__status { color: var(--gh-primary-dark); background: var(--gh-primary-soft); border: 1px solid var(--gh-border); }
.gh247-cart-feedback__error { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #8c2424; background: #fff0f0; border: 1px solid #f0c6c6; }
.gh247-cart-feedback__error button { min-height: 36px; padding: 6px 10px; color: inherit; background: #fff; border: 1px solid currentColor; border-radius: 7px; font-weight: 800; }
.gh247-cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 354px; gap: 22px; align-items: start; }
.gh247-cart-lines { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--gh-border); border-radius: 16px; box-shadow: 0 14px 38px rgba(16, 43, 34, .07); }
.gh247-cart-lines__head { display: flex; min-height: 94px; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 24px; background: var(--gh-primary-soft); border-bottom: 1px solid var(--gh-soft-surface); }
.gh247-cart-lines__head h2 { margin: 3px 0 0; color: var(--gh-dark-surface); font-size: 24px; line-height: 1.1; letter-spacing: -.03em; }
.gh247-cart-lines__head > a { color: var(--gh-primary); font-size: 13px; font-weight: 850; white-space: nowrap; }
.gh247-cart-lines__list { padding: 0 24px; }
.gh247-cart-line { position: relative; display: grid; min-width: 0; grid-template-columns: 124px minmax(210px, 1fr) 138px 124px 56px; align-items: center; gap: 22px; padding: 24px 0; background: transparent; border: 0; border-radius: 0; transition: opacity var(--gh-motion-fast) ease, background-color var(--gh-motion-fast) ease; }
.gh247-cart-line + .gh247-cart-line { border-top: 1px solid var(--gh-soft-surface); }
.gh247-cart-line[aria-busy="true"] { opacity: .64; }
.gh247-cart-line[aria-busy="true"]::after { position: absolute; top: 0; left: 0; width: 34%; height: 2px; content: ""; background: var(--gh-primary); animation: gh247-cart-busy 1s var(--gh-ease-standard) infinite alternate; }
.gh247-cart-line__media { display: grid; width: 124px; height: 124px; place-items: center; overflow: hidden; background: var(--gh-soft-surface); border-radius: 12px; }
.gh247-cart-line__media img { width: 100%; height: 100%; padding: 7px; object-fit: contain; transition: transform var(--gh-motion-normal) var(--gh-ease-emphasized); }
.gh247-cart-line__media:hover img { transform: scale(1.045); }
.gh247-cart-line__info { min-width: 0; }
.gh247-cart-line__actions { display: contents; }
.gh247-cart-line__vendor { display: block; margin-bottom: 5px; color: var(--gh-muted); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gh247-cart-line__info h3 { max-width: 42ch; margin: 0 0 6px; color: var(--gh-dark-surface); font-size: 15px; line-height: 1.35; letter-spacing: -.01em; }
.gh247-cart-line__info h3 a:hover { color: var(--gh-primary); }
.gh247-cart-line__variant, .gh247-cart-line__sku { margin: 2px 0; color: var(--gh-muted); font-size: 11px; }
.gh247-cart-line__variant strong { color: var(--gh-text); font-weight: 800; }
.gh247-cart-line__unit { display: flex; align-items: baseline; gap: 7px; margin: 9px 0 0; }
.gh247-cart-line__unit span { color: var(--gh-muted); font-size: 10px; }
.gh247-cart-line__unit strong { color: var(--gh-dark-surface); font-size: 13px; font-variant-numeric: tabular-nums; }
.gh247-cart-line__label { display: block; margin-bottom: 7px; color: var(--gh-text); font-size: 10px; font-weight: 800; }
.gh247-cart-stepper { display: grid; width: 138px; grid-template-columns: 42px 54px 42px; overflow: hidden; background: #fff; border: 1px solid var(--gh-border); border-radius: 9px; }
.gh247-cart-stepper button { display: grid; min-width: 42px; height: 44px; place-items: center; padding: 0; color: var(--gh-dark-surface); background: var(--gh-primary-soft); border: 0; font-size: 18px; font-weight: 800; transition: color .18s ease, background-color .18s ease; }
.gh247-cart-stepper button:hover { color: #fff; background: var(--gh-primary); }
.gh247-cart-stepper button:active { background: var(--gh-dark-surface); }
.gh247-cart-stepper label { min-width: 0; }
.gh247-cart-stepper input { width: 54px; height: 44px; padding: 0 3px; color: var(--gh-dark-surface); background: #fff; border: 0; border-inline: 1px solid var(--gh-border); border-radius: 0; font-weight: 900; text-align: center; font-variant-numeric: tabular-nums; -moz-appearance: textfield; }
.gh247-cart-stepper input::-webkit-inner-spin-button, .gh247-cart-stepper input::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.gh247-cart-line__total strong { display: block; color: var(--gh-primary-dark); font-size: 17px; line-height: 1.2; font-variant-numeric: tabular-nums; white-space: nowrap; }
.gh247-cart-line__total del { display: block; margin-top: 4px; color: var(--gh-muted); font-size: 11px; }
.gh247-cart-line__remove { display: grid; min-width: 48px; min-height: 48px; place-items: center; align-self: center; color: #8c4a4a; background: transparent; border-radius: 9px; font-size: 10px; font-weight: 800; transition: color .18s ease, background-color .18s ease; }
.gh247-cart-line__remove svg { width: 19px; height: 19px; }
.gh247-cart-line__remove span { margin-top: -5px; }
.gh247-cart-line__remove:hover { color: #a52525; background: #fff0f0; }
.gh247-cart-summary { position: sticky; top: 112px; display: block; overflow: hidden; padding: 0; color: #fff; background: var(--gh-dark-surface); border: 0; border-radius: 16px; box-shadow: 0 20px 52px rgba(16, 43, 34, .18); }
.gh247-cart-summary__head { padding: 24px 24px 19px; border-bottom: 1px solid rgba(255,255,255,.12); }
.gh247-cart-summary .gh247-cart-eyebrow { color: var(--gh-primary-soft); }
.gh247-cart-summary h2 { margin: 5px 0 0; color: #fff; font-size: 25px; line-height: 1.05; letter-spacing: -.035em; }
.gh247-cart-summary__rows { margin: 0; padding: 8px 24px 0; }
.gh247-cart-summary__rows > div { display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.11); }
.gh247-cart-summary__rows dt { color: var(--gh-border); font-size: 12px; }
.gh247-cart-summary__rows dd { margin: 0; color: #fff; font-weight: 850; font-variant-numeric: tabular-nums; }
.gh247-cart-summary__rows .gh247-cart-summary__total { min-height: 66px; }
.gh247-cart-summary__total dt { color: #fff; font-size: 14px; font-weight: 800; }
.gh247-cart-summary__total dd { color: var(--gh-promotion); font-size: 24px; letter-spacing: -.025em; }
.gh247-cart-summary .gh247-cart-summary__shipping { display: flex; align-items: flex-start; justify-content: flex-start; gap: 9px; margin: 15px 24px; padding-bottom: 15px; color: var(--gh-border); border-bottom: 1px solid rgba(255,255,255,.11); font-size: 11px; line-height: 1.45; }
.gh247-cart-summary__shipping svg { width: 21px; flex: 0 0 auto; color: var(--gh-primary-soft); }
.gh247-cart-summary__shipping span { min-width: 0; }
.gh247-cart-note { display: grid; gap: 7px; margin: 0 24px 16px; color: #fff; font-size: 12px; font-weight: 800; }
.gh247-cart-note > span { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.gh247-cart-note small { color: var(--gh-border); font-size: 10px; font-weight: 600; }
.gh247-cart-note textarea { min-height: 92px; resize: vertical; padding: 11px 12px; color: var(--gh-dark-surface); background: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; font-size: 12px; line-height: 1.5; }
.gh247-cart-summary > .gh247-button, .gh247-cart-summary__continue { width: calc(100% - 48px); margin-inline: 24px; }
.gh247-cart-summary > .gh247-button { min-height: 50px; }
.gh247-cart-summary .gh247-button--primary { border: 0; box-shadow: 0 12px 28px rgba(0,0,0,.2); }
.gh247-cart-summary__continue { display: grid; min-height: 43px; place-items: center; margin-top: 9px; color: var(--gh-primary-soft); border: 1px solid rgba(255,255,255,.22); border-radius: 8px; font-size: 12px; font-weight: 800; }
.gh247-cart-summary__continue:hover { color: #fff; border-color: rgba(255,255,255,.5); }
.gh247-cart-summary .gh247-cart-summary__help { display: block; margin: 15px 24px 22px; padding: 0; color: var(--gh-border); border: 0; font-size: 10px; line-height: 1.45; text-align: center; }
.gh247-cart-summary__help a { color: #fff; font-weight: 850; }
.js .gh247-cart-native-update { display: none; }
.no-js .gh247-cart-native-update { margin-bottom: 9px; }
.gh247-cart-empty { position: relative; display: grid; min-height: 440px; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: center; gap: 40px; overflow: hidden; padding: 54px 64px; background: #fff; border: 1px solid var(--gh-border); border-radius: 18px; box-shadow: 0 18px 48px rgba(16, 43, 34, .08); }
.gh247-cart-empty::before { position: absolute; right: -100px; bottom: -170px; width: 460px; height: 460px; content: ""; background: var(--gh-primary-soft); border-radius: 50%; }
.gh247-cart-empty__copy { position: relative; z-index: 2; max-width: 620px; }
.gh247-cart-empty h1 { max-width: 16ch; margin: 7px 0 13px; color: var(--gh-dark-surface); font-size: clamp(32px, 4.4vw, 52px); line-height: 1; letter-spacing: -.045em; text-wrap: balance; }
.gh247-cart-empty p { max-width: 55ch; color: var(--gh-muted); }
.gh247-cart-empty__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.gh247-cart-text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 17px; color: var(--gh-primary); font-size: 13px; font-weight: 850; }
.gh247-cart-empty__visual { position: relative; z-index: 1; display: grid; width: min(100%, 340px); aspect-ratio: 1; place-items: center; justify-self: end; color: var(--gh-primary); }
.gh247-cart-empty__orbit { position: absolute; inset: 10%; border: 1px solid var(--gh-primary-soft); border-radius: 50%; box-shadow: 0 0 0 28px rgba(234, 247, 240, .55), 0 0 0 58px rgba(234, 247, 240, .7); }
.gh247-cart-empty__visual svg { position: relative; z-index: 1; width: 58%; height: 58%; stroke-width: 5; filter: drop-shadow(0 14px 18px rgba(16, 43, 34, .14)); }
@keyframes gh247-cart-busy { from { transform: translateX(0); } to { transform: translateX(190%); } }

@media (max-width: 1199px) {
  .gh247-cart-layout { grid-template-columns: minmax(0, 1fr) 320px; }
  .gh247-cart-line { grid-template-columns: 106px minmax(170px, 1fr) 138px 112px 48px; gap: 16px; }
  .gh247-cart-line__media { width: 106px; height: 106px; }
  .gh247-cart-lines__list { padding-inline: 20px; }
}
@media (max-width: 1023px) {
  .gh247-cart-page { padding-bottom: 62px; }
  .gh247-cart-layout { grid-template-columns: minmax(0, 1fr); }
  .gh247-cart-summary { position: static; display: grid; grid-template-columns: 1fr 1fr; column-gap: 22px; padding-bottom: 22px; }
  .gh247-cart-summary__head, .gh247-cart-summary__rows, .gh247-cart-summary__shipping { grid-column: 1; }
  .gh247-cart-note, .gh247-cart-summary > .gh247-button, .gh247-cart-summary__continue, .gh247-cart-summary__help { grid-column: 2; }
  .gh247-cart-summary__head { padding-bottom: 12px; }
  .gh247-cart-summary__rows { padding-bottom: 8px; }
  .gh247-cart-note { grid-row: 1 / span 2; align-self: end; margin-top: 24px; }
  .gh247-cart-summary > .gh247-button, .gh247-cart-summary__continue { width: calc(100% - 24px); margin-right: 24px; margin-left: 0; }
  .gh247-cart-summary__help { margin-right: 24px; margin-left: 0; }
  .gh247-cart-empty { min-height: 390px; padding: 44px; }
}
@media (max-width: 767px) {
  .gh247-cart-page { padding-top: 10px; padding-bottom: calc(var(--gh-bottom-nav-height) + 40px + env(safe-area-inset-bottom)); }
  .gh247-cart-hero { margin: 9px 0 16px; padding: 20px 18px; border-radius: 16px; }
  .gh247-cart-hero__heading { gap: 12px; }
  .gh247-cart-hero h1 { font-size: 28px; }
  .gh247-cart-hero p { margin-top: 7px; font-size: 13px; }
  .gh247-cart-hero__count { min-height: 32px; padding: 6px 9px; font-size: 12px; }
  .gh247-cart-lines, .gh247-cart-summary { border-radius: 13px; }
  .gh247-cart-lines__head { min-height: 78px; padding: 17px 16px; }
  .gh247-cart-lines__head h2 { font-size: 20px; }
  .gh247-cart-lines__head > a { font-size: 11px; }
  .gh247-cart-lines__list { padding-inline: 14px; }
  .gh247-cart-summary { display: block; padding-bottom: 20px; }
  .gh247-cart-summary__head { padding: 22px 20px 17px; }
  .gh247-cart-summary h2 { font-size: 24px; }
  .gh247-cart-summary__rows { padding-inline: 20px; }
  .gh247-cart-summary__shipping { margin-inline: 20px; }
  .gh247-cart-note { margin: 0 20px 15px; }
  .gh247-cart-summary > .gh247-button, .gh247-cart-summary__continue { width: calc(100% - 40px); margin-inline: 20px; }
  .gh247-cart-summary__help { margin: 14px 20px 0; }
  .gh247-cart-empty { min-height: 0; grid-template-columns: 1fr; padding: 34px 22px 28px; }
  .gh247-cart-empty h1 { font-size: 35px; }
  .gh247-cart-empty__actions { display: grid; grid-template-columns: 1fr; }
  .gh247-cart-empty__visual { width: 210px; grid-row: 1; justify-self: center; }
  .gh247-cart-empty__copy { grid-row: 2; }
}
@media (max-width: 359px) {
  .gh247-cart-hero { padding-inline: 16px; }
  .gh247-cart-hero h1 { font-size: 26px; }
  .gh247-cart-lines__head { align-items: flex-end; }
  .gh247-cart-lines__head > a { max-width: 70px; white-space: normal; text-align: right; }
  .gh247-cart-empty { padding-inline: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .gh247-cart-line, .gh247-cart-line::after, .gh247-cart-line__media img, .gh247-cart-stepper button { animation: none !important; transition: none !important; }
}

/* Phase 3 — content, static and utility pages */
/* Phase 4E — cart page and cart drawer purchase experience */
.gh247-cart-line__total del { text-decoration-thickness: 1px; }
.gh247-cart-summary { position: static; }
.gh247-cart-summary__discount dd { color: #BBF7D0; }

.gh247-cart-drawer__status { min-height: 92px; margin: 16px 20px; }
.gh247-cart-drawer__status--error { color: #8c2424; background: #fff0f0; border: 1px solid #f0c6c6; }
.gh247-cart-drawer__items { overscroll-behavior: contain; padding: 0 20px; }
.gh247-drawer-line { position: relative; grid-template-columns: 80px minmax(0, 1fr); gap: 10px 14px; padding: 15px 0; transition: opacity var(--gh-motion-fast) ease; }
.gh247-drawer-line[aria-busy="true"] { opacity: .62; }
.gh247-drawer-line[aria-busy="true"]::after { position: absolute; top: 0; left: 0; width: 34%; height: 2px; content: ""; background: var(--gh-primary); animation: gh247-cart-busy 1s var(--gh-ease-standard) infinite alternate; }
.gh247-drawer-line__image { display: grid; width: 80px; height: 80px; place-items: center; overflow: hidden; background: var(--gh-soft-surface); border-radius: 10px; }
.gh247-drawer-line__image img { width: 80px; height: 80px; padding: 5px; border: 0; object-fit: contain; }
.gh247-drawer-line__content { min-width: 0; }
.gh247-drawer-line h3 { display: -webkit-box; overflow: hidden; margin: 0 0 4px; font-size: 13px; line-height: 1.32; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.gh247-drawer-line__variant, .gh247-drawer-line__sku { overflow: hidden; color: var(--gh-muted); font-size: 10px !important; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.gh247-drawer-line__prices { display: grid; min-width: 0; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; gap: 2px 8px; margin-top: 7px; font-variant-numeric: tabular-nums; }
.gh247-drawer-line__prices span { color: var(--gh-muted); font-size: 10px; }
.gh247-drawer-line__prices strong { color: var(--gh-primary-dark); font-size: 14px; white-space: nowrap; }
.gh247-drawer-line__prices del { grid-column: 2; color: var(--gh-muted); font-size: 10px; text-align: right; }
.gh247-drawer-line__actions { display: flex; min-width: 0; grid-column: 1 / -1; align-items: center; justify-content: space-between; gap: 12px; }
.gh247-drawer-stepper { display: grid; width: 132px; flex: 0 0 auto; grid-template-columns: repeat(3, 44px); overflow: hidden; background: #fff; border: 1px solid var(--gh-border); border-radius: 9px; }
.gh247-drawer-stepper button, .gh247-drawer-stepper input { width: 44px; min-width: 44px; height: 44px; padding: 0; border: 0; border-radius: 0; }
.gh247-drawer-stepper button { display: grid; place-items: center; color: var(--gh-dark-surface); background: var(--gh-primary-soft); font-size: 18px; font-weight: 850; transition: color .18s ease, background-color .18s ease; }
.gh247-drawer-stepper button:hover { color: #fff; background: var(--gh-primary); }
.gh247-drawer-stepper input { color: var(--gh-dark-surface); background: #fff; border-inline: 1px solid var(--gh-border); font-weight: 900; text-align: center; font-variant-numeric: tabular-nums; -moz-appearance: textfield; }
.gh247-drawer-stepper input::-webkit-inner-spin-button, .gh247-drawer-stepper input::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.gh247-drawer-line__remove { min-width: 64px; min-height: 44px; padding: 0 13px; color: #8c4a4a; background: #fff7f7; border: 1px solid #f0d6d6; border-radius: 9px; font-size: 11px; font-weight: 850; }
.gh247-drawer-line__remove:hover { color: #fff; background: #a52525; border-color: #a52525; }
.gh247-cart-drawer__footer { gap: 8px; padding: 16px 20px calc(16px + env(safe-area-inset-bottom)); }
.gh247-cart-drawer__footer > div { align-items: baseline; padding-bottom: 5px; }
.gh247-cart-drawer__footer .gh247-button { min-height: 44px; }

@media (min-width: 1200px) and (min-height: 820px) {
  .gh247-cart-summary { position: sticky; top: 112px; }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .gh247-cart-line { grid-template-columns: 96px minmax(150px, 1fr) 132px 96px 44px; gap: 12px; }
  .gh247-cart-line__media { width: 96px; height: 96px; }
  .gh247-cart-lines__list { padding-inline: 18px; }
  .gh247-cart-stepper { width: 132px; grid-template-columns: repeat(3, 44px); }
  .gh247-cart-stepper button, .gh247-cart-stepper input { width: 44px; min-width: 44px; }
  .gh247-cart-line__remove { min-width: 44px; min-height: 44px; }
}

@media (max-width: 767px) {
  .gh247-cart-line { grid-template-columns: 112px minmax(0, 1fr); column-gap: 12px; row-gap: 12px; padding: 16px 0; }
  .gh247-cart-line__media { position: relative; width: 112px; height: 112px; align-self: start; grid-column: 1; grid-row: 1; background: #fff; border: 1px solid var(--gh-border); }
  .gh247-cart-line__media img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; padding: 5px; object-position: center; }
  .gh247-cart-line__info { grid-column: 2; grid-row: 1; padding: 0; }
  .gh247-cart-line__vendor { margin-bottom: 4px; }
  .gh247-cart-line__info h3 { display: -webkit-box; overflow: hidden; margin-bottom: 4px; font-size: 15px; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .gh247-cart-line__variant, .gh247-cart-line__sku { margin-block: 2px; font-size: 13px; line-height: 1.3; }
  .gh247-cart-line__unit { gap: 6px; margin-top: 5px; }
  .gh247-cart-line__unit span { font-size: 11px; }
  .gh247-cart-line__unit strong { font-size: 13px; }
  .gh247-cart-line__actions { display: grid; min-width: 0; grid-template-columns: auto minmax(0, 1fr) 44px; grid-column: 1 / -1; grid-row: 2; align-items: center; gap: 10px; }
  .gh247-cart-line__quantity { min-width: 0; grid-column: 1; grid-row: 1; }
  .gh247-cart-line__quantity > .gh247-cart-line__label { display: none; }
  .gh247-cart-line__total { min-width: 0; grid-column: 2; grid-row: 1; text-align: right; }
  .gh247-cart-line__total .gh247-cart-line__label { margin-bottom: 2px; color: var(--gh-muted); font-size: 9px; }
  .gh247-cart-line__total strong { font-size: clamp(16px, 4.8vw, 19px); letter-spacing: -.025em; }
  .gh247-cart-line__total del { margin-top: 2px; font-size: 10px; white-space: nowrap; }
  .gh247-cart-line__remove { width: 44px; min-width: 44px; height: 44px; min-height: 44px; grid-column: 3; grid-row: 1; justify-self: end; color: #a32d2d; background: #fff3f3; border: 1px solid #f4d5d5; border-radius: 9px; }
  .gh247-cart-line__remove svg { width: 19px; height: 19px; }
  .gh247-cart-line__remove span { display: none; }
  .gh247-cart-line__remove:focus-visible { outline: 2px solid #a52525; outline-offset: 2px; }
  .gh247-cart-stepper { width: 132px; grid-template-columns: repeat(3, 44px); }
  .gh247-cart-stepper button, .gh247-cart-stepper input { width: 44px; min-width: 44px; }
}

@media (max-width: 359px) {
  .gh247-cart-lines__list { padding-inline: 8px; }
  .gh247-cart-line { grid-template-columns: 100px minmax(0, 1fr); gap: 10px; }
  .gh247-cart-line__media { width: 100px; height: 100px; }
  .gh247-cart-line__actions { grid-template-columns: 132px minmax(0, 1fr) 44px; gap: 6px; }
  .gh247-cart-line__total strong { font-size: 15px; }
  .gh247-cart-line__remove { width: 44px; min-width: 44px; height: 44px; min-height: 44px; }
}

@media (max-width: 420px) {
  .gh247-cart-drawer__head { min-height: 78px; padding: 13px 16px; }
  .gh247-cart-drawer__items { padding-inline: 14px; }
  .gh247-drawer-line { grid-template-columns: 72px minmax(0, 1fr); gap: 9px 12px; padding-block: 13px; }
  .gh247-drawer-line__image, .gh247-drawer-line__image img { width: 72px; height: 72px; }
  .gh247-cart-drawer__footer { padding: 14px 16px calc(14px + env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  .gh247-drawer-line, .gh247-drawer-line::after, .gh247-drawer-stepper button { animation: none !important; transition: none !important; }
}

.gh247-bottom-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gh247-content-page, .gh247-not-found { padding-bottom: 96px; background: linear-gradient(180deg, var(--gh-primary-soft) 0, var(--gh-primary-soft) 380px, var(--gh-primary-soft) 100%); }
.gh247-content-page .gh247-breadcrumb, .gh247-not-found .gh247-breadcrumb { margin-bottom: 15px; }
.gh247-content-mast { position: relative; display: grid; min-height: 224px; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 36px; overflow: hidden; margin-bottom: 30px; padding: 36px 40px; color: #fff; background: var(--gh-dark-surface); border-radius: 17px; box-shadow: 0 20px 58px rgba(16, 43, 34, .15); }
.gh247-content-mast::after { position: absolute; top: -190px; right: -80px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(234, 247, 240, .38), transparent 67%); content: ""; pointer-events: none; }
.gh247-content-mast > * { position: relative; z-index: 1; }
.gh247-content-mast .gh247-eyebrow { color: var(--gh-primary-soft); background: transparent; }
.gh247-content-mast h1 { max-width: 820px; margin: 8px 0 12px; color: #fff; font-size: clamp(38px, 5.2vw, 66px); line-height: .98; letter-spacing: -.052em; text-wrap: balance; }
.gh247-content-mast p { max-width: 62ch; margin: 0; color: var(--gh-border); line-height: 1.65; }
.gh247-content-mast--blog { min-height: 248px; grid-template-columns: minmax(0, 1fr); align-items: stretch; padding: 38px 40px 36px; background: radial-gradient(circle at 72% 12%, rgba(54, 176, 117, .22), transparent 34%), linear-gradient(118deg, #102b22 0%, #12382c 58%, #0f2a21 100%); }
.gh247-content-mast--blog.has-topics { grid-template-columns: minmax(0, 1fr) minmax(280px, 360px); }
.gh247-content-mast--blog::before { position: absolute; right: -146px; bottom: -232px; width: 510px; height: 410px; border: 1px solid rgba(234, 247, 240, .12); border-radius: 50%; box-shadow: 0 0 0 42px rgba(234, 247, 240, .035), 0 0 0 86px rgba(234, 247, 240, .025); content: ""; pointer-events: none; transform: rotate(-8deg); }
.gh247-content-mast--blog::after { top: -210px; right: 22%; width: 520px; height: 520px; background: radial-gradient(circle, rgba(70, 190, 132, .18), transparent 66%); }
.gh247-content-mast--blog .gh247-content-mast__copy { display: flex; min-width: 0; flex-direction: column; justify-content: flex-end; padding-block: 4px; }
.gh247-content-mast--blog .gh247-eyebrow { position: relative; width: max-content; margin-bottom: 11px; padding: 0 0 0 17px; color: #bfe7d1; letter-spacing: .105em; }
.gh247-content-mast--blog .gh247-eyebrow::before { position: absolute; top: 50%; left: 0; width: 7px; height: 7px; background: #71d39f; border-radius: 50%; box-shadow: 0 0 0 5px rgba(113, 211, 159, .12); content: ""; transform: translateY(-50%); }
.gh247-blog-topics-panel { display: flex; width: 100%; min-width: 0; flex-direction: column; justify-content: flex-end; align-self: stretch; padding: 19px; background: rgba(245, 250, 247, .1); border: 1px solid rgba(220, 232, 226, .2); border-radius: 12px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08); backdrop-filter: blur(5px); }
.gh247-blog-topics__label { display: block; margin-bottom: 12px; color: #bfe7d1; font-size: 10px; font-weight: 850; letter-spacing: .095em; text-transform: uppercase; }
.gh247-blog-topics { display: flex; max-width: none; flex-wrap: wrap; justify-content: flex-start; gap: 8px; }
.gh247-blog-topics a { display: inline-flex; min-height: 38px; align-items: center; padding: 8px 11px; color: #fff; background: rgba(255, 255, 255, .095); border: 1px solid rgba(255, 255, 255, .2); border-radius: 7px; font-size: 11px; font-weight: 800; transition: background-color var(--gh-motion-fast) ease, border-color var(--gh-motion-fast) ease, transform var(--gh-motion-fast) ease; }
.gh247-blog-topics a:hover, .gh247-blog-topics a:focus-visible { background: rgba(113, 211, 159, .19); border-color: rgba(191, 231, 209, .5); transform: translateY(-2px); }

.gh247-editorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gh247-editorial-card { display: grid; min-width: 0; overflow: hidden; background: #fff; border-radius: 13px; box-shadow: 0 12px 36px rgba(16, 43, 34, .065); transition: box-shadow var(--gh-motion-normal) ease, transform var(--gh-motion-normal) var(--gh-ease-emphasized); }
.gh247-editorial-card:hover, .gh247-editorial-card:focus-within { box-shadow: 0 22px 52px rgba(16, 43, 34, .12); transform: translateY(-4px); }
.gh247-editorial-card.is-lead { grid-column: span 2; grid-template-columns: minmax(0, 1.15fr) minmax(270px, .85fr); }
.gh247-editorial-card__media { display: block; min-height: 220px; overflow: hidden; background: var(--gh-primary-soft); }
.gh247-editorial-card__media img { width: 100%; height: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform 620ms var(--gh-ease-emphasized); }
.gh247-editorial-card.is-lead .gh247-editorial-card__media img { aspect-ratio: auto; }
.gh247-editorial-card:hover .gh247-editorial-card__media img { transform: scale(1.035); }
.gh247-editorial-card__body { display: flex; min-width: 0; flex-direction: column; padding: 22px; }
.gh247-editorial-card.has-no-image .gh247-editorial-card__body { padding-top: 34px; border-top: 4px solid var(--gh-primary); }
.gh247-editorial-meta { display: flex; flex-wrap: wrap; gap: 7px 14px; color: var(--gh-muted); font-size: 10px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.gh247-editorial-meta span::before, .gh247-article-meta span::before { margin-right: 10px; color: var(--gh-muted); content: "/"; }
.gh247-editorial-card h2 { margin: 12px 0 10px; color: var(--gh-dark-surface); font-size: clamp(20px, 2vw, 27px); line-height: 1.18; letter-spacing: -.025em; text-wrap: pretty; }
.gh247-editorial-card.is-lead h2 { font-size: clamp(26px, 3vw, 39px); line-height: 1.08; }
.gh247-editorial-card h2 a { color: inherit; }
.gh247-editorial-card__body > p { display: -webkit-box; overflow: hidden; margin: 0 0 16px; color: var(--gh-muted); font-size: 13px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.gh247-editorial-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.gh247-editorial-tags a { padding: 5px 7px; color: var(--gh-text); background: var(--gh-primary-soft); border-radius: 4px; font-size: 10px; font-weight: 750; }
.gh247-editorial-card__link { display: inline-flex; min-height: 42px; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 12px; color: var(--gh-primary); border-top: 1px solid var(--gh-border); font-size: 12px; font-weight: 850; }
.gh247-editorial-card__link span { transition: transform var(--gh-motion-fast) ease; }
.gh247-editorial-card__link:hover span { transform: translateX(4px); }
.gh247-content-pagination { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 32px; padding-bottom: 8px; }
.gh247-content-pagination a, .gh247-content-pagination span { display: inline-flex; min-height: 44px; align-items: center; padding: 10px 14px; color: var(--gh-dark-surface); background: #fff; border: 1px solid var(--gh-border); border-radius: 7px; font-size: 12px; font-weight: 800; }
.gh247-content-pagination a:hover { color: #fff; background: var(--gh-primary); border-color: var(--gh-primary); }

.gh247-article-shell { max-width: 1220px; margin-inline: auto; }
.gh247-article-head { max-width: 980px; padding: 42px 0 30px; }
.gh247-article-head h1 { margin: 10px 0 18px; color: var(--gh-dark-surface); font-size: clamp(40px, 6.2vw, 76px); line-height: .99; letter-spacing: -.052em; overflow-wrap: anywhere; text-wrap: balance; }
.gh247-article-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--gh-muted); font-size: 11px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.gh247-article-cover { overflow: hidden; margin: 0 0 34px; background: var(--gh-primary-soft); border-radius: 16px; box-shadow: 0 18px 50px rgba(16, 43, 34, .1); }
.gh247-article-cover img { display: block; width: 100%; max-height: 680px; object-fit: cover; }
.gh247-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: clamp(34px, 6vw, 82px); align-items: start; }
.gh247-article-main { min-width: 0; }
.gh247-related-reading { position: sticky; top: 124px; padding: 24px 0 0 22px; border-left: 1px solid var(--gh-border); }
.gh247-related-reading h2 { margin: 3px 0 16px; color: var(--gh-dark-surface); font-size: 28px; letter-spacing: -.035em; }
.gh247-related-reading > div { display: grid; }
.gh247-related-reading a { display: grid; gap: 6px; min-height: 44px; padding: 15px 0; color: var(--gh-dark-surface); border-bottom: 1px solid var(--gh-border); }
.gh247-related-reading time { color: var(--gh-muted); font-size: 10px; font-weight: 750; }
.gh247-related-reading strong { display: block; min-width: 0; overflow-wrap: anywhere; font-size: 13px; line-height: 1.45; }
.gh247-article-tags { display: flex; align-items: flex-start; gap: 18px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--gh-border); }
.gh247-article-tags > strong { color: var(--gh-dark-surface); font-size: 12px; }
.gh247-article-tags > div { display: flex; flex-wrap: wrap; gap: 7px; }
.gh247-article-tags a { padding: 6px 8px; color: var(--gh-primary-dark); background: var(--gh-primary-soft); border-radius: 5px; font-size: 11px; font-weight: 750; }
.gh247-article-back { display: inline-flex; min-height: 48px; align-items: center; gap: 10px; margin-top: 26px; color: var(--gh-primary); font-weight: 850; }

.gh247-static-shell { background: #fff; border: 1px solid rgba(220, 232, 226, .86); border-radius: 20px; box-shadow: 0 22px 64px rgba(16, 43, 34, .09); }
.gh247-page-head { position: relative; max-width: none; overflow: hidden; padding: clamp(34px, 5vw, 56px) clamp(28px, 6vw, 70px) clamp(32px, 4.5vw, 50px); background: radial-gradient(circle at 88% 16%, rgba(23, 134, 83, .12), transparent 32%), linear-gradient(112deg, var(--gh-primary-soft), #f8fcfa 62%, #fff 100%); border-bottom: 1px solid var(--gh-border); border-radius: 19px 19px 0 0; }
.gh247-page-head::after { position: absolute; right: -96px; bottom: -170px; width: 350px; height: 280px; border: 1px solid rgba(23, 134, 83, .12); border-radius: 50%; box-shadow: 0 0 0 34px rgba(23, 134, 83, .035), 0 0 0 68px rgba(23, 134, 83, .025); content: ""; pointer-events: none; transform: rotate(-9deg); }
.gh247-page-head > * { position: relative; z-index: 1; }
.gh247-page-head .gh247-eyebrow { margin-bottom: 13px; color: var(--gh-primary-dark); background: rgba(255, 255, 255, .72); border: 1px solid rgba(23, 134, 83, .13); }
.gh247-page-head h1 { max-width: 19ch; margin: 0; color: var(--gh-dark-surface); font-size: clamp(38px, 5vw, 62px); line-height: 1.01; letter-spacing: -.048em; overflow-wrap: anywhere; text-wrap: balance; }
.gh247-static-layout { display: grid; min-width: 0; width: 100%; grid-template-columns: minmax(0, 1fr); padding: clamp(30px, 5vw, 62px) clamp(24px, 6vw, 70px) clamp(42px, 6vw, 74px); }
.gh247-static-content { display: block; min-width: 0; width: 100%; }
.gh247-static-page.is-policy .gh247-static-layout { grid-template-columns: 220px minmax(0, 760px); gap: clamp(32px, 5vw, 58px); justify-content: center; align-items: start; }
.gh247-static-page.is-policy .gh247-policy-nav[hidden] + .gh247-static-content { width: 100%; max-width: 780px; grid-column: 1 / -1; justify-self: center; }
.gh247-static-page.is-standard .gh247-static-content { max-width: 820px; margin-inline: auto; }
.gh247-static-page.is-rich-media .gh247-static-content { max-width: 1080px; margin-inline: auto; }
.gh247-policy-nav { position: sticky; top: 124px; padding: 20px; background: var(--gh-soft-surface); border: 1px solid var(--gh-border); border-radius: 11px; box-shadow: 0 10px 28px rgba(16, 43, 34, .05); }
.gh247-policy-nav > strong { color: var(--gh-dark-surface); font-size: 12px; letter-spacing: .02em; }
.gh247-policy-nav nav { display: grid; gap: 4px; margin-top: 12px; }
.gh247-policy-nav a { padding: 8px 0; color: var(--gh-text); border-bottom: 1px solid var(--gh-border); font-size: 11px; font-weight: 750; line-height: 1.4; transition: color var(--gh-motion-fast) ease, padding-left var(--gh-motion-fast) ease; }
.gh247-policy-nav a:hover, .gh247-policy-nav a:focus-visible { padding-left: 4px; color: var(--gh-primary-dark); }
.gh247-static-content > h2:not(:first-child) { padding-top: 36px; border-top: 1px solid var(--gh-border); }
.gh247-static-content li::marker { color: var(--gh-primary); font-weight: 800; }
.gh247-static-shell > .gh247-content-empty { margin: clamp(24px, 5vw, 58px); background: var(--gh-soft-surface); box-shadow: none; }
.gh247-richtext { min-width: 0; color: var(--gh-text); font-size: 16px; line-height: 1.78; overflow-wrap: anywhere; }
.gh247-richtext > :first-child { margin-top: 0; }
.gh247-richtext > :last-child { margin-bottom: 0; }
.gh247-richtext h2, .gh247-richtext h3, .gh247-richtext h4 { color: var(--gh-dark-surface); line-height: 1.18; text-wrap: balance; scroll-margin-top: 128px; }
.gh247-richtext h2 { margin: 42px 0 16px; font-size: clamp(27px, 3.3vw, 38px); letter-spacing: -.035em; }
.gh247-richtext h3 { margin: 30px 0 12px; font-size: 22px; letter-spacing: -.02em; }
.gh247-richtext h4 { margin: 24px 0 10px; font-size: 18px; }
.gh247-article-main .gh247-richtext h2, .gh247-article-main .gh247-richtext h3, .gh247-article-main .gh247-richtext h4, .gh247-article-main .gh247-richtext h5, .gh247-article-main .gh247-richtext h6 { color: var(--gh-dark-surface); line-height: 1.24; letter-spacing: normal !important; text-align: left !important; text-align-last: auto !important; text-wrap: pretty; white-space: normal !important; word-break: normal; word-spacing: normal !important; scroll-margin-top: 128px; }
.gh247-article-main .gh247-richtext h5 { margin: 20px 0 9px; font-size: 16px; }
.gh247-article-main .gh247-richtext h6 { margin: 18px 0 8px; font-size: 14px; }
.gh247-richtext p, .gh247-richtext ul, .gh247-richtext ol { margin: 0 0 18px; }
.gh247-richtext ul, .gh247-richtext ol { padding-left: 24px; }
.gh247-richtext li + li { margin-top: 7px; }
.gh247-richtext a { color: var(--gh-primary); font-weight: 650; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.gh247-richtext img { display: block; width: auto !important; max-width: 100% !important; height: auto !important; margin: 28px auto; border-radius: 10px; }
.gh247-richtext iframe, .gh247-richtext video { display: block; width: 100% !important; max-width: 100% !important; min-width: 0 !important; min-height: 360px; margin: 28px 0; border: 0; border-radius: 10px; }
.gh247-richtext blockquote { margin: 30px 0; padding: 6px 0 6px 24px; color: var(--gh-dark-surface); border-left: 4px solid var(--gh-primary); font-size: 19px; font-weight: 650; line-height: 1.55; }
.gh247-richtext pre { max-width: 100%; overflow-x: auto; padding: 18px; color: var(--gh-primary-soft); background: var(--gh-dark-surface); border-radius: 8px; font-size: 13px; line-height: 1.6; }
.gh247-richtext code { overflow-wrap: normal; }
.gh247-content-table-scroll { width: 100%; max-width: 100%; min-width: 0; overflow-x: auto; margin: 26px 0; border: 1px solid var(--gh-border); border-radius: 8px; -webkit-overflow-scrolling: touch; }
.gh247-content-table-scroll table { display: table; min-width: 620px; margin: 0; border-collapse: collapse; }
.gh247-content-table-scroll th, .gh247-content-table-scroll td { padding: 12px 14px; border: 1px solid var(--gh-border); text-align: left; vertical-align: top; }
.gh247-content-table-scroll th { color: var(--gh-dark-surface); background: var(--gh-primary-soft); }

.gh247-contact-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .68fr); overflow: hidden; background: #fff; border-radius: 16px; box-shadow: 0 20px 56px rgba(16, 43, 34, .09); }
.gh247-contact-hotline { display: grid; min-width: 220px; gap: 4px; padding: 16px 18px; color: #fff; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.2); border-radius: 9px; }
.gh247-contact-hotline span { color: var(--gh-border); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.gh247-contact-hotline strong { font-size: 22px; }
.gh247-contact-form { padding: clamp(26px, 4vw, 50px); }
.gh247-contact-form__head { margin-bottom: 26px; }
.gh247-contact-form__head h2, .gh247-contact-information h2 { margin: 5px 0 9px; color: var(--gh-dark-surface); font-size: clamp(27px, 3vw, 38px); line-height: 1.06; letter-spacing: -.035em; }
.gh247-contact-form__head p { max-width: 56ch; margin: 0; color: var(--gh-muted); font-size: 13px; line-height: 1.6; }
.gh247-contact-form form { display: grid; gap: 18px; }
.gh247-contact-form .gh247-form-grid { gap: 15px; }
.gh247-contact-form label { display: grid; gap: 7px; color: var(--gh-dark-surface); font-size: 12px; font-weight: 800; }
.gh247-contact-form input, .gh247-contact-form textarea { width: 100%; min-height: 49px; padding: 11px 13px; color: var(--gh-text); background: #fff; border: 1px solid var(--gh-border); border-radius: 7px; outline: none; }
.gh247-contact-form textarea { min-height: 150px; resize: vertical; }
.gh247-contact-form input:focus, .gh247-contact-form textarea:focus { border-color: var(--gh-primary); box-shadow: 0 0 0 4px rgba(23, 134, 83, .11); }
.gh247-contact-form [aria-invalid="true"] { background: #fff8f6; border-color: var(--gh-error); }
.gh247-contact-form .gh247-form-alert { display: grid; gap: 5px; padding: 14px 16px; border-radius: 7px; }
.gh247-contact-form .gh247-form-alert--error { color: #8a2d20; background: #fff3f0; border: 1px solid #efbbb2; }
.gh247-contact-form button[aria-busy="true"] { cursor: wait; opacity: .7; }
.gh247-contact-information { padding: clamp(26px, 4vw, 46px); background: var(--gh-primary-soft); }
.gh247-contact-information dl { margin: 24px 0 30px; }
.gh247-contact-information dl div { display: grid; gap: 5px; padding: 15px 0; border-bottom: 1px solid var(--gh-border); }
.gh247-contact-information dt { color: var(--gh-muted); font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.gh247-contact-information dd { margin: 0; color: var(--gh-dark-surface); font-size: 14px; font-weight: 750; overflow-wrap: anywhere; }
.gh247-contact-information dd a { color: inherit; }
.gh247-location-list { display: grid; min-width: 0; gap: 12px; }
.gh247-location-card { display: grid; min-width: 0; gap: 7px; padding: 18px; color: var(--gh-dark-surface); background: #fff; border-radius: 9px; }
.gh247-location-card__type { color: var(--gh-primary); font-size: 10px; font-weight: 850; letter-spacing: .065em; text-transform: uppercase; }
.gh247-location-card h3 { margin: 0; color: inherit; font-size: 18px; line-height: 1.2; letter-spacing: -.02em; overflow-wrap: anywhere; }
.gh247-location-card address { color: var(--gh-text); font-size: 13px; font-style: normal; line-height: 1.55; overflow-wrap: anywhere; }
.gh247-location-card__phone, .gh247-location-card__map { display: inline-flex; width: fit-content; min-height: 44px; align-items: center; color: var(--gh-primary); font-size: 12px; font-weight: 800; overflow-wrap: anywhere; }
.gh247-location-card__hours { display: grid; gap: 3px; margin: 0; color: var(--gh-text); font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.gh247-location-card__hours span { color: var(--gh-muted); font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.gh247-location-list--contact { margin: 0 0 28px; }
.gh247-contact-information .gh247-location-card.is-primary { box-shadow: inset 3px 0 0 var(--gh-primary); }
.gh247-footer__contact .gh247-location-list { margin-top: 12px; }
.gh247-footer__contact .gh247-location-card { gap: 5px; padding: 13px 0; color: #fff; background: transparent; border-top: 1px solid rgba(220, 232, 226, .2); border-radius: 0; }
.gh247-footer__contact .gh247-location-card__type, .gh247-footer__contact .gh247-location-card address, .gh247-footer__contact .gh247-location-card__hours { color: var(--gh-border); }
.gh247-footer__contact .gh247-location-card h3 { font-size: 14px; }
.gh247-footer__contact .gh247-location-card__phone, .gh247-footer__contact .gh247-location-card__map { min-height: 36px; color: #fff; }
.gh247-content-media-error { display: grid; min-height: 92px; place-items: center; margin: 24px 0; padding: 18px; color: var(--gh-text); background: var(--gh-primary-soft); border: 1px dashed var(--gh-border); border-radius: 9px; font-size: 12px; text-align: center; }
.gh247-contact-content { padding-top: 22px; border-top: 1px solid var(--gh-border); font-size: 13px; }
.gh247-contact-content h2 { font-size: 23px; }

.gh247-content-empty { display: grid; min-height: 180px; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 22px; padding: 30px; background: #fff; border-radius: 13px; box-shadow: 0 14px 40px rgba(16, 43, 34, .065); }
.gh247-content-empty > span { display: grid; width: 62px; height: 62px; place-items: center; color: var(--gh-primary-dark); background: var(--gh-primary-soft); border-radius: 9px; font-weight: 900; font-variant-numeric: tabular-nums; }
.gh247-content-empty h2 { margin: 0 0 6px; color: var(--gh-dark-surface); }
.gh247-content-empty p { margin: 0; color: var(--gh-muted); }
.gh247-content-empty--compact { min-height: 120px; grid-template-columns: 1fr; }

.gh247-not-found { min-height: 0; align-items: stretch; }
.gh247-not-found__panel { position: relative; grid-template-columns: .82fr 1.18fr; gap: 36px; align-items: center; overflow: hidden; padding: 48px; background: #fff; border: 0; border-radius: 17px; box-shadow: 0 22px 62px rgba(16, 43, 34, .11); }
.gh247-not-found__code { display: flex; align-items: center; justify-content: center; gap: 4px; color: var(--gh-dark-surface); font-size: clamp(92px, 14vw, 190px); letter-spacing: -.11em; }
.gh247-not-found__orbit { display: block; width: clamp(70px, 10vw, 132px); aspect-ratio: 1; margin-inline: 8px; border: 2px solid var(--gh-primary-soft); border-radius: 50%; box-shadow: inset 0 0 0 18px var(--gh-primary-soft), 0 0 0 14px rgba(234, 247, 240, .7); }
.gh247-not-found__content h1 { max-width: 640px; font-size: clamp(38px, 5vw, 64px); letter-spacing: -.05em; }
.gh247-not-found__search { display: grid; grid-template-columns: 190px minmax(0, 1fr); align-items: center; gap: 8px 26px; grid-column: 1 / -1; padding-top: 26px; }
.gh247-not-found__search h2, .gh247-not-found__search p { margin: 0; }
.gh247-not-found__search p { color: var(--gh-muted); font-size: 12px; }
.gh247-not-found__search .gh247-search-form { grid-column: 2; grid-row: 1 / span 2; }

@media (max-width: 1023px) {
  .gh247-content-mast { min-height: 210px; padding: 32px; }
  .gh247-content-mast--blog { min-height: 228px; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .gh247-content-mast--blog.has-topics { grid-template-columns: minmax(0, 1fr) minmax(250px, 320px); }
  .gh247-editorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gh247-editorial-card.is-lead { grid-template-columns: 1fr; }
  .gh247-editorial-card.is-lead .gh247-editorial-card__media img { aspect-ratio: 16 / 9; }
  .gh247-article-layout { grid-template-columns: minmax(0, 1fr) 250px; gap: 38px; }
  .gh247-contact-layout { grid-template-columns: minmax(0, 1fr) 300px; }
  .gh247-not-found__panel { padding: 38px; }
}
@media (max-width: 767px) {
  .gh247-content-page, .gh247-not-found { padding-top: 10px; padding-bottom: calc(var(--gh-bottom-nav-height) + 42px + env(safe-area-inset-bottom)); }
  .gh247-content-mast { min-height: 0; grid-template-columns: 1fr; gap: 20px; margin: 8px 0 18px; padding: 25px 20px; border-radius: 13px; }
  .gh247-content-mast--blog, .gh247-content-mast--blog.has-topics { min-height: 180px; grid-template-columns: 1fr; gap: 0; padding: 22px 20px 21px; }
  .gh247-content-mast--blog::before { right: -250px; bottom: -250px; }
  .gh247-blog-page .gh247-content-mast--blog .gh247-content-mast__copy { justify-content: flex-start; padding-block: 0; }
  .gh247-blog-page .gh247-content-mast--blog .gh247-eyebrow { margin-bottom: 0; font-size: 11px; }
  .gh247-blog-page .gh247-content-mast--blog h1 { margin: 11px 0 9px; font-size: clamp(32px, 9vw, 35px); line-height: 1.06; }
  .gh247-blog-page .gh247-content-mast--blog p { display: -webkit-box; overflow: hidden; font-size: 14px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .gh247-blog-page .gh247-blog-topics-panel { display: none; }
  .gh247-content-mast h1 { font-size: 36px; }
  .gh247-content-mast p { font-size: 13px; }
  .gh247-blog-topics-panel { padding: 15px; border-radius: 10px; }
  .gh247-blog-topics { max-width: none; justify-content: flex-start; }
  .gh247-editorial-grid { grid-template-columns: 1fr; gap: 14px; }
  .gh247-editorial-card.is-lead { grid-column: auto; }
  .gh247-editorial-card { width: 100%; grid-template-columns: minmax(0, 1fr); align-items: stretch; }
  .gh247-editorial-card__media { width: 100%; min-height: 0; }
  .gh247-editorial-card:not(.is-lead) .gh247-editorial-card__media img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
  .gh247-editorial-card__body { width: 100%; max-width: none; padding: 16px; }
  .gh247-editorial-card h2, .gh247-editorial-card h2 a, .gh247-editorial-card__body > p, .gh247-editorial-meta, .gh247-editorial-tags, .gh247-editorial-card__link { width: 100%; max-width: none; }
  .gh247-editorial-card h2 { margin-top: 8px; font-size: 18px; }
  .gh247-editorial-card.is-lead h2 { font-size: 27px; }
  .gh247-editorial-card:not(.is-lead) .gh247-editorial-card__body > p, .gh247-editorial-card:not(.is-lead) .gh247-editorial-tags { display: none; }
  .gh247-editorial-card__link { min-height: 38px; padding-top: 8px; }
  .gh247-editorial-meta span { display: none; }
  .gh247-content-pagination { flex-wrap: wrap; margin-top: 24px; padding-bottom: 10px; }
  .gh247-article-head { padding: 26px 0 22px; }
  .gh247-article-head h1 { font-size: 39px; }
  .gh247-article-cover { margin-bottom: 24px; border-radius: 11px; }
  .gh247-article-layout { grid-template-columns: 1fr; gap: 40px; }
  .gh247-related-reading { position: static; padding: 24px 0 0; border-top: 1px solid var(--gh-border); border-left: 0; }
  .gh247-richtext { font-size: 15px; line-height: 1.75; }
  .gh247-richtext h2 { margin-top: 34px; font-size: 27px; }
  .gh247-richtext h3 { font-size: 21px; }
  .gh247-richtext iframe, .gh247-richtext video { min-height: 210px; }
  .gh247-static-shell { border-radius: 15px; }
  .gh247-page-head { padding: 28px 20px 27px; border-radius: 14px 14px 0 0; }
  .gh247-page-head::after { right: -180px; bottom: -190px; }
  .gh247-page-head h1 { font-size: 38px; }
  .gh247-static-layout { padding: 28px 20px 38px; }
  .gh247-static-page.is-policy .gh247-static-layout { grid-template-columns: 1fr; gap: 22px; }
  .gh247-policy-nav { position: static; padding: 17px; }
  .gh247-static-content > h2:not(:first-child) { padding-top: 29px; }
  .gh247-static-shell > .gh247-content-empty { margin: 18px; }
  .gh247-contact-layout { grid-template-columns: 1fr; border-radius: 13px; }
  .gh247-contact-hotline { min-width: 0; }
  .gh247-contact-form, .gh247-contact-information { padding: 25px 19px; }
  .gh247-location-card { padding: 16px; }
  .gh247-contact-form .gh247-form-grid { grid-template-columns: 1fr; }
  .gh247-content-empty { grid-template-columns: auto 1fr; padding: 22px 18px; }
  .gh247-content-empty .gh247-button { grid-column: 1 / -1; width: 100%; }
  .gh247-not-found__panel { grid-template-columns: 1fr; gap: 24px; padding: 27px 20px; border-radius: 13px; }
  .gh247-not-found__code { font-size: 94px; }
  .gh247-not-found__orbit { width: 68px; }
  .gh247-not-found__content h1 { font-size: 39px; }
  .gh247-not-found__actions { display: grid; grid-template-columns: 1fr; }
  .gh247-not-found__search { display: grid; grid-template-columns: 1fr; gap: 7px; }
  .gh247-not-found__search .gh247-search-form { grid-column: 1; grid-row: auto; margin-top: 8px; }
}

.gh247-mobile-menu__footer a { display: flex; min-height: 44px; align-items: center; overflow-wrap: anywhere; }
@media (max-width: 359px) {
  .gh247-content-mast { padding-inline: 17px; }
  .gh247-content-mast h1, .gh247-page-head h1, .gh247-article-head h1 { font-size: 33px; }
  .gh247-editorial-card__body { padding: 13px; }
  .gh247-editorial-card h2 { font-size: 16px; }
  .gh247-editorial-card.is-lead h2 { font-size: 25px; }
  .gh247-editorial-card:not(.is-lead) .gh247-editorial-card__link { font-size: 11px; }
  .gh247-article-tags { display: block; }
  .gh247-article-tags > div { margin-top: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .gh247-content-page *, .gh247-content-page *::before, .gh247-content-page *::after, .gh247-not-found *, .gh247-not-found *::before, .gh247-not-found *::after { animation: none !important; transition-duration: .01ms !important; }
}

/* Phase 4A — Final Sitewide Visual Polish */
@media (max-width: 699px) {
  /* Keep long-form reading comfortable without changing CMS hierarchy. */
  .gh247-richtext { font-size: 16px; line-height: 1.76; }
  .gh247-editorial-meta { font-size: 11px; line-height: 1.45; }
  .gh247-editorial-tags a { font-size: 11px; line-height: 1.35; }

  /* A compact information grid replaces the tall single-column footer stack. */
  .gh247-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 18px; padding: 30px 8px 26px; }
  .gh247-footer__brand, .gh247-footer__policies { grid-column: 1 / -1; }
  .gh247-footer__policies + .gh247-footer__column { grid-column: 1; }
  .gh247-footer__contact { grid-column: 2; }
  .gh247-footer__brand h2 { margin: 13px 0 8px; font-size: 24px; line-height: 1.1; }
  .gh247-footer__brand p { margin-block: 8px 10px; font-size: 13px; line-height: 1.6; }
  .gh247-footer__column { gap: 3px; }
  .gh247-footer__column h2 { margin-bottom: 4px; font-size: 13px; line-height: 1.35; }
  .gh247-footer__policies > div { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
  .gh247-footer__column > a, .gh247-footer__policies a, .gh247-footer__socials a { display: flex; min-height: 44px; align-items: center; font-size: 13px; line-height: 1.45; }
  .gh247-footer__socials a { padding-block: 7px; }
  .gh247-footer__hotline { align-content: center; margin: 0; }
  .gh247-footer__hotline small { font-size: 11px; line-height: 1.35; }
  .gh247-footer__hotline strong { font-size: 21px; }
  .gh247-footer__contact .gh247-location-list { margin-top: 7px; }
  .gh247-footer__contact .gh247-location-card { gap: 6px; padding: 11px 0 0; }
  .gh247-footer__contact .gh247-location-card__type { font-size: 10.5px; }
  .gh247-footer__contact .gh247-location-card h3 { font-size: 15px; line-height: 1.3; }
  .gh247-footer__contact .gh247-location-card address { font-size: 13px; line-height: 1.55; }
  .gh247-footer__certificate { margin-top: 4px; }
  .gh247-footer__bottom { font-size: 12.5px; line-height: 1.5; }
}

@media (max-width: 339px) {
  .gh247-footer__grid { gap: 20px 14px; padding-inline: 6px; }
  .gh247-footer__contact > a { min-width: 0; overflow-wrap: anywhere; }
  .gh247-footer__hotline strong { font-size: 18px; letter-spacing: -.04em; }
  .gh247-footer__contact > a[href^="mailto:"] { font-size: 12px; }
}

/* Footer checkpoint — social link, Ministry of Industry and Trade certificate, legal strip. */
.gh247-footer .gh247-footer__social-link--facebook { display: inline-flex; min-height: 38px; align-items: center; gap: 8px; padding: 8px 12px; color: #fff; background: #1877f2; border: 1px solid rgba(255, 255, 255, .24); border-radius: 8px; box-shadow: 0 7px 18px rgba(16, 43, 34, .22); font-size: 12px; font-weight: 750; line-height: 1.2; transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.gh247-footer .gh247-footer__social-link--facebook svg { width: 16px; height: 16px; flex: 0 0 16px; fill: currentColor; }
.gh247-footer .gh247-footer__social-link--facebook:hover { color: #fff; background: #1268da; border-color: rgba(255, 255, 255, .42); box-shadow: 0 9px 22px rgba(16, 43, 34, .3); transform: translateY(-1px); }
.gh247-footer .gh247-footer__social-link--facebook:active { transform: translateY(0); }
.gh247-footer .gh247-footer__social-link--facebook:focus-visible { color: #fff; outline: 3px solid var(--gh-primary); outline-offset: 3px; }
.gh247-footer .gh247-footer__certificate-link { display: inline-flex; width: 132px; margin: 16px 0 0 -6px; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; transition: opacity .2s ease, transform .2s ease; }
.gh247-footer .gh247-footer__certificate-link:hover { opacity: .9; transform: translateY(-1px); }
.gh247-footer .gh247-footer__certificate-link:focus-visible { outline: 3px solid var(--gh-primary); outline-offset: 3px; }
.gh247-footer .gh247-footer__certificate-link .gh247-footer__certificate { display: block; width: 100%; max-width: 100%; height: auto; margin: 0; border-radius: 0; object-fit: contain; }
.gh247-footer .gh247-footer__bottom-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px 32px; }
.gh247-footer .gh247-footer__copyright { flex: 0 0 auto; }
.gh247-footer .gh247-footer__legal { max-width: 850px; margin: 0; color: var(--gh-border); font-size: 12px; line-height: 1.55; text-align: right; text-wrap: pretty; }

@media (max-width: 699px) {
  .gh247-footer .gh247-footer__bottom-inner { flex-direction: column; gap: 8px; }
  .gh247-footer .gh247-footer__copyright { width: 100%; }
  .gh247-footer .gh247-footer__legal { width: 100%; max-width: none; font-size: 12px; line-height: 1.6; text-align: left; }
}

/* Final Polish homepage/header checkpoint — scoped repairs only. */
@media (min-width: 1024px) {
  .gh247-site-header { background: #fff; border-bottom: 0; }
  .gh247-site-header .gh247-header-main { grid-template-columns: 200px minmax(360px, 1fr) 132px; gap: 26px; background: #fff; }
  .gh247-site-header .gh247-header-actions { justify-content: flex-end; }
  .gh247-site-header .gh247-header-action--cart {
    display: flex;
    width: 120px;
    min-width: 120px;
    height: 46px;
    min-height: 46px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 7px 10px;
    color: var(--gh-dark-surface);
    background: var(--gh-primary-soft);
    border: 1px solid var(--gh-border);
    border-radius: 10px;
    box-shadow: 0 7px 18px rgba(16, 43, 34, .07);
    font-size: 12px;
    line-height: 1.15;
  }
  .gh247-site-header .gh247-header-action--cart > span.gh247-header-cart-content { display: inline-flex; width: auto; height: auto; flex-direction: row; align-items: center; justify-content: center; gap: 7px; }
  .gh247-site-header .gh247-header-cart-icon { position: relative; display: inline-flex; width: 25px; height: 25px; flex: 0 0 25px; align-items: center; justify-content: center; }
  .gh247-site-header .gh247-header-cart-icon > svg { width: 25px; height: 25px; color: var(--gh-primary); }
  .gh247-site-header .gh247-header-action--cart .gh247-header-cart-label { display: inline; min-width: 0; font-size: 12px; font-weight: 850; white-space: nowrap; }
  .gh247-site-header .gh247-header-cart-icon .gh247-cart-count { top: -9px; right: -8px; left: auto; min-width: 20px; height: 20px; padding-inline: 4px; border-width: 2px; font-size: 10px; line-height: 1; }
  .gh247-site-header .gh247-header-action--cart:hover { color: var(--gh-primary-dark); background: var(--gh-primary-soft); border-color: var(--gh-primary-soft); box-shadow: 0 9px 22px rgba(16, 43, 34, .11); }
  .gh247-site-header .gh247-header-action--cart:focus-visible { outline: 3px solid rgba(23, 134, 83, .42); outline-offset: 3px; }
  .gh247-site-header.is-condensed .gh247-header-action--cart { height: 40px; min-height: 40px; }

  .gh247-site-header .gh247-desktop-nav { background: #fff; border-top: 0; box-shadow: inset 0 1px 0 var(--gh-soft-surface); }
  .gh247-site-header .gh247-nav-item > a { border-bottom: 0; }
  .gh247-site-header .gh247-nav-item > a::before { content: none; }
  .gh247-site-header .gh247-nav-item > a::after {
    right: 10px;
    bottom: 0;
    left: 10px;
    height: 2px;
    background: var(--gh-primary);
    transform: scaleX(0);
    transform-origin: center;
  }
  .gh247-site-header .gh247-nav-item:not(.has-children):not(.is-active):hover > a::after,
  .gh247-site-header .gh247-nav-item:not(.has-children):not(.is-active) > a:focus-visible::after { background: var(--gh-primary); transform: scaleX(1); }
  .gh247-site-header .gh247-nav-item.has-children:hover > a::after,
  .gh247-site-header .gh247-nav-item.has-children:focus-within > a::after,
  .gh247-site-header .gh247-nav-item.is-active > a::after { background: var(--gh-primary); transform: scaleX(1); }
  .gh247-site-header .gh247-nav-item.is-active > a { color: var(--gh-primary); }
}

@media (min-width: 1280px) {
  .gh247-site-header .gh247-header-main { grid-template-columns: 220px minmax(480px, 1fr) 132px; }
}

.gh247-home { padding-top: 14px; }
.gh247-home .gh247-categories { padding: 48px 0 20px !important; }
.gh247-home .gh247-featured-products { padding: 28px 0 44px !important; }
.gh247-home .gh247-product-shelf { margin-bottom: 42px; }
.gh247-home .gh247-product-shelf:last-child { margin-bottom: 0; }
.gh247-home .gh247-recommendations { scroll-margin-top: 108px; }
.gh247-home .gh247-service-strip { margin-top: 0; margin-bottom: 0; }
.gh247-home .gh247-solutions { padding: 48px 0 20px !important; }
.gh247-home .gh247-brands { padding: 24px 0 12px !important; }

@media (max-width: 1023px) {
  .gh247-home .gh247-categories { padding: 40px 0 14px !important; }
  .gh247-home .gh247-featured-products { padding: 24px 0 36px !important; }
  .gh247-home .gh247-product-shelf { margin-bottom: 36px; }
  .gh247-home .gh247-solutions { padding: 40px 0 16px !important; }
  .gh247-home .gh247-brands { padding: 20px 0 8px !important; }
}

@media (max-width: 699px) {
  .gh247-home { padding-top: 12px; }
  .gh247-home .gh247-categories { padding: 30px 0 12px !important; }
  .gh247-home .gh247-featured-products { padding: 18px 0 30px !important; }
  .gh247-home .gh247-product-shelf { margin-bottom: 32px; }
  .gh247-home .gh247-solutions { padding: 30px 0 12px !important; }
  .gh247-home .gh247-brands { padding: 18px 0 0 !important; }
}

/* Final Polish screenshot remediation — homepage cards, carousel and desktop cart alignment. */
.gh247-home .gh247-featured-products .gh247-product-card__media,
.gh247-home .gh247-featured-products .gh247-product-card__media > a:not(.gh247-product-card__detail) { background-color: #fff; }
.gh247-home .gh247-featured-products .gh247-product-card__media img { object-fit: contain; object-position: center; background-color: #fff; }
.gh247-home .gh247-featured-products .gh247-product-card__media > a.gh247-product-card__detail {
  visibility: visible;
  opacity: 0;
  color: #fff;
  background: rgba(16, 43, 34, .96);
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow: 0 8px 20px rgba(16, 43, 34, .2);
  pointer-events: none;
}
.gh247-home .gh247-featured-products .gh247-product-card:hover .gh247-product-card__detail,
.gh247-home .gh247-featured-products .gh247-product-card:focus-within .gh247-product-card__detail { opacity: 1; pointer-events: auto; }
.gh247-home .gh247-featured-products .gh247-product-card__media > a.gh247-product-card__detail:hover { color: #fff; background: var(--gh-primary); }
.gh247-home .gh247-featured-products .gh247-product-card__media > a.gh247-product-card__detail:focus-visible { visibility: visible; opacity: 1; outline: 3px solid rgba(23, 134, 83, .48); outline-offset: 2px; transform: translateY(0); }
.gh247-home .gh247-featured-products .gh247-product-card__actions .gh247-button--card {
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 9px;
  font-weight: 850;
  line-height: 1.2;
}
.gh247-home .gh247-featured-products .gh247-product-card__actions .gh247-button--card:focus-visible { outline: 3px solid rgba(23, 134, 83, .42); outline-offset: 2px; }
/* Form-based quick-add actions use the same primary CTA across every product-card context. */
.gh247-product-card__actions form .gh247-button--card { color: #fff; background: var(--gh-primary); box-shadow: 0 8px 18px rgba(23, 134, 83, .2); }
.gh247-product-card__actions form .gh247-button--card:hover { background: var(--gh-primary-dark); }
.gh247-product-card__actions form .gh247-button--card:focus-visible { outline: 3px solid rgba(23, 134, 83, .42); outline-offset: 2px; }
/* Product-card variant links remain secondary to the solid quick-add action. */
.gh247-product-card__actions > .gh247-button--card,
.gh247-home .gh247-featured-products .gh247-product-card__actions > .gh247-button--card,
.gh247-product-card:hover .gh247-product-card__actions > .gh247-button--card,
.gh247-product-card:focus-within .gh247-product-card__actions > .gh247-button--card { color: var(--gh-primary-dark); background: var(--gh-primary-soft); border: 1px solid var(--gh-primary); box-shadow: none; transform: none; transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease; }
.gh247-product-card .gh247-product-card__actions > .gh247-button--card:hover { color: var(--gh-primary-dark); background: #E8F8ED; border-color: var(--gh-primary-dark); box-shadow: none; transform: none; }
.gh247-product-card .gh247-product-card__actions > .gh247-button--card:focus-visible,
.gh247-home .gh247-featured-products .gh247-product-card__actions > .gh247-button--card:focus-visible { color: var(--gh-primary-dark); background: #E8F8ED; border-color: var(--gh-primary-dark); outline: 3px solid var(--gh-primary-dark); outline-offset: 2px; box-shadow: none; transform: none; }
.gh247-home .gh247-product-shelf__progress span { width: 100%; transform: scaleX(0); transform-origin: left center; }

@media (min-width: 1024px) {
  .gh247-site-header .gh247-header-actions { width: 120px; justify-self: end; justify-content: flex-end; }
  .gh247-site-header .gh247-header-action--cart { justify-self: end; }
}

@media (max-width: 699px) {
  .gh247-home .gh247-featured-products .gh247-product-card__media > a.gh247-product-card__detail { display: none; }
}

/* Phase 4A — global shell, responsive container and navigation redesign. */
:root {
  --gh-primary: #16A34A;
  --gh-primary-bright: #22C55E;
  --gh-primary-dark: #15803D;
  --gh-primary-soft: #ECFDF3;
  --gh-dark-surface: #0F172A;
  --gh-soft-surface: #F8FAFC;
  --gh-card-surface: #FFFFFF;
  --gh-text: #0F172A;
  --gh-muted: #475569;
  --gh-border: #E2E8F0;
  --gh-accent-blue: #0EA5E9;
  --gh-promotion: #F97316;
  --gh-error: #DC2626;
  --gh-success: #16A34A;
  --gh-font: "Aptos", "Segoe UI Variable Text", "Segoe UI", sans-serif;
  --gh-font-display: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", sans-serif;
  --gh-container: 100%;
  --gh-container-gutter: 16px;
  --gh-shadow-sm: 0 8px 24px rgba(15, 23, 42, .07);
  --gh-shadow-md: 0 24px 64px rgba(15, 23, 42, .14);
  --gh-shell-shadow: 0 12px 36px rgba(15, 23, 42, .08);
  --gh-focus-ring: rgba(34, 197, 94, .38);
}

body { color: var(--gh-text); background: var(--gh-soft-surface); }
h1, h2, h3 { color: var(--gh-text); font-family: var(--gh-font-display); text-wrap: balance; }
p { text-wrap: pretty; }
:focus-visible { outline-color: var(--gh-focus-ring); }
.gh247-container { width: min(calc(100% - (var(--gh-container-gutter) * 2)), var(--gh-container)); }
.gh247-main { background: var(--gh-soft-surface); }
.gh247-button--primary { background: var(--gh-primary-dark); box-shadow: 0 10px 24px rgba(21, 128, 61, .2); }
.gh247-button--primary:hover { background: var(--gh-primary); }
.gh247-button--secondary { color: var(--gh-primary-dark); border-color: var(--gh-primary-dark); }

/* Three-tier commerce header. */
.gh247-site-header {
  color: var(--gh-text);
  background: var(--gh-card-surface);
  border-bottom: 1px solid var(--gh-border);
  box-shadow: var(--gh-shell-shadow);
}
.gh247-topbar { min-height: 34px; color: #F7FAF8; background: #12372A; font-size: 11px; letter-spacing: .01em; }
.gh247-topbar__inner { min-height: 34px; justify-content: center; }
.gh247-topbar__hotline { display: inline-flex; min-height: 34px; align-items: center; gap: 6px; font-variant-numeric: tabular-nums; }
.gh247-topbar__hotline > span:first-child { color: #BBF7D0; font-weight: 650; }
.gh247-topbar__hotline strong { font-size: 12px; letter-spacing: .02em; }
.gh247-topbar__hours { color: #B8C5BF; }
.gh247-topbar__hours::before { margin-right: 6px; color: var(--gh-primary-bright); content: "•"; }
.gh247-topbar__benefits { display: none; align-items: center; gap: 28px; }
.gh247-topbar__benefits span { position: relative; }
.gh247-topbar__benefits span + span::before { position: absolute; top: 50%; left: -15px; width: 3px; height: 3px; background: var(--gh-primary-bright); border-radius: 50%; content: ""; transform: translateY(-50%); }

.gh247-header-main { min-height: 76px; grid-template-columns: 48px minmax(0, 1fr) 48px; gap: 10px; }
.gh247-logo img { width: min(176px, 100%); }
.gh247-header-icon,
.gh247-header-action { min-width: 44px; min-height: 44px; color: var(--gh-text); background: transparent; border-color: transparent; border-radius: 10px; }
.gh247-header-icon:hover,
.gh247-header-action:hover { color: var(--gh-primary-dark); background: var(--gh-primary-soft); }
.gh247-header-icon:active,
.gh247-header-action:active { transform: scale(.97); }
.gh247-header-icon--menu { width: 48px; height: 48px; }
.gh247-header-icon--menu svg { width: 25px; height: 25px; }
.gh247-header-actions { justify-content: flex-end; }
.gh247-header-action--account { display: none; }
.gh247-header-action--cart { width: 48px; height: 48px; padding: 0; }
.gh247-header-action--cart .gh247-header-cart-icon > svg { width: 25px; height: 25px; }
.gh247-cart-count { background: var(--gh-primary-dark); }
.gh247-mobile-search { padding-bottom: 16px; }
.gh247-search-form input[type="search"] {
  height: 52px;
  color: var(--gh-text);
  background: #fff;
  border-color: var(--gh-border);
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .03);
}
.gh247-search-form input[type="search"]::placeholder { color: #64748B; opacity: 1; }
.gh247-search-form input[type="search"]:focus { border-color: var(--gh-primary); box-shadow: 0 0 0 4px var(--gh-focus-ring); }
.gh247-search-form button { right: 4px; width: 44px; height: 44px; background: var(--gh-primary-dark); border-radius: 9px; box-shadow: none; }
.gh247-search-form button:hover { background: var(--gh-primary); }

/* Mobile navigation: larger touch rhythm and clear hierarchy. */
.gh247-drawer-overlay,
.gh247-cart-overlay { background: rgba(15, 23, 42, .64); }
.gh247-mobile-menu {
  width: min(90vw, 420px);
  color: var(--gh-text);
  background: #fff;
  box-shadow: 24px 0 72px rgba(15, 23, 42, .24);
}
.gh247-mobile-menu__head { min-height: 76px; padding: 12px 16px; background: #fff; }
.gh247-mobile-menu__head img { width: 158px; }
.gh247-mobile-menu__head button,
.gh247-mobile-menu__row button { min-width: 44px; min-height: 44px; color: var(--gh-primary-dark); background: var(--gh-primary-soft); border-radius: 10px; }
.gh247-mobile-menu__nav { padding: 8px 16px 16px; }
.gh247-mobile-menu__nav > a,
.gh247-mobile-menu__row { min-height: 56px; border-bottom-color: var(--gh-border); font-size: 15px; font-weight: 750; }
.gh247-mobile-menu__row > a { min-width: 0; padding: 12px 8px 12px 0; }
.gh247-mobile-menu__item.is-active > .gh247-mobile-menu__row > a,
.gh247-mobile-submenu__item.is-active > .gh247-mobile-menu__row > a { color: var(--gh-primary-dark); }
.gh247-mobile-submenu { margin-left: 2px; padding-left: 16px; background: #F8FAFC; border-left: 2px solid #BBF7D0; }
.gh247-mobile-submenu .gh247-mobile-menu__row { min-height: 50px; font-size: 14px; font-weight: 680; }
.gh247-mobile-submenu--nested { gap: 2px; padding: 6px 10px 14px 18px; }
.gh247-mobile-submenu--nested a { min-height: 44px; padding: 11px 6px; color: var(--gh-muted); font-size: 13px; }
.gh247-mobile-menu__footer { display: block; padding: 14px 16px calc(14px + env(safe-area-inset-bottom)); color: var(--gh-text); background: #F2FAF5; border-top: 1px solid #CDE9D8; font-size: 13px; font-weight: 700; }
.gh247-mobile-menu__contact-title { margin: 0 0 8px; color: var(--gh-primary-dark); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.gh247-mobile-menu__contact-list { display: grid; gap: 8px; }
.gh247-mobile-menu__footer .gh247-mobile-menu__contact-link { display: grid; min-height: 48px; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 10px; padding: 6px 8px; color: var(--gh-primary-dark); background: rgba(255, 255, 255, .72); border: 1px solid rgba(23, 134, 83, .13); border-radius: 10px; }
.gh247-mobile-menu__contact-icon { display: grid; width: 34px; height: 34px; place-items: center; color: var(--gh-primary-dark); background: #DDF3E6; border-radius: 9px; }
.gh247-mobile-menu__contact-icon svg { width: 18px; height: 18px; }
.gh247-mobile-menu__contact-copy { display: grid; min-width: 0; gap: 1px; line-height: 1.25; }
.gh247-mobile-menu__contact-copy strong { font-size: 16px; font-variant-numeric: tabular-nums; }
.gh247-mobile-menu__contact-copy span { color: var(--gh-muted); font-size: 12px; overflow-wrap: anywhere; }
.gh247-mobile-menu__contact-link--email .gh247-mobile-menu__contact-copy span { color: var(--gh-primary-dark); font-size: 13px; }

/* Footer retains its data contract; presentation uses a neutral forest shell. */
.gh247-footer { color: #B8C5BF; background: #101C18; }
.gh247-footer__grid { grid-template-columns: 1fr; gap: 28px; padding-block: 42px 34px; }
.gh247-footer__brand,
.gh247-footer__policies,
.gh247-footer__contact,
.gh247-footer__column { min-width: 0; grid-column: auto; }
.gh247-footer__logo { padding: 8px 12px; background: #fff; border-radius: 10px; box-shadow: none; }
.gh247-footer__logo img { width: 178px; }
.gh247-footer__brand h2 { margin: 16px 0 9px; color: #F7FAF8; font-size: clamp(27px, 7vw, 36px); line-height: 1.04; }
.gh247-footer__brand p { max-width: 46ch; margin: 9px 0 14px; color: #B8C5BF; font-size: 14px; line-height: 1.65; }
.gh247-footer__socials { gap: 9px; }
.gh247-footer .gh247-footer__social-link--facebook,
.gh247-footer .gh247-footer__social-link--zalo { display: inline-flex; width: 38px; height: 38px; min-height: 38px; align-items: center; justify-content: center; overflow: visible; padding: 0; background: transparent; border: 0; border-radius: 8px; box-shadow: none; line-height: 0; }
.gh247-footer .gh247-footer__social-link img { display: block; width: 38px; height: 38px; object-fit: contain; }
.gh247-footer .gh247-footer__social-link--facebook,
.gh247-footer .gh247-footer__social-link--facebook:hover,
.gh247-footer .gh247-footer__social-link--zalo,
.gh247-footer .gh247-footer__social-link--zalo:hover { background: transparent; }
.gh247-footer .gh247-footer__social-link:focus-visible { outline: 3px solid var(--gh-primary-bright); outline-offset: 3px; }
.gh247-footer__column { gap: 8px; }
.gh247-footer__column h2 { margin: 0 0 4px; padding: 0 0 10px; color: #F7FAF8; border-bottom: 1px solid rgba(247, 250, 248, .12); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.gh247-footer__column a,
.gh247-footer__column p { color: #B8C5BF; font-size: 14px; line-height: 1.55; }
.gh247-footer__column a:hover { color: var(--gh-primary-bright); }
.gh247-footer__policies > .gh247-footer__policy-grid { display: grid; grid-template-columns: 1fr; grid-auto-flow: row; gap: 6px 18px; }
.gh247-footer__customer-support { min-width: 0; }
.gh247-footer__support-list { display: grid; gap: 10px; }
.gh247-footer__support-link { display: grid; min-height: 44px; grid-template-columns: 20px minmax(0, 1fr); align-items: center; gap: 9px; padding: 4px 0; color: #B8C5BF; border-radius: 6px; transition: color .2s ease; }
.gh247-footer__support-link:hover { color: var(--gh-primary-bright); transform: none; }
.gh247-footer__support-link:focus-visible { color: var(--gh-primary-bright); outline: 3px solid rgba(74, 222, 128, .45); outline-offset: 3px; }
.gh247-footer__support-icon { display: grid; width: 20px; height: 20px; place-items: center; color: #86EFAC; }
.gh247-footer__support-icon svg { display: block; width: 18px; height: 18px; }
.gh247-footer__support-copy { display: grid; min-width: 0; gap: 1px; }
.gh247-footer__support-role { color: #AEBDB6; font-size: 13px; line-height: 1.4; text-wrap: pretty; }
.gh247-footer__support-link strong { color: #F7FAF8; font-size: 16px; font-variant-numeric: tabular-nums; line-height: 1.35; overflow-wrap: anywhere; }
.gh247-footer__support-link:hover strong { color: inherit; }
.gh247-footer__hotline { display: flex; align-items: center; gap: 12px; padding: 13px 15px; color: #F7FAF8; background: rgba(34, 197, 94, .1); border: 1px solid rgba(74, 222, 128, .25); border-radius: 11px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055), 0 10px 26px rgba(7, 20, 15, .13); transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.gh247-footer__hotline:hover { color: #fff; background: rgba(34, 197, 94, .15); border-color: rgba(134, 239, 172, .42); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 13px 30px rgba(7, 20, 15, .18); transform: translateY(-1px); }
.gh247-footer__hotline:active { transform: translateY(0); }
.gh247-footer__hotline:focus-visible { color: #fff; outline: 3px solid rgba(74, 222, 128, .5); outline-offset: 3px; }
.gh247-footer__hotline-icon { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; color: #BBF7D0; background: rgba(34, 197, 94, .14); border: 1px solid rgba(134, 239, 172, .25); border-radius: 10px; }
.gh247-footer__hotline-icon svg { display: block; width: 21px; height: 21px; }
.gh247-footer__hotline-copy { display: grid; min-width: 0; gap: 2px; }
.gh247-footer__hotline small { color: #B8C5BF; font-size: 11px; line-height: 1.4; }
.gh247-footer__hotline strong { color: #F7FAF8; font-size: 26px; font-variant-numeric: tabular-nums; line-height: 1.1; letter-spacing: -.025em; }
.gh247-footer__contact .gh247-location-card { border-top-color: rgba(247, 250, 248, .12); }
.gh247-footer__contact .gh247-location-card__type,
.gh247-footer__contact .gh247-location-card address,
.gh247-footer__contact .gh247-location-card__hours { color: #B8C5BF; }
.gh247-footer .gh247-footer__certificate-link { width: 132px; background: transparent; }
.gh247-footer__bottom { min-height: 58px; color: #AEBDB6; background: #0C1512; border-top-color: rgba(247, 250, 248, .1); font-size: 12px; }
.gh247-footer .gh247-footer__legal { color: #AEBDB6; }

@media (max-width: 699px) {
  .gh247-footer__grid { gap: 20px; padding-block: 24px 18px; }
  .gh247-footer__logo { padding: 5px 10px; border-radius: 9px; }
  .gh247-footer__logo img { width: 170px; }
  .gh247-footer__brand h2 { margin: 8px 0 6px; font-size: 25px; line-height: 1.08; }
  .gh247-footer__brand p { margin: 6px 0 8px; font-size: 14px; line-height: 1.55; }
  .gh247-footer__socials { gap: 7px; }
  .gh247-footer .gh247-footer__social-link--facebook,
  .gh247-footer .gh247-footer__social-link--zalo,
  .gh247-footer .gh247-footer__social-link img { width: 36px; height: 36px; min-height: 36px; }
  .gh247-footer .gh247-footer__certificate-link { margin-top: 8px; }
  .gh247-footer__column { gap: 0; }
  .gh247-footer__column h2 { margin-bottom: 2px; padding-bottom: 7px; line-height: 1.3; }
  .gh247-footer__policies > .gh247-footer__policy-grid { gap-block: 0; }
  .gh247-footer__column > a,
  .gh247-footer__policies a { min-height: 34px; font-size: 14px; line-height: 1.45; }
  .gh247-footer__support-list { gap: 8px; }
  .gh247-footer__support-link { min-height: 44px; padding-block: 3px; }
  .gh247-footer__hotline { gap: 10px; padding: 10px 11px; }
  .gh247-footer__hotline-icon { width: 34px; height: 34px; flex-basis: 34px; border-radius: 9px; }
  .gh247-footer__hotline-icon svg { width: 19px; height: 19px; }
  .gh247-footer__hotline strong { font-size: 22px; }
  .gh247-footer__contact .gh247-location-list { margin-top: 6px; }
  .gh247-footer__contact .gh247-location-card { gap: 4px; padding-top: 8px; }
  .gh247-footer__contact .gh247-location-card h3 { font-size: 14px; }
  .gh247-footer__contact .gh247-location-card address,
  .gh247-footer__contact .gh247-location-card__hours { font-size: 13px; line-height: 1.45; }
  .gh247-footer__contact .gh247-location-card__phone,
  .gh247-footer__contact .gh247-location-card__map { min-height: 34px; }
  .gh247-footer__bottom { min-height: 0; padding-block: 10px; }
  .gh247-footer .gh247-footer__bottom-inner { gap: 4px; }
  .gh247-footer .gh247-footer__legal { line-height: 1.5; }
}

@media (min-width: 375px) and (max-width: 767px) {
  .gh247-footer__policies > .gh247-footer__policy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(var(--gh247-policy-rows), auto); grid-auto-flow: column; }
}

@media (min-width: 768px) {
  :root { --gh-container-gutter: 24px; }
  .gh247-topbar__inner { justify-content: space-between; }
  .gh247-topbar__benefits { display: flex; }
  .gh247-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gh247-footer__brand,
  .gh247-footer__contact { grid-column: 1 / -1; }
  .gh247-footer__policies > .gh247-footer__policy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(var(--gh247-policy-rows), auto); grid-auto-flow: column; }
  .gh247-footer__grid--no-customer-support .gh247-footer__policies { grid-column: 1 / -1; }
  .gh247-footer .gh247-footer__certificate-link { width: 140px; }
}

@media (max-width: 1023px) {
  .gh247-desktop-nav { display: none; }
  .gh247-header-icon--menu { display: inline-grid; }
  .gh247-header-search { display: none; }
  .gh247-mobile-search { display: block; }
  .gh247-header-actions { width: auto; }
  .gh247-header-action--cart { display: inline-flex; min-width: 48px; }
  .gh247-header-action--cart .gh247-header-cart-label { display: none; }
}

@media (min-width: 1024px) {
  :root { --gh-container: 1360px; --gh-container-gutter: 24px; }
  .gh247-site-header { position: sticky; top: 0; }
  .gh247-topbar { height: 36px; min-height: 36px; max-height: 36px; font-size: 13px; }
  .gh247-topbar__inner,
  .gh247-topbar__hotline { min-height: 36px; }
  .gh247-topbar__hotline strong { font-size: 13px; }
  .gh247-site-header .gh247-header-main {
    height: 84px;
    min-height: 84px;
    grid-template-columns: minmax(180px, 220px) minmax(310px, 1fr) auto;
    gap: 22px;
  }
  .gh247-logo { justify-content: flex-start; }
  .gh247-logo img { width: 212px; max-height: 80px; }
  .gh247-header-icon--menu,
  .gh247-mobile-search { display: none; }
  .gh247-header-search { display: block; }
  .gh247-search-form input[type="search"] { height: 56px; padding-left: 22px; font-size: 16px; }
  .gh247-search-form button { width: 48px; height: 48px; }
  .gh247-site-header .gh247-header-actions { width: auto; justify-self: end; gap: 8px; }
  .gh247-header-action,
  .gh247-site-header .gh247-header-action--cart {
    display: inline-flex;
    width: auto;
    min-width: 112px;
    height: 48px;
    min-height: 48px;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    color: var(--gh-text);
    background: #fff;
    border: 1px solid var(--gh-border);
    border-radius: 10px;
    box-shadow: none;
    font-size: 13px;
    font-weight: 750;
  }
  .gh247-site-header .gh247-header-action--cart { min-width: 122px; color: var(--gh-text); background: var(--gh-primary-soft); border-color: #BBF7D0; }
  .gh247-header-action > span:not(.gh247-cart-count),
  .gh247-header-action--cart .gh247-header-cart-label { display: inline; }
  .gh247-header-action__icon,
  .gh247-header-cart-icon { position: relative; display: inline-flex; width: 24px; height: 24px; flex: 0 0 24px; align-items: center; justify-content: center; }
  .gh247-header-action__icon svg,
  .gh247-header-cart-icon svg { width: 24px; height: 24px; }
  .gh247-header-action__label,
  .gh247-header-cart-label { white-space: nowrap; }
  .gh247-header-action--account:hover { border-color: #BBF7D0; }

  .gh247-desktop-nav { display: block; background: #fff; border-top: 1px solid var(--gh-border); box-shadow: none; }
  .gh247-desktop-nav__inner { position: relative; height: 54px; min-height: 54px; align-items: stretch; }
  .gh247-nav-list { position: relative; width: 100%; align-items: stretch; justify-content: flex-start; gap: 0; }
  .gh247-nav-item { min-width: 0; align-items: stretch; }
  .gh247-nav-item--compact { position: relative; }
  .gh247-nav-item--mega { position: static; }
  .gh247-site-header .gh247-nav-item > a,
  .gh247-site-header .gh247-nav-list > li:not(.gh247-nav-item) > a {
    min-height: 52px;
    padding: 0 7px;
    color: var(--gh-text);
    font-size: 12.5px;
    font-weight: 750;
    letter-spacing: -.005em;
    line-height: 1.2;
    text-transform: none;
    white-space: nowrap;
  }
  .gh247-nav-toggle { width: 30px; min-width: 30px; min-height: 44px; color: var(--gh-primary-dark); }
  .gh247-nav-toggle:hover { background: var(--gh-primary-soft); border-radius: 8px; }
  .gh247-site-header .gh247-nav-item > a::after { right: 7px; bottom: 0; left: 7px; height: 3px; background: var(--gh-primary); border-radius: 3px 3px 0 0; }
  .gh247-site-header .gh247-nav-item.is-active > a { color: var(--gh-primary-dark); }

  .gh247-site-header .gh247-nav-dropdown {
    z-index: 12;
    top: 100%;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--gh-border);
    border-top: 3px solid var(--gh-primary);
    border-radius: 0 0 14px 14px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .16);
  }
  .gh247-site-header .gh247-nav-dropdown--compact { width: min(320px, calc(100vw - 32px)); }
  .gh247-site-header .gh247-nav-list > .gh247-nav-item--compact:last-child > .gh247-nav-dropdown--compact { right: 0; left: auto; }
  .gh247-site-header .gh247-nav-list > .gh247-nav-item--mega > .gh247-nav-dropdown--mega {
    right: 0;
    left: 0;
    display: grid !important;
    width: auto;
    max-height: calc(100vh - 190px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 18px;
    align-items: start;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .gh247-nav-dropdown__group { min-width: 0; }
  .gh247-nav-dropdown__group > a { min-height: 44px; padding: 10px 11px; color: var(--gh-text); border-radius: 8px; font-size: 14px; font-weight: 750; }
  .gh247-nav-dropdown__group > a:hover,
  .gh247-nav-dropdown__group > a:focus-visible { color: var(--gh-primary-dark); background: var(--gh-primary-soft); }
  .gh247-nav-dropdown--mega .gh247-nav-dropdown__group.has-nested { padding: 12px; background: #F8FAFC; border: 1px solid var(--gh-border); border-radius: 10px; }
  .gh247-nav-dropdown--mega .gh247-nav-dropdown__group.has-nested > a { min-height: 36px; padding: 0 0 9px; border-bottom: 1px solid var(--gh-border); border-radius: 0; }
  .gh247-nav-dropdown--mega .gh247-nav-dropdown__group.is-wide { grid-column: span 2; }
  .gh247-nav-dropdown--mega .gh247-nav-dropdown__group.is-wide .gh247-nav-dropdown__nested { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; }
  .gh247-nav-dropdown__nested { display: grid; gap: 2px; padding: 6px 4px 2px 12px; }
  .gh247-nav-dropdown__nested a { min-height: 34px; padding: 7px 4px; color: var(--gh-muted); font-size: 13px; line-height: 1.35; }
  .gh247-nav-dropdown__nested a:hover,
  .gh247-nav-dropdown__nested a:focus-visible { color: var(--gh-primary-dark); }

  .gh247-site-header.is-condensed .gh247-topbar { height: 0; min-height: 0; max-height: 0; opacity: 0; }
  .gh247-site-header.is-condensed .gh247-header-main { height: 64px; min-height: 64px; }
  .gh247-site-header.is-condensed .gh247-logo img { width: 176px; }
  .gh247-site-header.is-condensed .gh247-logo img { max-height: 56px; }
  .gh247-site-header.is-condensed .gh247-search-form input[type="search"] { height: 44px; }
  .gh247-site-header.is-condensed .gh247-search-form button { width: 38px; height: 38px; }
  .gh247-site-header.is-condensed .gh247-header-action,
  .gh247-site-header.is-condensed .gh247-header-action--cart { height: 42px; min-height: 42px; }
  .gh247-site-header.is-condensed .gh247-desktop-nav__inner { height: 48px; min-height: 48px; }
  .gh247-site-header.is-condensed .gh247-nav-item > a { min-height: 46px; }

  .gh247-footer__grid { grid-template-columns: 1fr 1.35fr 1fr 1.08fr; gap: 32px; padding-block: 44px 36px; }
  .gh247-footer__grid--no-customer-support { grid-template-columns: 1fr 1.5fr 1.15fr; }
  .gh247-footer__grid--no-customer-support .gh247-footer__policies { grid-column: auto; }
  .gh247-footer__brand,
  .gh247-footer__contact { grid-column: auto; }
  .gh247-footer__brand h2 { font-size: 34px; }
  .gh247-footer .gh247-footer__certificate-link { width: 145px; }
}

@media (min-width: 1280px) {
  .gh247-site-header .gh247-header-main { grid-template-columns: minmax(210px, 238px) minmax(430px, 1fr) auto; gap: 28px; }
  .gh247-logo img { width: 224px; }
  .gh247-site-header .gh247-nav-item > a,
  .gh247-site-header .gh247-nav-list > li:not(.gh247-nav-item) > a { padding-inline: 11px; font-size: 14px; }
  .gh247-nav-toggle { width: 32px; min-width: 32px; }
  .gh247-site-header .gh247-nav-item > a::after { right: 11px; left: 11px; }
}

@media (min-width: 1440px) {
  :root { --gh-container: 1360px; --gh-container-gutter: 32px; }
  .gh247-site-header .gh247-header-main { grid-template-columns: minmax(220px, 250px) minmax(520px, 1fr) auto; gap: 34px; }
  .gh247-site-header .gh247-nav-item > a,
  .gh247-site-header .gh247-nav-list > li:not(.gh247-nav-item) > a { padding-inline: 14px; font-size: 15px; }
  .gh247-nav-toggle { width: 34px; min-width: 34px; }
  .gh247-site-header .gh247-nav-list > .gh247-nav-item--mega > .gh247-nav-dropdown--mega { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .gh247-footer__grid { gap: 44px; }
}

@media (min-width: 1920px) {
  :root { --gh-container: 1360px; --gh-container-gutter: 32px; }
  .gh247-site-header .gh247-header-main { grid-template-columns: 260px minmax(640px, 1fr) auto; gap: 40px; }
  .gh247-logo img { width: 236px; }
  .gh247-site-header .gh247-nav-item > a,
  .gh247-site-header .gh247-nav-list > li:not(.gh247-nav-item) > a { padding-inline: 16px; font-size: 16px; }
  .gh247-nav-toggle { width: 36px; min-width: 36px; }
}

@media (max-width: 420px) {
  .gh247-topbar { font-size: 11px; }
  .gh247-header-main { grid-template-columns: 46px minmax(0, 1fr) 46px; }
  .gh247-logo img { width: min(166px, 100%); }
  .gh247-mobile-menu__head img { width: 150px; }
}

@media (max-width: 359px) {
  :root { --gh-container-gutter: 16px; }
  .gh247-topbar__hotline > span:first-child { display: none; }
  .gh247-logo img { width: min(150px, 100%); }
  .gh247-mobile-menu { width: 92vw; }
  .gh247-mobile-menu__nav { padding-inline: 14px; }
  .gh247-mobile-menu__head,
  .gh247-mobile-menu__footer { padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .gh247-site-header,
  .gh247-site-header *,
  .gh247-mobile-menu,
  .gh247-nav-dropdown { transition-duration: .01ms !important; }
}

/* Phase 4A-R1 — focused shell density, stable sticky geometry and split navigation. */
:root {
  --gh-shell-container: 1360px;
  --gh-commerce-container: 1440px;
  --gh-reading-container: 1160px;
  --gh-container-gutter: 16px;
}

.gh247-container {
  --gh-container-limit: var(--gh-shell-container);
  width: min(calc(100% - (var(--gh-container-gutter) * 2)), var(--gh-container-limit));
  max-width: none;
}
.gh247-home .gh247-hero-intro,
.gh247-home .gh247-hero,
.gh247-home .gh247-categories > .gh247-container,
.gh247-home .gh247-featured-products > .gh247-container { --gh-container-limit: var(--gh-commerce-container); }
.gh247-static-page > .gh247-container,
.gh247-article-page > .gh247-container { --gh-container-limit: var(--gh-reading-container); }

.gh247-mobile-menu__group + .gh247-mobile-menu__group { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--gh-border); }
.gh247-mobile-menu__group > h2 { margin: 0 0 4px; color: var(--gh-muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gh247-mobile-menu__group--category > h2 { color: var(--gh-primary-dark); }
.gh247-mobile-menu__group--quick .gh247-mobile-menu__row { min-height: 52px; font-weight: 700; }

@media (min-width: 768px) {
  :root { --gh-container-gutter: 24px; }
}

@media (min-width: 1024px) {
  :root { --gh-container-gutter: 28px; }

  .gh247-site-header {
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .08);
    transition: box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
  }
  .gh247-site-header.is-condensed { background: rgba(255, 255, 255, .985); border-bottom-color: #CBD5E1; box-shadow: 0 12px 34px rgba(15, 23, 42, .12); }

  /* Full and condensed states intentionally share geometry to prevent scroll feedback. */
  .gh247-topbar,
  .gh247-site-header.is-condensed .gh247-topbar { height: 32px; min-height: 32px; max-height: 32px; overflow: hidden; opacity: 1; }
  .gh247-topbar__inner,
  .gh247-topbar__hotline { min-height: 32px; }
  .gh247-topbar { font-size: 12px; }
  .gh247-topbar__hotline strong { font-size: 12px; }

  .gh247-site-header .gh247-header-main,
  .gh247-site-header.is-condensed .gh247-header-main {
    height: 72px;
    min-height: 72px;
    grid-template-columns: minmax(174px, 190px) minmax(320px, 1fr) auto;
    gap: 24px;
  }
  .gh247-logo img,
  .gh247-site-header.is-condensed .gh247-logo img { width: 184px; max-height: 62px; transform: none; }
  .gh247-search-form input[type="search"],
  .gh247-site-header.is-condensed .gh247-search-form input[type="search"] { height: 48px; padding-left: 18px; font-size: 15px; }
  .gh247-search-form button,
  .gh247-site-header.is-condensed .gh247-search-form button { width: 40px; height: 40px; }
  .gh247-header-action,
  .gh247-site-header .gh247-header-action--cart,
  .gh247-site-header.is-condensed .gh247-header-action,
  .gh247-site-header.is-condensed .gh247-header-action--cart { min-width: 100px; height: 44px; min-height: 44px; padding: 7px 10px; }
  .gh247-site-header .gh247-header-action--cart { min-width: 108px; }

  .gh247-desktop-nav { display: block; background: #fff; border-top: 1px solid var(--gh-border); }
  .gh247-desktop-nav__inner,
  .gh247-site-header.is-condensed .gh247-desktop-nav__inner { position: relative; height: 48px; min-height: 48px; align-items: stretch; gap: 16px; }

  .gh247-category-hub { position: static; width: 220px; flex: 0 0 220px; }
  .gh247-category-trigger,
  .gh247-site-header.is-condensed .gh247-category-trigger {
    display: flex;
    width: 100%;
    height: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-block: 2px;
    padding: 0 13px;
    color: #fff;
    background: var(--gh-primary-dark);
    border: 0;
    border-radius: 9px 9px 0 0;
    box-shadow: 0 8px 20px rgba(21, 128, 61, .2);
    font-size: 13px;
    font-weight: 800;
    text-align: left;
  }
  .gh247-category-trigger:hover,
  .gh247-category-trigger:focus-visible { background: var(--gh-primary); }
  .gh247-category-trigger > span { display: block; min-width: 0; flex: 1; white-space: nowrap; }
  .gh247-category-trigger > svg:first-child { width: 20px; height: 20px; flex: 0 0 20px; }
  .gh247-category-trigger > svg:last-child { width: 15px; height: 15px; flex: 0 0 15px; transition: transform .2s ease; }
  .gh247-category-hub.is-open .gh247-category-trigger > svg:last-child { transform: rotate(180deg); }

  .gh247-category-mega {
    position: absolute;
    z-index: 14;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
    width: auto;
    max-height: calc(100vh - 170px);
    padding: 18px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: #fff;
    border: 1px solid var(--gh-border);
    border-top: 3px solid var(--gh-primary);
    border-radius: 0 0 14px 14px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .18);
    transform: translateY(-6px);
    transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
  }
  .gh247-category-hub.is-open .gh247-category-mega { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
  .gh247-category-mega__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; align-items: start; }
  .gh247-category-mega__group { min-width: 0; padding: 14px; background: var(--gh-soft-surface); border: 1px solid var(--gh-border); border-radius: 10px; }
  .gh247-category-mega__heading { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 8px; padding-bottom: 9px; color: var(--gh-text); border-bottom: 1px solid var(--gh-border); font-size: 14px; font-weight: 800; line-height: 1.3; }
  .gh247-category-mega__group:not(.has-children) .gh247-category-mega__heading { padding-bottom: 0; border-bottom: 0; }
  .gh247-category-mega__group.is-active .gh247-category-mega__heading,
  .gh247-category-mega__heading:hover,
  .gh247-category-mega__heading:focus-visible { color: var(--gh-primary-dark); }
  .gh247-category-mega__links { display: grid; gap: 1px; padding-top: 7px; }
  .gh247-category-mega__item > a { display: block; padding: 7px 4px; color: var(--gh-muted); border-radius: 6px; font-size: 13px; line-height: 1.35; }
  .gh247-category-mega__item > a:hover,
  .gh247-category-mega__item > a:focus-visible,
  .gh247-category-mega__item.is-active > a { color: var(--gh-primary-dark); background: var(--gh-primary-soft); }
  .gh247-category-mega__nested { display: grid; gap: 1px; margin: 0 0 5px 10px; padding-left: 9px; border-left: 2px solid #BBF7D0; }
  .gh247-category-mega__nested a { padding: 5px 3px; color: #64748B; font-size: 12px; line-height: 1.35; }
  .gh247-category-mega__nested a:hover,
  .gh247-category-mega__nested a:focus-visible,
  .gh247-category-mega__nested a.is-active { color: var(--gh-primary-dark); }

  .gh247-quick-nav {
    position: relative;
    width: auto;
    min-width: 0;
    flex: 1;
    align-items: stretch;
    justify-content: flex-start;
    gap: 18px;
    overflow: visible;
  }
  .gh247-quick-nav .gh247-nav-item { min-width: 0; flex: 0 0 auto; align-items: stretch; }
  .gh247-site-header .gh247-quick-nav .gh247-nav-item > a,
  .gh247-site-header.is-condensed .gh247-quick-nav .gh247-nav-item > a { min-height: 46px; padding: 0 2px; color: var(--gh-text); font-size: 12.5px; font-weight: 750; text-transform: none; white-space: nowrap; }
  .gh247-quick-nav .gh247-nav-toggle { width: 28px; min-width: 28px; min-height: 44px; margin-left: -3px; color: var(--gh-primary-dark); }
  .gh247-site-header .gh247-quick-nav .gh247-nav-item > a::after { right: 2px; bottom: 0; left: 2px; height: 2px; }
  .gh247-quick-nav .gh247-nav-dropdown--compact { top: 100%; width: min(300px, calc(100vw - 32px)); }
  .gh247-quick-nav > .gh247-nav-item:last-child > .gh247-nav-dropdown--compact { right: 0; left: auto; }

  .gh247-site-header,
  .gh247-topbar,
  .gh247-header-main,
  .gh247-desktop-nav__inner,
  .gh247-logo img,
  .gh247-category-trigger,
  .gh247-search-form input[type="search"] { transition-property: box-shadow, border-color, background-color, color, opacity; }
}

@media (min-width: 1280px) {
  .gh247-site-header .gh247-header-main,
  .gh247-site-header.is-condensed .gh247-header-main { grid-template-columns: 190px minmax(420px, 1fr) auto; gap: 28px; }
  .gh247-category-hub { width: 236px; flex-basis: 236px; }
  .gh247-quick-nav { gap: 26px; }
  .gh247-site-header .gh247-quick-nav .gh247-nav-item > a,
  .gh247-site-header.is-condensed .gh247-quick-nav .gh247-nav-item > a { font-size: 14px; }
}

@media (min-width: 1440px) {
  :root { --gh-container-gutter: 32px; }
  .gh247-site-header .gh247-header-main,
  .gh247-site-header.is-condensed .gh247-header-main { grid-template-columns: 196px minmax(480px, 1fr) auto; gap: 30px; }
  .gh247-category-hub { width: 244px; flex-basis: 244px; }
  .gh247-quick-nav { gap: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .gh247-category-mega,
  .gh247-category-trigger > svg:last-child { transition-duration: .01ms !important; }
}

/* Phase 4A-R2 — compact two-panel navigation and stable sticky placeholder. */
.gh247-header-stage { display: contents; }

@media (max-width: 1023px) {
  .gh247-site-header { position: sticky; top: 0; }
}

@media (min-width: 1024px) {
  .gh247-header-stage {
    display: block;
    height: 156px;
    min-height: 156px;
  }
  .gh247-site-header {
    position: fixed;
    z-index: 60;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    transition: box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
  }

  .gh247-topbar,
  .gh247-site-header.is-condensed .gh247-topbar {
    height: 32px;
    min-height: 32px;
    max-height: 32px;
    opacity: 1;
    transform: translateY(0);
    transition: max-height .22s ease, min-height .22s ease, height .22s ease, opacity .15s ease, transform .22s ease;
  }
  .gh247-site-header.is-condensed .gh247-topbar {
    height: 0;
    min-height: 0;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
  }

  .gh247-site-header .gh247-header-main,
  .gh247-site-header.is-condensed .gh247-header-main {
    grid-template-columns: minmax(174px, 190px) minmax(320px, 1fr) auto;
    gap: 24px;
    transition: height .22s ease, min-height .22s ease;
  }
  .gh247-site-header .gh247-header-main { height: 72px; min-height: 72px; }
  .gh247-site-header.is-condensed .gh247-header-main { height: 64px; min-height: 64px; }
  .gh247-logo img,
  .gh247-site-header.is-condensed .gh247-logo img { width: 184px; max-height: 58px; transform: none; }
  .gh247-search-form input[type="search"] { height: 48px; }
  .gh247-site-header.is-condensed .gh247-search-form input[type="search"] { height: 46px; }
  .gh247-site-header.is-condensed .gh247-search-form button { width: 38px; height: 38px; }

  .gh247-desktop-nav { border-top: 1px solid var(--gh-border); border-bottom: 1px solid var(--gh-border); box-shadow: 0 1px 0 rgba(15, 23, 42, .02); }
  .gh247-site-header.is-condensed .gh247-desktop-nav { box-shadow: 0 7px 18px rgba(15, 23, 42, .07); }
  .gh247-desktop-nav__inner,
  .gh247-site-header.is-condensed .gh247-desktop-nav__inner { gap: 0; transition: height .22s ease, min-height .22s ease; }
  .gh247-desktop-nav__inner { height: 50px; min-height: 50px; }
  .gh247-site-header.is-condensed .gh247-desktop-nav__inner { height: 48px; min-height: 48px; }

  .gh247-category-hub { width: 220px; flex: 0 0 220px; }
  .gh247-category-trigger,
  .gh247-site-header.is-condensed .gh247-category-trigger {
    height: 46px;
    min-height: 46px;
    margin-block: 2px;
    padding-inline: 14px;
    border-radius: 9px;
    box-shadow: 0 5px 14px rgba(21, 128, 61, .17);
    font-size: 13.5px;
    transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
  }
  .gh247-site-header.is-condensed .gh247-category-trigger { height: 44px; min-height: 44px; }
  .gh247-category-trigger:hover,
  .gh247-category-trigger:focus-visible,
  .gh247-category-hub.is-open .gh247-category-trigger { background: var(--gh-primary); box-shadow: 0 7px 18px rgba(21, 128, 61, .23); }
  .gh247-category-trigger:active { transform: translateY(1px); }

  .gh247-category-mega {
    --gh247-category-rail-width: 230px;
    top: calc(100% - 2px);
    right: auto;
    left: 0;
    display: grid;
    width: min(1180px, 100%);
    max-height: min(calc(100vh - 178px), 600px);
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #DDE6E0;
    border-top: 2px solid var(--gh-primary);
    border-radius: 0 0 14px 14px;
    box-shadow: 0 20px 44px rgba(15, 23, 42, .13);
  }
  .gh247-category-mega.has-content { grid-template-columns: var(--gh247-category-rail-width) minmax(0, 1fr); }

  .gh247-category-rail {
    min-width: 0;
    max-height: min(calc(100vh - 178px), 600px);
    overflow-x: hidden;
    overflow-y: auto;
    background: #F7FAF8;
    border-right: 1px solid #E1E8E3;
    scrollbar-width: thin;
  }
  .gh247-category-rail__item {
    position: relative;
    display: grid;
    min-height: 48px;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    border-bottom: 1px solid #E8EEE9;
    transition: background-color .16s ease, color .16s ease;
  }
  .gh247-category-rail__item.has-children { grid-template-columns: minmax(0, 1fr) 40px; }
  .gh247-category-rail__item > a {
    display: flex;
    min-width: 0;
    min-height: 48px;
    align-items: center;
    padding: 8px 14px;
    color: var(--gh-text);
    font-size: 13.5px;
    font-weight: 650;
    line-height: 1.25;
  }
  .gh247-category-rail__item > button {
    display: grid;
    width: 40px;
    min-width: 40px;
    min-height: 48px;
    place-items: center;
    padding: 0;
    color: #64748B;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 20px;
    transition: color .16s ease, transform .16s ease;
  }
  .gh247-category-rail__item:hover,
  .gh247-category-rail__item:focus-within,
  .gh247-category-rail__item.is-selected { background: var(--gh-primary-soft); }
  .gh247-category-rail__item.is-active > a,
  .gh247-category-rail__item.is-selected > a { color: var(--gh-primary-dark); }
  .gh247-category-rail__item.has-children:hover > button,
  .gh247-category-rail__item.has-children:focus-within > button { color: var(--gh-primary-dark); transform: translateX(1px); }
  .gh247-category-rail__item.is-selected::before {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 0;
    width: 3px;
    content: "";
    background: var(--gh-primary);
    border-radius: 0 3px 3px 0;
  }
  .gh247-category-rail__item.is-selected > button { color: var(--gh-primary-dark); }

  .gh247-category-content {
    min-width: 0;
    max-height: min(calc(100vh - 178px), 600px);
    padding: 20px 22px 24px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    scrollbar-width: thin;
  }
  .gh247-category-content__panel[hidden] { display: none !important; }
  .gh247-category-content__head {
    position: sticky;
    z-index: 2;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: -1px 0 18px;
    padding: 1px 0 13px;
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid var(--gh-border);
  }
  .gh247-category-content__head h2 { margin: 0; color: var(--gh-text); font-size: 21px; line-height: 1.2; letter-spacing: -.02em; }
  .gh247-category-content__all { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 6px; padding: 7px 9px; color: var(--gh-primary-dark); border-radius: 8px; font-size: 12.5px; font-weight: 750; }
  .gh247-category-content__all:hover,
  .gh247-category-content__all:focus-visible { background: var(--gh-primary-soft); }
  .gh247-category-content__groups {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    align-items: start;
  }
  .gh247-category-content__groups.is-split { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 18px; }
  .gh247-category-content__group-area,
  .gh247-category-content__direct-area { display: grid; min-width: 0; align-content: start; align-items: start; }
  .gh247-category-content__group-area { gap: 14px; }
  .gh247-category-content__direct-area { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-flow: row; gap: 10px; }
  .gh247-category-content__groups.is-split > .gh247-category-content__direct-area { padding-left: 18px; border-left: 1px solid #E7ECE8; }
  .gh247-category-content__groups.is-leaves-only > .gh247-category-content__direct-area { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gh247-category-content__group,
  .gh247-category-content__leaf { width: 100%; min-width: 0; }
  .gh247-category-content__group {
    display: block;
    padding: 14px 15px 15px;
    background: #F8FAF9;
    border: 1px solid #E2E9E4;
    border-radius: 11px;
    transition: border-color .18s ease, background-color .18s ease;
  }
  .gh247-category-content__group:hover,
  .gh247-category-content__group:focus-within { background: #FBFDFC; border-color: #CFE3D6; }
  .gh247-category-content__heading { display: block; padding: 0 0 10px; color: var(--gh-text); border-bottom: 1px solid #E1E8E3; font-size: 13.5px; font-weight: 800; line-height: 1.3; }
  .gh247-category-content__group.is-active .gh247-category-content__heading,
  .gh247-category-content__heading:hover,
  .gh247-category-content__heading:focus-visible { color: var(--gh-primary-dark); }
  .gh247-category-content__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px 12px; padding-top: 8px; }
  .gh247-category-content__links a { min-width: 0; padding: 5px 4px; color: #64748B; border-radius: 6px; font-size: 12px; line-height: 1.35; }
  .gh247-category-content__links a:hover,
  .gh247-category-content__links a:focus-visible,
  .gh247-category-content__links a.is-active { color: var(--gh-primary-dark); background: var(--gh-primary-soft); }
  .gh247-category-content__leaf { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 13px; color: var(--gh-text); background: #F8FAF9; border: 1px solid #E2E9E4; border-radius: 10px; font-size: 13px; font-weight: 700; line-height: 1.3; transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease; }
  .gh247-category-content__leaf > span:first-child { min-width: 0; }
  .gh247-category-content__leaf > span:last-child { flex: 0 0 auto; color: #7A8B81; font-size: 18px; font-weight: 500; line-height: 1; }
  .gh247-category-content__leaf:hover,
  .gh247-category-content__leaf:focus-visible,
  .gh247-category-content__leaf.is-active { color: var(--gh-primary-dark); background: #F0F8F3; border-color: #B9DCC5; }
  .gh247-category-content__leaf:hover { transform: translateY(-1px); }
  .gh247-category-content__leaf:hover > span:last-child,
  .gh247-category-content__leaf:focus-visible > span:last-child { color: var(--gh-primary-dark); }
  .gh247-category-content__heading:focus-visible,
  .gh247-category-content__links a:focus-visible,
  .gh247-category-content__leaf:focus-visible { outline: 2px solid var(--gh-primary); outline-offset: 2px; }

  .gh247-quick-nav {
    gap: 22px;
    margin-left: 16px;
    padding-left: 18px;
    border-left: 1px solid #DDE5E0;
  }
  .gh247-site-header .gh247-quick-nav .gh247-nav-item > a,
  .gh247-site-header.is-condensed .gh247-quick-nav .gh247-nav-item > a {
    min-height: 48px;
    padding: 0 7px;
    color: var(--gh-text);
    border-radius: 6px;
    font-size: 13.5px;
    font-weight: 600;
    transition: color .16s ease, background-color .16s ease;
  }
  .gh247-site-header .gh247-quick-nav .gh247-nav-item > a:hover,
  .gh247-site-header .gh247-quick-nav .gh247-nav-item > a:focus-visible { color: var(--gh-primary-dark); background: var(--gh-primary-soft); }
  .gh247-site-header .gh247-quick-nav .gh247-nav-item.is-active > a { color: var(--gh-primary-dark); }
  .gh247-site-header .gh247-quick-nav .gh247-nav-item > a::after { right: 7px; bottom: 0; left: 7px; height: 2px; }
  .gh247-quick-nav .gh247-nav-toggle { min-height: 46px; }
}

@media (min-width: 1280px) {
  .gh247-site-header .gh247-header-main,
  .gh247-site-header.is-condensed .gh247-header-main { grid-template-columns: 190px minmax(420px, 1fr) auto; gap: 28px; }
  .gh247-category-hub { width: 228px; flex-basis: 228px; }
  .gh247-category-mega { --gh247-category-rail-width: 248px; }
  .gh247-quick-nav { gap: 24px; margin-left: 18px; padding-left: 20px; }
  .gh247-site-header .gh247-quick-nav .gh247-nav-item > a,
  .gh247-site-header.is-condensed .gh247-quick-nav .gh247-nav-item > a { font-size: 14px; }
}

@media (min-width: 1440px) {
  .gh247-category-hub { width: 228px; flex-basis: 228px; }
  .gh247-quick-nav { gap: 26px; }
}

/* Final mobile polish — full search at the top, compact navigation after a stable scroll threshold. */
@media (max-width: 767px) {
  .gh247-site-header {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, .985);
    border-bottom-color: var(--gh-border);
    box-shadow: 0 4px 18px rgba(16, 43, 34, .065);
  }
  .gh247-topbar {
    height: 32px;
    min-height: 32px;
    max-height: 32px;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: height .18s ease, min-height .18s ease, max-height .18s ease, opacity .14s ease, transform .18s ease, visibility 0s linear;
  }
  .gh247-topbar__inner,
  .gh247-topbar__hotline { min-height: 32px; }
  .gh247-topbar__inner { justify-content: center; }
  .gh247-topbar__inner > .gh247-topbar__hotline {
    display: inline-flex;
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: inherit;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
  }
  .gh247-topbar__hotline > span:first-child,
  .gh247-topbar__hotline > strong,
  .gh247-topbar__hours {
    display: inline-flex;
    min-height: 16px;
    align-items: center;
    font-family: inherit;
    font-size: 11px;
    line-height: 16px;
  }
  .gh247-topbar__hotline > span:first-child { font-weight: 650; }
  .gh247-topbar__hotline > strong { font-weight: 900; }
  .gh247-topbar__hours { gap: 5px; font-weight: 600; }
  .gh247-topbar__hours::before {
    display: block;
    width: 3px;
    height: 3px;
    flex: 0 0 3px;
    margin: 0;
    background: var(--gh-primary-bright);
    border-radius: 50%;
    content: "";
  }
  .gh247-header-main {
    height: 56px;
    min-height: 56px;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 8px;
    transition: height .18s ease, min-height .18s ease;
  }
  .gh247-logo img { width: min(142px, 100%); max-height: 48px; }
  .gh247-header-icon--menu,
  .gh247-header-action--cart {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }
  .gh247-header-icon--menu svg,
  .gh247-header-action--cart .gh247-header-cart-icon > svg { width: 23px; height: 23px; }
  .gh247-header-actions { width: 44px; justify-content: flex-end; }
  .gh247-header-action--cart .gh247-cart-count { top: -5px; right: -6px; min-width: 16px; height: 16px; padding-inline: 2px; font-size: 9px; }
  .gh247-mobile-search {
    display: block;
    max-height: 58px;
    overflow: hidden;
    padding-bottom: 10px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: max-height .18s ease, padding-bottom .18s ease, opacity .14s ease, transform .18s ease, visibility 0s linear;
  }
  .gh247-mobile-search .gh247-search-form input[type="search"] { height: 48px; padding: 0 54px 0 16px; border-radius: 10px; }
  .gh247-mobile-search .gh247-search-form button { right: 3px; width: 42px; height: 42px; border-radius: 8px; }
  .gh247-site-header.is-mobile-compact { border-bottom-color: rgba(220, 232, 226, .9); box-shadow: 0 4px 16px rgba(16, 43, 34, .075); }
  .gh247-site-header.is-mobile-compact .gh247-topbar {
    height: 0;
    min-height: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition-delay: 0s, 0s, 0s, 0s, 0s, .18s;
  }
  .gh247-site-header.is-mobile-compact .gh247-header-main { height: 56px; min-height: 56px; }
  .gh247-site-header.is-mobile-compact .gh247-logo img { width: min(142px, 100%); }
  .gh247-site-header.is-mobile-compact .gh247-mobile-search {
    max-height: 0;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition-delay: 0s, 0s, 0s, 0s, .18s;
  }
}

@media (max-width: 359px) {
  .gh247-logo img,
  .gh247-site-header.is-mobile-compact .gh247-logo img { width: min(134px, 100%); }
}

@media (prefers-reduced-motion: reduce) {
  .gh247-topbar,
  .gh247-header-main,
  .gh247-mobile-search,
  .gh247-desktop-nav__inner,
  .gh247-category-trigger { transition-duration: .01ms !important; }
}

/* Phase 4B.1 — row-major, page-based two-row shelves with an intentional product peek. */
.gh247-home-product-shelf .gh247-product-rail {
  --gh247-shelf-columns: 2;
  --gh247-shelf-gap: 10px;
  --gh247-shelf-card-width: 160px;
  --gh247-shelf-row-height: 360px;
  display: block !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 2px 0 10px;
  scroll-padding-inline: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.gh247-home-product-shelf .gh247-product-rail.is-regrouping { scroll-behavior: auto !important; scroll-snap-type: none !important; }
.gh247-home-product-shelf .gh247-product-track {
  display: flex;
  width: max-content;
  align-items: stretch;
  gap: var(--gh247-shelf-gap);
  padding-inline-end: var(--gh247-shelf-end-space, 0px);
}
.gh247-home-product-shelf .gh247-product-page {
  display: grid;
  grid-template-columns: repeat(var(--gh247-shelf-page-columns), var(--gh247-shelf-card-width));
  grid-template-rows: repeat(2, var(--gh247-shelf-row-height));
  grid-auto-flow: row;
  gap: 14px var(--gh247-shelf-gap);
  align-items: stretch;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.gh247-home-product-shelf .gh247-product-card {
  width: var(--gh247-shelf-card-width);
  height: 100%;
  min-height: 0;
  scroll-snap-align: none;
}
.gh247-home-product-shelf .gh247-product-card__media { padding: 8px; }
.gh247-home-product-shelf .gh247-product-card__media > a:not(.gh247-product-card__detail) { aspect-ratio: 1 / .84; }
.gh247-home-product-shelf .gh247-product-card__sale { top: 10px; left: 10px; padding: 4px 7px; }
.gh247-home-product-shelf .gh247-product-card__content { padding: 4px 11px 9px; }
.gh247-home-product-shelf .gh247-product-card__vendor { min-height: 1.2em; margin-bottom: 4px; font-size: 10px; }
.gh247-home-product-shelf .gh247-product-card h3 { min-height: 2.7em; margin-bottom: 6px; font-size: 13px; line-height: 1.35; -webkit-line-clamp: 2; }
.gh247-home-product-shelf .pro_loop_review { min-height: 22.5px; margin-bottom: 6px; }
.gh247-home-product-shelf .gh247-product-card__price { gap: 4px 7px; }
.gh247-home-product-shelf .gh247-product-card__price strong { font-size: 17px; }
.gh247-home-product-shelf .gh247-product-card__price del { font-size: 11px; }
.gh247-home-product-shelf .gh247-product-card__saving { margin-top: 3px; font-size: 10px; }
.gh247-home-product-shelf .gh247-product-card__status { margin-top: 5px; font-size: 11px; }
.gh247-home-product-shelf .gh247-product-card__actions { padding: 0 11px 12px; }
.gh247-home-product-shelf .gh247-product-card__actions .gh247-button--card { min-height: 44px; padding: 8px 9px; font-size: 12px; }
.gh247-home-product-shelf .gh247-product-shelf__tools button { min-width: 44px; min-height: 44px; }
.gh247-home-product-shelf .gh247-product-shelf__tools button[hidden],
.gh247-home-product-shelf .gh247-product-shelf__progress[hidden] { display: none !important; }

@media (min-width: 768px) {
  .gh247-home-product-shelf .gh247-product-rail {
    --gh247-shelf-columns: 3;
    --gh247-shelf-gap: 14px;
    --gh247-shelf-row-height: 382px;
  }
}

@media (min-width: 1024px) {
  .gh247-home-product-shelf .gh247-product-rail { --gh247-shelf-columns: 4; --gh247-shelf-gap: 16px; --gh247-shelf-row-height: 390px; }
}

@media (min-width: 1280px) {
  .gh247-home-product-shelf .gh247-product-rail { --gh247-shelf-columns: 5; }
}

@media (min-width: 1440px) {
  .gh247-home-product-shelf .gh247-product-rail { --gh247-shelf-columns: 6; }
}

@media (max-width: 767px) {
  .gh247-home-product-shelf .gh247-product-shelf__head { align-items: end; flex-wrap: wrap; gap: 10px; }
  .gh247-home-product-shelf .gh247-product-shelf__head > div:first-child { min-width: 0; flex: 1 1 190px; }
  .gh247-home-product-shelf .gh247-product-shelf__tools { min-width: 0; flex: 0 0 auto; margin-left: auto; }
  .gh247-home-product-shelf .gh247-product-shelf__tools button { display: grid; width: 44px; height: 44px; }
  .gh247-home-product-shelf .gh247-product-shelf__tools > a { max-width: 84px; margin-right: 0; text-align: right; }
  .gh247-home-product-shelf .gh247-product-card__media > a:not(.gh247-product-card__detail) { aspect-ratio: 1 / .82; }
  .gh247-home-product-shelf .gh247-product-card__content { padding-inline: 9px; }
  .gh247-home-product-shelf .gh247-product-card__actions { padding-inline: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .gh247-home-product-shelf .gh247-product-rail { scroll-behavior: auto !important; }
}

/* Phase 4C — unified collection/search/filter listing presentation */
.gh247-catalog-hero__aside { position: relative; z-index: 1; display: grid; gap: 10px; }
.gh247-catalog-hero__media { min-height: 150px; overflow: hidden; margin: 0; background: #fff; border-radius: 12px; }
.gh247-catalog-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.gh247-subcategory-nav { margin: 0 0 18px; padding: 15px 16px; background: #fff; border: 1px solid var(--gh-border); border-radius: 11px; }
.gh247-subcategory-nav h2 { margin: 0 0 10px; color: var(--gh-dark-surface); font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.gh247-subcategory-nav__links { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: thin; }
.gh247-subcategory-nav__links a { display: inline-flex; min-width: max-content; min-height: 44px; align-items: center; padding: 8px 13px; color: var(--gh-dark-surface); background: var(--gh-soft-surface); border: 1px solid var(--gh-border); border-radius: 8px; font-size: 12px; font-weight: 800; }
.gh247-subcategory-nav__links a:hover, .gh247-subcategory-nav__links a.is-current { color: var(--gh-primary-dark); background: var(--gh-primary-soft); border-color: var(--gh-primary); }
.gh247-catalog-toolbar__actions { display: flex; min-width: 0; align-items: center; justify-content: flex-end; gap: 10px; }
.gh247-catalog-filter-trigger { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 7px; padding: 8px 13px; color: #fff; background: var(--gh-primary); border: 0; border-radius: 9px; font-weight: 850; }
.gh247-filter-drawer__header strong { letter-spacing: .01em; text-transform: none; }
.gh247-filter-section > summary { position: relative; min-height: 44px; display: flex; align-items: center; padding: 8px 28px 8px 0; color: var(--gh-dark-surface); cursor: pointer; font-size: 14px; font-weight: 850; list-style: none; }
.gh247-filter-section > summary::-webkit-details-marker { display: none; }
.gh247-filter-section > summary::after { position: absolute; right: 2px; width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; content: ''; transform: rotate(45deg) translateY(-2px); transition: transform .18s ease; }
.gh247-filter-section[open] > summary::after { transform: rotate(225deg) translate(-2px, -2px); }
.gh247-filter-section > .gh247-filter-options { padding-top: 2px; }
.gh247-catalog-grid .gh247-product-card:hover, .gh247-catalog-grid .gh247-product-card:focus-within { transform: none; }
.gh247-catalog-grid .gh247-product-card:hover .gh247-product-card__media img, .gh247-catalog-grid .gh247-product-card:focus-within .gh247-product-card__media img { transform: none; }
.gh247-catalog-grid .gh247-product-card h3 { min-height: 2.8em; -webkit-line-clamp: 2; }
.gh247-catalog-grid .gh247-button--card, .gh247-catalog-grid .gh247-button--disabled { min-height: 44px; }

@media (min-width: 1024px) {
  .gh247-catalog-layout { grid-template-columns: 270px minmax(0, 1fr); }
  .gh247-catalog-sidebar-slot { position: sticky; top: calc(var(--gh247-filter-header-offset) + 12px); align-self: start; height: auto; max-height: var(--gh247-filter-panel-height, calc(100vh - var(--gh247-filter-header-offset) - 24px)); }
  .gh247-filter-drawer { position: static; top: auto; height: auto; max-height: var(--gh247-filter-panel-height, calc(100vh - var(--gh247-filter-header-offset) - 24px)); }
  .gh247-filter-form { height: auto; flex: 0 1 auto; }
  .gh247-filter-body { height: auto; max-height: calc(var(--gh247-filter-panel-height, calc(100vh - var(--gh247-filter-header-offset) - 24px)) - 129px); flex: 0 1 auto; }
  .gh247-catalog-filter-trigger { display: none; }
  .gh247-catalog-hero.has-media { grid-template-columns: minmax(0, 1fr) 300px; }
  .gh247-catalog-hero.has-media .gh247-catalog-hero__stat { min-height: 94px; }
}

@media (max-width: 1023px) {
  .gh247-catalog-toolbar { align-items: flex-start; }
  .gh247-catalog-toolbar__actions { flex: 1 1 auto; }
  .gh247-catalog-sort label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  .gh247-catalog-sort select { width: min(190px, 42vw); }
}

@media (max-width: 699px) {
  .gh247-catalog-toolbar { flex-wrap: wrap; }
  .gh247-catalog-toolbar > p { width: 100%; }
  .gh247-catalog-toolbar__actions { width: 100%; justify-content: space-between; }
  .gh247-catalog-filter-trigger, .gh247-catalog-sort { flex: 1 1 0; }
  .gh247-catalog-sort select { width: 100%; }
  .gh247-subcategory-nav { padding-inline: 13px; }
  .gh247-catalog-grid .gh247-product-card h3 { min-height: 2.7em; -webkit-line-clamp: 2; }
}

/* Phase 4D — compact product hero, one variant control and description/review split. */
.gh247-pdp__shell {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 14px;
}
.gh247-pdp__gallery { grid-column: auto; grid-row: auto; align-self: start; }
.gh247-pdp__stage { aspect-ratio: 4 / 3; }
.gh247-pdp__stage > img { padding: clamp(18px, 3.2vw, 38px); object-fit: contain; }
.gh247-pdp__thumbnails {
  grid-auto-columns: 70px;
  max-width: 100%;
  margin-top: 12px;
  padding-bottom: 6px;
  overscroll-behavior-inline: contain;
}
.gh247-pdp__thumbnail { min-width: 44px; min-height: 44px; border-radius: 9px; }
.gh247-pdp__decision { display: grid; min-width: 0; align-self: start; gap: 16px; }
.gh247-pdp__decision > .gh247-pdp__summary,
.gh247-pdp__decision > .gh247-pdp__purchase { grid-column: auto; grid-row: auto; min-width: 0; }
.gh247-pdp__summary h1 {
  margin-bottom: 10px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.06;
  letter-spacing: -.04em;
  text-wrap: pretty;
}
.gh247-pdp__eyebrow { margin-bottom: 8px; }
.gh247-pdp__rating { margin-bottom: 8px; }
.gh247-pdp__availability { margin: 10px 0; }
.gh247-pdp__price-panel { gap: 10px; margin-bottom: 14px; padding: 15px; }
.gh247-pdp__price { font-size: clamp(29px, 3vw, 38px); }
.gh247-pdp__saving { margin-left: 7px; }
.gh247-pdp__variants legend { margin-bottom: 8px; }
.gh247-pdp__variants--select > select { display: block; width: 100%; min-height: 46px; }
.gh247-pdp__variant-chips {
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  gap: 8px;
  margin-top: 0;
}
.gh247-pdp__variant-chips button { min-height: 54px; padding: 8px 10px; }
.gh247-pdp__variant-chips button:focus-visible { outline-offset: 2px; }
.gh247-pdp__purchase {
  position: static;
  width: 100%;
  padding: 15px;
  background: #fff;
  border: 1px solid var(--gh-border);
  border-radius: 12px;
  box-shadow: none;
}
.gh247-pdp__quantity-row { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-bottom: 12px; }
.gh247-pdp__quantity-row > label { flex: 0 0 auto; padding-bottom: 11px; color: var(--gh-dark-surface); font-size: 12px; font-weight: 900; }
.gh247-pdp__quantity { width: 168px; grid-template-columns: 44px minmax(64px, 1fr) 44px; margin: 0; }
.gh247-pdp__quantity button,
.gh247-pdp__quantity input { min-height: 44px; }
.gh247-pdp__purchase-actions { grid-template-columns: minmax(0, 1fr); gap: 10px; }
.gh247-pdp__add,
.gh247-pdp__buy { min-height: 54px; border-radius: 9px; }
.gh247-pdp__add { color: #fff; background: var(--gh-primary); box-shadow: 0 9px 22px rgba(23, 134, 83, .2); }
.gh247-pdp__add:hover { background: var(--gh-primary-dark); }
.gh247-pdp__buy { color: #fff; background: var(--gh-promotion); box-shadow: 0 9px 22px rgba(217, 119, 6, .2); }
.gh247-pdp__buy:hover { background: #b45309; }
.gh247-pdp__form-status:empty { display: none; }
.gh247-pdp__assurances { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 12px; margin-top: 12px; padding-top: 12px; }
.gh247-pdp__assurances > span { min-width: 0; }
.gh247-pdp__details-grid { display: grid; min-width: 0; gap: 24px; margin-top: 30px; align-items: start; }
.gh247-pdp__details-grid > .gh247-pdp__information,
.gh247-pdp__details-grid > .gh247-pdp__reviews { min-width: 0; margin-top: 0; }
.gh247-pdp__details-grid--review-only { grid-template-columns: minmax(0, 1fr); }
.gh247-pdp__information > .gh247-pdp__section-heading h2 {
  width: 100%;
  max-width: none;
  color: var(--gh-dark-surface);
  font-size: clamp(22px, 2vw, 27px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -.02em;
  text-align: left;
  text-wrap: pretty;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}
.gh247-pdp__richtext {
  width: 100%;
  max-width: none;
  color: var(--gh-text);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: normal;
  overflow-wrap: anywhere;
}
.gh247-pdp__richtext p,
.gh247-pdp__richtext h1,
.gh247-pdp__richtext h2,
.gh247-pdp__richtext h3,
.gh247-pdp__richtext h4,
.gh247-pdp__richtext h5,
.gh247-pdp__richtext h6,
.gh247-pdp__richtext ul,
.gh247-pdp__richtext ol,
.gh247-pdp__richtext li,
.gh247-pdp__richtext blockquote {
  width: 100%;
  max-width: none;
  letter-spacing: normal;
  text-align: left;
  word-spacing: normal;
}
.gh247-pdp__richtext [style*="text-align: justify" i],
.gh247-pdp__richtext [style*="text-align:justify" i] { text-align: left !important; }
.gh247-pdp__richtext p { margin: 0 0 13px; }
.gh247-pdp__richtext h1,
.gh247-pdp__richtext h2,
.gh247-pdp__richtext h3,
.gh247-pdp__richtext h4,
.gh247-pdp__richtext h5,
.gh247-pdp__richtext h6 {
  margin: 28px 0 10px;
  color: var(--gh-dark-surface);
  font-weight: 700;
  text-wrap: pretty;
}
.gh247-pdp__richtext h1 { font-size: 24px; line-height: 1.28; }
.gh247-pdp__richtext h2 { font-size: 23px; line-height: 1.32; }
.gh247-pdp__richtext h3 { font-size: 19px; line-height: 1.36; }
.gh247-pdp__richtext h4 { font-size: 17px; line-height: 1.4; }
.gh247-pdp__richtext h5,
.gh247-pdp__richtext h6 { font-size: 16px; line-height: 1.45; }
.gh247-pdp__richtext > :first-child { margin-top: 0; }
.gh247-pdp__richtext ul,
.gh247-pdp__richtext ol { margin: 8px 0 18px; padding-inline-start: 24px; }
.gh247-pdp__richtext li { margin: 0; padding-inline-start: 2px; }
.gh247-pdp__richtext li + li { margin-top: 9px; }
.gh247-pdp__richtext li > p { margin: 0; }
.gh247-pdp__richtext li > h1,
.gh247-pdp__richtext li > h2,
.gh247-pdp__richtext li > h3,
.gh247-pdp__richtext li > h4,
.gh247-pdp__richtext li > h5,
.gh247-pdp__richtext li > h6 { margin: 0; font-size: inherit; line-height: inherit; }
.gh247-pdp__richtext li > ul,
.gh247-pdp__richtext li > ol { margin: 8px 0 0; padding-inline-start: 22px; }
.gh247-pdp__richtext strong { font-weight: 700; }
.gh247-pdp__richtext h1 strong,
.gh247-pdp__richtext h2 strong,
.gh247-pdp__richtext h3 strong,
.gh247-pdp__richtext h4 strong,
.gh247-pdp__richtext h5 strong,
.gh247-pdp__richtext h6 strong { font-weight: inherit; }
.gh247-pdp__richtext a { color: var(--gh-primary-dark); text-decoration: underline; text-decoration-color: rgba(23, 134, 83, .38); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.gh247-pdp__richtext blockquote { margin: 20px 0; padding: 4px 0 4px 18px; color: var(--gh-muted); border-left: 3px solid var(--gh-primary); }
.gh247-pdp__richtext img { display: block; width: auto; max-width: 100%; height: auto; margin: 22px auto; border-radius: 10px; }
.gh247-pdp__richtext iframe,
.gh247-pdp__richtext video { display: block; width: 100%; max-width: 100%; margin: 20px auto; }
.gh247-pdp__richtext table { margin: 20px 0; }
.gh247-pdp__reviews { min-height: 0; }
.gh247-pdp__reviews .gh247-anhnoi-reviews { max-height: none; overflow: visible; overscroll-behavior: auto; }
.gh247-pdp__reviews .gh247-anhnoi-reviews iframe { width: 100% !important; min-height: 280px; }

@media (min-width: 1024px) {
  .gh247-pdp__shell {
    grid-template-columns: minmax(0, 1.28fr) minmax(370px, 1fr);
    gap: 28px;
    padding: 24px;
  }
  .gh247-pdp__gallery { grid-column: 1; grid-row: 1; }
  .gh247-pdp__decision { grid-column: 2; grid-row: 1; }
  .gh247-pdp__purchase-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1200px) {
  .gh247-pdp__details-grid { grid-template-columns: minmax(0, 68fr) minmax(300px, 32fr); }
  .gh247-pdp__details-grid--review-only { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 1023px) {
  .gh247-pdp__shell { grid-template-columns: minmax(0, 1fr); }
  .gh247-pdp__gallery,
  .gh247-pdp__decision { grid-column: 1; grid-row: auto; }
}

@media (max-width: 699px) {
  .gh247-pdp__shell { padding: 10px; gap: 16px; }
  .gh247-pdp__stage > img { padding: 14px; }
  .gh247-pdp__gallery-arrow { width: 44px; height: 44px; }
  .gh247-pdp__summary h1 { font-size: 28px; }
  .gh247-pdp__price-panel { padding: 13px; }
  .gh247-pdp__variant-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gh247-pdp__quantity-row { align-items: center; }
  .gh247-pdp__quantity-row > label { padding-bottom: 0; }
  .gh247-pdp__purchase-actions { grid-template-columns: minmax(0, 1fr); gap: 9px; }
  .gh247-pdp__add,
  .gh247-pdp__buy { width: 100%; min-height: 54px; }
  .gh247-pdp__details-grid { gap: 18px; margin-top: 18px; }
  .gh247-pdp__details-grid > .gh247-pdp__information,
  .gh247-pdp__details-grid > .gh247-pdp__reviews { padding: 16px; }
  .gh247-pdp__richtext { font-size: 15px; line-height: 1.7; }
  .gh247-pdp__richtext h1 { font-size: 22px; }
  .gh247-pdp__richtext h2 { font-size: 20px; }
  .gh247-pdp__richtext h3 { font-size: 18px; }
  .gh247-pdp__richtext h4 { font-size: 16px; }
  .gh247-pdp__richtext ul,
  .gh247-pdp__richtext ol { padding-inline-start: 20px; }
  .gh247-pdp__richtext li + li { margin-top: 8px; }
  .gh247-pdp__richtext img { margin-block: 18px; }
}

@media (max-width: 360px) {
  .gh247-pdp__summary h1 { font-size: 26px; }
  .gh247-pdp__quantity { width: 156px; grid-template-columns: 42px minmax(58px, 1fr) 42px; }
  .gh247-pdp__assurances { grid-template-columns: minmax(0, 1fr); }
}

/* Phase 4G-R1 — compact app-owned Messenger/Zalo stack */
html body #ezca-btn-fb.gh247-external-chat-button,
html body #ezca-btn-zalo.gh247-external-chat-button {
  position: fixed !important;
  z-index: 70 !important;
  right: clamp(14px, 1.5vw, 22px) !important;
  left: auto !important;
  display: grid !important;
  width: 48px !important;
  height: 48px !important;
  place-items: center !important;
  overflow: hidden !important;
  padding: 7px !important;
  cursor: pointer !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 28px rgba(16, 43, 34, .18), inset 0 0 0 1px rgba(16, 43, 34, .04) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) scale(1) !important;
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease, box-shadow .2s ease !important;
  -webkit-tap-highlight-color: transparent;
}

html body #ezca-btn-zalo.gh247-external-chat-button {
  bottom: var(--gh247-zalo-bottom) !important;
  background: #fff !important;
  border-color: rgba(5, 115, 255, .22) !important;
}

html body #ezca-btn-fb.gh247-external-chat-button {
  bottom: var(--gh247-facebook-bottom) !important;
  background: #0a7cff !important;
}

html body #ezca-btn-fb.gh247-external-chat-button > svg,
html body #ezca-btn-zalo.gh247-external-chat-button > svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  stroke: none !important;
}

html body #ezca-btn-zalo.gh247-external-chat-button svg path {
  fill: #0573ff !important;
}

html body #ezca-btn-fb.gh247-external-chat-button:hover,
html body #ezca-btn-zalo.gh247-external-chat-button:hover {
  box-shadow: 0 13px 32px rgba(16, 43, 34, .24), inset 0 0 0 1px rgba(16, 43, 34, .04) !important;
  transform: translateY(-2px) scale(1) !important;
}

html body #ezca-btn-fb.gh247-external-chat-button:active,
html body #ezca-btn-zalo.gh247-external-chat-button:active {
  transform: translateY(0) scale(.97) !important;
}

body.gh247-scroll-locked #ezca-btn-fb.gh247-external-chat-button,
body.gh247-scroll-locked #ezca-btn-zalo.gh247-external-chat-button {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(6px) scale(.96) !important;
}

html body .gh247-subiz-root .gh247-subiz-launcher {
  transition: opacity .2s ease, visibility .2s ease !important;
}

body.gh247-scroll-locked .gh247-subiz-root {
  display: none !important;
  pointer-events: none !important;
}

@media (max-width: 899px) {
  :root {
    --gh247-subiz-right: 21px;
    --gh247-subiz-bottom: calc(var(--gh-bottom-nav-height) + 18px + env(safe-area-inset-bottom));
    --gh247-zalo-bottom: calc(var(--gh-bottom-nav-height) + 66px + env(safe-area-inset-bottom));
    --gh247-facebook-bottom: calc(var(--gh-bottom-nav-height) + 124px + env(safe-area-inset-bottom));
  }

  html body #ezca-btn-fb.gh247-external-chat-button,
  html body #ezca-btn-zalo.gh247-external-chat-button {
    right: 16px !important;
  }

  .gh247-site-header .gh247-header-action--cart .gh247-header-cart-icon,
  .gh247-bottom-nav__cart-icon {
    position: relative;
    display: inline-flex;
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    align-items: center;
    justify-content: center;
  }

  .gh247-bottom-nav__cart-icon { width: 22px; height: 22px; flex-basis: 22px; }

  .gh247-site-header .gh247-header-action--cart .gh247-cart-count,
  .gh247-bottom-nav__cart-icon .gh247-cart-count {
    top: -6px;
    right: -7px;
    left: auto;
    min-width: 18px;
    height: 18px;
    place-items: center;
    padding: 0 3px;
    border-width: 2px;
    font-size: 10px;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
  }

  .gh247-toast {
    z-index: 110;
    right: 80px;
    bottom: calc(var(--gh-bottom-nav-height) + 18px + env(safe-area-inset-bottom));
    left: 16px;
    display: flex;
    width: auto;
    min-height: 48px;
    max-width: 360px;
    align-items: center;
    gap: 10px;
    padding: 10px 13px 10px 10px;
    color: var(--gh-dark-surface);
    background: rgba(241, 250, 244, .97);
    border: 1px solid rgba(21, 128, 61, .22);
    border-radius: 12px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .16), 0 3px 10px rgba(21, 128, 61, .1);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
    text-align: left;
    transform: none;
    pointer-events: none;
    animation: gh247-mobile-toast-in .2s ease-out;
  }

  .gh247-toast::before {
    display: grid;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    place-items: center;
    color: #fff;
    background: var(--gh-primary-dark);
    border-radius: 8px;
    content: "✓";
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
  }

}

@media (min-width: 900px) {
  .gh247-toast {
    z-index: 85;
    top: calc(var(--gh247-filter-header-offset, 140px) + 18px);
    right: clamp(24px, 2.2vw, 32px);
    bottom: auto;
    left: auto;
    display: flex;
    width: fit-content;
    min-width: 280px;
    max-width: min(420px, calc(100vw - 48px));
    min-height: 48px;
    align-items: center;
    gap: 10px;
    padding: 10px 13px 10px 10px;
    color: var(--gh-dark-surface);
    background: #F1FAF4;
    border: 1px solid rgba(21, 128, 61, .22);
    border-radius: 12px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .14), 0 3px 10px rgba(21, 128, 61, .08);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
    text-align: left;
    transform: none;
    pointer-events: none;
    animation: gh247-desktop-toast-in .2s ease-out;
  }

  .gh247-cart-drawer.is-open ~ .gh247-toast {
    right: calc(min(440px, calc(100vw - 28px)) + clamp(24px, 2.2vw, 32px));
  }

  .gh247-toast::before {
    display: grid;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    place-items: center;
    color: #fff;
    background: var(--gh-primary-dark);
    border-radius: 8px;
    content: "✓";
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
  }
}

@keyframes gh247-mobile-toast-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes gh247-desktop-toast-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  html body #ezca-btn-fb.gh247-external-chat-button,
  html body #ezca-btn-zalo.gh247-external-chat-button {
    transition: none !important;
  }

  html body .gh247-subiz-root .gh247-subiz-launcher {
    transition: none !important;
  }

  .gh247-toast { animation: none; }
}

/* Collection-only hero — compact airflow depth without affecting search. */
.gh247-catalog-hero--collection {
  isolation: isolate;
  min-height: 0;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(18px, 2.4vw, 30px);
  padding: clamp(24px, 3vw, 34px);
  background: linear-gradient(118deg, #0F172A 0%, #12352E 56%, #145A3B 100%);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .15);
}
.gh247-catalog-hero--collection::before {
  position: absolute;
  z-index: 0;
  right: clamp(-170px, -9vw, -92px);
  bottom: -190px;
  width: 430px;
  height: 430px;
  content: '';
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255, 255, 255, .035), 0 0 0 76px rgba(255, 255, 255, .02);
  pointer-events: none;
  transform: scaleY(.58) rotate(-8deg);
}
.gh247-catalog-hero--collection::after {
  inset: 0;
  width: auto;
  height: auto;
  background: radial-gradient(circle at 76% 8%, rgba(74, 222, 128, .2), transparent 31%), radial-gradient(circle at 18% 118%, rgba(255, 255, 255, .09), transparent 42%);
  pointer-events: none;
}
.gh247-catalog-hero--collection .gh247-catalog-hero__copy { max-width: 780px; }
.gh247-catalog-hero--collection .gh247-catalog-hero__breadcrumb {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
}
.gh247-catalog-hero--collection .gh247-catalog-hero__breadcrumb a { color: #86EFAC; font-weight: 750; }
.gh247-catalog-hero--collection .gh247-catalog-hero__breadcrumb strong { color: rgba(255, 255, 255, .82); font-weight: 700; }
.gh247-catalog-hero--collection .gh247-eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 9px;
  color: #BBF7D0;
  background: rgba(34, 197, 94, .13);
  border: 1px solid rgba(134, 239, 172, .2);
  border-radius: 7px;
  letter-spacing: .075em;
}
.gh247-catalog-hero--collection h1 {
  max-width: 15ch;
  color: #fff;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.gh247-catalog-hero--collection .gh247-catalog-description { max-width: 58ch; color: rgba(241, 245, 249, .78); line-height: 1.58; overflow-wrap: anywhere; }
.gh247-catalog-hero--collection .gh247-catalog-description img { max-width: 100%; height: auto; }
.gh247-catalog-hero--collection .gh247-catalog-context { color: #BBF7D0; }
.gh247-catalog-hero--collection .gh247-catalog-hero__aside { min-width: 0; align-self: center; gap: 10px; }
.gh247-catalog-hero--collection.has-media .gh247-catalog-hero__aside { grid-template-columns: 104px minmax(0, 1fr); }
.gh247-catalog-hero--collection .gh247-catalog-hero__media {
  min-height: 112px;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(7, 24, 18, .2);
}
.gh247-catalog-hero--collection .gh247-catalog-hero__media img { object-fit: cover; }
.gh247-catalog-hero--collection .gh247-catalog-hero__stat {
  min-width: 0;
  min-height: 112px;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  align-content: center;
  align-items: center;
  justify-items: start;
  column-gap: 13px;
  padding: 15px 17px;
  color: var(--gh-text);
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(236, 253, 243, .94));
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(7, 24, 18, .19);
  backdrop-filter: blur(10px);
}
.gh247-catalog-hero--collection .gh247-catalog-hero__stat-icon {
  display: block;
  width: 44px;
  height: 44px;
  grid-column: 1;
  grid-row: 1 / 4;
  padding: 10px;
  color: var(--gh-primary-dark);
  background: rgba(34, 197, 94, .1);
  border: 1px solid rgba(22, 163, 74, .18);
  border-radius: 12px;
}
.gh247-catalog-hero--collection .gh247-catalog-hero__stat strong {
  grid-column: 2;
  color: var(--gh-primary-dark);
  font-size: 38px;
  line-height: .95;
}
.gh247-catalog-hero--collection .gh247-catalog-hero__stat span { grid-column: 2; margin-top: 4px; color: var(--gh-text); font-size: 13px; font-weight: 850; }
.gh247-catalog-hero--collection .gh247-catalog-hero__stat small { grid-column: 2; margin-top: 6px; color: var(--gh-muted); font-size: 11px; line-height: 1.35; }

@media (min-width: 1024px) {
  .gh247-catalog-hero--collection,
  .gh247-catalog-hero--collection.has-media { grid-template-columns: minmax(0, 1fr) minmax(360px, 410px); }
}

@media (max-width: 699px) {
  .gh247-collection-page { padding-top: 12px; padding-bottom: 40px; }
  .gh247-collection-page .gh247-catalog-hero--collection { gap: 10px; margin-bottom: 16px; padding: 16px; border-radius: 18px; box-shadow: 0 12px 32px rgba(15, 23, 42, .13); }
  .gh247-collection-page .gh247-catalog-hero--collection::before { right: -215px; bottom: -215px; opacity: .72; }
  .gh247-collection-page .gh247-catalog-hero--collection .gh247-catalog-hero__breadcrumb { margin-bottom: 8px; font-size: 12px; }
  .gh247-collection-page .gh247-catalog-hero--collection .gh247-eyebrow { margin-bottom: 7px; padding: 4px 8px; font-size: 11px; }
  .gh247-collection-page .gh247-catalog-hero--collection h1 { max-width: 100%; font-size: clamp(30px, 8.8vw, 34px); line-height: 1.08; }
  .gh247-collection-page .gh247-catalog-hero--collection .gh247-catalog-description { margin-top: 8px; font-size: 14px; line-height: 1.4; }
  .gh247-collection-page .gh247-catalog-hero--collection .gh247-catalog-description > :first-child { margin-top: 0; }
  .gh247-collection-page .gh247-catalog-hero--collection .gh247-catalog-hero__aside,
  .gh247-collection-page .gh247-catalog-hero--collection.has-media .gh247-catalog-hero__aside { display: block; align-self: start; }
  .gh247-collection-page .gh247-catalog-hero--collection .gh247-catalog-hero__media { display: none; }
  .gh247-collection-page .gh247-catalog-hero--collection .gh247-catalog-hero__stat { display: inline-flex; width: auto; min-height: 0; align-items: baseline; justify-content: flex-start; gap: 5px; justify-self: start; padding: 7px 10px; background: rgba(255, 255, 255, .94); border-color: rgba(255, 255, 255, .5); border-radius: 9px; box-shadow: none; backdrop-filter: none; }
  .gh247-collection-page .gh247-catalog-hero--collection .gh247-catalog-hero__stat-icon,
  .gh247-collection-page .gh247-catalog-hero--collection .gh247-catalog-hero__stat small { display: none; }
  .gh247-collection-page .gh247-catalog-hero--collection .gh247-catalog-hero__stat strong { color: var(--gh-primary-dark); font-size: 15px; line-height: 1; letter-spacing: -.01em; }
  .gh247-collection-page .gh247-catalog-hero--collection .gh247-catalog-hero__stat span { margin: 0; color: var(--gh-text); font-size: 14px; line-height: 1; font-weight: 750; }
  .gh247-collection-page .gh247-subcategory-nav { margin-bottom: 14px; padding: 12px; }
  .gh247-collection-page .gh247-subcategory-nav h2 { margin-bottom: 8px; font-size: 11px; }
  .gh247-collection-page .gh247-subcategory-nav__links { gap: 7px; padding-bottom: 0; }
  .gh247-collection-page .gh247-subcategory-nav__links a { min-height: 44px; padding: 7px 12px; font-size: 13px; }
  .gh247-collection-page .gh247-catalog-layout { gap: 0; }
  .gh247-collection-page .gh247-catalog-toolbar { display: grid; min-height: 0; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 10px; margin-bottom: 14px; padding: 12px; border-radius: 12px; }
  .gh247-collection-page .gh247-catalog-toolbar > p { display: block; width: auto; white-space: nowrap; }
  .gh247-collection-page .gh247-catalog-toolbar > p span { display: none; }
  .gh247-collection-page .gh247-catalog-toolbar > p strong { font-size: 14px; line-height: 1.2; }
  .gh247-collection-page .gh247-catalog-toolbar__actions { display: grid; width: 100%; grid-template-columns: minmax(92px, .9fr) minmax(108px, 1.1fr); gap: 8px; }
  .gh247-collection-page .gh247-catalog-filter-trigger,
  .gh247-collection-page .gh247-catalog-sort { min-width: 0; min-height: 46px; }
  .gh247-collection-page .gh247-catalog-filter-trigger { padding: 8px 10px; white-space: nowrap; }
  .gh247-collection-page .gh247-catalog-sort { position: relative; }
  .gh247-collection-page .gh247-catalog-sort::after { position: absolute; right: 11px; width: 7px; height: 7px; border-right: 2px solid var(--gh-dark-surface); border-bottom: 2px solid var(--gh-dark-surface); content: ''; pointer-events: none; transform: translateY(-2px) rotate(45deg); }
  .gh247-collection-page .gh247-catalog-sort select { width: 100%; min-height: 46px; padding: 8px 26px 8px 10px; font-size: 12.5px; text-overflow: ellipsis; -webkit-appearance: none; appearance: none; }
  .gh247-collection-page .gh247-catalog-pagination { gap: 12px 10px; margin-top: 24px; }
  .gh247-collection-page .gh247-catalog-pagination a,
  .gh247-collection-page .gh247-catalog-pagination__pages > span { min-height: 44px; }
}

@media (max-width: 359px) {
  .gh247-collection-page .gh247-catalog-toolbar { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .gh247-collection-page .gh247-catalog-toolbar > p { white-space: normal; }
  .gh247-collection-page .gh247-catalog-toolbar__actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Mobile homepage polish — compact first-screen rhythm and distinct category modes. */
@media (max-width: 699px) {
  .gh247-home { padding-top: 8px; }
  .gh247-home .gh247-hero-intro { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; column-gap: 12px; row-gap: 0; margin-bottom: 6px; }
  .gh247-home .gh247-hero-intro > div { display: contents; }
  .gh247-home .gh247-hero-intro small { display: none; }
  .gh247-home .gh247-hero-intro h1 { max-width: none; grid-column: 1; margin: 0; font-size: clamp(24px, 6.4vw, 27px); line-height: 1.08; }
  .gh247-home .gh247-hero-intro > a { min-width: 0; min-height: 0; grid-column: 2; align-self: end; justify-self: end; padding-bottom: 2px; font-size: 12px; line-height: 1.25; text-align: right; white-space: nowrap; }
  .gh247-home .gh247-hero-intro__arrow { display: none; }
  .gh247-home .gh247-hero { gap: 8px; }
  .gh247-home .gh247-hero > .gh247-hero-card,
  .gh247-home .gh247-hero-side > .gh247-hero-card,
  .gh247-home .gh247-hero-side > .gh247-hero-guide { flex-basis: 92%; aspect-ratio: 20 / 9; }
  .gh247-home .gh247-hero-card picture { display: block; width: 100%; height: 100%; }
  .gh247-home .gh247-hero-card img { object-fit: cover; object-position: left center; }
  .gh247-home .gh247-hero-guide__copy { left: 16px; width: min(calc(58% - 16px), 220px); }
  .gh247-home .gh247-categories { padding: 22px 0 10px !important; }
  .gh247-home .gh247-category-tabs { gap: 7px; margin-bottom: 10px; padding: 0; background: transparent; border: 0; border-radius: 0; }
  .gh247-home .gh247-category-tabs button { min-height: 42px; border: 1px solid transparent; border-radius: 10px; box-shadow: none; transition: color .18s ease, background-color .18s ease, border-color .18s ease; }
  .gh247-home .gh247-category-tabs button[data-gh247-category-tab="civil"] { color: var(--gh-primary-dark); background: #F1FAF4; border-color: #CDE8D6; }
  .gh247-home .gh247-category-tabs button[data-gh247-category-tab="industry"] { color: #334155; background: #F1F5F9; border-color: #CBD5E1; }
  .gh247-home .gh247-category-tabs button[data-gh247-category-tab="civil"].is-active { color: #fff; background: var(--gh-primary); border-color: var(--gh-primary); }
  .gh247-home .gh247-category-tabs button[data-gh247-category-tab="industry"].is-active { color: #fff; background: #24485A; border-color: #24485A; }
  .gh247-home .gh247-category-tabs button:focus-visible { outline: 3px solid rgba(23, 134, 83, .3); outline-offset: 2px; }
  .gh247-home .gh247-category-panel { padding: 12px 10px 10px; }
  .gh247-home .gh247-category-grid { gap: 11px 7px; }
}

@media (max-width: 359px) {
  .gh247-home { padding-top: 6px; }
  .gh247-home .gh247-hero-intro { grid-template-columns: minmax(0, 1fr) minmax(88px, 105px); column-gap: 8px; margin-bottom: 5px; }
  .gh247-home .gh247-hero-intro h1 { font-size: 24px; }
  .gh247-home .gh247-hero-intro > a { white-space: normal; }
  .gh247-home .gh247-categories { padding-top: 18px !important; }
  .gh247-home .gh247-category-tabs { gap: 5px; }
  .gh247-home .gh247-category-tabs button { min-height: 40px; padding-inline: 8px; font-size: 12px; }
  .gh247-home .gh247-category-panel { padding-inline: 8px; }
  .gh247-home .gh247-category-grid { gap-inline: 5px; }
}

/* Shared product-card rhythm — real optional rows, stable bottom-aligned actions. */
.gh247-product-card { align-self: stretch; }
.gh247-product-card__content { min-height: 0; flex: 0 1 auto; padding-block: 4px 7px; }
.gh247-product-card__vendor { margin-bottom: 4px; line-height: 1.2; }
.gh247-product-card h3 { min-height: 2.7em; margin-bottom: 6px; line-height: 1.35; -webkit-line-clamp: 2; }
.gh247-product-card__rating-slot { display: flex; min-height: 20px; align-items: center; margin-bottom: 5px; }
.gh247-product-card .pro_loop_review { display: flex; min-height: 20px; align-items: center; margin: 0; line-height: 1; }
.gh247-product-card .pro_loop_review > a { display: flex; min-width: 0; min-height: 20px; align-items: center; overflow: hidden; }
.gh247-product-card__price { margin-top: 0; line-height: 1.2; }
.gh247-product-card__saving { margin-top: 3px; line-height: 1.35; }
.gh247-product-card__actions { margin-top: auto; padding-bottom: 12px; }
.gh247-product-card__actions form { width: 100%; }
.gh247-product-card__actions .gh247-button--card,
.gh247-product-card__actions .gh247-button--disabled { min-height: 44px; border-radius: 9px; }

.gh247-home-product-shelf .gh247-product-rail { --gh247-shelf-row-height: 346px; }

@media (max-width: 399px) {
  .gh247-home-product-shelf .gh247-product-rail { --gh247-shelf-row-height: 338px; }
}

@media (max-width: 359px) {
  .gh247-home-product-shelf .gh247-product-rail { --gh247-shelf-row-height: 326px; }
}

@media (min-width: 768px) {
  .gh247-home-product-shelf .gh247-product-rail { --gh247-shelf-row-height: 362px; }
}

@media (min-width: 1024px) {
  .gh247-home-product-shelf .gh247-product-rail { --gh247-shelf-row-height: 362px; }
}

/* Search results share the collection hero language; header suggestions stay request-driven. */
.gh247-search-page .gh247-catalog-hero--search { margin-bottom: 20px; }
.gh247-search-hero__query { max-width: 56ch; margin: 10px 0 0; color: #D1FAE5; font-size: 15px; font-weight: 720; line-height: 1.45; }

.gh247-site-header.has-predictive-search { z-index: 75; }
.gh247-site-header.has-predictive-search .gh247-mobile-search { overflow: visible; }
.gh247-predictive-search {
  position: absolute;
  z-index: 60;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  overflow: hidden;
  max-height: min(390px, calc(100vh - 150px));
  overflow-y: auto;
  color: var(--gh-text);
  background: #fff;
  border: 1px solid #D8E8DF;
  border-radius: 13px;
  box-shadow: 0 20px 48px rgba(16, 43, 34, .18), 0 4px 14px rgba(21, 128, 61, .08);
  text-align: left;
}
.gh247-predictive-search[aria-busy="true"] { overflow: hidden; }
.gh247-predictive-search__list { display: grid; padding: 6px; }
.gh247-predictive-search__item {
  display: grid;
  min-width: 0;
  min-height: 72px;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 8px;
  color: var(--gh-text);
  border-radius: 9px;
  transition: color .18s ease, background-color .18s ease;
}
.gh247-predictive-search__item + .gh247-predictive-search__item { border-top: 1px solid #EDF4F0; }
.gh247-predictive-search__item:hover,
.gh247-predictive-search__item:focus-visible,
.gh247-predictive-search__item.is-active { color: var(--gh-primary-dark); background: #F1FAF4; outline: 0; }
.gh247-predictive-search__media { display: grid; width: 56px; height: 56px; place-items: center; overflow: hidden; background: #fff; border: 1px solid #E3ECE7; border-radius: 9px; }
.gh247-predictive-search__media img { width: 100%; height: 100%; object-fit: contain; }
.gh247-predictive-search__copy { display: grid; min-width: 0; gap: 5px; }
.gh247-predictive-search__copy strong { display: -webkit-box; overflow: hidden; color: inherit; font-size: 14px; font-weight: 760; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.gh247-predictive-search__copy > span { color: var(--gh-primary-dark); font-size: 14px; font-weight: 850; font-variant-numeric: tabular-nums; line-height: 1.2; }
.gh247-predictive-search__status { min-height: 62px; margin: 0; padding: 20px 18px; color: var(--gh-muted); font-size: 13px; line-height: 1.45; }
.gh247-predictive-search__status.is-loading { color: var(--gh-primary-dark); }
.gh247-predictive-search__all { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px; color: var(--gh-primary-dark); background: #F4FAF6; border-top: 1px solid #DDECE3; font-size: 13px; font-weight: 820; }
.gh247-predictive-search__all:hover,
.gh247-predictive-search__all:focus-visible { color: #fff; background: var(--gh-primary-dark); outline: 0; }

@media (max-width: 699px) {
  .gh247-search-page { padding-top: 12px; padding-bottom: 40px; }
  .gh247-search-page .gh247-catalog-hero--search { gap: 10px; margin-bottom: 16px; padding: 16px; border-radius: 18px; box-shadow: 0 12px 32px rgba(15, 23, 42, .13); }
  .gh247-search-page .gh247-catalog-hero--search::before { right: -215px; bottom: -215px; opacity: .72; }
  .gh247-search-page .gh247-catalog-hero--search .gh247-catalog-hero__breadcrumb { margin-bottom: 8px; font-size: 12px; }
  .gh247-search-page .gh247-catalog-hero--search .gh247-eyebrow { margin-bottom: 7px; padding: 4px 8px; font-size: 11px; }
  .gh247-search-page .gh247-catalog-hero--search h1 { max-width: 100%; font-size: clamp(30px, 8.8vw, 34px); line-height: 1.08; }
  .gh247-search-page .gh247-catalog-hero--search .gh247-catalog-description,
  .gh247-search-page .gh247-search-hero__query { margin-top: 8px; font-size: 14px; line-height: 1.4; }
  .gh247-search-page .gh247-catalog-hero--search .gh247-catalog-hero__aside { display: block; align-self: start; }
  .gh247-search-page .gh247-catalog-hero--search .gh247-catalog-hero__stat { display: inline-flex; width: auto; min-height: 0; align-items: baseline; justify-content: flex-start; gap: 5px; justify-self: start; padding: 7px 10px; background: rgba(255, 255, 255, .94); border-color: rgba(255, 255, 255, .5); border-radius: 9px; box-shadow: none; backdrop-filter: none; }
  .gh247-search-page .gh247-catalog-hero--search .gh247-catalog-hero__stat-icon,
  .gh247-search-page .gh247-catalog-hero--search .gh247-catalog-hero__stat small { display: none; }
  .gh247-search-page .gh247-catalog-hero--search .gh247-catalog-hero__stat strong { color: var(--gh-primary-dark); font-size: 15px; line-height: 1; letter-spacing: -.01em; }
  .gh247-search-page .gh247-catalog-hero--search .gh247-catalog-hero__stat span { margin: 0; color: var(--gh-text); font-size: 14px; line-height: 1; font-weight: 750; }
  .gh247-mobile-search .gh247-predictive-search { top: calc(100% + 6px); max-height: min(330px, calc(100dvh - 190px)); border-radius: 11px; }
  .gh247-predictive-search__item { min-height: 68px; grid-template-columns: 52px minmax(0, 1fr); gap: 10px; padding: 7px; }
  .gh247-predictive-search__media { width: 52px; height: 52px; }
}
