.site-about-v3 {
  overflow: hidden;
  background: var(--white);
}

.about-hero-shell {
  position: relative;
  min-height: 720px;
  margin-bottom: 320px;
  overflow: visible;
  background-color: var(--white);
  background-image: url("../img/banner-hero-quem-somos.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  color: var(--white);
}

.about-hero {
  position: relative;
  z-index: 1;
  padding-top: 170px;
  padding-bottom: 0;
}

.about-hero__inner {
  width: var(--content-w);
  max-width: calc(100vw - 32px);
  margin: 0 auto;
}

.about-hero__content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.about-hero__content h1 {
  margin: 0;
  color: var(--white);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
}

.about-hero__content h1 span {
  color: var(--orange);
}

.about-hero__content p {
  max-width: 540px;
  margin: 26px auto 0;
  color: var(--white);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
}

.about-hero__video {
  position: relative;
  z-index: 2;
  width: var(--content-w);
  max-width: calc(100vw - 32px);
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 32px auto -250px;
  overflow: hidden;
  border-radius: 7px;
  background: #000000;
}

.about-hero__video iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.about-company-section {
  position: relative;
  padding: 0 0 92px;
  background: var(--white);
}

.about-company-section__inner {
  width: var(--content-w);
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 470px) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.about-company-section__content h2 {
  margin: 0;
  color: var(--black);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.about-company-section__content h2 span {
  color: var(--orange);
}

.about-company-section__text {
  margin-top: 30px;
}

.about-company-section__text p {
  margin: 0;
  color: var(--black);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.about-company-section__text p + p {
  margin-top: 24px;
}

.about-company-section__media {
  position: relative;
  min-width: 0;
  padding-bottom: 30px;
  margin-top: 105px;
}

.about-company-section__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 7px;
}

.about-company-section__track {
  display: flex;
  width: 100%;
  transition: transform 0.42s ease;
  will-change: transform;
}

.about-company-section__slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.about-company-section__placeholder {
  width: 100%;
  min-height: 430px;
  border-radius: 7px;
  background: #d9d9d9;
}

.about-company-section__placeholder--one {
  background: #d9d9d9;
}

.about-company-section__placeholder--two {
  background: #c6c6c6;
}

.about-company-section__placeholder--three {
  background: #b3b3b3;
}

.about-company-section__placeholder--four {
  background: #9f9f9f;
}

.about-company-section__dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}

.about-company-section__dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d9d9d9;
  cursor: pointer;
}

.about-company-section__dots button.is-active {
  background: var(--orange);
}


/* ==========================================================
   SOBRE A IW8 V2
   ========================================================== */
.about-company-section-v2 {
  position: relative;
  padding: 0 0 96px;
  background: var(--white);
  color: var(--black);
}

.about-company-section-v2__inner {
  width: var(--content-w);
  max-width: calc(100vw - 32px);
  margin: 0 auto;
}

.about-company-section-v2__row {
  display: grid;
  grid-template-columns: minmax(0, 470px) minmax(0, 620px);
  gap: 86px;
  align-items: center;
}

.about-company-section-v2__row--bottom {
  margin-top: 92px;
  grid-template-columns: minmax(0, 620px) minmax(0, 470px);
  gap: 92px;
}

.about-company-section-v2__content {
  min-width: 0;
}

.about-company-section-v2__content--right {
  max-width: 470px;
  justify-self: end;
  text-align: left;
}

