/* Giong Gia Cam — refined farm editorial */
:root {
  --ggc-forest: #14352a;
  --ggc-leaf: #2a6b4e;
  --ggc-moss: #3d8f6a;
  --ggc-amber: #b8892a;
  --ggc-amber-soft: #efe0bf;
  --ggc-ink: #1a2a22;
  --ggc-muted: #66756d;
  --ggc-line: #e2ebe5;
  --ggc-paper: #f7f9f6;
  --ggc-white: #ffffff;
  --ggc-shadow: 0 12px 32px rgba(20, 53, 42, 0.07);
  --ggc-radius: 16px;
  --ggc-max: 1180px;
  --ggc-font: "Be Vietnam Pro", system-ui, sans-serif;
  --ggc-display: "Source Serif 4", Georgia, serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.ggc-body {
  margin: 0;
  font-family: var(--ggc-font);
  color: var(--ggc-ink);
  background:
    linear-gradient(180deg, #eef4f0 0%, var(--ggc-paper) 18%, var(--ggc-paper) 100%);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--ggc-leaf); text-decoration: none; transition: color .2s ease, opacity .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
a:hover { color: var(--ggc-forest); }
h1,h2,h3,h4 { font-family: var(--ggc-display); line-height: 1.22; color: var(--ggc-forest); margin: 0 0 .55em; font-weight: 700; }
.container { width: min(100% - 1.75rem, var(--ggc-max)); margin-inline: auto; }

.ggc-eyebrow {
  margin: 0 0 .4rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ggc-amber);
}
.ggc-eyebrow-light { color: var(--ggc-amber-soft); }
.ggc-text-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-weight: 600;
  font-size: .92rem;
  color: var(--ggc-leaf) !important;
}
.ggc-text-link::after { content: "→"; transition: transform .2s ease; }
.ggc-text-link:hover::after { transform: translateX(3px); }

/* Skip old layout chrome on public pages */
.ggc-body .header_top,
.ggc-body .support,
.ggc-body .facebook_chat_box,
.ggc-body .amp_fb_icon { display: none !important; }

/* ===== Header ===== */
.ggc-topbar {
  background: var(--ggc-forest);
  color: rgba(255,255,255,.78);
  font-size: .78rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.ggc-topbar-inner {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: .42rem 0;
  flex-wrap: wrap;
}
.ggc-topbar-note { margin: 0; }
.ggc-topbar-links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.ggc-topbar-links a {
  color: rgba(255,255,255,.82) !important;
  font-weight: 500;
}
.ggc-topbar-phone strong {
  color: #fff;
  font-weight: 700;
  margin-left: .2rem;
}
.ggc-topbar-links a:hover { color: var(--ggc-amber-soft) !important; }

.ggc-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--ggc-line);
  overflow: visible;
}
.ggc-header > .container {
  position: relative;
  overflow: visible;
}
.ggc-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .7rem 0 .55rem;
  min-height: 64px;
}

.ggc-logo {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  flex-shrink: 0;
  max-width: min(420px, 72vw);
  color: var(--ggc-forest) !important;
  text-decoration: none !important;
}
.ggc-logo-img {
  width: auto;
  height: 52px;
  max-width: 120px;
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
  transition: transform .35s ease;
}
.ggc-logo:hover .ggc-logo-img {
  transform: scale(1.04);
}
.ggc-logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ggc-leaf);
}
.ggc-logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.15;
  min-width: 0;
  animation: ggc-logo-in .7s ease both;
}
.ggc-logo-title {
  position: relative;
  display: inline-block;
  font-family: var(--ggc-display);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 700;
  color: var(--ggc-forest);
  letter-spacing: -.02em;
  background: linear-gradient(105deg, var(--ggc-forest) 0%, var(--ggc-leaf) 42%, var(--ggc-amber) 58%, var(--ggc-forest) 100%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: ggc-logo-shine 4.5s ease-in-out infinite;
}
.ggc-logo-text small {
  font-size: .72rem;
  color: var(--ggc-muted);
  font-weight: 500;
  margin-top: .2rem;
  letter-spacing: .03em;
  opacity: 0;
  transform: translateY(6px);
  animation: ggc-logo-sub .55s ease .28s both;
}
.ggc-logo:hover .ggc-logo-title {
  animation-duration: 1.6s;
}

@keyframes ggc-logo-in {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: none; }
}
@keyframes ggc-logo-sub {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}
@keyframes ggc-logo-shine {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}

.ggc-header-tools {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-shrink: 0;
}

.ggc-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--ggc-line);
  border-radius: 10px;
  background: var(--ggc-white);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}
.ggc-nav-toggle span {
  display: block;
  width: 16px;
  height: 1.5px;
  background: var(--ggc-forest);
}

