/* =========================================================
   JR PRESS PAGE 1.5.0 — SIMPLE OFFICIAL PRESS ROOM + DATOS OFICIALES
   Typography: Raleway
   ========================================================= */

.jr-press-page-active .entry-title,
.jr-press-page-active .et_post_meta_wrapper { display:none!important; }

.jr-press-page,
.jr-press-page * { box-sizing:border-box; }

.jr-press-page {
  --blue:#1664d6;
  --black:#07090c;
  --dark:#0b0e13;
  --cream:#f3f0eb;
  --white:#fff;
  --copy:rgba(7,9,12,.68);
  --muted:rgba(7,9,12,.46);
  --line:rgba(7,9,12,.12);
  --max:1380px;
  width:100vw;
  max-width:none;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  background:var(--cream);
  color:var(--black);
  font-family:"Raleway",Arial,sans-serif!important;
  -webkit-font-smoothing:antialiased;
}

.jr-press-page a { color:inherit; text-decoration:none; }
.jr-press-page button { font:inherit; }
.jr-press-page img { display:block; max-width:100%; }
.jr-press-page h1,.jr-press-page h2,.jr-press-page h3,.jr-press-page p,.jr-press-page figure { margin:0; }
.jr-press-page__shell { width:min(calc(100% - 80px),var(--max)); margin:0 auto; }

.jr-press-page__eyebrow {
  margin:0!important;
  color:var(--blue)!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.19em!important;
  text-transform:uppercase;
}

