:root {
  --gc-ink: #10201c;
  --gc-muted: #60736d;
  --gc-line: #d7e6df;
  --gc-bg: #f4f8f2;
  --gc-panel: #ffffff;
  --gc-green: #1f7a5a;
  --gc-green-deep: #0f4f3d;
  --gc-aqua: #d8f2ed;
  --gc-sage: #edf5ee;
  --gc-coral: #d96f52;
  --gc-gold: #c5a45d;
  --gc-cream: #fff7eb;
  --gc-rose: #f8ddd2;
  --gc-radius: 18px;
  --gc-shadow: 0 26px 70px rgba(15, 79, 61, 0.13);
  --gc-shadow-soft: 0 16px 38px rgba(17, 39, 31, 0.08);
  --gc-max: 1180px;
  --gc-font: "Aptos", "Segoe UI", sans-serif;
  --gc-display: "Fraunces", "Cormorant Garamond", "Georgia", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--gc-ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(216, 242, 237, 0.62), transparent 28rem),
    radial-gradient(circle at 92% 14%, rgba(248, 221, 210, 0.5), transparent 26rem),
    linear-gradient(180deg, #fffdf8 0%, var(--gc-bg) 48%, #fff 100%);
  font-family: var(--gc-font);
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

.screen-reader-text,
.gc-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gc-skip-link:focus {
  z-index: 99;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 16px;
  clip: auto;
  background: var(--gc-ink);
  color: #fff;
}

.gc-container {
  width: min(var(--gc-max), calc(100% - 40px));
  margin-inline: auto;
}

.gc-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(247, 252, 248, 0.86));
  border-bottom: 1px solid rgba(202, 222, 213, 0.78);
  box-shadow: 0 10px 30px rgba(15, 79, 61, 0.06);
  backdrop-filter: blur(22px);
}

.gc-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
}

.gc-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.gc-brand__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 16px 16px 16px 6px;
  color: #fff;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.32), transparent 32%),
    linear-gradient(135deg, #0d3d31, var(--gc-green) 64%, #d2b66f);
  box-shadow: 0 14px 30px rgba(15, 79, 61, 0.2);
  font-weight: 800;
}

.gc-brand__text {
  display: grid;
  line-height: 1.15;
}

.gc-brand__text strong {
  font-size: 18px;
  letter-spacing: 0;
}

.gc-brand__text small {
  color: var(--gc-muted);
  font-size: 12px;
}

.gc-nav {
  justify-self: end;
}

.gc-nav__list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gc-nav__list a {
  color: var(--gc-muted);
  font-size: 15px;
  font-weight: 650;
}

.gc-nav__list a:hover,
.gc-nav__list a:focus {
  color: var(--gc-green-deep);
}

.gc-header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.gc-header-cta,
.gc-header-whatsapp,
.gc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--gc-green);
  border-radius: 999px;
  background:
    linear-gradient(135deg, var(--gc-green-deep), var(--gc-green));
  box-shadow: 0 14px 28px rgba(15, 79, 61, 0.18);
  color: #fff;
  font-weight: 750;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.gc-header-cta:hover,
.gc-header-whatsapp:hover,
.gc-button:hover {
  background: var(--gc-green-deep);
  border-color: var(--gc-green-deep);
  box-shadow: 0 18px 36px rgba(15, 79, 61, 0.24);
  transform: translateY(-2px);
}

.gc-header-whatsapp,
.gc-button--whatsapp {
  border-color: #27d366;
  background:
    linear-gradient(135deg, #0b7b47, #25d366);
  color: #fff;
}

.gc-button--secondary {
  background: transparent;
  color: var(--gc-green-deep);
}

.gc-button--secondary:hover {
  color: #fff;
}

.gc-button--light {
  background: #fff;
  border-color: #fff;
  color: var(--gc-green-deep);
}

.gc-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.gc-contact-actions--hero .gc-button--secondary,
.gc-contact-actions--page-hero .gc-button--secondary {
  border-color: rgba(255, 255, 255, 0.78);
  color: #fff;
}

.gc-contact-actions--compact {
  margin-top: 16px;
}

.gc-contact-actions--compact .gc-button {
  min-height: 38px;
  padding: 0 13px;
  font-size: 13px;
}

.gc-contact-actions--footer .gc-button {
  min-height: 40px;
  padding: 0 14px;
  background: #fff;
  border-color: rgba(255, 255, 255, 0.78);
  color: var(--gc-green-deep);
  box-shadow: none;
}

.gc-contact-actions--footer .gc-button--whatsapp {
  background: #25d366;
  color: #07331f;
}

.gc-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  background: #fff;
}

.gc-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--gc-ink);
}

.gc-hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  background:
    radial-gradient(circle at 84% 18%, rgba(216, 242, 237, 0.42), transparent 18rem),
    radial-gradient(circle at 70% 78%, rgba(217, 111, 82, 0.23), transparent 20rem),
    linear-gradient(100deg, rgba(6, 36, 29, 0.9), rgba(14, 72, 56, 0.72) 46%, rgba(255, 255, 255, 0.04)),
    url("https://images.unsplash.com/photo-1581093458791-9d09ccfcb936?auto=format&fit=crop&w=2200&q=80") center / cover;
  color: #fff;
}

.gc-hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.65) 52%, transparent 100%);
  content: "";
}

.gc-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 86px;
  background: linear-gradient(180deg, rgba(246, 250, 248, 0), var(--gc-bg));
  content: "";
}

.gc-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: end;
  gap: 52px;
  min-height: 690px;
  padding: 120px 0 72px;
}

.gc-hero__copy {
  max-width: 760px;
}

.gc-hero__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.gc-hero__tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gc-hero__tabs a:hover {
  background: rgba(255, 255, 255, 0.22);
}

