/* Brazilcomp theme component: company */

/* ================================================================
   Company page — light institutional narrative
   ================================================================ */

.bc-company-v2 {
  color: #344553;
  background: #fff;
}

.bc-company-v2 h1,
.bc-company-v2 h2,
.bc-company-v2 h3 {
  color: #14283a;
}

.bc-company-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
  color: #d98200;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bc-company-kicker::before {
  content: "";
  width: 25px;
  height: 2px;
  background: currentColor;
}

.bc-company-kicker--light {
  color: #f5a623;
}

.bc-company-hero {
  position: relative;
  min-height: 420px;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(5, 15, 25, .94) 0%, rgba(5, 15, 25, .78) 42%, rgba(5, 15, 25, .24) 76%, rgba(5, 15, 25, .06) 100%),
    var(--bc-company-hero);
  background-position: center 43%;
  background-size: cover;
}

.bc-company-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding-block: 36px;
}

.bc-company-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 48px;
  color: rgba(255, 255, 255, .64);
  font-size: .7rem;
}

.bc-company-breadcrumb a {
  color: rgba(255, 255, 255, .85);
}

.bc-company-breadcrumb a:hover {
  color: #fff;
}

.bc-company-hero__copy {
  max-width: 790px;
}

.bc-company-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 5.4vw, 5.25rem);
  line-height: .98;
  letter-spacing: -.06em;
}

.bc-company-hero__copy > p:last-child {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 1.04rem;
}

.bc-company-section {
  padding: 105px 0;
}

.bc-company-intro__grid {
  display: grid;
  grid-template-columns: minmax(340px, .88fr) minmax(0, 1.12fr);
  gap: 105px;
  align-items: start;
}

.bc-company-intro h2,
.bc-company-section-heading h2,
.bc-company-global h2,
.bc-company-tour h2,
.bc-company-cta h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4.2vw, 4.05rem);
  line-height: 1.06;
  letter-spacing: -.052em;
}

.bc-company-intro__text {
  padding-top: 4px;
  color: #61707d;
}

.bc-company-intro__text p {
  margin-bottom: 18px;
}

.bc-company-intro__text p:last-child {
  margin-bottom: 0;
}

.bc-company-intro__text .bc-company-lead {
  color: #263b4c;
  font-size: 1.16rem;
  font-weight: 600;
  line-height: 1.55;
}

.bc-company-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 72px;
  border-block: 1px solid #dfe4e8;
}

.bc-company-stats > div {
  padding: 31px 28px;
  border-right: 1px solid #dfe4e8;
}

.bc-company-stats > div:first-child {
  padding-left: 0;
}

.bc-company-stats > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.bc-company-stats strong,
.bc-company-stats span {
  display: block;
}

.bc-company-stats strong {
  color: #1b354b;
  font: 800 clamp(2rem, 3.5vw, 3.2rem)/1 "Manrope", sans-serif;
  letter-spacing: -.055em;
}

.bc-company-stats span {
  margin-top: 8px;
  color: #74818c;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.bc-company-sectors {
  background: #f3f5f6;
  border-block: 1px solid #e4e8eb;
}

.bc-company-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 65px;
  margin-bottom: 46px;
}

.bc-company-section-heading > div {
  max-width: 760px;
}

.bc-company-section-heading > p {
  max-width: 420px;
  margin: 0 0 7px;
  color: #687783;
  font-size: .88rem;
}

.bc-company-sector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bc-company-sector-card--technical { background: radial-gradient(circle at 78% 18%, rgba(0,169,197,.28), transparent 28%), linear-gradient(145deg, #143b59, #081a2b); }
.bc-company-sector-card--technical::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(135deg,#000,transparent 75%); }
.bc-company-sector-card__technical-mark { position: absolute; top: 28px; right: 28px; color: rgba(255,255,255,.13); font: 800 5.5rem/1 "Manrope",sans-serif; letter-spacing: -.08em; }

.bc-company-sector-card {
  position: relative;
  min-height: 390px;
  background: #14283a;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(16, 36, 52, .08);
}

.bc-company-sector-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2, .7, .2, 1);
}

.bc-company-sector-card:hover img {
  transform: scale(1.045);
}

.bc-company-sector-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 18, 29, .03) 20%, rgba(7, 18, 29, .92) 100%);
}