/* HERO */
.jr-press-page__hero {
  position:relative;
  min-height:96svh;
  padding:clamp(125px,11vw,180px) 0 clamp(80px,8vw,125px);
  background:var(--cream);
  border-bottom:1px solid var(--line);
}
.jr-press-page__hero-grid {
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(430px,.78fr);
  gap:clamp(60px,9vw,145px);
  align-items:center;
}
.jr-press-page__hero-copy { position:relative; z-index:2; }
.jr-press-page__hero h1 {
  margin:24px 0 0!important;
  color:var(--black)!important;
  font-size:clamp(88px,9.6vw,174px)!important;
  line-height:.72!important;
  letter-spacing:-.085em!important;
  font-weight:900!important;
}
.jr-press-page__hero h1 span { color:var(--blue); }
.jr-press-page__hero-lead {
  max-width:550px;
  margin:42px 0 0!important;
  color:var(--copy)!important;
  font-size:clamp(17px,1.3vw,21px)!important;
  line-height:1.55!important;
  font-weight:500!important;
}
.jr-press-page__actions { display:flex; flex-wrap:wrap; gap:11px; margin-top:36px; }
.jr-press-page__button {
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 27px;
  border:1px solid rgba(7,9,12,.48);
  border-radius:999px;
  color:var(--black)!important;
  background:transparent;
  font-size:9px!important;
  font-weight:800!important;
  letter-spacing:.12em;
  text-transform:uppercase;
  transition:transform .3s cubic-bezier(.22,1,.36,1),background .25s ease,color .25s ease,border-color .25s ease;
}
.jr-press-page__button:hover { transform:translateY(-3px); border-color:var(--blue); color:var(--blue)!important; }
.jr-press-page__button--primary { background:var(--blue); border-color:var(--blue); color:#fff!important; }
.jr-press-page__button--primary:hover { background:#1158c3; color:#fff!important; }

.jr-press-page__hero-media { position:relative; min-height:680px; }
.jr-press-page__hero-orb { position:absolute; z-index:0; width:74%; aspect-ratio:1; border-radius:50%; background:var(--blue); top:8%; right:-6%; }
.jr-press-page__hero-media img { position:absolute; z-index:1; inset:0 10% 0 0; width:78%!important; height:100%!important; object-fit:cover!important; object-position:center 26%!important; filter:saturate(.94) contrast(1.03); }
.jr-press-page__hero-media figcaption {
  position:absolute; z-index:3; left:-8%; bottom:7%; padding:16px 20px;
  background:var(--black); color:#fff; font-size:9px; font-weight:800; letter-spacing:.14em; text-transform:uppercase;
}

/* NAV */
.jr-press-page__nav { background:var(--black); color:#fff; border-bottom:1px solid rgba(255,255,255,.1); }
.jr-press-page__nav .jr-press-page__shell { display:flex; overflow-x:auto; scrollbar-width:none; }
.jr-press-page__nav .jr-press-page__shell::-webkit-scrollbar { display:none; }
.jr-press-page__nav a { flex:0 0 auto; min-height:60px; display:flex; align-items:center; padding:0 28px; border-right:1px solid rgba(255,255,255,.1); color:rgba(255,255,255,.62); font-size:8px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.jr-press-page__nav a:hover { background:var(--blue); color:#fff; }

/* BIO */
.jr-press-page__bio { padding:clamp(110px,10vw,170px) 0; background:var(--cream); }
.jr-press-page__bio-grid { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1fr); gap:clamp(70px,10vw,160px); }
.jr-press-page__bio-heading h2 {
  margin:23px 0 0!important; max-width:690px; color:var(--black)!important;
  font-size:clamp(54px,5.5vw,98px)!important; line-height:.88!important; letter-spacing:-.068em!important; font-weight:900!important;
}
.jr-press-page__bio-heading h2 span { color:var(--blue); }
.jr-press-page__bio-copy { align-self:end; padding-bottom:6px; }
.jr-press-page__bio-copy>p { color:var(--copy)!important; font-size:clamp(17px,1.35vw,21px)!important; line-height:1.72!important; font-weight:500!important; }
.jr-press-page__bio-actions { display:flex; flex-wrap:wrap; gap:10px 22px; margin-top:34px; }
.jr-press-page__text-button { border:0; border-bottom:1px solid var(--black); padding:0 0 7px; background:none; color:var(--black)!important; cursor:pointer; font-size:9px!important; font-weight:800!important; letter-spacing:.11em; text-transform:uppercase; }
.jr-press-page__text-button:hover { color:var(--blue)!important; border-color:var(--blue); }

/* PROFILE */
.jr-press-page__profile { padding:clamp(105px,9vw,150px) 0; background:var(--black); color:#fff; }
.jr-press-page__profile-title { margin-bottom:46px!important; color:var(--blue)!important; font-size:10px!important; font-weight:800!important; letter-spacing:.18em; text-transform:uppercase; }
.jr-press-page__profile-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(255,255,255,.14); border-bottom:1px solid rgba(255,255,255,.14); }
.jr-press-page__profile-grid article { position:relative; min-height:260px; padding:30px 28px 32px; border-right:1px solid rgba(255,255,255,.14); }
.jr-press-page__profile-grid article:last-child { border-right:0; }
.jr-press-page__profile-grid span { display:block; color:var(--blue); font-size:8px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.jr-press-page__profile-grid strong { display:block; margin-top:42px; color:#fff; font-size:clamp(27px,2.8vw,48px); line-height:.9; letter-spacing:-.05em; font-weight:800; }
.jr-press-page__profile-grid a { position:absolute; left:28px; bottom:28px; color:rgba(255,255,255,.5); font-size:8px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.jr-press-page__profile-grid a:hover { color:var(--blue); }
.jr-press-page__credentials { display:grid; grid-template-columns:.55fr 1fr 1fr; gap:40px; padding-top:38px; }
.jr-press-page__credentials p { color:rgba(255,255,255,.48)!important; font-size:9px!important; font-weight:700!important; letter-spacing:.14em; text-transform:uppercase; }
.jr-press-page__credentials div { color:rgba(255,255,255,.74); font-size:13px; line-height:1.75; }

/* MEDIA */
.jr-press-page__media { padding:clamp(110px,10vw,170px) 0; background:#f7f4ef; }
.jr-press-page__section-head { display:grid; grid-template-columns:minmax(0,1fr) minmax(300px,.52fr); gap:80px; align-items:end; margin-bottom:72px; }
.jr-press-page__section-head h2 { margin:23px 0 0!important; color:var(--black)!important; font-size:clamp(58px,6.6vw,118px)!important; line-height:.82!important; letter-spacing:-.075em!important; font-weight:900!important; }
.jr-press-page__section-head h2 span { color:var(--blue); }
.jr-press-page__section-head>p { padding-bottom:8px; color:var(--copy)!important; font-size:15px!important; line-height:1.65!important; }
.jr-press-page__photo-grid { display:grid; grid-template-columns:1.4fr .8fr .8fr; grid-template-rows:repeat(2,390px); gap:14px; }
.jr-press-page__photo { position:relative; overflow:hidden; background:#ddd; }
.jr-press-page__photo--feature { grid-row:1 / 3; }
.jr-press-page__photo:nth-child(4) { grid-column:2 / 4; }
.jr-press-page__photo a { display:block; width:100%; height:100%; }
.jr-press-page__photo img { width:100%!important; height:100%!important; object-fit:cover!important; object-position:center 28%!important; transition:transform .8s cubic-bezier(.22,1,.36,1),filter .4s ease; }
.jr-press-page__photo:hover img { transform:scale(1.035); filter:contrast(1.03); }
.jr-press-page__photo figcaption { position:absolute; inset:auto 0 0; display:flex; justify-content:space-between; gap:18px; padding:24px; background:linear-gradient(transparent,rgba(0,0,0,.78)); color:#fff; font-size:9px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.jr-press-page__photo figcaption b { font-weight:800; color:#fff; }

.jr-press-page__download-grid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:70px; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.jr-press-page__download-card { position:relative; min-height:205px; padding:24px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); display:flex; flex-direction:column; justify-content:space-between; background:transparent; transition:background .25s ease,color .25s ease; }
.jr-press-page__download-card>span { color:var(--blue); font-size:9px; font-weight:800; letter-spacing:.15em; }
.jr-press-page__download-card small { display:block; color:var(--muted); font-size:8px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.jr-press-page__download-card strong { display:block; margin-top:8px; font-size:clamp(23px,2vw,32px); line-height:.92; letter-spacing:-.045em; }
.jr-press-page__download-card>b { position:absolute; right:24px; top:22px; font-size:22px; font-weight:500; }
.jr-press-page__download-card:hover { background:#fff; }
.jr-press-page__download-card--dark { background:var(--blue); color:#fff; border-color:var(--blue); }
.jr-press-page__download-card--dark>span,.jr-press-page__download-card--dark small { color:rgba(255,255,255,.72); }
.jr-press-page__download-card--dark:hover { background:#1158c3; }

.jr-press-page__identity { display:grid; grid-template-columns:.7fr 1fr; margin-top:70px; min-height:350px; background:var(--black); color:#fff; }
.jr-press-page__identity-logo { display:flex; align-items:center; justify-content:center; min-height:350px; padding:60px; border-right:1px solid rgba(255,255,255,.12); }
.jr-press-page__identity-logo img { width:min(360px,72%)!important; max-height:120px; object-fit:contain!important; }
.jr-press-page__identity-copy { display:flex; flex-direction:column; justify-content:center; padding:55px 70px; }
.jr-press-page__identity-copy h3 { margin:18px 0 0!important; color:#fff!important; font-size:clamp(42px,4vw,68px)!important; line-height:.9!important; letter-spacing:-.055em!important; font-weight:850!important; }
.jr-press-page__identity-copy>p:last-child { max-width:580px; margin-top:22px!important; color:rgba(255,255,255,.6)!important; font-size:14px!important; line-height:1.65!important; }

/* CONTACT */
.jr-press-page__contact { position:relative; padding:clamp(115px,11vw,180px) 0; background:var(--blue); color:#fff; }
.jr-press-page__contact .jr-press-page__eyebrow { color:rgba(255,255,255,.68)!important; }
.jr-press-page__contact-grid { display:grid; grid-template-columns:1.1fr .65fr; gap:clamp(65px,10vw,155px); align-items:end; }
.jr-press-page__contact h2 { margin:24px 0 0!important; color:#fff!important; font-size:clamp(76px,8.5vw,150px)!important; line-height:.74!important; letter-spacing:-.082em!important; font-weight:900!important; }
.jr-press-page__contact-copy p { max-width:520px; color:rgba(255,255,255,.78)!important; font-size:16px!important; line-height:1.7!important; }
.jr-press-page__button--cream { margin-top:30px; border-color:var(--cream); background:var(--cream); color:var(--black)!important; }
.jr-press-page__button--cream:hover { background:#fff; border-color:#fff; color:var(--black)!important; }

/* REVEALS */
[data-jr-reveal] { opacity:0; transform:translateY(26px); transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1); }
[data-jr-reveal].is-visible { opacity:1; transform:none; }

@media (max-width:1080px) {
  .jr-press-page__hero-grid { grid-template-columns:1fr .85fr; gap:48px; }
  .jr-press-page__hero-media { min-height:580px; }
  .jr-press-page__bio-grid { gap:60px; }
  .jr-press-page__profile-grid { grid-template-columns:repeat(2,1fr); }
  .jr-press-page__profile-grid article:nth-child(2) { border-right:0; }
  .jr-press-page__profile-grid article:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.14); }
  .jr-press-page__credentials { grid-template-columns:1fr 1fr; }
  .jr-press-page__credentials p { grid-column:1/-1; }
  .jr-press-page__download-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width:760px) {
  .jr-press-page__shell { width:min(calc(100% - 34px),var(--max)); }
  .jr-press-page__hero { min-height:auto; padding:112px 0 72px; }
  .jr-press-page__hero-grid { grid-template-columns:1fr; gap:50px; }
  .jr-press-page__hero h1 { font-size:clamp(80px,25vw,120px)!important; }
  .jr-press-page__hero-media { min-height:500px; }
  .jr-press-page__hero-media img { width:84%!important; inset:0 auto 0 4%; }
  .jr-press-page__hero-orb { width:74%; right:-8%; top:12%; }
  .jr-press-page__hero-media figcaption { left:0; bottom:4%; }
  .jr-press-page__bio,.jr-press-page__profile,.jr-press-page__media,.jr-press-page__contact { padding:88px 0; }
  .jr-press-page__bio-grid,.jr-press-page__section-head,.jr-press-page__contact-grid { grid-template-columns:1fr; gap:44px; }
  .jr-press-page__bio-heading h2 { font-size:clamp(50px,14vw,72px)!important; }
  .jr-press-page__profile-grid { grid-template-columns:1fr; }
  .jr-press-page__profile-grid article { min-height:210px; border-right:0!important; border-bottom:1px solid rgba(255,255,255,.14); }
  .jr-press-page__profile-grid article:last-child { border-bottom:0; }
  .jr-press-page__credentials { grid-template-columns:1fr; gap:20px; }
  .jr-press-page__credentials p { grid-column:auto; }
  .jr-press-page__section-head { margin-bottom:50px; }
  .jr-press-page__section-head h2 { font-size:clamp(56px,16vw,82px)!important; }
  .jr-press-page__photo-grid { grid-template-columns:1fr 1fr; grid-template-rows:520px 280px 280px; }
  .jr-press-page__photo--feature { grid-column:1/-1; grid-row:auto; }
  .jr-press-page__photo:nth-child(4) { grid-column:auto; }
  .jr-press-page__download-grid { grid-template-columns:1fr; margin-top:44px; }
  .jr-press-page__download-card { min-height:160px; }
  .jr-press-page__identity { grid-template-columns:1fr; margin-top:44px; }
  .jr-press-page__identity-logo { min-height:250px; border-right:0; border-bottom:1px solid rgba(255,255,255,.12); }
  .jr-press-page__identity-copy { padding:42px 28px; }
  .jr-press-page__contact h2 { font-size:clamp(72px,21vw,105px)!important; }
}

@media (max-width:480px) {
  .jr-press-page__photo-grid { grid-template-columns:1fr; grid-template-rows:500px repeat(3,360px); }
}

@media (prefers-reduced-motion:reduce) {
  [data-jr-reveal] { opacity:1!important; transform:none!important; transition:none!important; }
  .jr-press-page__photo img,.jr-press-page__button { transition:none!important; }
}

/* SEO 1.4.0: contexto semántico en H1 sin alterar el diseño visual */
.jr-press-page__h1-context{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}


/* =========================================================
   1.5.0 — DATOS OFICIALES / FICHA EDITORIAL
   ========================================================= */
.jr-press-page__facts-head {
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.48fr);
  gap:clamp(55px,8vw,120px);
  align-items:end;
  margin-bottom:58px;
}
.jr-press-page__facts-head h2 {
  margin:22px 0 0!important;
  max-width:900px;
  color:#fff!important;
  font-size:clamp(54px,6vw,108px)!important;
  line-height:.84!important;
  letter-spacing:-.07em!important;
  font-weight:900!important;
}
.jr-press-page__facts-head h2 span { color:var(--blue); }
.jr-press-page__facts-head>p {
  padding-bottom:7px;
  color:rgba(255,255,255,.58)!important;
  font-size:14px!important;
  line-height:1.7!important;
}
.jr-press-page__facts-layout {
  display:grid;
  grid-template-columns:minmax(300px,.72fr) minmax(0,1.45fr);
  border-top:1px solid rgba(255,255,255,.15);
  border-bottom:1px solid rgba(255,255,255,.15);
}
.jr-press-page__facts-name {
  position:relative;
  min-height:560px;
  padding:34px 42px 38px 0;
  border-right:1px solid rgba(255,255,255,.15);
  display:flex;
  flex-direction:column;
}
.jr-press-page__facts-name>span {
  color:var(--blue);
  font-size:8px;
  font-weight:800;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.jr-press-page__facts-name>strong {
  display:block;
  margin-top:72px;
  color:#fff;
  font-size:clamp(62px,6.2vw,112px);
  line-height:.76;
  letter-spacing:-.075em;
  font-weight:900;
}
.jr-press-page__facts-name>a {
  margin-top:auto;
  width:max-content;
  max-width:100%;
  padding-bottom:7px;
  border-bottom:1px solid rgba(255,255,255,.54);
  color:rgba(255,255,255,.76);
  font-size:8px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.jr-press-page__facts-name>a:hover { color:var(--blue); border-color:var(--blue); }
.jr-press-page__facts-list { margin:0; padding:0; }
.jr-press-page__facts-list>div {
  display:grid;
  grid-template-columns:minmax(150px,.42fr) minmax(0,1fr);
  gap:34px;
  align-items:center;
  min-height:88px;
  padding:18px 0 18px 42px;
  border-bottom:1px solid rgba(255,255,255,.11);
}
.jr-press-page__facts-list>div:last-child { border-bottom:0; }
.jr-press-page__facts-list dt,
.jr-press-page__facts-list dd { margin:0; }
.jr-press-page__facts-list dt {
  color:rgba(255,255,255,.4);
  font-size:8px;
  line-height:1.35;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.jr-press-page__facts-list dd {
  color:#fff;
  font-size:clamp(16px,1.45vw,22px);
  line-height:1.35;
  font-weight:650;
  letter-spacing:-.025em;
}
.jr-press-page__facts-list dd a { color:#fff; }
.jr-press-page__facts-list dd a:hover { color:var(--blue); }

@media (max-width:1080px) {
  .jr-press-page__facts-layout { grid-template-columns:.72fr 1.28fr; }
  .jr-press-page__facts-name { min-height:520px; padding-right:30px; }
  .jr-press-page__facts-list>div { padding-left:30px; grid-template-columns:135px 1fr; gap:24px; }
}
@media (max-width:760px) {
  .jr-press-page__facts-head { grid-template-columns:1fr; gap:28px; margin-bottom:42px; }
  .jr-press-page__facts-head h2 { font-size:clamp(52px,15vw,78px)!important; }
  .jr-press-page__facts-layout { grid-template-columns:1fr; }
  .jr-press-page__facts-name { min-height:370px; padding:28px 0 34px; border-right:0; border-bottom:1px solid rgba(255,255,255,.15); }
  .jr-press-page__facts-name>strong { margin-top:46px; font-size:clamp(68px,21vw,104px); }
  .jr-press-page__facts-list>div { grid-template-columns:1fr; gap:9px; min-height:0; padding:23px 0; }
  .jr-press-page__facts-list dd { font-size:18px; }
}