.gc-eyebrow {
  margin: 0 0 12px;
  color: var(--gc-coral);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gc-hero .gc-eyebrow {
  color: #9ff0d5;
}

.gc-hero h1,
.gc-page-hero h1 {
  margin: 0;
  font-family: var(--gc-display);
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.gc-hero h1 {
  max-width: 820px;
  text-wrap: balance;
}

.gc-hero p:not(.gc-eyebrow),
.gc-page-hero p:not(.gc-eyebrow) {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
}

.gc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.gc-hero__visual-stack {
  display: grid;
  gap: 18px;
  align-self: end;
}

.gc-hero__moodboard {
  position: relative;
  min-height: 318px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 30px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.9), transparent 18%),
    radial-gradient(circle at 78% 20%, rgba(216, 242, 237, 0.7), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(20px);
}

.gc-hero__moodboard::before {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  content: "";
}

.gc-mood {
  position: absolute;
  display: block;
  filter: drop-shadow(0 22px 28px rgba(12, 35, 29, 0.2));
}

.gc-mood--jar {
  right: 38px;
  bottom: 38px;
  width: 146px;
  height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 42px 42px 30px 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0 18%, rgba(216, 242, 237, 0.96) 18% 100%);
}

.gc-mood--jar::before {
  position: absolute;
  top: -24px;
  left: 24px;
  width: 98px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff, #e6d19a);
  content: "";
}

