/* ============================================================
   Nosotros — MOSE about page.
   Same design language as /la-lente/: grey paper #f3f3f3,
   Archivo 800 uppercase display, Space Mono data layer,
   sharp corners, pink #FC0075 conveyor stripes.
   ============================================================ */
.mose-ab {
  --ab-ink:   #1a1a1a;
  --ab-mute:  #555;
  --ab-line:  #dcdcdc;
  --ab-bg:    #f3f3f3;              /* brand grey paper (matches /la-lente/) */
  --ab-pink:  var(--mose-pink, #FC0075);
  --ab-pink2: #d80067;              /* deep pink for the conveyor stripe */
  --ab-mono:  "Space Mono", ui-monospace, monospace;
  background: var(--ab-bg); color: var(--ab-ink);
  font-family: var(--mose-font, "Archivo", system-ui, sans-serif);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
.mose-ab__wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.mose-ab__eyebrow {
  font-family: var(--ab-mono); text-transform: uppercase;
  letter-spacing: .28em; font-size: 12px; color: var(--ab-mute); margin: 0 0 18px;
}
.mose-ab__eyebrow--light { color: rgba(255,255,255,.85); }

/* ============================================================
   HERO
   ============================================================ */
.mose-ab__hero { position: relative; min-height: 92vh; display: flex; align-items: flex-end; overflow: hidden; color: #fff; }
.mose-ab__hero-media { position: absolute; inset: 0; }
.mose-ab__hero-img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); animation: ab-kenburns 20s ease-out forwards; }
@keyframes ab-kenburns { to { transform: scale(1); } }
.mose-ab__hero-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.74) 0%, rgba(0,0,0,.12) 46%, rgba(0,0,0,.28) 100%); }
.mose-ab__hero-inner { position: relative; max-width: 1180px; width: 100%; margin: 0 auto; padding: 0 28px 12vh; }
.mose-ab__h1 { font-weight: 800; text-transform: uppercase; letter-spacing: -.02em; line-height: .9; font-size: clamp(38px, 7vw, 94px); margin: 0; max-width: 15ch; }
.mose-ab__hero-sub { font-weight: 600; text-transform: uppercase; letter-spacing: .035em; line-height: 1.18; font-size: clamp(14px, 1.7vw, 22px); color: rgba(255,255,255,.9); margin: clamp(18px, 2.4vw, 30px) 0 0; max-width: 30ch; }
.mose-ab__hl { color: inherit; text-decoration: underline; text-decoration-color: var(--ab-pink); text-decoration-thickness: .1em; text-underline-offset: .16em; }
.mose-ab__hero-inner [data-rv] { transition-duration: .8s; }
.mose-ab__hero-inner .mose-ab__hero-sub { transition-delay: .14s; }

/* ============================================================
   CONVEYOR MARQUEE — the brand's pink belt carrying the claim
   ============================================================ */
