/* =========================================================
   NURIA GLOBAL — ABOUT
   Page-specific styles
   ========================================================= */


/* ---------------------------------------------------------
   About Hero
   --------------------------------------------------------- */

.ng-about .ng-page-hero{
  position:relative;
  min-height:680px;
  display:flex;
  align-items:center;
  overflow:hidden;
  padding:110px 0;
  background:#0f1b2d;
  color:#fff;
  isolation:isolate;
}


/* Hero image */

.ng-about .ng-page-hero-media{
  position:absolute;
  inset:0;
  z-index:0;
}

.ng-about .ng-page-hero-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
}


/* Institutional overlay */

.ng-about .ng-page-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;

  background:
    linear-gradient(
      90deg,
      rgba(7,18,32,.94) 0%,
      rgba(7,18,32,.86) 27%,
      rgba(7,18,32,.55) 48%,
      rgba(7,18,32,.18) 68%,
      rgba(7,18,32,.08) 100%
    );
}


/* Content layer */

.ng-about .ng-page-hero-container{
  position:relative;
  z-index:2;
  width:100%;
}


/* Content width */

.ng-about .ng-page-hero-content{
  max-width:650px;
}


/* Kicker */

.ng-about .ng-page-kicker{
  text-transform:uppercase;
  letter-spacing:2.4px;
  font-size:.75rem;
  font-weight:500;
  color:rgba(255,255,255,.76);
  margin-bottom:18px;
}


/* Main title */

.ng-about .ng-page-title{
  max-width:650px;
  margin:0;
  font-size:clamp(2.6rem, 4.4vw, 4.6rem);
  font-weight:300;
  line-height:1.07;
  letter-spacing:-.02em;
  color:#fff;
}


/* Supporting copy */

.ng-about .ng-page-subtitle{
  max-width:600px;
  margin-top:26px;
  margin-bottom:0;

  color:rgba(255,255,255,.82);
  font-size:1.08rem;
  line-height:1.7;
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (max-width:991.98px){

  .ng-about .ng-page-hero{
    min-height:620px;
    padding:90px 0;
  }

  .ng-about .ng-page-hero-content{
    max-width:580px;
  }

  .ng-about .ng-page-hero::after{
    background:
      linear-gradient(
        90deg,
        rgba(7,18,32,.94) 0%,
        rgba(7,18,32,.82) 45%,
        rgba(7,18,32,.40) 72%,
        rgba(7,18,32,.18) 100%
      );
  }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width:767.98px){

  .ng-about .ng-page-hero{
    min-height:650px;
    align-items:flex-end;
    padding:80px 0 64px;
  }

  .ng-about .ng-page-hero-media img{
    object-position:64% center;
  }

  .ng-about .ng-page-hero::after{
    background:
      linear-gradient(
        180deg,
        rgba(7,18,32,.18) 0%,
        rgba(7,18,32,.38) 32%,
        rgba(7,18,32,.88) 68%,
        rgba(7,18,32,.97) 100%
      );
  }

  .ng-about .ng-page-hero-content{
    max-width:100%;
  }

  .ng-about .ng-page-title{
    font-size:clamp(2.35rem, 10vw, 3.3rem);
    line-height:1.08;
  }

  .ng-about .ng-page-subtitle{
    font-size:1rem;
    line-height:1.65;
    margin-top:20px;
  }

}


/* ---------------------------------------------------------
   Small Mobile
   --------------------------------------------------------- */

@media (max-width:575.98px){

  .ng-about .ng-page-hero{
    min-height:610px;
    padding-bottom:52px;
  }

  .ng-about .ng-page-kicker{
    font-size:.68rem;
    letter-spacing:2px;
  }

}

/* ---------------------------------------------------------
   About Introduction
   --------------------------------------------------------- */

.ng-about-intro{
  padding:110px 0;
  background:#fff;
}

.ng-about-intro .ng-about-kicker{
  color:var(--ng-red);
  margin-bottom:18px;
}

.ng-about-heading{
  max-width:500px;
  margin:0;

  font-size:clamp(2rem, 3vw, 3rem);
  font-weight:300;
  line-height:1.15;
  letter-spacing:-.02em;

  color:#111827;
}

.ng-about-intro .col-lg-6{
  color:#5f6670;
  font-size:1.05rem;
  line-height:1.75;
}

.ng-about-lead{
  margin-bottom:24px;

  font-size:1.25rem;
  line-height:1.6;
  font-weight:300;

  color:#303844;
}

.ng-about-intro p:not(:last-child){
  margin-bottom:22px;
}

@media (max-width:991.98px){

  .ng-about-intro{
    padding:80px 0;
  }

}

@media (max-width:767.98px){

  .ng-about-intro{
    padding:64px 0;
  }

  .ng-about-lead{
    font-size:1.12rem;
  }

}

/* ---------------------------------------------------------
   About — Foundation Pillars
   --------------------------------------------------------- */

.ng-about-pillars{
  padding:110px 0;
}

.ng-about-pillars .ng-about-kicker{
  color:var(--ng-red);
  margin-bottom:18px;
}

.ng-pillars-intro{
  max-width:520px;
  color:#5f6670;
  font-size:1.05rem;
  line-height:1.75;
}


/* Pillar cards */

.ng-pillar-card{
  position:relative;
  padding:34px 30px 32px;
  border:1px solid rgba(15,27,45,.08);
  border-radius:18px;
  background:#fff;
  box-shadow:0 14px 36px rgba(15,27,45,.04);
}

.ng-pillar-number{
  margin-bottom:34px;

  font-size:.72rem;
  font-weight:600;
  letter-spacing:.12em;

  color:var(--ng-red);
}

.ng-pillar-card h3{
  margin-bottom:16px;

  font-size:1.15rem;
  font-weight:500;
  letter-spacing:-.01em;

  color:#111827;
}

.ng-pillar-card p{
  margin:0;

  color:#626975;
  font-size:.98rem;
  line-height:1.7;
}


/* Subtle institutional detail */

.ng-pillar-card::before{
  content:"";
  position:absolute;
  top:0;
  left:30px;

  width:34px;
  height:2px;

  background:var(--ng-red);
}


@media (max-width:991.98px){

  .ng-about-pillars{
    padding:80px 0;
  }

}


@media (max-width:767.98px){

  .ng-about-pillars{
    padding:64px 0;
  }

  .ng-pillar-number{
    margin-bottom:24px;
  }

}

/* ---------------------------------------------------------
   About — Ecosystem Role
   --------------------------------------------------------- */

.ng-about-ecosystem{
  padding:110px 0;
  background:#fff;
  border-top:1px solid #eef2f7;
}

.ng-about-ecosystem .ng-about-kicker{
  color:var(--ng-red);
  margin-bottom:18px;
}

.ng-about-ecosystem .col-lg-6{
  color:#5f6670;
  font-size:1.05rem;
  line-height:1.75;
}

.ng-about-ecosystem p:not(:last-child){
  margin-bottom:22px;
}

@media (max-width:991.98px){

  .ng-about-ecosystem{
    padding:80px 0;
  }

}

@media (max-width:767.98px){

  .ng-about-ecosystem{
    padding:64px 0;
  }

}