/* ==================================================
   PÁGINA SOBRE NÓS
================================================== */

.arkos-about-page {
  background: #ffffff;
  color: #1b1b1b;
}

.arkos-about__container,
.arkos-purpose__container,
.arkos-values__container {
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
}

/* ==================================================
   SOBRE NÓS
================================================== */

.arkos-about {
  padding: 90px 0 0px;
}

.arkos-about__container {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
}

.arkos-about__image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: #f2f2f2;
}

.arkos-about__image-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  width: 130px;
  height: 130px;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  pointer-events: none;
}

.arkos-about__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.arkos-about__image-wrapper:hover .arkos-about__image {
  transform: scale(1.025);
}

.arkos-about__content {
  max-width: 540px;
}

.arkos-about__eyebrow,
.arkos-purpose__eyebrow,
.arkos-values__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #787878;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.arkos-about__content h1 {
  margin: 0 0 32px;
  color: #181818;
  font-size: clamp(42px, 5vw, 50px);
  font-weight: 600;
  line-height: 1.02;
}

.arkos-about__content p {
  margin: 0 0 20px;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.arkos-about__content p:first-of-type {
  color: #353535;
  font-size: 19px;
  line-height: 1.65;
}

/* ==================================================
   MISSÃO E VISÃO
================================================== */

.arkos-purpose {
  padding: 110px 0;
  background: #f1f0ec;
  color: #242424;
}

.arkos-purpose__header {
  display: grid;
  grid-template-columns: 200px minmax(0, 700px);
  align-items: start;
  margin-bottom: 72px;
}

.arkos-purpose__eyebrow {
  margin: 13px 0 0;
  color: #89877f;
}

.arkos-purpose__header h2 {
  margin: 0;
  max-width: 700px;
  color: #222222;
  font-size: clamp(38px, 4.5vw, 66px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -2.5px;
}

.arkos-purpose__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #cbc9c2;
}
.arkos-purpose__card {
  position: relative;
  padding: 48px 60px 30px 0;
}

.arkos-purpose__card + .arkos-purpose__card {
  padding-left: 60px;
  border-left: 1px solid #cbc9c2;
}

.arkos-purpose__number {
  display: block;
  margin-bottom: 65px;
  color: #a19f97;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.arkos-purpose__card h3 {
  margin: 0 0 28px;
  color: #222222;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.5px;
}

.arkos-purpose__card p {
  margin: 0 0 18px;
  max-width: 510px;
  color: #74726c;
  font-size: 16px;
  line-height: 1.8;
}

.arkos-purpose__card p:first-of-type {
  color: #3e3d39;
  font-size: 18px;
}

/* ==================================================
   VALORES
================================================== */

.arkos-values {
  padding: 120px 0;
  background: #f4f3f0;
}

.arkos-values__header {
  display: grid;
  grid-template-columns: 200px minmax(0, 660px) minmax(240px, 340px);
  align-items: start;
  gap: 36px;
  margin-bottom: 75px;
}

.arkos-values__eyebrow {
  margin-top: 12px;
}

.arkos-values__header h2 {
  margin: 0;
  color: #1b1b1b;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -2.3px;
}

.arkos-values__header > p {
  margin: 10px 0 0;
  color: #757575;
  font-size: 15px;
  line-height: 1.75;
}

.arkos-values__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #cfcfca;
}

.arkos-values__card {
  position: relative;
  min-height: 340px;
  padding: 42px 55px 50px 0;
  border-bottom: 1px solid #cfcfca;
}

.arkos-values__card:nth-child(even) {
  padding-left: 55px;
  border-left: 1px solid #cfcfca;
}

.arkos-values__index {
  display: block;
  margin-bottom: 70px;
  color: #999994;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.arkos-values__card h3 {
  margin: 0 0 22px;
  color: #1b1b1b;
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.2px;
}

.arkos-values__card p {
  margin: 0;
  max-width: 520px;
  color: #6d6d6a;
  font-size: 15px;
  line-height: 1.8;
}

.arkos-values__card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 100px 280px minmax(0, 580px);
  align-items: start;
  min-height: auto;
  padding: 55px 0;
}

.arkos-values__card--featured .arkos-values__index {
  margin: 8px 0 0;
}

.arkos-values__card--featured h3 {
  margin: 0;
}

.arkos-values__card--featured p {
  max-width: 580px;
}

/* ==========================================================
   NOSSA HISTÓRIA
========================================================== */

.arkos-history {
    position: relative;
    padding: 120px 0;
    background: #ffffff;
    overflow: hidden;
}