.gc-mood--dropper {
  top: 44px;
  left: 78px;
  width: 62px;
  height: 190px;
  border-radius: 24px 24px 18px 18px;
  background:
    linear-gradient(180deg, #1d5243 0 20%, #f8ddd2 20% 100%);
}

.gc-mood--dropper::before {
  position: absolute;
  top: -24px;
  left: 14px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #10251f;
  content: "";
}

.gc-mood--tube {
  right: 150px;
  top: 50px;
  width: 78px;
  height: 186px;
  border-radius: 42px 42px 14px 14px;
  background:
    linear-gradient(180deg, #fff 0 70%, #d8f2ed 70% 100%);
  transform: rotate(-9deg);
}

.gc-mood--cap {
  left: 38px;
  bottom: 44px;
  width: 124px;
  height: 124px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, #fff, transparent 26%),
    linear-gradient(135deg, #d96f52, #e6d19a);
}

.gc-mood-note {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(9, 47, 36, 0.45);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.gc-mood-note--top {
  top: 24px;
  right: 24px;
}

.gc-mood-note--bottom {
  bottom: 24px;
  left: 24px;
}

.gc-hero__panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: var(--gc-shadow);
  backdrop-filter: blur(20px);
}

.gc-hero__panel div {
  min-height: 132px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.gc-hero__panel strong {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.gc-hero__panel span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.gc-section {
  position: relative;
  padding: 92px 0;
}

.gc-section--tight {
  padding: 56px 0 24px;
  background:
    linear-gradient(180deg, var(--gc-bg), #fffdf8);
}

.gc-section--muted {
  background:
    radial-gradient(circle at 12% 14%, rgba(216, 242, 237, 0.58), transparent 24rem),
    radial-gradient(circle at 90% 20%, rgba(248, 221, 210, 0.46), transparent 22rem),
    var(--gc-bg);
}

.gc-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.gc-section-head h2,
.gc-split h2,
.gc-quote-band h2,
.gc-page-hero h1 {
  margin: 0;
  max-width: 760px;
  font-family: var(--gc-display);
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.gc-section-head a {
  color: var(--gc-green-deep);
  font-weight: 800;
}

.gc-capability-grid,
.gc-category-grid,
.gc-product-grid,
.gc-footer__grid {
  display: grid;
  gap: 18px;
}

.gc-capability-grid {
  grid-template-columns: repeat(6, 1fr);
}

.gc-feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 44px;
  align-items: start;
  padding: 42px;
  border: 1px solid var(--gc-line);
  border-radius: calc(var(--gc-radius) * 1.5);
  background:
    radial-gradient(circle at top left, rgba(216, 242, 237, 0.9), transparent 38%),
    linear-gradient(135deg, #fff, var(--gc-sage));
}

.gc-feature-band--factory {
  background:
    radial-gradient(circle at top right, rgba(197, 164, 93, 0.22), transparent 36%),
    linear-gradient(135deg, #fff, var(--gc-bg));
}

.gc-feature-band h2,
.gc-contact-panel h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.05;
}

.gc-feature-band p,
.gc-contact-panel p {
  color: var(--gc-muted);
}

.gc-buyer-grid,
.gc-fact-list,
.gc-faq-grid {
  display: grid;
  gap: 14px;
}

.gc-buyer-grid {
  grid-template-columns: repeat(2, 1fr);
}

.gc-buyer-grid article,
.gc-fact-list article,
.gc-faq-grid article {
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--gc-shadow-soft);
}

.gc-buyer-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.gc-buyer-grid strong,
.gc-faq-grid h3 {
  color: var(--gc-ink);
  font-size: 18px;
  line-height: 1.2;
}

.gc-buyer-grid span,
.gc-faq-grid p,
.gc-process__item p {
  margin: 0;
  color: var(--gc-muted);
  font-size: 14px;
  line-height: 1.5;
}

.gc-fact-list {
  grid-template-columns: repeat(2, 1fr);
}

.gc-fact-list article {
  padding: 24px;
}

.gc-fact-list strong {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.gc-fact-list span {
  display: block;
  margin-top: 10px;
  color: var(--gc-muted);
}

.gc-factory-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.gc-factory-facts article {
  min-height: 158px;
  padding: 24px;
  border: 1px solid rgba(31, 122, 90, 0.16);
  border-radius: var(--gc-radius);
  background: rgba(255, 255, 255, 0.78);
}

.gc-factory-facts strong {
  display: block;
  color: var(--gc-green-deep);
  font-size: 34px;
  line-height: 1;
}

.gc-factory-facts span {
  display: block;
  margin-top: 12px;
  color: var(--gc-muted);
  font-weight: 700;
}

.gc-faq-grid {
  grid-template-columns: repeat(4, 1fr);
}

.gc-faq-grid article {
  padding: 24px;
}

.gc-faq-grid h3 {
  margin: 0 0 12px;
}

.gc-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: start;
  padding: 36px;
  border: 1px solid var(--gc-line);
  border-radius: calc(var(--gc-radius) * 1.5);
  background: #fff;
  box-shadow: var(--gc-shadow);
}

.gc-contact-panel dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.gc-contact-panel dl div {
  padding: 18px;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  background: var(--gc-bg);
}

.gc-contact-panel dt {
  color: var(--gc-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gc-contact-panel dd {
  margin: 6px 0 0;
  font-weight: 750;
}

.gc-factory-zone-grid,
.gc-factory-flow,
.gc-factory-buyer-grid {
  display: grid;
  gap: 14px;
}

.gc-factory-zone-grid {
  grid-template-columns: repeat(2, 1fr);
}

.gc-factory-zone-grid article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  background:
    radial-gradient(circle at top right, rgba(216, 242, 237, 0.78), transparent 48%),
    #fff;
}

.gc-factory-zone-grid h3,
.gc-factory-flow h3 {
  margin: 0 0 12px;
  color: var(--gc-green-deep);
  font-size: 23px;
  line-height: 1.1;
}

.gc-factory-zone-grid p,
.gc-factory-flow p,
.gc-factory-buyer-grid p,
.gc-factory-document-list li {
  color: var(--gc-muted);
}

.gc-factory-flow {
  grid-template-columns: repeat(4, 1fr);
}

.gc-factory-flow article {
  position: relative;
  min-height: 300px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  background:
    linear-gradient(180deg, #fff, rgba(248, 238, 229, 0.68));
}

.gc-factory-flow article::before {
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 128px;
  height: 128px;
  border-radius: 999px;
  background: rgba(31, 122, 90, 0.12);
  content: "";
}

.gc-factory-flow span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--gc-coral);
  font-weight: 950;
}

.gc-factory-flow p {
  margin-bottom: 0;
}

.gc-factory-buyer-grid {
  grid-template-columns: repeat(4, 1fr);
}

.gc-factory-buyer-grid article {
  min-height: 240px;
  padding: 24px;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  background: #fff;
  box-shadow: 0 16px 38px rgba(31, 42, 35, 0.06);
}

.gc-factory-buyer-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--gc-ink);
  font-size: 21px;
  line-height: 1.12;
}

.gc-factory-document-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.gc-factory-document-list li {
  position: relative;
  padding-left: 24px;
  font-weight: 700;
}

.gc-factory-document-list li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--gc-gold);
  content: "";
}

.gc-mini-card {
  position: relative;
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 242, 237, 0.9), transparent 36%),
    linear-gradient(180deg, #fff, rgba(255, 247, 235, 0.68));
  box-shadow: var(--gc-shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.gc-mini-card::before {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 22px;
  border-radius: 14px;
  color: var(--gc-green-deep);
  background: rgba(31, 122, 90, 0.1);
  font-size: 17px;
  font-weight: 950;
  content: "✦";
}

.gc-mini-card:hover {
  border-color: rgba(31, 122, 90, 0.28);
  box-shadow: var(--gc-shadow);
  transform: translateY(-4px);
}

.gc-mini-card h2 {
  margin: 0 0 12px;
  font-size: 19px;
  line-height: 1.15;
}

.gc-mini-card p,
.gc-category-card p,
.gc-product-card p,
.gc-product-card span,
.gc-split p,
.gc-footer p,
.gc-product-detail__summary p,
.gc-rich-text,
.gc-side-panel,
.gc-check-list {
  color: var(--gc-muted);
}

.gc-category-grid {
  grid-template-columns: repeat(3, 1fr);
}

.gc-category-card {
  position: relative;
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 20%, rgba(197, 164, 93, 0.22), transparent 28%),
    linear-gradient(145deg, #fff, var(--gc-sage) 58%, var(--gc-cream));
  box-shadow: var(--gc-shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.gc-category-card::before {
  position: absolute;
  right: -30px;
  bottom: -34px;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  border: 1px solid rgba(31, 122, 90, 0.14);
  background:
    radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.84), transparent 24%),
    rgba(31, 122, 90, 0.07);
  content: "";
}

.gc-category-card::after {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 34px;
  height: 34px;
  border-radius: 13px;
  background:
    linear-gradient(135deg, rgba(31, 122, 90, 0.18), rgba(197, 164, 93, 0.24));
  content: "";
}

.gc-category-card span {
  display: block;
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 800;
}

.gc-category-card small {
  display: inline-flex;
  margin-top: 18px;
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--gc-green-deep);
  background: rgba(31, 122, 90, 0.09);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.gc-category-card em {
  display: block;
  margin-top: 9px;
  color: var(--gc-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.35;
}

.gc-category-card:hover {
  border-color: rgba(31, 122, 90, 0.38);
  box-shadow: var(--gc-shadow);
  transform: translateY(-5px);
}

.gc-catalog-answer,
.gc-catalog-rfq {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: start;
}

.gc-catalog-answer {
  padding: 34px;
  border: 1px solid rgba(31, 122, 90, 0.14);
  border-radius: calc(var(--gc-radius) * 1.5);
  background:
    radial-gradient(circle at 84% 8%, rgba(197, 164, 93, 0.22), transparent 30%),
    linear-gradient(135deg, #fff, rgba(216, 242, 237, 0.58));
}

.gc-catalog-answer h2,
.gc-catalog-rfq h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
}

.gc-catalog-answer p,
.gc-catalog-rfq p,
.gc-decision-card p {
  color: var(--gc-muted);
}

.gc-answer-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.gc-answer-stats article {
  min-height: 152px;
  padding: 22px;
  border: 1px solid rgba(31, 122, 90, 0.14);
  border-radius: var(--gc-radius);
  background: rgba(255, 255, 255, 0.74);
}

.gc-answer-stats strong {
  display: block;
  margin-bottom: 12px;
  color: var(--gc-green-deep);
  font-size: 34px;
  line-height: 1;
}

.gc-answer-stats span {
  color: var(--gc-muted);
  font-weight: 700;
}

.gc-decision-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.gc-decision-card {
  display: grid;
  min-height: 330px;
  padding: 24px;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  background:
    linear-gradient(180deg, #fff, rgba(248, 238, 229, 0.62));
}

.gc-decision-card span {
  color: var(--gc-coral);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.gc-decision-card h3 {
  margin: 12px 0 10px;
  font-size: 24px;
  line-height: 1.12;
}

.gc-decision-card strong {
  align-self: end;
  display: block;
  margin-top: 18px;
  color: var(--gc-green-deep);
  font-size: 14px;
  line-height: 1.45;
}

.gc-catalog-checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gc-catalog-checklist li {
  position: relative;
  padding: 16px 18px 16px 42px;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  background: #fff;
  color: var(--gc-muted);
  font-weight: 700;
}

.gc-catalog-checklist li::before {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--gc-gold);
  content: "";
}

.gc-faq-grid--catalog {
  grid-template-columns: repeat(3, 1fr);
}

.gc-product-pathway {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gc-product-pathway article {
  position: relative;
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(31, 122, 90, 0.16);
  border-radius: var(--gc-radius);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(216, 242, 237, 0.68)),
    var(--gc-sage);
  box-shadow: var(--gc-shadow-soft);
}

.gc-product-pathway article::after {
  position: absolute;
  right: -28px;
  bottom: -42px;
  width: 114px;
  height: 114px;
  border-radius: 999px;
  background: rgba(197, 164, 93, 0.2);
  content: "";
}

.gc-product-pathway span {
  display: inline-flex;
  margin-bottom: 22px;
  border-bottom: 2px solid var(--gc-gold);
  color: var(--gc-green-deep);
  font-weight: 900;
}

.gc-product-pathway h2 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.15;
}

.gc-product-pathway p {
  margin: 0;
  color: var(--gc-muted);
}

.gc-product-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -12px 0 34px;
}

.gc-product-nav a {
  border: 1px solid var(--gc-line);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--gc-green-deep);
  background: #fff;
  font-size: 13px;
  font-weight: 850;
}

.gc-product-nav a:hover {
  border-color: rgba(31, 122, 90, 0.38);
  background: var(--gc-sage);
}

.gc-catalog-group {
  scroll-margin-top: 100px;
}

.gc-catalog-group + .gc-catalog-group {
  margin-top: 58px;
}

.gc-catalog-group__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.gc-catalog-group__head h3 {
  margin: 0;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.05;
}

.gc-catalog-group__head > span {
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--gc-green-deep);
  background: #fff;
  font-size: 13px;
  font-weight: 850;
}

.gc-category-brief {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 10px;
  align-items: stretch;
  margin: 0 0 18px;
}

.gc-category-brief div,
.gc-category-brief a {
  border: 1px solid rgba(31, 122, 90, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.gc-category-brief div {
  padding: 12px;
}

.gc-category-brief span {
  display: block;
  margin-bottom: 5px;
  color: var(--gc-green-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gc-category-brief p {
  margin: 0;
  color: var(--gc-muted);
  font-size: 13px;
  line-height: 1.42;
}

.gc-category-brief a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  padding: 12px 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--gc-green-deep), var(--gc-green));
  font-size: 13px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 26px rgba(15, 79, 61, 0.14);
}

.gc-category-brief a:hover {
  background: var(--gc-green);
}

.gc-product-grid {
  grid-template-columns: repeat(4, 1fr);
}

.gc-product-card {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 253, 248, 0.98));
  box-shadow: var(--gc-shadow-soft);
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.gc-product-card:hover {
  border-color: rgba(31, 122, 90, 0.28);
  box-shadow: 0 30px 70px rgba(15, 79, 61, 0.16);
  transform: translateY(-5px);
}

.gc-product-card__image {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.9), transparent 22%),
    linear-gradient(135deg, var(--gc-aqua), #fff 54%, #f5e9df);
}

