.display-stands-page {
  --color-bg-dark: var(--color-green-950);
  --color-gold: var(--color-gold-600);
  --color-gold-soft: var(--color-gold-500);
  --color-text-light: rgba(255, 255, 255, .92);
  --color-text-muted: rgba(214, 226, 217, .68);
  --color-border-soft: rgba(228, 241, 231, .16);
  --shadow-hero-card: 0 34px 90px rgba(0, 0, 0, .34);
  --gb-dark: var(--color-green-950);
  --gb-deep: var(--color-green-900);
  --gb-green: var(--color-green-800);
  --gb-green-2: var(--color-green-700);
  --gb-green-3: #2E5A42;
  --gb-gold: var(--gold);
  --gb-gold-light: var(--gold-l);
  --gb-cream: var(--cream);
  --gb-cream-deep: var(--cream-d);
  --gb-line: rgba(15, 35, 24, .12);
  --gb-muted: var(--text-mid);
  overflow-x: clip;
  background: var(--gb-cream);
  color: var(--text);
  font-size: 1rem;
}

/* Display stands page typography */
.display-stands-page h2 {
  font-size: 3rem;
}

.display-stands-page h3 {
  font-size: 1.375rem;
  font-weight: 600;
}

.display-stands-page h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

.display-stands-page p {
  font-size: 1.125rem;
}

.display-stands-page #hero.gb-hero .hero-h1 {
  font-size: 3.375rem;
}

.display-stands-page #hero.gb-hero .hero-subtitle {
  font-size: 1.125rem;
}

.display-stands-page #hero.gb-hero .btn {
  font-size: 1rem;
}

.display-stands-page img {
  width: 100%;
}

.gb-section {
  padding: clamp(4.25rem, 7vw, 6.8rem) 0;
}

.gb-section .section-head h2 {
  white-space: nowrap;
  font-size: clamp(1.5rem, 3.1vw, 2.3rem);
}

.gb-section .section-head h2 br {
  display: none;
}

.gb-section .section-head {
  margin-bottom: clamp(2.15rem, 4vw, 3.2rem);
  text-align: center;
}

.gb-section .section-intro {
  max-width: 1100px;
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  font-size: 1.125rem;
}

#hero.gb-hero {
  position: relative;
  min-height: calc(100vh - var(--site-header-height, 65px));
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  padding: 72px 0 76px;
  background:
    radial-gradient(circle at 77% 44%, rgba(46, 119, 80, .24), transparent 30%),
    radial-gradient(circle at 86% 16%, rgba(216, 180, 90, .2), transparent 28%),
    linear-gradient(150deg, rgba(6, 19, 13, .99) 0%, rgba(15, 35, 24, .99) 46%, rgba(26, 58, 46, .98) 100%);
}

.gb-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  gap: 96px;
  align-items: center;
  width: min(100%, 1440px);
  max-width: none;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.gb-hero__content {
  max-width: 640px;
}

#hero.gb-hero .hero-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 20px;
  padding: 0 16px;
  color: var(--color-gold-soft);
  background: transparent;
  border: 1px solid rgba(216, 180, 90, .18);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

#hero.gb-hero .hero-h1 {
  max-width: 740px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 3.35rem;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

#hero.gb-hero .hero-sub-line {
  display: block;
  color: var(--color-gold-soft);
  font-style: normal;
  font-weight: 800;
  white-space: normal;
}
}

#hero.gb-hero .hero-subtitle {
  max-width: 560px;
  margin: 0 0 28px;
  color: var(--color-text-muted);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.72;
}

.gb-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 620px;
  margin-bottom: 34px;
  padding-bottom: 0;
  border-bottom: 0;
}

.gb-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(213, 235, 220, .12);
  border-radius: 999px;
  background: rgba(213, 235, 220, .05);
  color: rgba(238, 247, 240, .78);
  box-shadow: none;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.gb-hero__trust i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--color-gold-soft);
  box-shadow: 0 0 0 3px rgba(216, 180, 90, .08);
}

#hero.gb-hero .hero-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

#hero.gb-hero .btn {
  min-height: 58px;
  justify-content: center;
  padding: 0 30px;
  border-radius: 10px;
  font-size: .98rem;
  font-weight: 800;
}

#hero.gb-hero .btn-primary {
  min-width: 244px;
  background: var(--color-gold);
  color: #0B2A1F;
  box-shadow: 0 16px 32px rgba(216, 180, 90, .22);
}

#hero.gb-hero .btn-outline {
  min-width: 210px;
  color: #f4fbf6;
  border-color: rgba(238, 247, 240, .54);
  background: rgba(255, 255, 255, .03);
}

@media (hover: hover) {
  #hero.gb-hero .btn-primary:hover {
    background: var(--color-gold-soft);
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(216, 180, 90, .3);
  }

  #hero.gb-hero .btn-outline:hover {
    border-color: rgba(255, 255, 255, .86);
    background: rgba(255, 255, 255, .1);
    transform: translateY(-2px);
  }
}

.gb-hero__cta-note {
  max-width: 560px;
  margin: 16px 0 0;
  color: rgba(214, 226, 217, .58);
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.5;
}

.gb-hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gb-hero__visual::before {
  display: none;
}

.gb-hero__image {
  position: relative;
  width: min(100%, 680px);
  max-width: 680px;
  aspect-ratio: 1.04 / 1;
  overflow: visible;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gb-hero__image::before {
  display: none;
}

.gb-hero__image img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.gb-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(180deg, transparent 58%, rgba(6, 19, 13, .12) 100%);
  pointer-events: none;
}

.gb-float-tag {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(231, 244, 235, .18);
  border-radius: 999px;
  padding: .68rem 1rem;
  background: rgba(9, 43, 28, .86);
  color: rgba(247, 252, 249, .9);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.gb-float-tag--one {
  top: 10%;
  left: 0;
}

.gb-float-tag--two {
  top: 21%;
  right: 0;
}

.gb-float-tag--three {
  left: 2%;
  bottom: 24%;
}

.gb-float-tag--four {
  right: 5%;
  bottom: 14%;
  color: var(--gb-gold-light);
  border-color: rgba(196, 154, 60, .28);
}

.gb-trust-bar {
  position: relative;
  z-index: 5;
  background: linear-gradient(90deg, #06170f 0%, #082116 52%, #061a11 100%);
  border-top: 1px solid rgba(196, 154, 60, .12);
  border-bottom: 1px solid rgba(196, 154, 60, .08);
}

.gb-trust-bar__inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: clamp(.9rem, 2vw, 1.45rem);
  align-items: center;
}

.gb-trust-stat {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-width: 0;
}

.gb-trust-stat svg {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  padding: .45rem;
  border: 1px solid rgba(196, 154, 60, .18);
  border-radius: 50%;
  background: rgba(196, 154, 60, .08);
  fill: none;
  stroke: var(--gb-gold);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gb-trust-stat strong {
  display: block;
  color: #fff;
  font-family: var(--font-body);
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1;
}

.gb-trust-stat span {
  display: block;
  margin-top: .24rem;
  color: rgba(255, 255, 255, .42);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gb-cert-row {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  justify-content: flex-end;
  min-width: 188px;
}

.gb-cert-row span,
.gb-pill-row b,
.gb-style-tab,
.gb-industry-tab {
  font-family: var(--font-body);
}

.gb-cert-row span {
  border: 1px solid rgba(196, 154, 60, .22);
  border-radius: var(--r-sm);
  padding: .3rem .58rem;
  background: rgba(196, 154, 60, .08);
  color: var(--gb-gold-light);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .06em;
}

.gb-overview {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .3), transparent 30%),
    var(--gb-cream);
}

.gb-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.gb-product-grid--2x2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 800px;
  margin-inline: auto;
}

.gb-product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--cream-dd);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 35, 24, .05);
  transition: transform .3s cubic-bezier(.25, .8, .25, 1), box-shadow .3s ease, border-color .3s ease;
}

@media (hover: hover) {
  .gb-product-card:hover {
    transform: translateY(-5px);
    border-color: rgba(196, 154, 60, .45);
    box-shadow: 0 18px 42px rgba(15, 35, 24, .1);
  }

  .gb-product-card:hover img {
    transform: scale(1.04);
  }

  .gb-option-card:hover {
    transform: translateY(-3px);
    border-color: rgba(196, 154, 60, .45);
    box-shadow: 0 14px 36px rgba(15, 35, 24, .08);
  }
}

.gb-product-card__image {
  height: 220px;
  overflow: hidden;
  background: #E8E3DA;
}

.gb-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.gb-product-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px;
}

.gb-product-card h3,
.gb-option-card h3 {
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.gb-product-card p {
  flex: 1;
  margin: .4rem 0 .65rem;
  color: var(--gb-muted);
  font-size: .875rem;
  line-height: 1.5;
}

.gb-product-card .gb-chip-row {
  margin-top: auto;
}

.gb-chip-row,
.gb-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: .42rem;
}

.gb-box-styles {
  background: #fff;
}

.gb-style-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: clamp(1.4rem, 3vw, 2.2rem);
  align-items: stretch;
}

.gb-style-tabs {
  display: flex;
  flex-direction: column;
  gap: .62rem;
}

.gb-style-tab {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  border: 1px solid var(--gb-line);
  border-radius: var(--r-md);
  padding: .9rem 1rem;
  background: var(--gb-cream);
  color: #0B2A1F;
  cursor: pointer;
  text-align: left;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.35;
  transition: var(--trans);
}

.gb-style-tab.active {
  border-color: var(--gb-green-2);
  background: var(--gb-green-2);
  color: #fff;
  box-shadow: 0 10px 24px rgba(26, 58, 46, .18);
}

.gb-style-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .74fr);
  gap: clamp(1.25rem, 3vw, 2.2rem);
  overflow: hidden;
  border: 1px solid var(--gb-line);
  border-radius: var(--r-xl);
  background:
    radial-gradient(circle at 92% 4%, rgba(196, 154, 60, .12), transparent 38%),
    var(--gb-cream);
  box-shadow: var(--shadow-md);
}

.gb-style-panel__copy {
  padding: clamp(1.5rem, 3.8vw, 2.65rem);
}

.gb-mini-label {
  display: block;
  margin-bottom: .65rem;
  color: var(--gb-gold);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gb-style-panel h3,
.gb-industry-panel h3 {
  margin-bottom: .75rem;
  color: var(--text);
  font-size: 2.375rem;
  white-space: normal;
  overflow: visible;
  display: block;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  line-height: 1.05;
}

.gb-style-panel p,
.gb-industry-panel p {
  max-width: 580px;
  color: var(--text-mid);
  font-size: .96rem;
  line-height: 1.72;
}

.gb-check-list {
  display: grid;
  gap: .65rem;
  margin: 1.4rem 0 1.5rem;
}

.gb-check-list li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--text-mid);
  font-size: .9rem;
  line-height: 1.5;
}

.gb-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .38rem;
  width: .68rem;
  height: .68rem;
  border: 2px solid var(--gb-gold);
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.gb-best-for > span {
  display: block;
  margin-bottom: .62rem;
  color: #0B2A1F;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gb-pill-row b {
  border: 1px solid rgba(26, 58, 46, .14);
  border-radius: 999px;
  padding: .34rem .68rem;
  background: rgba(255, 255, 255, .64);
  color: var(--gb-green-2);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
}

.gb-style-panel__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: clamp(1rem, 2.4vw, 2rem);
  background: #fff;
}

.gb-style-panel__media img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: contain;
  transition: opacity .22s ease, transform .22s ease;
}

.gb-style-panel.is-switching .gb-style-panel__copy {
  animation: gbSolutionTextIn .24s ease both;
}

.gb-style-panel.is-switching .gb-style-panel__media img {
  animation: gbSolutionMediaIn .24s ease both;
}

@keyframes gbSolutionTextIn {
  from {
    opacity: .18;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gbSolutionMediaIn {
  from {
    opacity: .3;
    transform: translateY(8px) scale(.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.gb-custom-options {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .45), transparent 44%),
    var(--gb-cream);
}

.gb-options-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.gb-option-card {
  min-height: 100%;
  border: 1px solid var(--gb-line);
  border-radius: 22px;
  padding: 1.1rem 1rem 1rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 35, 24, .04);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.gb-line-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: .7rem;
  border: 1px solid rgba(196, 154, 60, .22);
  border-radius: var(--r-md);
  background: rgba(196, 154, 60, .07);
  color: var(--gb-gold);
}

.gb-line-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gb-option-card h3 {
  margin-bottom: .5rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0B2A1F;
}

.gb-option-card ul {
  display: grid;
  gap: .3rem;
  margin-top: 0;
}

.gb-option-card li {
  position: relative;
  padding-left: .9rem;
  color: #0B2A1F;
  font-size: .8rem;
  line-height: 1.4;
}

.gb-option-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gb-gold);
}

.gb-paper-materials {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .64) 0%, rgba(255, 255, 255, .16) 42%, transparent 100%),
    var(--gb-cream);
}

.gb-paper-materials .section-head {
  text-align: center;
}

.gb-paper-material-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: clamp(.95rem, 1.8vw, 1.3rem);
  align-items: stretch;
}

.gb-paper-material-card {
  display: flex;
  flex-direction: column;
  min-height: 380px;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 24, .1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(15, 35, 24, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.gb-paper-material-card > img {
  width: 100%;
  height: clamp(160px, 12.5vw, 188px);
  object-fit: cover;
  background: #f2eee7;
  flex: 0 0 auto;
}

.gb-paper-material-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.2rem clamp(1rem, 1.4vw, 1.35rem) 1.25rem;
}

.gb-paper-material-card h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
}

.gb-paper-material-card p {
  margin: .7rem 0 1.1rem;
  color: var(--text-mid);
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.55;
}

.gb-paper-material-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: auto;
}

.gb-paper-material-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(26, 58, 46, .16);
  border-radius: 999px;
  padding: .34rem .68rem;
  background: rgba(251, 248, 243, .76);
  color: var(--gb-green-2);
  font-size: .7rem;
  font-weight: 800;
  line-height: 1;
}

@media (hover: hover) {
  .gb-paper-material-card:hover {
    transform: translateY(-4px);
    border-color: rgba(196, 154, 60, .36);
    box-shadow: 0 22px 54px rgba(15, 35, 24, .1);
  }
}

.gb-paper-material-cta {
  margin-top: 2.8rem;
  padding: 1.8rem 2.2rem;
  border: 1px solid rgba(196, 154, 60, .2);
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, rgba(196, 154, 60, .06), rgba(15, 35, 24, .02));
  text-align: center;
}

.gb-paper-material-cta p {
  margin: 0 0 .3rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0B2A1F;
}

.gb-paper-material-cta span {
  display: block;
  margin-bottom: 1.15rem;
  font-size: .9rem;
  color: var(--gb-muted);
  line-height: 1.5;
}

.gb-paper-material-cta .btn {
  display: inline-flex;
}

.corrugated-printing-section {
  --pf-bg: #fbf8f1;
  --pf-card: #fffdf8;
  --pf-primary: var(--color-green-950);
  --pf-text: #263b34;
  --pf-muted: #667267;
  --pf-gold: #C49A3C;
  --pf-border: rgba(15, 35, 24, .1);
  --pf-border-strong: rgba(15, 35, 24, .14);
  --pf-shadow: 0 22px 58px rgba(15, 35, 24, .08);
  background:
    radial-gradient(circle at 50% 0, rgba(196, 154, 60, .1), transparent 34%),
    linear-gradient(180deg, #fffaf0 0%, var(--pf-bg) 64%, #f7f2e7 100%);
  padding: clamp(5rem, 7vw, 6.5rem) 0;
}

.printing-finishing-head {
  max-width: 980px;
  margin-bottom: clamp(2.4rem, 4vw, 3.4rem);
}

.printing-finishing-eyebrow {
  margin-bottom: .85rem;
  color: var(--pf-gold);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .36em;
}

.printing-finishing-head h2 {
  margin: 0;
  color: var(--pf-primary);
  font-size: 3rem;
  white-space: normal !important;
  text-wrap: balance;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: 0;
}

.printing-finishing-head .section-intro {
  max-width: 760px;
  margin: 1rem auto 0;
  color: var(--pf-muted);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
}

.printing-finishing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 2.5vw, 2.25rem);
  align-items: stretch;
}