.ggc-search {
  display: flex;
  align-items: center;
  background: var(--ggc-paper);
  border: 1px solid var(--ggc-line);
  border-radius: 999px;
  overflow: hidden;
  width: 168px;
  transition: width .25s ease, border-color .2s ease, box-shadow .2s ease;
}
.ggc-search:focus-within {
  width: 210px;
  border-color: rgba(42,107,78,.35);
  box-shadow: 0 0 0 3px rgba(42,107,78,.08);
  background: #fff;
}
.ggc-search input {
  border: 0;
  background: transparent;
  padding: .48rem .15rem .48rem .85rem;
  width: 100%;
  outline: none;
  font: inherit;
  font-size: .84rem;
  color: var(--ggc-ink);
}
.ggc-search button {
  border: 0;
  background: transparent;
  color: var(--ggc-muted);
  width: 38px;
  height: 34px;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.ggc-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--ggc-line);
  background: #fff;
  color: var(--ggc-forest) !important;
}
.ggc-cart:hover {
  border-color: var(--ggc-leaf);
  background: rgba(42,107,78,.06);
}
.ggc-cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 17px;
  height: 17px;
  border-radius: 999px;
  background: var(--ggc-amber);
  color: #1a1408;
  font-size: .65rem;
  display: grid;
  place-items: center;
  padding: 0 4px;
  font-weight: 700;
}
.ggc-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .62rem 1.05rem;
  border-radius: 999px;
  background: var(--ggc-forest);
  color: #fff !important;
  font-weight: 600;
  font-size: .84rem;
  white-space: nowrap;
  letter-spacing: .01em;
}
.ggc-header-cta:hover {
  background: var(--ggc-leaf);
  color: #fff !important;
  transform: translateY(-1px);
}

/* Nav — full-width row under logo (không bị xô) */
.ggc-menubar {
  display: block;
  border-top: 1px solid var(--ggc-line);
  overflow: visible;
}

body.ggc-body .ggc-nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: .1rem;
  list-style: none;
  margin: 0;
  padding: .15rem 0 .35rem;
  flex-wrap: wrap;
  overflow: visible;
}
body.ggc-body .ggc-nav > li {
  position: relative;
  flex: 0 0 auto;
}
body.ggc-body .ggc-nav > li.has-sub > a {
  cursor: pointer;
}
body.ggc-body .ggc-nav > li > a {
  display: inline-flex;
  align-items: center;
  gap: .32rem;
  padding: .7rem .85rem;
  color: #2a3f35 !important;
  font-weight: 500;
  font-size: .9rem;
  letter-spacing: .01em;
  white-space: nowrap;
  border-radius: 8px;
  background: transparent !important;
  position: relative;
}
body.ggc-body .ggc-nav > li > a::after {
  content: "";
  position: absolute;
  left: .85rem;
  right: .85rem;
  bottom: .28rem;
  height: 2px;
  background: var(--ggc-amber);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}
body.ggc-body .ggc-nav > li > a:hover,
body.ggc-body .ggc-nav > li:hover > a,
body.ggc-body .ggc-nav > li.active > a,
body.ggc-body .ggc-nav li.menu__item--current > a {
  background: rgba(42,107,78,.06) !important;
  color: var(--ggc-forest) !important;
  font-weight: 600;
}
body.ggc-body .ggc-nav > li > a:hover::after,
body.ggc-body .ggc-nav > li:hover > a::after,
body.ggc-body .ggc-nav > li.active > a::after,
body.ggc-body .ggc-nav li.menu__item--current > a::after {
  transform: scaleX(1);
}
.ggc-caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 4px solid rgba(20,53,42,.45);
  margin-top: 1px;
}
body.ggc-body .ggc-nav > li:hover > a .ggc-caret {
  border-top-color: var(--ggc-forest);
}

