/* Stream Digital - Production Services page */
.production-page{background:#fff;color:#102b55}
.production-page img{max-width:100%}

.production-hero{
  position:relative;
  overflow:hidden;
  padding:88px 0 92px;
  background:linear-gradient(135deg,#031a36 0%,#062d59 58%,#075a88 100%);
  color:#fff;
}
.production-hero:after{
  content:"";
  position:absolute;
  inset:auto -15% -1px;
  height:120px;
  background:linear-gradient(180deg,rgba(255,255,255,0),#fff);
  opacity:.08;
  pointer-events:none;
}
.production-hero-glow{position:absolute;border-radius:50%;filter:blur(8px);pointer-events:none}
.production-hero-glow-one{width:420px;height:420px;right:3%;top:-180px;background:radial-gradient(circle,rgba(33,207,239,.28),transparent 68%)}
.production-hero-glow-two{width:360px;height:360px;left:10%;bottom:-240px;background:radial-gradient(circle,rgba(21,125,214,.24),transparent 70%)}
.production-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:58px;align-items:center}
.production-hero-copy{max-width:650px}
.production-hero-copy .content-eyebrow{color:#2ed5f2}
.production-hero-copy h1{margin:10px 0 20px;font-size:clamp(2rem,3.4vw,3.3rem);line-height:1.07;letter-spacing:-1.3px;color:#fff}
.production-hero-copy h1 span{display:block;color:#31cce9}
.production-hero-copy p{max-width:620px;margin:0;color:#c7d6e4;font-size:1rem;line-height:1.8}
.production-hero-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:30px}
.production-hero .btn-outline{border-color:rgba(255,255,255,.38);color:#fff;background:rgba(255,255,255,.04)}

.production-hero-collage{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:12px;min-width:0;padding:13px;border:1px solid rgba(255,255,255,.14);border-radius:28px;background:rgba(1,18,39,.45);box-shadow:0 30px 75px rgba(0,0,0,.28);backdrop-filter:blur(8px)}
.production-hero-image{position:relative;overflow:hidden;min-height:160px;margin:0;border-radius:18px;background:#0b3157}
.production-hero-image-main{grid-row:1/3;min-height:370px}
.production-hero-image img{display:block;width:100%;height:100%;object-fit:cover}
.production-hero-image:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(180deg,transparent,rgba(1,14,31,.78))}
.production-hero-image figcaption{position:absolute;z-index:2;left:16px;bottom:14px;padding:7px 10px;border:1px solid rgba(255,255,255,.19);border-radius:999px;background:rgba(2,24,49,.74);color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}

.production-intro{padding:76px 0 66px;background:#fff}
.production-intro-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:70px;align-items:start}
.production-intro h2{max-width:560px;margin:9px 0 0;color:#103866;font-size:clamp(2rem,3.4vw,3.3rem);line-height:1.07;letter-spacing:-1.3px}
.production-intro-copy{padding-top:6px}
.production-intro-copy p{margin:0 0 16px;color:#60758a;font-size:.96rem;line-height:1.8}

.production-services-list{padding:12px 0 86px;background:linear-gradient(180deg,#fff 0%,#f4f8fb 100%)}
.production-detail{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);gap:58px;align-items:center;padding:64px 0;border-top:1px solid #dce7ef}
.production-detail:first-child{border-top:0;padding-top:26px}
.production-detail-reverse .production-detail-media{order:2}
.production-detail-reverse .production-detail-copy{order:1}
.production-image-stage{position:relative;padding:16px;border:1px solid #d8e5ef;border-radius:26px;background:linear-gradient(180deg,#fff 0%,#edf5fb 100%);box-shadow:0 24px 58px rgba(7,38,72,.11);overflow:hidden}
.production-image-stage:before{content:"";position:absolute;width:210px;height:210px;left:-60px;top:-70px;border-radius:50%;background:radial-gradient(circle,rgba(29,199,255,.2),transparent 72%)}
.production-image-stage:after{content:"";position:absolute;width:230px;height:230px;right:-90px;bottom:-90px;border-radius:50%;background:radial-gradient(circle,rgba(11,80,170,.14),transparent 72%)}
.production-image-stage img{position:relative;z-index:2;display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:16px;box-shadow:0 14px 35px rgba(6,26,48,.18)}
.production-detail-copy{position:relative;padding:10px 0}
.production-detail-number{position:absolute;right:0;top:-14px;color:#e4edf5;font-size:5.3rem;font-weight:900;line-height:1}
.production-detail-copy .content-eyebrow{position:relative;z-index:2;display:block;padding-right:80px}
.production-detail-copy h2{position:relative;z-index:2;max-width:580px;margin:9px 0 17px;color:#103866;font-size:clamp(2rem,3vw,3rem);line-height:1.08;letter-spacing:-1px}
.production-detail-copy>p{max-width:620px;margin:0 0 22px;color:#60758a;font-size:.95rem;line-height:1.8}
.production-checks{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin:0;padding:0;list-style:none}
.production-checks li{position:relative;padding-left:26px;color:#315576;font-size:.86rem;line-height:1.45}
.production-checks li:before{content:"✓";position:absolute;left:0;top:0;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#e5f8fc;color:#08a9d5;font-size:10px;font-weight:900}

.production-process{padding:84px 0 90px;background:#062a52;color:#fff}
.production-process-heading{max-width:800px;margin:0 auto 38px;text-align:center}
.production-process-heading .content-eyebrow{color:#32d2ee}
.production-process-heading h2{margin:9px 0 14px;color:#fff;font-size:clamp(2rem,3.4vw,3.3rem);line-height:1.08;letter-spacing:-1.2px}
.production-process-heading p{max-width:690px;margin:0 auto;color:#bbcfdf;font-size:.95rem;line-height:1.75}
.production-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.production-process-grid article{position:relative;min-height:205px;padding:26px 22px;border:1px solid rgba(255,255,255,.13);border-radius:19px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));overflow:hidden}
.production-process-grid article:after{content:"→";position:absolute;right:-11px;top:50%;transform:translateY(-50%);z-index:4;color:#48d4ef;font-size:20px;font-weight:900}
.production-process-grid article:last-child:after{display:none}
.production-process-grid article>span{display:block;margin-bottom:26px;color:rgba(255,255,255,.18);font-size:2.7rem;font-weight:900;line-height:1}
.production-process-grid h3{margin:0 0 8px;color:#fff;font-size:1.3rem}
.production-process-grid p{margin:0;color:#bed0df;font-size:.81rem;line-height:1.65}

.production-connected{padding:88px 0;background:#f2f7fb}
.production-connected-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:62px;align-items:center}
.production-connected-copy h2{margin:9px 0 16px;color:#103866;font-size:clamp(2rem,3.2vw,3.15rem);line-height:1.08;letter-spacing:-1px}
.production-connected-copy p{margin:0;color:#60758a;font-size:.94rem;line-height:1.8}
.production-connected-actions{display:grid;gap:13px}
.production-connected-link{display:block;padding:23px 24px;border:1px solid #d4e3ee;border-radius:18px;background:#fff;color:#103866;text-decoration:none;box-shadow:0 14px 34px rgba(7,38,72,.07);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.production-connected-link:hover{transform:translateY(-3px);border-color:#a9dcec;box-shadow:0 20px 40px rgba(7,38,72,.11)}
.production-connected-link>span{display:block;margin-bottom:6px;color:#0bb3df;font-size:.67rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.production-connected-link strong{display:block;margin-bottom:12px;font-size:1.08rem;line-height:1.35}
.production-connected-link b{color:#075f9f;font-size:.77rem}

.production-final-cta{padding:72px 0;background:#fff}
.production-final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:44px;padding:34px 38px;border:1px solid #cfe0eb;border-radius:24px;background:linear-gradient(105deg,#edf9fd 0%,#e4f0fa 62%,#d9ebf6 100%);box-shadow:0 18px 42px rgba(7,38,72,.07)}
.production-final-cta h2{margin:8px 0 10px;color:#103866;font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.1;letter-spacing:-.7px}
.production-final-cta p{max-width:720px;margin:0;color:#60758a;font-size:.9rem;line-height:1.7}
.production-final-cta .btn{flex:0 0 auto}

@media (max-width:1050px){
  .production-hero-grid{grid-template-columns:1fr;gap:38px}
  .production-hero-copy{max-width:760px}
  .production-hero-collage{max-width:760px}
  .production-intro-grid,.production-connected-grid{grid-template-columns:1fr;gap:28px}
  .production-detail{grid-template-columns:1fr;gap:30px}
  .production-detail-reverse .production-detail-media,.production-detail-reverse .production-detail-copy{order:initial}
  .production-process-grid{grid-template-columns:1fr 1fr}
  .production-process-grid article:after{display:none}
}

@media (max-width:700px){
  .production-hero{padding:62px 0 66px}
  .production-hero-copy h1{letter-spacing:-1.5px}
  .production-hero-actions{flex-direction:column;align-items:stretch}
  .production-hero-actions .btn{text-align:center;justify-content:center}
  .production-hero-collage{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;padding:9px;border-radius:20px}
  .production-hero-image-main{grid-column:1/-1;grid-row:auto;min-height:220px}
  .production-hero-image{min-height:130px;border-radius:14px}
  .production-hero-image figcaption{left:10px;bottom:10px;font-size:8px}
  .production-intro{padding:56px 0 46px}
  .production-services-list{padding-bottom:58px}
  .production-detail{padding:46px 0}
  .production-detail:first-child{padding-top:10px}
  .production-image-stage{padding:10px;border-radius:19px}
  .production-image-stage img{border-radius:12px}
  .production-detail-number{font-size:4rem;top:-3px}
  .production-detail-copy .content-eyebrow{padding-right:60px}
  .production-checks{grid-template-columns:1fr}
  .production-process{padding:62px 0 66px}
  .production-process-grid{grid-template-columns:1fr}
  .production-process-grid article{min-height:auto}
  .production-connected{padding:62px 0}
  .production-final-cta{padding:52px 0}
  .production-final-cta-inner{align-items:flex-start;flex-direction:column;padding:26px 22px}
}