.printing-options-card,
.surface-finishing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--pf-border);
  border-radius: 28px;
  padding: clamp(2.5rem, 3.5vw, 3.5rem);
  background:
    radial-gradient(circle at 96% 0, rgba(196, 154, 60, .08), transparent 30%),
    rgba(255, 253, 248, .9);
  box-shadow: var(--pf-shadow);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.printing-card-rule {
  width: 44px;
  height: 2px;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, var(--pf-gold), rgba(196, 154, 60, 0));
}

.printing-options-card h3 {
  margin: 0;
  color: var(--pf-primary);
  font-size: clamp(1.6rem, 2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.15;
}
.surface-finishing-card h3 {
  margin: 0;
  color: #0B2A1F;
  font-size: clamp(1.6rem, 2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.15;
}

.printing-process-list {
  display: grid;
  margin: 1.55rem 0 0;
}

.printing-option-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 22px;
  gap: 1rem;
  align-items: center;
  min-height: 74px;
  border-bottom: 1px solid rgba(15, 35, 24, .09);
  border-radius: 12px;
  padding: .72rem .45rem .72rem 0;
  color: var(--pf-primary);
  transition: transform .28s ease, background-color .28s ease;
}

.printing-option-item:last-child {
  border-bottom-color: transparent;
}

.printing-process-list__icon,
.printing-process-list__arrow {
  color: var(--pf-gold);
  transition: color .28s ease, transform .28s ease;
}

.printing-process-list__icon {
  display: grid;
  place-items: center;
}

.printing-process-list svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.printing-option-copy {
  display: block;
  min-width: 0;
}

.printing-option-copy h4 {
  margin: 0 0 .2rem;
  color: var(--pf-primary);
  font-size: .98rem;
  font-weight: 800;
  line-height: 1.25;
}

.printing-option-copy p {
  margin: 0;
  color: var(--pf-text);
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.45;
}

.printing-process-list__arrow {
  justify-self: end;
  width: 20px;
  height: 20px;
  stroke-width: 1.8;
}

.printing-finishing-media {
  overflow: hidden;
  height: clamp(238px, 20vw, 306px);
  margin-top: auto;
  border: 1px solid rgba(15, 35, 24, .08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(246, 239, 224, .78)),
    #efe7d8;
}

.printing-finishing-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: transparent;
  font-size: 0;
  transition: transform .34s ease, filter .34s ease;
}

.printing-finishing-media--printed img {
  object-position: 50% 54%;
}

.printing-finishing-media--finish img {
  object-position: 50% 50%;
}

.finish-option-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem 1rem;
  margin: 1.8rem 0 2rem;
}

.finish-option-item {
  display: grid;
  justify-items: center;
  gap: .65rem;
  min-width: 0;
  color: var(--pf-primary);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform .28s ease;
}

.finish-swatch {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(82px, 6.4vw, 98px);
  aspect-ratio: 1;
  border: 1px solid rgba(15, 35, 24, .08);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, .92), transparent 28%),
    #fffefa;
  box-shadow: 0 12px 32px rgba(15, 35, 24, .1);
  transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

.finish-swatch::after {
  content: "";
  width: clamp(58px, 4.3vw, 66px);
  aspect-ratio: 1;
  border: 1px solid rgba(15, 35, 24, .1);
  border-radius: 50%;
  box-shadow: inset 0 0 16px rgba(255, 255, 255, .25);
}

.finish-swatch svg {
  position: absolute;
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #315b78;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
  z-index: 1;
}

.finish-swatch--matte::after {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .18), transparent 23%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 5px),
    linear-gradient(145deg, #65786c, #2f4438 58%, #15281f);
}

.finish-swatch--gloss::after {
  background:
    linear-gradient(122deg, rgba(255, 255, 255, .8) 0 14%, rgba(255, 255, 255, .08) 15% 30%, transparent 31%),
    radial-gradient(circle at 26% 18%, rgba(255, 255, 255, .4), transparent 20%),
    linear-gradient(145deg, #1f3a2b, #06130d 58%, #0b2f1c);
}

.finish-swatch--water::after {
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, .72), transparent 26%),
    linear-gradient(145deg, #f7f5ee, #ddd9cd);
}

.finish-swatch--spot-uv::after {
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .36), transparent 20%),
    radial-gradient(circle at 72% 72%, rgba(255, 255, 255, .12), transparent 22%),
    linear-gradient(135deg, #262827 0%, #050706 56%, #313634 100%);
}

.finish-swatch--spot-uv::before {
  content: "UV";
  position: absolute;
  color: rgba(255, 255, 255, .78);
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-shadow: 0 2px 7px rgba(0, 0, 0, .45);
  z-index: 1;
}

.finish-swatch--foil::after {
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, .7), transparent 26%),
    repeating-linear-gradient(120deg, rgba(255, 255, 255, .18) 0 1px, transparent 1px 5px),
    linear-gradient(135deg, #f4dd92 0%, #C49A3C 50%, #80601d 100%);
}

.finish-swatch--emboss::after {
  background:
    radial-gradient(circle at 46% 42%, rgba(255, 255, 255, .78), transparent 35%),
    repeating-radial-gradient(circle at 50% 50%, rgba(15, 35, 24, .08) 0 2px, transparent 2px 8px),
    linear-gradient(145deg, #f5f2eb, #dad5c9);
}

.finish-swatch--emboss::before {
  content: "";
  position: absolute;
  width: 38px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .78);
  box-shadow: 0 3px 7px rgba(15, 35, 24, .12), inset 0 2px 4px rgba(15, 35, 24, .08);
  z-index: 1;
}

.finish-swatch--deboss::after {
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, .25), transparent 24%),
    linear-gradient(145deg, #d0a36a, #aa7130 62%, #7c4b20);
}

.finish-swatch--deboss svg {
  stroke: rgba(74, 42, 16, .55);
}

.finish-swatch--varnish::after {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .26), transparent 28%),
    repeating-linear-gradient(35deg, rgba(255, 255, 255, .08) 0 2px, transparent 2px 7px),
    linear-gradient(145deg, #365f3d, #163522);
}

.finish-name {
  max-width: 112px;
}

.printing-applications {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  gap: clamp(1.2rem, 2vw, 1.75rem);
  align-items: end;
  margin-top: clamp(1.7rem, 3vw, 2.3rem);
}

.printing-applications-label {
  display: block;
  margin: 0 0 .95rem;
  color: var(--pf-gold);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .22em;
  line-height: 1;
}

.printing-application-list {
  display: flex;
  flex-wrap: wrap;
  gap: .72rem;
}

.printing-application-list span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 38px;
  border: 1px solid rgba(15, 35, 24, .16);
  border-radius: 999px;
  padding: .42rem .9rem;
  background: rgba(255, 255, 255, .58);
  color: var(--pf-primary);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.printing-application-list svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #2e5a42;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  flex: 0 0 auto;
}

.printing-advice-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(15, 35, 24, .12);
  border-radius: 18px;
  padding: 1.1rem 4.25rem 1.1rem 1.2rem;
  background:
    radial-gradient(circle at 100% 0, rgba(196, 154, 60, .11), transparent 40%),
    rgba(255, 253, 248, .76);
  box-shadow: 0 14px 38px rgba(15, 35, 24, .08);
}

.printing-advice-cta__icon {
  display: grid;
  place-items: center;
  width: 46px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--pf-primary);
  color: #fffdf8;
  flex: 0 0 auto;
}

.printing-advice-cta__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.printing-advice-cta__copy h3 {
  margin: 0 0 .24rem;
  color: var(--pf-primary);
  font-size: .98rem;
  font-weight: 800;
  line-height: 1.28;
}

.printing-advice-cta__copy p {
  margin: 0;
  color: var(--pf-text);
  font-size: .78rem;
  font-weight: 500;
  line-height: 1.45;
}

.printing-advice-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 42px;
  border-radius: 999px;
  padding: .65rem 1rem;
  background: var(--pf-primary);
  color: #fffdf8;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: background-color .28s ease, transform .28s ease, box-shadow .28s ease;
}

.printing-advice-cta__button svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform .28s ease;
}

@media (hover: hover) {
  .printing-options-card:hover,
  .surface-finishing-card:hover {
    transform: translateY(-3px);
    border-color: rgba(196, 154, 60, .22);
    box-shadow: 0 28px 66px rgba(15, 35, 24, .12);
  }

  .printing-options-card:hover .printing-finishing-media img,
  .surface-finishing-card:hover .printing-finishing-media img {
    transform: scale(1.025);
    filter: saturate(1.04) contrast(1.02);
  }

  .printing-option-item:hover {
    transform: translateX(3px);
    background: rgba(196, 154, 60, .06);
  }

  .printing-option-item:hover .printing-process-list__icon,
  .printing-option-item:hover .printing-process-list__arrow {
    color: #C49A3C;
  }

  .printing-option-item:hover .printing-process-list__arrow {
    transform: translateX(3px);
  }

  .finish-option-item:hover {
    transform: translateY(-4px);
  }

  .finish-option-item:hover .finish-swatch {
    border-color: rgba(196, 154, 60, .42);
    box-shadow: 0 18px 42px rgba(15, 35, 24, .15);
  }

  .printing-advice-cta__button:hover {
    background: #173323;
    box-shadow: 0 12px 28px rgba(15, 35, 24, .18);
    transform: translateY(-1px);
  }

  .printing-advice-cta__button:hover svg {
    transform: translateX(3px);
  }
}

@media (max-width: 1180px) {
  .printing-options-card,
  .surface-finishing-card {
    padding: 2.35rem;
  }

  .printing-applications {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}

@media (max-width: 980px) {
  .printing-finishing-grid {
    gap: 1.35rem;
  }

  .printing-options-card,
  .surface-finishing-card {
    padding: 2rem;
  }

  .finish-option-grid {
    gap: 1.1rem .7rem;
  }

  .finish-swatch {
    width: 78px;
  }
}

@media (max-width: 820px) {
  .printing-finishing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .corrugated-printing-section {
    padding: 4.35rem 0;
  }

  .printing-finishing-head h2 {
    white-space: normal;
    font-size: clamp(2.125rem, 9vw, 2.625rem);
  }

  .printing-finishing-head .section-intro {
    font-size: 1rem;
  }

  .printing-options-card,
  .surface-finishing-card {
    border-radius: 24px;
    padding: 1.5rem;
  }

  .finish-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .printing-finishing-media {
    height: 220px;
  }

  .printing-advice-cta {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 1.1rem 1.2rem;
  }

  .printing-advice-cta__button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .printing-finishing-eyebrow {
    letter-spacing: .24em;
  }

  .printing-option-item {
    grid-template-columns: 30px minmax(0, 1fr) 18px;
    gap: .7rem;
    min-height: 78px;
    padding: .68rem .3rem .68rem 0;
  }

  .printing-process-list svg {
    width: 23px;
    height: 23px;
  }

  .printing-option-copy h4 {
    font-size: .92rem;
  }

  .printing-option-copy p {
    font-size: .82rem;
  }

  .finish-swatch {
    width: 78px;
  }

  .finish-name {
    max-width: 120px;
    font-size: .84rem;
  }

  .printing-finishing-media {
    height: 190px;
  }

  .printing-application-list span {
    min-height: 36px;
    font-size: .75rem;
  }
}

.gb-applications {
  background:
    radial-gradient(circle at 10% 0, rgba(196, 154, 60, .11), transparent 30%),
    var(--gb-cream);
}

.gb-industry-tabs {
  display: flex;
  justify-content: center;
  gap: .45rem;
  margin-bottom: 2.6rem;
}

.gb-industry-tab {
  flex: 0 0 auto;
  border: 1px solid var(--cream-dd);
  border-radius: 999px;
  padding: .64rem .82rem;
  background: #fff;
  color: #0B2A1F;
  cursor: pointer;
  font-size: .74rem;
  font-weight: 700;
  white-space: nowrap;
  transition: var(--trans);
}

.gb-industry-tab.active {
  border-color: var(--gb-green-2);
  background: var(--gb-green-2);
  color: #fff;
}

.gb-industry-panel {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: clamp(1.75rem, 4vw, 3.4rem);
  align-items: center;
}

.gb-industry-panel.reveal {
  opacity: 1;
  transform: none;
}

.gb-industry-panel__media {
  overflow: hidden;
  border: 1px solid rgba(15, 35, 24, .1);
  border-radius: var(--r-xl);
  background: var(--gb-green);
  box-shadow: var(--shadow-lg);
}

.gb-industry-panel__media img {
  aspect-ratio: 5 / 4;
  height: 100%;
  object-fit: cover;
  transition: opacity .18s ease;
}

.gb-industry-panel__copy {
  max-width: 620px;
}

.gb-industry-panel .btn {
  margin-top: .2rem;
}

.gb-split-head {
  max-width: 820px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.gb-split-head .section-intro {
  margin-left: 0;
  text-align: left;
}

.gb-inserts,
.gb-factory-capability,
.gb-purchasing,
.gb-sustainability {
  background: var(--gb-cream);
}

.gb-sustainability {
  padding: 100px 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(46, 90, 66, .08), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(196, 154, 60, .1), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #f8f1e4 100%);
}

.gb-sustainability .container {
  width: min(100%, 1440px);
  padding-left: clamp(40px, 3.2vw, 48px);
  padding-right: clamp(40px, 3.2vw, 48px);
}

.gb-factory-capability {
  background:
    radial-gradient(circle at 50% 0, rgba(196, 154, 60, .08), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #fbf8f1 100%);
}

.gb-inserts-layout,
.gb-factory-layout,
.gb-qc-layout,
.gb-sustain-layout,
.gb-final-cta__grid {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.gb-inserts-layout {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
}

.gb-exploded-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 1rem;
  align-items: center;
  border: 1px solid var(--gb-line);
  border-radius: var(--r-xl);
  padding: 1.2rem;
  background:
    radial-gradient(circle at 12% 0, rgba(196, 154, 60, .1), transparent 38%),
    #fff;
  box-shadow: 0 18px 46px rgba(15, 35, 24, .08);
}

.gb-exploded-media {
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--gb-green);
}

.gb-exploded-media img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
}

.gb-callout-list {
  display: grid;
  gap: .35rem;
  list-style: none;
}

.gb-callout-list li {
  display: flex;
  align-items: center;
  gap: .55rem;
  color: var(--text-mid);
  font-size: .82rem;
  font-weight: 700;
}

.gb-callout-list span,
.gb-factory-steps b,
.gb-order-steps b,
.gb-qc-steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  font-family: var(--font-body);
  font-weight: 800;
}

.gb-callout-list span {
  width: 24px;
  height: 24px;
  background: var(--gb-green-2);
  color: #fff;
  font-size: .82rem;
}

.gb-insert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gb-mini-card,
.gb-purchase-card,
.gb-sustain-grid article {
  border: 1px solid var(--gb-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 35, 24, .045);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.gb-mini-card {
  padding: 1.15rem;
}

.gb-mini-card h3,
.gb-factory-steps h3,
.gb-order-steps h3,
.gb-qc-steps h3,
.gb-purchase-card h3,
.gb-sustain-grid h3 {
  font-family: var(--font-body);
  color: var(--text);
  line-height: 1.15;
}

.gb-mini-card h3 {
  min-height: 2.65rem;
  font-size: 1.15rem;
}

.gb-mini-card p,
.gb-factory-steps p,
.gb-order-steps p,
.gb-purchase-card li,
.gb-sustain-grid p {
  color: var(--text-mid);
  font-size: .82rem;
  line-height: 1.55;
}

.gb-mini-card p {
  margin: .58rem 0 .9rem;
}

.gb-inserts {
  background: linear-gradient(180deg, #fffdf8 0%, #f8f2e6 100%);
}

.gb-inserts-head {
  max-width: 1280px;
  margin-inline: auto;
}

.gb-inserts-head .section-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  color: #C49A3C;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .28em;
}

.gb-inserts-head .section-label::before,
.gb-inserts-head .section-label::after {
  content: "";
  width: clamp(42px, 7vw, 88px);
  height: 1px;
  background: currentColor;
  opacity: .58;
}

.gb-inserts-head h2 {
  color: #0B2A1F;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.02;
}

.gb-inserts-head .section-intro {
  max-width: 820px;
  color: #0B2A1F;
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  line-height: 1.7;
}

.gb-inserts-layout {
  grid-template-columns: minmax(460px, .95fr) minmax(0, 1.05fr);
  align-items: stretch;
}

.gb-exploded-card {
  grid-template-columns: 1fr;
  gap: 0;
  min-height: auto;
  border-color: rgba(16, 39, 31, .1);
  border-radius: 24px;
  padding: clamp(1.4rem, 2vw, 1.8rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 250, 241, .78)),
    #fff;
  box-shadow: 0 26px 70px rgba(15, 35, 24, .09);
}

