/* SUNGRID ABOUT PAGE — LUXURY / WOW */

.sgab-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.sgab-title-light,
.sgab-title-dark {
  margin: 0;
  font-size: clamp(38px, 5vw, 74px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.sgab-title-light {
  color: #ffffff;
}
.sgab-title-dark {
  color: #071314;
}

.sgab-text-light,
.sgab-text-dark {
  max-width: 680px;
  margin: 26px 0 0;
  font-size: 17px;
  line-height: 1.85;
}

.sgab-text-light {
  color: rgba(255, 255, 255, 0.72);
}
.sgab-text-dark {
  color: rgba(7, 19, 20, 0.7);
}

.sgab-actions {
  display: flex;
  gap: 14px;
}

/* HERO */
.sgab-hero {
  position: relative;
  min-height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #061314;
}

.sgab-hero__bg {
  position: absolute;
  inset: 0;
  background: url("/wp-content/uploads/about-hero-bg.webp") center/cover
    no-repeat;
  transform: scale(1.03);
}

.sgab-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 18% 35%,
      rgba(216, 255, 114, 0.2),
      transparent 30%
    ),
    linear-gradient(
      90deg,
      rgba(3, 16, 17, 0.96),
      rgba(3, 16, 17, 0.82),
      rgba(3, 16, 17, 0.22)
    );
}

.sgab-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: center;
}

.sgab-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(52px, 7vw, 74px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.sgab-hero__text {
  max-width: 580px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.9;
}

.sgab-hero .sgab-actions {
  margin-top: 38px;
}

.sgab-hero__visual,
.sgab-story__media,
.sgab-experience__image {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.36);
}

.sgab-hero__visual {
  min-height: 100%;
  height: 100%;
}

.sgab-hero__visual img,
.sgab-story__media img,
.sgab-mission-card--image img,
.sgab-experience__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.85s ease !important;
}

.sgab-hero__visual:hover img,
.sgab-story__media:hover img,
.sgab-mission-card--image:hover img,
.sgab-experience__image:hover img {
  transform: scale(1.15);
}

.sgab-hero__badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 20px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(20px);
}

.sgab-hero__badge strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
}

.sgab-hero__badge span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* LIGHT SECTIONS */
.sgab-story,
.sgab-values,
.sgab-cta {
  padding: 110px 0;
  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(23, 216, 144, 0.08),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(216, 255, 114, 0.14),
      transparent 30%
    ),
    linear-gradient(180deg, #f8fbf9 0%, #eef5f2 100%);
}

.sgab-story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.sgab-story__media {
  min-height: 100%;
  height: 100%;
}

.sgab-story__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 38px;
}

.sgab-stat {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(7, 19, 20, 0.06);
  box-shadow: 0 20px 60px rgba(14, 32, 30, 0.08);
}

.sgab-stat strong {
  display: block;
  color: #071314;
  font-size: 32px;
  line-height: 1;
}

.sgab-stat span {
  display: block;
  margin-top: 12px;
  color: rgba(7, 19, 20, 0.68);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

/* DARK SECTIONS */
.sgab-mission,
.sgab-experience {
  padding: 110px 0;
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(23, 216, 144, 0.18),
      transparent 30%
    ),
    linear-gradient(180deg, #061314 0%, #081818 100%);
  overflow: hidden;
}

.sgab-mission__head,
.sgab-values__head {
  max-width: 850px;
  margin-bottom: 56px;
}

.sgab-mission__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 18px;
}

.sgab-mission-card {
  min-height: 430px;
  padding: 30px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  transition:
    transform 0.45s ease,
    background 0.45s ease !important;
}

.sgab-mission-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.1);
}

.sgab-mission-card span {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 50%;
  color: #061314;
  background: linear-gradient(135deg, var(--sg-lime), var(--sg-green));
  font-size: 13px;
  font-weight: 900;
}

.sgab-mission-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.sgab-mission-card p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.75;
}

.sgab-mission-card--image {
  padding: 0;
  overflow: hidden;
}

/* VALUES */
.sgab-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.sgab-value {
  min-height: 280px;
  padding: 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(7, 19, 20, 0.06);
  box-shadow: 0 24px 70px rgba(14, 32, 30, 0.08);
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease !important;
}

.sgab-value:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 90px rgba(23, 216, 144, 0.13);
}

.sgab-value strong {
  color: #071314;
  font-size: 42px;
  line-height: 1;
}

.sgab-value h3 {
  margin: 28px 0 0;
  color: #071314;
  font-size: 22px;
}

.sgab-value p {
  margin: 14px 0 0;
  color: rgba(7, 19, 20, 0.66);
  font-size: 14px;
  line-height: 1.7;
}

/* EXPERIENCE */
.sgab-experience__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.sgab-experience__image {
  min-height: 100%;
  height: 100%;
}

.sgab-experience__steps {
  display: grid;
  gap: 16px;
  margin-top: 38px;
}

.sgab-step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  transition:
    transform 0.45s ease,
    background 0.45s ease !important;
}

.sgab-step:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.09);
}

.sgab-step span {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #061314;
  background: linear-gradient(135deg, var(--sg-lime), var(--sg-green));
  font-size: 13px;
  font-weight: 900;
}

.sgab-step h3 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
}

.sgab-step p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.7;
}

/* CTA */
.sgab-cta__box {
  position: relative;
  padding: 70px;
  border-radius: 40px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.74),
    rgba(255, 255, 255, 0.52)
  );
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 40px 100px rgba(14, 32, 30, 0.1);
  overflow: hidden;
}

.sgab-cta__actions {
  justify-content: flex-end;
  margin-top: 42px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .sgab-hero__grid,
  .sgab-story__grid,
  .sgab-experience__grid {
    grid-template-columns: 1fr;
  }

  .sgab-mission__grid {
    grid-template-columns: 1fr;
  }

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

  .sgab-story__media,
  .sgab-experience__image {
    min-height: 560px;
  }
}

@media (max-width: 767px) {
  .sgab-container {
    width: min(100% - 28px, 1180px);
  }

  .sgab-story,
  .sgab-mission,
  .sgab-values,
  .sgab-experience,
  .sgab-cta {
    padding: 82px 0;
  }

  .sgab-hero__visual,
  .sgab-story__media,
  .sgab-experience__image {
    min-height: 420px;
    border-radius: 26px;
  }

  .sgab-story__stats {
    grid-template-columns: 1fr;
  }

  .sgab-values__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .sgab-value {
    min-height: 250px;
    padding: 18px;
  }

  .sgab-value strong {
    font-size: 30px;
  }

  .sgab-value h3 {
    font-size: 17px;
  }

  .sgab-value p {
    font-size: 12px;
  }

  .sgab-mission-card {
    min-height: 320px;
    padding: 22px;
    border-radius: 26px;
  }

  .sgab-step {
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 22px;
  }

  .sgab-step span {
    width: 42px;
    height: 42px;
    font-size: 11px;
  }

  .sgab-actions {
    flex-direction: row;
    gap: 10px;
  }

  .sgab-actions .sg-btn {
    flex: 1;
  }

  .sgab-cta__box {
    padding: 34px 22px;
    border-radius: 26px;
  }
}
