/* =========================================================
   ABOUT PAGE
========================================================= */

.about-page {
  background: #fff;
}


.text-highlight {
  font-weight: 600;
 
}
/* HERO */

.about-hero {
  position: relative;
  min-height: 88svh;
  background: #171717;
  overflow: hidden;
}

.about-hero__media,
.about-hero__media picture,
.about-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  
}

.about-hero__media img {
  object-fit: cover;
  
}

.about-hero__overlay {
 position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      to right,
      rgba(8, 12, 16, 0.78) 0%,
      rgba(8, 12, 16, 0.44) 50%,
      rgba(8, 12, 16, 0.18) 100%
    );
}


.hero-photo {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* FOTO A COLOR */

.photo-color {
  z-index: 1;
}

/* FOTO BLANCO Y NEGRO */

.photo-bw {
  z-index: 2;
  filter: grayscale(100%);
  
  mask-image: linear-gradient(
    to right,
    black 0%,
    black 25%,
    transparent 70%
  );

  -webkit-mask-image: linear-gradient(
    to right,
    black 0%,
    black 25%,
    transparent 70%
  );
}

.about-hero__content {
  position: relative;
  z-index: 2;
  min-height: 88svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 120px;
  padding-bottom: 34px;
        z-index: 3;
}

.about-hero__text {
  max-width: 620px;
  color: #fff;
}

.about-hero__title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(3.9rem, 6vw, 7.9rem);
  line-height: 0.9;
  color: #fff;
  font-weight: 900;
  
}

.about-hero__summary {
  margin: 0;
  
  color: rgba(255,255,255,0.9);
  font-size: 1.2rem;
  line-height: 1.6;
}

.about-hero__scroll-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  width: fit-content;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.4);
  color: rgba(255,255,255,0.94);
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(4px);
  transition: transform var(--transition-fast), border-color var(--transition-fast);
}

.about-hero__scroll-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,0.75);

}



.about-hero {
  position: relative;
  overflow: hidden;
}

.about-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.about-hero__overlay {
  position: absolute;

  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(8, 12, 16, 0.74) 0%,
    rgba(8, 12, 16, 0.40) 42%,
    rgba(8, 12, 16, 0.16) 100%
  );
}

.about-hero__aurora {
  position: absolute;
  inset: -8%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}



.about-hero__aurora::before,
.about-hero__aurora::after {
  content: "";
  position: absolute;
  inset: -20%;
  will-change: transform;
  transform: translate3d(0,0,0);
  will-change: transform, opacity;
}

.about-hero__aurora::before {
  background:
    radial-gradient(circle at 18% 24%, rgba(0, 158, 164, 0.24), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(35, 132, 255, 0.18), transparent 20%),
    radial-gradient(circle at 20% 82%, rgba(92, 48, 185, 0.15), transparent 24%);
  filter: blur(34px) saturate(14);
  opacity: 1;
 animation: aboutAuroraA 8s ease-in-out infinite alternate;
}

.about-hero__aurora::after {
  background:
    radial-gradient(circle at 78% 78%, rgba(0, 158, 164, 0.14), transparent 22%),
    radial-gradient(circle at 10% 60%, rgba(90, 40, 180, 0.12), transparent 20%);
  filter: blur(38px) saturate(14);
  opacity: 1;
animation: aboutAuroraB 6s ease-in-out infinite alternate;
}

.about-hero__content {
  position: relative;
  z-index: 3;
}

@keyframes aboutAuroraA {
  0% {
    transform: translateX(-10%) translateY(-15%) scale(1);
  }

  100% {
    transform: translateX(43%) translateY(32%) scale(1.06);
  }
}

@keyframes aboutAuroraB {
  0% {
    transform: translateX(12%) translateY(20%) scale(1);
  }

  100% {
    transform: translateX(-2%) translateY(-3%) scale(1.05);
  }
}

/* INTRO */

.about-intro {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 72px 0 72px;
  margin: 0;
}

.about-intro__inner {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
  gap: 48px;
  align-items: start;
}

.about-intro__heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.95;
  color: var(--color-primary);
}

.about-intro__body p {
  margin: 0 0 18px;
  color: var(--color-text-primary);
  font-size: 1rem;
  
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.7;
}

/* SECTION KICKER */

.section-kicker {
  margin: 0 0 12px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(5,55,82,0.42);
}

.section-kicker--light {
  color: rgba(255,255,255,0.46);
}

/* PILLARS */

.about-pillars {
  background: #f5f6f4;
  padding: 60px 0 60px;
}

.about-pillars__title {
   position: absolute;
  top: 85px;
  left: 42px;
  z-index: 2;
  max-width: 72%;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 0.96;
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}



.about-pillars .section-kicker {
   position: absolute;
  top: 60px;
  left: 42px;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
 
}



.about-pillars__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
 
}

.about-pillars__item {
  position: relative;
  padding: 26px 26px 24px 0;
}

.about-pillars__item + .about-pillars__item {
  padding-left: 26px;
  border-left: 0px solid rgba(5,55,82,0.1);
}

.about-pillars__item h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1.05;
  color: var(--color-primary);
  margin-right: 20%;
}