.bc-company-sector-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 25px;
  color: rgba(255, 255, 255, .72);
}

.bc-company-sector-card__content > span {
  display: block;
  margin-bottom: 12px;
  color: #f5a623;
  font-size: .62rem;
  font-weight: 800;
}

.bc-company-sector-card h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 1.18rem;
}

.bc-company-sector-card p {
  margin: 0;
  font-size: .72rem;
  line-height: 1.55;
}

.bc-company-method {
  background: #fff;
}

.bc-company-method__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #dce2e6;
  border-bottom: 1px solid #dce2e6;
}

.bc-company-method__grid article {
  min-height: 245px;
  padding: 30px 28px;
  border-right: 1px solid #dce2e6;
  transition: background var(--transition);
}

.bc-company-method__grid article:last-child {
  border-right: 0;
}

.bc-company-method__grid article:hover {
  background: #f7f8f9;
}

.bc-company-method__grid article > span {
  display: block;
  margin-bottom: 62px;
  color: #d98200;
  font-size: .65rem;
  font-weight: 800;
}

.bc-company-method__grid h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.bc-company-method__grid p {
  margin: 0;
  color: #6c7984;
  font-size: .78rem;
}

.bc-company-principles {
  padding: 78px 0;
  color: rgba(255, 255, 255, .68);
  background: #173149;
}

.bc-company-principles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bc-company-principles article {
  min-height: 260px;
  padding: 14px 43px;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.bc-company-principles article:first-child {
  padding-left: 0;
}

.bc-company-principles article:last-child {
  padding-right: 0;
  border-right: 0;
}

.bc-company-principles article > span {
  display: block;
  margin-bottom: 45px;
  color: #f5a623;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.bc-company-principles h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.55rem;
  letter-spacing: -.035em;
}

.bc-company-principles p,
.bc-company-principles li {
  font-size: .82rem;
}

.bc-company-principles ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bc-company-principles li {
  position: relative;
  padding: 5px 0 5px 15px;
}

.bc-company-principles li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #f5a623;
}

.bc-company-section-heading--center {
  justify-content: center;
  text-align: center;
}

.bc-company-section-heading--center .bc-company-kicker {
  justify-content: center;
}

.bc-company-timeline__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 75px 0 0;
  list-style: none;
}

.bc-company-timeline__list::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: #d9dfe3;
}

.bc-company-timeline__list li {
  position: relative;
  padding: 58px 25px 0;
  text-align: center;
}

.bc-company-timeline__list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 4px solid #ef9200;
  border-radius: 50%;
  transform: translateX(-50%);
}

.bc-company-timeline__list time {
  color: #d98200;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.bc-company-timeline__list h3 {
  margin: 9px 0 8px;
  font-size: .94rem;
}

.bc-company-timeline__list p {
  margin: 0;
  color: #75818b;
  font-size: .7rem;
}

.bc-company-global {
  position: relative;
  color: rgba(255, 255, 255, .67);
  background: #050a0f;
  overflow: hidden;
}

.bc-company-global__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  align-items: center;
  min-height: 490px;
}

.bc-company-global__copy {
  position: relative;
  z-index: 2;
  max-width: 670px;
  padding-block: 85px;
}

.bc-company-global h2 {
  color: #fff;
}

.bc-company-global__copy > p:not(.bc-company-kicker) {
  max-width: 620px;
  margin: 23px 0 0;
}

.bc-company-global__cities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 550px;
  margin-top: 34px;
}

.bc-company-global__cities span {
  padding: 13px 16px;
  color: #dfe7ed;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .11);
  font-size: .73rem;
  font-weight: 700;
}

