/* =========================================================
   JR BIO TEASER 1.6.2
   Trayectoria + prueba social + introducción biográfica
   ========================================================= */

.jr-bio-teaser,
.jr-bio-teaser * {
  box-sizing: border-box;
}

.jr-bio-teaser {
  --jr-bio-bg-left: #1f4f98;
  --jr-bio-bg-mid: #193b72;
  --jr-bio-bg-right: #111a26;
  --jr-bio-text: #f2efe8;
  --jr-bio-copy: rgba(242, 239, 232, 0.95);
  --jr-bio-line: #1a6ae0;
  --jr-bio-border: rgba(242, 239, 232, 0.86);
  --jr-bio-shadow: 0 28px 72px rgba(0, 0, 0, 0.2);
  --jr-bio-max: 1540px;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(90deg, var(--jr-bio-bg-left) 0%, var(--jr-bio-bg-mid) 42%, var(--jr-bio-bg-right) 100%);
  color: var(--jr-bio-text);
  font-family: "Raleway", Arial, sans-serif;
}

.jr-bio-teaser a {
  color: inherit;
  text-decoration: none;
}

/* Fuerza Raleway en toda la sección, incluso si el tema de WordPress
   aplica otra tipografía a títulos, párrafos, botones o enlaces. */
.jr-bio-teaser h1,
.jr-bio-teaser h2,
.jr-bio-teaser h3,
.jr-bio-teaser h4,
.jr-bio-teaser h5,
.jr-bio-teaser h6,
.jr-bio-teaser p,
.jr-bio-teaser a,
.jr-bio-teaser span,
.jr-bio-teaser strong,
.jr-bio-teaser em,
.jr-bio-teaser button {
  font-family: "Raleway", Arial, sans-serif !important;
}

.jr-bio-teaser__backdrop {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 6% 12%, rgba(255,255,255,0.05), transparent 26%),
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.025) 51%, transparent 52%),
    radial-gradient(circle at 86% 36%, rgba(255,255,255,0.025), transparent 34%);
  opacity: 0.9;
}

/* SUPERIOR */
.jr-bio-teaser__proof {
  position: relative;
  padding: clamp(70px, 6.6vw, 112px) 0 clamp(76px, 7vw, 118px);
}

.jr-bio-teaser__proof-container,
.jr-bio-teaser__container {
  width: min(calc(100% - 64px), var(--jr-bio-max));
  margin: 0 auto;
}

.jr-bio-teaser__proof-header {
  max-width: 100%;
}

.jr-bio-teaser .jr-bio-teaser__proof-title {
  margin: 0 !important;
  max-width: 15.5ch;
  color: var(--jr-bio-text) !important;
  font-size: clamp(66px, 7.8vw, 146px) !important;
  line-height: 0.87 !important;
  font-weight: 850 !important;
  letter-spacing: -0.075em !important;
}

.jr-bio-teaser__proof-title em {
  font-style: italic;
  font-weight: inherit;
}

.jr-bio-teaser__proof-intro {
  max-width: 1460px;
  margin: clamp(18px, 2vw, 26px) 0 0 !important;
  color: rgba(242, 239, 232, 0.94) !important;
  font-size: clamp(18px, 1.45vw, 24px) !important;
  line-height: 1.1 !important;
  font-weight: 400 !important;
  letter-spacing: -0.035em !important;
}

.jr-bio-teaser__proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(34px, 4vw, 72px);
  row-gap: clamp(54px, 6.8vw, 96px);
  margin-top: clamp(84px, 8vw, 116px);
}

.jr-bio-teaser__proof-card {
  position: relative;
  min-height: 140px;
}

.jr-bio-teaser__proof-card--left {
  padding-left: clamp(46px, 4.2vw, 82px);
}

.jr-bio-teaser__proof-card--right {
  padding-right: clamp(40px, 3.2vw, 62px);
  text-align: right;
  align-self: end;
  margin-top: clamp(18px, 3vw, 42px);
}

.jr-bio-teaser__proof-card-content {
  position: relative;
  z-index: 1;
}

.jr-bio-teaser__proof-card h3 {
  margin: 0 0 8px !important;
  color: var(--jr-bio-text) !important;
  font-size: clamp(34px, 3.2vw, 58px) !important;
  line-height: 0.98 !important;
  font-weight: 850 !important;
  letter-spacing: -0.06em !important;
}

.jr-bio-teaser__proof-card p {
  max-width: 1010px;
  margin: 0 !important;
  color: rgba(242, 239, 232, 0.94) !important;
  font-size: clamp(18px, 1.4vw, 26px) !important;
  line-height: 1.34 !important;
  font-weight: 400 !important;
  letter-spacing: -0.028em !important;
}

.jr-bio-teaser__proof-card strong {
  color: var(--jr-bio-text);
  font-weight: 800;
}

.jr-bio-teaser__circle {
  position: absolute;
  top: -10px;
  left: 0;
  width: clamp(78px, 7vw, 116px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #1d6fe4;
}

.jr-bio-teaser__circle--right {
  top: -14px;
  right: 0;
  left: auto;
}

.jr-bio-teaser__proof-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 4vw, 72px);
  margin-top: clamp(70px, 7vw, 98px);
  padding: clamp(22px, 2.6vw, 34px) clamp(28px, 3vw, 42px);
  border: 1px solid rgba(242, 239, 232, 0.58);
}

