@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap");

:root{
  --bg:#050505;
  --bg2:#0b0c0f;
  --panel:#111317;
  --panel2:#0f1115;
  --white:#f4f2ef;
  --muted:#b7b7bb;
  --muted2:#7d7e85;
  --red:#d71920;
  --redBright:#ef2a31;
  --line:rgba(255,255,255,.12);
  --lineRed:rgba(215,25,32,.38);
  --lineRedStrong:rgba(215,25,32,.58);
  --gold:#d2aa4e;
  --blue:#1b61ba;
  --container:min(1180px, calc(100% - 48px));
  --display:"Barlow Condensed","Arial Narrow",Impact,sans-serif;
  --body:"Inter",Arial,sans-serif;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{
  margin:0;
  color:var(--white);
  background:var(--bg);
  font-family:var(--body);
  line-height:1.7;
  overflow-x:hidden;
}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button{font:inherit;color:inherit}
.container{width:var(--container);margin-inline:auto}
::selection{background:var(--red);color:#fff}
.progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:300;background:rgba(255,255,255,.04)}
.progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--red),var(--redBright),var(--blue))}
.site-header{
  position:fixed;top:3px;left:0;right:0;z-index:200;
  transition:background .25s ease,border-color .25s ease,backdrop-filter .25s ease;
  border-bottom:1px solid transparent;
}
.site-header.scrolled{
  background:rgba(5,5,5,.88);
  border-color:rgba(255,255,255,.08);
  backdrop-filter:blur(16px);
}
.header-inner{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{width:188px}
.brand img{width:100%;filter:drop-shadow(0 6px 18px rgba(0,0,0,.45))}
.main-nav{
  display:flex;align-items:center;gap:28px;
  font-family:var(--display);font-size:.96rem;font-weight:500;
  letter-spacing:.08em;text-transform:uppercase
}
.main-nav a{color:rgba(255,255,255,.72);transition:color .2s ease}
.main-nav a:hover{color:#fff}
.menu-toggle{
  display:none;width:44px;height:44px;padding:0;background:rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.16);cursor:pointer
}
.menu-toggle span{
  width:21px;height:2px;display:block;margin:4px auto;background:#fff;
  transition:transform .2s ease,opacity .2s ease
}

.hero{position:relative;min-height:100svh;overflow:hidden;background:#030303}
.hero::before,
.hero::after{
  content:"";
  position:absolute;
  border-radius:50%;
  filter:blur(48px);
  pointer-events:none;
  z-index:0;
  opacity:.42;
}
.hero::before{
  width:34vw;height:34vw;
  left:-6vw;bottom:12vh;
  background:radial-gradient(circle, rgba(239,42,49,.9) 0%, rgba(239,42,49,.18) 35%, rgba(239,42,49,0) 70%);
  animation:floatRed 10s ease-in-out infinite alternate;
}
.hero::after{
  width:40vw;height:40vw;
  right:-8vw;top:12vh;
  background:radial-gradient(circle, rgba(27,97,186,.86) 0%, rgba(27,97,186,.17) 34%, rgba(27,97,186,0) 72%);
  animation:floatBlue 12s ease-in-out infinite alternate;
}
.hero-media,.hero-overlay{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-overlay{
  background:
    linear-gradient(to top, rgba(3,3,3,.88) 0%, rgba(3,3,3,.46) 18%, rgba(3,3,3,.03) 56%, rgba(3,3,3,.18) 100%),
    linear-gradient(90deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.01) 44%, rgba(0,0,0,.16) 100%);
}
.hero-content{
  position:relative;z-index:1;min-height:100svh;display:flex;align-items:flex-end;justify-content:flex-end;
  padding-top:140px;padding-bottom:88px
}
.hero-copy{
  max-width:390px;
  margin-left:auto;
  padding:14px 16px 18px;
  background:linear-gradient(135deg, rgba(0,0,0,.15), rgba(0,0,0,.04));
  border-left:1px solid rgba(215,25,32,.32);
  box-shadow:0 10px 28px rgba(0,0,0,.08);
}
.eyebrow{
  margin:0 0 16px;
  color:var(--redBright);
  font-family:var(--display);
  font-size:.92rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase
}
h1,h2,h3,p{text-wrap:pretty}
h1,h2,h3{margin-top:0}
h1,h2{
  font-family:var(--display);font-weight:600;line-height:.95;letter-spacing:.01em;
  text-transform:uppercase
}
h1{margin-bottom:12px;font-size:clamp(3.15rem,5.5vw,5.2rem)}
h1 span{display:block;color:var(--redBright)}
h2{margin-bottom:28px;font-size:clamp(3.2rem,6.2vw,6.2rem)}
h3{font-family:var(--display);font-size:1.55rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase}

.hero-host-card{
  max-width:100%;
  margin:0 0 14px;
  padding:10px 12px 12px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.08);
}
.hero-host-card strong,.hero-host-card span{
  display:block;font-family:var(--display);text-transform:uppercase
}
.hero-host-card strong{color:#fff;font-size:1rem;letter-spacing:.08em}
.hero-host-card span{margin-top:2px;color:var(--redBright);font-size:.84rem;letter-spacing:.12em}
.hero-host-card p{margin:8px 0 0;color:rgba(255,255,255,.84);font-size:.86rem;line-height:1.42}
.host-credentials{
  margin:-8px 0 22px;color:var(--redBright);font-family:var(--display);
  font-size:1.02rem;letter-spacing:.08em;text-transform:uppercase;line-height:1.45;
}
.hero-text{max-width:none;margin:0 0 18px;color:rgba(255,255,255,.88);font-size:.92rem;line-height:1.55}
.hero-meta{
  display:flex;flex-wrap:wrap;gap:8px 14px;margin-bottom:22px;
  font-family:var(--display);font-size:.84rem;letter-spacing:.1em;text-transform:uppercase
}
.hero-meta span{position:relative}
.hero-meta span+span::before{content:"•";position:absolute;left:-10px;top:0;color:var(--red)}
.hero-meta .highlight{color:var(--redBright)}
.button{
  display:inline-flex;min-height:50px;padding:0 22px;align-items:center;justify-content:center;
  border:1px solid transparent;font-family:var(--display);font-size:.95rem;
  font-weight:600;letter-spacing:.09em;text-transform:uppercase;cursor:pointer;
  transition:transform .2s ease,background .2s ease,border-color .2s ease
}
.button:hover{transform:translateY(-2px)}
.button-primary{color:#fff;background:var(--red);border-color:var(--red);box-shadow:0 14px 36px rgba(215,25,32,.22)}
.button-primary:hover{background:var(--redBright)}

.section{position:relative;padding:120px 0}
.intro{
  background:
    radial-gradient(circle at 10% 0%, rgba(27,97,186,.14), transparent 28%),
    linear-gradient(180deg,#060607,#0b0c10)
}
.intro-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:82px;align-items:start}
.section-head.narrow{max-width:800px;margin-bottom:56px}
.lead{color:#fff;font-size:clamp(1.18rem,1.8vw,1.46rem);font-weight:300;line-height:1.55}
.intro-copy{color:var(--muted);padding-top:84px}
.manifesto{
  margin-top:44px;padding:26px 0 26px 28px;border-left:3px solid var(--red);
  display:grid;gap:3px;font-family:var(--display);
  font-size:clamp(1.55rem,2.4vw,2.25rem);line-height:1.02;letter-spacing:.04em;text-transform:uppercase
}
.manifesto span{color:rgba(255,255,255,.55)}
.manifesto strong{color:#fff}

.conductor{background:linear-gradient(105deg, rgba(215,25,32,.08), transparent 42%), #0d0e12}
.split-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:82px;align-items:center}
.image-frame{
  position:relative;overflow:hidden;background:#0b0c0e;
  box-shadow:0 28px 80px rgba(0,0,0,.45)
}
.image-frame::before{
  content:"";position:absolute;inset:14px auto auto 14px;width:68px;height:68px;
  border-top:2px solid rgba(215,25,32,.6);border-left:2px solid rgba(215,25,32,.6);z-index:1
}
.image-frame::after{
  content:"";position:absolute;inset:auto 14px 14px auto;width:68px;height:68px;
  border-bottom:2px solid rgba(255,255,255,.24);border-right:2px solid rgba(255,255,255,.24);z-index:1
}
.image-frame img{width:100%;height:100%;object-fit:cover}
.content-block p:not(.eyebrow){color:var(--muted)}

.stat-lines{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:40px}
.stat-lines div,
.format-panel,
.topic,
.projection-item{
  position:relative;
  overflow:hidden;
}
.stat-lines div{
  min-height:110px;padding:18px 18px 14px;border:1px solid var(--lineRed);
  background:linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.01));
  transform:translateY(0);
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.stat-lines div::before,
.topic::before,
.format-panel::before,
.projection-item::before{
  content:"";
  position:absolute;
  top:-120%;left:-55%;
  width:42%;height:320%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.14), transparent);
  transform:rotate(18deg);
  animation:shineSweep 6.5s linear infinite;
  pointer-events:none;
}
.stat-lines div:hover,
.topic:hover,
.format-panel:hover,
.projection-item:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 40px rgba(0,0,0,.24), 0 0 0 1px rgba(239,42,49,.10) inset;
  border-color:var(--lineRedStrong);
}
.stat-lines span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;
  background:radial-gradient(circle at 32% 30%, #ffffff 0%, #bfc2c8 14%, #6d7177 45%, #27292f 74%, #15161a 100%);
  color:#fff;font-family:var(--display);font-size:.9rem;letter-spacing:.04em;box-shadow:0 0 0 1px rgba(255,255,255,.15), 0 6px 18px rgba(0,0,0,.35)}
.stat-lines p{margin:12px 0 0;color:#fff;font-family:var(--display);font-size:1.3rem;text-transform:uppercase;line-height:1.08}

.gallery-strip{
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    #060708;
  background-size:54px 54px
}
.gallery-head{max-width:760px;margin-bottom:48px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.gallery-card{margin:0;border:1px solid var(--line);background:#0c0d10;overflow:hidden}
.gallery-card img{width:100%;aspect-ratio:4/5;object-fit:cover}
.gallery-card figcaption{
  padding:16px 16px 18px;color:#fff;font-family:var(--display);
  font-size:1.1rem;letter-spacing:.04em;text-transform:uppercase
}

.topics{background:linear-gradient(110deg, rgba(215,25,32,.06), transparent 44%), #090a0d}
.topic-grid{
  display:grid;grid-template-columns:repeat(5,1fr);
  border-top:1px solid var(--lineRed);border-left:1px solid var(--lineRed)
}
.topic{
  min-height:156px;padding:24px 18px;border-right:1px solid var(--lineRed);border-bottom:1px solid var(--lineRed);
  background:linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.008));
  transition:background .25s ease,transform .25s ease,border-color .25s ease,box-shadow .25s ease
}
.topic span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:50%;
  color:#fff;
  font-family:var(--display);
  font-size:.92rem;
  letter-spacing:.05em;
  background:
    radial-gradient(circle at 30% 28%, #fff 0%, #cfd2d8 16%, #8c919a 38%, #3f434c 70%, #22252d 100%);
  box-shadow:
    inset 0 1px 2px rgba(255,255,255,.45),
    0 0 0 1px rgba(255,255,255,.12),
    0 12px 20px rgba(0,0,0,.28);
}
.topic h3{margin:30px 0 0;font-size:1.36rem}

.format{background:#efefed;color:#111216}
.format .eyebrow{color:var(--red)}
.format .content-block p:not(.eyebrow){color:#55565a}
.format-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:82px;align-items:center}
.format-title-row{display:flex;align-items:flex-start;gap:18px}
.audio-badge{
  flex:0 0 62px;
  width:62px;height:62px;
  display:grid;place-items:center;
  border-radius:50%;
  color:var(--red);
  background:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.12);
}
.audio-badge svg{width:34px;height:34px;animation:pulseLines 2.5s ease-in-out infinite}
.format-panels{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:38px 0 32px}
.format-panel{
  min-height:150px;padding:22px;border:1px solid rgba(0,0,0,.18);background:#fff;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease
}
.format-panel strong{display:block;font-family:var(--display);font-size:4rem;line-height:1}
.format-panel span{display:block;margin-top:10px;color:#64656a;font-size:.83rem;letter-spacing:.05em;text-transform:uppercase}
.tone-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 16px;margin:0;padding:0;list-style:none}
.tone-list li{
  padding:14px 16px;border:1px solid rgba(0,0,0,.14);font-family:var(--display);
  font-size:1.3rem;text-transform:uppercase;background:#fff
}
.tone-list li::before{content:"— ";color:var(--red)}
.audio-visualizer{
  position:relative;
  padding:34px 28px;
  overflow:hidden;
  color:#fff;
  background:linear-gradient(145deg, rgba(14,16,20,.96), rgba(31,34,40,.86));
  box-shadow:0 28px 70px rgba(0,0,0,.23);
}
.audio-visualizer::after{
  content:"";
  position:absolute;
  inset:auto -20% -30% auto;
  width:240px;height:240px;border-radius:50%;
  background:radial-gradient(circle, rgba(239,42,49,.18) 0%, rgba(239,42,49,0) 72%);
  filter:blur(10px);
}
.visualizer-label{
  margin-bottom:22px;
  color:var(--redBright);
  font-family:var(--display);
  font-size:1rem;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.visualizer-lines{
  height:180px;
  display:flex;
  align-items:flex-end;
  gap:8px;
}
.visualizer-lines span{
  flex:1;
  min-width:10px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(239,42,49,.95), rgba(27,97,186,.75));
  animation:equalize 1.25s ease-in-out infinite;
  transform-origin:center bottom;
}
.visualizer-lines span:nth-child(1){animation-delay:.1s;height:32%}
.visualizer-lines span:nth-child(2){animation-delay:.3s;height:56%}
.visualizer-lines span:nth-child(3){animation-delay:.2s;height:40%}
.visualizer-lines span:nth-child(4){animation-delay:.45s;height:78%}
.visualizer-lines span:nth-child(5){animation-delay:.15s;height:47%}
.visualizer-lines span:nth-child(6){animation-delay:.28s;height:68%}
.visualizer-lines span:nth-child(7){animation-delay:.08s;height:36%}
.visualizer-lines span:nth-child(8){animation-delay:.5s;height:84%}
.visualizer-lines span:nth-child(9){animation-delay:.23s;height:49%}
.visualizer-lines span:nth-child(10){animation-delay:.4s;height:70%}
.visualizer-lines span:nth-child(11){animation-delay:.16s;height:42%}
.visualizer-lines span:nth-child(12){animation-delay:.34s;height:60%}
.audio-visualizer p{
  margin:22px 0 0;
  color:rgba(255,255,255,.75);
  font-family:var(--display);
  font-size:1.1rem;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.projection{
  background:
    radial-gradient(circle at 90% 20%, rgba(27,97,186,.12), transparent 28%),
    #070708
}
.projection-copy{max-width:850px;margin-bottom:34px}
.projection-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.projection-item{
  min-height:176px;
  padding:22px 20px;
  border:1px solid var(--lineRed);
  background:linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.008));
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease
}
.projection-icon{
  width:54px;height:54px;
  display:grid;place-items:center;
  margin-bottom:26px;
  border-radius:18px;
  color:var(--redBright);
  background:rgba(215,25,32,.08);
  box-shadow:inset 0 0 0 1px rgba(215,25,32,.18), 0 10px 24px rgba(0,0,0,.2);
}
.projection-icon svg{width:28px;height:28px}
.projection-item h3{margin:0;font-size:1.42rem;line-height:1.08}

.site-footer{background:#030303;border-top:2px solid var(--red)}
.footer-top{min-height:185px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:50px}
.footer-brand img{width:250px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.45))}
.footer-brand p{margin:14px 0 0;color:var(--muted);font-family:var(--display);letter-spacing:.12em;text-transform:uppercase}
.footer-nav{
  display:grid;grid-template-columns:repeat(2,auto);gap:12px 32px;
  font-family:var(--display);font-size:.95rem;letter-spacing:.06em;text-transform:uppercase
}
.footer-nav a{color:rgba(255,255,255,.68)}
.footer-nav a:hover{color:var(--redBright)}
.footer-bottom{
  min-height:82px;
  display:grid;
  grid-template-columns:1fr auto auto;
  align-items:center;
  gap:20px;
  color:var(--muted2);
  font-size:.75rem;
  text-transform:uppercase;
  border-top:1px solid var(--line)
}
.footer-bottom p{margin:0}
.made-by{
  display:flex;
  align-items:center;
  gap:10px;
  justify-self:end;
}
.made-by span{
  color:#fff;
  font-family:var(--display);
  font-size:.82rem;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.made-by img{width:92px;height:auto;display:block;background:transparent}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}
.reveal.visible{opacity:1;transform:translateY(0)}
.delay-1{transition-delay:.1s}
.delay-2{transition-delay:.2s}

@keyframes shineSweep{
  0%{transform:translateX(-180%) rotate(18deg)}
  100%{transform:translateX(380%) rotate(18deg)}
}
@keyframes floatRed{
  0%{transform:translate3d(0,0,0) scale(1)}
  100%{transform:translate3d(6vw,-3vh,0) scale(1.12)}
}
@keyframes floatBlue{
  0%{transform:translate3d(0,0,0) scale(1)}
  100%{transform:translate3d(-5vw,4vh,0) scale(1.15)}
}
@keyframes equalize{
  0%,100%{transform:scaleY(.72);opacity:.88}
  50%{transform:scaleY(1.1);opacity:1}
}
@keyframes pulseLines{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.08)}
}

