/* Green Bamboo Space About page */
.gb-about-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: min(600px, calc(100dvh - var(--topbar-height) - var(--header-height) - 36px));
  overflow: hidden;
  color: #fff;
  background: #17382f;
}

.gb-about-hero__picture,
.gb-about-hero__picture img,
.gb-about-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gb-about-hero__picture {
  z-index: -2;
}

.gb-about-hero__picture img {
  object-fit: cover;
  object-position: center 58%;
}

.gb-about-hero__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(7, 35, 29, 0.96) 0%, rgba(7, 35, 29, 0.82) 42%, rgba(7, 35, 29, 0.32) 72%, rgba(7, 35, 29, 0.12) 100%);
}

.gb-about-hero__inner {
  display: flex;
  min-height: min(600px, calc(100dvh - var(--topbar-height) - var(--header-height) - 36px));
  align-items: center;
  padding-block: 80px;
}

.gb-about-hero__copy {
  width: min(720px, 68%);
}

.gb-about-hero .eyebrow {
  margin-bottom: 18px;
  color: var(--gold-2);
}

.gb-about-hero h1 {
  max-width: 700px;
  margin: 0 0 24px;
  color: #fff;
  font: 700 64px/1.04 var(--serif);
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.gb-about-hero__lead {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  line-height: 1.65;
}

.gb-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.gb-about-hero__secondary {
  border-color: rgba(255, 255, 255, 0.58);
  color: #fff;
  background: rgba(7, 35, 29, 0.26);
}

.gb-about-hero__secondary:hover {
  border-color: #fff;
  color: var(--green-2);
  background: #fff;
}

.gb-site-header .btn-gold,
.gb-about-hero .btn-gold,
.gb-about-factory .btn-gold,
.gb-about-cta .btn-gold {
  color: var(--green-2);
  background: var(--gold-2);
}

.gb-site-header .btn-gold:hover,
.gb-about-hero .btn-gold:hover,
.gb-about-factory .btn-gold:hover,
.gb-about-cta .btn-gold:hover {
  border-color: var(--green);
  color: var(--green);
  background: #fff;
  box-shadow: none;
}

.gb-about-hero__proof {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  max-width: 590px;
  gap: 2px 14px;
  margin-top: 38px;
  padding-left: 18px;
  border-left: 3px solid var(--gold-2);
}

.gb-about-hero__proof > i {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--gold-2);
  font-size: 24px;
  text-align: center;
}

.gb-about-hero__proof strong,
.gb-about-hero__proof span {
  display: block;
}

.gb-about-hero__proof strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

.gb-about-hero__proof span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.5;
}

.gb-about-page {
  color: var(--ink);
  background: var(--paper);
}

.gb-about-page *,
.gb-about-hero * {
  min-width: 0;
}

.gb-about-trust {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

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

.gb-about-trust__item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  min-height: 126px;
  align-items: center;
  gap: 12px;
  padding: 24px 18px;
  border-left: 1px solid var(--line);
}

.gb-about-trust__item:first-child {
  border-left: 0;
}

.gb-about-trust__item > i {
  color: var(--gold-text);
  font-size: 21px;
  text-align: center;
}

.gb-about-trust__item strong,
.gb-about-trust__item span {
  display: block;
}

.gb-about-trust__item strong {
  color: var(--green);
  font-size: 16px;
  line-height: 1.35;
}

.gb-about-trust__item span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.gb-about-section {
  padding: 92px 0;
}

.gb-about-section--soft {
  background: var(--cream);
}

.gb-about-page h2,
.gb-about-factory h2,
.gb-about-cta h2 {
  margin: 0 0 18px;
  color: var(--green);
  font: 700 46px/1.1 var(--serif);
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.gb-about-page h3,
.gb-about-factory h3 {
  letter-spacing: 0;
}

.gb-about-heading {
  max-width: 810px;
  margin: 0 auto 46px;
  text-align: center;
}

.gb-about-heading > p:last-child {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.gb-about-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 64px;
  align-items: center;
}

.gb-about-story__copy > p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.gb-about-story__copy .gb-about-lead {
  color: #35423d;
  font-size: 19px;
}

.gb-about-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  color: var(--gold-text);
  font-weight: 800;
  transition: color 180ms ease;
}

.gb-about-text-link:hover {
  color: var(--green);
}

.gb-about-story__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 14px;
  align-items: end;
}

