:root{
  --premium-paper:#fffdfa;
  --premium-paper-2:#f7f8fa;
  --premium-ink:#07111d;
  --premium-muted:#657080;
  --premium-blue:#1688f8;
  --premium-blue-deep:#0869dc;
  --premium-gold:#b88622;
  --premium-line:#e2e6eb;
}

/* Shared editorial card language */
.premium-production-split{
  background:linear-gradient(180deg,#f6f7f8 0%,#f2f4f6 100%)!important;
  padding:72px max(28px,4vw)!important;
  gap:24px!important;
  align-items:start!important;
}
.premium-production-card{
  display:flex!important;
  flex-direction:column!important;
  min-height:0!important;
  padding:18px!important;
  background:var(--premium-paper)!important;
  color:var(--premium-ink)!important;
  border:1px solid rgba(7,17,29,.08)!important;
  border-radius:30px!important;
  overflow:hidden!important;
  box-shadow:0 24px 60px rgba(20,32,47,.10)!important;
  transition:transform .35s ease,box-shadow .35s ease!important;
}
.premium-production-card:hover{
  transform:translateY(-5px)!important;
  box-shadow:0 30px 72px rgba(20,32,47,.15)!important;
}
.premium-production-card:before{display:none!important}
.premium-production-card .premium-media{
  position:relative;
  width:100%;
  overflow:hidden;
  border-radius:21px;
  background:#dfe5eb;
  aspect-ratio:16/9;
}
.premium-production-card .premium-media>img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  object-fit:cover!important;
  object-position:center!important;
  filter:saturate(.93) contrast(1.03) brightness(.94)!important;
  transform:none!important;
  transition:transform .55s ease!important;
}
.premium-production-card:hover .premium-media>img{transform:scale(1.025)!important}
.premium-production-card .production-panel-content{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  padding:28px 24px 22px!important;
  color:var(--premium-ink)!important;
  max-width:none!important;
}
.premium-production-card .big-number{
  font-family:'Barlow Condensed',sans-serif!important;
  font-size:4.6rem!important;
  line-height:.8!important;
  font-weight:500!important;
  color:#dce4ef!important;
  margin:0 0 18px!important;
}
.premium-production-card h2{
  margin:0!important;
  color:var(--premium-ink)!important;
  font-family:'Barlow Condensed',sans-serif!important;
  font-size:clamp(3.3rem,4.6vw,5.25rem)!important;
  line-height:.86!important;
  letter-spacing:-.025em!important;
  text-transform:uppercase;
}
.premium-production-card h2 .blue{color:var(--premium-blue)!important}
.premium-production-card p{
  margin:20px 0 0!important;
  color:var(--premium-muted)!important;
  font-size:1rem!important;
  line-height:1.65!important;
  max-width:640px!important;
}
.premium-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.premium-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 14px;
  border:1px solid #dbe6f4;
  border-radius:999px;
  background:#f5f9ff;
  color:#0b73df;
  font:600 .82rem/1 Inter,sans-serif;
  white-space:nowrap;
}
.premium-chip svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.premium-production-card .premium-card-cta{
  width:100%!important;
  min-height:58px!important;
  margin:26px 0 0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 22px!important;
  border:0!important;
  border-radius:15px!important;
  background:linear-gradient(135deg,var(--premium-blue-deep),var(--premium-blue))!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(22,136,248,.20)!important;
  font-size:.74rem!important;
  letter-spacing:.09em!important;
  text-transform:uppercase;
}
.premium-production-card .premium-card-cta:hover{
  color:#fff!important;
  background:linear-gradient(135deg,#065fc8,#1688f8)!important;
  transform:translateY(-1px);
}
.premium-play{
  position:absolute;
  left:30px;
  bottom:28px;
  width:70px;
  height:70px;
  display:grid;
  place-items:center;
  border:2px solid rgba(255,255,255,.92);
  border-radius:50%;
  background:rgba(5,13,22,.22);
  backdrop-filter:blur(5px);
  box-shadow:0 8px 28px rgba(0,0,0,.18);
}
.premium-play span{
  width:0;
  height:0;
  margin-left:5px;
  border-top:9px solid transparent;
  border-bottom:9px solid transparent;
  border-left:14px solid #fff;
}

/* Academic proof card inspired by the user's reference, but kept live/dynamic. */
.premium-academic-section{
  background:linear-gradient(180deg,#fff 0%,#f6f3ec 100%)!important;
  padding:70px 0!important;
}
.home-brief .premium-academic-card,
.premium-academic-card{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(330px,.72fr)!important;
  overflow:hidden!important;
  border:1px solid rgba(122,87,16,.13)!important;
  border-radius:32px!important;
  background:linear-gradient(135deg,#fffefa 0%,#fff 62%,#fbf7ee 100%)!important;
  box-shadow:0 28px 70px rgba(39,36,27,.10)!important;
}
.premium-academic-card .academic-copy{
  position:relative!important;
  z-index:3!important;
  display:block!important;
  padding:54px 52px 48px!important;
  min-width:0!important;
}
.premium-academic-kicker{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:24px;
}
.premium-academic-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  flex:0 0 42px;
  border-radius:50%;
  background:#faf1df;
  color:var(--premium-gold);
  font:700 1.35rem/1 'Barlow Condensed',sans-serif;
}
.premium-academic-kicker .eyebrow{
  margin:0!important;
  color:var(--premium-gold)!important;
  letter-spacing:.17em!important;
  font-size:.72rem!important;
}
.premium-academic-card .academic-copy h2{
  max-width:720px!important;
  margin:0 150px 22px 0!important;
  font-family:'Barlow Condensed',sans-serif!important;
  font-size:clamp(3.25rem,5.1vw,5.3rem)!important;
  line-height:.88!important;
  letter-spacing:-.022em!important;
  color:var(--premium-ink)!important;
  text-transform:uppercase;
}
.premium-academic-card .academic-score{
  position:absolute!important;
  top:112px!important;
  right:46px!important;
  width:118px!important;
  min-height:142px!important;
  margin:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid rgba(184,134,34,.46)!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.88)!important;
  box-shadow:0 13px 30px rgba(126,90,21,.10)!important;
  color:var(--premium-gold)!important;
  font-family:'Barlow Condensed',sans-serif!important;
  font-size:4.1rem!important;
  line-height:.78!important;
}
.premium-academic-card .academic-score:before{
  content:'✦';
  display:block;
  margin-bottom:12px;
  color:#e1ca98;
  font-size:1rem;
  line-height:1;
}
.premium-academic-card .academic-score span{
  display:block!important;
  margin-top:12px!important;
  font-size:1.8rem!important;
  line-height:1!important;
}
.premium-memory-label{
  display:flex;
  align-items:center;
  gap:10px;
  margin:26px 0 10px;
  color:#0c2d5b;
  font:700 .95rem/1.25 Inter,sans-serif;
}
.premium-memory-label svg{
  width:24px;
  height:24px;
  padding:4px;
  border-radius:7px;
  background:#f3f6fb;
  fill:none;
  stroke:#0d3f83;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.premium-academic-card .academic-copy p{
  max-width:680px!important;
  margin:0!important;
  color:#5e6570!important;
  font-size:1rem!important;
  line-height:1.66!important;
}
.premium-academic-card .premium-academic-cta{
  width:100%!important;
  min-height:58px!important;
  margin-top:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:15px!important;
  border:0!important;
  background:linear-gradient(135deg,#061f42,#0a4c91)!important;
  color:#fff!important;
  box-shadow:0 14px 28px rgba(8,45,86,.20)!important;
  font-size:.74rem!important;
  letter-spacing:.09em!important;
  text-transform:uppercase;
}
.premium-academic-card .academic-img{
  display:block!important;
  position:relative!important;
  min-height:520px!important;
  height:100%!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 55% 35%,#fbdda8 0 25%,transparent 26%),
    linear-gradient(150deg,#f8e8c8,#fff8eb 58%,#f5e3bd)!important;
}
.premium-academic-card .academic-img:before{
  content:'';
  position:absolute;
  inset:16% -18% -28% 5%;
  border:1px solid rgba(184,134,34,.28);
  border-radius:48% 52% 0 0;
  transform:rotate(-8deg);
}
.premium-academic-card .academic-img img{
  position:absolute!important;
  inset:auto 0 0!important;
  width:100%!important;
  height:94%!important;
  object-fit:cover!important;
  object-position:center 18%!important;
  filter:saturate(.96) contrast(1.01)!important;
}
.premium-academic-ribbon{
  position:absolute;
  top:0;
  right:26px;
  z-index:5;
  width:58px;
  height:92px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(180deg,#d1a84e,#a97415);
  clip-path:polygon(0 0,100% 0,100% 82%,50% 100%,0 82%);
  box-shadow:0 8px 18px rgba(151,103,18,.18);
  font-size:1rem;
}

@media(max-width:1100px){
  .premium-production-split{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:52px 24px!important}
  .premium-production-card h2{font-size:clamp(3rem,5vw,4.2rem)!important}
  .premium-academic-card{grid-template-columns:minmax(0,1fr) 38%!important}
  .premium-academic-card .academic-copy{padding:44px 40px!important}
  .premium-academic-card .academic-copy h2{font-size:clamp(3rem,5.2vw,4.3rem)!important;margin-right:125px!important}
  .premium-academic-card .academic-score{top:104px!important;right:34px!important;width:105px!important;min-height:132px!important;font-size:3.6rem!important}
}

@media(max-width:820px){
  .premium-production-split{grid-template-columns:1fr!important;gap:20px!important}
  .premium-production-card{max-width:720px;margin-inline:auto;width:100%}
  .premium-academic-card{grid-template-columns:1fr!important}
  .premium-academic-card .academic-copy{padding:38px 32px 34px!important}
  .premium-academic-card .academic-copy h2{margin-right:125px!important}
  .premium-academic-card .academic-img{min-height:430px!important;aspect-ratio:auto!important}
  .premium-academic-card .academic-img img{height:100%!important;object-position:center 20%!important}
}

@media(max-width:560px){
  .premium-production-split{padding:28px 14px!important;gap:18px!important}
  .premium-production-card{padding:12px!important;border-radius:23px!important}
  .premium-production-card .premium-media{border-radius:16px!important;aspect-ratio:16/10}
  .premium-production-card .production-panel-content{padding:22px 10px 12px!important}
  .premium-production-card .big-number{font-size:3.65rem!important;margin-bottom:14px!important}
  .premium-production-card h2{font-size:clamp(3.25rem,16vw,4rem)!important;line-height:.84!important}
  .premium-production-card p{font-size:.91rem!important;line-height:1.55!important;margin-top:16px!important}
  .premium-chip-row{gap:7px;margin-top:17px}
  .premium-chip{min-height:34px;padding:0 10px;font-size:.72rem;gap:6px}
  .premium-chip svg{width:15px;height:15px}
  .premium-production-card .premium-card-cta{min-height:52px!important;margin-top:20px!important;border-radius:13px!important;font-size:.67rem!important}
  .premium-play{left:20px;bottom:18px;width:56px;height:56px}

  .premium-academic-section{padding:36px 0!important}
  .home-brief .premium-academic-card,.premium-academic-card{border-radius:24px!important}
  .premium-academic-card .academic-copy{padding:28px 22px 24px!important}
  .premium-academic-kicker{gap:9px;margin-bottom:20px}
  .premium-academic-icon{width:36px;height:36px;flex-basis:36px}
  .premium-academic-kicker .eyebrow{font-size:.64rem!important;letter-spacing:.13em!important}
  .premium-academic-card .academic-copy h2{
    max-width:none!important;
    margin:0 90px 18px 0!important;
    font-size:clamp(2.75rem,13.2vw,3.65rem)!important;
    line-height:.86!important;
  }
  .premium-academic-card .academic-score{
    top:84px!important;
    right:18px!important;
    width:78px!important;
    min-height:104px!important;
    border-radius:18px!important;
    font-size:2.9rem!important;
  }
  .premium-academic-card .academic-score:before{margin-bottom:7px;font-size:.76rem}
  .premium-academic-card .academic-score span{font-size:1.25rem!important;margin-top:7px!important}
  .premium-memory-label{margin:20px 0 9px;font-size:.86rem}
  .premium-academic-card .academic-copy p{font-size:.9rem!important;line-height:1.55!important}
  .premium-academic-card .premium-academic-cta{min-height:52px!important;margin-top:22px!important;font-size:.66rem!important}
  .home-brief .premium-academic-card .academic-img,.premium-academic-card .academic-img{
    display:block!important;
    min-height:0!important;
    height:auto!important;
    aspect-ratio:4/3!important;
  }
  .premium-academic-card .academic-img img{height:100%!important;object-position:center 18%!important}
  .premium-academic-ribbon{right:16px;width:46px;height:72px;font-size:.82rem}
}

@media(max-width:390px){
  .premium-production-card h2{font-size:3.05rem!important}
  .premium-chip{font-size:.68rem;padding-inline:9px}
  .premium-academic-card .academic-copy h2{font-size:2.65rem!important;margin-right:80px!important}
  .premium-academic-card .academic-score{width:70px!important;right:15px!important;font-size:2.6rem!important}
}

@media(prefers-reduced-motion:reduce){
  .premium-production-card,.premium-production-card .premium-media>img{transition:none!important}
}