.jr-bio-teaser__proof-cta-copy h3 {
  margin: 0 0 10px !important;
  color: var(--jr-bio-text) !important;
  font-size: clamp(36px, 3.25vw, 60px) !important;
  line-height: 0.98 !important;
  font-weight: 850 !important;
  letter-spacing: -0.06em !important;
}

.jr-bio-teaser__proof-cta-copy p {
  margin: 0 !important;
  color: rgba(242, 239, 232, 0.94) !important;
  font-size: clamp(18px, 1.4vw, 26px) !important;
  line-height: 1.34 !important;
  letter-spacing: -0.028em !important;
}

.jr-bio-teaser__proof-cta-button,
.jr-bio-teaser__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(250px, 22vw, 310px);
  min-height: 72px;
  padding: 18px 34px;
  border: 2px solid var(--jr-bio-border);
  border-radius: 999px;
  background: transparent;
  color: var(--jr-bio-text) !important;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: transform 220ms ease, background-color 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.jr-bio-teaser__proof-cta-button:hover,
.jr-bio-teaser__proof-cta-button:focus-visible,
.jr-bio-teaser__button:hover,
.jr-bio-teaser__button:focus-visible {
  background: rgba(255,255,255,0.08);
  border-color: #ffffff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
  outline: none;
}

/* BIO */
.jr-bio-teaser__bio {
  position: relative;
  padding: clamp(36px, 4vw, 56px) 0 clamp(88px, 8.5vw, 130px);
}

.jr-bio-teaser__container {
  display: grid;
  grid-template-columns: minmax(300px, 400px) minmax(0, 1fr);
  gap: clamp(42px, 4.8vw, 74px);
  align-items: center;
}

.jr-bio-teaser__media,
.jr-bio-teaser__content {
  min-width: 0;
}

.jr-bio-teaser__portrait {
  margin: 0;
  width: min(100%, 400px);
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: rgba(255,255,255,0.12);
  box-shadow: var(--jr-bio-shadow);
}


.jr-bio-teaser__portrait {
  position: relative;
  isolation: isolate;
}

.jr-bio-teaser__portrait::before,
.jr-bio-teaser__portrait::after {
  content: "";
  position: absolute;
  inset: -10%;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  mix-blend-mode: screen;
}

.jr-bio-teaser__portrait::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 244, 246, 0.92) 0 22%, rgba(255, 221, 228, 0.72) 24%, rgba(255, 221, 228, 0.28) 42%, rgba(255, 221, 228, 0) 62%);
  filter: blur(20px) saturate(1.04);
  clip-path: polygon(32% 6%, 51% 3%, 68% 10%, 82% 24%, 91% 41%, 89% 57%, 83% 71%, 72% 84%, 57% 95%, 39% 92%, 24% 84%, 13% 73%, 7% 58%, 6% 41%, 12% 26%, 21% 14%);
  transform: translate3d(22%, 10%, 0) scale(.18) rotate(-16deg);
}

.jr-bio-teaser__portrait::after {
  background:
    radial-gradient(circle at 42% 46%, rgba(255,255,255,0.72) 0 18%, rgba(255,255,255,0.18) 34%, rgba(255,255,255,0) 60%);
  filter: blur(8px);
  clip-path: polygon(40% 9%, 56% 7%, 71% 14%, 86% 32%, 90% 50%, 82% 68%, 66% 84%, 46% 92%, 27% 86%, 14% 70%, 9% 50%, 12% 30%, 24% 15%);
  transform: translate3d(-18%, -12%, 0) scale(.12) rotate(18deg);
}

.jr-bio-teaser__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transform: scale(1.015);
  filter: saturate(.98) contrast(1.02);
}

.jr-bio-teaser__eyebrow {
  margin: 0 0 8px !important;
  color: rgba(242, 239, 232, 0.98) !important;
  font-size: clamp(20px, 1.95vw, 28px) !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
  letter-spacing: -0.03em !important;
}

.jr-bio-teaser .jr-bio-teaser__title {
  margin: 0 !important;
  max-width: 8.1ch;
  color: var(--jr-bio-text) !important;
  font-size: clamp(58px, 8vw, 122px) !important;
  line-height: 0.88 !important;
  font-weight: 800 !important;
  letter-spacing: -0.075em !important;
}

.jr-bio-teaser__divider {
  width: min(100%, 720px);
  height: 4px;
  margin: clamp(22px, 3vw, 30px) 0 clamp(28px, 3vw, 36px);
  background: var(--jr-bio-line);
}

.jr-bio-teaser__excerpt {
  max-width: 880px;
  margin: 0 !important;
  color: var(--jr-bio-copy) !important;
  font-size: clamp(18px, 1.95vw, 26px) !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
  text-wrap: pretty;
}

.jr-bio-teaser__actions {
  display: flex;
  align-items: center;
  margin-top: clamp(28px, 3.5vw, 40px);
}

/* =========================================================
   ANIMACIÓN — basada en el video de referencia
   ========================================================= */
[data-jr-bio-reveal] {
  will-change: transform, opacity;
}

/* 1) Encabezado: cada línea sube desde una máscara, como en el video */
.jr-bio-teaser__proof-title-mask,
.jr-bio-teaser__title-mask {
  display: block;
  overflow: hidden;
  padding: .06em .06em .08em 0;
  margin: -.06em -.06em -.08em 0;
}

.jr-bio-teaser__proof-title-line,
.jr-bio-teaser__title-line {
  display: block;
  transform: translate3d(0, 112%, 0);
  opacity: .2;
  will-change: transform, opacity;
}

[data-jr-bio-anim="header"] .jr-bio-teaser__proof-intro {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
}

