
/* =========================================================
   Página individual — Cleuton Farias — versão 10
   Cabeçalho, formulário e rodapé herdados da base da Home.
========================================================= */

.cleuton-farias-page {
  background: #ffffff;
}

.cleuton-farias-main {
  background: #ffffff;
}

.nc-hero {
  position: relative;
  overflow: hidden;
  padding: 38px 0 34px;
  background:
    radial-gradient(circle at 18% 16%, rgba(205, 165, 94, 0.11), transparent 26%),
    radial-gradient(circle at 84% 74%, rgba(205, 165, 94, 0.08), transparent 26%),
    linear-gradient(180deg, #041d2b 0%, #052b46 100%);
  color: #ffffff;
}

.nc-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(205, 165, 94, 0.42), transparent);
}

.nc-hero__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(420px, 1.22fr);
  gap: 58px;
  align-items: center;
}

.nc-hero__photo-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  min-height: 455px;
  background: #021624;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.nc-hero__photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(205, 165, 94, 0.28);
  pointer-events: none;
}

.nc-hero__photo {
  width: 100%;
  height: 100%;
  min-height: 455px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.nc-eyebrow {
  margin: 0 0 12px;
  color: #cda55e;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nc-hero__content {
  transform: translateY(-18px);
}

.nc-title {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: var(--font-title);
  font-size: clamp(2.4rem, 3.8vw, 4.35rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.01em;
}

.nc-role {
  margin: 0 0 28px;
  color: #cda55e;
  font-family: var(--font-title);
  font-size: clamp(1.18rem, 1.5vw, 1.72rem);
  line-height: 1.22;
}

.nc-products {
  margin: 0 0 34px;
}

.nc-products__title {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1;
}

.nc-product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nc-product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  min-width: 132px;
  padding: 0 18px;
  border-radius: 8px;
  background: rgba(205, 165, 94, 0.14);
  border: 1px solid rgba(205, 165, 94, 0.18);
  color: #cda55e;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.nc-product-badge::before {
  content: none;
}

.nc-product-badge:hover {
  transform: translateY(-1px);
  background: rgba(205, 165, 94, 0.22);
  border-color: rgba(205, 165, 94, 0.52);
}

.nc-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 54px;
  max-width: 720px;
}

.nc-fact {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.nc-fact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  line-height: 1;
  transform: translateY(1px);
}

.nc-fact__icon img {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
}

.nc-fact strong {
  display: block;
  margin: 0 0 8px;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.2;
}

.nc-fact span:not(.nc-fact__icon) {
  display: block;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.45;
}

.nc-content-section {
  padding: 72px 0 84px;
  background: #ffffff;
}

.nc-content-grid {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 58px;
  align-items: stretch;
}

.nc-index {
  position: relative;
  align-self: stretch;
}

.nc-index__inner {
  position: sticky;
  top: 118px;
  padding-top: 10px;
}

.nc-index h2 {
  margin: 0 0 20px;
  color: #06243a;
  font-family: var(--font-body);
  font-size: 1.58rem;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.nc-index__line {
  position: relative;
  display: block;
  width: 100%;
  height: 6px;
  margin: 0 0 22px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7e7e7;
}

.nc-index__line-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--nc-index-progress, 0%);
  border-radius: inherit;
  background: linear-gradient(90deg, #b99155, #cda55e);
  transition: width .18s ease-out;
}


.nc-index p {
  margin: 0 0 18px;
  color: #b99155;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.nc-index nav {
  display: grid;
  gap: 18px;
}

.nc-index a {
  color: #6c6f73;
  font-family: var(--font-body);
  font-size: 0.96rem;
  line-height: 1.42;
  transition: color .2s ease, transform .2s ease;
}

.nc-index a:hover,
.nc-index a.is-active {
  color: #b99155;
  transform: translateX(3px);
}

.nc-biography {
  min-width: 0;
  border-top: 1px solid rgba(8, 53, 86, 0.18);
}