.gb-about-story__gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #e4e5df;
}

.gb-about-story__gallery figure:first-child {
  height: 440px;
}

.gb-about-story__gallery figure:last-child {
  height: 330px;
}

.gb-about-story__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gb-about-story__gallery figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  width: max-content;
  max-width: calc(100% - 24px);
  padding: 8px 10px;
  border-radius: 4px;
  color: #fff;
  background: rgba(11, 44, 37, 0.9);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.gb-about-capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gb-about-capabilities article {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  box-shadow: 0 8px 24px rgba(21, 43, 35, 0.05);
}

.gb-about-capabilities article > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 30px;
  border: 1px solid rgba(18, 61, 49, 0.24);
  border-radius: 50%;
  color: var(--green);
  background: #eef1e8;
  font-size: 13px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.gb-about-capabilities h3 {
  margin: 0 0 12px;
  color: var(--green);
  font: 700 24px/1.25 var(--serif);
}

.gb-about-capabilities p {
  margin: auto 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.gb-about-production__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 64px;
  align-items: center;
}

.gb-about-production__copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.gb-about-production__copy ul {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.gb-about-production__copy li {
  position: relative;
  min-height: 28px;
  padding-left: 36px;
  color: #3e4d47;
  font-size: 16px;
  line-height: 1.6;
}

.gb-about-production__copy li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(18, 61, 49, 0.34);
  border-radius: 50%;
  color: var(--green);
  content: "\2713";
  font-size: 12px;
  font-weight: 900;
}

.gb-about-production__media {
  position: relative;
  height: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #e4e5df;
  box-shadow: var(--shadow);
}

.gb-about-production__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gb-about-production__media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 15px 18px;
  border-radius: 4px;
  background: rgba(255, 253, 249, 0.95);
  box-shadow: 0 8px 24px rgba(21, 43, 35, 0.16);
}

.gb-about-production__media figcaption span,
.gb-about-production__media figcaption strong {
  display: block;
}

.gb-about-production__media figcaption span {
  color: var(--gold-text);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.gb-about-production__media figcaption strong {
  margin-top: 3px;
  color: var(--green);
  font: 700 18px/1.3 var(--serif);
}

.gb-about-quality__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(18, 61, 49, 0.18);
  border-bottom: 1px solid rgba(18, 61, 49, 0.18);
  list-style: none;
}

.gb-about-quality__steps li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 210px;
  gap: 14px;
  padding: 30px 24px;
  border-left: 1px solid rgba(18, 61, 49, 0.14);
}

.gb-about-quality__steps li:first-child {
  border-left: 0;
}

.gb-about-quality__steps li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 11px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.gb-about-quality__steps h3 {
  margin: 8px 0 9px;
  color: var(--green);
  font: 700 20px/1.25 var(--serif);
}

.gb-about-quality__steps p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.gb-about-benefits__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.gb-about-benefits__grid article {
  padding: 12px 10px 0;
  text-align: center;
}

.gb-about-benefits__grid article > i {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin: 0 auto 18px;
  border: 1px solid rgba(18, 61, 49, 0.24);
  border-radius: 50%;
  color: var(--green);
  background: #eef1e8;
  font-size: 19px;
}

.gb-about-benefits__grid h3 {
  margin: 0 0 9px;
  color: var(--green);
  font: 700 19px/1.3 var(--serif);
}

.gb-about-benefits__grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.gb-about-factory {
  padding: 72px 0;
  background: #eee9df;
}

.gb-about-factory__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  gap: 56px;
  align-items: center;
}

.gb-about-factory__copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.gb-about-factory__title-tail {
  white-space: nowrap;
}

.gb-about-factory__copy .btn {
  margin-top: 20px;
}

.gb-about-factory__cta {
  color: #fff;
  background: var(--green);
  box-shadow: 0 7px 20px rgba(18, 61, 49, 0.18);
}

.gb-about-factory__cta:hover {
  border-color: var(--green-2);
  color: #fff;
  background: var(--green-2);
  box-shadow: none;
}

.gb-about-factory__media {
  height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #dfe1dc;
}

.gb-about-factory__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gb-about-cta {
  color: #fff;
  background: var(--green-2);
}

.gb-about-cta__inner {
  display: flex;
  min-height: 340px;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  padding-block: 64px;
}

.gb-about-cta__inner > div:first-child {
  max-width: 760px;
}

