:root{
  --jr-char-blue:#1664d6;
  --jr-char-black:#07090c;
  --jr-char-dark:#0a0d12;
  --jr-char-cream:#f3f0eb;
  --jr-char-white:#fff;
  --jr-char-copy:rgba(7,9,12,.70);
  --jr-char-muted:rgba(7,9,12,.48);
  --jr-char-line:rgba(7,9,12,.13);
  --jr-char-dark-copy:rgba(255,255,255,.68);
  --jr-char-dark-line:rgba(255,255,255,.12);
  --jr-char-max:1380px;
}

.jr-characters-page,
.jr-characters-page *,
.jr-characters-page *::before,
.jr-characters-page *::after{box-sizing:border-box}
.jr-characters-page{position:relative;width:100%;overflow:hidden;background:var(--jr-char-cream);color:var(--jr-char-black);font-family:"Raleway",Arial,sans-serif!important;-webkit-font-smoothing:antialiased}
.jr-characters-page button,.jr-characters-page a,.jr-characters-page input,.jr-characters-page textarea{font-family:"Raleway",Arial,sans-serif!important}
.jr-characters-page img{max-width:100%;border:0}
.jr-char-shell{position:relative;z-index:2;width:min(calc(100% - 76px),var(--jr-char-max));margin:0 auto}
.jr-char-eyebrow{margin:0!important;color:var(--jr-char-blue)!important;font-size:10px!important;font-weight:700!important;line-height:1!important;letter-spacing:.19em!important;text-transform:uppercase}
[data-reveal]{opacity:0;transform:translate3d(0,28px,0);transition:opacity .82s cubic-bezier(.22,1,.36,1),transform .82s cubic-bezier(.22,1,.36,1)}
[data-reveal].is-visible{opacity:1;transform:none}

.jr-char-progress{position:fixed;z-index:9998;top:0;right:0;width:3px;height:100vh;background:rgba(127,127,127,.08);pointer-events:none}
.jr-char-progress span{display:block;width:100%;height:var(--jr-char-progress,0%);background:var(--jr-char-blue)}

