/* Quem Somos - Hero */
.about-hero {
  background: linear-gradient(180deg, #f5f5f5 0%, #ffffff 82%);
  padding-top: 170px;
  padding-bottom: 96px;
}

.about-hero__inner {
  width: min(1216px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 484px 590px;
  justify-content: space-between;
  align-items: start;
  column-gap: 141px;
}

.about-hero__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.about-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 32px;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #980577 0%, #ff377a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-hero__title {
  margin: 0;
  color: #1a1a1a;
  font-size: 64px;
  line-height: 1.15;
  font-weight: 600;
}

.about-hero__description {
  color: #332f30;
  font-size: 16px;
  line-height: 1.5;
}

.about-hero__description p {
  margin: 0 0 12px;
}

.about-hero__description p:last-child {
  margin-bottom: 0;
}

.about-hero__gallery {
  margin-top: 96px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 12px;
}

.about-hero__gallery-item {
  margin: 0;
  height: 424px;
  overflow: hidden;
  background: #4d4648;
}

.about-hero__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Quem Somos - Produtos */
.home-products {
  position: relative;
  overflow: clip;
  background: #1a1a1a;
  padding: 120px 0;
}

.home-products__union-shape {
  position: absolute;
  top: -675px;
  left: -48px;
  width: 1215px;
  height: 1108px;
  max-width: none;
  transform: rotate(180deg) scaleY(-1);
  pointer-events: none;
  z-index: 0;
}

.home-products__inner {
  position: relative;
  z-index: 1;
  width: min(1216px, calc(100% - 32px));
  margin: 0 auto;
}

.home-products__top {
  display: grid;
  grid-template-columns: 491px minmax(0, 552px);
  justify-content: space-between;
  align-items: start;
  column-gap: 40px;
}

.home-products__title {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
}

.home-products__title-highlight {
  color: #ff377a;
}

.home-products__description {
  color: #e5e5e5;
  font-size: 16px;
  line-height: 1.5;
}

.home-products__description p {
  margin: 0;
}

.home-products__details {
  margin-top: 96px;
}

.home-products__items-intro {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}

.home-products__items-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.home-products__item-card {
  background: rgba(245, 245, 245, 0.1);
  height: 152px;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.home-products__item-icon {
  width: 32px;
  height: 32px;
  display: block;
}

.home-products__item-text {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

/* Quem Somos - Contato */
.home-contact {
  background: #ffffff;
  padding: 64px 0 80px;
}

.home-contact__inner {
  width: min(1216px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 486px 592px;
  justify-content: space-between;
  align-items: start;
  column-gap: 32px;
}

.home-contact__content {
  padding-top: 15px;
}

.home-contact__headline {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-contact__title {
  margin: 0;
  color: #1a1a1a;
  font-size: 54px;
  line-height: 1.2;
  font-weight: 600;
}

.home-contact__title-highlight {
  color: #ff377a;
}

.home-contact__description {
  margin: 0;
  color: #332f30;
  font-size: 16px;
  line-height: 1.5;
}

.home-contact__details {
  margin-top: 64px;
  width: min(355px, 100%);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-contact__detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-contact__detail-item--address {
  align-items: flex-start;
}

.home-contact__detail-icon {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

.home-contact__detail-text {
  margin: 0;
  color: #332f30;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.home-contact__detail-text--address {
  white-space: normal;
}

.home-contact__media {
  margin: 0;
  width: 100%;
  height: 506px;
  overflow: hidden;
  background: #d7d7d7;
}

.home-contact__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Notebook */
@media (max-width: 1439px) {
  .about-hero {
    padding-top: 150px;
    padding-bottom: 84px;
  }

  .about-hero__inner {
    width: calc(100% - 48px);
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    column-gap: 48px;
  }

  .about-hero__title {
    font-size: 48px;
  }

  .about-hero__gallery {
    margin-top: 80px;
  }

  .about-hero__gallery-item {
    height: 360px;
  }

  .home-products {
    padding: 104px 0;
  }

  .home-products__inner {
    width: calc(100% - 48px);
  }

  .home-products__top {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 36px;
  }

  .home-products__title {
    font-size: 36px;
  }

  .home-products__details {
    margin-top: 72px;
  }

  .home-products__items-grid {
    gap: 20px;
  }

  .home-contact {
    padding: 56px 0 72px;
  }

  .home-contact__inner {
    width: calc(100% - 48px);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
    column-gap: 28px;
  }

  .home-contact__title {
    font-size: 48px;
  }

  .home-contact__detail-text {
    font-size: 16px;
  }

  .home-contact__media {
    height: 470px;
  }
}

/* Tablet */
@media (max-width: 1023px) {
  .about-hero {
    padding-top: 136px;
    padding-bottom: 72px;
  }

  .about-hero__inner {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .about-hero__title {
    font-size: 42px;
    max-width: 620px;
  }

  .about-hero__gallery {
    margin-top: 56px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .about-hero__gallery-item {
    height: 280px;
  }

  .home-products {
    padding: 84px 0;
  }

  .home-products__inner {
    width: calc(100% - 40px);
  }

  .home-products__top {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .home-products__title {
    font-size: 34px;
    max-width: 620px;
  }

  .home-products__description {
    max-width: 680px;
  }

  .home-products__details {
    margin-top: 56px;
  }

  .home-products__items-intro {
    font-size: 18px;
  }

  .home-products__items-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .home-contact {
    padding: 52px 0 64px;
  }

  .home-contact__inner {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .home-contact__content {
    padding-top: 0;
  }

  .home-contact__title {
    font-size: 42px;
  }

  .home-contact__details {
    margin-top: 36px;
    width: 100%;
  }

  .home-contact__detail-text {
    font-size: 16px;
  }

  .home-contact__media {
    height: 420px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .about-hero {
    padding-top: 118px;
    padding-bottom: 56px;
  }

  .about-hero__inner {
    width: calc(100% - 24px);
  }

  .about-hero__heading {
    gap: 16px;
  }

  .about-hero__eyebrow {
    padding: 7px 16px;
    font-size: 11px;
    letter-spacing: 1px;
  }

  .about-hero__title {
    font-size: 40px;
  }

  .about-hero__description {
    font-size: 15px;
  }

  .about-hero__gallery {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-hero__gallery-item {
    height: 250px;
  }

  .home-products {
    padding: 64px 0;
  }

  .home-products__union-shape {
    width: 720px;
    height: auto;
    top: -380px;
    left: -240px;
    opacity: 0.75;
  }

  .home-products__inner {
    width: calc(100% - 24px);
  }

  .home-products__title {
    font-size: 30px;
    line-height: 1.25;
  }

  .home-products__description {
    font-size: 15px;
  }

  .home-products__details {
    margin-top: 40px;
  }

  .home-products__items-intro {
    font-size: 17px;
  }

  .home-products__items-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-products__item-card {
    height: 152px;
    padding: 24px 14px;
  }

  .home-products__item-text {
    font-size: 15px;
  }

  .home-contact {
    padding: 44px 0 56px;
  }

  .home-contact__inner {
    width: calc(100% - 24px);
    row-gap: 22px;
  }

  .home-contact__headline {
    gap: 14px;
  }

  .home-contact__title {
    font-size: 40px;
    line-height: 1.2;
  }

  .home-contact__description {
    font-size: 15px;
  }

  .home-contact__details {
    margin-top: 28px;
    gap: 14px;
  }

  .home-contact__detail-text {
    font-size: 15px;
  }

  .home-contact__media {
    height: 300px;
  }
}