/* Submenu desktop — không có khoảng trống gây mất hover */
body.ggc-body .ggc-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1200;
  /* cầu hover: vùng trong suốt nối parent → panel */
  padding-top: 0;
}
body.ggc-body .ggc-submenu::before {
  content: "";
  display: block;
  height: 6px;
  background: transparent;
}
body.ggc-body .ggc-submenu::after {
  content: none;
}
body.ggc-body .ggc-nav > li:hover > .ggc-submenu,
body.ggc-body .ggc-nav > li:focus-within > .ggc-submenu,
body.ggc-body .ggc-nav > li.is-open > .ggc-submenu {
  display: block;
}
body.ggc-body .ggc-submenu > li {
  background: #fff;
  border-left: 1px solid var(--ggc-line);
  border-right: 1px solid var(--ggc-line);
}
body.ggc-body .ggc-submenu > li:first-child {
  border-top: 1px solid var(--ggc-line);
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
body.ggc-body .ggc-submenu > li:last-child {
  border-bottom: 1px solid var(--ggc-line);
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  box-shadow: var(--ggc-shadow);
}
body.ggc-body .ggc-submenu > li:only-child {
  border-radius: 12px;
}
body.ggc-body .ggc-submenu a {
  display: block;
  padding: .7rem .95rem;
  color: var(--ggc-ink) !important;
  font-size: .9rem;
  font-weight: 500;
  white-space: normal;
  background: #fff;
}
body.ggc-body .ggc-submenu a:hover {
  background: var(--ggc-paper) !important;
  color: var(--ggc-forest) !important;
}

/* ===== Hero ===== */
.ggc-hero {
  position: relative;
  min-height: min(68vh, 520px);
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(10,28,20,.2) 0%, rgba(10,28,20,.82) 100%),
    url('../images/slider1.jpg') center/cover no-repeat;
}
.ggc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(20,53,42,.82) 0%, rgba(20,53,42,.35) 48%, rgba(184,137,42,.16) 100%);
  pointer-events: none;
}
.ggc-hero-inner {
  position: relative;
  z-index: 1;
  padding: clamp(2.8rem, 9vw, 5.2rem) 0 clamp(2.2rem, 5vw, 3.6rem);
  max-width: 38rem;
  animation: ggc-rise .75s ease both;
}
.ggc-hero-kicker {
  margin: 0 0 .55rem;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ggc-amber-soft);
}
.ggc-hero-brand {
  display: block;
  font-family: var(--ggc-display);
  font-size: clamp(2.1rem, 5vw, 3.1rem);
  font-weight: 700;
  margin-bottom: .45rem;
  letter-spacing: -.03em;
  color: #fff;
  line-height: 1.05;
}
.ggc-hero h1 {
  color: rgba(255,255,255,.92);
  font-family: var(--ggc-font);
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
  font-weight: 500;
  margin-bottom: .85rem;
  line-height: 1.45;
}
.ggc-hero p {
  margin: 0 0 1.35rem;
  color: rgba(255,255,255,.84);
  font-size: 1.02rem;
  max-width: 32rem;
}
.ggc-cta-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.ggc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .78rem 1.3rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: .92rem;
  border: 0;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.ggc-btn:hover { transform: translateY(-1px); }
.ggc-btn-primary {
  background: var(--ggc-amber);
  color: #1a1408 !important;
  box-shadow: 0 10px 22px rgba(184,137,42,.28);
}
.ggc-btn-ghost {
  background: rgba(255,255,255,.1);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.35);
  backdrop-filter: blur(4px);
}

@keyframes ggc-rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

/* ===== Sections ===== */
.ggc-section { padding: clamp(2.2rem, 5vw, 3.6rem) 0; }
.ggc-section-trust { padding-top: 0; margin-top: -1.6rem; position: relative; z-index: 2; }
.ggc-section-products { padding-top: .5rem; }
.ggc-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.6rem;
  flex-wrap: wrap;
}
.ggc-section-head h2 {
  font-size: clamp(1.45rem, 3vw, 1.95rem);
  margin: 0;
}
.ggc-section-head p {
  margin: .4rem 0 0;
  color: var(--ggc-muted);
  max-width: 34rem;
  font-size: .95rem;
}
.ggc-link-more {
  font-weight: 600;
  white-space: nowrap;
  color: var(--ggc-forest) !important;
  font-size: .92rem;
  border-bottom: 1px solid rgba(20,53,42,.25);
  padding-bottom: .1rem;
}
.ggc-link-more:hover { border-color: var(--ggc-amber); color: var(--ggc-leaf) !important; }

.ggc-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid var(--ggc-line);
  border-radius: var(--ggc-radius);
  box-shadow: var(--ggc-shadow);
  overflow: hidden;
}
.ggc-trust-item {
  padding: 1.15rem 1.2rem;
  border-right: 1px solid var(--ggc-line);
  animation: ggc-rise .55s ease both;
}
.ggc-trust-item:last-child { border-right: 0; }
.ggc-trust-item:nth-child(2) { animation-delay: .06s; }
.ggc-trust-item:nth-child(3) { animation-delay: .12s; }
.ggc-trust-item:nth-child(4) { animation-delay: .18s; }
.ggc-trust-item strong {
  display: block;
  color: var(--ggc-forest);
  margin-bottom: .2rem;
  font-size: .92rem;
  font-family: var(--ggc-font);
}
.ggc-trust-item span { color: var(--ggc-muted); font-size: .84rem; }