.gb-exploded-card .gb-exploded-media {
  align-self: end;
}

.gb-exploded-card .gb-callout-list {
  align-self: start;
}

.gb-exploded-stage {
  position: relative;
  overflow: hidden;
  min-height: clamp(430px, 36vw, 570px);
  border-radius: 20px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, .72), rgba(244, 236, 219, .42)),
    #fbf7ef;
  isolation: isolate;
}

.gb-exploded-stage::after {
  content: "";
  position: absolute;
  inset: auto 11% 6% 8%;
  z-index: -1;
  height: 24%;
  border-radius: 50%;
  background: rgba(16, 39, 31, .12);
  filter: blur(34px);
  transform: rotate(-8deg);
}

.gb-exploded-stack {
  position: absolute;
  inset: 5% 2% 4% 2%;
}

.gb-layer {
  position: absolute;
  left: 13%;
  width: 62%;
  height: 14%;
  transform: translateY(var(--layer-y));
}

.gb-layer-face {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: 7px;
  transform: rotateX(58deg) rotateZ(-18deg) skewX(-4deg);
  transform-origin: center;
  box-shadow: 0 22px 28px rgba(16, 39, 31, .16);
}

.gb-layer-face::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: -13px;
  left: 4px;
  height: 15px;
  border-radius: 0 0 7px 7px;
  background: rgba(16, 39, 31, .28);
  transform: skewX(-18deg);
  transform-origin: top;
}

.gb-layer--outer {
  --layer-y: 6%;
  z-index: 6;
}

.gb-layer--outer .gb-layer-face {
  border: 1px solid rgba(196, 154, 60, .42);
  background:
    linear-gradient(90deg, transparent 12%, rgba(196, 154, 60, .76) 12% 13%, transparent 13% 87%, rgba(196, 154, 60, .76) 87% 88%, transparent 88%),
    linear-gradient(0deg, transparent 14%, rgba(196, 154, 60, .76) 14% 15.5%, transparent 15.5% 84.5%, rgba(196, 154, 60, .76) 84.5% 86%, transparent 86%),
    linear-gradient(145deg, #294936, #10271f);
}

.gb-layer--outer .gb-layer-face::after {
  background: linear-gradient(180deg, #10271f, #071510);
}

.gb-layer--outer i,
.gb-layer--outer b {
  position: absolute;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.gb-layer--outer i {
  top: 31%;
  width: 42px;
  height: 16px;
  border-top: 2px solid rgba(196, 154, 60, .8);
  border-bottom: 2px solid rgba(196, 154, 60, .55);
}

.gb-layer--outer b {
  top: 55%;
  width: 96px;
  height: 1px;
  background: rgba(196, 154, 60, .72);
}

.gb-layer--greyboard {
  --layer-y: 96%;
  z-index: 5;
}

.gb-layer--greyboard .gb-layer-face {
  border: 1px solid rgba(95, 93, 84, .34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .28), transparent 35%),
    #9a988d;
}

.gb-layer--greyboard .gb-layer-face::after {
  background: #737165;
}

.gb-layer--insert {
  --layer-y: 185%;
  z-index: 4;
  height: 17%;
}

.gb-layer--insert .gb-layer-face {
  border: 1px solid rgba(132, 108, 76, .25);
  background: linear-gradient(145deg, #f4ead8, #d8c8ad);
}

.gb-layer--insert .gb-layer-face::after {
  background: #c5b394;
}

.gb-slot {
  position: absolute;
  display: block;
  background: rgba(70, 57, 41, .16);
  box-shadow: inset 0 4px 8px rgba(16, 39, 31, .15);
}

.gb-slot--round {
  top: 37%;
  left: 18%;
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.gb-slot--long {
  top: 28%;
  right: 18%;
  width: 38%;
  height: 30px;
  border-radius: 999px;
}

.gb-slot--small {
  bottom: 22%;
  left: 47%;
  width: 18%;
  height: 22px;
  border-radius: 999px;
}

.gb-layer--product {
  --layer-y: 285%;
  z-index: 3;
}

.gb-layer--product .gb-layer-face {
  border: 1px solid rgba(100, 82, 52, .2);
  background: linear-gradient(145deg, #dbc9a8, #bda681);
}

.gb-layer--product .gb-layer-face::after {
  background: #9f8a69;
}

.gb-product-bottle,
.gb-product-jar {
  position: absolute;
  display: block;
  border-radius: 999px;
  box-shadow: 0 10px 18px rgba(16, 39, 31, .28);
}

.gb-product-bottle {
  top: 38%;
  left: 25%;
  width: 44%;
  height: 25px;
  background:
    linear-gradient(90deg, #08120f 0 10%, #173b2b 10% 76%, #C49A3C 76% 83%, #f1d590 83% 90%, #3a2614 90% 100%);
}

.gb-product-jar {
  top: 32%;
  right: 18%;
  width: 50px;
  height: 34px;
  background: linear-gradient(90deg, #20190f, #C49A3C 34%, #f1d590 52%, #263e30);
}

.gb-layer--ribbon {
  --layer-y: 378%;
  z-index: 2;
}

.gb-layer--ribbon .gb-layer-face {
  border: 1px solid rgba(66, 56, 42, .18);
  background: linear-gradient(145deg, #a9a18f, #807866);
}

.gb-layer--ribbon .gb-layer-face::after {
  background: #635d50;
}

.gb-ribbon-bow {
  position: absolute;
  top: 29%;
  left: 18%;
  display: block;
  width: 96px;
  height: 40px;
  background:
    radial-gradient(ellipse at 24% 50%, #10271f 0 35%, transparent 36%),
    radial-gradient(ellipse at 76% 50%, #10271f 0 35%, transparent 36%),
    linear-gradient(90deg, transparent 42%, #1e4734 42% 58%, transparent 58%);
}

.gb-thank-card {
  position: absolute;
  top: 26%;
  right: 18%;
  display: block;
  width: 94px;
  height: 52px;
  border-radius: 3px;
  background:
    linear-gradient(0deg, transparent 72%, rgba(196, 154, 60, .45) 72% 75%, transparent 75%),
    #fff8eb;
  box-shadow: 0 9px 18px rgba(16, 39, 31, .16);
}

.gb-layer--protection {
  --layer-y: 462%;
  z-index: 1;
}

.gb-layer--protection .gb-layer-face {
  border: 1px solid rgba(16, 39, 31, .42);
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, .04) 0 2px, transparent 2px 6px),
    #2e2c28;
}

.gb-layer--protection .gb-layer-face::after {
  background: #151412;
}

.gb-callout-list {
  gap: 15px;
}

.gb-callout-list li {
  position: relative;
  gap: .8rem;
  min-height: 34px;
  color: #0B2A1F;
  font-size: clamp(.86rem, 1.05vw, 1rem);
  font-weight: 800;
  line-height: 1.2;
}

.gb-callout-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + .55rem);
  width: clamp(52px, 5vw, 88px);
  border-top: 1px dashed rgba(16, 39, 31, .32);
}

.gb-callout-list span {
  width: 34px;
  height: 34px;
  box-shadow: 0 8px 18px rgba(16, 39, 31, .16);
  font-size: .95rem;
}

.gb-insert-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(1rem, 1.7vw, 1.35rem);
}

.gb-insert-card {
  grid-column: span 2;
  min-height: clamp(210px, 17vw, 252px);
  border: 1px solid rgba(16, 39, 31, .12);
  border-radius: 18px;
  padding: clamp(1.1rem, 1.6vw, 1.45rem);
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 35, 24, .07);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.gb-insert-card:nth-child(n + 4) {
  grid-column: span 3;
}

.gb-insert-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  border: 1px solid rgba(196, 154, 60, .32);
  border-radius: 14px;
  color: #C49A3C;
  background: #fffdf8;
}

.gb-insert-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.gb-insert-card h3 {
  min-height: 2.35rem;
  color: #0B2A1F;
  font-family: var(--font-body);
  font-size: clamp(1.18rem, 1.55vw, 1.45rem);
  font-weight: 800;
  line-height: 1.15;
}

.gb-insert-card p {
  margin: .72rem 0 1.1rem;
  color: #0B2A1F;
  font-size: .94rem;
  line-height: 1.55;
}

.gb-insert-card .gb-chip-row {
  gap: .55rem;
  flex-wrap: nowrap;
}

.gb-insert-card .feature-chip {
  border: 1px solid rgba(16, 39, 31, .08);
  background: #edf4ef;
  color: #0B2A1F;
  font-size: .76rem;
  font-weight: 700;
}

.gb-factory-head {
  width: 100%;
  max-width: none;
  margin-bottom: 64px;
}

.gb-factory-head .section-label {
  color: #C49A3C;
  letter-spacing: .28em;
}

.gb-factory-head h2 {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  color: #0B2A1F;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.08;
}

.gb-factory-head .section-intro {
  max-width: 760px;
  color: #0B2A1F;
  font-size: 1.125rem;
  line-height: 1.7;
}

.gb-factory-layout {
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: stretch;
  gap: clamp(1.35rem, 2vw, 1.85rem);
}

.gb-factory-steps,
.gb-order-steps {
  display: grid;
  gap: 1rem;
}

.gb-factory-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.gb-factory-step-card,
.gb-order-steps article {
  position: relative;
  height: 100%;
  border: 1px solid rgba(16, 39, 31, .1);
  border-radius: 20px;
  padding: clamp(1.55rem, 2vw, 2rem);
  background: #fffdf8;
  box-shadow: 0 16px 40px rgba(16, 39, 31, .06);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.gb-factory-step-number,
.gb-order-steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  background: #113c2e;
  color: #fff;
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
  transition: box-shadow .28s ease, background .28s ease;
}

.gb-factory-step-card h3,
.gb-order-steps h3 {
  max-width: 260px;
  margin: 0 0 1.55rem;
  color: #0B2A1F;
  font-family: var(--font-body);
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.18;
}

.gb-factory-step-card h3::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  margin-top: 1rem;
  background: #C49A3C;
}

.gb-factory-step-card p,
.gb-order-steps p {
  margin: 0;
  color: #0B2A1F;
  font-size: .94rem;
  font-weight: 500;
  line-height: 1.62;
}

.gb-factory-aside {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(16, 39, 31, .1);
  border-radius: 24px;
  padding: 1.25rem;
  background:
    radial-gradient(circle at 100% 0, rgba(196, 154, 60, .12), transparent 32%),
    #fffdf8;
  box-shadow: 0 16px 40px rgba(16, 39, 31, .06);
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease;
}

.gb-factory-snapshot-head {
  margin-bottom: 1.15rem;
}

.gb-factory-snapshot-head h3 {
  margin: 0;
  color: #0B2A1F;
  font-family: var(--font-body);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.15;
}

.gb-factory-snapshot-head h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  margin-top: .85rem;
  background: #C49A3C;
}

.gb-factory-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gb-factory-stats div,
.gb-process-meta span {
  border: 1px solid rgba(16, 39, 31, .1);
  border-radius: 14px;
  padding: .9rem .65rem;
  background: #fbf8f1;
  text-align: center;
}

.gb-factory-stats strong {
  display: block;
  color: #0B2A1F;
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.05;
  white-space: nowrap;
}

.gb-factory-stats span,
.gb-process-meta span {
  display: block;
  margin-top: .45rem;
  color: #0B2A1F;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.gb-factory-media {
  margin-top: 20px;
}

.gb-factory-media img {
  display: block;
  width: 100%;
  height: 600px;
  border-radius: 20px;
  object-fit: cover;
}

.gb-factory-media figcaption {
  max-width: 280px;
  margin: 1rem auto 0;
  color: #0B2A1F;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
}

@media (hover: hover) {
  .gb-factory-step-card:hover {
    transform: translateY(-4px);
    border-color: rgba(196, 154, 60, .34);
    box-shadow: 0 24px 54px rgba(16, 39, 31, .1);
  }

  .gb-factory-step-card:hover .gb-factory-step-number {
    background: #164e3b;
    box-shadow: 0 0 0 6px rgba(196, 154, 60, .16), inset 0 0 0 1px rgba(255, 255, 255, .14);
  }

  .gb-factory-aside:hover {
    background:
      radial-gradient(circle at 100% 0, rgba(196, 154, 60, .16), transparent 32%),
      #fffefb;
    box-shadow: 0 24px 54px rgba(16, 39, 31, .09);
  }
}

.gb-qc,
.gb-final-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 0, rgba(196, 154, 60, .11), transparent 35%),
    linear-gradient(130deg, var(--color-green-950) 0%, #0d2a1c 52%, #123520 100%);
  color: #fff;
}

.gb-qc .section-label,
.gb-final-cta .section-label {
  color: var(--gb-gold-light);
}

.gb-qc-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
}

.gb-qc h2,
.gb-final-cta h2 {
  color: #fff;
  font-size: 2.25rem;
}

.gb-qc .section-intro,
.gb-final-cta p {
  color: rgba(255, 255, 255, .66);
  text-align: left;
  margin-left: 0;
}

.gb-qc-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
  margin: 1.8rem 0 1.2rem;
}

.gb-qc-steps article {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--r-md);
  min-width: 0;
  padding: 1rem;
  background: rgba(255, 255, 255, .04);
  overflow-wrap: anywhere;
  transition: transform .4s ease, background .4s ease, border-color .4s ease;
}

.gb-qc-steps article:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .08);
  border-color: rgba(196, 154, 60, .35);
}

.gb-qc-steps b {
  width: 30px;
  height: 30px;
  margin-bottom: .8rem;
  border: 1px solid rgba(196, 154, 60, .42);
  color: var(--gb-gold-light);
  font-size: .95rem;
}

.gb-qc-steps h3 {
  color: #fff;
  font-size: 1rem !important;
  overflow-wrap: anywhere;
  word-break: normal;
}

.gb-qc-steps p {
  margin-top: .45rem;
  color: rgba(255, 255, 255, .58);
  font-size: .78rem;
}

.gb-dark-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.gb-dark-chip-row span {
  border: 1px solid rgba(196, 154, 60, .28);
  border-radius: 999px;
  padding: .38rem .68rem;
  background: rgba(196, 154, 60, .09);
  color: var(--gb-gold-light);
  font-size: .72rem;
  font-weight: 800;
}

.gb-qc-media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--r-xl);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .34);
}

.gb-qc-media img {
  aspect-ratio: 5 / 4;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: transform .4s ease;
}

.gb-qc-media:hover img {
  transform: scale(1.06);
}

.gb-custom-process,
.gb-comparison,
.gb-gallery {
  background: #fff;
}

.gb-order-steps {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  position: relative;
}

.gb-order-steps article {
  text-align: center;
}

.gb-order-steps b {
  margin-inline: auto;
  background: rgba(196, 154, 60, .13);
  color: var(--gb-green-2);
  border: 1px solid rgba(196, 154, 60, .28);
}

.gb-process-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  max-width: 820px;
  margin: 1.3rem auto 0;
}

.gb-process-meta span {
  text-align: center;
}

.gb-process-meta strong {
  color: var(--gb-green-2);
}

.gb-purchase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.gb-purchase-card {
  padding: 1.5rem;
}

.gb-purchase-card h3 {
  margin-bottom: .65rem;
  font-size: 1.55rem;
}

.gb-purchase-card strong {
  display: block;
  min-height: 3rem;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1.35rem;
  line-height: 1.2;
}

.gb-purchase-card ul {
  display: grid;
  gap: .42rem;
  margin-top: 1rem;
}

.gb-purchase-card li {
  position: relative;
  padding-left: .9rem;
}

.gb-purchase-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gb-gold);
}

.gb-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--gb-line);
  border-radius: var(--r-lg);
  background: #fff;
  box-shadow: var(--shadow-md);
}

.gb-comparison-table {
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
}

.gb-comparison-table th,
.gb-comparison-table td {
  border-bottom: 1px solid rgba(15, 35, 24, .1);
  border-right: 1px solid rgba(15, 35, 24, .08);
  padding: .95rem .85rem;
  text-align: center;
  vertical-align: middle;
  font-size: .82rem;
  line-height: 1.45;
}