@media (max-width:1050px){
  :root{--container:min(860px, calc(100% - 36px))}
  .menu-toggle{display:block;position:relative;z-index:2}
  .menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  .menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .main-nav{
    position:fixed;inset:0;display:grid;place-content:center;gap:24px;text-align:center;
    background:rgba(4,4,4,.98);opacity:0;visibility:hidden;transform:translateY(-10px);
    transition:opacity .2s ease,visibility .2s ease,transform .2s ease
  }
  .main-nav.open{opacity:1;visibility:visible;transform:translateY(0)}
  .main-nav a{font-size:1.25rem}
  .intro-grid,.split-layout,.format-layout{grid-template-columns:1fr}
  .intro-copy{padding-top:0}
  .gallery-grid{grid-template-columns:1fr 1fr}
  .topic-grid{grid-template-columns:repeat(2,1fr)}
  .projection-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  :root{--container:min(100% - 24px, 540px)}
  .section{padding:88px 0}
  .header-inner{min-height:66px}
  .brand{width:154px}
  .hero{min-height:1140px}
  .hero::before{width:48vw;height:48vw;left:-10vw;bottom:10vh;opacity:.38}
  .hero::after{width:52vw;height:52vw;right:-14vw;top:16vh;opacity:.34}
  .hero-media img{object-position:left center}
  .hero-overlay{
    background:
      linear-gradient(to top, rgba(3,3,3,.90) 0%, rgba(3,3,3,.44) 18%, rgba(3,3,3,.02) 58%, rgba(3,3,3,.14) 100%)
  }
  .hero-content{
    padding-top:310px;
    padding-bottom:30px;
    align-items:flex-end;
    justify-content:flex-end;
  }
  .hero-copy{
    margin-left:auto;
    max-width:min(205px, 43vw);
    padding:8px 8px 10px;
    background:linear-gradient(135deg, rgba(0,0,0,.10), rgba(0,0,0,.02));
    border-left:1px solid rgba(215,25,32,.22);
    box-shadow:none;
  }
  h1{font-size:clamp(1.9rem,8vw,2.8rem);line-height:.94;margin-bottom:8px}
  h2{font-size:clamp(2.9rem,14vw,4.8rem)}
  .eyebrow{font-size:.60rem;letter-spacing:.12em;margin-bottom:8px}
  .hero-host-card{
    padding:6px 6px 7px;
    margin-bottom:8px;
    background:rgba(0,0,0,.03);
    border-color:rgba(255,255,255,.06);
  }
  .hero-host-card strong{font-size:.66rem}
  .hero-host-card span{font-size:.52rem}
  .hero-host-card p{display:none}
  .hero-text{display:none}
  .hero-meta{display:none}
  .button{min-height:40px;padding:0 14px;font-size:.74rem}
  .stat-lines,.format-panels,.tone-list{grid-template-columns:1fr}
  .gallery-grid,.topic-grid,.projection-grid{grid-template-columns:1fr}
  .format-title-row{gap:12px}
  .audio-badge{width:48px;height:48px;flex-basis:48px}
  .audio-badge svg{width:26px;height:26px}
  .audio-visualizer{padding:24px 18px}
  .visualizer-lines{height:120px;gap:6px}
  .footer-top{grid-template-columns:1fr;padding:54px 0 38px}
  .footer-bottom{
    display:grid;
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
    padding:20px 0 24px;
    gap:8px;
  }
  .made-by{justify-self:center;margin-top:4px}
  .made-by img{width:74px}
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important}
  .reveal{opacity:1;transform:none}
}