.gc-product-card__image::after {
  position: absolute;
  inset: auto 14px 14px 14px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(10, 36, 29, 0), rgba(10, 36, 29, 0.12));
  pointer-events: none;
  content: "";
}

.gc-product-card__image-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.gc-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease, filter 280ms ease;
}

.gc-product-card:hover .gc-product-card__image img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.045);
}

.gc-product-card__image--photo {
  margin: 0;
  overflow: hidden;
}

.gc-product-card--fallback .gc-product-card__image::before {
  width: 46%;
  height: 62%;
  border-radius: 40% 40% 14px 14px;
  background: linear-gradient(180deg, #fff, #d8f2ed);
  box-shadow: inset 0 -16px 0 rgba(31, 122, 90, 0.12);
  content: "";
}

.gc-product-card--fallback .gc-product-card__image--info::before {
  content: none;
}

.gc-product-card__image--info {
  position: relative;
  align-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 18px;
  text-align: left;
}

.gc-product-visual__shape {
  justify-self: center;
  width: min(112px, 52%);
  height: min(154px, 58%);
  border: 1px solid rgba(35, 50, 43, 0.08);
  border-radius: 42% 42% 16px 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(216, 242, 237, 0.94)),
    radial-gradient(circle at 50% 20%, rgba(201, 155, 92, 0.28), transparent 34%);
  box-shadow: inset 0 -18px 0 rgba(31, 122, 90, 0.1), 0 18px 34px rgba(35, 50, 43, 0.08);
}