.about-company-section-v2 h2 {
  margin: 0;
  color: var(--black);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.about-company-section-v2 h2 span {
  color: var(--orange);
}

.about-company-section-v2__text {
  margin-top: 30px;
}

.about-company-section-v2__content--right .about-company-section-v2__text {
  margin-top: 0;
}

.about-company-section-v2__text p {
  margin: 0;
  color: var(--black);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.about-company-section-v2__text p + p {
  margin-top: 24px;
}

.about-company-section-v2__media {
  min-width: 0;
  margin: 0;
}

.about-company-section-v2__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 7px;
}

@media (max-width: 1024px) {
  .about-company-section-v2 {
    padding: 40px 0 84px;
  }

  .about-company-section-v2__row,
  .about-company-section-v2__row--bottom {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .about-company-section-v2__row--bottom {
    margin-top: 64px;
  }

  .about-company-section-v2__content {
    max-width: 720px;
    margin: 0 auto;
  }

  .about-company-section-v2__content--right {
    max-width: 720px;
    justify-self: center;
    text-align: left;
  }

  .about-company-section-v2__media {
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .about-company-section-v2__row--bottom .about-company-section-v2__media {
    order: 2;
  }

  .about-company-section-v2__row--bottom .about-company-section-v2__content {
    order: 1;
  }

  .about-company-section-v2 h2 {
    font-size: 38px;
  }

  .about-company-section-v2__text p {
    font-size: 15px;
    line-height: 1.24;
  }
}

@media (max-width: 640px) {
  .about-company-section-v2 {
    padding: 36px 0 66px;
  }

  .about-company-section-v2__inner {
    max-width: calc(100vw - 28px);
  }

  .about-company-section-v2__row,
  .about-company-section-v2__row--bottom {
    gap: 28px;
  }

  .about-company-section-v2__row--bottom {
    margin-top: 52px;
  }

  .about-company-section-v2 h2 {
    font-size: 34px;
    line-height: 1.05;
    text-align: center;
  }

  .about-company-section-v2__text {
    margin-top: 24px;
  }

  .about-company-section-v2__content--right .about-company-section-v2__text {
    margin-top: 0;
  }

  .about-company-section-v2__text p {
    font-size: 15px;
    line-height: 1.28;
  }

  .about-company-section-v2__text p + p {
    margin-top: 20px;
  }

  .about-company-section-v2__image {
    border-radius: 6px;
  }
}

.about-timeline-section {
  position: relative;
  overflow: hidden;
  padding: 58px 0 54px;
  background: #1f2624;
  color: var(--white);
}

.about-timeline-section__inner {
  width: var(--content-w);
  max-width: calc(100vw - 32px);
  margin: 0 auto 28px;
}

.about-timeline-section__inner h2 {
  margin: 0;
  color: var(--white);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.about-timeline-section__inner h2 span {
  color: var(--orange);
}

.about-timeline-section__viewport {
  width: 100%;
  overflow: hidden;
  cursor: grab;
}

.about-timeline-section__viewport.is-dragging {
  cursor: grabbing;
}

.about-timeline-section__track {
  display: flex;
  gap: 56px;
  padding-left: max(32px, calc((100vw - var(--content-w)) / 2));
  padding-right: max(32px, calc((100vw - var(--content-w)) / 2));
  transition: transform 0.45s ease;
  will-change: transform;
  touch-action: pan-y;
}

.about-timeline-card {
  position: relative;
  flex: 0 0 min(82vw, 960px);
  min-height: 380px;
  overflow: hidden;
  border-radius: 7px;
  background: #141817;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  user-select: none;
}

.about-timeline-card__image {
  position: absolute;
  inset: 0;
  background-image: url("../img/marcos-historia-placeholder.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-timeline-card__image--media {
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 55%;
  padding: 28px 118px 28px 24px;
  background-color: #ece9e3;
  background-origin: content-box;
  background-position: center;
  background-size: 90% auto;
}

.about-timeline-card__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 57%;
  display: flex;
  align-items: center;
  padding: 0 52px 0 120px;
  background: linear-gradient(58deg, #000000 0%, #0f0400 16%, #3b1300 34%, #8f3400 64%, #f75c00 100%);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 580 380' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0 380 L108 8 C106 4 103 1 100 0 H580 V380 Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 580 380' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0 380 L108 8 C106 4 103 1 100 0 H580 V380 Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}


.about-timeline-card__panel-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 430px;
}

.about-timeline-card__year {
  display: block;
  margin-bottom: 22px;
  color: var(--orange);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.about-timeline-card__panel h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.about-timeline-card__panel p {
  max-width: 390px;
  margin: 0;
  color: var(--white);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.about-timeline-nav-shell {
  width: var(--content-w);
  max-width: calc(100vw - 32px);
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 16px;
  align-items: start;
}

.about-timeline-nav {
  position: relative;
  min-width: 0;
  display: flex;
  justify-content: space-between;
  gap: 22px;
}

.about-timeline-nav.is-short {
  justify-content: center;
  gap: clamp(54px, 9vw, 130px);
}

.about-timeline-nav::before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: 7px;
  height: 2px;
  background: rgba(255, 255, 255, 0.55);
}

.about-timeline-nav__item {
  position: relative;
  z-index: 1;
  display: none;
  min-width: 70px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  text-align: center;
}

.about-timeline-nav__item.is-visible {
  display: block;
}

.about-timeline-nav__item span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: #bfbfbf;
}

.about-timeline-nav__item strong {
  display: block;
  color: var(--white);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.about-timeline-nav__item.is-active span {
  background: var(--orange);
}

.about-timeline-nav-control {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--white);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 37px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  opacity: 0.85;
}

.about-timeline-nav-control:hover,
.about-timeline-nav-control:focus-visible {
  color: var(--orange);
  opacity: 1;
}

@media (max-width: 1024px) {
  .about-hero-shell {
    min-height: 650px;
    margin-bottom: 270px;
    background-position: center top;
    background-size: 118% auto;
  }

  .about-hero {
    padding-top: 145px;
  }

  .about-hero__content {
    max-width: 600px;
  }

  .about-hero__content h1 {
    font-size: 32px;
    line-height: 1.16;
  }

  .about-hero__content p {
    max-width: 540px;
    margin-top: 16px;
    font-size: 16px;
  }

  .about-hero__video {
    width: var(--content-w);
    max-width: calc(100vw - 32px);
    height: auto;
    margin-top: 32px;
    margin-bottom: -220px;
  }

  .about-company-section {
    padding: 40px 0 82px;
  }

  .about-company-section__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }

  .about-company-section__content {
    max-width: 720px;
    margin: 0 auto;
  }

  .about-company-section__content h2 {
    font-size: 38px;
  }

  .about-company-section__text p {
    font-size: 15px;
    line-height: 1.24;
  }

  .about-company-section__placeholder {
    min-height: 360px;
  }

  .about-timeline-section {
    padding: 52px 0 52px;
  }

  .about-timeline-section__inner {
    margin-bottom: 26px;
  }

  .about-timeline-section__inner h2 {
    font-size: 36px;
  }

  .about-timeline-section__track {
    gap: 34px;
  }

  .about-timeline-card {
    flex-basis: min(90vw, 820px);
    min-height: 390px;
  }

  .about-timeline-card__image--media {
    width: 56%;
    padding: 24px 112px 24px 20px;
    background-size: 90% auto;
  }

  .about-timeline-card__panel {
    width: 58%;
    padding: 0 34px 0 108px;
  }

  .about-timeline-card__year {
    font-size: 36px;
    margin-bottom: 18px;
  }

  .about-timeline-card__panel h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .about-timeline-nav-shell {
    margin-top: 38px;
  }

  .about-timeline-nav__item strong {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .about-hero-shell {
    min-height: auto;
    margin-bottom: 0;
    background-position: center top;
    background-size: 155% auto;
  }

  .about-hero {
    padding-top: 122px;
  }

  .about-hero__inner {
    max-width: calc(100vw - 28px);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-hero__content {
    display: contents;
  }

  .about-hero__content h1 {
    order: 1;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 28px;
    line-height: 1.14;
    letter-spacing: -0.03em;
  }

  .about-hero__video {
    order: 2;
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    height: auto;
    margin: 38px auto -24px;
    border-radius: 6px;
  }

  .about-hero__content p {
    order: 3;
    max-width: 320px;
    margin: 58px auto 0;
    color: var(--black);
    font-size: 15px;
    line-height: 1.28;
    background: var(--white);
    box-shadow: 0 0 0 18px var(--white);
  }

  .about-company-section {
    padding: 36px 0 64px;
  }

  .about-company-section__inner {
    max-width: calc(100vw - 28px);
    gap: 32px;
  }

  .about-company-section__media {
    margin-top: 0;
  }

  .about-company-section__content h2 {
    font-size: 34px;
    line-height: 1.05;
    text-align: center;
  }

  .about-company-section__text {
    margin-top: 24px;
  }

  .about-company-section__text p {
    font-size: 15px;
    line-height: 1.28;
  }

  .about-company-section__text p + p {
    margin-top: 20px;
  }

  .about-company-section__placeholder {
    min-height: 260px;
  }

  .about-company-section__dots button {
    width: 10px;
    height: 10px;
  }

  .about-timeline-section {
    padding: 44px 0 50px;
  }

  .about-timeline-section__inner {
    max-width: calc(100vw - 28px);
    margin-bottom: 24px;
  }

  .about-timeline-section__inner h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .about-timeline-section__track {
    gap: 18px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .about-timeline-card {
    flex-basis: calc(100vw - 28px);
    min-height: 0;
  }

  .about-timeline-card__image {
    position: relative;
    height: 250px;
  }

  .about-timeline-card__image--media {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 20px;
    background-origin: content-box;
    background-size: 90% auto;
  }

  .about-timeline-card__panel {
    position: relative;
    width: 100%;
    min-height: 232px;
    margin-top: 0;
    padding: 44px 24px 30px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .about-timeline-card__panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #b83f00 0%, #f75c00 52%, #ff8a42 100%);
    pointer-events: none;
  }

  .about-timeline-card__year {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .about-timeline-card__panel h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .about-timeline-card__panel p {
    font-size: 15px;
    line-height: 1.28;
  }

  .about-timeline-nav-shell {
    margin-top: 34px;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    max-width: calc(100vw - 28px);
  }

  .about-timeline-nav {
    min-width: 0;
    justify-content: center;
    gap: clamp(22px, 8vw, 42px);
  }

  .about-timeline-nav.is-short {
    justify-content: center;
    gap: clamp(28px, 10vw, 48px);
  }

  .about-timeline-nav-control {
    display: none;
  }

  .about-timeline-nav__item {
    min-width: 48px;
  }

  .about-timeline-nav__item strong {
    font-size: 18px;
  }

  .about-timeline-nav__item span {
    width: 12px;
    height: 12px;
    margin-bottom: 12px;
  }
}

/* ==========================================================
   VALORES NO DIA A DIA
   ========================================================== */
.about-values-section {
  position: relative;
  z-index: 2;
  overflow: visible;
  margin-top: 20px;
  padding: 52px 0 60px;
  background: var(--white);
  color: var(--black);
}

.about-values-section::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -226px;
  z-index: 0;
  width: 650px;
  height: 488px;
  background: url("../img/formas-valores.png") no-repeat right bottom / contain;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 64%, rgba(0, 0, 0, 0.62) 78%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 64%, rgba(0, 0, 0, 0.62) 78%, transparent 100%);
}

.about-values-section__inner {
  position: relative;
  z-index: 3;
  width: var(--content-w);
  max-width: calc(100vw - 32px);
  margin: 0 auto;
}

.about-values-section__header {
  max-width: 720px;
  margin: 0 auto 26px;
  text-align: center;
}

.about-values-section__header h2 {
  margin: 0;
  color: var(--black);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.about-values-section__header p {
  max-width: none;
  margin: 18px auto 0;
  white-space: nowrap;
  color: var(--black);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.about-values-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 56px;
}

.about-values-card {
  position: relative;
  min-height: 166px;
  overflow: hidden;
  border-radius: 7px;
  padding: 54px 18px 20px;
  background: var(--orange);
  color: var(--white);
  text-align: center;
}







.about-values-card__icon {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 1;
  width: 42px;
  height: 42px;
  object-fit: contain;
  transform: translateX(-50%);
}

.about-values-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--white);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.about-values-card p {
  position: relative;
  z-index: 1;
  max-width: 280px;
  margin: 14px auto 0;
  color: var(--white);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

@media (max-width: 1024px) {
  .about-values-section {
    margin-top: 20px;
    padding: 50px 0 58px;
  }

  .about-values-section__header {
    margin-bottom: 24px;
  }

  .about-values-section__header h2 {
    font-size: 32px;
  }

  .about-values-section__header p {
    margin-top: 14px;
    font-size: 14px;
    white-space: normal;
  }

  .about-values-section__grid {
    gap: 20px;
  }

  .about-values-card {
    min-height: 162px;
    padding: 52px 16px 20px;
  }

  .about-values-card h3 {
    font-size: 21px;
  }

  .about-values-card p {
    margin-top: 12px;
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  .about-values-section {
    margin-top: 20px;
    padding: 44px 0 56px;
  }

  .about-values-section::after {
    right: -96px;
    bottom: -118px;
    width: 360px;
    height: 270px;
  }

  .about-values-section__inner {
    max-width: calc(100vw - 28px);
  }

  .about-values-section__header {
    margin-bottom: 24px;
  }

  .about-values-section__header h2 {
    font-size: 28px;
    line-height: 1.1;
  }

  .about-values-section__header p {
    max-width: 340px;
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.22;
    white-space: normal;
  }

  .about-values-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .about-values-card {
    min-height: 168px;
    padding: 54px 14px 20px;
  }

  .about-values-card__icon {
    top: 10px;
    width: 44px;
    height: 44px;
  }

  .about-values-card h3 {
    font-size: 20px;
    line-height: 1.08;
  }

  .about-values-card p {
    max-width: 230px;
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.16;
  }
}

@media (max-width: 420px) {
  .about-values-section::after {
    right: -110px;
    bottom: -92px;
    width: 300px;
    height: 225px;
  }

  .about-values-section__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-values-card {
    min-height: 178px;
  }
}

/* ==========================================================
   SEGMENTOS ATENDIDOS
   ========================================================== */
.about-segments-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 104px 0 118px;
  background: #676868;
  color: var(--white);
}

.about-segments-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 650px;
  height: 488px;
  display: block;
  background: url("../img/formas-valores_bottom.png") no-repeat left bottom / contain;
  pointer-events: none;
}

.about-segments-section__inner {
  position: relative;
  z-index: 2;
  width: min(1090px, calc(100vw - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
}

.about-segments-section__header {
  min-height: 166px;
  display: flex;
  align-items: center;
}

.about-segments-section h2 {
  margin: 0;
  color: var(--white);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.about-segments-card {
  position: relative;
  min-height: 166px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 7px;
  background: var(--orange);
  color: var(--white);
  text-align: center;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.about-segments-card:hover,
.about-segments-card:focus-visible {
  background: var(--orange-hover);
  color: var(--white);
  outline: none;
}

.about-segments-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: inherit;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-transform: none;
}

@media (max-width: 1024px) {
  .about-segments-section {
    padding: 78px 0 92px;
  }

  .about-segments-section__inner {
    width: min(760px, calc(100vw - 32px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .about-segments-section__header {
    min-height: 0;
    grid-column: 1 / -1;
    justify-content: center;
    margin-bottom: 12px;
    text-align: center;
  }

  .about-segments-section h2 {
    font-size: 34px;
    line-height: 1.14;
  }

  .about-segments-card {
    min-height: 132px;
  }

  .about-segments-card:nth-of-type(5) {
    width: calc((100% - 18px) / 2);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .about-segments-card h3 {
    font-size: 23px;
  }
}

@media (max-width: 640px) {
  .about-segments-section {
    padding: 62px 0 74px;
  }

  .about-segments-section::after {
    left: 0;
    bottom: 0;
    width: 360px;
    height: 270px;
    opacity: 1;
  }

  .about-segments-section__inner {
    width: calc(100vw - 28px);
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .about-segments-section__header {
    margin-bottom: 10px;
    justify-content: flex-start;
    text-align: left;
  }

  .about-segments-section h2 {
    font-size: 30px;
    line-height: 1.16;
  }

  .about-segments-card,
  .about-segments-card:nth-of-type(5) {
    width: 100%;
    min-height: 104px;
    grid-column: auto;
    padding: 20px 18px;
  }

  .about-segments-card h3 {
    font-size: 22px;
  }
}

/* ==========================================================
   SÓCIO FUNDADOR
   ========================================================== */
.about-founder-section {
  position: relative;
  min-height: max(720px, calc(100svh - 86px));
  overflow: hidden;
  padding: 82px 0 34px;
  display: flex;
  align-items: center;
  background: #f4f4f4;
  color: var(--black);
}

.about-founder-section__inner {
  width: min(1120px, calc(100vw - 72px));
  max-width: none;
  margin: 0 auto;
}

.about-founder-section__viewport {
  width: 100%;
  overflow: visible;
}

.about-founder-section__track {
  width: 100%;
}

.about-founder-slide {
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(360px, 500px);
  gap: clamp(44px, 5vw, 72px);
  align-items: center;
}

.about-founder-slide[hidden] {
  display: none !important;
}

.about-founder-section__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1600 / 1280;
  margin: 0;
  overflow: visible;
  text-align: left;
  background-image: url("../img/socio-fundador-fundo.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.about-founder-section__image {
  position: absolute;
  right: -6%;
  bottom: -5%;
  z-index: 2;
  display: block;
  width: auto;
  max-width: none;
  height: 116%;
  margin: 0;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}





.about-founder-section__content {
  max-width: 500px;
}

.about-founder-section__eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.about-founder-section__content h2 {
  margin: 0;
  color: var(--black);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.about-founder-section__content h2 span {
  display: block;
  color: var(--orange);
}

.about-founder-section__text {
  margin-top: 22px;
}

.about-founder-section__text p {
  margin: 0;
  color: var(--black);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: -0.02em;
}

.about-founder-section__quote {
  max-width: 500px;
}

.about-founder-section__author {
  margin-top: 18px !important;
}

.about-founder-section__author strong {
  font-weight: 900;
}

.about-founder-section__people-nav {
  width: min(500px, 100%);
  margin: 18px 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}

.about-founder-person {
  width: 54px;
  height: 54px;
  padding: 0;
  border: 3px solid transparent;
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}


.about-founder-section__autoplay-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 6px;
}

.about-founder-control {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--black);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.about-founder-control:hover,
.about-founder-control:focus-visible {
  border-color: var(--orange);
  color: var(--orange);
  outline: none;
  transform: translateY(-2px);
}

.about-founder-control.is-active {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(247, 92, 0, 0.22);
}

.about-founder-control--play span {
  transform: translateX(1px);
}

.about-founder-control--pause span {
  transform: translateY(-1px);
}

.about-founder-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.about-founder-person:hover,
.about-founder-person:focus-visible {
  border-color: var(--orange);
  outline: none;
  transform: translateY(-2px);
}

.about-founder-person.is-active {
  border-color: var(--orange);
  box-shadow: 0 14px 30px rgba(247, 92, 0, 0.24);
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .about-founder-section {
    min-height: auto;
    padding: 92px 0 62px;
  }

  .about-founder-section__inner {
    width: var(--content-w);
    max-width: calc(100vw - 32px);
  }

  .about-founder-slide {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .about-founder-section__visual {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  .about-founder-section__image {
    height: 112%;
  }

  .about-founder-section__content {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
  }

  .about-founder-section__content h2 {
    font-size: 32px;
  }

  .about-founder-section__text {
    margin-top: 22px;
    text-align: left;
  }

  .about-founder-section__people-nav {
    width: min(680px, 100%);
    margin: 28px auto 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .about-founder-section__autoplay-controls {
    margin-left: 4px;
  }

  .about-founder-control {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 640px) {
  .about-founder-section {
    padding: 74px 0 52px;
  }

  .about-founder-section__inner {
    max-width: calc(100vw - 28px);
  }

  .about-founder-slide {
    gap: 22px;
  }

  .about-founder-section__visual {
    width: min(100%, 430px);
  }

  .about-founder-section__image {
    right: -7%;
    bottom: -4%;
    height: 112%;
  }

  .about-founder-section__content {
    max-width: 100%;
    text-align: left;
  }

  .about-founder-section__eyebrow {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .about-founder-section__content h2 {
    font-size: 27px;
    line-height: 1.08;
  }

  .about-founder-section__text {
    margin-top: 18px;
  }

  .about-founder-section__text p {
    font-size: 14px;
    line-height: 1.24;
  }

  .about-founder-section__author {
    margin-top: 14px !important;
  }

  .about-founder-section__people-nav {
    width: 100%;
    max-width: calc(100vw - 28px);
    margin: 22px auto 0;
    justify-content: flex-start;
    gap: 12px;
  }

  .about-founder-person {
    width: 52px;
    height: 52px;
    border-width: 2px;
  }

  .about-founder-section__autoplay-controls {
    gap: 8px;
    margin-left: 2px;
  }

  .about-founder-control {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
}

/* ==========================================================
   UNIDADES EM BRUSQUE
   ========================================================== */
.about-units-section {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 86px);
  padding: 16px 0 80px;
  background: #f4f4f4;
  color: var(--black);
}

.about-units-section__inner {
  width: min(910px, calc(100vw - 32px));
  margin: 0 auto;
}

.about-units-section h2 {
  margin: 0 0 30px;
  color: var(--black);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.about-units-section__maps {
  min-height: 294px;
}

.about-units-section__map-panel[hidden],
.about-units-card[hidden] {
  display: none !important;
}

.about-units-section__map-panel h3 {
  margin: 0 0 18px;
  color: var(--black);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.about-units-section__map {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 7px;
  background: #d9d9d9;
}

.about-units-section__map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: saturate(0.78) contrast(0.96) brightness(1.06);
}

.about-units-section__cards {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.about-units-card {
  min-height: 194px;
  padding: 28px 24px 22px;
  display: flex;
  flex-direction: column;
  border-radius: 7px;
  color: var(--white);
  background: #686b69;
}

.about-units-card--black {
  background: #020405;
}

.about-units-card h3 {
  margin: 0;
  color: var(--white);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.about-units-card p {
  margin: 24px 0 18px;
  color: var(--white);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.about-units-card__button {
  width: 182px;
  height: 46px;
  margin-top: auto;
  padding: 0 18px;
  border: 0;
  border-radius: 7px;
  background: var(--orange);
  color: var(--white);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.about-units-card__button:hover,
.about-units-card__button:focus-visible {
  background: #d94b00;
  color: var(--white);
  outline: none;
}

@media (max-width: 1024px) {
  .about-units-section {
    min-height: auto;
    padding: 22px 0 76px;
  }

  .about-units-section__inner {
    width: min(820px, calc(100vw - 32px));
  }

  .about-units-section h2 {
    margin-bottom: 28px;
    font-size: 34px;
  }

  .about-units-section__map {
    height: 246px;
  }

  .about-units-section__cards {
    gap: 12px;
  }

  .about-units-card {
    min-height: 188px;
    padding: 26px 20px 20px;
  }

  .about-units-card h3 {
    font-size: 22px;
  }

  .about-units-card__button {
    width: 172px;
    height: 44px;
  }
}

@media (max-width: 640px) {
  .about-units-section {
    padding: 22px 0 68px;
  }

  .about-units-section__inner {
    width: calc(100vw - 28px);
  }

  .about-units-section h2 {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.14;
  }

  .about-units-section__maps {
    min-height: 282px;
  }

  .about-units-section__map-panel h3 {
    margin-bottom: 14px;
    font-size: 21px;
  }

  .about-units-section__map {
    height: 238px;
  }

  .about-units-section__cards {
    margin-top: 22px;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .about-units-card {
    min-height: 172px;
    padding: 24px 20px 20px;
  }

  .about-units-card h3 {
    font-size: 21px;
  }

  .about-units-card p {
    margin-top: 16px;
    font-size: 13px;
  }

  .about-units-card__button {
    width: 166px;
    height: 44px;
    font-size: 12px;
  }
}

/* ==========================================================
   TRABALHE CONOSCO
   ========================================================== */
.about-work-section {
  position: relative;
  overflow: hidden;
  min-height: 536px;
  padding: 0;
  background-color: #1f2624;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(31, 38, 36, 0.18) 44%, rgba(31, 38, 36, 0.92) 70%, #1f2624 100%), url("../img/fundo-trabalhe-iw8.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: var(--white);
}

.about-work-section__inner {
  position: relative;
  z-index: 1;
  width: var(--content-w);
  max-width: calc(100vw - 32px);
  min-height: 536px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 86px;
  align-items: center;
}

.about-work-section__eyebrow {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.about-work-section__headline h2 {
  margin: 0;
  color: var(--white);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.about-work-section__content {
  max-width: 420px;
}

.about-work-section__content p {
  margin: 0;
  color: var(--white);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.about-work-section__button {
  min-width: 182px;
  min-height: 54px;
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--orange);
  color: var(--white);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}

.about-work-section__button:hover,
.about-work-section__button:focus-visible {
  background: #d94b00;
  color: var(--white);
  outline: none;
}

@media (max-width: 1024px) {
  .about-work-section {
    min-height: 460px;
    padding: 0;
    background-position: center center;
  }

  .about-work-section__inner {
    min-height: 460px;
  }

  .about-work-section__inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: 48px;
  }

  .about-work-section__headline h2 {
    font-size: 36px;
  }

  .about-work-section__content p {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .about-work-section {
    min-height: 430px;
    padding: 0;
    background-image: linear-gradient(90deg, rgba(31, 38, 36, 0.44) 0%, rgba(31, 38, 36, 0.78) 54%, #1f2624 100%), url("../img/fundo-trabalhe-iw8.webp");
    background-position: 34% center;
  }

  .about-work-section__inner {
    min-height: 430px;
  }

  .about-work-section__inner {
    max-width: calc(100vw - 28px);
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .about-work-section__eyebrow {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .about-work-section__headline h2 {
    font-size: 30px;
    line-height: 1.18;
  }

  .about-work-section__content {
    max-width: 100%;
  }

  .about-work-section__content p {
    max-width: 360px;
    font-size: 14px;
    line-height: 1.24;
  }

  .about-work-section__button {
    min-width: 166px;
    min-height: 50px;
    margin-top: 22px;
    font-size: 13px;
  }
}

/* ==========================================================
   CTA PRODUTOS
   ========================================================== */
.about-products-cta-section {
  position: relative;
  padding: 92px 0 112px;
  background: #f4f4f4;
  color: var(--black);
}

.about-products-cta-section__card {
  width: min(940px, calc(100vw - 32px));
  min-height: 284px;
  margin: 0 auto;
  padding: 58px 48px 56px;
  display: grid;
  grid-template-columns: minmax(0, 430px) minmax(0, 350px);
  justify-content: space-between;
  gap: 36px;
  align-items: end;
  border-radius: 7px;
  background: #d9d9d9;
}

.about-products-cta-section__content {
  max-width: 430px;
}

.about-products-cta-section h2 {
  max-width: 430px;
  margin: 0;
  color: #1f2624;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.about-products-cta-section p {
  max-width: 390px;
  margin: 42px 0 0;
  color: var(--black);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.about-products-cta-section__button {
  width: 350px;
  min-height: 56px;
  padding: 0 22px;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  border-radius: 7px;
  background: var(--orange);
  color: var(--white);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}

.about-products-cta-section__button:hover,
.about-products-cta-section__button:focus-visible {
  background: #d94b00;
  color: var(--white);
  outline: none;
}

.about-products-cta-section__arrow {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 1024px) {
  .about-products-cta-section {
    padding: 78px 0 94px;
  }

  .about-products-cta-section__card {
    min-height: 260px;
    padding: 46px 38px;
    grid-template-columns: minmax(0, 390px) minmax(0, 330px);
    justify-content: space-between;
    gap: 30px;
  }

  .about-products-cta-section h2 {
    max-width: 390px;
    font-size: 31px;
  }

  .about-products-cta-section p {
    margin-top: 32px;
    font-size: 13px;
  }

  .about-products-cta-section__button {
    width: min(100%, 330px);
    min-height: 54px;
    gap: 18px;
    font-size: 12px;
  }

  .about-products-cta-section__arrow {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .about-products-cta-section {
    padding: 58px 0 72px;
  }

  .about-products-cta-section__card {
    width: calc(100vw - 28px);
    min-height: auto;
    padding: 34px 24px;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .about-products-cta-section h2 {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.14;
  }

  .about-products-cta-section p {
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.22;
  }

  .about-products-cta-section__button {
    width: 100%;
    min-height: 52px;
    gap: 16px;
    font-size: 12px;
    justify-self: stretch;
  }

  .about-products-cta-section__arrow {
    font-size: 28px;
  }
}