.analysis-blocks{
  background:
    linear-gradient(115deg, rgba(215,25,32,.05), transparent 42%),
    radial-gradient(circle at 88% 16%, rgba(27,97,186,.11), transparent 28%),
    #111216;
}
.analysis-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:24px;
}
.analysis-card{
  padding:28px 28px 30px;
  border:1px solid rgba(255,255,255,.08);
  min-height:100%;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.analysis-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(0,0,0,.24);
}
.card-light{
  background:#f4f2ef;
  color:#111216;
  border-color:rgba(0,0,0,.08);
}
.card-dark{
  background:linear-gradient(180deg, #0f1115, #15181d);
  color:#f4f2ef;
  border-color:rgba(215,25,32,.25);
}
.analysis-icon{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:18px;
  color:var(--redBright);
  background:rgba(215,25,32,.08);
  box-shadow:inset 0 0 0 1px rgba(215,25,32,.12);
}
.card-light .analysis-icon{
  background:#fff;
  box-shadow:inset 0 0 0 1px rgba(215,25,32,.18), 0 10px 22px rgba(0,0,0,.08);
}
.analysis-icon svg{width:32px;height:32px}
.analysis-label{
  display:inline-block;
  margin-bottom:10px;
  color:var(--redBright);
  font-family:var(--display);
  font-size:.94rem;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.analysis-card h3{
  margin:0 0 10px;
  font-size:2rem;
  line-height:1;
}
.analysis-tags{
  margin:0 0 18px;
  font-family:var(--display);
  font-size:1.04rem;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:inherit;
  opacity:.88;
}
.analysis-body{
  padding-top:18px;
  border-top:1px solid rgba(215,25,32,.24);
}
.analysis-body strong{
  display:block;
  margin-bottom:8px;
  font-family:var(--display);
  font-size:1.08rem;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.analysis-body p{
  margin:0 0 12px;
  color:inherit;
  opacity:.92;
  line-height:1.6;
}
.card-light .analysis-body p{
  color:#23262d;
}
.card-dark .analysis-body p{
  color:rgba(255,255,255,.86);
}

@media (max-width:1050px){
  .analysis-grid{grid-template-columns:1fr}
}
@media (max-width:760px){
  .analysis-card{
    padding:22px 18px 22px;
  }
  .analysis-card h3{
    font-size:1.58rem;
  }
  .analysis-tags{
    font-size:.92rem;
  }
  .analysis-body strong{
    font-size:.98rem;
  }
}


.media-section{
  background:
    radial-gradient(circle at 12% 8%, rgba(215,25,32,.10), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(27,97,186,.10), transparent 25%),
    #090a0d;
}
.media-intro{
  max-width:760px;
  margin:0;
  color:var(--muted);
  font-size:1.04rem;
}
.production-gallery{
  display:grid;
  grid-template-columns:1.18fr .82fr;
  gap:22px;
  margin-top:46px;
}
.production-photo{
  position:relative;
  margin:0;
  overflow:hidden;
  min-height:560px;
  background:#050505;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 24px 70px rgba(0,0,0,.34);
}
.production-photo-large{min-height:650px}
.production-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .65s ease, filter .65s ease;
}
.production-photo:hover img{
  transform:scale(1.025);
  filter:saturate(1.05) contrast(1.03);
}
.production-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.78), transparent 42%);
  pointer-events:none;
}
.production-photo figcaption{
  position:absolute;
  left:22px;
  right:22px;
  bottom:20px;
  z-index:2;
}
.production-photo figcaption span{
  display:block;
  margin-bottom:4px;
  color:var(--redBright);
  font-family:var(--display);
  font-size:.82rem;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.production-photo figcaption strong{
  color:#fff;
  font-family:var(--display);
  font-size:1.5rem;
  font-weight:500;
  line-height:1.05;
  text-transform:uppercase;
}
.youtube-feature{
  display:grid;
  grid-template-columns:.66fr 1.34fr;
  gap:42px;
  align-items:center;
  margin-top:88px;
  padding:32px;
  border:1px solid rgba(215,25,32,.28);
  background:linear-gradient(135deg, rgba(215,25,32,.05), rgba(255,255,255,.015));
}
.youtube-copy h3,
.social-heading h3{
  margin:0 0 14px;
  color:#fff;
  font-family:var(--display);
  font-size:2.2rem;
  font-weight:500;
  line-height:1;
  text-transform:uppercase;
}
.youtube-copy p:not(.eyebrow){margin:0;color:var(--muted)}
.video-frame{
  position:relative;
  overflow:hidden;
  background:#000;
  box-shadow:0 20px 60px rgba(0,0,0,.42);
}
.video-frame-youtube{aspect-ratio:16/9}
.video-frame iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.social-heading{
  margin-top:86px;
  margin-bottom:30px;
}
.instagram-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.instagram-embed-card{
  min-height:760px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:#fff;
  box-shadow:0 18px 50px rgba(0,0,0,.24);
}
.instagram-embed-card iframe{
  width:100%;
  height:760px;
  display:block;
  background:#fff;
}
@media (max-width:1050px){
  .production-gallery,
  .youtube-feature{
    grid-template-columns:1fr;
  }
  .production-photo,
  .production-photo-large{
    min-height:620px;
  }
}
@media (max-width:760px){
  .production-gallery,
  .instagram-grid{
    grid-template-columns:1fr;
  }
  .production-photo,
  .production-photo-large{
    min-height:520px;
  }
  .youtube-feature{
    margin-top:64px;
    padding:20px 16px;
    gap:24px;
  }
  .youtube-copy h3,
  .social-heading h3{
    font-size:1.8rem;
  }
  .instagram-embed-card,
  .instagram-embed-card iframe{
    min-height:720px;
    height:720px;
  }
}


/* v13: prioridad audiovisual inmediatamente después del hero */
.media-launch{
  padding-top:96px;
}
.youtube-feature-launch{
  margin-top:42px;
}
.youtube-feature-launch .video-frame-youtube{
  box-shadow:
    0 22px 70px rgba(0,0,0,.48),
    0 0 0 1px rgba(215,25,32,.16);
}
.social-intro{
  max-width:680px;
  margin:0;
  color:var(--muted);
}
.instagram-grid-featured{
  margin-top:24px;
}
.production-heading{
  margin-top:86px;
  margin-bottom:28px;
}
.production-heading h3{
  margin:0;
  color:#fff;
  font-family:var(--display);
  font-size:2.1rem;
  font-weight:500;
  line-height:1;
  text-transform:uppercase;
}
@media (max-width:760px){
  .media-launch{
    padding-top:72px;
  }
  .youtube-feature-launch{
    margin-top:32px;
  }
  .production-heading{
    margin-top:64px;
  }
}


/* v14: galería de 3 fotos reales con placas difuminadas */
.production-gallery-three{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:22px;
}
.production-gallery-three .production-photo,
.production-gallery-three .production-photo-large{
  min-height:620px;
}
@media (max-width:1050px){
  .production-gallery-three{grid-template-columns:1fr 1fr}
  .production-gallery-three .production-photo:last-child{grid-column:1 / -1}
}
@media (max-width:760px){
  .production-gallery-three{grid-template-columns:1fr}
  .production-gallery-three .production-photo,
  .production-gallery-three .production-photo-large{min-height:500px}
}