.gc-product-image-info {
  display: grid;
  gap: 4px;
  padding: 10px 0 0;
}

.gc-product-image-info strong {
  color: var(--gc-green-deep);
  font-size: 13px;
  line-height: 1.25;
}

.gc-product-image-info small {
  color: var(--gc-muted);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
}

.gc-screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal;
}

.gc-product-card__body {
  display: flex;
  flex-direction: column;
  padding: 19px;
}

.gc-product-card p {
  margin: 0 0 6px;
  color: var(--gc-coral);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gc-product-card h3 {
  margin: 0;
  min-height: 72px;
  font-family: var(--gc-display);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.gc-product-card span {
  display: block;
  margin-top: 12px;
  font-size: 14px;
}

.gc-product-card__summary {
  margin-top: 10px;
  color: var(--gc-muted);
  font-size: 14px;
  line-height: 1.45;
}

.gc-product-commercial {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0 0;
}

.gc-product-commercial div {
  padding: 10px;
  border: 1px solid rgba(31, 122, 90, 0.14);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(197, 164, 93, 0.14), transparent 36%),
    linear-gradient(135deg, rgba(216, 242, 237, 0.62), rgba(255, 255, 255, 0.92));
}

.gc-product-commercial dt,
.gc-product-commercial dd {
  margin: 0;
}

.gc-product-commercial dt {
  color: var(--gc-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gc-product-commercial dd {
  margin-top: 4px;
  color: var(--gc-green-deep);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
}

.gc-product-specs {
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
}

.gc-product-specs div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  padding-top: 7px;
  border-top: 1px solid rgba(35, 50, 43, 0.08);
}

.gc-product-specs dt,
.gc-product-specs dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
}

.gc-product-specs dt {
  color: var(--gc-green-deep);
  font-weight: 900;
  text-transform: uppercase;
}

.gc-product-specs dd {
  color: var(--gc-muted);
}

.gc-product-specs--compact div {
  grid-template-columns: 62px minmax(0, 1fr);
}

.gc-product-source {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 12px;
  border-left: 3px solid var(--gc-gold);
  padding-left: 9px;
  color: var(--gc-green-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gc-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.gc-product-tags em {
  display: inline-flex;
  border: 1px solid var(--gc-line);
  border-radius: 999px;
  padding: 4px 9px;
  color: var(--gc-green-deep);
  background: var(--gc-sage);
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}

.gc-product-card__body > a,
.gc-product-inquiry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 999px;
  padding: 13px 16px;
  color: #fff;
  background:
    linear-gradient(135deg, var(--gc-green-deep), var(--gc-green));
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 26px rgba(15, 79, 61, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.gc-product-card__body > a:hover,
.gc-product-inquiry:hover {
  background: var(--gc-green);
  box-shadow: 0 18px 34px rgba(15, 79, 61, 0.22);
  transform: translateY(-2px);
}

.gc-product-direct-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.gc-product-direct-links a,
.gc-product-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(31, 122, 90, 0.2);
  border-radius: 999px;
  background: rgba(246, 251, 247, 0.88);
  color: var(--gc-green-deep);
  font-size: 12px;
  font-weight: 800;
}

.gc-product-direct-links a:hover,
.gc-product-back-link:hover {
  border-color: var(--gc-green);
  background: var(--gc-sage);
}

.gc-product-back-link {
  margin-top: 14px;
}

.gc-split,
.gc-product-detail__grid,
.gc-quote-band__inner,
.gc-quote-page,
.gc-service-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: start;
}

.gc-service-layout__copy {
  position: sticky;
  top: 110px;
}

.gc-service-layout__copy h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.05;
}

.gc-feature-band--private {
  background:
    radial-gradient(circle at 92% 8%, rgba(217, 111, 82, 0.18), transparent 32%),
    linear-gradient(135deg, #fff, #f8eee5 52%, var(--gc-sage));
}

.gc-private-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.gc-private-stats article {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(31, 122, 90, 0.16);
  border-radius: var(--gc-radius);
  background: rgba(255, 255, 255, 0.74);
}

.gc-private-stats strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gc-green-deep);
  font-size: 30px;
  line-height: 1;
}

.gc-private-stats span {
  color: var(--gc-muted);
}

.gc-private-search {
  display: grid;
  gap: 26px;
}

.gc-private-search__intro {
  max-width: 820px;
}

.gc-private-search__intro h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.06;
}

.gc-private-search__intro p:not(.gc-eyebrow) {
  color: var(--gc-muted);
  font-size: 18px;
}

.gc-private-search__panel,
.gc-private-search__empty {
  padding: 24px;
  border: 1px solid rgba(31, 122, 90, 0.16);
  border-radius: var(--gc-radius);
  background:
    radial-gradient(circle at 90% 8%, rgba(216, 242, 237, 0.72), transparent 34%),
    #fff;
  box-shadow: var(--gc-shadow-soft);
}

.gc-private-search__panel label {
  display: block;
  margin-bottom: 10px;
  color: var(--gc-green-deep);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.gc-private-search__input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.gc-private-search__input-row input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid var(--gc-line);
  border-radius: 999px;
  background: #f9fcfa;
  color: var(--gc-ink);
  outline: none;
}

.gc-private-search__input-row input:focus {
  border-color: var(--gc-green);
  box-shadow: 0 0 0 4px rgba(31, 122, 90, 0.12);
}