/* News first */
.ggc-news-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1.35rem;
}
.ggc-news-feature,
.ggc-news-card,
.ggc-product-card {
  background: var(--ggc-white);
  border: 1px solid var(--ggc-line);
  border-radius: var(--ggc-radius);
  overflow: hidden;
  box-shadow: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ggc-news-feature:hover,
.ggc-news-card:hover,
.ggc-product-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--ggc-shadow);
  border-color: rgba(42,107,78,.22);
}
.ggc-media { display: block; overflow: hidden; }
.ggc-news-feature img,
.ggc-news-card img,
.ggc-product-card img,
.ggc-thumb img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  background: #e7eee9;
  transition: transform .45s ease;
}
.ggc-news-feature:hover img,
.ggc-news-card:hover img,
.ggc-product-card:hover img {
  transform: scale(1.03);
}
.ggc-product-card .ggc-thumb img { aspect-ratio: 1; border-radius: 0; }
.ggc-news-feature .ggc-card-body,
.ggc-news-card .ggc-card-body,
.ggc-product-card .ggc-card-body { padding: 1.05rem 1.15rem 1.25rem; }
.ggc-meta {
  display: flex;
  gap: .75rem;
  color: var(--ggc-muted);
  font-size: .78rem;
  margin-bottom: .4rem;
  letter-spacing: .02em;
}
.ggc-news-list {
  display: grid;
  gap: .95rem;
}
.ggc-news-card {
  display: grid;
  grid-template-columns: 118px 1fr;
}
.ggc-news-card img { aspect-ratio: 1; height: 100%; }
.ggc-news-card h3,
.ggc-news-feature h3,
.ggc-product-card h3 {
  font-size: 1.05rem;
  margin: 0 0 .35rem;
}
.ggc-news-card h3 a,
.ggc-news-feature h3 a,
.ggc-product-card h3 a { color: var(--ggc-forest); }
.ggc-excerpt {
  color: var(--ggc-muted);
  font-size: .9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 .75rem;
}

.ggc-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}
.ggc-price {
  color: var(--ggc-leaf);
  font-weight: 700;
  margin: .3rem 0 .85rem;
  font-size: .95rem;
}
.ggc-card-actions {
  display: flex;
  gap: .45rem;
  flex-wrap: wrap;
}
.ggc-card-actions .ggc-btn {
  padding: .52rem .85rem;
  font-size: .84rem;
}
.ggc-btn-soft {
  background: rgba(42,107,78,.08);
  color: var(--ggc-forest) !important;
}