.nc-text-block {
  scroll-margin-top: 118px;
  padding: 24px 0 34px;
  border-bottom: 1px solid rgba(8, 53, 86, 0.16);
}

.nc-text-block h2 {
  margin: 0 0 18px;
  color: #06243a;
  font-family: var(--font-body);
  font-size: clamp(1.8rem, 2.5vw, 2.35rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.nc-text-block p {
  margin: 0;
  color: #0d2740;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 2;
}

.nc-text-block + .nc-text-block {
  padding-top: 26px;
}


.nc-form-cta {
  max-width: 940px;
  margin: 0 auto 42px;
  padding: 4px 0 28px;
  text-align: center;
}

.nc-form-cta__eyebrow {
  display: none;
}

.nc-form-cta h2 {
  max-width: 860px;
  margin: 0 auto 22px;
  color: #06243a;
  font-family: var(--font-title);
  font-size: clamp(1.9rem, 3vw, 3.05rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.nc-form-cta h2 em {
  color: #cda55e;
  font-style: italic;
}

.nc-form-cta p {
  max-width: 840px;
  margin: 0 auto;
  color: #0d2740;
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.96;
}

.cleuton-farias-page .contact-title-display,
.cleuton-farias-page .contact-subtitle {
  font-weight: 400;
}

@media (max-width: 1100px) {
  .nc-hero__grid {
    grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
    gap: 42px;
  }

  .nc-hero__photo-wrap,
  .nc-hero__photo {
    min-height: 430px;
  }

  .nc-facts {
    gap: 24px;
  }

  .nc-content-grid {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 42px;
  }

  .nc-form-cta {
    padding: 30px 30px 32px;
  }
}

@media (max-width: 820px) {
  .nc-hero {
    padding: 42px 0 46px;
  }

  .nc-hero__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .nc-hero__photo-wrap {
    max-width: 420px;
    min-height: 440px;
    margin: 0 auto;
  }

  .nc-hero__photo {
    min-height: 440px;
  }

  .nc-hero__content {
    text-align: center;
    transform: none;
  }

  .nc-product-list {
    justify-content: center;
  }

  .nc-facts {
    max-width: 520px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }

  .nc-content-section {
    padding: 48px 0 58px;
  }

  .nc-content-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .nc-index__inner {
    position: static;
    top: auto;
    padding-top: 0;
  }

  .nc-index h2 {
    max-width: 280px;
  }

  .nc-index nav {
    grid-template-columns: 1fr 1fr;
    gap: 12px 18px;
  }

  .nc-text-block {
    scroll-margin-top: 92px;
  }

  .nc-text-block p {
    line-height: 1.78;
  }

  .nc-form-cta {
    margin-bottom: 30px;
    padding: 0 0 22px;
    text-align: left;
  }

  .nc-form-cta h2 {
    margin-bottom: 18px;
  }

  .nc-form-cta p {
    font-size: 0.98rem;
    line-height: 1.82;
  }
}

@media (max-width: 560px) {
  .nc-hero__photo-wrap,
  .nc-hero__photo {
    min-height: 400px;
  }

  .nc-title {
    font-size: clamp(2.08rem, 11vw, 3.2rem);
  }

  .nc-role {
    font-size: 1.16rem;
  }

  .nc-facts {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .nc-index nav {
    grid-template-columns: 1fr;
  }

  .nc-content-section {
    padding-top: 42px;
  }

  .nc-text-block h2 {
    font-size: 1.62rem;
  }

  .nc-text-block p {
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .nc-form-cta {
    padding: 0 0 20px;
  }
}

.cleuton-farias-page .nc-text-block p + p {
  margin-top: 16px;
}

/* =========================================================
   CLEUTON FARIAS v10 — ajuste do menu Sobre Nós
   Escopo: apenas reduzir o mega menu Sobre Nós para 3 cards
   e manter o comportamento em lista no mobile.
========================================================= */
.cleuton-farias-page .mega-menu--about {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(930px, calc(100vw - 48px));
}

@media (max-width: 820px) {
  .cleuton-farias-page .mega-menu--about {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }
}