.bc-company-global__cities span::before {
  content: "•";
  margin-right: 9px;
  color: #f5a623;
}

.bc-company-global__visual {
  position: relative;
  align-self: stretch;
}

.bc-company-global__visual::before {
  content: "";
  position: absolute;
  inset: 0 0 0 -120px;
  z-index: 1;
  background: linear-gradient(90deg, #050a0f 0%, transparent 70%);
}

.bc-company-global__visual img {
  position: absolute;
  top: 50%;
  right: -95px;
  width: 530px;
  max-width: none;
  opacity: .78;
  transform: translateY(-50%);
}

.bc-company-tour {
  background: #f5f6f7;
}

.bc-company-tour__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  gap: 78px;
  align-items: center;
}

.bc-company-tour__visual {
  position: relative;
  display: block;
  min-height: 440px;
  background: #13283a;
  overflow: hidden;
}

.bc-company-tour__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 20, 31, .28);
  transition: background var(--transition);
}

.bc-company-tour__visual:hover::after {
  background: rgba(7, 20, 31, .15);
}

.bc-company-tour__visual img {
  width: 100%;
  min-height: 440px;
  object-fit: cover;
}

.bc-company-tour__visual span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  color: #fff;
  background: rgba(8, 25, 39, .78);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 50%;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .07em;
  transform: translate(-50%, -50%);
  transition: transform var(--transition), background var(--transition);
}

.bc-company-tour__visual:hover span {
  background: #ef9200;
  transform: translate(-50%, -50%) scale(1.05);
}

.bc-company-tour__copy > p:not(.bc-company-kicker) {
  margin: 23px 0;
  color: #667581;
}

.bc-company-tour__copy ul {
  padding: 0;
  margin: 0 0 29px;
  list-style: none;
}

.bc-company-tour__copy li {
  position: relative;
  padding: 7px 0 7px 21px;
  color: #3d5060;
  font-size: .82rem;
}

.bc-company-tour__copy li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #ef9200;
}

.bc-company-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
  transition: background var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.bc-company-button:hover {
  transform: translateY(-2px);
}

.bc-company-button--navy {
  color: #fff;
  background: #203f59;
}

.bc-company-button--navy:hover {
  color: #fff;
  background: #142e44;
  box-shadow: 0 12px 25px rgba(20, 46, 68, .18);
}

.bc-company-button--orange {
  color: #fff;
  background: #ef9200;
}

.bc-company-button--orange:hover {
  color: #fff;
  background: #d98200;
  box-shadow: 0 12px 25px rgba(217, 130, 0, .22);
}

.bc-company-cta {
  padding: 96px 0 105px;
  text-align: center;
  background: #fff;
}

.bc-company-cta .container {
  max-width: 900px;
}

.bc-company-cta .bc-company-kicker {
  justify-content: center;
}

.bc-company-cta h2 {
  max-width: 820px;
  margin-inline: auto;
}

.bc-company-cta p:not(.bc-company-kicker) {
  max-width: 590px;
  margin: 22px auto 29px;
  color: #687783;
}

@media (max-width: 1080px) {
  .bc-company-intro__grid {
    gap: 60px;
  }

  .bc-company-sector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bc-company-sector-card {
    min-height: 420px;
  }

  .bc-company-tour__grid {
    gap: 48px;
  }
}