.gc-private-search__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.gc-private-search__chips button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(31, 122, 90, 0.18);
  border-radius: 999px;
  background: #fff;
  color: var(--gc-green-deep);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.gc-private-search__chips button:hover,
.gc-private-search__chips button:focus {
  border-color: var(--gc-green);
  background: var(--gc-sage);
}

.gc-private-search__count {
  margin: 14px 0 0;
  color: var(--gc-muted);
  font-size: 14px;
}

.gc-private-search__results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.gc-private-search-card {
  display: grid;
  gap: 10px;
  min-height: 310px;
  padding: 22px;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  background: #fff;
}

.gc-private-search-card p {
  margin: 0;
  color: var(--gc-coral);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gc-private-search-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.12;
}

.gc-private-search-card span,
.gc-private-search-card div {
  color: var(--gc-muted);
}

.gc-private-search-card > a {
  align-self: end;
  color: var(--gc-green-deep);
  font-weight: 850;
}

.gc-private-search-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.gc-private-search-card__tags em {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--gc-sage);
  color: var(--gc-green-deep);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.gc-private-search__empty h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
}

.gc-private-search__empty p:not(.gc-eyebrow) {
  max-width: 760px;
  color: var(--gc-muted);
}

.gc-private-package-grid,
.gc-private-line-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gc-private-package {
  display: grid;
  min-height: 390px;
  padding: 28px;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  background:
    linear-gradient(180deg, #fff, rgba(216, 242, 237, 0.55));
}

.gc-private-package > span {
  color: var(--gc-coral);
  font-weight: 950;
}

.gc-private-package h3,
.gc-private-line-grid h3 {
  margin: 12px 0 10px;
  font-size: 28px;
  line-height: 1.08;
}

.gc-private-package p,
.gc-private-line-grid span {
  color: var(--gc-muted);
}

.gc-private-package ul,
.gc-private-checklist {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.gc-private-package li,
.gc-private-checklist li {
  position: relative;
  padding-left: 22px;
  color: var(--gc-muted);
}

.gc-private-package li::before,
.gc-private-checklist li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gc-gold);
  content: "";
}

.gc-private-matrix {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.gc-private-matrix article {
  padding: 22px;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  background: #fff;
}

.gc-private-matrix strong {
  color: var(--gc-green-deep);
  font-size: 20px;
}

.gc-private-matrix p {
  margin-bottom: 0;
  color: var(--gc-muted);
}

.gc-private-line-grid article {
  display: grid;
  padding: 22px;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  background:
    radial-gradient(circle at top right, rgba(216, 242, 237, 0.82), transparent 48%),
    #fff;
}

.gc-private-line-grid p {
  margin: 0;
  color: var(--gc-green-deep);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gc-private-line-grid a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gc-green-deep);
  font-weight: 850;
}

.gc-feature-band--oem {
  background:
    radial-gradient(circle at 88% 12%, rgba(31, 122, 90, 0.2), transparent 34%),
    linear-gradient(135deg, #fff, #edf8f4 48%, #f6eee2);
}

.gc-oem-snapshot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.gc-oem-snapshot article {
  min-height: 168px;
  padding: 22px;
  border: 1px solid rgba(31, 122, 90, 0.16);
  border-radius: var(--gc-radius);
  background: rgba(255, 255, 255, 0.76);
}

.gc-oem-snapshot span,
.gc-oem-timeline span {
  color: var(--gc-coral);
  font-weight: 950;
}

.gc-oem-snapshot strong {
  display: block;
  margin: 8px 0;
  color: var(--gc-green-deep);
  font-size: 28px;
  line-height: 1;
}

.gc-oem-snapshot p,
.gc-oem-timeline div,
.gc-oem-format-grid p,
.gc-oem-control-grid p,
.gc-oem-brief p {
  color: var(--gc-muted);
}

.gc-oem-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.gc-oem-timeline article {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 360px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  background:
    linear-gradient(180deg, #fff, rgba(216, 242, 237, 0.56));
}

.gc-oem-timeline article::after {
  position: absolute;
  right: -32px;
  bottom: -32px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(211, 169, 88, 0.2);
  content: "";
}

.gc-oem-timeline p {
  margin: 22px 0 8px;
  color: var(--gc-green-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gc-oem-timeline h3 {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.08;
}

.gc-oem-format-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.gc-oem-format-grid article {
  padding: 22px;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  background:
    radial-gradient(circle at top right, rgba(248, 238, 229, 0.92), transparent 50%),
    #fff;
}

.gc-oem-format-grid h3 {
  margin: 0 0 10px;
  color: var(--gc-green-deep);
  font-size: 23px;
}

.gc-oem-format-grid p,
.gc-oem-control-grid p {
  margin-bottom: 0;
}

.gc-oem-control-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.gc-oem-control-grid article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(31, 42, 35, 0.06);
}

.gc-oem-control-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--gc-green-deep);
  font-size: 22px;
}

.gc-oem-brief {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 44px;
  align-items: center;
  padding: 38px;
  border-radius: calc(var(--gc-radius) + 10px);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.82), transparent 32%),
    linear-gradient(135deg, #d8f2ed, #fff6eb);
}

.gc-oem-brief h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 50px);
  line-height: 1.05;
}

.gc-oem-document-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gc-oem-document-list li {
  position: relative;
  padding: 15px 16px 15px 42px;
  border: 1px solid rgba(31, 122, 90, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--gc-muted);
  font-weight: 700;
}

.gc-oem-document-list li::before {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--gc-green-deep);
  content: "";
}

.gc-capability-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.gc-process {
  display: grid;
  gap: 10px;
}

.gc-process__item {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 242, 237, 0.7), transparent 26%),
    #fff;
  box-shadow: var(--gc-shadow-soft);
}

.gc-process__item span {
  color: var(--gc-coral);
  font-weight: 900;
}

