/* GG CHENN Our Universe — Framer /our-universe match */

body.ggchenn-universe {
  background: var(--gg-bg, #faf8fb) !important;
  color: #000;
}

body.ggchenn-universe #content,
body.ggchenn-universe .site-main,
body.ggchenn-universe .page-content,
body.ggchenn-universe .entry-content,
body.ggchenn-universe [data-elementor-type="wp-page"] {
  background: var(--gg-bg, #faf8fb) !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body.ggchenn-universe #site-footer,
body.ggchenn-universe .site-footer,
body.ggchenn-universe .hello-elementor-footer {
  display: none !important;
}

.gg-universe {
  width: 100%;
  margin: 0;
  padding: 0;
}

.gg-universe__section {
  box-sizing: border-box;
}

.gg-universe__media {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.gg-universe__media img {
  display: block;
  width: 100%;
  height: auto;
}

.gg-universe__copy {
  font-family: var(--gg-serif);
  color: #000;
}

.gg-universe__heading {
  margin: 0 0 20px;
  font-family: var(--gg-serif) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
}

.gg-universe__copy p {
  margin: 0 0 18px;
  font-family: var(--gg-serif) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  color: #000 !important;
}

.gg-universe__copy p:last-child {
  margin-bottom: 0;
}

.gg-universe__footer {
  padding: 48px 40px 40px;
  text-align: center;
  font-family: var(--gg-serif);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: rgb(79, 79, 79);
}

/* Mobile: image → text → image → text */
.gg-universe__brand,
.gg-universe__philosophy {
  padding-left: 20px;
  padding-right: 20px;
}

.gg-universe__brand {
  padding-top: 20px;
  padding-bottom: 32px;
}

.gg-universe__brand .gg-universe__media--brand {
  margin: 0 0 32px;
}

.gg-universe__philosophy {
  padding-bottom: 48px;
}

.gg-universe__philosophy .gg-universe__media {
  margin: 0 0 32px;
}

@media (max-width: 767px) {
  .gg-universe__heading {
    margin-bottom: 16px;
  }

  .gg-universe__copy p {
    margin-bottom: 16px;
  }

  .gg-universe__footer {
    padding: 32px 20px;
    font-size: 12px;
  }
}

/* Tablet + desktop: equal 50 / 50 columns */
@media (min-width: 810px) {
  .gg-universe__brand,
  .gg-universe__philosophy {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .gg-universe__brand {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .gg-universe__philosophy {
    flex-direction: row-reverse;
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .gg-universe__media--brand,
  .gg-universe__philosophy .gg-universe__media,
  .gg-universe__brand .gg-universe__copy,
  .gg-universe__philosophy .gg-universe__copy {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    min-width: 0;
    margin: 0;
  }

  .gg-universe__media--brand {
    aspect-ratio: 652.5 / 335.14;
    overflow: hidden;
  }

  .gg-universe__media--brand img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .gg-universe__philosophy .gg-universe__copy {
    padding-top: 348px;
  }
}

/* Large desktop spacing */
@media (min-width: 1500px) {
  .gg-universe__brand,
  .gg-universe__philosophy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .gg-universe__brand {
    padding-bottom: 80px;
  }

  .gg-universe__philosophy {
    padding-bottom: 80px;
  }

  .gg-universe__media--brand {
    aspect-ratio: auto;
    overflow: visible;
  }

  .gg-universe__media--brand img {
    width: 100%;
    height: auto;
    object-fit: initial;
  }

  .gg-universe__brand .gg-universe__copy {
    padding-top: 294px;
  }

  .gg-universe__philosophy .gg-universe__copy {
    padding-top: 281px;
  }
}