[data-jr-bio-anim="header"].is-visible .jr-bio-teaser__proof-title-line--1 {
  animation: jrBioLineReveal .66s cubic-bezier(.22,1,.36,1) .05s both;
}

[data-jr-bio-anim="header"].is-visible .jr-bio-teaser__proof-title-line--2 {
  animation: jrBioLineReveal .68s cubic-bezier(.22,1,.36,1) .18s both;
}

[data-jr-bio-anim="header"].is-visible .jr-bio-teaser__proof-title-line--3 {
  animation: jrBioLineReveal .68s cubic-bezier(.22,1,.36,1) .28s both;
}

[data-jr-bio-anim="header"].is-visible .jr-bio-teaser__proof-intro {
  animation: jrBioFadeUp .5s cubic-bezier(.22,1,.36,1) .46s both;
}

/* 2) Prueba social: círculo aparece primero y el texto entra desde el lado */
[data-jr-bio-anim="card-left"],
[data-jr-bio-anim="card-right"] {
  opacity: 0;
}

[data-jr-bio-anim="card-left"] .jr-bio-teaser__circle,
[data-jr-bio-anim="card-right"] .jr-bio-teaser__circle {
  transform: scale(.05);
  opacity: 0;
}

[data-jr-bio-anim="card-left"] .jr-bio-teaser__proof-card-content {
  transform: translate3d(-34px, 0, 0);
  opacity: 0;
}

[data-jr-bio-anim="card-right"] .jr-bio-teaser__proof-card-content {
  transform: translate3d(34px, 0, 0);
  opacity: 0;
}

[data-jr-bio-anim="card-left"].is-visible,
[data-jr-bio-anim="card-right"].is-visible {
  opacity: 1;
}

[data-jr-bio-anim="card-left"].is-visible .jr-bio-teaser__circle,
[data-jr-bio-anim="card-right"].is-visible .jr-bio-teaser__circle {
  animation: jrBioCirclePop .55s cubic-bezier(.16,1.25,.38,1) both;
}

[data-jr-bio-anim="card-left"].is-visible .jr-bio-teaser__proof-card-content,
[data-jr-bio-anim="card-right"].is-visible .jr-bio-teaser__proof-card-content {
  animation: jrBioCardIn .66s cubic-bezier(.22,1,.36,1) .10s both;
}

/* 3) CTA: primero se dibuja la caja; después aparece el contenido */
.jr-bio-teaser__proof-cta {
  position: relative;
  border-color: transparent;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

.jr-bio-teaser__proof-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(242, 239, 232, 0.58);
  clip-path: inset(0 100% 0 0);
}

