/* ============================================
   MISSÃO PAGE — Nossa Missão Styles
   ============================================ */

/* --- Breadcrumb --- */
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 32px;
  white-space: nowrap;
}

.breadcrumb__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.breadcrumb__link:hover {
  text-decoration: none;
}

.breadcrumb__icon-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.breadcrumb__home {
  font-size: 18px;
}

.breadcrumb__sep {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 1px;
}

.breadcrumb__current {
  color: rgba(255, 255, 255, 0.75);
}

/* --- Hero with breadcrumb + impact title --- */
.missao-hero {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 500px;
  overflow: hidden;
}

.missao-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.missao-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.15) 40%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

.missao-hero__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 64px 80px;
}

.missao-hero__title {
  font-family: 'Season Mix', serif;
  font-weight: 400;
  font-size: clamp(40px, 5.5vw, 72px);
  color: #fff;
  line-height: 1.08;
  max-width: 800px;
}

/* --- Mission Statement (light blue bg) --- */
.missao-statement {
  background: #f5f7fc;
  padding: 100px 80px;
}

.missao-statement__inner {
  max-width: 900px;
  margin: 0 auto;
}

.missao-statement__logline {
  font-family: 'Season Mix', serif;
  font-weight: 400;
  font-size: clamp(28px, 3.5vw, 44px);
  color: #1a1a2e;
  line-height: 1.25;
  margin-bottom: 48px;
}

.missao-statement__body p {
  font-family: 'Inter Tight', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.65);
  line-height: 1.85;
  margin-bottom: 24px;
}

.missao-statement__body p:last-child {
  margin-bottom: 0;
}

/* --- Values Hero (rounded image + text overlay) --- */
.missao-values-hero {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 48px 0;
  overflow: hidden;
}

.missao-values-hero__wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 32px;
  overflow: hidden;
}

.missao-values-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.missao-values-hero__overlay {
  position: absolute;
  inset: 0;
  border-radius: 32px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.missao-values-hero__content {
  position: absolute;
  top: 50%;
  left: 64px;
  transform: translateY(-50%);
  max-width: 500px;
}

.missao-values-hero__title {
  font-family: 'Season Mix', serif;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 52px);
  color: #fff;
  line-height: 1.12;
  margin-bottom: 24px;
}

.missao-values-hero__text {
  font-family: 'Inter Tight', sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
}

/* --- Explore Cards (two side-by-side) --- */
.missao-explore {
  padding: 120px 80px;
  background: #fff;
}

.missao-explore__header {
  max-width: 1600px;
  margin: 0 auto 64px;
  text-align: center;
}

.missao-explore__label {
  display: block;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #0263e0;
  margin-bottom: 40px;
}

.missao-explore__title {
  font-family: 'Season Mix', serif;
  font-weight: 500;
  font-size: clamp(40px, 5vw, 64px);
  color: #1a1a2e;
  line-height: 1.1;
  margin-bottom: 20px;
}

.missao-explore__title em {
  font-style: italic;
  font-weight: 500;
  color: #0263e0;
}

.missao-explore__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  text-align: left;
  margin-top: 40px;
}

.missao-explore__columns p {
  font-family: 'Inter Tight', sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.6);
  line-height: 1.8;
}

.missao-explore__inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.missao-explore__card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #edf1fa 0%, rgba(237, 241, 250, 0) 100%);
  border-radius: 24px;
  padding: 12px 12px 28px;
}

.missao-explore__img-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}

.missao-explore__card-title,
.missao-explore__card-text,
.missao-explore__link {
  padding: 0 12px;
}

.missao-explore__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.missao-explore__card-title {
  font-family: 'Season Mix', serif;
  font-size: 28px;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.3;
  margin-bottom: 6px;
}

.missao-explore__card-text {
  font-family: 'Inter Tight', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.55);
  line-height: 1.7;
  margin-bottom: 12px;
}

.missao-explore__link {
  font-family: 'Inter Tight', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0263e0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.missao-explore__link .material-symbols-outlined {
  font-size: 20px;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .missao-values__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  /* Hero */
  .missao-hero {
    height: 70vh;
    min-height: 400px;
  }

  .missao-hero__content {
    padding: 40px 24px;
  }

  .missao-hero__title {
    font-size: clamp(32px, 9vw, 48px);
  }

  /* Breadcrumb */
  .breadcrumb {
    font-size: 11px;
    margin-bottom: 24px;
    gap: 4px;
    /* Wrap rather than run past the container's right padding on narrow screens */
    flex-wrap: wrap;
    white-space: normal;
    row-gap: 4px;
  }

  .breadcrumb > * {
    white-space: nowrap;
  }

  /* Mission Statement */
  .missao-statement {
    padding: 64px 24px;
  }

  .missao-statement__logline {
    font-size: clamp(24px, 6vw, 32px);
  }

  .missao-statement__body p {
    font-size: 17px;
  }

  /* Values Hero */
  .missao-values-hero {
    padding: 56px 24px 0;
  }

  .missao-values-hero__wrap {
    aspect-ratio: 3 / 4;
    border-radius: 24px;
  }

  .missao-values-hero__overlay {
    border-radius: 24px;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.15) 100%
    );
  }

  .missao-values-hero__content {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    padding: 32px 24px;
    max-width: none;
  }

  /* Explore section */
  .missao-explore__columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* Explore Cards */
  .missao-explore {
    padding: 56px 24px 80px;
  }

  .missao-explore__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .missao-explore__card {
    padding: 10px 10px 24px;
  }

  .missao-explore__img-wrap {
    border-radius: 14px;
  }
}
