/* ==========================================================================
   /about-us - page styles (scoped under body.page-about-us)
   Sections: About Us Hero, Our Story (giant "Moments, not messages" marquee +
   "Moment Of Peopleッ" + partner logos ticker), Careers (#careers "Lo que nos
   mueve"), Team slideshow ("Nuestro equipo"), CTA banner, closing CTA + footer.
   Page background is white on the live site.
   ========================================================================== */
body.page-about-us { background: var(--c-white); }
body.page-about-us .ab-br-m { display: none; }

/* ---------- Hero ---------------------------------------------------------- */
body.page-about-us .ab-hero {
  display: flex; flex-direction: column; align-items: center; gap: var(--sp-8);
  min-height: 900px; padding: 0 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 45.3436%, #40fe77 100%);
}
body.page-about-us .ab-hero__container {
  position: relative; display: flex; flex-direction: column; align-items: center; gap: var(--sp-6);
  width: 100%; padding: 160px 0 416px;
}
body.page-about-us .ab-hero__rows { display: flex; flex-direction: column; align-items: center; gap: 40px; width: 100%; padding: 7px 0 47px; }
body.page-about-us .ab-hero__heading { display: flex; flex-direction: column; align-items: center; gap: var(--sp-5); width: 100%; max-width: 1096px; }
body.page-about-us .ab-hero__title {
  font-family: var(--f-dm); font-weight: 300; font-size: 91px; line-height: 1; letter-spacing: -0.07em;
  color: var(--c-text); text-align: center; text-wrap: balance;
}
body.page-about-us .ab-hero__title .t-serif { letter-spacing: -0.06em; }
body.page-about-us .ab-hero__sp { font-weight: 400; letter-spacing: -0.06em; }
body.page-about-us .ab-hero__lead {
  max-width: 701px; font-family: var(--f-inter); font-weight: 400; font-size: 20px; line-height: 28px; letter-spacing: -0.5px;
  color: var(--c-text); text-align: center;
}
body.page-about-us .ab-hero__frame {
  position: absolute; left: 0; bottom: -270px; z-index: 1;
  width: 100%; height: 636px; border-radius: 32px; overflow: hidden;
}
body.page-about-us .ab-hero__image { width: 100%; height: 100%; will-change: transform; transform: scale(1.06); }
body.page-about-us .ab-hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* ---------- Our Story ----------------------------------------------------- */
body.page-about-us .ab-story {
  display: flex; flex-direction: column; align-items: center; gap: 36px;
  padding: 267px 32px 68px;
}
body.page-about-us .ab-marquee { width: 100%; height: 323px; overflow: hidden; }
body.page-about-us .ab-marquee__track { gap: 0; align-items: center; height: 100%; }
body.page-about-us .ab-marquee__item {
  flex: none; white-space: nowrap; padding: 20px 19px 56px 0;
  font-family: var(--f-dm); font-weight: 400; font-size: 270px; line-height: 0.9; letter-spacing: -0.08em; color: #232323;
}
body.page-about-us .ab-marquee__item--serif { padding: 28px 30px 58px 3px; font-family: var(--f-serif); font-style: italic; letter-spacing: -0.06em; }
body.page-about-us .ab-story__container { display: flex; flex-direction: column; align-items: center; gap: 96px; width: 100%; max-width: 1280px; }
body.page-about-us .ab-story__content { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: var(--sp-6); width: 100%; padding: 36px 0; }
body.page-about-us .ab-story__title {
  width: 100%; font-family: var(--f-dm); font-weight: 300; font-size: 86px; line-height: 1; letter-spacing: -5.2px; color: var(--c-text); text-align: center;
}
body.page-about-us .ab-story__sub { max-width: 896px; font-family: var(--f-serif); font-style: italic; font-weight: 400; font-size: 20px; line-height: 28px; letter-spacing: -0.5px; color: var(--c-text); text-align: center; }
body.page-about-us .ab-story__sub a { color: #0b0c0e; transition: color 0.2s; }
body.page-about-us .ab-story__sub a:hover { color: rgba(11, 12, 14, 0.8); }
body.page-about-us .ab-story__text { max-width: 896px; font-family: var(--f-inter); font-weight: 300; font-size: 20px; line-height: 28px; letter-spacing: -0.5px; color: var(--c-text); text-align: center; }
body.page-about-us .ab-partners { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; width: 100%; }
body.page-about-us .ab-partners__label { font-family: var(--f-is); font-weight: 400; font-size: 11px; line-height: 26px; letter-spacing: -0.2px; text-transform: uppercase; text-align: center; color: var(--c-text); }
body.page-about-us .ab-partners__ticker { width: 704px; max-width: 100%; height: 100px; padding: 24px; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); /* live: logos fade at both edges */
}
body.page-about-us .ab-partners__track { gap: var(--sp-5); align-items: center; height: 52px; }
body.page-about-us .ab-partners__item { display: flex; align-items: center; justify-content: center; flex: none; width: 156px; height: 96px; }
body.page-about-us .ab-logo { display: block; }
body.page-about-us .ab-logo--google { width: 106px; height: 56px; }
body.page-about-us .ab-logo--microsoft { width: 129px; height: 54px; }
body.page-about-us .ab-logo--meta { width: 118px; height: 47px; }
body.page-about-us .ab-logo--telefonica { width: 125px; height: 29px; }
body.page-about-us .ab-logo--oracle { width: 125px; height: 17px; }