@media (max-width: 860px) {
  .bc-company-section {
    padding-block: 78px;
  }

  .bc-company-intro__grid,
  .bc-company-tour__grid {
    grid-template-columns: 1fr;
  }

  .bc-company-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .bc-company-stats,
  .bc-company-method__grid,
  .bc-company-principles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bc-company-stats > div:nth-child(2),
  .bc-company-method__grid article:nth-child(2),
  .bc-company-principles article:nth-child(2) {
    border-right: 0;
  }

  .bc-company-stats > div:nth-child(-n+2),
  .bc-company-method__grid article:nth-child(-n+2),
  .bc-company-principles article:nth-child(-n+2) {
    border-bottom: 1px solid #dfe4e8;
  }

  .bc-company-principles article {
    padding: 32px;
  }

  .bc-company-principles article:first-child {
    padding-left: 32px;
  }

  .bc-company-principles article:last-child {
    padding-right: 32px;
  }

  .bc-company-principles article:nth-child(2) {
    border-bottom-color: rgba(255, 255, 255, .14);
  }

  .bc-company-principles article:last-child {
    grid-column: 1 / -1;
    min-height: 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

  .bc-company-timeline__list {
    grid-template-columns: 1fr;
    max-width: 650px;
    margin: 45px auto 0;
  }

  .bc-company-timeline__list::before {
    top: 0;
    bottom: 0;
    left: 7px;
    width: 1px;
    height: auto;
  }

  .bc-company-timeline__list li {
    padding: 0 0 32px 42px;
    text-align: left;
  }

  .bc-company-timeline__list li::before {
    top: 3px;
    left: 7px;
  }

  .bc-company-global__grid {
    grid-template-columns: minmax(0, 1fr) 280px;
  }

  .bc-company-global__visual img {
    right: -150px;
  }

  .bc-company-tour__visual,
  .bc-company-tour__visual img {
    min-height: 400px;
  }
}

@media (max-width: 620px) {
  .bc-company-hero,
  .bc-company-hero__content {
    min-height: 390px;
  }

  .bc-company-hero {
    background-image:
      linear-gradient(90deg, rgba(5, 15, 25, .92), rgba(5, 15, 25, .62)),
      var(--bc-company-hero);
  }

  .bc-company-breadcrumb {
    margin-bottom: 34px;
  }

  .bc-company-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .bc-company-hero__copy > p:last-child {
    font-size: .92rem;
  }

  .bc-company-section {
    padding-block: 65px;
  }

  .bc-company-intro__grid {
    gap: 35px;
  }

  .bc-company-stats,
  .bc-company-sector-grid,
  .bc-company-method__grid,
  .bc-company-principles__grid,
  .bc-company-global__grid,
  .bc-company-global__cities {
    grid-template-columns: 1fr;
  }

  .bc-company-stats > div,
  .bc-company-stats > div:first-child,
  .bc-company-stats > div:last-child {
    padding: 23px 0;
    border-right: 0;
    border-bottom: 1px solid #dfe4e8;
  }

  .bc-company-stats > div:last-child {
    border-bottom: 0;
  }

  .bc-company-sector-card {
    min-height: 390px;
  }

  .bc-company-method__grid article,
  .bc-company-method__grid article:nth-child(2) {
    min-height: 0;
    padding: 25px 8px;
    border-right: 0;
    border-bottom: 1px solid #dce2e6;
  }

  .bc-company-method__grid article:last-child {
    border-bottom: 0;
  }

  .bc-company-method__grid article > span {
    margin-bottom: 30px;
  }

  .bc-company-principles {
    padding-block: 35px;
  }

  .bc-company-principles article,
  .bc-company-principles article:first-child,
  .bc-company-principles article:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 32px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .bc-company-principles article:last-child {
    border-top: 0;
    border-bottom: 0;
  }

  .bc-company-principles article > span {
    margin-bottom: 23px;
  }

  .bc-company-global__grid {
    min-height: 0;
  }

  .bc-company-global__copy {
    padding-block: 70px;
  }

  .bc-company-global__visual {
    position: absolute;
    inset: 0;
    opacity: .22;
  }

  .bc-company-global__visual::before {
    inset: 0;
    background: linear-gradient(90deg, #050a0f, rgba(5, 10, 15, .45));
  }

  .bc-company-global__visual img {
    right: -210px;
  }

  .bc-company-tour__visual,
  .bc-company-tour__visual img {
    min-height: 310px;
  }

  .bc-company-cta {
    padding-block: 72px;
  }

  .bc-company-button {
    width: 100%;
  }
}