.gb-comparison-table thead th {
  background: var(--gb-green-2);
  color: #fff;
  font-weight: 800;
}

.gb-comparison-table tbody th {
  color: var(--gb-gold);
  font-weight: 800;
  text-align: left;
}

.gb-comparison-table td {
  color: var(--text-mid);
}

.gb-comparison-cards {
  display: none;
}

.gb-sustain-layout {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: start;
  gap: 64px;
}

.gb-sustain-media {
  position: relative;
  overflow: hidden;
  align-self: start;
  margin-top: 60px;
  justify-self: start;
  width: min(100%, 590px);
  aspect-ratio: 3 / 4;
  padding: clamp(28px, 2.4vw, 36px);
  border: 1px solid rgba(116, 91, 45, .12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 22% 15%, rgba(255, 255, 255, .96), rgba(255, 255, 255, .58) 32%, transparent 54%),
    #fffaf1;
  box-shadow: 0 26px 64px rgba(67, 45, 19, .11);
}

.gb-sustain-media::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .58) 0%, transparent 42%),
    radial-gradient(circle at 74% 78%, rgba(46, 90, 66, .1), transparent 22%);
  z-index: 1;
}

.gb-sustain-media img {
  position: relative;
  z-index: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  transform-origin: center center;
  transition: transform .4s ease;
}

.gb-sustain-media:hover img {
  transform: scale(1.06);
}

.gb-sustain-note {
  position: absolute;
  left: clamp(42px, 4vw, 58px);
  bottom: clamp(42px, 4vw, 58px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  max-width: min(74%, 330px);
  padding: .95rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  color: var(--gb-green);
  box-shadow: 0 16px 34px rgba(67, 45, 19, .12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease, background .35s ease;
}

.gb-sustain-note:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 22px 44px rgba(67, 45, 19, .18);
  border-color: rgba(255, 255, 255, .92);
  background: rgba(255, 255, 255, .98);
}

.gb-sustain-note span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gb-green-3);
  color: #fff;
}

.gb-sustain-note svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gb-sustain-note p {
  margin: 0;
  color: #0B2A1F;
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.42;
}

.gb-sustain-note b {
  font-weight: 800;
}

.gb-sustain-copy {
  min-width: 0;
}

.gb-sustain-copy .section-intro {
  margin-left: 0;
  text-align: left;
  max-width: 680px;
  color: #0B2A1F;
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  line-height: 1.65;
}

.gb-sustain-copy .section-label {
  color: var(--gb-gold);
  letter-spacing: .16em;
}

.gb-sustain-copy h2 {
  max-width: 720px;
  margin-bottom: 1.05rem;
  color: var(--gb-dark);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.gb-sustain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: clamp(42px, 3.4vw, 52px) 0 22px;
}

.gb-sustain-grid article {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 16px 18px;
  border: 1px solid rgba(20, 50, 40, .08);
  border-radius: 22px;
  background: rgba(255, 253, 248, .9);
  box-shadow: 0 14px 34px rgba(67, 45, 19, .065);
  text-align: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.gb-sustain-grid .gb-line-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  border-color: rgba(196, 154, 60, .18);
  border-radius: 50%;
  background: #fbf5e9;
  color: var(--gb-gold);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .76), 0 10px 22px rgba(67, 45, 19, .06);
}

.gb-sustain-grid .gb-line-icon svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.6;
}

.gb-sustain-grid h3 {
  margin-bottom: 8px;
  color: var(--gb-dark);
  font-size: clamp(18px, 1.24vw, 20px);
  font-weight: 800;
  line-height: 1.14;
}

.gb-sustain-grid p {
  max-width: 190px;
  margin: 0;
  color: #0B2A1F;
  font-size: .92rem;
  line-height: 1.45;
}

.gb-pill-row--eco {
  justify-content: flex-start;
  gap: 16px 20px;
  margin-top: 4px;
}

.gb-pill-row--eco b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-color: rgba(46, 90, 66, .2);
  background: rgba(255, 255, 255, .74);
  color: #0B2A1F;
  box-shadow: 0 6px 18px rgba(67, 45, 19, .035);
  font-size: .82rem;
  font-weight: 800;
}

.gb-pill-row--eco b::before {
  content: "";
  flex: 0 0 auto;
  width: .56rem;
  height: .56rem;
  margin-right: .58rem;
  border: 1.8px solid currentColor;
  border-radius: 50% 0 50% 50%;
  transform: rotate(-45deg);
}

.gb-sustain-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 24px;
  align-items: center;
  margin-top: 24px;
}

.gb-sustain-cta p {
  position: relative;
  margin: 0;
  padding-left: 30px;
  color: #0B2A1F;
  font-size: .95rem;
  line-height: 1.65;
}

.gb-sustain-cta p::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .45rem;
  width: 14px;
  height: 14px;
  border: 2px solid var(--gb-gold);
  border-radius: 50% 0 50% 50%;
  transform: rotate(-45deg);
}

.gb-sustain-cta__button {
  min-height: 48px;
  white-space: nowrap;
  border-radius: 10px;
  padding: 0 22px;
  background: var(--gb-green);
  color: #fff;
  box-shadow: 0 12px 26px rgba(15, 35, 24, .16);
  font-size: .88rem;
  font-weight: 800;
}

.gb-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .9rem;
}

.gb-case-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-md);
  background: var(--gb-green);
  min-height: 230px;
  box-shadow: 0 14px 36px rgba(15, 35, 24, .12);
}

.gb-case-card img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  transition: transform .42s ease, filter .42s ease;
}

.gb-case-card div {
  position: absolute;
  inset: auto 0 0;
  padding: 1.1rem;
  background: linear-gradient(180deg, transparent 0%, rgba(6, 19, 13, .92) 82%);
  color: #fff;
  transform: translateY(42%);
  transition: transform .32s ease;
}

.gb-case-card h3 {
  margin-top: -10px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 1.25rem;
}

.gb-case-card p {
  margin-top: 10px;
  color: rgba(255, 255, 255, .72);
  font-size: .76rem;
  line-height: 1.4;
  opacity: 0;
  transition: opacity .32s ease;
}

.gb-final-cta {
  padding: clamp(4.5rem, 7vw, 6.4rem) 0;
}

.gb-final-cta__grid {
  grid-template-columns: minmax(0, .85fr) minmax(0, .9fr) minmax(330px, .8fr);
  align-items: center;
}

.gb-final-cta__media {
  overflow: hidden;
  border-radius: var(--r-xl);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .36);
}

.gb-final-cta__media img {
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: cover;
}

.gb-final-cta__copy p {
  margin: 1rem 0 1.35rem;
}

.gb-quote-form {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--r-lg);
  padding: 1.2rem;
  background: rgba(255, 255, 255, .05);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
}

.gb-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}

.gb-quote-form label {
  display: grid;
  gap: .28rem;
}

.gb-quote-form label span {
  color: rgba(255, 255, 255, .6);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gb-quote-form input,
.gb-quote-form textarea {
  width: 100%;
  border: 1px solid rgba(196, 154, 60, .32);
  border-radius: var(--r-sm);
  padding: .78rem .82rem;
  background: rgba(6, 19, 13, .46);
  color: #fff;
  font: 500 .86rem/1.4 var(--font-body);
  outline: none;
  transition: border-color .25s ease, background .25s ease;
}

.gb-upload-field {
  position: relative;
}

.gb-upload-field input[type="file"] {
  position: absolute;
  inset: 1.6rem 0 0;
  opacity: 0;
  cursor: pointer;
}

.gb-file-box {
  display: flex;
  align-items: center;
  min-height: 52px;
  border: 1px dashed rgba(196, 154, 60, .46);
  border-radius: var(--r-sm);
  padding: .78rem .82rem;
  background: rgba(6, 19, 13, .36);
  color: var(--gb-gold-light);
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.3;
}

.gb-quote-form input:focus,
.gb-quote-form textarea:focus {
  border-color: var(--gb-gold-light);
  background: rgba(6, 19, 13, .68);
}

.gb-upload-field,
.gb-quote-form textarea {
  margin-top: .65rem;
}

.gb-upload-field small {
  color: rgba(255, 255, 255, .42);
  font-size: .72rem;
}

.gb-form-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .65rem;
  margin-top: .85rem;
}

.gb-form-actions .btn {
  justify-content: center;
  padding-inline: .9rem;
}

@media (hover: hover) {
  .gb-mini-card:hover,
  .gb-purchase-card:hover,
  .gb-sustain-grid article:hover {
    transform: translateY(-4px);
    border-color: rgba(196, 154, 60, .58);
    box-shadow: 0 18px 44px rgba(15, 35, 24, .1);
  }

  .gb-sustain-cta__button:hover {
    transform: translateY(-2px);
    background: var(--gb-deep);
    box-shadow: 0 16px 32px rgba(15, 35, 24, .22);
  }

  .gb-case-card:hover img {
    transform: scale(1.06);
    filter: saturate(1.05) contrast(1.04);
  }

  .gb-case-card:hover div {
    transform: translateY(0);
  }

  .gb-case-card:hover p {
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .gb-sustain-layout {
    gap: 40px;
  }

  .gb-sustain-media {
    width: min(100%, 560px);
  }

  .gb-sustain-grid {
    gap: 18px;
  }
}

@media (max-width: 1120px) {
  .gb-trust-bar__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-block: 1.1rem;
  }

  .gb-cert-row {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .gb-options-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gb-paper-material-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gb-paper-material-card {
    min-height: 398px;
  }

  .gb-paper-material-card > img {
    height: 178px;
  }

  .gb-insert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gb-factory-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gb-order-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gb-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gb-final-cta__grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  }

  .gb-final-cta__media {
    display: none;
  }
}

@media (max-width: 1024px) {
  .gb-sustain-layout {
    grid-template-columns: 1fr;
  }

  .gb-sustain-media {
    justify-self: center;
    width: min(100%, 620px);
  }

  .gb-sustain-copy,
  .gb-sustain-copy .section-intro {
    text-align: center;
  }

  .gb-sustain-copy .section-intro {
    margin-left: auto;
    margin-right: auto;
  }

  .gb-sustain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gb-pill-row--eco {
    justify-content: center;
  }

  .gb-sustain-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .gb-sustain-cta p {
    max-width: 720px;
    margin-inline: auto;
  }

  .gb-sustain-cta__button {
    justify-self: center;
  }
}

@media (max-width: 980px) {
  .gb-hero {
    height: auto;
    padding: 2rem 0;
  }

  .gb-hero__grid,
  .gb-style-layout,
  .gb-style-panel,
  .gb-industry-panel,
  .gb-inserts-layout,
  .gb-factory-layout,
  .gb-qc-layout,
  .gb-sustain-layout,
  .gb-final-cta__grid {
    grid-template-columns: 1fr;
  }

  .gb-hero__visual {
    min-height: auto;
    justify-content: flex-start;
  }

  .gb-hero__image {
    width: min(100%, 620px);
    aspect-ratio: 16 / 10;
  }

  .gb-style-tabs,
  .gb-industry-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .62rem;
  }

  .gb-style-tab,
  .gb-industry-tab {
    width: auto;
    min-width: 0;
    font-size: 12px;
    color: #0B2A1F;
  }

  .gb-style-panel__media img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .gb-split-head,
  .gb-split-head .section-intro,
  .gb-qc .section-intro,
  .gb-sustain-copy .section-intro,
  .gb-final-cta p {
    max-width: 760px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .gb-sustain-media {
    padding: 24px;
  }

  .gb-pill-row--eco {
    justify-content: center;
  }

  .gb-split-head {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gb-qc-copy,
  .gb-sustain-copy,
  .gb-final-cta__copy {
    text-align: center;
  }

  .gb-dark-chip-row {
    justify-content: center;
  }

  .gb-factory-aside {
    display: flex;
  }

  .gb-qc-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .gb-section .section-head h2 {
    white-space: normal;
    font-size: 32px;
  }

  .gb-section {
    padding: 3.6rem 0;
  }

  .gb-hero {
    height: auto;
    padding: 2rem 0;
  }

  .gb-hero .hero-h1 {
    font-size: clamp(2.45rem, 10vw, 3.5rem);
  }

  .gb-hero__trust {
    gap: .45rem;
    margin-bottom: 1.45rem;
    padding-bottom: 1rem;
  }

  .gb-hero__trust span {
    font-size: .7rem;
  }

  .gb-float-tag {
    display: none;
  }

  .gb-product-grid,
  .gb-options-grid,
  .gb-insert-grid,
  .gb-purchase-grid,
  .gb-sustain-grid,
  .gb-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gb-trust-stat {
    align-items: flex-start;
  }

  .gb-trust-stat svg {
    width: 32px;
    height: 32px;
  }

  .gb-order-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gb-table-wrap {
    display: none;
  }

  .gb-comparison-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
  }

  .gb-comparison-cards article {
    border: 1px solid var(--gb-line);
    border-radius: var(--r-md);
    padding: 1rem;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 35, 24, .045);
  }

  .gb-comparison-cards h3 {
    margin-bottom: .65rem;
    color: var(--text);
    font-family: var(--font-body);
    font-size: 1.18rem;
  }

  .gb-comparison-cards p {
    color: var(--text-mid);
    font-size: .82rem;
    line-height: 1.5;
  }

  .gb-comparison-cards span {
    display: inline-flex;
    margin-top: .75rem;
    border-radius: 999px;
    padding: .36rem .62rem;
    background: #f0f6f3;
    color: var(--gb-green-2);
    font-size: .7rem;
    font-weight: 800;
    line-height: 1.25;
  }

  .gb-box-styles .section-head {
    margin-bottom: 1.65rem;
  }

  .gb-style-layout {
    gap: 1rem;
  }

  .gb-style-tabs {
    margin: 0 -20px .2rem 0;
    padding-right: 20px;
  }

  .gb-style-tab {
    min-height: 44px;
    border-radius: 999px;
    padding: .68rem .86rem;
    background: #fff;
    font-size: .76rem;
  }

  .gb-style-panel {
    border-radius: var(--r-lg);
  }

  .gb-style-panel__media {
    order: -1;
    min-height: 0;
    padding: .9rem;
  }

  .gb-style-panel__media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    object-fit: contain;
  }

  .gb-style-panel h3 {
    font-size: clamp(1.5rem, 6vw, 1.9rem);
    line-height: 1.12;
  }

  .gb-style-panel p {
    font-size: .9rem;
    line-height: 1.6;
  }

  .gb-box-styles .gb-check-list {
    gap: .55rem;
    margin: 1.05rem 0 1.2rem;
  }

  .gb-box-styles .gb-check-list li {
    font-size: .84rem;
    line-height: 1.45;
  }

  .gb-box-styles .gb-best-for > span {
    margin-bottom: .55rem;
    font-size: .64rem;
    letter-spacing: .1em;
  }
}