/* ---------- Careers ------------------------------------------------------- */
body.page-about-us .ab-careers { display: flex; flex-direction: column; align-items: center; gap: var(--sp-8); padding: 96px 32px; }
body.page-about-us .ab-careers__container { display: flex; flex-direction: column; align-items: flex-start; gap: var(--sp-6); width: 100%; max-width: 1280px; }
body.page-about-us .ab-careers__rows { display: flex; align-items: center; gap: 96px; width: 100%; }
body.page-about-us .ab-careers__images { position: relative; width: 50%; height: 710px; flex: none; border-radius: 32px; }
body.page-about-us .ab-photo { position: absolute; width: 240px; border-radius: var(--r-md); overflow: hidden; }
body.page-about-us .ab-photo img { width: 100%; height: 100%; object-fit: cover; }
body.page-about-us .ab-photo__overlay { position: absolute; inset: 0; background: #21231d; }
body.page-about-us .ab-photo--1 { top: 56px; right: 200px; height: 323px; }
body.page-about-us .ab-photo--2 { top: 419px; right: 200px; height: 260px; }
body.page-about-us .ab-photo--3 { top: 0; right: 0; height: 322px; }
body.page-about-us .ab-photo--4 { top: 362px; right: 0; height: 348px; }
/* Live state: the 4 cards sit at opacity 0 / scale(0.5) (their Framer "appear" never fires), so the column
   renders empty exactly like the live page. To reveal them, replace this rule with data-appear on the cards. */
body.page-about-us .ab-photo { opacity: 0; transform: scale(0.5); pointer-events: none; }
body.page-about-us .ab-careers__content { display: flex; flex-direction: column; align-items: flex-start; gap: var(--sp-5); flex: 1; min-width: 0; padding-right: 48px; }
body.page-about-us .ab-careers__headings { display: flex; flex-direction: column; align-items: flex-start; gap: var(--sp-5); width: 100%; }
body.page-about-us .ab-careers__eyebrow { font-family: var(--f-inter); font-weight: 500; font-size: 18px; line-height: 22px; letter-spacing: -0.25px; color: #232323; }
body.page-about-us .ab-careers__title { width: 100%; font-family: var(--f-dm); font-weight: 400; font-size: 46px; line-height: 1; letter-spacing: -2.2px; color: #232323; text-align: left; }
body.page-about-us .ab-careers__title-m { display: none; }
body.page-about-us .ab-careers__text { width: 100%; font-family: var(--f-inter); font-weight: 400; font-size: 18px; line-height: 28px; letter-spacing: -0.25px; color: #454745; }

/* ---------- Team slideshow ------------------------------------------------ */
body.page-about-us .ab-team { display: flex; flex-direction: column; align-items: center; gap: var(--sp-8); padding: 78px 32px; background: var(--c-white); }
body.page-about-us .ab-team__head { display: flex; flex-direction: column; align-items: flex-start; gap: var(--sp-3); width: 100%; max-width: 1280px; }
body.page-about-us .ab-team__columns { position: relative; display: flex; align-items: center; justify-content: space-between; width: 100%; }
body.page-about-us .ab-team__title { width: 50%; font-family: var(--f-dm); font-weight: 400; font-size: 55px; line-height: 1; letter-spacing: -2.2px; color: #232323; text-align: left; }
body.page-about-us .ab-team__controls { position: absolute; right: -5px; top: -25px; display: flex; align-items: center; justify-content: center; gap: var(--sp-3); }
body.page-about-us .ab-team__btn { width: 72px; height: 72px; border-radius: 40px; overflow: hidden; } /* live: no hover scale on the slider arrows */
body.page-about-us .ab-team__btn img { width: 72px; height: 72px; }
body.page-about-us .ab-team__container { display: flex; flex-direction: column; align-items: center; gap: 40px; width: 100%; max-width: 1280px; padding-left: 64px; }
body.page-about-us .ab-slider { position: relative; width: 111%; height: 480px; overflow: hidden; flex: none; cursor: grab; user-select: none; touch-action: pan-y; }
body.page-about-us .ab-slider.is-dragging { cursor: grabbing; }
body.page-about-us .ab-slider__track { display: flex; align-items: flex-start; gap: 60px; width: 100%; height: 100%; will-change: transform; transition: transform 0.6s var(--ease-out); }
body.page-about-us .ab-slider__track.no-transition { transition: none; }
body.page-about-us .ab-slider__item { flex: none; width: 222px; height: 100%; }
body.page-about-us .ab-profile { display: flex; flex-direction: column; align-items: flex-start; gap: var(--sp-5); width: 268px; }
body.page-about-us .ab-profile__image { width: 268px; height: 360px; border-radius: var(--r-md); overflow: hidden; }
body.page-about-us .ab-profile__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; pointer-events: none; }
body.page-about-us .ab-profile__content { display: flex; flex-direction: column; gap: 4px; width: 100%; }
body.page-about-us .ab-profile__name { font-family: var(--f-inter); font-weight: 500; font-size: 20px; line-height: 28px; color: #232323; }
body.page-about-us .ab-profile__role { font-family: var(--f-inter); font-weight: 400; font-size: 16px; line-height: 24px; color: #454745; }

/* ---------- CTA banner ---------------------------------------------------- */
body.page-about-us .ab-cta { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 31px 50px 0; overflow: hidden; }
body.page-about-us .ab-cta__container {
  position: relative; display: flex; flex-direction: column; align-items: center; gap: var(--sp-6);
  width: 100%; padding: 160px 32px; border-radius: 32px; overflow: hidden; filter: brightness(1.01);
}
body.page-about-us .ab-cta__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
body.page-about-us .ab-cta__content { position: relative; display: flex; flex-direction: column; align-items: center; gap: 40px; width: 100%; }
body.page-about-us .ab-cta__heading {
  max-width: 944px; font-family: var(--f-dm); font-weight: 400; font-size: 49px; line-height: 1; letter-spacing: -0.05em; color: var(--c-white); text-align: center;
}

/* ---------- Tablet (768-1199) --------------------------------------------- */
@media (max-width: 1199px) {
  body.page-about-us .ab-hero { padding: 0 30px; }
  body.page-about-us .ab-hero__title { font-size: 64px; }
  body.page-about-us .ab-hero__frame { height: 574px; bottom: -208px; }
  body.page-about-us .ab-hero__container { padding-bottom: 300px; }
  body.page-about-us .ab-hero { min-height: 0; }
  body.page-about-us .ab-story { padding-top: 220px; }
  body.page-about-us .ab-story__container { max-width: 1024px; }
  body.page-about-us .ab-story__title { font-weight: 400; font-size: 74px; line-height: 0.9; letter-spacing: -2.2px; }
  body.page-about-us .ab-br-m { display: inline; }
  body.page-about-us .ab-careers__container, body.page-about-us .ab-team__head, body.page-about-us .ab-team__container { max-width: 1024px; }
  body.page-about-us .ab-careers__rows { flex-direction: column; gap: var(--sp-8); }
  body.page-about-us .ab-careers__images { order: 1; width: 70%; }
  body.page-about-us .ab-photo--1, body.page-about-us .ab-photo--2 { right: 232px; }
  body.page-about-us .ab-careers__content { width: 100%; align-items: center; padding-right: 0; }
  body.page-about-us .ab-careers__headings { align-items: center; }
  body.page-about-us .ab-careers__title { text-align: center; }
  body.page-about-us .ab-careers__title-d { display: none; }
  body.page-about-us .ab-careers__title-m { display: inline; }
  body.page-about-us .ab-careers__text { text-align: center; }
  body.page-about-us .ab-team__columns { flex-direction: column; gap: var(--sp-5); }
  body.page-about-us .ab-team__container { padding: 23px 0 0; }
  body.page-about-us .ab-team__title { width: 100%; text-align: center; }
  body.page-about-us .ab-team__controls { position: static; }
  body.page-about-us .ab-slider { width: 100%; }
  body.page-about-us .ab-slider__item { width: 268px; }
  body.page-about-us .ab-cta { padding: 31px 30px 0; }
  body.page-about-us .ab-cta__container { padding: 111px 32px; }
}

/* ---------- Phone (< 768) -------------------------------------------------- */
@media (max-width: 767px) {
  body.page-about-us .ab-hero { min-height: 763px; padding: 0 20px; background: linear-gradient(180deg, #fff 70.6139%, #40fe77 100%); }
  body.page-about-us .ab-hero__container { padding: 106px 0 178px; }
  body.page-about-us .ab-hero__rows { padding: 1px 0; }
  body.page-about-us .ab-hero__title { font-size: 47px; letter-spacing: -0.07em; text-wrap: wrap; }
  body.page-about-us .ab-hero__lead { max-width: 312px; font-size: 18px; }
  body.page-about-us .ab-hero__frame { height: 270px; bottom: -135px; }
  body.page-about-us .ab-story { gap: 36px; padding: 80px 24px 48px; }
  body.page-about-us .ab-marquee { height: 262px; }
  body.page-about-us .ab-story__content { gap: 42px; padding: 0; }
  body.page-about-us .ab-story__title { font-weight: 400; font-size: 74px; line-height: 0.9; letter-spacing: -2.2px; }
  body.page-about-us .ab-br-m { display: inline; }
  body.page-about-us .ab-story__sub { line-height: 25px; }
  body.page-about-us .ab-story__text { max-width: 298px; font-size: 16px; line-height: 25px; }
  body.page-about-us .ab-partners__ticker { width: calc(100% + 48px); max-width: none; }
  body.page-about-us .ab-careers { padding: 48px 24px; }
  body.page-about-us .ab-careers__images { width: 100%; }
  body.page-about-us .ab-careers__title { font-size: 31px; }
  body.page-about-us .ab-team { gap: 43px; padding: 48px 24px; }
  body.page-about-us .ab-team__title { font-size: 76px; }
  body.page-about-us .ab-slider__item { width: 268px; }
  body.page-about-us .ab-slider__track { gap: 17px; }
  body.page-about-us .ab-cta { padding: 31px 20px 0; }
  body.page-about-us .ab-cta__container { padding: 64px 32px; border-radius: 25px; }
  body.page-about-us .ab-cta__heading { font-size: 37px; margin: 0 -3px; }
  /* live "Mobile" CTA card is 346px tall (content centred) */
}
@media (prefers-reduced-motion: reduce) {
  body.page-about-us .ab-hero__image { transform: none !important; }
  body.page-about-us .ab-slider__track { transition: none; }
}
body.page-about-us .ab-photo--1 .ab-photo__overlay { opacity: 0.1; }
body.page-about-us .ab-photo--2 .ab-photo__overlay { opacity: 0.06; }
body.page-about-us .ab-photo--3 .ab-photo__overlay { opacity: 0.1; }
body.page-about-us .ab-photo--4 .ab-photo__overlay { opacity: 0.2; }
/* the live marquee reads "Moments ,not messages" on desktop/tablet and "Moments too early" on phones */
body.page-about-us .ab-marquee__item--m { display: none; }
@media (max-width: 767px) {
  body.page-about-us .ab-marquee__item--d { display: none; }
  body.page-about-us .ab-marquee__item--m { display: block; }
}
