
.about-page {
  background: var(--color-light-green);

}

/* Faixa superior laranja */
.about-hero__bar {
  background: var(--color-primary-orange);
  padding: 26px 0;
}

.about-hero__title {
      font-family: var(--font-secondary)!important;
  margin: 0;
  text-align: center;
  color: var(--color-white);
  font-weight: 800;
  font-size:3.2em;
}

/* Área principal */
.about-content {
  position: relative;
  padding: var(--spacing-xl) 0;
  overflow: hidden;
}

/* Blobs verdes (orgânicos) como na referência */
.about-content::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  background: rgba(183, 211, 84, 0.55);
  border-radius: 60% 40% 55% 45% / 45% 60% 40% 55%;
  top: -260px;
  right: -360px;
  opacity: .65;
  z-index: 0;
}

.about-content::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  background: rgba(183, 211, 84, 0.55);
  border-radius: 50% 50% 60% 40% / 55% 45% 55% 45%;
  bottom: 0px;
  left: -260px;
  opacity: .7;
  z-index: 0;
}

/* Grid principal (AJUSTADO: menos gap e coluna direita mais “cheia”) */
.about-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(18px, 2.2vw, 32px);
  align-items: start;
}

/* Textos */
.about-text,
.about-details {
  color: var(--color-dark);
  font-size: 1.05rem;
  line-height: 1.9;
}

.about-text p,
.about-details p {
  margin-bottom: var(--spacing-md);
}

/* Imagens circulares */
.about-circle {
  width: min(380px, 100%);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  /*border: 6px solid var(--color-white);*/
  box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
  background: var(--color-white);
}

.about-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Posições */
.about-photo--top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* ================================
   EXCELÊNCIA PROFISSIONAL
================================ */

/* Coluna esquerda */
.about-excellence-block {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 6px;
}

.about-excellence__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  font-size:3em;
  color: var(--color-primary-orange);
  line-height: 1.05;
  margin: 0 0 40px 0;
  transform: translateX(-6px);
}

/* Fotos empilhadas */
.about-excellence-photos {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: flex-start;
}

.about-circle--ex1 {
  width: min(360px, 100%);
  transform: translateX(10px);
}

.about-circle--ex2 {
  width: min(360px, 100%);
  transform: translateX(-16px);
}

/* Coluna direita */
.about-excellence-right {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.about-excellence-right .about-credentials {
  transform: translateY(-8px);
}

.about-excellence-right .about-card {
  width: 100%;
  max-width:520px;
}

.about-details--excellence {
  /*margin-left: -160px;*/
  margin-top: 50px;
  line-height: 1.95;
}

.about-details--excellence p {
  margin-bottom: 22px;
}

/* ================================
   Card de credenciais
================================ */

.about-card {
  background: var(--color-white);
  border-radius: 18px;
  /*box-shadow: 0 10px 25px rgba(0, 0, 0, .10);*/

background: #fff;
  border-radius: 20px;
  filter:
    drop-shadow(5px 5px 2px #aab87c)
    drop-shadow(0 5px 2px #aab87c);
  padding: 22px;
  max-width: 100%;
  position: relative;
  overflow: visible;
}

.about-card__lead {
  margin: 0 0 var(--spacing-md) 0;
  color: var(--color-dark);
  line-height: 1.5;
  margin-left: 65px;
  font-size:1.7em;
}

.about-card__lead strong {
  color: var(--color-primary-orange);
}

/* Checklist */
.about-checklist {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-checklist li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  margin: 0;
  color: var(--color-dark);
  font-weight: 600;
}

.about-item-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.about-badge {
  height:100px;
  width: auto;
  display: block;
  margin-left: calc(26px + 12px);
}

.about-checklist strong {
  color: var(--color-primary-orange);
}

.about-credentials {
  position: relative;
  overflow: visible;
}

/* detalhe laranja “riscado” embaixo */
/*.about-credentials::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -18px;
  width: 140px;
  height: 14px;
  border-radius: 999px;
  background: var(--color-primary-orange);
  transform: rotate(-10deg);
  opacity: .95;
  z-index: 0;
}
*/
/* Ribbon */
.ribbon {
  position: absolute;
  left: 20px;
  top: 0px;
  width: 56px;
  height: 90px;
  background: var(--color-primary-orange);
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%);
}

/* ================================
   MISSÃO DA DOGZ (BASE + CONTEÚDO)
================================ */

.about-mission {
  background: var(--color-primary-orange);
  width: 100%;
  height: 655px;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

/* sua base */
.onda {
  position: relative;
  background: var(--color-light-green);
  height: 100px;
}

.wave {
  position: absolute;
  height: 180px;
  width: 100%;
  background: var(--color-light-green);
  bottom: 0;
}

.wave::before,
.wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}

.wave::before {
  width: 55%;
  height: 100%;
  background-color: var(--color-light-green);
  right: -1.5%;
  top: 40%;
}

.wave::after {
  width: 55%;
  height: 109%;
  background-color: var(--color-primary-orange);
  left: -1.5%;
  top: 60%;
}

/* ================================
   About Mission
================================ */

.about-mission__grid {
  min-height: calc(600px - 20vh);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 48px;
  padding: 36px 0 56px;
  position: relative;
  z-index: 1;
}

.about-mission__text {
  position: relative;
  z-index: 4;
  margin-top: 100px;
}

.about-mission__text h2 {
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-weight: 800;
  font-size: 3.5em;
  line-height: 1.05;
  margin: 0 0 18px;
}

.about-mission__text p {
  color: var(--color-white);
  opacity: 0.95;
  text-align: justify;
  line-height: 1.55;
  font-size: 1.2rem;
  max-width: 560px;
  margin: 0;
}

.about-mission__photo {
  display: flex;
  justify-content: center;
  position: relative;
}

.about-mission__photo img {
  width: min(460px, 48vw);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  display: block;

  transform: translateY(-90px);
  position: relative;
}