@media (max-width: 560px) {
  .gb-hero {
    height: auto;
    padding: 2rem 0;
  }

  .gb-hero .hero-ctas {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gb-hero .btn {
    width: 100%;
    justify-content: center;
  }

  .gb-hero__image {
    aspect-ratio: 16 / 11;
    border-radius: var(--r-lg);
  }

  .gb-trust-bar__inner,
  .gb-product-grid:not(.gb-product-grid--2x2),
  .gb-options-grid,
  .gb-paper-material-grid,
  .gb-exploded-card,
  .gb-insert-grid,
  .gb-factory-steps,
  .gb-factory-aside,
  .gb-qc-steps,
  .gb-order-steps,
  .gb-process-meta,
  .gb-purchase-grid,
  .gb-sustain-grid,
  .gb-gallery-grid,
  .gb-comparison-cards,
  .gb-form-grid,
  .gb-form-actions {
    grid-template-columns: 1fr;
  }

  .gb-product-grid--2x2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gb-sustain-media {
    padding: 20px;
    border-radius: 22px;
  }

  .gb-sustain-copy h2 {
    font-size: 32px;
  }

  .gb-sustain-note {
    left: 32px;
    right: 32px;
    bottom: 32px;
    max-width: none;
    padding: .75rem .85rem;
  }

  .gb-sustain-note p {
    font-size: .84rem;
  }

  .gb-pill-row--eco b {
    width: 100%;
    min-width: 0;
  }

  .gb-sustain-cta p {
    padding-left: 0;
  }

  .gb-sustain-cta p::before {
    display: none;
  }

  .gb-sustain-cta__button {
    width: 100%;
  }

  .gb-trust-bar__inner {
    gap: .9rem;
  }

  .gb-trust-stat {
    padding-bottom: .8rem;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
  }

  .gb-product-card p,
  .gb-option-card h3 {
    min-height: auto;
  }

  .gb-style-panel__copy,
  .gb-product-card__body,
  .gb-option-card,
  .gb-mini-card,
  .gb-purchase-card,
  .gb-quote-form {
    padding: 1.15rem;
  }

  .gb-paper-material-card {
    min-height: 0;
    border-radius: var(--r-lg);
  }

  .gb-paper-material-card > img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .gb-paper-material-card__body {
    padding: 1.15rem;
  }

  .gb-factory-head {
    margin-bottom: 2.2rem;
  }

  .gb-factory-head h2 {
    font-size: clamp(2.05rem, 10vw, 2.55rem);
    line-height: 1.12;
  }

  .gb-factory-head .section-intro {
    font-size: .95rem;
    line-height: 1.65;
  }

  .gb-factory-step-card,
  .gb-factory-aside {
    border-radius: var(--r-lg);
  }

  .gb-factory-step-card {
    min-height: 0;
    padding: 1.35rem;
  }

  .gb-factory-step-number {
    width: 40px;
    height: 40px;
    margin-bottom: 1.15rem;
  }

  .gb-factory-step-card h3 {
    margin-bottom: 1.15rem;
  }

  .gb-factory-step-card h3::after {
    margin-top: .8rem;
  }

  .gb-factory-aside {
    padding: 1rem;
  }

  .gb-factory-media img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .gb-style-tabs {
    margin-right: -16px;
    padding-right: 16px;
  }

  .gb-style-tab {
    min-height: 40px;
    padding: .62rem .78rem;
    font-size: .73rem;
  }

  .gb-style-panel__copy {
    padding: 1.1rem;
  }

  .gb-style-panel__media {
    padding: .7rem;
  }

  .gb-style-panel h3 {
    font-size: 1.45rem;
  }

  .gb-box-styles .gb-pill-row b {
    font-size: .68rem;
  }

  .gb-industry-panel__media img {
    aspect-ratio: 16 / 10;
  }

  .gb-exploded-card {
    gap: 1rem;
  }

  .gb-callout-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gb-factory-aside img,
  .gb-qc-media img {
    aspect-ratio: 16 / 10;
  }

  .gb-case-card,
  .gb-case-card img {
    min-height: 210px;
  }

  .gb-case-card div {
    transform: translateY(0);
  }
}

@media (max-width: 420px) {
  .gb-hero .gb-h1-main {
    white-space: normal;
  }
}

@media (max-width: 1200px) {
  #hero.gb-hero {
    padding: 60px 0 68px;
  }

  .gb-hero__grid {
    gap: 44px;
    padding-left: 32px;
    padding-right: 32px;
  }

  #hero.gb-hero .hero-h1 {
    font-size: 3.15rem;
  }

  .gb-hero__image {
    max-width: 580px;
  }
}

@media (max-width: 980px) {
  #hero.gb-hero {
    min-height: auto;
    padding: 58px 0 64px;
  }

  .gb-hero__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .gb-hero__content {
    max-width: 760px;
  }

  #hero.gb-hero .hero-h1 {
    max-width: 720px;
    font-size: 3.05rem;
  }

  #hero.gb-hero .hero-subtitle,
  .gb-hero__cta-note {
    max-width: 640px;
  }

  .gb-hero__visual {
    min-height: auto;
    justify-content: center;
  }

  .gb-hero__image {
    width: min(100%, 620px);
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 768px) {
  #hero.gb-hero {
    padding: 48px 0 54px;
  }

  .gb-hero__grid {
    gap: 34px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #hero.gb-hero .hero-label {
    min-height: 32px;
    margin-bottom: 18px;
    font-size: .78rem;
  }

  #hero.gb-hero .hero-h1 {
    font-size: 2.625rem;
    line-height: 1.08;
  }

  #hero.gb-hero .gb-h1-main {
    white-space: normal;
  }

  #hero.gb-hero .hero-h1 em {
    white-space: normal;
  }

  #hero.gb-hero .hero-subtitle {
    font-size: 1rem;
    line-height: 1.65;
  }

  .gb-hero__trust {
    gap: 10px;
    margin-bottom: 28px;
  }

  .gb-hero__trust span {
    min-height: 38px;
    padding: 0 14px;
    font-size: .82rem;
  }

  #hero.gb-hero .hero-ctas {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  #hero.gb-hero .btn {
    width: 100%;
  }

  .gb-hero__image {
    padding: 16px;
    border-radius: 22px;
  }

  .gb-hero__image img,
  .gb-hero__image::before {
    border-radius: 16px;
  }

  .gb-hero__image::before {
    inset: 16px;
  }

  .gb-hero__category-bar {
    left: 28px;
    right: 28px;
    bottom: 28px;
    min-height: 38px;
    font-size: .76rem;
  }

  .gb-float-tag {
    display: inline-flex;
    padding: .58rem .8rem;
    font-size: .72rem;
  }

  .gb-float-tag--one {
    top: 8%;
    left: 3%;
  }

  .gb-float-tag--two {
    top: auto;
    right: 4%;
    bottom: 18%;
  }

  .gb-float-tag--three,
  .gb-float-tag--four {
    display: none;
  }
}

@media (max-width: 560px) {
  #hero.gb-hero .hero-ctas {
    grid-template-columns: 1fr;
  }

  .gb-hero__image {
    aspect-ratio: 16 / 11;
  }

  .gb-hero__category-bar {
    position: static;
    margin-top: 12px;
    color: rgba(255, 255, 255, .78);
    border-radius: 14px;
  }

  .gb-float-tag--two {
    display: none;
  }
}

/* ===== FAQ SECTION ===== */
.gift-faq-section {
  background: var(--gb-cream);
  padding: clamp(3rem, 5vw, 4.5rem) 0;
}

.gift-faq-head {
  margin-bottom: clamp(1.6rem, 3vw, 2.2rem);
}

.gift-faq-head .section-label {
  display: inline-block;
  margin-bottom: .65rem;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gb-gold);
}

.gift-faq-head h2 {
  margin-bottom: .7rem;
  font-family: var(--font-body);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--text);
  line-height: 1.1;
}

.gift-faq-head p {
  max-width: 820px;
  color: var(--text-mid);
  font-size: .95rem;
  line-height: 1.5;
}

.gift-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: start;
}

/* FAQ accordion list */
.gift-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gift-faq-item {
  background: #fff;
  border: 1px solid rgba(196, 154, 60, .22);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .3s ease, box-shadow .3s ease, transform .2s ease;
}

.gift-faq-item:hover {
  box-shadow: 0 4px 18px rgba(15, 35, 24, .06);
  transform: translateY(-1px);
}

.gift-faq-item.open {
  border-color: var(--gb-gold);
  box-shadow: 0 6px 24px rgba(15, 35, 24, .07);
}

.gift-faq-item.open:hover {
  transform: none;
}

.gift-faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  text-align: left;
  font: 600 1.375rem/1.4 var(--font-body);
  letter-spacing: 0;
}

.gift-faq-item button span {
  flex: 1;
}

.gift-faq-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  stroke: var(--gb-green);
  stroke-width: 2;
  pointer-events: none;
  transition: transform .3s ease, stroke .3s ease;
}

.gift-faq-item.open .gift-faq-icon {
  stroke: var(--gb-gold);
  transform: rotate(45deg);
}

.gift-faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .35s ease, opacity .3s ease;
}

.gift-faq-item:not(.open) .gift-faq-answer {
  max-height: 0 !important;
  opacity: 0;
}

.gift-faq-item.open .gift-faq-answer {
  opacity: 1;
}

.gift-faq-answer p {
  margin: 0;
  padding: 0 24px 22px;
  border-top: 1px solid rgba(196, 154, 60, .18);
  padding-top: 18px;
  color: var(--text-mid);
  font-size: .94rem;
  line-height: 1.7;
}

/* Help card */
.gift-faq-help {
  position: sticky;
  top: calc(var(--site-header-height, 65px) + 2rem);
  background: var(--gb-green);
  border-radius: 16px;
  padding: 28px;
  color: #fff;
}

.gift-faq-help__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(196, 154, 60, .2);
  border-radius: 12px;
  margin-bottom: 1.2rem;
}

.gift-faq-help__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--gb-gold);
  stroke-width: 1.8;
}

.gift-faq-help h3 {
  font-family: var(--font-body);
  font-size: 1.375rem;
  color: #fff;
  margin-bottom: .65rem;
  line-height: 1.2;
}

.gift-faq-help p {
  color: rgba(255, 255, 255, .72);
  font-size: .88rem;
  line-height: 1.6;
  margin-bottom: 1.1rem;
}

.gift-faq-help__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  margin-bottom: 1.5rem;
}

.gift-faq-help__list li {
  position: relative;
  padding-left: 1.2rem;
  color: rgba(255, 255, 255, .8);
  font-size: .84rem;
}

.gift-faq-help__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gb-gold);
}

.gift-faq-help__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: .8rem 1.5rem;
  background: var(--gb-gold);
  color: var(--text);
  font-weight: 600;
  font-size: .9rem;
  border-radius: 10px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.gift-faq-help__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(196, 154, 60, .35);
  background: #d4aa4c;
}

/* ===== FAQ RESPONSIVE ===== */
@media (max-width: 980px) {
  .gift-faq-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .gift-faq-help {
    position: static;
  }
}

@media (max-width: 768px) {
  .gift-faq-section {
    padding: 2.5rem 0;
  }

  .gift-faq-item button {
    padding: 18px 20px;
    font-size: 1.15rem;
  }

  .gift-faq-answer p {
    padding: 0 20px 18px;
    padding-top: 14px;
    font-size: .89rem;
  }

  .gift-faq-help {
    padding: 24px;
  }
}

@media (max-width: 560px) {
  .gift-faq-head h2 {
    font-size: 1.7rem;
  }

  .gift-faq-head p {
    font-size: .88rem;
  }

  .gift-faq-item button {
    font-size: .85rem;
  }

  .gift-faq-answer p {
    font-size: .86rem;
  }
}

/* ===== HERO REFINEMENT ===== */
#hero.gb-hero {
  min-height: auto;
  align-items: flex-start;
  padding: clamp(1.6rem, 3vw, 2.5rem) clamp(1rem, 2.8vw, 2.75rem);
  background:
    radial-gradient(circle at 10% 4%, rgba(255, 255, 255, .95), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(196, 154, 60, .11), transparent 26%),
    linear-gradient(135deg, #fbf6ed 0%, #f4ecdf 48%, #efe3d0 100%);
}

#hero.gb-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(15, 35, 24, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 35, 24, .02) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: .42;
  pointer-events: none;
}

#hero .gb-hero__grid {
  width: min(100%, 1510px);
  min-height: clamp(620px, 74vh, 800px);
  grid-template-columns: minmax(520px, .86fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(255, 252, 246, .97) 0%, rgba(255, 252, 246, .97) 45%, rgba(238, 229, 216, .55) 45%, rgba(238, 229, 216, .4) 100%);
  box-shadow: 0 24px 70px rgba(54, 40, 21, .13);
  overflow: hidden;
}

#hero .gb-hero__content {
  max-width: none;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.9rem, 4.5vw, 4.6rem) clamp(2.15rem, 4vw, 3.8rem);
}

#hero.gb-hero .hero-label {
  min-height: 0;
  margin-bottom: clamp(1.1rem, 1.75vw, 1.7rem);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #C49A3C;
  font-size: clamp(.78rem, .95vw, .98rem);
  font-weight: 700;
  letter-spacing: .34em;
  line-height: 1.3;
  text-transform: uppercase;
}

#hero.gb-hero .hero-h1 {
  max-width: 680px;
  margin: 0 0 clamp(1.05rem, 1.85vw, 1.55rem);
  color: #0B2A1F;
  font-size: clamp(3.05rem, 4vw, 4.35rem);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.015em;
}

#hero.gb-hero .hero-h1 span,
#hero.gb-hero .hero-h1 em {
  display: block;
}

#hero.gb-hero .gb-h1-main {
  white-space: nowrap;
}

#hero.gb-hero .hero-h1 em {
  color: #C49A3C;
  background: linear-gradient(90deg, #C49A3C 0%, #d3a63a 48%, #C49A3C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 800;
  white-space: normal;
}

#hero.gb-hero .hero-subtitle {
  max-width: 560px;
  margin-bottom: clamp(1.45rem, 2.3vw, 2rem);
  color: #0B2A1F;
  font-size: clamp(1rem, 1.24vw, 1.22rem);
  font-weight: 500;
  line-height: 1.56;
}

#hero .gb-hero__trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  max-width: 540px;
  margin-bottom: clamp(1.55rem, 2.2vw, 2rem);
}

#hero .gb-hero__trust span {
  min-height: 50px;
  gap: 13px;
  padding: 0 18px;
  border: 1px solid rgba(15, 63, 44, .08);
  border-radius: 17px;
  background: rgba(255, 255, 255, .9);
  color: #0B2A1F;
  box-shadow: 0 13px 32px rgba(54, 40, 21, .075);
  font-size: clamp(.82rem, .9vw, .94rem);
  font-weight: 700;
  letter-spacing: 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

#hero .gb-hero__trust span i {
  display: none;
}

#hero .gb-hero__trust svg,
#hero.gb-hero .btn svg,
#hero .gb-float-tag svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#hero .gb-hero__trust svg {
  color: #0B2A1F;
}

#hero.gb-hero .hero-ctas {
  gap: 18px;
}

#hero.gb-hero .btn {
  min-height: 58px;
  gap: 12px;
  padding: 0 28px;
  border-radius: 8px;
  font-size: clamp(.95rem, 1vw, 1.04rem);
  font-weight: 800;
}

#hero.gb-hero .btn-primary {
  min-width: 236px;
  background: linear-gradient(135deg, #00452f 0%, #063824 100%);
  color: #fff;
  border-color: rgba(0, 69, 47, .92);
  box-shadow: 0 18px 34px rgba(0, 61, 40, .18);
}

#hero.gb-hero .btn-outline {
  min-width: 206px;
  color: #0B2A1F;
  border-color: rgba(0, 69, 47, .58);
  background: rgba(255, 255, 255, .66);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
}

@media (hover: hover) {
  #hero.gb-hero .btn-primary:hover {
    background: linear-gradient(135deg, #07533a 0%, #092b1e 100%);
    box-shadow: 0 22px 42px rgba(0, 61, 40, .24);
  }

  #hero.gb-hero .btn-outline:hover {
    border-color: #0B2A1F;
    background: #fff;
    box-shadow: 0 16px 30px rgba(54, 40, 21, .1);
  }
}

#hero .gb-hero__visual {
  min-height: 100%;
  padding: 0;
  align-items: stretch;
  justify-content: stretch;
  background:
    radial-gradient(circle at 22% 44%, rgba(255, 255, 255, .54), transparent 28%),
    radial-gradient(circle at 82% 6%, rgba(8, 63, 44, .1), transparent 26%),
    linear-gradient(135deg, #eee2d1, #fbf4e9 46%, #ead8bf);
}

#hero .gb-hero__visual::before {
  inset: auto;
  background: none;
  filter: none;
}

#hero .gb-hero__image {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#hero .gb-hero__image::before,
#hero .gb-hero__image::after {
  display: none;
}

#hero .gb-hero__image img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: center center;
}

#hero .gb-hero__category-bar {
  display: none;
}

#hero .gb-float-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(15, 35, 24, .08);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  color: #0B2A1F;
  box-shadow: 0 16px 34px rgba(54, 40, 21, .12);
  font-size: .95rem;
  font-weight: 800;
  line-height: 1;
}

#hero .gb-float-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 42px;
  background: linear-gradient(#d0a13a, rgba(208, 161, 58, 0));
}

#hero .gb-float-tag::before {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  top: calc(100% + 41px);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d0a13a;
}

#hero .gb-float-tag svg {
  width: 24px;
  height: 24px;
  color: #C49A3C;
}

#hero .gb-float-tag--one {
  top: 12.4%;
  left: 8.6%;
}

#hero .gb-float-tag--two {
  top: 17.2%;
  right: 10.1%;
}

#hero .gb-float-tag--three {
  top: 21.7%;
  left: 43.4%;
  bottom: auto;
}