.about-pillars__item p {
  margin: 10;
  color: var(--color-text-secondary);
  font-size: 1.1rem;
  line-height: 1.7;
}

.about-pillars__item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: brightness(0.72) contrast(1.03);
}

.about-pillars__item:first-child::after {
  content: "";
  position: absolute;
  inset: 26px 26px 24px 0;
  background: linear-gradient(
    to bottom,
    rgba(8, 12, 16, 0.34) 0%,
    rgba(8, 12, 16, 0.12) 34%,
    rgba(8, 12, 16, 0) 62%
  );
  pointer-events: none;
  z-index: 1;
}

/* TEACHING */

.about-teaching {
  background: #171717;
  color: #fff;
  padding: 78px 0 72px;
}

.about-teaching__intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: start;
}

.about-teaching__intro h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 0.96;
  color: #fff;
}

.about-teaching__copy p {
  margin: 0;
  color: rgba(255,255,255,0.82);
   font-size: 1.1rem;
  line-height: 1.7;
}

/* QUOTE SLIDER */

.about-quote-slider {
  position: relative;
  min-height: 62svh;
  overflow: hidden;
  background: #0c1014;
}

.about-quote-slider__slides,
.about-quote-slider__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-quote-slider__img {
  object-fit: cover;
  opacity: 0;
  transition: opacity 2.8s ease-in-out;
  filter: brightness(0.9) contrast(1.01);
}

.about-quote-slider__img.is-active {
  opacity: 1;
}

.about-quote-slider__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 12, 16, 0.62) 0%,
    rgba(8, 12, 16, 0.32) 0%,
    rgba(8, 12, 16, 0.16) 0%
  );
  z-index: 1;
}

.about-quote-slider__content {
  position: relative;
  z-index: 2;
  min-height: 62svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 560px;
  color: #fff;
}

.about-quote-slider__content h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.95;
  color: #fff;
}

.about-quote-slider__content p {
  margin: 0;
  color: rgba(255,255,255,0.9);
  font-size: 0.98rem;
  line-height: 1.7;
  max-width: 420px;
}

/* ORGS */.about-orgs {
  background: #fff;
  padding: 78px 0 88px;
}

.about-orgs h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.96;
  color: var(--color-primary);
}

.about-orgs__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.about-orgs__controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-orgs__prev,
.about-orgs__next {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(5,55,82,0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--color-primary);
  font-size: 1rem;
  cursor: pointer;
  transition: transform var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
}

.about-orgs__prev:hover,
.about-orgs__next:hover {
  transform: translateY(-1px);
  border-color: rgba(5,55,82,0.28);
  color: var(--color-accent);
}

.about-orgs__marquee {
  width: 100%;
  overflow: hidden;
  margin-top: 34px;
  position: relative;
}

.about-orgs__track {
  display: flex;
  align-items: center;
  gap: 54px;
  width: max-content;
  will-change: transform;
}

.about-orgs__track img {
  height: 50px;
  width: auto;
  object-fit: contain;
  opacity: 0.82;
  filter: grayscale(100%);
  flex: 0 0 auto;
}

.about-orgs__track:hover {
  animation-play-state: paused;
}

@keyframes aboutLogoMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 680px) {
  .about-orgs .container {
    align-items: start;
  }

  .about-orgs__controls {
    margin-top: 4px;
  }

  .about-orgs__track {
    gap: 36px;
    animation-duration: 34s;
  }

  .about-orgs__track img {
    height: 38px;
  }
}

/* MOBILE */

@media (max-width: 900px) {
  .about-intro__inner,
  .about-teaching__intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-pillars__grid {
    grid-template-columns: 1fr;
  }

  .about-pillars__item {
    padding: 20px 0;
  }

  .about-pillars__item + .about-pillars__item {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(5,55,82,0.1);
  }
}

@media (max-width: 680px) {
  .about-hero {
    min-height: 78svh;
  }

  .about-hero__content {
    min-height: 78svh;
    padding-top: 110px;
    padding-bottom: 24px;

  }

  .about-hero__title {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }


  .hero-photo img {
 object-position: 65% center;
}

  .about-intro {
    padding: 48px 0 42px;
  }

  .about-pillars {
    padding-bottom: 54px;
  }

  .about-teaching {
    padding: 54px 0;
  }

  .about-quote-slider,
  .about-quote-slider__content {
    min-height: 52svh;
  }

  .about-orgs {
    padding: 54px 0 68px;
  }

  .about-orgs__track {
    gap: 36px;
    animation-duration: 28s;
  }

  .about-orgs__track img {
    height: 28px;
  }
}



@media (max-width: 680px) {
  .about-pillars__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-pillars__item:first-child {
    padding: 0;
  }

  .about-pillars__item:first-child img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center 25%;
  }

  .about-pillars__item:first-child::after {
    inset: 0;
  }

  .about-pillars__title {
    top: 58px;
    left: 24px;
    max-width: 78%;
  }

  .about-pillars .section-kicker {
    top: 24px;
    left: 24px;
  }

  .about-pillars__item + .about-pillars__item {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(5,55,82,0.08);
    padding-top: 24px;
  }
}