.jr-char-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 28px;border:1px solid rgba(255,255,255,.72);border-radius:999px;color:#fff!important;background:transparent;text-decoration:none!important;font-size:10px!important;font-weight:700!important;line-height:1!important;letter-spacing:.09em!important;text-transform:uppercase;transition:transform .28s cubic-bezier(.22,1,.36,1),background .22s ease,color .22s ease,border-color .22s ease}
.jr-char-button:hover{transform:translateY(-3px);border-color:var(--jr-char-blue);color:var(--jr-char-blue)!important}
.jr-char-button--light{border-color:#fff;background:#fff;color:var(--jr-char-black)!important}
.jr-char-button--light:hover{border-color:var(--jr-char-blue);background:var(--jr-char-blue);color:#fff!important}
.jr-char-actions{display:flex;gap:10px;flex-wrap:wrap}

/* HERO */
.jr-char-hero{position:relative;min-height:100svh;padding:clamp(138px,10vw,184px) 0 0;background:#000;color:#fff;overflow:hidden}
.jr-char-hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:8.333vw 8.333vw;mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 72%);pointer-events:none}
.jr-char-hero__content{min-height:430px}
.jr-char-hero__ghost{position:absolute;z-index:0;top:-12px;left:-.02em;margin:0!important;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.085);font-size:clamp(110px,17vw,310px)!important;font-weight:900!important;line-height:.72!important;letter-spacing:-.09em!important;white-space:nowrap;pointer-events:none}
.jr-char-hero h1{position:relative;z-index:2;max-width:1120px;margin:52px 0 0!important;color:#fff!important;font-size:clamp(82px,10.3vw,190px)!important;font-weight:900!important;line-height:.74!important;letter-spacing:-.09em!important;text-transform:uppercase}
.jr-char-hero h1 span{color:var(--jr-char-blue)}
.jr-char-hero__meta{position:relative;z-index:3;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:end;margin-top:44px}
.jr-char-hero__meta>p{max-width:520px;margin:0!important;color:rgba(255,255,255,.76)!important;font-size:clamp(17px,1.35vw,22px)!important;font-weight:500!important;line-height:1.3!important;letter-spacing:-.025em!important}
.jr-char-hero__lineup{position:relative;z-index:2;width:100%;height:clamp(300px,31vw,515px);margin:34px 0 0;overflow:hidden;background:#000}
.jr-char-hero__lineup::before{content:"";position:absolute;z-index:4;inset:0;background:linear-gradient(180deg,#000 0%,transparent 12%,transparent 84%,#000 100%);pointer-events:none}
.jr-char-hero__lineup img{position:relative;z-index:3;width:100%;height:100%;object-fit:cover;object-position:center bottom;display:block;filter:saturate(.88) contrast(1.04);transform:translate3d(var(--jr-lineup-x,0px),var(--jr-lineup-y,0px),0) scale(1.01);transition:transform .2s linear;will-change:transform}
.jr-char-hero__orb{position:absolute;z-index:2;left:11%;bottom:-25%;width:clamp(250px,29vw,520px);aspect-ratio:1;border-radius:50%;background:var(--jr-char-blue)}
.jr-char-marquee{position:relative;z-index:5;overflow:hidden;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);background:#000}
.jr-char-marquee>div{display:flex;width:max-content;align-items:center;gap:24px;padding:17px 0;animation:jrCharMarquee 34s linear infinite}
.jr-char-marquee span{font-size:10px;font-weight:800;letter-spacing:.15em;color:rgba(255,255,255,.68)}
.jr-char-marquee i{color:var(--jr-char-blue);font-style:normal}
@keyframes jrCharMarquee{to{transform:translateX(-50%)}}

/* INTRO */
.jr-char-intro{position:relative;padding:clamp(110px,10vw,176px) 0;background:var(--jr-char-cream)}
.jr-char-intro__grid{display:grid;grid-template-columns:.55fr .45fr;gap:clamp(50px,7vw,110px);align-items:center}
.jr-char-intro__copy h2{max-width:840px;margin:30px 0 0!important;color:var(--jr-char-black)!important;font-size:clamp(62px,7vw,126px)!important;font-weight:900!important;line-height:.80!important;letter-spacing:-.078em!important}
.jr-char-intro__copy h2 span{color:var(--jr-char-blue)}
.jr-char-intro__copy>p:last-child{max-width:690px;margin:38px 0 0!important;color:var(--jr-char-copy)!important;font-size:16px!important;line-height:1.72!important}
.jr-char-intro__visual{position:relative;min-height:660px}
.jr-char-intro__circle{position:absolute;right:0;top:2%;width:78%;aspect-ratio:1;border-radius:50%;background:var(--jr-char-blue)}
.jr-char-intro__photo{position:absolute;margin:0;overflow:hidden;background:#d8d8d8}
.jr-char-intro__photo img{width:100%;height:100%;object-fit:cover;display:block}
.jr-char-intro__photo--main{z-index:2;left:2%;bottom:0;width:71%;height:78%}
.jr-char-intro__photo--small{z-index:3;right:0;bottom:4%;width:36%;height:36%;border:7px solid var(--jr-char-cream)}

/* UNIVERSE */
.jr-char-universe{position:relative;padding:clamp(122px,11vw,192px) 0;background:var(--jr-char-dark);color:#fff}
.jr-char-universe::after{content:"";position:absolute;right:-240px;top:170px;width:620px;height:620px;border-radius:50%;background:var(--jr-char-blue);filter:blur(155px);opacity:.09;pointer-events:none}
.jr-char-universe__head{display:grid;grid-template-columns:.26fr .74fr;gap:40px;align-items:start;margin-bottom:88px}
.jr-char-universe__head h2{margin:0!important;color:#fff!important;font-size:clamp(84px,10vw,178px)!important;font-weight:900!important;line-height:.72!important;letter-spacing:-.09em!important}
.jr-char-universe__head h2 span{color:var(--jr-char-blue)}
.jr-char-universe__head>p:last-child{grid-column:2;max-width:610px;margin:18px 0 0!important;color:var(--jr-char-dark-copy)!important;font-size:15px!important;line-height:1.72!important}
.jr-char-catalog{display:grid;grid-template-columns:.42fr .58fr;gap:clamp(28px,4vw,60px);align-items:start}
.jr-char-catalog__list{border-top:1px solid var(--jr-char-dark-line)}
.jr-char-catalog__item{position:relative;width:100%;display:grid;grid-template-columns:58px 1fr 24px;gap:8px;align-items:center;padding:25px 0;border:0;border-bottom:1px solid var(--jr-char-dark-line);background:transparent;color:rgba(255,255,255,.46);text-align:left;cursor:pointer;transition:color .26s ease,padding .36s cubic-bezier(.22,1,.36,1)}
.jr-char-catalog__item::before{content:"";position:absolute;left:0;bottom:-1px;width:0;height:2px;background:var(--jr-char-blue);transition:width .42s cubic-bezier(.22,1,.36,1)}
.jr-char-catalog__item:hover,.jr-char-catalog__item.is-active{color:#fff;padding-left:12px}
.jr-char-catalog__item.is-active::before{width:100%}
.jr-char-catalog__number{color:var(--jr-char-blue);font-size:9px;font-weight:800;letter-spacing:.15em}
.jr-char-catalog__name{font-size:clamp(23px,2.35vw,38px);font-weight:750;line-height:1;letter-spacing:-.045em}
.jr-char-catalog__arrow{font-size:20px;transform:translate(-8px,8px);opacity:0;transition:.3s ease}
.jr-char-catalog__item.is-active .jr-char-catalog__arrow,.jr-char-catalog__item:hover .jr-char-catalog__arrow{transform:none;opacity:1;color:var(--jr-char-blue)}
.jr-char-catalog__stage{position:sticky;top:100px;min-height:720px;overflow:hidden;background:#11161e}
.jr-char-catalog__orb{position:absolute;z-index:1;right:-110px;top:-90px;width:410px;aspect-ratio:1;border-radius:50%;background:var(--jr-char-blue);transition:transform .5s cubic-bezier(.22,1,.36,1)}
.jr-char-catalog__stage.is-changing .jr-char-catalog__orb{transform:scale(.84)}
.jr-char-catalog__media{position:absolute;z-index:2;inset:0 33% 0 0;margin:0;overflow:hidden}
.jr-char-catalog__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 52%,#11161e 100%),linear-gradient(0deg,rgba(17,22,30,.2),transparent 40%)}
.jr-char-catalog__media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(.78) contrast(1.02);transition:opacity .26s ease,transform .55s cubic-bezier(.22,1,.36,1)}
.jr-char-catalog__stage.is-changing .jr-char-catalog__media img{opacity:0;transform:scale(1.025)}
.jr-char-catalog__copy{position:absolute;z-index:4;right:7%;bottom:7%;width:min(58%,610px);padding:34px 0 0}
.jr-char-catalog__copy>span{color:var(--jr-char-blue);font-size:10px;font-weight:800;letter-spacing:.16em}
.jr-char-catalog__copy>p:nth-of-type(1){margin:13px 0 0!important;color:rgba(255,255,255,.52)!important;font-size:10px!important;font-weight:800!important;letter-spacing:.16em!important}
.jr-char-catalog__copy h3{margin:10px 0 22px!important;color:#fff!important;font-size:clamp(52px,6.1vw,105px)!important;font-weight:900!important;line-height:.80!important;letter-spacing:-.075em!important;text-transform:uppercase;transition:opacity .2s ease,transform .2s ease}
.jr-char-catalog__hook{max-width:520px;margin:0 0 28px!important;color:rgba(255,255,255,.76)!important;font-size:16px!important;line-height:1.62!important;transition:opacity .2s ease,transform .2s ease}
.jr-char-catalog__copy a{color:#fff!important;text-decoration:none!important;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:7px;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.jr-char-catalog__copy a:hover{color:var(--jr-char-blue)!important;border-color:var(--jr-char-blue)}
.jr-char-catalog__stage.is-changing h3,.jr-char-catalog__stage.is-changing .jr-char-catalog__hook{opacity:0;transform:translateY(10px)}

/* SPECIAL */
.jr-char-special{padding:clamp(120px,10vw,175px) 0;background:#05070a;color:#fff}
.jr-char-special__head{display:grid;grid-template-columns:.26fr .74fr;gap:40px;align-items:start;margin-bottom:78px}
.jr-char-special__head h2{margin:0!important;color:#fff!important;font-size:clamp(64px,7.2vw,126px)!important;font-weight:900!important;line-height:.80!important;letter-spacing:-.075em!important}
.jr-char-special__head h2 span{color:var(--jr-char-blue)}
.jr-char-special__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.jr-char-special__card{position:relative;min-height:650px;padding:48px;overflow:hidden}
.jr-char-special__card>span,.jr-char-special__card>div>span{position:relative;z-index:3;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.jr-char-special__index{position:absolute!important;z-index:3;right:34px;top:24px;margin:0!important;font-size:11px!important;font-weight:800!important;letter-spacing:.16em!important}
.jr-char-special__card h3{position:relative;z-index:3;margin:240px 0 28px!important;font-size:clamp(62px,6.2vw,110px)!important;font-weight:900!important;line-height:.78!important;letter-spacing:-.08em!important}
.jr-char-special__card>p:last-child,.jr-char-special__card>div>p:last-child{position:relative;z-index:3;max-width:510px;margin:0!important;font-size:15px!important;line-height:1.65!important}
.jr-char-special__card--blue{background:var(--jr-char-blue);color:#fff}
.jr-char-special__card--blue::before{content:"FRIJOL";position:absolute;right:-.06em;bottom:-.13em;color:rgba(255,255,255,.08);font-size:clamp(150px,18vw,320px);font-weight:900;line-height:.75;letter-spacing:-.08em;transform:rotate(-90deg) translateX(20%);transform-origin:right bottom;white-space:nowrap}
.jr-char-special__card--image{padding:0;background:#101317}
.jr-char-special__card--image>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.6) brightness(.55)}
.jr-char-special__card--image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.85))}
.jr-char-special__card--image>div{position:absolute;z-index:3;inset:48px;display:flex;flex-direction:column;justify-content:flex-end}
.jr-char-special__card--image h3{margin:0 0 28px!important}
.jr-char-special__card--image .jr-char-special__index{top:0;right:0}

/* SKETCHES */
.jr-char-sketches{padding:clamp(120px,10vw,178px) 0;background:var(--jr-char-cream)}
.jr-char-sketches__head{display:grid;grid-template-columns:.26fr .49fr .25fr;gap:36px;align-items:end;margin-bottom:80px}
.jr-char-sketches__head h2{margin:0!important;color:var(--jr-char-black)!important;font-size:clamp(72px,8vw,142px)!important;font-weight:900!important;line-height:.76!important;letter-spacing:-.085em!important}
.jr-char-sketches__head h2 span{color:var(--jr-char-blue)}
.jr-char-sketches__head>p:last-child{margin:0!important;color:var(--jr-char-copy)!important;font-size:15px!important;line-height:1.7!important}
.jr-char-sketches__gallery{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:74px;gap:16px}
.jr-char-sketches__photo{margin:0;overflow:hidden;background:#ddd}
.jr-char-sketches__photo img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .65s cubic-bezier(.22,1,.36,1),filter .4s ease}
.jr-char-sketches__photo:hover img{transform:scale(1.035);filter:saturate(1.06)}
.jr-char-sketches__photo--1{grid-column:1/6;grid-row:1/8}
.jr-char-sketches__photo--2{grid-column:6/10;grid-row:2/7}
.jr-char-sketches__photo--3{grid-column:10/13;grid-row:1/6}
.jr-char-sketches__photo--4{grid-column:6/10;grid-row:7/12}
.jr-char-sketches__photo--5{grid-column:10/13;grid-row:6/11}
.jr-char-sketches__footer{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-top:34px;padding-top:22px;border-top:1px solid var(--jr-char-line)}
.jr-char-sketches__footer p{margin:0!important;color:var(--jr-char-muted)!important;font-size:9px!important;font-weight:800!important;letter-spacing:.14em!important;text-transform:uppercase}
.jr-char-sketches__footer a{color:var(--jr-char-black)!important;text-decoration:none!important;font-size:10px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase}
.jr-char-sketches__footer a:hover{color:var(--jr-char-blue)!important}

/* STAGE */
.jr-char-stage{position:relative;min-height:880px;display:flex;align-items:center;padding:150px 0;background:#06101d;color:#fff;overflow:hidden}
.jr-char-stage__media{position:absolute;inset:0}
.jr-char-stage__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#06101d 0%,rgba(6,16,29,.82) 40%,rgba(6,16,29,.20) 100%)}
.jr-char-stage__media img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.72)}
.jr-char-stage__content{position:relative;z-index:3}
.jr-char-stage h2{max-width:1020px;margin:30px 0 0!important;color:#fff!important;font-size:clamp(66px,7.5vw,136px)!important;font-weight:900!important;line-height:.78!important;letter-spacing:-.082em!important}
.jr-char-stage h2 span{color:var(--jr-char-blue)}
.jr-char-stage__content>p:not(.jr-char-eyebrow){max-width:650px;margin:34px 0 36px!important;color:rgba(255,255,255,.75)!important;font-size:16px!important;line-height:1.7!important}

/* CLOSE */
.jr-char-close{padding:clamp(120px,10vw,178px) 0;background:var(--jr-char-blue);color:#fff}
.jr-char-close .jr-char-eyebrow{color:rgba(255,255,255,.7)!important}
.jr-char-close h2{max-width:1220px;margin:34px 0 0!important;color:#fff!important;font-size:clamp(70px,8.2vw,150px)!important;font-weight:900!important;line-height:.77!important;letter-spacing:-.085em!important}
.jr-char-close h2 span{color:#07101c}
.jr-char-close__links{display:flex;gap:10px;flex-wrap:wrap;margin-top:52px}
.jr-char-close__links a{display:inline-flex;min-height:48px;align-items:center;padding:0 20px;border:1px solid rgba(255,255,255,.7);border-radius:999px;color:#fff!important;text-decoration:none!important;font-size:9px!important;font-weight:800!important;letter-spacing:.10em!important;text-transform:uppercase;transition:.25s ease}
.jr-char-close__links a:hover{background:#fff;color:var(--jr-char-blue)!important}

@media(max-width:1100px){
  .jr-char-shell{width:min(calc(100% - 48px),var(--jr-char-max))}
  .jr-char-hero__meta{grid-template-columns:1fr;gap:28px}
  .jr-char-intro__grid{grid-template-columns:1fr;gap:65px}.jr-char-intro__visual{width:min(660px,100%);min-height:620px;margin-left:auto}
  .jr-char-universe__head,.jr-char-special__head,.jr-char-sketches__head{grid-template-columns:1fr;gap:28px}.jr-char-universe__head>p:last-child{grid-column:1}.jr-char-sketches__head>p:last-child{max-width:620px}
  .jr-char-catalog{grid-template-columns:.43fr .57fr}.jr-char-catalog__stage{min-height:650px}.jr-char-catalog__media{inset:0 26% 0 0}.jr-char-catalog__copy{width:66%;right:5%}
  .jr-char-special__card{min-height:590px;padding:36px}.jr-char-special__card--image>div{inset:36px}
}

@media(max-width:800px){
  .jr-char-shell{width:calc(100% - 34px)}
  .jr-char-progress{display:none}
  .jr-char-hero{padding-top:120px}.jr-char-hero__content{min-height:auto}.jr-char-hero__ghost{top:8px;font-size:32vw!important}.jr-char-hero h1{margin-top:72px!important;font-size:clamp(66px,19vw,105px)!important}.jr-char-hero__lineup{height:310px;margin-top:50px}.jr-char-hero__lineup img{width:148%;max-width:none;margin-left:-24%}.jr-char-hero__orb{left:-8%;width:330px}
  .jr-char-intro__visual{min-height:520px}.jr-char-intro__photo--main{width:74%}.jr-char-intro__photo--small{width:39%;height:34%}
  .jr-char-catalog{grid-template-columns:1fr}.jr-char-catalog__list{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;border-top:0;border-bottom:1px solid var(--jr-char-dark-line)}.jr-char-catalog__list::-webkit-scrollbar{display:none}.jr-char-catalog__item{flex:0 0 auto;width:auto;min-width:230px;padding:19px 18px!important;border:1px solid var(--jr-char-dark-line);border-bottom:0;grid-template-columns:34px 1fr}.jr-char-catalog__arrow{display:none}.jr-char-catalog__item::before{height:3px}.jr-char-catalog__name{font-size:20px}.jr-char-catalog__stage{position:relative;top:auto;min-height:680px}.jr-char-catalog__media{inset:0}.jr-char-catalog__media::after{background:linear-gradient(0deg,#11161e 0%,rgba(17,22,30,.88) 43%,rgba(17,22,30,.1) 100%)}.jr-char-catalog__copy{left:24px;right:24px;bottom:28px;width:auto}.jr-char-catalog__copy h3{font-size:clamp(52px,14vw,86px)!important}.jr-char-catalog__orb{right:-150px;top:-120px}
  .jr-char-special__grid{grid-template-columns:1fr}.jr-char-special__card{min-height:560px}.jr-char-special__card h3{margin-top:205px!important}
  .jr-char-sketches__gallery{grid-template-columns:1fr 1fr;grid-auto-rows:250px;gap:10px}.jr-char-sketches__photo--1,.jr-char-sketches__photo--2,.jr-char-sketches__photo--3,.jr-char-sketches__photo--4,.jr-char-sketches__photo--5{grid-column:auto;grid-row:auto}.jr-char-sketches__photo--1{grid-column:1/3;grid-row:span 2}.jr-char-sketches__footer{align-items:flex-start;flex-direction:column}
  .jr-char-stage{min-height:760px;padding:110px 0}.jr-char-stage__media::after{background:rgba(6,16,29,.72)}
}

@media(max-width:520px){
  .jr-char-shell{width:calc(100% - 28px)}
  .jr-char-button{min-height:46px;padding:0 20px}
  .jr-char-hero{min-height:auto}.jr-char-hero__meta>p{font-size:16px!important}.jr-char-hero__lineup{height:250px}.jr-char-marquee>div{padding:14px 0}
  .jr-char-intro,.jr-char-universe,.jr-char-special,.jr-char-sketches,.jr-char-close{padding:92px 0}.jr-char-intro__copy h2,.jr-char-special__head h2{font-size:clamp(48px,15vw,72px)!important}.jr-char-intro__copy>p:last-child{font-size:14px!important}.jr-char-intro__visual{min-height:430px}.jr-char-intro__photo--small{border-width:5px}
  .jr-char-universe__head{margin-bottom:56px}.jr-char-universe__head h2{font-size:clamp(74px,23vw,110px)!important}.jr-char-catalog__item{min-width:205px}.jr-char-catalog__stage{min-height:590px}.jr-char-catalog__copy h3{font-size:clamp(46px,15vw,70px)!important}.jr-char-catalog__hook{font-size:14px!important}
  .jr-char-special__card{min-height:500px;padding:26px}.jr-char-special__card--image>div{inset:26px}.jr-char-special__card h3{font-size:clamp(56px,17vw,78px)!important}.jr-char-special__card>p:last-child,.jr-char-special__card>div>p:last-child{font-size:14px!important}
  .jr-char-sketches__head h2{font-size:clamp(62px,19vw,90px)!important}.jr-char-sketches__gallery{grid-auto-rows:190px}.jr-char-sketches__photo--1{grid-row:span 2}
  .jr-char-stage h2{font-size:clamp(56px,17vw,84px)!important}.jr-char-stage__content>p:not(.jr-char-eyebrow){font-size:14px!important}
  .jr-char-close h2{font-size:clamp(58px,17vw,86px)!important}
}

@media(prefers-reduced-motion:reduce){
  .jr-characters-page *,.jr-characters-page *::before,.jr-characters-page *::after{animation:none!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  [data-reveal]{opacity:1!important;transform:none!important}
  .jr-char-hero__lineup img{transform:none!important}
}


/* V1.3.1 — contraste de textos en Otros universos */
.jr-characters-page .jr-char-special__card h3,
.jr-characters-page .jr-char-special__card > span,
.jr-characters-page .jr-char-special__card > div > span,
.jr-characters-page .jr-char-special__card .jr-char-special__index,
.jr-characters-page .jr-char-special__card > p:last-child,
.jr-characters-page .jr-char-special__card > div > p:last-child {
  color:#ffffff!important;
}