#hero .gb-float-tag--four {
  left: 51.5%;
  right: auto;
  bottom: 4.8%;
  color: #0B2A1F;
  border-color: rgba(15, 35, 24, .08);
}

#hero .gb-float-tag--four::after {
  top: auto;
  bottom: 100%;
  background: linear-gradient(rgba(208, 161, 58, 0), #d0a13a);
}

#hero .gb-float-tag--four::before {
  top: auto;
  bottom: calc(100% + 41px);
}

@media (max-width: 1200px) {
  #hero.gb-hero {
    padding: 30px 24px 38px;
  }

  #hero .gb-hero__grid {
    grid-template-columns: minmax(470px, .9fr) minmax(0, 1fr);
    min-height: 660px;
  }

  #hero .gb-hero__content {
    padding: 3.6rem 2.8rem;
  }

  #hero.gb-hero .hero-h1 {
    font-size: clamp(2.85rem, 3.85vw, 3.75rem);
  }

  #hero .gb-hero__trust {
    gap: 12px;
  }
}

@media (max-width: 980px) {
  #hero.gb-hero {
    padding: 24px 20px 40px;
  }

  #hero .gb-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
    background: rgba(255, 252, 246, .96);
  }

  #hero .gb-hero__content {
    padding: clamp(2.7rem, 7vw, 4.5rem) clamp(1.5rem, 5vw, 3rem) 2rem;
  }

  #hero .gb-hero__visual {
    min-height: 460px;
  }

  #hero .gb-hero__image {
    min-height: 460px;
  }

  #hero .gb-float-tag {
    transform: scale(.92);
    transform-origin: center;
  }
}

@media (max-width: 768px) {
  #hero.gb-hero {
    padding: 18px 14px 34px;
  }

  #hero .gb-hero__grid {
    border-radius: 24px;
  }

  #hero .gb-hero__content {
    padding: 2.5rem 1.45rem 1.65rem;
  }

  #hero.gb-hero .hero-label {
    margin-bottom: 1.3rem;
    font-size: .72rem;
    letter-spacing: .24em;
  }

  #hero.gb-hero .hero-h1 {
    font-size: clamp(2.55rem, 10.5vw, 3.35rem);
    line-height: 1.02;
  }

  #hero.gb-hero .gb-h1-main,
  #hero.gb-hero .hero-h1 em {
    white-space: normal;
  }

  #hero.gb-hero .hero-subtitle {
    font-size: 1rem;
    line-height: 1.65;
  }

  #hero .gb-hero__trust {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 440px;
  }

  #hero .gb-hero__trust span {
    min-height: 50px;
    border-radius: 16px;
    font-size: .9rem;
  }

  #hero.gb-hero .hero-ctas {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 440px;
    gap: 14px;
  }

  #hero.gb-hero .btn {
    width: 100%;
    min-height: 56px;
  }

  #hero .gb-hero__visual,
  #hero .gb-hero__image {
    min-height: 380px;
  }

  #hero .gb-float-tag {
    display: none;
  }
}

@media (max-width: 480px) {
  #hero.gb-hero {
    padding-inline: 10px;
  }

  #hero .gb-hero__content {
    padding: 2.25rem 1.15rem 1.45rem;
  }

  #hero.gb-hero .hero-label {
    letter-spacing: .18em;
  }

  #hero.gb-hero .hero-h1 {
    font-size: clamp(2.3rem, 11vw, 3rem);
  }

  #hero .gb-hero__trust svg,
  #hero.gb-hero .btn svg {
    width: 21px;
    height: 21px;
  }

  #hero .gb-hero__visual,
  #hero .gb-hero__image {
    min-height: 300px;
  }
}

/* ===== HERO LAYOUT TUNING ===== */
#hero.gb-hero {
  padding: 72px clamp(32px, 3vw, 48px);
}

#hero .gb-hero__grid {
  width: min(100%, 1360px);
  min-height: 620px;
  grid-template-columns: minmax(540px, .86fr) minmax(640px, 1.14fr);
  margin-inline: auto;
}

#hero .gb-hero__content {
  max-width: none;
  padding: 56px 48px;
}

#hero.gb-hero .hero-label {
  margin-bottom: 28px;
}

#hero.gb-hero .hero-h1 {
  max-width: 540px;
  margin-bottom: 28px;
  font-size: clamp(46px, 3.35vw, 54px);
  line-height: 1.08;
  letter-spacing: -.018em;
}

#hero.gb-hero .gb-h1-main,
#hero.gb-hero .hero-h1 em {
  white-space: normal;
}

#hero.gb-hero .hero-subtitle {
  max-width: 520px;
  margin-bottom: 30px;
  line-height: 1.65;
}

#hero .gb-hero__trust {
  max-width: 520px;
  gap: 14px 18px;
  margin-bottom: 30px;
}

#hero .gb-hero__trust span {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 15px;
}

#hero .gb-hero__trust svg {
  width: 18px;
  height: 18px;
}

#hero.gb-hero .hero-ctas {
  gap: 18px;
}

#hero.gb-hero .btn {
  min-height: 56px;
  padding-inline: 26px;
}

#hero.gb-hero .btn-primary {
  min-width: 232px;
}

#hero.gb-hero .btn-outline {
  min-width: 204px;
}

#hero .gb-hero__visual {
  min-height: 620px;
}

#hero .gb-hero__image {
  min-height: 620px;
  background: #f7efe4;
}

#hero .gb-hero__image img {
  object-fit: cover;
  object-position: center center;
}

#hero .gb-float-tag {
  min-height: 44px;
  padding-inline: 16px;
  font-size: .88rem;
}

#hero .gb-float-tag svg {
  width: 20px;
  height: 20px;
}

#hero .gb-float-tag::after {
  height: 34px;
}

#hero .gb-float-tag::before {
  top: calc(100% + 33px);
}

#hero .gb-float-tag--one {
  top: 13%;
  left: 9%;
}

#hero .gb-float-tag--two {
  top: 18%;
  right: 11%;
}

#hero .gb-float-tag--three {
  top: 23%;
  left: 47%;
}

#hero .gb-float-tag--four {
  left: 57%;
  bottom: 7%;
}

#hero .gb-float-tag--four::after {
  top: auto;
  bottom: 100%;
}

#hero .gb-float-tag--four::before {
  top: auto;
  bottom: calc(100% + 33px);
}


@media (max-width: 1180px) {
  #hero.gb-hero {
    padding-inline: 32px;
  }

  #hero .gb-hero__grid {
    grid-template-columns: minmax(500px, .9fr) minmax(560px, 1.1fr);
  }

  #hero .gb-hero__content {
    padding: 56px 44px;
  }

  #hero.gb-hero .hero-h1 {
    font-size: clamp(42px, 3.25vw, 56px);
  }

  #hero .gb-hero__trust span {
    padding-inline: 15px;
    font-size: .82rem;
  }
}

@media (max-width: 1024px) {
  #hero.gb-hero {
    padding: 56px 24px 64px;
  }

  #hero .gb-hero__grid {
    width: min(100%, 860px);
    grid-template-columns: 1fr;
    min-height: 0;
  }

  #hero .gb-hero__content {
    max-width: none;
    padding: 48px 40px 40px;
  }

  #hero.gb-hero .hero-h1 {
    max-width: 680px;
    font-size: clamp(42px, 6.4vw, 58px);
  }

  #hero.gb-hero .hero-subtitle,
  #hero .gb-hero__trust {
    max-width: 620px;
  }

  #hero .gb-hero__visual,
  #hero .gb-hero__image {
    min-height: clamp(380px, 52vw, 480px);
  }

  #hero .gb-hero__image img {
    object-fit: cover;
    object-position: center center;
  }

  #hero .gb-float-tag--two,
  #hero .gb-float-tag--four {
    display: none;
  }
}

@media (max-width: 768px) {
  #hero.gb-hero {
    padding: 42px 16px 54px;
  }

  #hero .gb-hero__grid {
    width: 100%;
    border-radius: 24px;
  }

  #hero .gb-hero__content {
    padding: 40px 24px 32px;
  }

  #hero.gb-hero .hero-label {
    margin-bottom: 20px;
    font-size: .72rem;
    letter-spacing: .22em;
  }

  #hero.gb-hero .hero-h1 {
    font-size: 32px;
    line-height: 1.08;
    margin-bottom: 22px;
  }

  #hero.gb-hero .hero-subtitle {
    margin-bottom: 28px;
    font-size: 1rem;
  }

  #hero .gb-hero__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 28px;
  }

  #hero .gb-hero__trust span {
    min-height: 48px;
    gap: 9px;
    padding: 0 12px;
    font-size: .9rem;
    line-height: 1.18;
  }

  #hero.gb-hero .hero-ctas {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #hero.gb-hero .btn {
    width: 100%;
    min-height: 56px;
  }

  #hero .gb-hero__visual,
  #hero .gb-hero__image {
    min-height: clamp(340px, 88vw, 460px);
  }

  #hero .gb-float-tag {
    display: none;
  }

}

@media (max-width: 480px) {
  #hero.gb-hero {
    padding-inline: 12px;
  }

  #hero .gb-hero__content {
    padding: 36px 20px 28px;
  }

  #hero.gb-hero .hero-label {
    letter-spacing: .18em;
  }

  #hero.gb-hero .hero-h1 {
    font-size: 32px;
  }

  #hero .gb-hero__trust span {
    font-size: .78rem;
  }

  #hero .gb-hero__visual,
  #hero .gb-hero__image {
    min-height: 340px;
  }
}

/* Box Styles product grid responsive */
@media (max-width: 1200px) {
  .gb-product-grid:not(.gb-product-grid--2x2) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .gb-product-grid:not(.gb-product-grid--2x2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 560px) {
  .gb-product-grid:not(.gb-product-grid--2x2) {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gb-product-grid--2x2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

  .gb-product-card__image {
    height: 200px;
  }
}

@media (max-width: 360px) {
  #hero .gb-hero__trust {
    grid-template-columns: 1fr;
  }
}

.display-stands-page #inquiry .section-intro {
  font-size: 1.125rem;
}

.gift-inquiry-bg {
  background-image: url('/assets/images/Display-Stands/display-stand-inquiry.webp');
  background-size: cover;
  background-position: center;
}

/* Custom Inserts final optimization: image-based exploded view */
#inserts-protection.gb-inserts {
  overflow: visible;
  padding: 96px 0 110px;
  background: linear-gradient(180deg, #fffdf8 0%, #f7f0e4 100%);
}

#inserts-protection .container {
  width: 100%;
  max-width: 1440px;
  padding-inline: clamp(40px, 3vw, 48px);
}

#inserts-protection .gb-inserts-head {
  max-width: 1320px;
  margin: 0 auto clamp(56px, 5vw, 72px);
  text-align: center;
  overflow: visible;
}

#inserts-protection .gb-inserts-head .section-label {
  margin-bottom: 22px;
  color: #C49A3C;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .28em;
  line-height: 1.2;
}

#inserts-protection .gb-inserts-head h2 {
  max-width: 1280px;
  margin: 0 auto;
  overflow: visible;
  color: #0B2A1F;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 800;
  line-height: 1.08;
  white-space: normal !important;
  text-wrap: balance;
}

#inserts-protection .gb-inserts-head .section-intro {
  max-width: 760px;
  margin: 18px auto 0;
  color: #0B2A1F;
  font-size: clamp(1rem, 1.45vw, 1.24rem);
  line-height: 1.6;
  text-align: center;
}

#inserts-protection .gb-inserts-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: stretch;
  gap: 56px;
}

#inserts-protection .gb-exploded-card {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(205px, 1fr);
  align-items: center;
  gap: clamp(20px, 2vw, 30px);
  min-height: clamp(560px, 40vw, 620px);
  margin: 0;
  border: none;
  padding: clamp(24px, 2vw, 34px);
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

#inserts-protection .gb-exploded-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
  min-height: 520px;
  margin: 0;
  overflow: visible;
}

#inserts-protection .gb-exploded-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  transform: scale(1.0);
  transform-origin: center;
}

#inserts-protection .gb-callout-list {
  display: grid;
  align-content: start;
  gap: 18px;
  min-width: 0;
  margin: 0;
  padding: 0;
}

#inserts-protection .gb-callout-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 38px;
  color: #0B2A1F;
  font-size: clamp(.92rem, 1vw, 1rem);
  font-weight: 700;
  line-height: 1.25;
}

#inserts-protection .gb-callout-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  width: clamp(28px, 3vw, 52px);
  border-top: 1px dashed rgba(20, 50, 40, .2);
}

#inserts-protection .gb-callout-list span {
  width: 38px;
  height: 38px;
  background: #0f3b2b;
  color: #fff;
  font-size: .98rem;
  box-shadow: 0 8px 16px rgba(15, 59, 43, .16);
}

#inserts-protection .gb-insert-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  align-content: stretch;
  margin-top: 60px;
}

#inserts-protection .gb-insert-card {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  border: 1px solid rgba(20, 50, 40, .1);
  border-radius: 24px;
  padding: clamp(28px, 2vw, 32px);
  background: #fff;
  box-shadow: 0 16px 38px rgba(15, 35, 24, .06);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

#inserts-protection .gb-insert-card:nth-child(n + 4) {
  grid-column: span 3;
}

#inserts-protection .gb-insert-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border: 1px solid rgba(196, 154, 60, .32);
  border-radius: 16px;
  color: #C49A3C;
  background: #fffaf0;
}

#inserts-protection .gb-insert-icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 1.8;
}

#inserts-protection .gb-insert-card h3 {
  min-height: 62px;
  margin: 0;
  color: #0B2A1F;
  font-size: clamp(24px, 1.8vw, 28px);
  font-weight: 800;
  line-height: 1.1;
}

#inserts-protection .gb-insert-card p {
  margin: 16px 0 22px;
  color: #0B2A1F;
  font-size: clamp(15px, 1vw, 16px);
  line-height: 1.55;
}

#inserts-protection .gb-insert-card .gb-chip-row {
  gap: 10px;
  margin-top: auto;
}

#inserts-protection .gb-insert-card .feature-chip {
  min-height: 32px;
  border: 1px solid rgba(20, 50, 40, .08);
  border-radius: 999px;
  padding: 7px 13px;
  background: #edf4ef;
  color: #0B2A1F;
  font-size: clamp(13px, .9vw, 14px);
  font-weight: 700;
  line-height: 1.1;
}

@media (hover: hover) {
  #inserts-protection .gb-insert-card:hover {
    transform: translateY(-5px);
    border-color: rgba(196, 154, 60, .28);
    box-shadow: 0 22px 52px rgba(15, 35, 24, .1);
  }
}

@media (max-width: 1200px) {
  #inserts-protection .gb-inserts-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  #inserts-protection .gb-exploded-card {
    max-width: 900px;
    margin-inline: auto;
  }
}

@media (max-width: 1024px) {
  #inserts-protection.gb-inserts {
    padding: 84px 0 96px;
  }

  #inserts-protection .container {
    padding-inline: 28px;
  }

  #inserts-protection .gb-insert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #inserts-protection .gb-insert-card,
  #inserts-protection .gb-insert-card:nth-child(n + 4) {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  #inserts-protection .gb-inserts-head h2 {
    font-size: 32px;
  }

  #inserts-protection .gb-exploded-card {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 22px;
    border-radius: 26px;
  }

  #inserts-protection .gb-exploded-figure {
    min-height: 0;
    height: auto;
  }

  #inserts-protection .gb-exploded-figure img {
    width: 100%;
    height: auto;
    max-height: none;
    transform: scale(1.05);
  }

  #inserts-protection .gb-callout-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  #inserts-protection .gb-callout-list li::before {
    content: none;
  }
}

@media (max-width: 760px) {
  #inserts-protection.gb-inserts {
    padding: 70px 0 82px;
  }

  #inserts-protection .container {
    padding-inline: 18px;
  }

  #inserts-protection .gb-inserts-head {
    margin-bottom: 44px;
  }

  #inserts-protection .gb-inserts-head .section-label {
    gap: .5rem;
    font-size: .7rem;
    letter-spacing: .18em;
  }

  #inserts-protection .gb-inserts-head .section-label::before,
  #inserts-protection .gb-inserts-head .section-label::after {
    width: 30px;
  }

  #inserts-protection .gb-insert-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #inserts-protection .gb-insert-card {
    min-height: 0;
    padding: 24px;
  }

  #inserts-protection .gb-insert-card h3 {
    min-height: 0;
  }
}