.mose-ab__belt { background: var(--ab-pink); color: #fff; overflow: hidden; position: relative; }
.mose-ab__belt::before, .mose-ab__belt::after {
  content: ""; display: block; height: 10px;
  background-image: repeating-linear-gradient(45deg,
    var(--ab-pink) 0, var(--ab-pink) 11px, var(--ab-pink2) 11px, var(--ab-pink2) 22px);
  background-size: 31.11px 10px;
  animation: ab-belt 2.6s linear infinite;
}
@keyframes ab-belt { to { background-position: 31.11px 0; } }
.mose-ab__belt-track { display: flex; width: max-content; animation: ab-marquee 28s linear infinite; padding: clamp(14px, 1.6vw, 22px) 0; }
.mose-ab__belt-run {
  flex: none; white-space: nowrap; padding-right: .6em;
  font-weight: 800; text-transform: uppercase; letter-spacing: .02em;
  font-size: clamp(16px, 2vw, 26px); line-height: 1;
}
@keyframes ab-marquee { to { transform: translateX(-50%); } }

/* ============================================================
   ¿QUIÉNES SOMOS?
   ============================================================ */
.mose-ab__who { padding: clamp(64px, 9vw, 130px) 0; }
.mose-ab__who-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(32px, 6vw, 90px); align-items: start; }
.mose-ab__h2 { font-weight: 800; text-transform: uppercase; letter-spacing: -.01em; font-size: clamp(30px, 3.8vw, 52px); line-height: 1; margin: 0 0 clamp(24px, 3vw, 36px); }
.mose-ab__stand { font-size: clamp(19px, 1.9vw, 25px); line-height: 1.5; color: var(--ab-ink); margin: 0 0 26px; max-width: 46ch; }
.mose-ab__copy p { font-size: 16px; line-height: 1.75; color: #333; margin: 0 0 18px; max-width: 58ch; }
.mose-ab__copy strong { color: var(--ab-ink); font-weight: 800; }

/* pull-quote — the manifesto line, set like a headline */
.mose-ab__quote { margin: clamp(30px, 4vw, 52px) 0; padding: 0; border: 0; }
.mose-ab__quote p {
  font-weight: 800; text-transform: uppercase; letter-spacing: -.015em;
  font-size: clamp(24px, 3vw, 40px); line-height: 1.04; margin: 0; max-width: 22ch;
}
.mose-ab__quote em {
  font-style: normal; text-decoration: underline;
  text-decoration-color: var(--ab-pink); text-decoration-thickness: .09em; text-underline-offset: .14em;
}

/* side panel — sticky product + values on a route spine.
   Sized so the video AND all three waypoints fit the viewport while stuck
   (the third value must be visible when its animation fires). */
.mose-ab__who-side { position: sticky; top: 70px; }
/* no card — the video/poster background is graded to the page's #f3f3f3,
   so the glasses float directly on the paper with their own shadow; edges
   are feathered into the page so no seam shows even if a frame drifts a bit */
.mose-ab__product { margin: 0 auto 18px; width: min(100%, 44vh); background: transparent; border: 0; position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.mose-ab__product img,
.mose-ab__spin {
  width: 100% !important; height: 100% !important; max-width: none !important;
  object-fit: cover; object-position: center; display: block;
  -webkit-mask-image: radial-gradient(115% 115% at 50% 50%, #000 62%, transparent 96%);
  mask-image: radial-gradient(115% 115% at 50% 50%, #000 62%, transparent 96%);
}
.mose-ab__product-cap {
  position: absolute; left: 14px; bottom: 12px;
  font-family: var(--ab-mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #999;
}

/* values — waypoints on a route spine that FILLS as you scroll the section;
   each waypoint switches on in sequence (node pops pink, text wakes up) */
.mose-ab__values { list-style: none; margin: 0; padding: 0; position: relative; }
.mose-ab__values::before {
  content: ""; position: absolute; left: 5px; top: 19px; bottom: 19px; width: 2px;
  background: linear-gradient(180deg, rgba(252,0,117,.55), rgba(252,0,117,.55));
  transform: scaleY(var(--ab-spine, 0)); transform-origin: top;
  transition: transform .25s linear;
}
.mose-ab__value { display: flex; gap: 18px; align-items: flex-start; padding: 15px 0 15px 28px; position: relative; }
.mose-ab__value-node {
  position: absolute; left: 0; top: 23px; width: 12px; height: 12px; border-radius: 50%;
  background: #d8d8d2; box-shadow: none;
  transition: background .35s ease, box-shadow .35s ease;
}
.mose-ab__value-ic { flex: 0 0 46px; width: 46px; color: var(--ab-ink); }
.mose-ab__value-ic svg { width: 100%; height: auto; display: block; }
.mose-ab__value-h { display: block; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; font-size: 14px; margin-bottom: 6px; }
.mose-ab__value-d { display: block; font-size: 14px; line-height: 1.55; color: var(--ab-mute); }
/* waking up: dimmed + nudged right until its waypoint is reached */
.mose-ab__value .mose-ab__value-ic,
.mose-ab__value .mose-ab__value-tx {
  opacity: .3; transform: translateX(10px);
  transition: opacity .45s ease, transform .45s ease;
}
.mose-ab__value.is-on .mose-ab__value-ic,
.mose-ab__value.is-on .mose-ab__value-tx { opacity: 1; transform: none; }
.mose-ab__value.is-on .mose-ab__value-node {
  background: var(--ab-pink); box-shadow: 0 0 0 4px rgba(252,0,117,.15);
  animation: ab-node-pop .5s cubic-bezier(.22,.61,.36,1);
}
@keyframes ab-node-pop { 0% { transform: scale(.5); } 55% { transform: scale(1.5); } 100% { transform: scale(1); } }

/* ============================================================
   STRIP — infinite marquee, full-bleed, mono discipline captions
   ============================================================ */
.mose-ab__strip { padding: 0; }
.mose-ab__strip-title {
  text-align: center; font-weight: 800; text-transform: uppercase; letter-spacing: -.01em;
  line-height: 1.05; font-size: clamp(24px, 3.4vw, 48px);
  max-width: 26ch; margin: 0 auto clamp(28px, 4vw, 52px); padding: 0 28px;
}
.mose-ab__strip-belt { overflow: hidden; }
.mose-ab__strip-track {
  display: flex; width: max-content;
  animation: ab-strip 36s linear infinite;
}
.mose-ab__strip-belt:hover .mose-ab__strip-track { animation-play-state: paused; }
@keyframes ab-strip { to { transform: translateX(-50%); } }
.mose-ab__cell {
  width: clamp(300px, 34vw, 480px); flex: 0 0 auto; margin: 0 clamp(3px, .4vw, 6px) 0 0;
  aspect-ratio: 3 / 4; overflow: hidden; background: #e6e6e6; position: relative;
}
.mose-ab__cell-img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.mose-ab__cell:hover .mose-ab__cell-img { transform: scale(1.05); }
.mose-ab__cell-cap {
  position: absolute; left: 14px; bottom: 14px; z-index: 2;
  font-family: var(--ab-mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: #fff; background: rgba(0,0,0,.45); padding: 7px 13px; backdrop-filter: blur(4px);
}

/* ============================================================
   CTA — meta
   ============================================================ */
.mose-ab__cta {
  text-align: center; padding: clamp(56px, 7vw, 100px) 28px clamp(72px, 10vw, 150px);
  background: var(--ab-bg);
}
.mose-ab__cta .mose-ab__eyebrow { margin-bottom: 22px; }
.mose-ab__cta-title {
  font-weight: 800; text-transform: uppercase; letter-spacing: -.02em;
  font-size: clamp(32px, 5.6vw, 76px); line-height: .96; margin: 0 auto; max-width: 16ch;
}
.mose-ab__hl--ink { color: var(--ab-ink); }
.mose-ab__cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: clamp(30px, 4vw, 46px); }
.mose-ab__btn {
  display: inline-block; font-family: var(--ab-mono); font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em; text-decoration: none;
  padding: 17px 32px; border-radius: 0; border: 1.5px solid var(--ab-ink); color: var(--ab-ink);
  background: transparent;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
.mose-ab__btn:hover { transform: translateY(-2px); color: var(--ab-ink); }
.mose-ab__btn:focus-visible { outline: 2px solid var(--ab-pink); outline-offset: 4px; }
.mose-ab__btn--pink { background: var(--ab-pink); border-color: var(--ab-pink); color: #fff; }
.mose-ab__btn--pink:hover {
  color: #fff; background-color: var(--ab-pink);
  background-image: linear-gradient(45deg,
    rgba(255,255,255,.24) 25%, transparent 25%, transparent 50%,
    rgba(255,255,255,.24) 50%, rgba(255,255,255,.24) 75%, transparent 75%);
  background-size: 16px 16px;
  animation: ab-beltsheen .55s linear infinite;
}
@keyframes ab-beltsheen { to { background-position: 16px 0; } }

/* ============================================================
   scroll reveal
   ============================================================ */
.mose-ab [data-rv] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.mose-ab [data-rv].rv-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .mose-ab [data-rv] { opacity: 1; transform: none; transition: none; }
  .mose-ab__hero-img { animation: none; transform: none; }
  .mose-ab__product img, .mose-ab__cell-img { transition: none; }
  .mose-ab__belt-track { animation: none; }
  .mose-ab__belt::before, .mose-ab__belt::after { animation: none; }
  .mose-ab__btn--pink:hover { animation: none; background-image: none; }
  .mose-ab__values::before { transform: scaleY(1); transition: none; }
  .mose-ab__value .mose-ab__value-ic,
  .mose-ab__value .mose-ab__value-tx { opacity: 1; transform: none; transition: none; }
  .mose-ab__value .mose-ab__value-node { background: var(--ab-pink); box-shadow: 0 0 0 4px rgba(252,0,117,.15); animation: none; }
  .mose-ab__strip-track { animation: none; }
}

/* ============================================================
   mobile
   ============================================================ */
@media (max-width: 860px) {
  .mose-ab__hero { min-height: 78vh; }
  .mose-ab__who-grid { grid-template-columns: 1fr; }
  .mose-ab__who-side { position: static; order: -1; }
  .mose-ab__cell { width: 72vw; }
}