.jr-bio-teaser__proof-cta-copy,
.jr-bio-teaser__proof-cta-button {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

[data-jr-bio-anim="cta"].is-visible {
  animation: jrBioFadeUp .48s cubic-bezier(.22,1,.36,1) both;
}

[data-jr-bio-anim="cta"].is-visible::before {
  animation: jrBioBorderDraw .82s cubic-bezier(.22,1,.36,1) .08s both;
}

[data-jr-bio-anim="cta"].is-visible .jr-bio-teaser__proof-cta-copy {
  animation: jrBioFadeUp .52s cubic-bezier(.22,1,.36,1) .27s both;
}

[data-jr-bio-anim="cta"].is-visible .jr-bio-teaser__proof-cta-button {
  animation: jrBioFadeUp .52s cubic-bezier(.22,1,.36,1) .39s both;
}

/* 4) BIO INFERIOR — secuencia tomada del segundo video de referencia
   1. eyebrow
   2. título por líneas
   3. línea azul
   4. párrafo
   5. fotografía
   6. botón
*/
[data-jr-bio-anim="bio-stage"] .jr-bio-teaser__eyebrow {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

[data-jr-bio-anim="bio-stage"] .jr-bio-teaser__title-line {
  transform: translate3d(0, 116%, 0);
  opacity: .15;
}

[data-jr-bio-anim="bio-stage"] .jr-bio-teaser__divider {
  transform: scaleX(0);
  transform-origin: left center;
  opacity: .85;
}

[data-jr-bio-anim="bio-stage"] .jr-bio-teaser__excerpt {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
}

[data-jr-bio-anim="bio-stage"] .jr-bio-teaser__portrait {
  opacity: 0;
  clip-path: inset(8% 0 92% 0);
  transform: translate3d(0, 18px, 0) scale(.985);
}

[data-jr-bio-anim="bio-stage"] .jr-bio-teaser__portrait img {
  transform: scale(1.085);
  filter: saturate(.9) contrast(1.04) brightness(.94);
}

[data-jr-bio-anim="bio-stage"] .jr-bio-teaser__actions {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
}

[data-jr-bio-anim="bio-stage"].is-visible .jr-bio-teaser__eyebrow {
  animation: jrBioStageEyebrow .44s cubic-bezier(.22,1,.36,1) .08s both;
}

[data-jr-bio-anim="bio-stage"].is-visible .jr-bio-teaser__title-line--1 {
  animation: jrBioStageTitleLine .62s cubic-bezier(.22,1,.36,1) .34s both;
}

[data-jr-bio-anim="bio-stage"].is-visible .jr-bio-teaser__title-line--2 {
  animation: jrBioStageTitleLine .64s cubic-bezier(.22,1,.36,1) .50s both;
}

[data-jr-bio-anim="bio-stage"].is-visible .jr-bio-teaser__divider {
  animation: jrBioStageDivider .72s cubic-bezier(.22,1,.36,1) .82s both;
}

[data-jr-bio-anim="bio-stage"].is-visible .jr-bio-teaser__excerpt {
  animation: jrBioStageCopy .54s cubic-bezier(.22,1,.36,1) 1.03s both;
}

[data-jr-bio-anim="bio-stage"].is-visible .jr-bio-teaser__portrait {
  animation: jrBioStagePortrait .78s cubic-bezier(.22,1,.36,1) 1.16s both;
}

[data-jr-bio-anim="bio-stage"].is-visible .jr-bio-teaser__portrait img {
  animation: jrBioPortraitImageEffect 1.26s cubic-bezier(.22,1,.36,1) 1.16s both;
}

[data-jr-bio-anim="bio-stage"].is-visible .jr-bio-teaser__portrait::before {
  animation: jrBioPortraitSplash 1.08s cubic-bezier(.17,.84,.37,1.02) 1.26s both;
}

[data-jr-bio-anim="bio-stage"].is-visible .jr-bio-teaser__portrait::after {
  animation: jrBioPortraitSpark 1.02s cubic-bezier(.17,.84,.37,1.02) 1.4s both;
}

[data-jr-bio-anim="bio-stage"].is-visible .jr-bio-teaser__actions {
  animation: jrBioStageButton .50s cubic-bezier(.22,1,.36,1) 1.52s both;
}

@keyframes jrBioStageEyebrow {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jrBioStageTitleLine {
  from {
    opacity: .15;
    transform: translate3d(0, 116%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jrBioStageDivider {
  from {
    opacity: .4;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes jrBioStageCopy {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jrBioStagePortrait {
  0% {
    opacity: 0;
    clip-path: inset(8% 0 92% 0);
    transform: translate3d(0, 18px, 0) scale(.985);
  }
  38% {
    opacity: .42;
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes jrBioStageButton {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jrBioLineReveal {
  from {
    transform: translate3d(0, 112%, 0);
    opacity: .2;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes jrBioFadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jrBioCirclePop {
  0% {
    transform: scale(.05);
    opacity: 0;
  }
  72% {
    transform: scale(1.06);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes jrBioCardIn {
  from {
    opacity: 0;
    transform: translate3d(var(--jr-card-x, 0), 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

[data-jr-bio-anim="card-left"] .jr-bio-teaser__proof-card-content {
  --jr-card-x: -34px;
}

[data-jr-bio-anim="card-right"] .jr-bio-teaser__proof-card-content {
  --jr-card-x: 34px;
}

@keyframes jrBioBorderDraw {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 0 0 0); }
}

@keyframes jrBioImageReveal {
  from {
    clip-path: inset(0 0 100% 0);
    transform: scale(.965);
    opacity: .5;
  }
  to {
    clip-path: inset(0 0 0 0);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes jrBioDividerDraw {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}


@keyframes jrBioPortraitImageEffect {
  0% {
    transform: scale(1.085);
    filter: saturate(.9) contrast(1.04) brightness(.94);
  }
  38% {
    transform: scale(1.04);
    filter: saturate(1.02) contrast(1.06) brightness(.98);
  }
  100% {
    transform: scale(1);
    filter: saturate(1) contrast(1.02) brightness(1);
  }
}

@keyframes jrBioPortraitSplash {
  0% {
    opacity: 0;
    transform: translate3d(22%, 10%, 0) scale(.18) rotate(-16deg);
  }
  18% {
    opacity: .22;
  }
  56% {
    opacity: .78;
    transform: translate3d(-4%, -2%, 0) scale(1.08) rotate(7deg);
  }
  100% {
    opacity: 0;
    transform: translate3d(-20%, -12%, 0) scale(1.28) rotate(14deg);
  }
}

@keyframes jrBioPortraitSpark {
  0% {
    opacity: 0;
    transform: translate3d(-18%, -12%, 0) scale(.12) rotate(18deg);
  }
  35% {
    opacity: .3;
  }
  68% {
    opacity: .62;
    transform: translate3d(8%, 10%, 0) scale(.88) rotate(-10deg);
  }
  100% {
    opacity: 0;
    transform: translate3d(18%, 18%, 0) scale(1.04) rotate(-18deg);
  }
}

@media (max-width: 1080px) {
  .jr-bio-teaser .jr-bio-teaser__title,
  .jr-bio-teaser .jr-bio-teaser__proof-title {
    max-width: none;
  }

  .jr-bio-teaser__container {
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    gap: 38px;
  }
}

@media (max-width: 820px) {
  .jr-bio-teaser__proof,
  .jr-bio-teaser__bio {
    padding: 54px 0 64px;
  }

  .jr-bio-teaser__proof-container,
  .jr-bio-teaser__container {
    width: calc(100% - 28px);
  }

  .jr-bio-teaser__proof-title br,
  .jr-bio-teaser__title br {
    display: none;
  }

  .jr-bio-teaser__proof-grid {
    grid-template-columns: 1fr;
    row-gap: 56px;
    margin-top: 64px;
  }

  .jr-bio-teaser__proof-card--right {
    padding-right: 0;
    padding-left: 42px;
    text-align: left;
    margin-top: 0;
  }

  .jr-bio-teaser__circle--right {
    left: 0;
    right: auto;
  }

  .jr-bio-teaser__proof-cta {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .jr-bio-teaser__container {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }

  .jr-bio-teaser__media {
    order: 1;
  }

  .jr-bio-teaser__content {
    order: 2;
  }

  .jr-bio-teaser__portrait {
    width: min(100%, 470px);
  }
}

@media (max-width: 560px) {
  .jr-bio-teaser__proof,
  .jr-bio-teaser__bio {
    padding: 42px 0 52px;
  }

  .jr-bio-teaser .jr-bio-teaser__proof-title {
    font-size: clamp(46px, 14.2vw, 72px) !important;
    line-height: 0.94 !important;
  }

  .jr-bio-teaser__proof-intro,
  .jr-bio-teaser__proof-card p,
  .jr-bio-teaser__proof-cta-copy p,
  .jr-bio-teaser__excerpt {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .jr-bio-teaser__proof-card {
    min-height: 0;
  }

  .jr-bio-teaser__proof-card--left,
  .jr-bio-teaser__proof-card--right {
    padding-left: 38px;
  }

  .jr-bio-teaser__circle,
  .jr-bio-teaser__circle--right {
    top: -10px;
    left: 0;
    width: 72px;
    right: auto;
  }

  .jr-bio-teaser__proof-card h3,
  .jr-bio-teaser__proof-cta-copy h3 {
    font-size: 32px !important;
  }

  .jr-bio-teaser__proof-cta {
    gap: 20px;
    padding: 20px;
  }

  .jr-bio-teaser__proof-cta-button,
  .jr-bio-teaser__button {
    width: 100%;
    min-height: 62px;
    font-size: 13px;
  }

  .jr-bio-teaser__container {
    gap: 24px;
  }

  .jr-bio-teaser__eyebrow {
    font-size: 18px !important;
  }

  .jr-bio-teaser .jr-bio-teaser__title {
    font-size: clamp(42px, 14vw, 70px) !important;
    line-height: 0.93 !important;
    max-width: none;
  }

  .jr-bio-teaser__divider {
    height: 3px;
    margin: 18px 0 20px;
  }

  .jr-bio-teaser__actions {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jr-bio-teaser *,
  .jr-bio-teaser *::before,
  .jr-bio-teaser *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  [data-jr-bio-reveal],
  [data-jr-bio-reveal] *,
  .jr-bio-teaser__proof-cta::before {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    animation: none !important;
  }
}


/* =========================================================
   1.6.2 — EFECTO INTERACTIVO DE CURSOR SOBRE LA FOTO
   El efecto aparece únicamente mientras el cursor está sobre
   el retrato y sigue su movimiento, como en la referencia.
   ========================================================= */

.jr-bio-teaser__portrait::before,
.jr-bio-teaser__portrait::after {
  display: none !important;
  animation: none !important;
}

[data-jr-bio-anim="bio-stage"].is-visible .jr-bio-teaser__portrait img {
  animation: jrBioPortraitImageSettle 1.05s cubic-bezier(.22,1,.36,1) 1.16s both;
}

.jr-bio-teaser__portrait {
  --jr-hover-x: 50%;
  --jr-hover-y: 50%;
  --jr-hover-x2: 50%;
  --jr-hover-y2: 50%;
  cursor: default;
}

.jr-bio-teaser__cursor-blob {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  left: var(--jr-hover-x);
  top: var(--jr-hover-y);
  opacity: 0;
  will-change: left, top, transform, opacity, clip-path;
  transition: opacity 180ms ease;
  mix-blend-mode: screen;
}

.jr-bio-teaser__cursor-blob--one {
  width: clamp(120px, 12vw, 190px);
  aspect-ratio: 1;
  border-radius: 44% 56% 61% 39% / 47% 37% 63% 53%;
  background:
    radial-gradient(circle at 42% 42%,
      rgba(255,255,255,.94) 0 12%,
      rgba(255,236,240,.82) 24%,
      rgba(245,218,225,.48) 48%,
      rgba(245,218,225,.08) 72%,
      rgba(245,218,225,0) 78%);
  filter: blur(9px) saturate(1.05);
  transform: translate(-50%, -50%) rotate(-9deg) scale(.88);
}

.jr-bio-teaser__cursor-blob--two {
  left: var(--jr-hover-x2);
  top: var(--jr-hover-y2);
  width: clamp(84px, 8.5vw, 135px);
  aspect-ratio: 1;
  border-radius: 58% 42% 36% 64% / 41% 61% 39% 59%;
  background:
    radial-gradient(circle at 52% 50%,
      rgba(255,255,255,.58) 0 18%,
      rgba(255,229,235,.36) 46%,
      rgba(255,229,235,0) 72%);
  filter: blur(13px);
  transform: translate(-50%, -50%) rotate(14deg) scale(.76);
}

.jr-bio-teaser__portrait.is-cursor-active .jr-bio-teaser__cursor-blob {
  opacity: 1;
}

.jr-bio-teaser__portrait.is-cursor-active .jr-bio-teaser__cursor-blob--one {
  animation: jrBioCursorMorphOne 2.4s ease-in-out infinite alternate;
}

.jr-bio-teaser__portrait.is-cursor-active .jr-bio-teaser__cursor-blob--two {
  opacity: .72;
  animation: jrBioCursorMorphTwo 2.9s ease-in-out infinite alternate;
}

.jr-bio-teaser__portrait.is-cursor-active img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.025) brightness(1.015);
  transition: transform 500ms cubic-bezier(.22,1,.36,1), filter 300ms ease;
}

@keyframes jrBioPortraitImageSettle {
  0% {
    transform: scale(1.075);
    filter: saturate(.92) contrast(1.04) brightness(.95);
  }
  100% {
    transform: scale(1);
    filter: saturate(1) contrast(1.02) brightness(1);
  }
}

@keyframes jrBioCursorMorphOne {
  0% {
    border-radius: 44% 56% 61% 39% / 47% 37% 63% 53%;
    transform: translate(-50%, -50%) rotate(-9deg) scale(.88);
  }
  50% {
    border-radius: 59% 41% 43% 57% / 38% 56% 44% 62%;
    transform: translate(-50%, -50%) rotate(7deg) scale(1.04);
  }
  100% {
    border-radius: 37% 63% 55% 45% / 61% 42% 58% 39%;
    transform: translate(-50%, -50%) rotate(16deg) scale(.94);
  }
}

@keyframes jrBioCursorMorphTwo {
  0% {
    border-radius: 58% 42% 36% 64% / 41% 61% 39% 59%;
    transform: translate(-50%, -50%) rotate(14deg) scale(.76);
  }
  100% {
    border-radius: 41% 59% 66% 34% / 58% 37% 63% 42%;
    transform: translate(-50%, -50%) rotate(-18deg) scale(1.08);
  }
}

@media (hover: none), (pointer: coarse) {
  .jr-bio-teaser__cursor-blob {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jr-bio-teaser__cursor-blob {
    display: none !important;
  }
}


/* =========================================================
   1.6.5 — REVEAL ORGÁNICO AL CURSOR, SIN VELO BLANCO
   La segunda capa está perfectamente alineada con la foto base.
   La mancha revela una versión tratada de la misma fotografía.
   ========================================================= */

.jr-bio-teaser__cursor-blob,
.jr-bio-teaser__cursor-reveal-path,
.jr-bio-teaser__cursor-reveal-image,
.jr-bio-teaser__cursor-reveal-tint {
  display: none !important;
}

.jr-bio-teaser__portrait {
  --jr-hover-x: 50%;
  --jr-hover-y: 50%;
  --jr-blob-size: 182px;
  --jr-blob-rotate: 0deg;
  --jr-blob-scale-x: 1;
  --jr-blob-scale-y: 1;
  --jr-drop-1-x: 0px;
  --jr-drop-1-y: 0px;
  --jr-drop-2-x: 0px;
  --jr-drop-2-y: 0px;
  position: relative;
}

.jr-bio-teaser__portrait > img:first-child {
  transition:
    filter 240ms ease,
    transform 480ms cubic-bezier(.22,1,.36,1);
}

.jr-bio-teaser__cursor-reveal,
.jr-bio-teaser__cursor-drop {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  will-change: left, top, transform, opacity, clip-path;
  transition: opacity 120ms ease;
}

.jr-bio-teaser__cursor-reveal {
  left: var(--jr-hover-x);
  top: var(--jr-hover-y);
  width: var(--jr-blob-size);
  height: var(--jr-blob-size);
  clip-path: polygon(
    47% 2%, 57% 11%, 68% 5%, 75% 17%, 89% 22%, 85% 35%,
    98% 45%, 87% 55%, 94% 69%, 79% 74%, 72% 91%, 58% 85%,
    46% 98%, 35% 86%, 20% 93%, 17% 76%, 3% 68%, 11% 54%,
    1% 42%, 16% 34%, 12% 18%, 29% 21%, 36% 6%
  );
  transform:
    translate(-50%, -50%)
    rotate(var(--jr-blob-rotate))
    scale(var(--jr-blob-scale-x), var(--jr-blob-scale-y));
  transform-origin: center;
  filter: drop-shadow(0 12px 18px rgba(5, 11, 22, .10));
  animation: none;
}

.jr-bio-teaser__cursor-drop {
  border-radius: 45% 55% 62% 38% / 54% 42% 58% 46%;
  transform: translate(-50%, -50%) rotate(var(--jr-blob-rotate));
}

.jr-bio-teaser__cursor-drop--one {
  left: calc(var(--jr-hover-x) + var(--jr-drop-1-x));
  top: calc(var(--jr-hover-y) + var(--jr-drop-1-y));
  width: 24px;
  height: 28px;
}

.jr-bio-teaser__cursor-drop--two {
  left: calc(var(--jr-hover-x) + var(--jr-drop-2-x));
  top: calc(var(--jr-hover-y) + var(--jr-drop-2-y));
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.jr-bio-teaser__cursor-reveal img,
.jr-bio-teaser__cursor-drop img {
  position: absolute;
  max-width: none !important;
  width: var(--jr-portrait-width, 400px) !important;
  height: var(--jr-portrait-height, 600px) !important;
  object-fit: cover;
  object-position: center 20%;
  left: var(--jr-reveal-img-left, 0px);
  top: var(--jr-reveal-img-top, 0px);
  transform: none !important;
  filter:
    grayscale(.48)
    sepia(.14)
    saturate(.72)
    brightness(1.07)
    contrast(1.04) !important;
}

.jr-bio-teaser__portrait.is-cursor-active > img:first-child {
  filter: saturate(.88) brightness(.94) contrast(1.025);
  transform: scale(1.004);
}

.jr-bio-teaser__portrait.is-cursor-active .jr-bio-teaser__cursor-reveal,
.jr-bio-teaser__portrait.is-cursor-active .jr-bio-teaser__cursor-drop {
  opacity: 1;
}

.jr-bio-teaser__portrait.is-cursor-active .jr-bio-teaser__cursor-reveal {
  
}

@keyframes jrBioBlobMorph {
  0% {
    clip-path: polygon(
      47% 2%, 57% 11%, 68% 5%, 75% 17%, 89% 22%, 85% 35%,
      98% 45%, 87% 55%, 94% 69%, 79% 74%, 72% 91%, 58% 85%,
      46% 98%, 35% 86%, 20% 93%, 17% 76%, 3% 68%, 11% 54%,
      1% 42%, 16% 34%, 12% 18%, 29% 21%, 36% 6%
    );
  }
  50% {
    clip-path: polygon(
      44% 3%, 55% 14%, 65% 7%, 78% 13%, 84% 27%, 96% 31%,
      91% 46%, 99% 57%, 84% 63%, 88% 79%, 70% 76%, 63% 94%,
      49% 88%, 38% 99%, 28% 84%, 11% 88%, 14% 69%, 1% 62%,
      10% 48%, 3% 35%, 19% 31%, 18% 14%, 34% 17%
    );
  }
  100% {
    clip-path: polygon(
      49% 1%, 61% 8%, 70% 2%, 78% 18%, 93% 18%, 88% 34%,
      99% 42%, 90% 55%, 97% 70%, 81% 73%, 76% 88%, 61% 82%,
      52% 99%, 38% 88%, 23% 95%, 20% 78%, 5% 73%, 12% 57%,
      0% 47%, 14% 37%, 9% 21%, 27% 23%, 34% 8%
    );
  }
}

@media (max-width: 1180px) {
  .jr-bio-teaser__portrait {
    --jr-blob-size: 166px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .jr-bio-teaser__portrait {
    cursor: none;
  }
}

@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) {
  .jr-bio-teaser__cursor-reveal,
  .jr-bio-teaser__cursor-drop {
    display: none !important;
  }

  .jr-bio-teaser__portrait {
    cursor: default;
  }

  .jr-bio-teaser__portrait > img:first-child {
    filter: none !important;
    transform: none !important;
  }
}


/* =========================================================
   1.6.6 — Reveal ligado al cursor, sin movimiento autónomo
   ========================================================= */
.jr-bio-teaser__cursor-reveal,
.jr-bio-teaser__cursor-drop {
  transition: opacity 100ms ease;
}

.jr-bio-teaser__cursor-reveal {
  animation: none !important;
}

.jr-bio-teaser__cursor-drop {
  transition: opacity 100ms ease, transform 60ms linear, left 30ms linear, top 30ms linear;
}


/* =========================================================
   1.6.7 — Reveal circular más claro y funcional
   ========================================================= */
.jr-bio-teaser__portrait {
  --jr-blob-size: 200px;
}

.jr-bio-teaser__cursor-drop {
  display: none !important;
}

.jr-bio-teaser__cursor-reveal {
  width: var(--jr-blob-size);
  height: var(--jr-blob-size);
  border-radius: 50% !important;
  clip-path: circle(50% at 50% 50%) !important;
  transform:
    translate(-50%, -50%)
    scale(var(--jr-blob-scale-x), var(--jr-blob-scale-y)) !important;
  filter: drop-shadow(0 16px 24px rgba(5, 11, 22, .18));
  background: transparent;
}

.jr-bio-teaser__cursor-reveal img {
  filter:
    grayscale(1)
    contrast(1.16)
    brightness(1.04)
    saturate(0)
    sepia(.08) !important;
}

.jr-bio-teaser__portrait.is-cursor-active > img:first-child {
  filter: saturate(.88) brightness(.96) contrast(1.02);
  transform: scale(1.002);
}

@media (max-width: 768px) {
  .jr-bio-teaser__portrait {
    --jr-blob-size: 156px;
  }
}


/* =========================================================
   1.6.8 — Círculo sin zoom: solo cambio a blanco y negro
   ========================================================= */
.jr-bio-teaser__portrait {
  --jr-circle-radius: 104px;
}

/* La foto base nunca cambia de escala al hacer hover. */
.jr-bio-teaser__portrait > img:first-child,
.jr-bio-teaser__portrait.is-cursor-active > img:first-child {
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

/* La capa revelada ocupa EXACTAMENTE el mismo rectángulo que la foto base. */
.jr-bio-teaser__cursor-reveal {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  opacity: 0;
  transform: none !important;
  clip-path: circle(var(--jr-circle-radius) at var(--jr-hover-x) var(--jr-hover-y)) !important;
  transition: opacity 90ms ease !important;
  filter: none !important;
  background: transparent !important;
}

.jr-bio-teaser__cursor-reveal img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center 20% !important;
  transform: none !important;
  filter: grayscale(1) brightness(.72) contrast(1.18) !important;
}

.jr-bio-teaser__portrait.is-cursor-active .jr-bio-teaser__cursor-reveal {
  opacity: 1 !important;
}

.jr-bio-teaser__cursor-drop {
  display: none !important;
}

@media (max-width: 768px) {
  .jr-bio-teaser__portrait {
    --jr-circle-radius: 82px;
  }
}


/* =========================================================
   1.6.9 — Título principal en dos renglones en escritorio
   ========================================================= */
@media (min-width: 1081px) {
  .jr-bio-teaser .jr-bio-teaser__proof-title {
    max-width: none !important;
    width: 100%;
    font-size: clamp(64px, 6.7vw, 132px) !important;
    line-height: 0.9 !important;
  }

  .jr-bio-teaser__proof-title-mask {
    display: block;
    width: max-content;
    max-width: 100%;
    overflow: hidden;
  }

  .jr-bio-teaser__proof-title-line {
    display: block;
    white-space: nowrap;
  }
}


/* =========================================================
   1.7.0 — El círculo revela una segunda foto de José Ramones
   ========================================================= */
.jr-bio-teaser__cursor-reveal img {
  object-position: center center !important;
  filter: none !important;
}


/* =========================================================
   1.7.1 — Ajuste de acomodo en la prueba social superior
   Se compacta el layout para que coincida con la referencia:
   Hollywood arriba izquierda, Marcas arriba derecha y México abajo izquierda.
   ========================================================= */
@media (min-width: 1180px) {
  .jr-bio-teaser__proof-container {
    width: min(calc(100% - 64px), 1380px);
  }

  .jr-bio-teaser__proof-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    grid-template-areas:
      "hollywood brands"
      "mexico .";
    column-gap: clamp(76px, 8vw, 150px);
    row-gap: clamp(70px, 6vw, 104px);
    align-items: start;
    margin-top: clamp(72px, 7vw, 104px);
  }

  .jr-bio-teaser__proof-card {
    min-height: 0;
  }

  .jr-bio-teaser__proof-card:nth-child(1) {
    grid-area: hollywood;
    max-width: 860px;
  }

  .jr-bio-teaser__proof-card:nth-child(2) {
    grid-area: brands;
    width: 100%;
    max-width: 720px;
    justify-self: end;
    align-self: start;
    margin-top: clamp(18px, 2.2vw, 44px);
  }

  .jr-bio-teaser__proof-card:nth-child(3) {
    grid-area: mexico;
    max-width: 860px;
    margin-top: 0;
  }

  .jr-bio-teaser__proof-card--left .jr-bio-teaser__proof-card-content {
    max-width: 820px;
  }

  .jr-bio-teaser__proof-card--right .jr-bio-teaser__proof-card-content {
    max-width: 720px;
    margin-left: auto;
  }

  .jr-bio-teaser__proof-card h3 {
    font-size: clamp(34px, 2.7vw, 56px) !important;
    line-height: 0.96 !important;
    white-space: nowrap;
  }

  .jr-bio-teaser__proof-card p {
    max-width: 100%;
    font-size: clamp(18px, 1.3vw, 24px) !important;
    line-height: 1.26 !important;
  }

  .jr-bio-teaser__proof-card--right {
    padding-right: clamp(34px, 2.8vw, 58px);
    text-align: right;
  }

  .jr-bio-teaser__proof-card--left {
    padding-left: clamp(48px, 4vw, 82px);
  }

  .jr-bio-teaser__proof-card--right p {
    margin-left: auto !important;
  }

  .jr-bio-teaser__proof-card--second-row {
    align-self: start;
  }

  .jr-bio-teaser__circle {
    top: -2px;
  }

  .jr-bio-teaser__circle--right {
    top: -6px;
  }
}


/* =========================================================
   1.7.2 — Ajuste fino para igualar la referencia de acomodo
   ========================================================= */
@media (min-width: 1180px) {
  .jr-bio-teaser__proof-container {
    width: min(calc(100% - 96px), 1340px);
  }

  .jr-bio-teaser__proof-grid {
    grid-template-columns: minmax(520px, 0.56fr) minmax(460px, 0.44fr);
    grid-template-areas:
      "hollywood brands"
      "mexico brands";
    column-gap: clamp(20px, 2vw, 34px);
    row-gap: clamp(84px, 7vw, 118px);
    margin-top: clamp(50px, 4vw, 72px);
    align-items: start;
  }

  .jr-bio-teaser__proof-card:nth-child(1) {
    grid-area: hollywood;
    max-width: 760px;
  }

  .jr-bio-teaser__proof-card:nth-child(2) {
    grid-area: brands;
    width: 100%;
    max-width: 760px;
    align-self: center;
    justify-self: end;
    margin-top: 0;
    padding-right: clamp(28px, 2.2vw, 42px);
    text-align: center;
  }

  .jr-bio-teaser__proof-card:nth-child(3) {
    grid-area: mexico;
    max-width: 760px;
    margin-top: 0;
  }

  .jr-bio-teaser__proof-card--left {
    padding-left: clamp(46px, 4vw, 74px);
  }

  .jr-bio-teaser__proof-card--right {
    padding-right: clamp(28px, 2.2vw, 42px);
    text-align: center;
  }

  .jr-bio-teaser__proof-card-content--right {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .jr-bio-teaser__proof-card:nth-child(1) h3 {
    max-width: 620px;
    margin-bottom: 10px !important;
  }

  .jr-bio-teaser__proof-card:nth-child(3) h3 {
    max-width: 610px;
    margin-bottom: 12px !important;
  }

  .jr-bio-teaser__proof-card:nth-child(2) h3 {
    max-width: 560px;
    margin: 0 auto 10px !important;
    white-space: nowrap;
  }

  .jr-bio-teaser__proof-card h3 {
    font-size: clamp(32px, 2.55vw, 52px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.058em !important;
    white-space: normal;
  }

  .jr-bio-teaser__proof-card p {
    max-width: 770px;
    font-size: clamp(17px, 1.22vw, 24px) !important;
    line-height: 1.25 !important;
    letter-spacing: -0.03em !important;
  }

  .jr-bio-teaser__proof-card:nth-child(1) p,
  .jr-bio-teaser__proof-card:nth-child(3) p {
    max-width: 760px;
  }

  .jr-bio-teaser__proof-card:nth-child(2) p {
    max-width: 760px;
    margin: 0 auto !important;
  }

  .jr-bio-teaser__circle {
    width: clamp(86px, 6.8vw, 120px);
    top: -1px;
  }

  .jr-bio-teaser__circle--right {
    top: -4px;
    right: 0;
  }
}