@media (max-width: 460px) {
  #inserts-protection .gb-exploded-card {
    padding: 16px;
  }

  #inserts-protection .gb-callout-list {
    grid-template-columns: 1fr;
  }

  #inserts-protection .gb-callout-list li {
    gap: 12px;
    min-height: 34px;
    font-size: .9rem;
  }

  #inserts-protection .gb-callout-list span {
    width: 34px;
    height: 34px;
    font-size: .9rem;
  }
}

@media (hover: hover) {
  .gb-insert-card:hover {
    transform: translateY(-4px);
    border-color: rgba(196, 154, 60, .58);
    box-shadow: 0 22px 54px rgba(15, 35, 24, .11);
  }
}

@media (max-width: 1120px) {
  .gb-inserts-layout {
    grid-template-columns: 1fr;
  }

  .gb-insert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gb-insert-card,
  .gb-insert-card:nth-child(n + 4) {
    grid-column: auto;
  }

  .gb-exploded-card {
    max-width: 860px;
    margin-inline: auto;
  }
}

@media (max-width: 820px) {
  .gb-inserts-head h2 {
    white-space: normal;
    text-wrap: balance;
  }

  .gb-inserts-head .section-label {
    gap: .55rem;
    font-size: .72rem;
    letter-spacing: .2em;
  }

  .gb-inserts-head .section-label::before,
  .gb-inserts-head .section-label::after {
    width: 34px;
  }
}

@media (max-width: 560px) {
  .gb-exploded-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: .85rem;
  }

  .gb-exploded-stage {
    min-height: 380px;
  }

  .gb-layer {
    left: 7%;
    width: 72%;
  }

  .gb-callout-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
    padding: .2rem;
  }

  .gb-callout-list li {
    gap: .48rem;
    min-height: 30px;
    font-size: .78rem;
  }

  .gb-callout-list li::before {
    content: none;
  }

  .gb-callout-list span {
    width: 28px;
    height: 28px;
    font-size: .78rem;
  }

  .gb-insert-grid {
    grid-template-columns: 1fr;
  }

  .gb-insert-card {
    min-height: 0;
    padding: 1.15rem;
  }

  .gb-insert-card h3 {
    min-height: 0;
    font-size: 1.22rem;
  }
}

@media (max-width: 420px) {
  .gb-exploded-stage {
    min-height: 330px;
  }

  .gb-slot--round {
    width: 44px;
    height: 44px;
  }

  .gb-slot--long {
    height: 24px;
  }

  .gb-product-jar {
    width: 38px;
    height: 28px;
  }

  .gb-product-bottle {
    height: 20px;
  }

  .gb-callout-list {
    grid-template-columns: 1fr;
  }
}

/* Custom Inserts polish pass */
#inserts-protection .gb-exploded-card {
  grid-template-columns: minmax(0, 1.78fr) minmax(168px, .82fr);
  gap: clamp(14px, 1.5vw, 22px);
  padding: clamp(22px, 1.8vw, 28px);
}

#inserts-protection .gb-exploded-figure img {
  transform: scale(1.0);
}

#inserts-protection .gb-insert-grid {
  align-content: start;
  align-items: stretch;
  grid-auto-rows: minmax(250px, 1fr);
}

#inserts-protection .gb-insert-card {
  height: 100%;
  min-height: 250px;
}


@media (max-width: 760px) {
  #inserts-protection .gb-exploded-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  #inserts-protection .gb-exploded-figure img {
    transform: none;
  }
}

/* Custom Inserts height correction */
#inserts-protection .gb-inserts-layout {
  align-items: start;
}

#inserts-protection .gb-exploded-card {
  min-height: clamp(560px, 40vw, 620px);
}

#inserts-protection .gb-insert-grid {
  align-self: start;
  grid-auto-rows: 300px;
}

#inserts-protection .gb-insert-card {
  min-height: 0;
  height: 100%;
}

@media (max-width: 760px) {
  #inserts-protection .gb-insert-grid {
    grid-auto-rows: auto;
  }

  #inserts-protection .gb-insert-card {
    height: auto;
  }
}

/* Custom Inserts reference-style alignment */
#inserts-protection.gb-inserts {
  position: relative;
  overflow: hidden;
  padding: 92px 0 108px;
  background:
    radial-gradient(circle at 50% 5%, rgba(196, 154, 60, .12), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #f7efe3 100%);
}

#inserts-protection .container {
  width: 100%;
  max-width: 1560px !important;
  padding-inline: clamp(42px, 3.3vw, 58px) !important;
}

#inserts-protection .gb-inserts-head {
  max-width: 1360px;
  margin: 0 auto 52px;
  text-align: center;
}

#inserts-protection .gb-inserts-head .section-label {
  position: relative;
  gap: 16px;
  margin-bottom: 22px;
  font-size: .78rem;
  letter-spacing: .3em;
}

#inserts-protection .gb-inserts-head .section-label::before,
#inserts-protection .gb-inserts-head .section-label::after {
  width: 86px;
}

#inserts-protection .gb-inserts-head h2 {
  max-width: 1480px;
  margin-inline: auto;
  color: #0B2A1F;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.05;
  text-wrap: balance;
}

#inserts-protection .gb-inserts-head .section-intro {
  max-width: 760px;
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 1.6;
}

#inserts-protection .gb-inserts-layout {
  display: grid;
  grid-template-columns: minmax(620px, 1.04fr) minmax(0, 1.16fr);
  gap: clamp(32px, 2.8vw, 46px);
  align-items: start;
}

#inserts-protection .gb-exploded-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(238px, .58fr);
  align-items: center;
  gap: clamp(16px, 1.6vw, 24px);
  min-height: 654px;
  padding: clamp(24px, 2.1vw, 34px);
  border: none;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

#inserts-protection .gb-exploded-figure {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 590px;
  margin: 0;
  overflow: visible;
}

#inserts-protection .gb-exploded-figure img {
  width: min(100%, 560px);
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 18px 30px rgba(15, 35, 24, .14));
  transform: scale(1.2) translateX(-3%);
  transform-origin: center;
}

#inserts-protection .gb-callout-list {
  position: relative;
  display: grid;
  align-self: start;
  min-height: auto;
  margin-top: 60px;;
  padding: 0;
  gap: 40px;
}

#inserts-protection .gb-callout-list li {
  position: relative;
  min-height: auto;
  gap: 14px;
  color: #0B2A1F;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

#inserts-protection .gb-callout-list li::before {
  right: calc(100% + 10px);
  width: clamp(34px, 3vw, 56px);
  border-top-color: rgba(20, 50, 40, .24);
}

#inserts-protection .gb-callout-list .gb-callout--outer {
  --callout-y: 12%;
}

#inserts-protection .gb-callout-list .gb-callout--greyboard {
  --callout-y: 27%;
}

#inserts-protection .gb-callout-list .gb-callout--insert {
  --callout-y: 45%;
}

#inserts-protection .gb-callout-list .gb-callout--slot {
  --callout-y: 61%;
}

#inserts-protection .gb-callout-list .gb-callout--ribbon {
  --callout-y: 78%;
}

#inserts-protection .gb-callout-list .gb-callout--protection {
  --callout-y: 91%;
}

#inserts-protection .gb-callout-list span {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 2px solid rgba(255, 255, 255, .92);
  background: #0f3b2b;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 9px 18px rgba(15, 59, 43, .18);
}

#inserts-protection .gb-callout-copy {
  min-width: 0;
}

#inserts-protection .gb-callout-copy b,
#inserts-protection .gb-callout-copy small {
  display: block;
}

#inserts-protection .gb-callout-copy b {
  font-size: clamp(16px, 1.05vw, 18px);
  font-weight: 800;
}

#inserts-protection .gb-callout-copy small {
  margin-top: 4px;
  color: #0B2A1F;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

#inserts-protection .gb-insert-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  grid-auto-rows: minmax(286px, auto);
  align-items: stretch;
}

#inserts-protection .gb-insert-card {
  display: flex;
  flex-direction: column;
  min-height: 286px;
  border: 1px solid rgba(20, 50, 40, .1);
  border-radius: 22px;
  padding: clamp(26px, 1.8vw, 30px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 1), rgba(255, 253, 248, .96)),
    #fff;
  box-shadow: 0 14px 34px rgba(15, 35, 24, .065);
}

#inserts-protection .gb-insert-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border-radius: 16px;
}

#inserts-protection .gb-insert-card h3 {
  min-height: 58px;
  font-size: clamp(22px, 1.55vw, 26px);
  line-height: 1.1;
}

#inserts-protection .gb-insert-card p {
  margin: 14px 0 22px;
  color: #0B2A1F;
  font-size: 15.5px;
}

#inserts-protection .gb-insert-card .gb-chip-row {
  gap: 10px;
  margin-top: auto;
}

#inserts-protection .gb-insert-card .feature-chip {
  min-height: 30px;
  padding: 7px 13px;
  font-size: 11px;
}

@media (max-width: 1200px) {
  #inserts-protection .gb-inserts-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  #inserts-protection .gb-exploded-card {
    max-width: 960px;
    margin-inline: auto;
  }
}

@media (max-width: 1024px) {
  #inserts-protection .gb-insert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
  }

  #inserts-protection .gb-insert-card,
  #inserts-protection .gb-insert-card:nth-child(n + 4) {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  #inserts-protection .container {
    padding-inline: 20px !important;
  }

  #inserts-protection .gb-inserts-head h2 {
    max-width: 620px;
    font-size: 32px;
  }

  #inserts-protection .gb-inserts-head .section-intro {
    font-size: 16px;
  }

  #inserts-protection .gb-exploded-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
    overflow: visible;
  }

  #inserts-protection .gb-exploded-figure {
    min-height: 0;
    justify-content: center;
  }

  #inserts-protection .gb-exploded-figure img {
    width: 100%;
    height: auto;
    transform: scale(1.05);
    filter: drop-shadow(0 14px 22px rgba(15, 35, 24, .1));
  }

  #inserts-protection .gb-callout-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-height: 0;
  }

  #inserts-protection .gb-callout-list li {
    position: static;
    min-height: 0;
    transform: none;
    padding: 14px;
    border: 1px solid rgba(20, 50, 40, .08);
    border-radius: 16px;
    background: rgba(255, 255, 255, .72);
  }

  #inserts-protection .gb-callout-list li::before {
    content: none;
  }

  #inserts-protection .gb-callout-copy small {
    font-size: 12.5px;
  }
}

@media (max-width: 640px) {
  #inserts-protection.gb-inserts {
    padding: 68px 0 82px;
  }

  #inserts-protection .gb-inserts-head {
    margin-bottom: 42px;
  }

  #inserts-protection .gb-inserts-head .section-label {
    gap: 12px;
    font-size: .68rem;
    letter-spacing: .18em;
  }

  #inserts-protection .gb-inserts-head .section-label::before,
  #inserts-protection .gb-inserts-head .section-label::after {
    width: 32px;
  }

  #inserts-protection .gb-insert-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 18px;
  }

  #inserts-protection .gb-callout-list {
    grid-template-columns: 1fr;
  }

  #inserts-protection .gb-insert-card {
    height: auto;
    min-height: 0;
    padding: 24px;
  }

  #inserts-protection .gb-insert-card h3 {
    min-height: 0;
  }
}
#hero.gb-hero.hero-section {
  min-height: auto;
  align-items: center;
  padding: 86px clamp(32px, 6vw, 88px) 76px;
  background:
    radial-gradient(circle at 17% 12%, rgba(255, 255, 255, .96), transparent 31%),
    radial-gradient(circle at 72% 24%, rgba(216, 180, 90, .16), transparent 30%),
    radial-gradient(circle at 88% 70%, rgba(15, 63, 44, .08), transparent 34%),
    linear-gradient(135deg, #fffaf1 0%, #f7efe3 52%, #efe2cf 100%);
  overflow: hidden;
}

#hero.gb-hero.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 250, 241, .94) 0%, rgba(255, 250, 241, .72) 35%, rgba(255, 250, 241, .08) 61%, rgba(255, 250, 241, 0) 100%),
    radial-gradient(circle at 4% 92%, rgba(255, 255, 255, .72), transparent 30%);
  pointer-events: none;
}

#hero .gb-hero__grid.hero-content {
  width: min(100%, 1560px);
  min-height: 660px;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  gap: clamp(34px, 4.5vw, 72px);
  align-items: center;
  margin-inline: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

#hero .gb-hero__content {
  max-width: 640px;
  align-self: center;
  display: block;
  padding: 0;
}

#hero.gb-hero .hero-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 0;
  margin: 0 0 26px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #C49A3C;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .32em;
  line-height: 1.25;
  text-transform: uppercase;
}

#hero.gb-hero .hero-label svg {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#hero.gb-hero .hero-h1 {
  max-width: 640px;
  margin: 0;
  color: #0B2A1F;
  font-size: 4.25rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

#hero.gb-hero .gb-h1-main,
#hero.gb-hero .hero-h1 em {
  display: block;
  white-space: normal;
}

#hero.gb-hero .hero-h1 em {
  color: #C49A3C;
  background: linear-gradient(90deg, #bd871d 0%, #d5a842 48%, #b8801b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 800;
}

#hero .hero-title-line {
  width: 46px;
  height: 2px;
  margin: 26px 0 24px;
  border-radius: 999px;
  background: #C49A3C;
}

#hero.gb-hero .hero-subtitle {
  max-width: 600px;
  margin: 0 0 34px;
  color: #0B2A1F;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.72;
}

#hero .gb-hero__trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  max-width: 610px;
  margin: 0 0 36px;
  padding: 0;
  border: 0;
}

#hero .gb-hero__trust .hero-feature-card {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(15, 63, 44, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: #0B2A1F;
  box-shadow: 0 13px 30px rgba(54, 40, 21, .055);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

#hero .gb-hero__trust .hero-feature-card svg,
#hero.gb-hero .btn svg,
#hero .gb-float-tag svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#hero .gb-hero__trust .hero-feature-card svg {
  color: #0B2A1F;
}

#hero.gb-hero .hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

#hero.gb-hero .hero-actions .btn {
  min-width: 248px;
  min-height: 58px;
  justify-content: center;
  gap: 12px;
  padding: 0 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

#hero.gb-hero .hero-actions .btn-primary {
  background: linear-gradient(135deg, #00452f 0%, #063824 100%);
  color: #fff;
  border: 1px solid rgba(0, 69, 47, .9);
  box-shadow: 0 18px 34px rgba(0, 61, 40, .18);
}

#hero.gb-hero .hero-actions .btn-outline {
  background: rgba(255, 255, 255, .72);
  color: #0B2A1F;
  border: 1px solid rgba(0, 69, 47, .56);
  box-shadow: none;
}

#hero .gb-hero__visual.hero-visual {
  min-height: 640px;
  margin-right: max(-72px, -4.5vw);
  padding: 0;
  align-items: center;
  justify-content: center;
  background: transparent;
  overflow: visible;
}

#hero .gb-hero__image {
  width: min(1120px, calc(100% + 148px));
  max-width: none;
  height: 640px;
  min-height: 0;
  aspect-ratio: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

#hero .gb-hero__image::before,
#hero .gb-hero__image::after {
  display: none;
}

#hero .gb-hero__image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center center;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 96%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 96%, transparent 100%);
}

#hero .gb-float-tag.hero-product-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 17px;
  border: 1px solid rgba(15, 35, 24, .07);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: #0B2A1F;
  box-shadow: 0 14px 30px rgba(54, 40, 21, .11);
  font-size: .92rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform .22s ease, box-shadow .22s ease;
}

#hero .gb-float-tag.hero-product-tag svg {
  color: #C49A3C;
}

#hero .gb-float-tag.hero-product-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 36px;
  background: linear-gradient(#C49A3C, rgba(196, 154, 60, 0));
}

#hero .gb-float-tag.hero-product-tag::before {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  top: calc(100% + 35px);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #C49A3C;
}

#hero .gb-float-tag--one {
  top: 13%;
  left: 12%;
}

#hero .gb-float-tag--two {
  top: 18%;
  right: 27%;
  bottom: auto;
}

#hero .gb-float-tag--three {
  top: auto;
  left: 39%;
  bottom: 8%;
}

#hero .gb-float-tag--four {
  top: auto;
  left: auto;
  right: 15%;
  bottom: 5%;
  color: #0B2A1F;
  border-color: rgba(15, 35, 24, .07);
}