.gc-quote-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(216, 242, 237, 0.25), transparent 24rem),
    radial-gradient(circle at 88% 18%, rgba(197, 164, 93, 0.2), transparent 24rem),
    linear-gradient(135deg, #0a2d24, var(--gc-green-deep));
  color: #fff;
}

.gc-quote-band::before {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
}

.gc-quote-band__inner {
  position: relative;
  z-index: 1;
}

.gc-quote-band p:not(.gc-eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.gc-quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 24px;
  border-radius: var(--gc-radius);
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
  color: var(--gc-ink);
}

.gc-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.gc-form-notice {
  grid-column: 1 / -1;
  padding: 13px 14px;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  font-size: 14px;
  font-weight: 700;
}

.gc-form-notice--success {
  border-color: rgba(31, 122, 90, 0.28);
  background: var(--gc-sage);
  color: var(--gc-green-deep);
}

.gc-form-notice--error {
  border-color: rgba(217, 111, 82, 0.32);
  background: #fff3ee;
  color: #97452f;
}

.gc-quote-form label {
  display: grid;
  gap: 6px;
}

.gc-field-note {
  color: var(--gc-green-deep);
  font-size: 12px;
  font-weight: 700;
}

.gc-checkbox-group {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.gc-checkbox-group legend {
  margin-bottom: 4px;
  color: var(--gc-muted);
  font-size: 13px;
  font-weight: 750;
}

.gc-checkbox-group__options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.gc-checkbox-group__options label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gc-muted);
  font-size: 14px;
  font-weight: 650;
}

.gc-checkbox-group__options input {
  width: auto;
  min-width: 16px;
  margin: 0;
  padding: 0;
}

.gc-rfq-helper {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(31, 122, 90, 0.16);
  border-radius: calc(var(--gc-radius) + 6px);
  background:
    radial-gradient(circle at 0% 0%, rgba(216, 242, 237, 0.72), transparent 18rem),
    linear-gradient(135deg, #fbfff9, #fff9f0);
}

.gc-rfq-helper span {
  display: block;
  margin-bottom: 4px;
  color: var(--gc-green-deep);
}

.gc-rfq-helper p {
  margin: 0;
  color: var(--gc-muted);
  font-size: 14px;
}

.gc-rfq-helper__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.gc-rfq-helper__buttons button {
  width: auto;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(31, 122, 90, 0.22);
  border-radius: 999px;
  background: #fff;
  color: var(--gc-green-deep);
  box-shadow: none;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.gc-rfq-helper__buttons button:hover,
.gc-rfq-helper__buttons button:focus,
.gc-rfq-helper__buttons button.is-active {
  border-color: var(--gc-green);
  background: var(--gc-green-deep);
  color: #fff;
  transform: translateY(-1px);
}

.gc-rfq-helper__checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gc-rfq-helper__checklist li {
  border: 1px solid rgba(96, 115, 109, 0.14);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--gc-muted);
  font-size: 12px;
  font-weight: 750;
}

.gc-quote-form span {
  color: var(--gc-muted);
  font-size: 13px;
  font-weight: 750;
}

.gc-quote-form input,
.gc-quote-form select,
.gc-quote-form textarea {
  width: 100%;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  padding: 12px 13px;
  color: var(--gc-ink);
  background: #fff;
}

.gc-quote-form textarea {
  resize: vertical;
}

.gc-quote-form__wide,
.gc-quote-form button {
  grid-column: 1 / -1;
}

.gc-page-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 74px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(216, 242, 237, 0.3), transparent 22rem),
    linear-gradient(98deg, rgba(8, 41, 32, 0.94), rgba(9, 47, 36, 0.66)),
    url("https://images.unsplash.com/photo-1582719471384-894fbb16e074?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.gc-page-hero::after {
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: rgba(197, 164, 93, 0.22);
  content: "";
}

.gc-page-hero .gc-eyebrow {
  color: #9ff0d5;
}

.gc-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  color: var(--gc-muted);
}

.gc-product-detail {
  padding: 76px 0;
  background: var(--gc-bg);
}

.gc-product-detail__media {
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 520px;
  border-radius: var(--gc-radius);
  background: #fff;
}

.gc-product-detail__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gc-product-detail__summary h1 {
  margin: 0;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.02;
}

.gc-product-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 28px 0 0;
}

.gc-product-meta div,
.gc-side-panel {
  padding: 18px;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  background: #fff;
}

.gc-product-meta dt {
  color: var(--gc-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gc-product-meta dd {
  margin: 5px 0 0;
  font-weight: 800;
}

.gc-rich-text {
  max-width: 800px;
}

.gc-rich-text h2,
.gc-side-panel h2,
.gc-quote-page h2 {
  color: var(--gc-ink);
  font-size: 30px;
  line-height: 1.1;
}

.gc-rich-text a {
  color: var(--gc-green-deep);
  font-weight: 800;
}

.gc-rich-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 26px 0;
  overflow: hidden;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  background: #fff;
  box-shadow: var(--gc-shadow-soft);
}

.gc-rich-text th,
.gc-rich-text td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--gc-line);
  text-align: left;
  vertical-align: top;
}

.gc-rich-text th {
  color: var(--gc-green-deep);
  background: var(--gc-sage);
  font-size: 13px;
  font-weight: 850;
}

.gc-rich-text tr:last-child td {
  border-bottom: 0;
}

.gc-rich-text .gc-button {
  margin: 6px 8px 6px 0;
  color: #fff;
}

.gc-rich-text .gc-generated-featured-image {
  overflow: hidden;
  margin: 0 0 34px;
  border: 1px solid rgba(31, 122, 90, 0.12);
  border-radius: calc(var(--gc-radius) * 1.15);
  background: #fff;
  box-shadow: var(--gc-shadow-soft);
}