.arkos-history__container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.arkos-history__header {
    max-width: 820px;
    margin-bottom: 48px;
}

.arkos-history__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: #8d8679;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.arkos-history__header h2 {
    max-width: 900px;
    margin: 0;
    color: #1a1a1a;
    font-size: clamp(42px, 5vw, 50px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -2px;
}

.arkos-history__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 64px;
    max-width: 1100px;
    margin-left: auto;
}

.arkos-history__content p {
    margin: 0;
    color: #777d7a;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
}

.arkos-history__content strong {
    color: #252525;
    font-weight: 700;
}

/* ==================================================
   RESPONSIVO
================================================== */

@media (max-width: 1024px) {
  .arkos-about__container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .arkos-about__image-wrapper,
  .arkos-about__image {
    min-height: 480px;
    height: 480px;
  }

  .arkos-purpose__header,
  .arkos-values__header {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 48px;
  }

  .arkos-purpose__eyebrow,
  .arkos-values__eyebrow {
    margin-top: 0;
  }

  .arkos-values__header > p {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .arkos-about__container,
  .arkos-purpose__container,
  .arkos-values__container,
  .arkos-history__container {
    width: calc(100% - 32px);
  }

  .arkos-about {
    padding: 99px 0 48px;
  }

  .arkos-about__container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .arkos-about__image-wrapper,
  .arkos-about__image {
    width: 100%;
    min-height: 0;
    height: auto;
  }

  .arkos-about__image-wrapper {
    border-radius: 18px;
  }

  .arkos-about__image-wrapper::before {
    right: 14px;
    bottom: 14px;
    width: 72px;
    height: 72px;
  }

  .arkos-about__content {
    max-width: none;
  }

  .arkos-about__eyebrow,
  .arkos-purpose__eyebrow,
  .arkos-values__eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 2.2px;
  }

  .arkos-about__content h1 {
    margin-bottom: 18px;
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.06;
    letter-spacing: -1.4px;
  }

  .arkos-about__content p {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.65;
  }

  .arkos-about__content p:first-of-type {
    font-size: 16px;
    line-height: 1.6;
  }

  .arkos-about__content p:last-child,
  .arkos-purpose__card p:last-child {
    margin-bottom: 0;
  }

  .arkos-history,
  .arkos-purpose,
  .arkos-values {
    padding: 20px 0;
  }

  .arkos-history__header,
  .arkos-purpose__header,
  .arkos-values__header {
    margin-bottom: 28px;
  }

  .arkos-history__header h2,
  .arkos-purpose__header h2,
  .arkos-values__header h2 {
    font-size: clamp(32px, 9vw, 38px);
    line-height: 1.08;
    letter-spacing: -1px;
  }

  .arkos-history__content,
  .arkos-purpose__grid,
  .arkos-values__grid {
    grid-template-columns: 1fr;
  }

  .arkos-history__content {
    gap: 16px;
    margin-left: 0;
  }

  .arkos-history__content p {
    font-size: 15px;
    line-height: 1.65;
  }

  .arkos-purpose__card,
  .arkos-purpose__card + .arkos-purpose__card {
    padding: 26px 0 30px;
    border-left: 0;
    border-bottom: 1px solid #cbc9c2;
  }

  .arkos-purpose__card:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .arkos-purpose__number {
    margin-bottom: 24px;
  }

  .arkos-purpose__card h3 {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .arkos-purpose__card p {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.65;
  }

  .arkos-purpose__card p:first-of-type {
    font-size: 16px;
  }

  .arkos-values__header {
    gap: 14px;
  }

  .arkos-values__header > p {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.65;
  }

  .arkos-values__card,
  .arkos-values__card:nth-child(even),
  .arkos-values__card--featured {
    display: block;
    grid-column: auto;
    min-height: auto;
    padding: 26px 0 30px;
    border-left: 0;
  }

  .arkos-values__card:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .arkos-values__index,
  .arkos-values__card--featured .arkos-values__index {
    margin: 0 0 24px;
  }

  .arkos-values__card h3,
  .arkos-values__card--featured h3 {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.12;
  }

  .arkos-values__card p {
    font-size: 14px;
    line-height: 1.65;
  }
}

@media (max-width: 380px) {
  .arkos-about__container,
  .arkos-purpose__container,
  .arkos-values__container,
  .arkos-history__container {
    width: calc(100% - 24px);
  }

  .arkos-about {
    padding-top: 20px;
  }

  .arkos-history,
  .arkos-purpose,
  .arkos-values {
    padding: 44px 0;
  }
}