#hero .gb-float-tag.hero-product-tag.gb-float-tag--three::after,
#hero .gb-float-tag.hero-product-tag.gb-float-tag--four::after {
  top: auto;
  bottom: 100%;
  background: linear-gradient(rgba(196, 154, 60, 0), #C49A3C);
}

#hero .gb-float-tag.hero-product-tag.gb-float-tag--three::before,
#hero .gb-float-tag.hero-product-tag.gb-float-tag--four::before {
  top: auto;
  bottom: calc(100% + 35px);
}

@media (hover: hover) {
  #hero .gb-hero__trust .hero-feature-card:hover {
    transform: translateY(-3px);
    border-color: rgba(15, 63, 44, .14);
    box-shadow: 0 18px 36px rgba(54, 40, 21, .1);
  }

  #hero.gb-hero .hero-actions .btn-primary:hover {
    background: linear-gradient(135deg, #07533a 0%, #092b1e 100%);
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(0, 61, 40, .24);
  }

  #hero.gb-hero .hero-actions .btn-outline:hover {
    background: #fff;
    border-color: #0B2A1F;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(54, 40, 21, .09);
  }

  #hero .gb-float-tag.hero-product-tag:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(54, 40, 21, .14);
  }
}

@media (max-width: 1280px) {
  #hero.gb-hero.hero-section {
    padding: 74px 34px 68px;
  }

  #hero .gb-hero__grid.hero-content {
    min-height: 610px;
    grid-template-columns: minmax(0, 43%) minmax(0, 57%);
    gap: 34px;
  }

  #hero.gb-hero .hero-h1 {
    font-size: 3.65rem;
  }

  #hero.gb-hero .hero-subtitle {
    font-size: 1.06rem;
  }

  #hero .gb-hero__visual.hero-visual,
  #hero .gb-hero__image {
    min-height: 560px;
    height: 560px;
  }

  #hero .gb-hero__trust .hero-feature-card {
    padding-inline: 15px;
    font-size: .86rem;
  }
}

@media (max-width: 1060px) {
  #hero .gb-hero__grid.hero-content {
    grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  }

  #hero.gb-hero .hero-label {
    font-size: .78rem;
    letter-spacing: .24em;
  }

  #hero.gb-hero .hero-h1 {
    font-size: 3.15rem;
  }

  #hero .gb-hero__trust {
    grid-template-columns: 1fr;
    max-width: 390px;
  }

  #hero .gb-float-tag--two,
  #hero .gb-float-tag--four {
    display: none;
  }
}

@media (max-width: 900px) {
  #hero.gb-hero.hero-section {
    padding: 64px 24px 70px;
  }

  #hero .gb-hero__grid.hero-content {
    width: min(100%, 760px);
    max-width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 38px;
    overflow: hidden;
  }

  #hero .gb-hero__content {
    max-width: 680px;
    width: 100%;
  }

  #hero.gb-hero .hero-h1 {
    max-width: 620px;
    font-size: 3.25rem;
  }

  #hero .gb-hero__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 620px;
  }

  #hero .gb-hero__visual.hero-visual {
    width: 100%;
    min-height: 500px;
    height: 500px;
    margin-right: 0;
  }

  #hero .gb-hero__image {
    width: 100%;
    height: 500px;
  }

  #hero .gb-hero__image img {
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 5%, #000 96%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 5%, #000 96%, transparent 100%);
  }
}

@media (max-width: 640px) {
  #hero.gb-hero.hero-section {
    padding: 42px 16px 54px;
  }

  #hero.gb-hero .hero-label {
    gap: 10px;
    margin-bottom: 20px;
    font-size: .72rem;
    letter-spacing: .18em;
  }

  #hero.gb-hero .hero-label svg {
    width: 25px;
    height: 25px;
  }

  #hero.gb-hero .hero-h1 {
    font-size: 1.55rem;
    line-height: 1.08;
  }

  #hero.gb-hero .gb-h1-main,
  #hero.gb-hero .hero-h1 em {
    white-space: nowrap;
  }

  #hero .hero-title-line {
    margin: 22px 0 20px;
  }

  #hero.gb-hero .hero-subtitle {
    margin-bottom: 28px;
    font-size: 1rem;
    line-height: 1.68;
  }

  #hero .gb-hero__trust {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    gap: 10px;
    margin-bottom: 28px;
  }

  #hero .gb-hero__trust .hero-feature-card {
    min-width: 0;
    max-width: 100%;
    min-height: 44px;
    gap: 6px;
    padding: 0 10px;
    font-size: .68rem;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  #hero.gb-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 420px;
  }

  #hero.gb-hero .hero-actions .btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  #hero .gb-hero__visual.hero-visual,
  #hero .gb-hero__image {
    min-height: 340px;
    height: 340px;
  }

  #hero .gb-float-tag.hero-product-tag {
    display: none;
  }
}

@media (max-width: 460px) {
  #hero.gb-hero.hero-section {
    padding: 42px 14px 52px;
  }

  #hero.gb-hero .hero-h1 {
    font-size: 1.5rem;
  }

  #hero .gb-hero__trust {
    grid-template-columns: 1fr;
  }

  #hero .gb-hero__visual.hero-visual,
  #hero .gb-hero__image {
    min-height: 320px;
    height: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero .gb-hero__trust .hero-feature-card,
  #hero.gb-hero .hero-actions .btn,
  #hero .gb-float-tag.hero-product-tag {
    transition: none;
  }
}

/* Corrugated page section refinements */
#hero.gb-hero .hero-label {
  min-height: 42px;
  gap: 12px;
  padding: 0 18px;
  border: 1px solid rgba(196, 154, 60, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 30px rgba(54, 40, 21, .06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#hero.gb-hero .hero-label svg {
  width: 24px;
  height: 24px;
}

#box-styles .gb-style-panel h3 {
  max-width: 640px;
  font-size: clamp(2rem, 2.55vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: wrap;
}

#box-styles .gb-style-panel__copy {
  min-width: 0;
}

#box-styles .gb-style-panel__media img {
  transform-origin: center center;
  transition: transform .4s ease;
}

#box-styles .gb-style-panel__media:hover img {
  transform: scale(1.06);
}

.gb-factory-step-card {
  display: flex;
  flex-direction: column;
}

.gb-factory-step-card p {
  margin-bottom: 1rem;
}

.gb-factory-step-card .gb-paper-material-tags {
  margin-top: auto;
}

.gb-factory-media {
  overflow: hidden;
}

.gb-factory-media img {
  transform-origin: center center;
  transition: transform .4s ease;
}

.gb-factory-media:hover img {
  transform: scale(1.08);
}

.gb-factory-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1rem;
}

.gb-factory-tags span {
  display: inline-block;
  padding: .4rem .85rem;
  border: 1px solid rgba(16, 39, 31, .14);
  border-radius: 999px;
  background: rgba(16, 39, 31, .04);
  color: #0B2A1F;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .02em;
}

#inserts-protection .gb-inserts-layout {
  grid-template-columns: minmax(520px, .88fr) minmax(0, 1.12fr);
  gap: clamp(2rem, 4vw, 4.25rem);
  align-items: stretch;
}

#inserts-protection .gb-exploded-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  min-height: 100%;
  border-color: rgba(15, 35, 24, .08);
  border-radius: 18px;
  padding: clamp(1rem, 1.8vw, 1.45rem);
  background: #fff;
  box-shadow: 0 22px 48px rgba(15, 35, 24, .09);
}

#inserts-protection .gb-exploded-figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 14px;
  background: #fff;
}

#inserts-protection .gb-exploded-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: contain;
  object-position: center center;
  transform: scale(1.0);
  transition: transform .4s ease;
}

#inserts-protection .gb-exploded-card:hover .gb-exploded-figure img {
  transform: scale(1.05);
}

#inserts-protection .gb-insert-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
}

#inserts-protection .gb-insert-card,
#inserts-protection .gb-insert-card:nth-child(n + 4) {
  grid-column: auto;
  min-height: 0;
  height: 100%;
}

#inserts-protection .gb-insert-card {
  display: flex;
  flex-direction: column;
}

#inserts-protection .gb-insert-card p {
  margin-bottom: 1.2rem;
}

#inserts-protection .gb-insert-card .gb-chip-row {
  margin-top: auto;
  flex-wrap: wrap;
}



@media (max-width: 1280px) {
  #box-styles .gb-style-panel h3 {
    font-size: clamp(1.95rem, 2.7vw, 2.25rem);
  }

  #inserts-protection .gb-inserts-layout {
    grid-template-columns: minmax(470px, .88fr) minmax(0, 1.12fr);
  }
}

@media (max-width: 1120px) {
  #inserts-protection .gb-inserts-layout {
    grid-template-columns: 1fr;
  }

  #inserts-protection .gb-exploded-figure {
    min-height: clamp(440px, 58vw, 620px);
  }
}

@media (max-width: 900px) {
  #box-styles .gb-style-panel h3 {
    max-width: 620px;
    font-size: clamp(2rem, 5.2vw, 2.45rem);
  }
}

@media (max-width: 760px) {
  #hero.gb-hero .hero-label {
    min-height: 38px;
    padding-inline: 14px;
  }

  #inserts-protection .gb-insert-grid {
    grid-template-columns: 1fr;
  }

  #inserts-protection .gb-exploded-figure {
    min-height: clamp(360px, 108vw, 560px);
  }
}

@media (max-width: 640px) {
  .display-stands-page #hero.gb-hero .hero-h1 {
    max-width: 100%;
    font-size: clamp(1.78rem, 8.8vw, 2.15rem);
    line-height: 1.08;
    overflow-wrap: normal;
  }

  .display-stands-page #hero.gb-hero .gb-h1-main {
    white-space: normal;
  }

  .display-stands-page #hero.gb-hero .hero-h1 em {
    white-space: nowrap;
  }

  #box-styles .gb-style-panel h3 {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }

  #inserts-protection .gb-exploded-figure img {
  }
}

#box-styles .section-head {
  text-align: center;
}

#custom-options .section-head {
  text-align: center;
}

.display-stands-page .section-head {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.display-stands-page .section-head .section-label,
.display-stands-page .section-head h2,
.display-stands-page .section-head .section-intro {
  text-align: center;
}

.display-stands-page .section-head h2,
.display-stands-page .section-head .section-intro {
  margin-right: auto;
  margin-left: auto;
}

.display-stands-page .section-head .section-intro {
  max-width: 860px;
}

@media (max-width: 760px) {
  .display-stands-page #hero.gb-hero.hero-section {
    padding: 42px 16px 48px;
  }

  .display-stands-page #hero .gb-hero__grid.hero-content {
    width: 100%;
    max-width: 100%;
    gap: 32px;
    overflow: visible;
  }

  .display-stands-page #hero .gb-hero__content {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 0;
  }

  .display-stands-page #hero.gb-hero .hero-label {
    max-width: 100%;
    gap: 10px;
    padding-inline: 14px;
    font-size: clamp(.66rem, 2.7vw, .76rem);
    letter-spacing: .16em;
    white-space: normal;
  }

  .display-stands-page #hero.gb-hero .hero-h1 {
    max-width: 100%;
    font-size: clamp(2.12rem, 8.7vw, 2.58rem);
    line-height: 1.08;
    overflow-wrap: normal;
  }

  .display-stands-page #hero.gb-hero .gb-h1-main,
  .display-stands-page #hero.gb-hero .hero-h1 em {
    white-space: normal;
  }

  .display-stands-page #hero.gb-hero .hero-subtitle {
    max-width: 100%;
    font-size: clamp(1rem, 4.1vw, 1.12rem);
    line-height: 1.66;
  }

  #inserts-protection .gb-inserts-head h2,
  #sustainable-options .gb-sustain-copy h2,
  .display-stands-page #inquiry .inquiry-head h2 {
    font-size: 32px;
  }

  .display-stands-page #hero .gb-hero__trust {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 28px;
  }

  .display-stands-page #hero .gb-hero__trust .hero-feature-card {
    min-width: 0;
    width: auto !important;
    max-width: 200px;
    min-height: 32px !important;
    height: 32px !important;
    box-sizing: border-box;
    justify-content: flex-start;
    gap: 6px;
    padding: 0 10px;
    border-radius: 16px;
    font-size: 12px !important;
    line-height: 1.16;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .display-stands-page #hero .gb-hero__trust .hero-feature-card svg {
    width: 18px;
    height: 18px;
  }

  .display-stands-page #hero.gb-hero .hero-actions {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .display-stands-page #hero.gb-hero .hero-actions .btn {
    min-width: 0;
    width: 100%;
    min-height: 62px;
    padding-inline: 18px;
    white-space: normal;
  }

  .display-stands-page #hero .gb-hero__visual.hero-visual,
  .display-stands-page #hero .gb-hero__image {
    width: 100%;
    min-height: 320px;
    height: 320px;
  }


  #inserts-protection .gb-exploded-card {
    overflow: visible;
    padding: 12px;
  }

  #inserts-protection .gb-exploded-figure {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  #inserts-protection .gb-exploded-figure img {
    width: 100%;
    height: auto;
    max-height: none;
    border-radius: 0;
    object-fit: contain;
    object-position: center;
    transform: none;
    filter: none;
    opacity: 1;
    mix-blend-mode: normal;
  }
}

@media (max-width: 380px) {
  .display-stands-page #hero.gb-hero.hero-section {
    padding-inline: 12px;
  }

  .display-stands-page #hero.gb-hero .hero-h1 {
    font-size: clamp(1.95rem, 8.8vw, 2.18rem);
  }

  .display-stands-page #hero .gb-hero__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
  }

  .display-stands-page #hero .gb-hero__trust .hero-feature-card {
    min-height: 52px;
    padding: 8px;
    font-size: .64rem;
  }
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .display-stands-page,
  .display-stands-page #hero,
  .display-stands-page #hero .container,
  .display-stands-page #hero .gb-hero__grid.hero-content,
  .display-stands-page #hero .gb-hero__content,
  .display-stands-page #hero .gb-hero__visual.hero-visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .display-stands-page #hero .container {
    padding-inline: 0;
  }

  .display-stands-page #hero .gb-hero__grid.hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: stretch;
  }

  .display-stands-page #hero.gb-hero .gb-h1-main,
  .display-stands-page #hero.gb-hero .hero-h1 em,
  .display-stands-page #hero.gb-hero .hero-subtitle,
  .display-stands-page #hero.gb-hero .btn,
  .display-stands-page #hero .gb-hero__trust .hero-feature-card {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .display-stands-page #hero .gb-hero__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .display-stands-page #hero .gb-hero__trust .hero-feature-card {
    min-height: 32px !important;
    height: 32px !important;
    width: auto !important;
    max-width: 200px;
    padding: 0 10px;
    font-size: 12px !important;
  }

  .display-stands-page #hero .gb-hero__visual.hero-visual {
    overflow: hidden;
  }
}

@media (max-width: 520px) {
  .display-stands-page #hero .gb-hero__content,
  .display-stands-page #hero.gb-hero .hero-label,
  .display-stands-page #hero.gb-hero .hero-h1,
  .display-stands-page #hero.gb-hero .hero-subtitle,
  .display-stands-page #hero .gb-hero__trust,
  .display-stands-page #hero.gb-hero .hero-actions,
  .display-stands-page #hero .gb-hero__visual.hero-visual,
  .display-stands-page #hero .gb-hero__image {
    max-width: 360px;
  }

  .display-stands-page #hero.gb-hero .hero-label,
  .display-stands-page #hero.gb-hero .hero-h1,
  .display-stands-page #hero.gb-hero .hero-subtitle,
  .display-stands-page #hero .gb-hero__trust,
  .display-stands-page #hero.gb-hero .hero-actions,
  .display-stands-page #hero .gb-hero__visual.hero-visual {
    margin-inline: 0;
  }
}

@media (max-width: 390px) {
  .display-stands-page #hero .gb-hero__content,
  .display-stands-page #hero.gb-hero .hero-label,
  .display-stands-page #hero.gb-hero .hero-h1,
  .display-stands-page #hero.gb-hero .hero-subtitle,
  .display-stands-page #hero .gb-hero__trust,
  .display-stands-page #hero.gb-hero .hero-actions,
  .display-stands-page #hero .gb-hero__visual.hero-visual,
  .display-stands-page #hero .gb-hero__image {
    max-width: calc(100vw - 32px);
  }
}