.gc-rich-text .gc-generated-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}

.gc-check-list,
.gc-side-panel ul {
  padding-left: 20px;
}

.gc-footer {
  padding: 72px 0 28px;
  background: #10251f;
  color: #fff;
}

.gc-footer__grid {
  grid-template-columns: 1.5fr 0.8fr 0.8fr 1fr;
}

.gc-footer h2 {
  margin: 0 0 14px;
  font-size: 18px;
}

.gc-footer p,
.gc-footer__bottom {
  color: rgba(255, 255, 255, 0.72);
}

.gc-footer__links {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gc-footer__links a {
  color: rgba(255, 255, 255, 0.78);
}

.gc-brand--footer {
  margin-bottom: 18px;
}

.gc-brand--footer .gc-brand__text small {
  color: rgba(255, 255, 255, 0.7);
}

.gc-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 14px;
}

.gc-post-list {
  display: grid;
  gap: 18px;
}

.gc-post-card a {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  padding: 18px;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
}

.gc-post-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--gc-radius);
}

@media (max-width: 1024px) {
  .gc-header-inner {
    grid-template-columns: auto auto 1fr;
  }

  .gc-header-actions {
    justify-self: end;
  }

  .gc-menu-toggle {
    display: inline-block;
    justify-self: end;
  }

  .gc-nav {
    position: fixed;
    top: 76px;
    right: 20px;
    left: 20px;
    display: none;
    padding: 20px;
    border: 1px solid var(--gc-line);
    border-radius: var(--gc-radius);
    background: #fff;
    box-shadow: var(--gc-shadow);
  }

  .gc-nav.is-open {
    display: block;
  }

  .gc-nav__list {
    display: grid;
    gap: 14px;
  }

  .gc-header-actions,
  .gc-header-cta {
    justify-self: end;
  }

  .gc-hero__inner,
  .gc-feature-band,
  .gc-split,
  .gc-product-detail__grid,
  .gc-quote-band__inner,
  .gc-quote-page,
  .gc-service-layout,
  .gc-contact-panel,
  .gc-catalog-answer,
  .gc-catalog-rfq {
    grid-template-columns: 1fr;
  }

  .gc-hero__visual-stack {
    max-width: 560px;
  }

  .gc-service-layout__copy {
    position: static;
  }

  .gc-capability-grid,
  .gc-product-pathway,
  .gc-private-package-grid,
  .gc-private-line-grid,
  .gc-private-search__results,
  .gc-product-grid,
  .gc-category-brief,
  .gc-capability-list,
  .gc-oem-timeline,
  .gc-oem-control-grid,
  .gc-factory-flow,
  .gc-factory-buyer-grid,
  .gc-private-matrix,
  .gc-oem-format-grid,
  .gc-factory-zone-grid,
  .gc-decision-grid,
  .gc-faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gc-category-grid,
  .gc-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .gc-container {
    width: min(var(--gc-max), calc(100% - 28px));
  }

  .gc-header-inner {
    gap: 12px;
  }

  .gc-brand__text small,
  .gc-header-cta {
    display: none;
  }

  .gc-header-whatsapp {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .gc-hero,
  .gc-hero__inner {
    min-height: 620px;
  }

  .gc-hero__inner {
    padding: 92px 0 42px;
  }

  .gc-hero__moodboard {
    min-height: 238px;
    border-radius: 24px;
  }

  .gc-mood--jar {
    right: 22px;
    bottom: 28px;
    width: 112px;
    height: 88px;
  }

  .gc-mood--dropper {
    top: 38px;
    left: 44px;
    width: 48px;
    height: 142px;
  }

  .gc-mood--tube {
    right: 112px;
    top: 42px;
    width: 58px;
    height: 138px;
  }

  .gc-mood--cap {
    left: 20px;
    bottom: 32px;
    width: 92px;
    height: 92px;
  }

  .gc-mood-note {
    font-size: 10px;
  }

  .gc-hero h1,
  .gc-page-hero h1 {
    font-size: 43px;
  }

  .gc-hero p:not(.gc-eyebrow),
  .gc-page-hero p:not(.gc-eyebrow) {
    font-size: 17px;
  }

  .gc-hero__panel,
  .gc-capability-grid,
  .gc-buyer-grid,
  .gc-fact-list,
  .gc-factory-facts,
  .gc-faq-grid,
  .gc-category-grid,
  .gc-product-pathway,
  .gc-private-stats,
  .gc-oem-snapshot,
  .gc-private-package-grid,
  .gc-private-line-grid,
  .gc-private-search__results,
  .gc-private-matrix,
  .gc-oem-timeline,
  .gc-oem-format-grid,
  .gc-oem-control-grid,
  .gc-oem-brief,
  .gc-factory-zone-grid,
  .gc-factory-flow,
  .gc-factory-buyer-grid,
  .gc-product-grid,
  .gc-category-brief,
  .gc-capability-list,
  .gc-footer__grid,
  .gc-quote-form,
  .gc-product-meta,
  .gc-answer-stats,
  .gc-decision-grid,
  .gc-post-card a {
    grid-template-columns: 1fr;
  }

  .gc-feature-band,
  .gc-contact-panel,
  .gc-catalog-answer {
    padding: 24px;
  }

  .gc-section {
    padding: 64px 0;
  }

  .gc-section-head {
    display: grid;
  }

  .gc-catalog-group__head {
    display: grid;
  }

  .gc-private-search__input-row {
    grid-template-columns: 1fr;
  }

  .gc-footer__bottom,
  .gc-shop-toolbar {
    display: grid;
  }

  .gc-contact-actions,
  .gc-product-direct-links {
    display: grid;
    grid-template-columns: 1fr;
  }
}

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