/* GG CHENN Runway SS27 — Framer /runway-ss27 match */

body.ggchenn-runway {
  background: var(--gg-bg, #faf8fb) !important;
  color: #000;
}

body.ggchenn-runway #content,
body.ggchenn-runway .site-main,
body.ggchenn-runway .page-content,
body.ggchenn-runway .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body.ggchenn-runway #site-footer,
body.ggchenn-runway .site-footer,
body.ggchenn-runway .hello-elementor-footer {
  display: none !important;
}

.gg-runway {
  width: 100%;
  margin: 0;
  padding: 0;
}

.gg-runway__intro {
  box-sizing: border-box;
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 40px 0;
  text-align: center;
}

.gg-runway__title {
  margin: 0 0 24px;
  font-family: var(--gg-serif) !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
}

.gg-runway__tagline {
  margin: 0 0 32px;
  font-family: var(--gg-serif) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  font-style: italic !important;
  line-height: 1.4 !important;
  color: #000 !important;
}

.gg-runway__copy p {
  margin: 0 auto 18px;
  max-width: 575px;
  font-family: var(--gg-serif) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: #000 !important;
}

.gg-runway__copy p:last-child {
  margin-bottom: 0;
}

.gg-runway__grid {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 0 40px 80px;
}

.gg-runway__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 1174px;
  margin: 0;
}

.gg-runway__figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.gg-runway__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.gg-runway__footer {
  padding: 48px 40px 40px;
  text-align: center;
  font-family: var(--gg-serif);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: rgb(110, 110, 110);
}

@media (max-width: 809px) {
  .gg-runway__intro {
    padding: 40px 20px 32px;
  }

  .gg-runway__title {
    font-size: 28px !important;
    margin-bottom: 20px;
  }

  .gg-runway__tagline {
    margin-bottom: 24px;
    font-size: 16px !important;
  }

  .gg-runway__copy p {
    font-size: 16px !important;
    max-width: none;
  }

  .gg-runway__grid {
    gap: 20px;
    padding: 0 20px 56px;
  }

  .gg-runway__row {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .gg-runway__footer {
    padding: 32px 20px;
  }
}