.ggc-about-band {
  background: linear-gradient(135deg, var(--ggc-forest), #1b4636 60%, #215543);
  color: #eef5f0;
  border-radius: calc(var(--ggc-radius) + 2px);
  padding: clamp(1.6rem, 4vw, 2.6rem);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 1.75rem;
  align-items: center;
}
.ggc-about-band h2 { color: #fff; }
.ggc-about-band p { color: rgba(255,255,255,.86); margin: 0 0 1.1rem; }
.ggc-about-media {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
}
.ggc-about-media img,
.ggc-about-band img {
  border-radius: 14px;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

/* News pages */
.ggc-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  list-style: none;
  padding: 1rem 0 0;
  margin: 0;
  font-size: .9rem;
  color: var(--ggc-muted);
}
.ggc-breadcrumb a { color: var(--ggc-muted); }
.ggc-breadcrumb .active { color: var(--ggc-forest); font-weight: 600; }
.ggc-page-title {
  padding: 1rem 0 1.35rem;
  border-bottom: 1px solid var(--ggc-line);
  margin-bottom: 0;
}
.ggc-page-title h1 { margin: 0; font-size: clamp(1.5rem, 3vw, 2.1rem); }
.ggc-page-lead {
  margin: .65rem 0 0;
  color: var(--ggc-muted);
  font-size: 1rem;
  max-width: 46rem;
  line-height: 1.65;
}

/* News list — editorial feed (title + summary) */
.ggc-news-feed {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.ggc-news-row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 1.25rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--ggc-line);
  transition: background .2s ease;
  align-items: start;
}
.ggc-news-row:first-child { padding-top: 1.5rem; }
.ggc-news-row:hover {
  background: linear-gradient(90deg, rgba(42,107,78,.04), transparent 70%);
}
.ggc-news-row-thumb {
  display: block;
  width: 160px;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  background: #e7eee9;
  border: 1px solid var(--ggc-line);
  flex-shrink: 0;
}
.ggc-news-row-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.ggc-news-row:hover .ggc-news-row-thumb img {
  transform: scale(1.04);
}
.ggc-news-row-thumb-empty {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e7eee9, #d5e3da);
}
.ggc-news-row-title {
  margin: 0 0 .45rem;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  line-height: 1.35;
}
.ggc-news-row-title a {
  color: var(--ggc-forest) !important;
  text-decoration: none;
}
.ggc-news-row-title a:hover {
  color: var(--ggc-leaf) !important;
}
.ggc-news-row-desc {
  margin: 0 0 .7rem;
  color: var(--ggc-muted);
  font-size: .95rem;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 720px) {
  .ggc-news-row {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: .85rem;
    padding: 1.1rem 0;
  }
  .ggc-news-row-thumb {
    width: 96px;
    height: 96px;
    border-radius: 10px;
  }
  .ggc-news-row-desc {
    -webkit-line-clamp: 2;
    font-size: .9rem;
  }
}
.ggc-article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 1.5rem;
}
.ggc-article-main {
  background: var(--ggc-white);
  border: 1px solid var(--ggc-line);
  border-radius: var(--ggc-radius);
  padding: clamp(1rem, 3vw, 1.75rem);
  box-shadow: var(--ggc-shadow);
}
.ggc-article-main .lead {
  font-size: 1.08rem;
  color: var(--ggc-muted);
  font-style: italic;
  margin-bottom: 1rem;
}
.ggc-article-main .new_des,
.ggc-article-main .ggc-content {
  font-size: 1.05rem;
  line-height: 1.75;
}
.ggc-article-main .new_des img,
.ggc-detail-block .new_des img { margin: 1rem auto; border-radius: 12px; }
.ggc-article-main figure img {
  width: 100%;
  border-radius: 14px;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.ggc-lead {
  font-size: 1.05rem;
  color: var(--ggc-muted);
  line-height: 1.65;
  margin: 0 0 1.1rem;
}

/* Listing + product detail */
.ggc-page { padding-bottom: 2.5rem; }
.ggc-listing {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 1.35rem;
  align-items: start;
}
.ggc-cat-list,
.ggc-cat-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ggc-cat-list > li + li { margin-top: .35rem; }
.ggc-cat-list > li > a {
  display: block;
  padding: .55rem .7rem;
  border-radius: 8px;
  color: var(--ggc-ink);
  font-weight: 600;
  font-size: .92rem;
}
.ggc-cat-list > li > a:hover { background: rgba(45,106,79,.1); color: var(--ggc-forest); }
.ggc-cat-list ul { margin: .25rem 0 .5rem .65rem; }
.ggc-cat-list ul a {
  display: block;
  padding: .35rem .5rem;
  color: var(--ggc-muted);
  font-size: .88rem;
}
.ggc-cat-list ul a:hover { color: var(--ggc-leaf); }
.ggc-product-grid-list { grid-template-columns: repeat(3, 1fr); }
.ggc-paging {
  display: flex;
  justify-content: center;
  margin: 1.75rem 0 0;
  padding: 1.1rem 0 .25rem;
}
.ggc-paging .pagination,
.ggc-body .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ggc-paging .pagination > li,
.ggc-body .pagination > li {
  display: inline-flex;
  margin: 0;
  padding: 0;
  float: none;
}
.ggc-paging .pagination > li > a,
.ggc-paging .pagination > li > span,
.ggc-body .pagination > li > a,
.ggc-body .pagination > li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 .75rem;
  border: 1px solid var(--ggc-line);
  border-radius: 10px;
  background: #fff;
  color: var(--ggc-forest) !important;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.ggc-paging .pagination > li > a:hover,
.ggc-body .pagination > li > a:hover {
  background: rgba(42,107,78,.08);
  border-color: rgba(42,107,78,.35);
  color: var(--ggc-leaf) !important;
  transform: translateY(-1px);
}
.ggc-paging .pagination > li.active > a,
.ggc-paging .pagination > li > a.active,
.ggc-paging .pagination > li.page_current > a,
.ggc-body .pagination > li.active > a,
.ggc-body .pagination > li > a.active,
.ggc-body .pagination > li.page_current > a {
  background: var(--ggc-forest);
  border-color: var(--ggc-forest);
  color: #fff !important;
  cursor: default;
  pointer-events: none;
}
.ggc-paging .pagination > li.page_current > a {
  min-width: auto;
  padding: 0 1rem;
  background: var(--ggc-paper);
  border-color: var(--ggc-line);
  color: var(--ggc-muted) !important;
  font-weight: 500;
  font-size: .84rem;
  pointer-events: none;
}
.ggc-paging .pagination > li > span.page_item,
.ggc-body .pagination > li > span.page_item {
  border: 0;
  background: transparent;
  color: var(--ggc-muted) !important;
  min-width: 28px;
  height: 40px;
  font-weight: 500;
}
.ggc-paging .pagination > li > a.page_first,
.ggc-paging .pagination > li > a.page_prev,
.ggc-paging .pagination > li > a.page_next,
.ggc-paging .pagination > li > a.page_last {
  font-size: 1rem;
}

@media (max-width: 640px) {
  .ggc-paging .pagination > li.page_current {
    width: 100%;
    justify-content: center;
    margin-bottom: .25rem;
  }
  .ggc-paging .pagination > li > a,
  .ggc-paging .pagination > li > span {
    min-width: 36px;
    height: 36px;
    padding: 0 .55rem;
    font-size: .84rem;
  }
}

.ggc-product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.75rem;
  background: #fff;
  border: 1px solid var(--ggc-line);
  border-radius: var(--ggc-radius);
  padding: clamp(1rem, 3vw, 1.75rem);
  box-shadow: var(--ggc-shadow);
  margin-bottom: 1.5rem;
}
.ggc-main-image {
  border-radius: 16px;
  overflow: hidden;
  background: #e7eee9;
  border: 1px solid var(--ggc-line);
}
.ggc-main-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 16px;
}
.ggc-thumbs {
  display: flex;
  gap: .55rem;
  margin-top: .75rem;
  flex-wrap: wrap;
}
.ggc-thumb-btn {
  width: 68px;
  height: 68px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
}
.ggc-thumb-btn.is-active,
.ggc-thumb-btn:hover { border-color: var(--ggc-leaf); }
.ggc-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.ggc-product-info h1 {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  margin-bottom: .75rem;
}
.ggc-price-lg {
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.ggc-promise {
  margin-top: 1.35rem;
  padding: 1rem 1.1rem;
  background: linear-gradient(135deg, rgba(45,106,79,.08), rgba(200,146,42,.08));
  border-radius: 12px;
  border: 1px solid var(--ggc-line);
}
.ggc-promise strong {
  display: block;
  color: var(--ggc-forest);
  margin-bottom: .5rem;
}
.ggc-promise ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--ggc-muted);
  font-size: .92rem;
}
.ggc-promise li + li { margin-top: .3rem; }
.ggc-detail-block {
  background: #fff;
  border: 1px solid var(--ggc-line);
  border-radius: var(--ggc-radius);
  padding: clamp(1rem, 3vw, 1.75rem);
  box-shadow: var(--ggc-shadow);
  margin-bottom: 1.5rem;
}
.ggc-detail-block h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: .55rem;
  border-bottom: 2px solid var(--ggc-amber);
}
.ggc-side {
  background: var(--ggc-white);
  border: 1px solid var(--ggc-line);
  border-radius: var(--ggc-radius);
  padding: 1rem;
  height: fit-content;
  position: sticky;
  top: 88px;
}
.ggc-side h3 {
  font-size: 1.05rem;
  margin-bottom: .85rem;
  padding-bottom: .55rem;
  border-bottom: 2px solid var(--ggc-amber);
}
.ggc-side ul { list-style: none; margin: 0; padding: 0; }
.ggc-side li + li { margin-top: .55rem; }
.ggc-side a { color: var(--ggc-ink); font-weight: 500; }