.gb-about-cta .eyebrow {
  color: var(--gold-2);
}

.gb-about-cta h2 {
  color: #fff;
}

.gb-about-cta__inner > div:first-child > p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.65;
}

.gb-about-cta__actions {
  display: grid;
  flex: 0 0 auto;
  gap: 10px;
  justify-items: center;
}

.gb-about-cta__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  transition: color 180ms ease;
}

.gb-about-cta__link:hover {
  color: var(--gold-2);
}

@media (max-width: 1180px) {
  .gb-about-trust__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gb-about-trust__item:nth-child(4) {
    border-left: 0;
  }

  .gb-about-trust__item:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

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

  .gb-about-quality__steps li:nth-child(3) {
    border-left: 0;
  }

  .gb-about-quality__steps li:nth-child(n + 3) {
    border-top: 1px solid rgba(18, 61, 49, 0.14);
  }

  .gb-about-benefits__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 18px;
  }
}

@media (max-width: 900px) {
  .gb-about-hero,
  .gb-about-hero__inner {
    min-height: 580px;
  }

  .gb-about-hero__shade {
    background: linear-gradient(90deg, rgba(7, 35, 29, 0.94) 0%, rgba(7, 35, 29, 0.78) 58%, rgba(7, 35, 29, 0.32) 100%);
  }

  .gb-about-hero__copy {
    width: min(660px, 82%);
  }

  .gb-about-hero h1 {
    font-size: 54px;
  }

  .gb-about-section {
    padding: 78px 0;
  }

  .gb-about-story__grid,
  .gb-about-production__grid,
  .gb-about-factory__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .gb-about-story__copy > p:not(.eyebrow) {
    max-width: 740px;
  }

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

  .gb-about-capabilities article {
    min-height: 0;
  }

  .gb-about-capabilities p {
    margin-top: 0;
  }

  .gb-about-production__media,
  .gb-about-factory__media {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .gb-about-factory {
    padding: 64px 0;
  }

  .gb-about-cta__inner {
    display: grid;
    min-height: 380px;
    justify-content: stretch;
    gap: 34px;
  }

  .gb-about-cta__actions {
    justify-items: start;
  }
}

@media (max-width: 680px) {
  .gb-about-hero,
  .gb-about-hero__inner {
    min-height: min(550px, calc(100dvh - var(--topbar-height) - var(--header-height) - 80px));
  }

  .gb-about-hero__picture img {
    object-position: 61% center;
  }

  .gb-about-hero__shade {
    background: rgba(7, 35, 29, 0.76);
  }

  .gb-about-hero__inner {
    align-items: end;
    padding-block: 40px;
  }

  .gb-about-hero__copy {
    width: 100%;
  }

  .gb-about-hero h1 {
    font-size: 40px;
  }

  .gb-about-hero__lead {
    font-size: 16px;
  }

  .gb-about-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .gb-about-hero__actions .btn {
    width: 100%;
  }

  .gb-about-hero__proof {
    display: none;
  }

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

  .gb-about-trust__item,
  .gb-about-trust__item:nth-child(4) {
    border-left: 1px solid var(--line);
  }

  .gb-about-trust__item:nth-child(odd) {
    border-left: 0;
  }

  .gb-about-trust__item:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .gb-about-trust__item:last-child {
    grid-column: 1 / -1;
  }

  .gb-about-section {
    padding: 62px 0;
  }

  .gb-about-page h2,
  .gb-about-factory h2,
  .gb-about-cta h2 {
    font-size: 35px;
  }

  .gb-about-heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .gb-about-heading > p:last-child {
    margin-left: 0;
  }

  .gb-about-story__grid,
  .gb-about-production__grid,
  .gb-about-factory__grid {
    gap: 34px;
  }

  .gb-about-story__copy > p:not(.eyebrow),
  .gb-about-story__copy .gb-about-lead,
  .gb-about-production__copy > p:not(.eyebrow),
  .gb-about-quality__steps p,
  .gb-about-benefits__grid p {
    font-size: 16px;
  }

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

  .gb-about-story__gallery figure:first-child,
  .gb-about-story__gallery figure:last-child {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .gb-about-capabilities article {
    padding: 26px 22px;
  }

  .gb-about-capabilities article > span {
    margin-bottom: 22px;
  }

  .gb-about-production__media {
    aspect-ratio: 4 / 3;
  }

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

  .gb-about-quality__steps li,
  .gb-about-quality__steps li:nth-child(3) {
    min-height: 0;
    border-top: 1px solid rgba(18, 61, 49, 0.14);
    border-left: 0;
  }

  .gb-about-quality__steps li:first-child {
    border-top: 0;
  }

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

  .gb-about-factory__media {
    aspect-ratio: 4 / 3;
  }

  .gb-about-cta__inner {
    min-height: 420px;
    padding-block: 56px;
  }

  .gb-about-cta__actions {
    width: 100%;
  }

  .gb-about-cta__actions .btn {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .gb-about-hero h1 {
    font-size: 36px;
  }

  .gb-about-trust__grid,
  .gb-about-benefits__grid {
    grid-template-columns: 1fr;
  }

  .gb-about-trust__item,
  .gb-about-trust__item:nth-child(odd),
  .gb-about-trust__item:nth-child(4) {
    min-height: 104px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .gb-about-trust__item:first-child {
    border-top: 0;
  }

  .gb-about-quality__steps li {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 26px 14px;
  }

  .gb-about-quality__steps li > span {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 480px) and (max-height: 700px) {
  .gb-about-hero,
  .gb-about-hero__inner {
    min-height: min(460px, calc(100dvh - var(--topbar-height) - var(--header-height) - 145px));
  }

  .gb-about-hero__inner {
    padding-block: 28px;
  }

  .gb-about-hero .eyebrow {
    margin-bottom: 10px;
  }

  .gb-about-hero h1 {
    margin-bottom: 16px;
    font-size: 34px;
  }

  .gb-about-hero__lead {
    line-height: 1.55;
  }

  .gb-about-hero__actions {
    gap: 8px;
    margin-top: 18px;
  }
}

@media (max-height: 700px) and (min-width: 681px) {
  .gb-about-hero,
  .gb-about-hero__inner {
    min-height: min(520px, calc(100dvh - var(--topbar-height) - var(--header-height) - 28px));
  }

  .gb-about-hero__inner {
    padding-block: 44px;
  }

  .gb-about-hero h1 {
    font-size: 52px;
  }

  .gb-about-hero__proof {
    display: none;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
  :root {
    --topbar-height: 36px;
    --header-height: 60px;
  }

  .gb-contact-bar {
    height: var(--topbar-height);
    overflow: hidden;
  }

  .gb-contact-bar__inner {
    display: flex;
    height: var(--topbar-height);
    min-height: var(--topbar-height);
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    padding-block: 0;
  }

  .gb-contact-bar .topbar-about,
  .gb-contact-bar .topbar-contact {
    display: none;
  }

  .gb-contact-bar .topbar-lang {
    position: static;
    min-height: var(--topbar-height);
    margin-left: auto;
  }

  .gb-site-header .header-inner {
    height: var(--header-height);
    min-height: var(--header-height);
  }

  .gb-site-header .brand img {
    height: var(--header-height);
  }
}

@media (orientation: landscape) and (min-width: 540px) and (max-height: 500px) {
  .gb-about-hero,
  .gb-about-hero__inner {
    min-height: 140px;
  }

  .gb-about-hero__inner {
    padding-block: 16px;
  }

  .gb-about-hero__copy {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 5px 20px;
    align-items: center;
  }

  .gb-about-hero .eyebrow {
    grid-column: 1;
    margin: 0;
  }

  .gb-about-hero h1 {
    grid-column: 1;
    margin: 0;
    font-size: 30px;
  }

  .gb-about-hero__lead,
  .gb-about-hero__proof,
  .gb-about-hero__secondary {
    display: none;
  }

  .gb-about-hero__actions {
    display: block;
    grid-row: 1 / 3;
    grid-column: 2;
    margin: 0;
  }
}

@media (orientation: landscape) and (min-width: 700px) and (max-height: 500px) {
  .gb-about-hero h1 {
    font-size: 34px;
  }
}

@media (orientation: landscape) and (max-width: 699px) and (max-height: 500px) {
  .gb-contact-bar .topbar-email {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .gb-site-header .btn,
  .gb-about-hero .btn,
  .gb-about-factory .btn,
  .gb-about-cta .btn,
  .gb-about-text-link,
  .gb-about-cta__link {
    transition: none;
  }

  .gb-site-header .btn:hover,
  .gb-about-hero .btn:hover,
  .gb-about-factory .btn:hover,
  .gb-about-cta .btn:hover {
    transform: none;
  }
}