.ggc-news-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.ggc-news-archive .ggc-news-card {
  display: block;
}
.ggc-news-archive .ggc-news-card img { aspect-ratio: 16/10; }

/* Footer */
.ggc-footer {
  margin-top: 3rem;
  position: relative;
  background:
    radial-gradient(700px 280px at 10% 0%, rgba(64,145,108,.22), transparent 60%),
    radial-gradient(500px 240px at 90% 10%, rgba(200,146,42,.14), transparent 55%),
    linear-gradient(180deg, #143528 0%, #0f281f 100%);
  color: #d7e5dd;
  padding: 0 0 1.35rem;
  overflow: hidden;
}
.ggc-footer::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--ggc-amber), #e8c36a 40%, transparent 80%);
}
.ggc-footer a { color: #e8f3ec; }
.ggc-footer-top {
  display: grid;
  grid-template-columns: 1.45fr .85fr .85fr .95fr;
  gap: 1.75rem;
  padding: 2.4rem 0 1.75rem;
}
.ggc-footer-brand p {
  margin: .9rem 0 1rem;
  color: rgba(232,243,236,.82);
  font-size: .94rem;
  line-height: 1.65;
  max-width: 28rem;
}
.ggc-footer-logo {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.ggc-footer-logo-img {
  height: 44px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: .25rem .4rem;
}
.ggc-footer-logo .ggc-logo-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
}
.ggc-footer-logo strong {
  display: block;
  font-family: var(--ggc-display);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.15;
}
.ggc-footer-logo span {
  display: block;
  color: rgba(232,243,236,.7);
  font-size: .8rem;
  margin-top: .2rem;
}
.ggc-footer-contacts {
  display: grid;
  gap: .55rem;
  margin-bottom: 1rem;
}
.ggc-footer-contacts a {
  display: flex;
  flex-direction: column;
  gap: .1rem;
  padding: .7rem .85rem;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  transition: background .2s ease, border-color .2s ease;
}
.ggc-footer-contacts a:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(200,146,42,.35);
}
.ggc-footer-contacts span {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: rgba(232,243,236,.62);
}
.ggc-footer-contacts strong {
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
}
.ggc-footer-col h3 {
  color: #fff;
  font-size: .95rem;
  margin-bottom: .95rem;
  position: relative;
  padding-bottom: .55rem;
}
.ggc-footer-col h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: var(--ggc-amber);
}
.ggc-footer ul { list-style: none; margin: 0; padding: 0; }
.ggc-footer li + li { margin-top: .5rem; }
.ggc-footer-col a {
  color: rgba(232,243,236,.86);
  font-size: .92rem;
  transition: color .2s ease, padding-left .2s ease;
}
.ggc-footer-col a:hover {
  color: #fff;
  padding-left: .2rem;
}
.ggc-footer-address {
  margin: 0 0 1rem;
  color: rgba(232,243,236,.82);
  font-size: .92rem;
  line-height: 1.65;
}
.ggc-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .7rem 1.1rem;
  border-radius: 999px;
  background: var(--ggc-amber);
  color: #1a1408 !important;
  font-weight: 700;
  font-size: .9rem;
  box-shadow: 0 8px 18px rgba(200,146,42,.25);
}
.ggc-footer-cta:hover { filter: brightness(1.05); color: #1a1408 !important; }
.ggc-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: .86rem;
  color: rgba(232,243,236,.7);
}
.ggc-social { display: flex; gap: .55rem; }
.ggc-social a {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.08);
  font-weight: 700;
  transition: background .2s ease, transform .2s ease;
}
.ggc-social a:hover {
  background: rgba(255,255,255,.16);
  transform: translateY(-1px);
}

/* Floating contact — larger + motion */
.ggc-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .7rem;
}
.ggc-float a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: var(--ggc-white);
  color: var(--ggc-forest) !important;
  border: 1px solid var(--ggc-line);
  box-shadow: 0 12px 28px rgba(22,56,43,.18);
  border-radius: 999px;
  padding: .85rem 1.15rem;
  font-weight: 700;
  font-size: .95rem;
  min-height: 52px;
}
.ggc-float a.ggc-call {
  background: var(--ggc-leaf);
  color: #fff !important;
  border-color: transparent;
  animation: ggc-pulse 2.2s ease-in-out infinite;
}
.ggc-float a.ggc-chat-toggle {
  background: #fff;
  color: var(--ggc-forest) !important;
  animation: ggc-bob 2.8s ease-in-out infinite;
}
.ggc-float-ico {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.2);
  font-size: 1rem;
  flex-shrink: 0;
}
.ggc-call .ggc-float-ico { background: rgba(255,255,255,.22); }
.ggc-chat-toggle .ggc-float-ico {
  background: rgba(45,106,79,.12);
}

.ggc-chat-box {
  position: fixed;
  right: 16px;
  bottom: 96px;
  z-index: 1200;
  width: min(340px, calc(100vw - 28px));
  background: #fff;
  border: 1px solid var(--ggc-line);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(22,56,43,.2);
  padding: 1.1rem 1.15rem 1.2rem;
  animation: ggc-rise .35s ease both;
}
.ggc-chat-box[hidden] { display: none !important; }
.ggc-chat-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
  color: var(--ggc-muted);
  line-height: 1;
}
.ggc-chat-box h3 {
  margin: .35rem 0 .45rem;
  font-size: 1.1rem;
  color: var(--ggc-forest);
}
.ggc-chat-box p {
  margin: 0 0 1rem;
  color: var(--ggc-muted);
  font-size: .92rem;
}
.ggc-chat-actions {
  display: grid;
  gap: .55rem;
}
.ggc-chat-actions a {
  display: block;
  text-align: center;
  color: #fff !important;
  padding: .85rem 1rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: .95rem;
}
.ggc-chat-messenger { background: #2d6a4f; }
.ggc-chat-zalo { background: #0068ff; }

@keyframes ggc-pulse {
  0%, 100% { box-shadow: 0 12px 28px rgba(45,106,79,.25); transform: scale(1); }
  50% { box-shadow: 0 14px 34px rgba(45,106,79,.45); transform: scale(1.03); }
}
@keyframes ggc-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

/* Hide legacy broken wrappers on modern pages */
.ggc-body .index_slider,
.ggc-body .content_middle #flexiselDemo3,
.ggc-body .menu.skyblue { display: none; }

/* Mobile */
@media (max-width: 1100px) {
  body.ggc-body .ggc-nav > li > a { padding: .65rem .7rem; font-size: .86rem; }
  .ggc-search { width: 140px; }
  .ggc-search:focus-within { width: 170px; }
  .ggc-header-cta { padding: .58rem .85rem; font-size: .8rem; }
}

@media (max-width: 980px) {
  .ggc-trust { grid-template-columns: repeat(2, 1fr); }
  .ggc-trust-item:nth-child(2) { border-right: 0; }
  .ggc-trust-item:nth-child(1),
  .ggc-trust-item:nth-child(2) { border-bottom: 1px solid var(--ggc-line); }
  .ggc-news-grid,
  .ggc-article,
  .ggc-about-band,
  .ggc-footer-top,
  .ggc-listing,
  .ggc-product-detail { grid-template-columns: 1fr; }
  .ggc-product-grid,
  .ggc-product-grid-list,
  .ggc-news-archive { grid-template-columns: repeat(2, 1fr); }
  .ggc-side { position: static; }
  .ggc-search { display: none; }
  .ggc-header-cta { display: none; }
  .ggc-nav-toggle { display: inline-flex; }
  .ggc-menubar {
    border-top: 0;
    position: static;
  }
  body.ggc-body .ggc-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: .35rem 0 0;
    background: #fff;
    border: 1px solid var(--ggc-line);
    border-radius: 14px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: .55rem;
    box-shadow: 0 18px 40px rgba(22,56,43,.14);
    overflow: visible;
    z-index: 80;
  }
  body.ggc-body .ggc-nav.is-open { display: flex; }
  body.ggc-body .ggc-nav > li { width: 100%; }
  body.ggc-body .ggc-nav > li > a {
    color: var(--ggc-forest) !important;
    border-radius: 10px;
    white-space: normal;
    padding: .8rem .9rem;
    width: 100%;
  }
  body.ggc-body .ggc-nav > li > a::after { display: none; }
  body.ggc-body .ggc-nav > li > a:hover,
  body.ggc-body .ggc-nav > li:hover > a,
  body.ggc-body .ggc-nav > li.active > a {
    background: rgba(45,106,79,.08) !important;
    color: var(--ggc-forest) !important;
  }
  .ggc-caret {
    border-top-color: var(--ggc-forest);
    margin-left: auto;
  }
  body.ggc-body .ggc-submenu {
    position: static;
    display: none;
    min-width: 0;
    z-index: 1;
    padding-top: 0;
    box-shadow: none;
  }
  body.ggc-body .ggc-submenu::before { display: none; }
  body.ggc-body .ggc-submenu > li,
  body.ggc-body .ggc-submenu > li:first-child,
  body.ggc-body .ggc-submenu > li:last-child,
  body.ggc-body .ggc-submenu > li:only-child {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }
  body.ggc-body .ggc-nav > li:hover > .ggc-submenu,
  body.ggc-body .ggc-nav > li:focus-within > .ggc-submenu {
    display: none;
  }
  body.ggc-body .ggc-nav > li.is-open > .ggc-submenu {
    display: block;
    padding: .15rem 0 .35rem .55rem;
  }
}

@media (max-width: 640px) {
  .ggc-trust,
  .ggc-product-grid,
  .ggc-product-grid-list,
  .ggc-news-archive { grid-template-columns: 1fr; }
  .ggc-trust-item { border-right: 0 !important; border-bottom: 1px solid var(--ggc-line); }
  .ggc-trust-item:last-child { border-bottom: 0; }
  .ggc-news-card { grid-template-columns: 96px 1fr; }
  .ggc-hero { min-height: 62vh; }
  .ggc-topbar-note { display: none; }
  .ggc-logo-img { height: 42px; max-width: 96px; }
  .ggc-logo-title { font-size: 1rem; }
  .ggc-header-main { min-height: 56px; padding: .55rem 0; }
  .ggc-float a { min-height: 56px; padding: .8rem 1rem; font-size: .9rem; }
  .ggc-chat-box { bottom: 140px; }
}

/* Legacy product/contact pages under modern shell */
.ggc-body .men {
  padding: 1rem 0 2.5rem;
}
.ggc-body .mens-toolbar h1,
.ggc-body .men h1 {
  font-family: var(--ggc-display);
  color: var(--ggc-forest);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
}
.ggc-body .breadcrumb {
  background: transparent;
  padding: .75rem 0;
  margin: 0;
  font-size: .9rem;
}
.ggc-body .block-layered-nav,
.ggc-body .col_1_of_single1,
.ggc-body .container_contact,
.ggc-body .agile_ab_w3ls_info {
  background: var(--ggc-white);
  border: 1px solid var(--ggc-line);
  border-radius: var(--ggc-radius);
  box-shadow: var(--ggc-shadow);
}
.ggc-body .block-layered-nav,
.ggc-body .agile_ab_w3ls_info,
.ggc-body .container_contact { padding: 1rem; }
.ggc-body .col_1_of_single1 {
  padding: .75rem;
  margin-bottom: 1rem;
  transition: transform .2s ease;
}
.ggc-body .col_1_of_single1:hover { transform: translateY(-3px); }
.ggc-body .col_1_of_single1 img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.ggc-body iframe { border-radius: 12px; max-width: 100%; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
