/* video-media-production - page module styles. Scoped under body.gb-video-media-production-tpl .gb-app.
   Foundation tokens + Zuume/Alternox fonts come from shared assets/colors_and_type.css.
   The page ships its own component CSS (it does NOT use the gb-home library). */

/* --- header offset: pull the page up under the transparent, sticky Elementor header --- */
body.gb-video-media-production-tpl{--gb-header-h:130px}
@media(max-width:920px){body.gb-video-media-production-tpl{--gb-header-h:120px}}
@media(max-width:760px){body.gb-video-media-production-tpl{--gb-header-h:100px}}
body.gb-video-media-production-tpl #content,body.gb-video-media-production-tpl .site-content{padding-top:0!important;margin-top:0!important}
body.gb-video-media-production-tpl .gb-app{margin-top:calc(-1 * var(--gb-header-h))!important}
body.gb-video-media-production-tpl .gb-app .b-hero{padding-top:calc(var(--gb-header-h) + 40px)!important}
html:has(body.gb-video-media-production-tpl){scroll-behavior:smooth;scroll-padding-top:calc(130px + 64px)}
@media(max-width:920px){html:has(body.gb-video-media-production-tpl){scroll-padding-top:calc(120px + 64px)}}
@media(max-width:760px){html:has(body.gb-video-media-production-tpl){scroll-padding-top:calc(100px + 60px)}}
@media(prefers-reduced-motion:reduce){html:has(body.gb-video-media-production-tpl){scroll-behavior:auto}}

/* base type + page background (folded from the export's body{} rule) */
body.gb-video-media-production-tpl .gb-app{font-family:var(--font-sans);color:var(--fg1);background:var(--gb-navy-900);-webkit-font-smoothing:antialiased}
/* normalize bare form controls without out-specifying component fonts */
body.gb-video-media-production-tpl .gb-app :where(button,input,select,textarea){font-family:inherit}

/* ============================ EXPORT STYLES (scoped) ============================ */
body.gb-video-media-production-tpl .gb-app *{box-sizing:border-box;}
body.gb-video-media-production-tpl .gb-app a{color:inherit;text-decoration:none;}
body.gb-video-media-production-tpl .gb-app img{display:block;max-width:100%;}
body.gb-video-media-production-tpl .gb-app button{font-family:inherit;}
body.gb-video-media-production-tpl .gb-app :focus-visible{outline:2px solid var(--gb-blue-500);outline-offset:3px;}
body.gb-video-media-production-tpl .gb-app ::selection{background:var(--gb-pink);color:#fff;}
body.gb-video-media-production-tpl .gb-app .wrap{max-width:1240px;margin:0 auto;padding:0 40px;}
body.gb-video-media-production-tpl .gb-app .wrap-narrow{max-width:960px;margin:0 auto;padding:0 40px;}
body.gb-video-media-production-tpl .gb-app section{position:relative;scroll-margin-top:90px;}
body.gb-video-media-production-tpl .gb-app .sec{padding:104px 0;}
body.gb-video-media-production-tpl .gb-app .sec-sm{padding:72px 0;}
body.gb-video-media-production-tpl .gb-app .dark{background:var(--gb-navy-900);color:#fff;}
body.gb-video-media-production-tpl .gb-app .deep{background:var(--gb-navy-900);color:#fff;}
body.gb-video-media-production-tpl .gb-app .navy{background:var(--gb-navy-800);color:#fff;}
body.gb-video-media-production-tpl .gb-app .paper{background:var(--gb-paper);color:var(--fg1);}
body.gb-video-media-production-tpl .gb-app .paper-2{background:var(--gb-paper-2);color:var(--fg1);}
body.gb-video-media-production-tpl .gb-app .white{background:#fff;color:var(--fg1);}
body.gb-video-media-production-tpl .gb-app .bluewash{background:linear-gradient(160deg,#0E1E36 0%,#15407a 45%,#0a6fb0 100%);color:#fff;}
body.gb-video-media-production-tpl .gb-app .eyebrow{font-family:var(--font-sans);font-weight:700;font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:var(--gb-pink);margin:0 0 20px;display:inline-flex;align-items:center;}
body.gb-video-media-production-tpl .gb-app .display{font-family:var(--font-display);font-weight:700;text-transform:uppercase;line-height:.9;letter-spacing:.005em;margin:0;font-size:clamp(52px,7.2vw,104px);}
body.gb-video-media-production-tpl .gb-app .h2{font-family:var(--font-display);font-weight:700;text-transform:uppercase;line-height:.94;letter-spacing:.01em;margin:0;font-size:clamp(34px,4.4vw,56px);}
body.gb-video-media-production-tpl .gb-app .h3{font-family:var(--font-display);font-weight:700;text-transform:uppercase;line-height:1.0;letter-spacing:.015em;margin:0;font-size:clamp(22px,2.4vw,30px);}
body.gb-video-media-production-tpl .gb-app .lead{font-size:clamp(18px,1.5vw,21px);line-height:1.6;color:var(--fg2);}
body.gb-video-media-production-tpl .gb-app .deep .lead, body.gb-video-media-production-tpl .gb-app .navy .lead, body.gb-video-media-production-tpl .gb-app .bluewash .lead{color:var(--fg-on-dark-2);}
body.gb-video-media-production-tpl .gb-app .deep h1, body.gb-video-media-production-tpl .gb-app .deep h2, body.gb-video-media-production-tpl .gb-app .deep .h2, body.gb-video-media-production-tpl .gb-app .deep .h3, body.gb-video-media-production-tpl .gb-app .navy h1, body.gb-video-media-production-tpl .gb-app .navy h2, body.gb-video-media-production-tpl .gb-app .bluewash h2{color:#fff;}
body.gb-video-media-production-tpl .gb-app .accent-pink{color:var(--gb-pink) !important;}
body.gb-video-media-production-tpl .gb-app .measure{max-width:62ch;}
body.gb-video-media-production-tpl .gb-app .nowrap{white-space:nowrap;}
body.gb-video-media-production-tpl .gb-app .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--font-sans);font-weight:700;font-size:14px;letter-spacing:.08em;text-transform:uppercase;border:none;border-radius:var(--radius-pill);padding:16px 30px;cursor:pointer;white-space:nowrap;transition:transform var(--dur) var(--ease-out),box-shadow var(--dur) var(--ease-out),background var(--dur),border-color var(--dur),color var(--dur);}
body.gb-video-media-production-tpl .gb-app .btn svg{width:17px;height:17px;}
body.gb-video-media-production-tpl .gb-app .btn:active{transform:translateY(1px);}
body.gb-video-media-production-tpl .gb-app .btn-pink{background:var(--gb-pink);color:#fff;box-shadow:var(--shadow-pink-glow);}
body.gb-video-media-production-tpl .gb-app .btn-pink:hover{box-shadow:0 16px 40px -10px rgba(255,24,148,.6);transform:translateY(-2px);}
body.gb-video-media-production-tpl .gb-app .btn-pink:active{background:var(--gb-pink-600);}
body.gb-video-media-production-tpl .gb-app .btn-white{background:#fff;color:var(--gb-navy);}
body.gb-video-media-production-tpl .gb-app .btn-outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.45);}
body.gb-video-media-production-tpl .gb-app .btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.08);}
body.gb-video-media-production-tpl .gb-app .btn-ghost{background:transparent;color:var(--gb-navy);border:1.5px solid var(--gb-line);}
body.gb-video-media-production-tpl .gb-app .btn-ghost:hover{border-color:var(--gb-navy);background:var(--gb-paper);}
body.gb-video-media-production-tpl .gb-app .btn-lg{padding:19px 38px;font-size:15px;}
body.gb-video-media-production-tpl .gb-app .btn-sm{padding:11px 20px;font-size:12.5px;}
body.gb-video-media-production-tpl .gb-app .gbp-reveal{opacity:1;transform:none;}
html.js-anim body.gb-video-media-production-tpl .gb-app .gbp-reveal{opacity:0;transform:translateY(22px);transition:opacity var(--dur-slow) var(--ease-out),transform var(--dur-slow) var(--ease-out);}
html.js-anim body.gb-video-media-production-tpl .gb-app .gbp-reveal.in{opacity:1;transform:none;}
@media(prefers-reduced-motion:reduce){
  html.js-anim body.gb-video-media-production-tpl .gb-app .gbp-reveal{opacity:1!important;transform:none!important;transition:none!important;}
}
body.gb-video-media-production-tpl .gb-app .scroll-progress{position:fixed;top:0;left:0;height:3px;width:0;z-index:120;background:linear-gradient(90deg,var(--gb-pink),var(--gb-blue-500));transition:width .1s linear;}
body.gb-video-media-production-tpl .gb-app .faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:56px;align-items:start;}
body.gb-video-media-production-tpl .gb-app .faq-list{border-top:1px solid var(--gb-line);}
body.gb-video-media-production-tpl .gb-app .faq-item{border-bottom:1px solid var(--gb-line);}
body.gb-video-media-production-tpl .gb-app .faq-q{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;background:none;border:none;cursor:pointer;padding:24px 4px;text-align:left;}
body.gb-video-media-production-tpl .gb-app .faq-q .qtext{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:21px;color:var(--gb-navy);letter-spacing:.03em;line-height:1.12;}
body.gb-video-media-production-tpl .gb-app .faq-q .qico{flex:none;width:30px;height:30px;border-radius:50%;border:1.5px solid var(--gb-line);display:flex;align-items:center;justify-content:center;color:var(--gb-navy);transition:background var(--dur),transform var(--dur),border-color var(--dur),color var(--dur);}
body.gb-video-media-production-tpl .gb-app .faq-q .qico svg{width:16px;height:16px;}
body.gb-video-media-production-tpl .gb-app .faq-item.open .qico{background:var(--gb-pink);border-color:var(--gb-pink);color:#fff;transform:rotate(45deg);}
body.gb-video-media-production-tpl .gb-app .faq-a{display:none;overflow:hidden;}
body.gb-video-media-production-tpl .gb-app .faq-item.open .faq-a{display:block;}
body.gb-video-media-production-tpl .gb-app .faq-a p{font-size:15px;line-height:1.65;color:var(--fg2);margin:0;padding:0 4px 26px;max-width:64ch;}
body.gb-video-media-production-tpl .gb-app .faq-a p + p{padding-top:0;}
@media(max-width:760px){
  body.gb-video-media-production-tpl .gb-app .faq-grid{grid-template-columns:1fr;gap:30px;}
  body.gb-video-media-production-tpl .gb-app .faq-aside-photo{display:none;}
}
body.gb-video-media-production-tpl .gb-app .faq-aside-photo{display:block;margin-top:26px;border-radius:14px;overflow:hidden;border:1px solid var(--gb-line);box-shadow:var(--shadow-card);position:sticky;top:100px;}
body.gb-video-media-production-tpl .gb-app .faq-aside-photo img{display:block;width:100%;height:auto;cursor:zoom-in;}
body.gb-video-media-production-tpl .gb-app .site-footer{background:var(--gb-navy-900);color:#fff;padding:54px 0;text-align:center;}
body.gb-video-media-production-tpl .gb-app .site-footer .f-logo{width:200px;height:auto;margin:0 auto 18px;display:block;}
body.gb-video-media-production-tpl .gb-app .site-footer p{font-size:13px;color:var(--fg-on-dark-2);margin:0 0 6px;}
body.gb-video-media-production-tpl .gb-app .site-footer a{color:#fff;}
body.gb-video-media-production-tpl .gb-app .site-footer a:hover{color:var(--gb-pink);}
@media(max-width:560px){
  body.gb-video-media-production-tpl .gb-app .wrap, body.gb-video-media-production-tpl .gb-app .wrap-narrow{padding:0 22px;}
  body.gb-video-media-production-tpl .gb-app .sec{padding:72px 0;}
  body.gb-video-media-production-tpl .gb-app .site-footer{padding:38px 0 92px;}
}
body.gb-video-media-production-tpl .gb-app .white .micro-pink, body.gb-video-media-production-tpl .gb-app .paper .micro-pink, body.gb-video-media-production-tpl .gb-app .paper-2 .micro-pink{color:var(--gb-pink-600);}
body.gb-video-media-production-tpl .gb-app .site-header{position:sticky;top:0;z-index:80;background:rgba(14,30,55,.92);backdrop-filter:blur(10px);border-bottom:1px solid rgba(79,180,230,.16);}
body.gb-video-media-production-tpl .gb-app .site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:78px;gap:24px;}
body.gb-video-media-production-tpl .gb-app .site-logo{width:200px;max-width:46vw;height:auto;}
body.gb-video-media-production-tpl .gb-app .site-header-right{display:flex;align-items:center;gap:22px;}
body.gb-video-media-production-tpl .gb-app .header-link{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-on-dark-2);transition:color .2s;}
body.gb-video-media-production-tpl .gb-app .header-link:hover{color:#fff;}
@media(max-width:620px){
  body.gb-video-media-production-tpl .gb-app .header-link{display:none;}
}
body.gb-video-media-production-tpl .gb-app .cta-short{display:none;}
@media(max-width:560px){
  body.gb-video-media-production-tpl .gb-app .site-header .wrap{height:62px;gap:10px;}
  body.gb-video-media-production-tpl .gb-app .site-logo{width:150px;max-width:42vw;}
  body.gb-video-media-production-tpl .gb-app .cta-full{display:none;}
  body.gb-video-media-production-tpl .gb-app .cta-short{display:inline;}
  body.gb-video-media-production-tpl .gb-app .btn-sm{padding:13px 16px;font-size:11.5px;letter-spacing:.05em;}
}
body.gb-video-media-production-tpl .gb-app .blueprint-grid{background-image:linear-gradient(rgba(79,180,230,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(79,180,230,.07) 1px,transparent 1px);background-size:46px 46px;}
body.gb-video-media-production-tpl .gb-app .b-hero{position:relative;overflow:hidden;background:radial-gradient(120% 110% at 78% -10%,#16427d 0%,#0E1E36 52%,#091628 100%);}
body.gb-video-media-production-tpl .gb-app .hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(79,180,230,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(79,180,230,.06) 1px,transparent 1px);background-size:54px 54px;-webkit-mask-image:radial-gradient(110% 95% at 68% 22%,#000 38%,transparent 86%);mask-image:radial-gradient(110% 95% at 68% 22%,#000 38%,transparent 86%);pointer-events:none;}
body.gb-video-media-production-tpl .gb-app .hero-glow{position:absolute;inset:0;background:radial-gradient(46% 52% at 82% 28%,rgba(0,146,214,.42),transparent 70%),radial-gradient(42% 46% at 8% 92%,rgba(255,24,148,.16),transparent 72%);pointer-events:none;}
body.gb-video-media-production-tpl .gb-app .hero-mark{position:absolute;right:-110px;top:120px;bottom:auto;width:560px;max-width:58vw;opacity:.055;pointer-events:none;}
body.gb-video-media-production-tpl .gb-app .b-hero .wrap{position:relative;z-index:3;}
body.gb-video-media-production-tpl .gb-app .hero-hud{display:flex;align-items:center;gap:15px;flex-wrap:wrap;padding-top:30px;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.55);}
body.gb-video-media-production-tpl .gb-app .hud-rec{display:inline-flex;align-items:center;gap:8px;color:#fff;}
body.gb-video-media-production-tpl .gb-app .hud-rec i{width:9px;height:9px;border-radius:50%;background:var(--gb-pink);animation:recpulse 1.7s var(--ease-out) infinite;}
body.gb-video-media-production-tpl .gb-app .hud-div{flex:none;width:24px;height:1px;background:rgba(255,255,255,.25);}
body.gb-video-media-production-tpl .gb-app .hud-tag{color:var(--gb-blue-300);}
body.gb-video-media-production-tpl .gb-app .hud-time{margin-left:auto;font-variant-numeric:tabular-nums;color:rgba(255,255,255,.5);letter-spacing:.12em;}
body.gb-video-media-production-tpl .gb-app .hero-bread{display:flex;gap:8px;align-items:center;width:100%;margin-top:14px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.42);}
body.gb-video-media-production-tpl .gb-app .hero-bread a{color:rgba(255,255,255,.55);transition:color .2s;}
body.gb-video-media-production-tpl .gb-app .hero-bread a:hover{color:#fff;}
body.gb-video-media-production-tpl .gb-app .hero-bread .cur{color:#fff;}
body.gb-video-media-production-tpl .gb-app .hero-main{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center;padding:44px 0 88px;}
body.gb-video-media-production-tpl .gb-app .hero-copy .eyebrow{color:#fff;margin-bottom:22px;}
body.gb-video-media-production-tpl .gb-app .hero-h1{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:clamp(46px,6.7vw,94px);line-height:.88;letter-spacing:.004em;color:#fff;margin:0 0 26px;text-wrap:balance;}
body.gb-video-media-production-tpl .gb-app .hero-h1 .ghost{color:transparent;-webkit-text-stroke:1.4px rgba(255,255,255,.45);}
body.gb-video-media-production-tpl .gb-app .hero-lead{font-size:clamp(16px,1.45vw,19px);line-height:1.6;color:rgba(255,255,255,.84);max-width:50ch;margin:0;}
body.gb-video-media-production-tpl .gb-app .hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px;}
body.gb-video-media-production-tpl .gb-app .hero-settings{display:flex;flex-wrap:wrap;margin-top:40px;border-top:1px solid rgba(255,255,255,.14);}
body.gb-video-media-production-tpl .gb-app .hero-settings .hs{flex:1 1 33%;min-width:148px;padding:18px 22px 0 0;}
body.gb-video-media-production-tpl .gb-app .hero-settings .hs-k{display:block;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--gb-blue-300);margin-bottom:6px;}
body.gb-video-media-production-tpl .gb-app .hero-settings .hs-v{display:block;font-size:13.5px;line-height:1.35;color:#fff;font-weight:600;}
body.gb-video-media-production-tpl .gb-app .hero-frames{position:relative;height:clamp(380px,40vw,500px);}
body.gb-video-media-production-tpl .gb-app .frame{position:absolute;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 30px 70px -30px rgba(0,0,0,.7);background:repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 18px,transparent 18px 36px),linear-gradient(160deg,#16335c,#0b1c38);}
body.gb-video-media-production-tpl .gb-app .frame .fr-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
body.gb-video-media-production-tpl .gb-app .frame .fr-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,18,34,.4) 0%,rgba(8,18,34,.04) 30%,rgba(8,18,34,.04) 58%,rgba(8,18,34,.72) 100%);pointer-events:none;}
body.gb-video-media-production-tpl .gb-app .frame .fr-tag{position:absolute;top:12px;left:14px;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.62);}
body.gb-video-media-production-tpl .gb-app .frame .fr-stamp{position:absolute;bottom:12px;right:14px;font-size:9.5px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.42);border:1px solid rgba(255,255,255,.22);padding:3px 8px;border-radius:3px;}
body.gb-video-media-production-tpl .gb-app .frame-3{width:53%;height:47%;right:0;bottom:0;transform:rotate(-3deg);opacity:.82;}
body.gb-video-media-production-tpl .gb-app .frame-2{width:51%;height:49%;right:1%;top:0;transform:rotate(2.8deg);opacity:.93;}
body.gb-video-media-production-tpl .gb-app .frame-1{width:60%;height:74%;left:0;top:8%;border:1px solid rgba(79,180,230,.32);box-shadow:0 44px 92px -28px rgba(0,0,0,.82),0 0 0 1px rgba(255,24,148,.1);background:repeating-linear-gradient(135deg,rgba(0,146,214,.05) 0 20px,transparent 20px 40px),linear-gradient(160deg,#1b3e6e,#0a1b35);}
body.gb-video-media-production-tpl .gb-app .frame-1 .vf-b{position:absolute;width:26px;height:26px;border:2px solid var(--gb-pink);}
body.gb-video-media-production-tpl .gb-app .frame-1 .tl{top:14px;left:14px;border-right:none;border-bottom:none;}
body.gb-video-media-production-tpl .gb-app .frame-1 .tr{top:14px;right:14px;border-left:none;border-bottom:none;}
body.gb-video-media-production-tpl .gb-app .frame-1 .bl{bottom:14px;left:14px;border-right:none;border-top:none;}
body.gb-video-media-production-tpl .gb-app .frame-1 .br{bottom:14px;right:14px;border-left:none;border-top:none;}
body.gb-video-media-production-tpl .gb-app .frame-1 .thirds{position:absolute;inset:32px;background-image:linear-gradient(rgba(255,255,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 1px);background-size:33.33% 33.33%;background-position:center;pointer-events:none;}
body.gb-video-media-production-tpl .gb-app .frame-1 .reticle{position:absolute;left:50%;top:46%;width:44px;height:44px;transform:translate(-50%,-50%);}
body.gb-video-media-production-tpl .gb-app .frame-1 .reticle::before, body.gb-video-media-production-tpl .gb-app .frame-1 .reticle::after{content:"";position:absolute;background:rgba(255,255,255,.5);}
body.gb-video-media-production-tpl .gb-app .frame-1 .reticle::before{left:50%;top:0;width:1px;height:100%;transform:translateX(-50%);}
body.gb-video-media-production-tpl .gb-app .frame-1 .reticle::after{top:50%;left:0;height:1px;width:100%;transform:translateY(-50%);}
body.gb-video-media-production-tpl .gb-app .frame-1 .reticle span{position:absolute;left:50%;top:50%;width:15px;height:15px;border:1.5px solid var(--gb-pink);border-radius:50%;transform:translate(-50%,-50%);}
body.gb-video-media-production-tpl .gb-app .frame-1 .fr-rec{position:absolute;top:15px;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;gap:7px;font-size:9.5px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#fff;}
body.gb-video-media-production-tpl .gb-app .frame-1 .fr-rec i{width:8px;height:8px;border-radius:50%;background:var(--gb-pink);animation:recpulse 1.7s var(--ease-out) infinite;}
body.gb-video-media-production-tpl .gb-app .frame-1 .fr-center{position:absolute;left:18px;right:18px;bottom:38px;text-align:center;}
body.gb-video-media-production-tpl .gb-app .frame-1 .fr-label{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:clamp(20px,2.5vw,31px);line-height:.96;color:#fff;letter-spacing:.01em;}
body.gb-video-media-production-tpl .gb-app .frame-1 .fr-meta{display:block;margin-top:11px;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--gb-pink);}
@keyframes recpulse{0%,100%{opacity:1;}50%{opacity:.25;}}
@media(prefers-reduced-motion:reduce){
  body.gb-video-media-production-tpl .gb-app .hud-rec i, body.gb-video-media-production-tpl .gb-app .frame-1 .fr-rec i{animation:none;}
}
@media(max-width:960px){
  body.gb-video-media-production-tpl .gb-app .hero-main{grid-template-columns:1fr;gap:30px;padding:28px 0 70px;}
  body.gb-video-media-production-tpl .gb-app .hero-frames{height:330px;max-width:480px;order:2;}
  body.gb-video-media-production-tpl .gb-app .hero-settings .hs{flex:1 1 46%;min-width:140px;}
}
@media(max-width:560px){
  body.gb-video-media-production-tpl .gb-app .hero-frames{height:290px;}
  body.gb-video-media-production-tpl .gb-app .frame .fr-stamp{display:none;}
  body.gb-video-media-production-tpl .gb-app .hero-settings .hs{flex:1 1 100%;}
}
body.gb-video-media-production-tpl .gb-app .hero-mainb{padding:52px 0 0;text-align:center;position:relative;z-index:3;}
body.gb-video-media-production-tpl .gb-app .hero-center{max-width:960px;margin:0 auto;}
body.gb-video-media-production-tpl .gb-app .hero-center .eyebrow{color:#fff;display:inline-flex;margin-bottom:22px;}
body.gb-video-media-production-tpl .gb-app .hero-h1b{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:clamp(50px,8.4vw,116px);line-height:.84;letter-spacing:.004em;color:#fff;margin:0 0 26px;text-wrap:balance;}
body.gb-video-media-production-tpl .gb-app .hero-h1b .ghost{color:transparent;-webkit-text-stroke:1.4px rgba(255,255,255,.45);}
body.gb-video-media-production-tpl .gb-app .hero-leadb{font-size:clamp(16px,1.5vw,20px);line-height:1.6;color:rgba(255,255,255,.86);max-width:60ch;margin:0 auto;}
body.gb-video-media-production-tpl .gb-app .hero-cta-c{display:flex;flex-direction:column;gap:12px;align-items:center;margin-top:30px;}
body.gb-video-media-production-tpl .gb-app .hero-stripwrap{position:relative;z-index:3;margin-top:54px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 12%,#000 88%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 12%,#000 88%,transparent 100%);}
body.gb-video-media-production-tpl .gb-app .hero-stripwrap{overflow:hidden;}
body.gb-video-media-production-tpl .gb-app .hero-marquee{display:flex;gap:16px;width:max-content;padding-bottom:84px;animation:heroScroll 64s linear infinite;}
body.gb-video-media-production-tpl .gb-app .hero-stripwrap:hover .hero-marquee, body.gb-video-media-production-tpl .gb-app .hero-stripwrap:focus-within .hero-marquee{animation-play-state:paused;}
@keyframes heroScroll{from{transform:translateX(0);}to{transform:translateX(calc(-50% - 8px));}}
body.gb-video-media-production-tpl .gb-app .hstrip-item{position:relative;flex:0 0 clamp(190px,19vw,288px);height:clamp(228px,22vw,300px);border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 34px 74px -32px rgba(0,0,0,.74);padding:0;background:none;cursor:zoom-in;display:block;}
body.gb-video-media-production-tpl .gb-app .hstrip-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-out);}
body.gb-video-media-production-tpl .gb-app .hstrip-item:hover img{transform:scale(1.06);}
body.gb-video-media-production-tpl .gb-app .hstrip-item .hs-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,18,34,.18),rgba(8,18,34,.02) 34%,rgba(8,18,34,.04) 54%,rgba(8,18,34,.84));pointer-events:none;}
body.gb-video-media-production-tpl .gb-app .hstrip-item .hs-cap{position:absolute;left:14px;right:40px;bottom:13px;text-align:left;font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:15px;letter-spacing:.02em;color:#fff;line-height:1;}
body.gb-video-media-production-tpl .gb-app .hstrip-item .hs-zoom{position:absolute;top:12px;right:12px;width:30px;height:30px;border-radius:50%;background:rgba(8,18,34,.55);border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transform:scale(.82);transition:opacity .25s,transform .25s;}
body.gb-video-media-production-tpl .gb-app .hstrip-item .hs-zoom svg{width:15px;height:15px;}
body.gb-video-media-production-tpl .gb-app .hstrip-item:hover .hs-zoom{opacity:1;transform:scale(1);}
@media(prefers-reduced-motion:reduce){
  body.gb-video-media-production-tpl .gb-app .hero-marquee{animation:none;}
}
body.gb-video-media-production-tpl .gb-app .tlc-gallery img, body.gb-video-media-production-tpl .gb-app .pf-visual img, body.gb-video-media-production-tpl .gb-app .studio-visual img{cursor:zoom-in;transition:filter .3s,transform .4s var(--ease-out);}
body.gb-video-media-production-tpl .gb-app .tlc-gallery img:hover{filter:brightness(1.07) saturate(1.05);}
body.gb-video-media-production-tpl .gb-app .lb{position:fixed;inset:0;z-index:300;background:rgba(8,18,34,.94);display:none;align-items:center;justify-content:center;padding:clamp(20px,4vw,56px);cursor:zoom-out;}
body.gb-video-media-production-tpl .gb-app .lb.open{display:flex;}
body.gb-video-media-production-tpl .gb-app .lb-fig{margin:0;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:94vw;max-height:90vh;}
body.gb-video-media-production-tpl .gb-app .lb-img{max-width:94vw;max-height:80vh;width:auto;height:auto;border-radius:8px;box-shadow:0 50px 110px -30px rgba(0,0,0,.9);object-fit:contain;}
body.gb-video-media-production-tpl .gb-app .lb-cap{font-family:var(--font-sans);font-size:13.5px;font-weight:600;line-height:1.5;color:rgba(255,255,255,.86);max-width:72ch;text-align:center;margin:0;}
body.gb-video-media-production-tpl .gb-app .lb-close{position:fixed;top:22px;right:26px;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.28);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,border-color .2s;}
body.gb-video-media-production-tpl .gb-app .lb-close:hover{background:var(--gb-pink);border-color:transparent;}
body.gb-video-media-production-tpl .gb-app .lb-close svg{width:22px;height:22px;}
body.gb-video-media-production-tpl .gb-app .lb-hint{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.5);}
body.gb-video-media-production-tpl .gb-app .photo-band{position:relative;height:clamp(330px,44vw,540px);overflow:hidden;display:flex;align-items:flex-end;}
body.gb-video-media-production-tpl .gb-app .photo-band .pb-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;cursor:zoom-in;}
body.gb-video-media-production-tpl .gb-app .photo-band::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,18,34,.12) 0%,rgba(8,18,34,.02) 28%,rgba(8,18,34,.30) 55%,rgba(8,18,34,.74) 76%,rgba(8,18,34,.93) 90%,rgba(8,18,34,.97) 100%);pointer-events:none;}
body.gb-video-media-production-tpl .gb-app .photo-band .pb-inner{position:relative;z-index:2;width:100%;padding-bottom:clamp(30px,4vw,54px);}
body.gb-video-media-production-tpl .gb-app .pb-eyebrow{color:#fff;margin-bottom:14px;}
body.gb-video-media-production-tpl .gb-app .pb-h{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:clamp(28px,4.2vw,56px);line-height:.95;letter-spacing:.01em;color:#fff;margin:0;max-width:22ch;text-shadow:0 2px 30px rgba(8,18,34,.55);}
body.gb-video-media-production-tpl .gb-app .pb-h .accent-pink{color:var(--gb-pink) !important;}
body.gb-video-media-production-tpl .gb-app .pb-credit{position:absolute;top:20px;right:22px;z-index:3;display:inline-flex;align-items:center;gap:8px;font:800 11px/1 var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:#fff;background:rgba(8,18,34,.5);border:1px solid rgba(255,255,255,.2);padding:9px 14px;border-radius:99px;backdrop-filter:blur(4px);}
body.gb-video-media-production-tpl .gb-app .pb-credit::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gb-pink);flex:none;}
@media(max-width:560px){
  body.gb-video-media-production-tpl .gb-app .pb-credit{top:14px;right:14px;font-size:9.5px;padding:7px 11px;}
}
body.gb-video-media-production-tpl .gb-app .pov-photo{display:block;width:100%;border-radius:14px 14px 0 0;border:1px solid rgba(255,255,255,.16);border-bottom:none;box-shadow:0 30px 64px -30px rgba(0,0,0,.7);cursor:zoom-in;}
body.gb-video-media-production-tpl .gb-app .pov-figure{margin-top:30px;}
body.gb-video-media-production-tpl .gb-app .pov-figure figcaption{display:flex;align-items:center;gap:9px;font:700 12px/1.4 var(--font-sans);letter-spacing:.04em;color:#fff;background:rgba(14,30,55,.92);border:1px solid rgba(255,255,255,.16);border-top:none;border-radius:0 0 14px 14px;padding:13px 18px;}
body.gb-video-media-production-tpl .gb-app .pov-figure figcaption::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gb-pink);flex:none;}
body.gb-video-media-production-tpl .gb-app .qa-figure{margin:38px 0 0;border-radius:14px;overflow:hidden;border:1px solid var(--gb-line);box-shadow:var(--shadow-card);}
body.gb-video-media-production-tpl .gb-app .qa-figure img{display:block;width:100%;height:auto;cursor:zoom-in;}
body.gb-video-media-production-tpl .gb-app .qa-figure figcaption{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gb-ink-3);padding:13px 16px;background:#fff;border-top:1px solid var(--gb-line);display:flex;align-items:center;gap:8px;}
body.gb-video-media-production-tpl .gb-app .qa-figure figcaption::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gb-pink);flex:none;}
body.gb-video-media-production-tpl .gb-app .tphase-img{display:block;width:100%;height:160px;object-fit:cover;border-radius:10px;margin-top:20px;border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 44px -22px rgba(0,0,0,.6);cursor:zoom-in;}
body.gb-video-media-production-tpl .gb-app .tphase-graphic{position:relative;height:172px;margin-top:22px;border-radius:12px;border:1px solid rgba(79,180,230,.26);background:linear-gradient(158deg,#173a66,#0a1a34);display:flex;align-items:center;justify-content:center;overflow:hidden;}
body.gb-video-media-production-tpl .gb-app .tphase-graphic::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(79,180,230,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(79,180,230,.13) 1px,transparent 1px);background-size:22px 22px;-webkit-mask-image:radial-gradient(130% 130% at 50% 46%,#000 58%,transparent 100%);mask-image:radial-gradient(130% 130% at 50% 46%,#000 58%,transparent 100%);}
body.gb-video-media-production-tpl .gb-app .tphase-graphic svg{position:relative;z-index:2;width:80%;height:auto;display:block;}
body.gb-video-media-production-tpl .gb-app .tphase-graphic .tg-cnr{position:absolute;width:15px;height:15px;border:2px solid rgba(255,24,148,.6);z-index:3;}
body.gb-video-media-production-tpl .gb-app .tphase-graphic .tg-cnr.tl{top:11px;left:11px;border-right:none;border-bottom:none;}
body.gb-video-media-production-tpl .gb-app .tphase-graphic .tg-cnr.tr{top:11px;right:11px;border-left:none;border-bottom:none;}
body.gb-video-media-production-tpl .gb-app .tphase-graphic .tg-cnr.bl{bottom:11px;left:11px;border-right:none;border-top:none;}
body.gb-video-media-production-tpl .gb-app .tphase-graphic .tg-cnr.br{bottom:11px;right:11px;border-left:none;border-top:none;}
body.gb-video-media-production-tpl .gb-app .tphase-graphic .tg-tag{position:absolute;top:12px;left:50%;transform:translateX(-50%);font:800 8.5px/1 var(--font-sans);letter-spacing:.22em;text-transform:uppercase;color:rgba(207,234,247,.52);z-index:3;}
body.gb-video-media-production-tpl .gb-app .tphase-graphic .tg-rec{animation:tgRec 1.6s var(--ease-out) infinite;}
@keyframes tgRec{0%,100%{opacity:1;}50%{opacity:.25;}}
@media(prefers-reduced-motion:reduce){
  body.gb-video-media-production-tpl .gb-app .tphase-graphic .tg-rec{animation:none;}
}
@media(max-width:760px){
  body.gb-video-media-production-tpl .gb-app .hero-h1b{font-size:clamp(40px,12vw,72px);}
  body.gb-video-media-production-tpl .gb-app .hstrip-item{flex-basis:64%;height:260px;}
}
body.gb-video-media-production-tpl .gb-app .b-answer .qa-def{font-size:clamp(20px,1.95vw,26px);line-height:1.55;color:var(--gb-navy);max-width:88ch;margin:20px 0 0;font-weight:500;}
body.gb-video-media-production-tpl .gb-app .answer-card{margin-top:36px;background:#fff;border:1px solid var(--gb-line);border-left:5px solid var(--gb-pink);border-radius:var(--radius-card);padding:42px 46px;box-shadow:var(--shadow-card);max-width:none;}
body.gb-video-media-production-tpl .gb-app .answer-card .qa-q{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:27px;color:var(--gb-navy);margin:0 0 14px;letter-spacing:.01em;}
body.gb-video-media-production-tpl .gb-app .answer-card .qa-a{font-size:17.5px;line-height:1.66;color:var(--fg2);margin:0;}
body.gb-video-media-production-tpl .gb-app .answer-card .qa-a strong{color:var(--gb-navy);font-weight:700;}
body.gb-video-media-production-tpl .gb-app .who-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:60px;align-items:start;margin-top:8px;}
body.gb-video-media-production-tpl .gb-app .who-intro{font-size:clamp(17px,1.5vw,20px);line-height:1.6;color:var(--fg-on-dark-2);}
body.gb-video-media-production-tpl .gb-app .who-list{list-style:none;margin:0;padding:0;display:grid;gap:22px;}
body.gb-video-media-production-tpl .gb-app .who-list li{border-left:2px solid rgba(255,24,148,.5);padding-left:20px;}
body.gb-video-media-production-tpl .gb-app .who-t{display:block;font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:19px;color:#fff;letter-spacing:.02em;margin-bottom:7px;}
body.gb-video-media-production-tpl .gb-app .who-d{font-size:15px;line-height:1.55;color:var(--fg-on-dark-2);}
body.gb-video-media-production-tpl .gb-app .who-also{margin-top:34px;font-size:clamp(16px,1.45vw,19px);line-height:1.62;color:#fff;max-width:78ch;}
body.gb-video-media-production-tpl .gb-app .who-emph{margin-top:26px;font-size:clamp(18px,1.7vw,22px);line-height:1.5;color:#fff;max-width:70ch;font-weight:500;border-top:1px solid rgba(255,255,255,.14);padding-top:26px;}
body.gb-video-media-production-tpl .gb-app .who-callout{position:relative;margin:28px 0 0;padding:34px 40px 36px 64px;border-radius:16px;background:linear-gradient(135deg,rgba(255,24,148,.14),rgba(0,146,214,.08));border:1px solid rgba(255,24,148,.32);box-shadow:0 30px 64px -34px rgba(0,0,0,.6);font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:clamp(26px,3.4vw,46px);line-height:1.0;letter-spacing:.01em;color:#fff;max-width:none;}
body.gb-video-media-production-tpl .gb-app .who-callout .wc-mark{position:absolute;left:18px;top:6px;font-family:var(--font-display);font-weight:700;font-size:64px;line-height:1;color:var(--gb-pink);}
@media(max-width:820px){
  body.gb-video-media-production-tpl .gb-app .who-grid{grid-template-columns:1fr;gap:28px;}
}
body.gb-video-media-production-tpl .gb-app .prob-sub{font-size:clamp(18px,1.6vw,21px);color:var(--gb-pink);font-weight:700;margin:14px 0 0;}
body.gb-video-media-production-tpl .gb-app .cost-list{list-style:none;margin:30px 0 0;padding:0;border-top:1px solid var(--gb-line);}
body.gb-video-media-production-tpl .gb-app .cost-list li{display:flex;gap:16px;align-items:flex-start;padding:18px 2px;border-bottom:1px solid var(--gb-line);font-size:17px;line-height:1.5;color:var(--gb-navy);font-weight:500;}
body.gb-video-media-production-tpl .gb-app .cost-list .c-mark{flex:none;width:26px;height:26px;border-radius:50%;background:rgba(255,24,148,.1);color:var(--gb-pink-600);display:flex;align-items:center;justify-content:center;margin-top:1px;}
body.gb-video-media-production-tpl .gb-app .cost-list .c-mark svg{width:15px;height:15px;}
body.gb-video-media-production-tpl .gb-app .hear-lead{margin:34px 0 16px;font-weight:700;color:var(--gb-navy);font-size:16px;}
body.gb-video-media-production-tpl .gb-app .hear-quotes{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
body.gb-video-media-production-tpl .gb-app .hear-quote{margin:0;background:var(--gb-paper);border:1px solid var(--gb-line);border-radius:var(--radius-card);padding:24px 26px;font-size:16px;line-height:1.55;color:var(--gb-navy);font-style:italic;}
body.gb-video-media-production-tpl .gb-app .prob-kicker{margin-top:34px;font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:clamp(24px,2.6vw,34px);line-height:1.1;color:var(--gb-navy);letter-spacing:.01em;}
body.gb-video-media-production-tpl .gb-app .prob-stakes-lead{margin:34px 0 0;font-weight:700;color:var(--gb-navy);font-size:16px;}
body.gb-video-media-production-tpl .gb-app .stakes-list{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:13px;}
body.gb-video-media-production-tpl .gb-app .stakes-list li{display:flex;gap:14px;align-items:flex-start;font-size:16px;line-height:1.5;color:var(--gb-navy);font-weight:500;}
body.gb-video-media-production-tpl .gb-app .stakes-list .s-mark{flex:none;width:26px;height:26px;border-radius:50%;background:rgba(148,152,155,.18);color:var(--gb-concrete);display:flex;align-items:center;justify-content:center;margin-top:1px;}
body.gb-video-media-production-tpl .gb-app .stakes-list .s-mark svg{width:15px;height:15px;}
@media(max-width:700px){
  body.gb-video-media-production-tpl .gb-app .hear-quotes{grid-template-columns:1fr;}
  body.gb-video-media-production-tpl .gb-app .cost-list li{font-size:15.5px;}
}
body.gb-video-media-production-tpl .gb-app .b-whynow .lead{max-width:74ch;}
body.gb-video-media-production-tpl .gb-app .b-whynow .lead + .lead{margin-top:18px;}
body.gb-video-media-production-tpl .gb-app .b-whynow .why-emph{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:clamp(46px,7vw,98px);line-height:.98;color:#fff !important;letter-spacing:.01em;margin-top:44px !important;width:100%;max-width:100% !important;padding:46px 52px;border-left:9px solid var(--gb-pink);background:rgba(255,24,148,.1);border-radius:0 20px 20px 0;box-sizing:border-box;}
body.gb-video-media-production-tpl .gb-app .b-pov{overflow:hidden;}
body.gb-video-media-production-tpl .gb-app .b-pov::after{content:"";position:absolute;inset:0;background:radial-gradient(70% 80% at 12% 0,rgba(0,146,214,.34),transparent 66%);pointer-events:none;}
body.gb-video-media-production-tpl .gb-app .b-pov .wrap{position:relative;z-index:2;}
body.gb-video-media-production-tpl .gb-app .b-pov .eyebrow{color:#fff;}
body.gb-video-media-production-tpl .gb-app .vh{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);}
body.gb-video-media-production-tpl .gb-app .pov-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:clamp(40px,5vw,80px);align-items:start;margin-top:10px;}
body.gb-video-media-production-tpl .gb-app .pov-left{position:sticky;top:96px;}
body.gb-video-media-production-tpl .gb-app .pov-mark{font-family:var(--font-display);font-weight:700;font-size:120px;line-height:.7;color:var(--gb-pink);display:block;margin-bottom:8px;}
body.gb-video-media-production-tpl .gb-app .pov-statement{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:clamp(44px,5.6vw,82px);line-height:.92;color:#fff;letter-spacing:.005em;margin:0;}
body.gb-video-media-production-tpl .gb-app .pov-panel{background:linear-gradient(168deg,#0c1d39,#0a1830);border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:clamp(28px,3vw,40px);box-shadow:0 34px 74px -34px rgba(0,0,0,.8);}
body.gb-video-media-production-tpl .gb-app .pov-support{font-size:clamp(17px,1.5vw,19px);line-height:1.66;color:#EAF1FA;margin:0;}
body.gb-video-media-production-tpl .gb-app .pov-support + .pov-support{margin-top:18px;}
body.gb-video-media-production-tpl .gb-app .pov-support strong{color:var(--gb-pink);font-weight:700;}
body.gb-video-media-production-tpl .gb-app .pov-rule{margin:26px 0 0;padding:24px 28px;border-radius:14px;background:linear-gradient(120deg,var(--gb-pink),var(--gb-pink-600));border:none;box-shadow:0 18px 44px -16px rgba(255,24,148,.6);font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:clamp(21px,2.1vw,28px);line-height:1.05;color:#fff;letter-spacing:.01em;}
body.gb-video-media-production-tpl .gb-app .pov-route{margin:26px 0 0;font-size:15.5px;line-height:1.62;color:rgba(255,255,255,.82);}
body.gb-video-media-production-tpl .gb-app .pov-route a{color:#fff;font-weight:700;border-bottom:1px solid rgba(255,24,148,.6);}
body.gb-video-media-production-tpl .gb-app .pov-route a:hover{border-color:#fff;}
@media(max-width:860px){
  body.gb-video-media-production-tpl .gb-app .pov-grid{grid-template-columns:1fr;gap:30px;}
  body.gb-video-media-production-tpl .gb-app .pov-left{position:static;}
  body.gb-video-media-production-tpl .gb-app .pov-mark{font-size:80px;}
}
body.gb-video-media-production-tpl .gb-app .shoot-intro{max-width:60ch;margin-top:18px;}
body.gb-video-media-production-tpl .gb-app .shot-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:160px;gap:14px;margin-top:42px;}
body.gb-video-media-production-tpl .gb-app .shot{position:relative;border-radius:14px;overflow:hidden;border:1px solid var(--gb-line);background:var(--gb-paper-2);box-shadow:var(--shadow-card);}
body.gb-video-media-production-tpl .gb-app .shot.tall{grid-row:span 2;}
body.gb-video-media-production-tpl .gb-app .shot.wide{grid-column:span 2;}
body.gb-video-media-production-tpl .gb-app .shot.feature{grid-column:span 2;grid-row:span 2;}
body.gb-video-media-production-tpl .gb-app .shot.hero{grid-column:span 3;grid-row:span 2;}
body.gb-video-media-production-tpl .gb-app .shot.band{grid-column:1/-1;grid-row:span 2;}
body.gb-video-media-production-tpl .gb-app .shot.col4{grid-column:4;grid-row:span 2;}
body.gb-video-media-production-tpl .gb-app .shot img{display:block;width:100%;height:auto;}
body.gb-video-media-production-tpl .gb-app .shot .ph{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;padding:22px;aspect-ratio:4/3;background:repeating-linear-gradient(135deg,rgba(24,53,94,.04) 0 14px,transparent 14px 28px),var(--gb-paper-2);color:var(--gb-ink-3);}
body.gb-video-media-production-tpl .gb-app .shot.tall .ph{aspect-ratio:3/4;}
body.gb-video-media-production-tpl .gb-app .shot.wide .ph{aspect-ratio:8/3;}
body.gb-video-media-production-tpl .gb-app .shot .ph .ph-ic{width:38px;height:38px;border-radius:10px;background:rgba(24,53,94,.08);display:flex;align-items:center;justify-content:center;color:var(--gb-navy);}
body.gb-video-media-production-tpl .gb-app .shot .ph .ph-ic svg{width:20px;height:20px;}
body.gb-video-media-production-tpl .gb-app .shot .ph .ph-l{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:14px;letter-spacing:.02em;color:var(--gb-navy);line-height:1.1;}
body.gb-video-media-production-tpl .gb-app .shot .ph .ph-n{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gb-pink-600);}
body.gb-video-media-production-tpl .gb-app .shot .shot-img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;cursor:zoom-in;transition:transform .6s var(--ease-out);}
body.gb-video-media-production-tpl .gb-app .shot:hover .shot-img{transform:scale(1.05);}
body.gb-video-media-production-tpl .gb-app .shot::after{content:"";position:absolute;inset:0;border-radius:14px;box-shadow:inset 0 0 0 0 var(--gb-pink);opacity:0;transition:box-shadow .3s var(--ease-out),opacity .3s;pointer-events:none;z-index:3;}
body.gb-video-media-production-tpl .gb-app .shot:hover::after{box-shadow:inset 0 0 0 3px var(--gb-pink);opacity:1;}
body.gb-video-media-production-tpl .gb-app .shot figcaption{position:absolute;left:0;right:0;bottom:0;padding:30px 15px 12px;font:800 11.5px/1.2 var(--font-sans);letter-spacing:.07em;text-transform:uppercase;color:#fff;background:linear-gradient(180deg,transparent,rgba(8,18,34,.88));pointer-events:none;}
body.gb-video-media-production-tpl .gb-app .shot-credit{margin-top:20px;display:flex;flex-wrap:wrap;align-items:center;gap:10px;}
body.gb-video-media-production-tpl .gb-app .shot-credit .sc-lead{font:800 11px/1 var(--font-sans);letter-spacing:.14em;text-transform:uppercase;color:var(--gb-pink-600);margin-right:4px;}
body.gb-video-media-production-tpl .gb-app .shot-credit .sc-tag{display:inline-flex;align-items:center;gap:7px;background:var(--gb-paper);border:1px solid var(--gb-line);border-radius:99px;padding:8px 14px;font:700 13px/1 var(--font-sans);color:var(--gb-navy);}
body.gb-video-media-production-tpl .gb-app .shot-credit .sc-tag b{font-weight:800;}
@media(max-width:520px){
  body.gb-video-media-production-tpl .gb-app .shot.tall .shot-img, body.gb-video-media-production-tpl .gb-app .shot.wide .shot-img{aspect-ratio:4/3;}
}
@media(max-width:900px){
  body.gb-video-media-production-tpl .gb-app .shot-grid{grid-template-columns:repeat(2,1fr);}
  body.gb-video-media-production-tpl .gb-app .shot.wide{grid-column:span 2;}
  body.gb-video-media-production-tpl .gb-app .shot.feature{grid-column:span 2;}
  body.gb-video-media-production-tpl .gb-app .shot.hero{grid-column:span 2;}
  body.gb-video-media-production-tpl .gb-app .shot.band{grid-column:1/-1;}
  body.gb-video-media-production-tpl .gb-app .shot.col4{grid-column:auto;}
}
@media(max-width:520px){
  body.gb-video-media-production-tpl .gb-app .shot-grid{grid-template-columns:1fr;grid-auto-rows:200px;}
  body.gb-video-media-production-tpl .gb-app .shot.tall, body.gb-video-media-production-tpl .gb-app .shot.wide, body.gb-video-media-production-tpl .gb-app .shot.feature, body.gb-video-media-production-tpl .gb-app .shot.hero, body.gb-video-media-production-tpl .gb-app .shot.band, body.gb-video-media-production-tpl .gb-app .shot.col4{grid-row:auto;grid-column:auto;}
}
body.gb-video-media-production-tpl .gb-app .build-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px;}
body.gb-video-media-production-tpl .gb-app .build-card{background:#fff;border:1px solid var(--gb-line);border-radius:16px;padding:28px;box-shadow:var(--shadow-card);position:relative;transition:transform var(--dur) var(--ease-out),box-shadow var(--dur) var(--ease-out);}
body.gb-video-media-production-tpl .gb-app .build-card::before{content:"";position:absolute;top:0;left:24px;right:24px;height:4px;border-radius:0 0 4px 4px;background:var(--gb-pink);opacity:0;transition:opacity var(--dur);}
body.gb-video-media-production-tpl .gb-app .build-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover);}
body.gb-video-media-production-tpl .gb-app .build-card:hover::before{opacity:1;}
body.gb-video-media-production-tpl .gb-app .build-card .b-ic{width:46px;height:46px;border-radius:12px;background:rgba(255,24,148,.1);display:flex;align-items:center;justify-content:center;color:var(--gb-pink-600);margin-bottom:16px;}
body.gb-video-media-production-tpl .gb-app .build-card .b-ic svg{width:23px;height:23px;}
body.gb-video-media-production-tpl .gb-app .build-card h3{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:20px;color:var(--gb-navy);margin:0 0 8px;letter-spacing:.01em;line-height:1.05;}
body.gb-video-media-production-tpl .gb-app .build-card p{font-size:14.5px;line-height:1.55;color:var(--fg2);margin:0;}
body.gb-video-media-production-tpl .gb-app .build-card.is-test{background:var(--gb-navy-900);border-color:transparent;color:#fff;}
body.gb-video-media-production-tpl .gb-app .build-card.is-test h3{color:#fff;}
body.gb-video-media-production-tpl .gb-app .build-card.is-test p{color:var(--fg-on-dark-2);}
body.gb-video-media-production-tpl .gb-app .build-card.is-test .b-ic{background:rgba(255,24,148,.2);color:var(--gb-pink);}
body.gb-video-media-production-tpl .gb-app .build-note{margin-top:18px;max-width:64ch;color:var(--fg2);font-size:15.5px;}
@media(max-width:900px){
  body.gb-video-media-production-tpl .gb-app .build-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:600px){
  body.gb-video-media-production-tpl .gb-app .build-grid{grid-template-columns:1fr;gap:14px;}
}
body.gb-video-media-production-tpl .gb-app .timeline{position:relative;margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
body.gb-video-media-production-tpl .gb-app .timeline::before{content:"";position:absolute;top:31px;left:6%;right:6%;height:2px;background:repeating-linear-gradient(90deg,rgba(255,24,148,.55) 0 10px,transparent 10px 18px);}
body.gb-video-media-production-tpl .gb-app .tphase{position:relative;}
body.gb-video-media-production-tpl .gb-app .tphase .t-dot{position:relative;z-index:1;width:64px;height:64px;border-radius:50%;border:2px solid var(--gb-pink);background:var(--gb-navy-900);display:flex;align-items:center;justify-content:center;color:var(--gb-pink);font-family:var(--font-display);font-weight:700;font-size:27px;margin-bottom:22px;}
body.gb-video-media-production-tpl .gb-app .tphase .t-when{display:block;font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:clamp(26px,3vw,34px);color:#fff;letter-spacing:.01em;line-height:1;margin-bottom:12px;}
body.gb-video-media-production-tpl .gb-app .tphase p{margin:0;font-size:14.5px;line-height:1.55;color:var(--fg-on-dark-2);}
body.gb-video-media-production-tpl .gb-app .tphase p a{color:#fff;font-weight:700;border-bottom:1px solid rgba(255,24,148,.6);}
body.gb-video-media-production-tpl .gb-app .tphase p a:hover{border-color:#fff;}
body.gb-video-media-production-tpl .gb-app .how-cta{margin-top:46px;display:flex;justify-content:center;}
@media(max-width:760px){
  body.gb-video-media-production-tpl .gb-app .timeline{grid-template-columns:1fr;gap:0;}
  body.gb-video-media-production-tpl .gb-app .timeline::before{top:0;bottom:0;left:18px;right:auto;width:2px;height:auto;background:repeating-linear-gradient(180deg,rgba(255,24,148,.55) 0 10px,transparent 10px 18px);}
  body.gb-video-media-production-tpl .gb-app .tphase{padding-left:60px;padding-bottom:32px;}
  body.gb-video-media-production-tpl .gb-app .tphase:last-child{padding-bottom:0;}
  body.gb-video-media-production-tpl .gb-app .tphase .t-dot{position:absolute;left:0;top:0;margin:0;}
}
body.gb-video-media-production-tpl .gb-app .ba-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:44px;}
body.gb-video-media-production-tpl .gb-app .ba-card{background:#fff;border:1px solid var(--gb-line);border-radius:16px;padding:0;overflow:hidden;box-shadow:var(--shadow-card);}
body.gb-video-media-production-tpl .gb-app .ba-photo{position:relative;height:170px;overflow:hidden;}
body.gb-video-media-production-tpl .gb-app .ba-photo img{width:100%;height:100%;object-fit:cover;display:block;}
body.gb-video-media-production-tpl .gb-app .ba-before .ba-photo img{filter:grayscale(1) brightness(.62) contrast(.9);}
body.gb-video-media-production-tpl .gb-app .ba-before .ba-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(148,152,155,.18),rgba(14,30,55,.42));}
body.gb-video-media-production-tpl .gb-app .ba-after .ba-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,24,148,.05),rgba(14,30,55,.18));}
body.gb-video-media-production-tpl .gb-app .ba-photo .ba-plabel{position:absolute;left:16px;bottom:13px;z-index:2;font:800 10px/1 var(--font-sans);letter-spacing:.16em;text-transform:uppercase;color:#fff;background:rgba(14,30,55,.6);padding:6px 11px;border-radius:99px;}
body.gb-video-media-production-tpl .gb-app .ba-after .ba-photo .ba-plabel{background:var(--gb-pink);}
body.gb-video-media-production-tpl .gb-app .ba-pcredit{position:absolute;top:12px;right:12px;z-index:3;display:inline-flex;align-items:center;gap:7px;font:800 9.5px/1.3 var(--font-sans);letter-spacing:.09em;text-transform:uppercase;color:#fff;background:rgba(8,18,34,.55);border:1px solid rgba(255,255,255,.2);padding:7px 11px;border-radius:99px;backdrop-filter:blur(4px);max-width:62%;text-align:right;}
body.gb-video-media-production-tpl .gb-app .ba-pcredit::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--gb-pink);flex:none;}
body.gb-video-media-production-tpl .gb-app .ba-body{padding:30px 32px 32px;}
body.gb-video-media-production-tpl .gb-app .ba-tag{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:18px;letter-spacing:.02em;margin-bottom:18px;}
body.gb-video-media-production-tpl .gb-app .ba-tag svg{width:20px;height:20px;}
body.gb-video-media-production-tpl .gb-app .ba-before .ba-tag{color:var(--gb-concrete);}
body.gb-video-media-production-tpl .gb-app .ba-after .ba-tag{color:var(--gb-pink-600);}
body.gb-video-media-production-tpl .gb-app .ba-list{list-style:none;margin:0;padding:0;display:grid;gap:14px;}
body.gb-video-media-production-tpl .gb-app .ba-list li{display:flex;gap:13px;align-items:flex-start;font-size:15.5px;line-height:1.45;color:var(--gb-navy);}
body.gb-video-media-production-tpl .gb-app .ba-i{flex:none;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px;}
body.gb-video-media-production-tpl .gb-app .ba-i svg{width:14px;height:14px;}
body.gb-video-media-production-tpl .gb-app .ba-before .ba-i{background:rgba(148,152,155,.16);color:var(--gb-concrete);}
body.gb-video-media-production-tpl .gb-app .ba-after .ba-i{background:rgba(255,24,148,.12);color:var(--gb-pink-600);}
body.gb-video-media-production-tpl .gb-app .ba-compound{margin-top:26px;max-width:70ch;font-size:16px;line-height:1.55;color:var(--fg2);}
body.gb-video-media-production-tpl .gb-app .ba-compound a{color:var(--gb-pink-600);font-weight:700;}
@media(max-width:760px){
  body.gb-video-media-production-tpl .gb-app .ba-grid{grid-template-columns:1fr;gap:18px;}
}
body.gb-video-media-production-tpl .gb-app .proof-feature{margin-top:42px;display:grid;grid-template-columns:1.15fr .85fr;gap:0;border-radius:18px;overflow:hidden;border:1px solid var(--gb-line);background:#fff;box-shadow:0 40px 80px -34px rgba(0,0,0,.5);position:relative;}
body.gb-video-media-production-tpl .gb-app .proof-feature.featured{border:2px solid var(--gb-pink);box-shadow:0 40px 90px -30px rgba(255,24,148,.4);}
body.gb-video-media-production-tpl .gb-app .pf-badge{position:absolute;top:18px;left:18px;z-index:3;background:var(--gb-pink);color:#fff;font-weight:800;font-size:11px;letter-spacing:.1em;text-transform:uppercase;padding:7px 14px;border-radius:999px;box-shadow:var(--shadow-pink-glow);}
body.gb-video-media-production-tpl .gb-app .pf-visual{position:relative;min-height:340px;background:var(--gb-navy-900);}
body.gb-video-media-production-tpl .gb-app .pf-visual .ph{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:28px;color:var(--fg-on-dark-2);background:repeating-linear-gradient(135deg,rgba(255,255,255,.03) 0 16px,transparent 16px 32px),var(--gb-navy-900);}
body.gb-video-media-production-tpl .gb-app .pf-visual .ph .ph-ic{width:46px;height:46px;border-radius:12px;background:rgba(0,146,214,.18);display:flex;align-items:center;justify-content:center;color:var(--gb-blue-300);}
body.gb-video-media-production-tpl .gb-app .pf-visual .ph .ph-ic svg{width:24px;height:24px;}
body.gb-video-media-production-tpl .gb-app .pf-visual .ph .ph-l{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:18px;color:#fff;letter-spacing:.02em;}
body.gb-video-media-production-tpl .gb-app .pf-visual .ph .ph-n{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--gb-pink);}
body.gb-video-media-production-tpl .gb-app .pf-body{padding:38px 38px 34px;display:flex;flex-direction:column;justify-content:center;background:#fff;}
body.gb-video-media-production-tpl .gb-app .pf-client{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:26px;color:var(--gb-navy);letter-spacing:.01em;margin:0 0 6px;}
body.gb-video-media-production-tpl .gb-app .pf-kind{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--gb-pink-600);margin:0 0 18px;}
body.gb-video-media-production-tpl .gb-app .pf-quote{margin:0;font-size:17px;line-height:1.55;color:var(--gb-navy);font-style:italic;}
body.gb-video-media-production-tpl .gb-app .pf-need{margin:18px 0 0;font-size:12.5px;font-weight:700;letter-spacing:.04em;color:var(--gb-ink-3);display:flex;align-items:center;gap:8px;}
body.gb-video-media-production-tpl .gb-app .pf-need svg{width:15px;height:15px;color:var(--gb-pink-600);}
body.gb-video-media-production-tpl .gb-app .pf-attr{margin:16px 0 0;font-weight:700;color:var(--gb-navy);font-size:15px;}
body.gb-video-media-production-tpl .gb-app .pf-attr span{display:block;font-weight:500;color:var(--fg3);font-size:13px;margin-top:2px;}
@media(max-width:820px){
  body.gb-video-media-production-tpl .gb-app .proof-feature{grid-template-columns:1fr;}
  body.gb-video-media-production-tpl .gb-app .pf-visual{min-height:260px;}
}
body.gb-video-media-production-tpl .gb-app .tlc-gallery-head{margin:40px 0 18px;display:flex;align-items:baseline;gap:16px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.14);padding-top:24px;}
body.gb-video-media-production-tpl .gb-app .tlc-gallery-head h3{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:23px;color:#fff;letter-spacing:.02em;margin:0;}
body.gb-video-media-production-tpl .gb-app .tlc-gallery-head span{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--gb-pink);}
body.gb-video-media-production-tpl .gb-app .tlc-gallery{column-count:4;column-gap:12px;}
body.gb-video-media-production-tpl .gb-app .tlc-gallery img{width:100%;display:block;margin:0 0 12px;border-radius:4px;border:1px solid rgba(255,255,255,.12);}
@media(max-width:900px){
  body.gb-video-media-production-tpl .gb-app .tlc-gallery{column-count:3;}
}
@media(max-width:600px){
  body.gb-video-media-production-tpl .gb-app .tlc-gallery{column-count:2;}
}
body.gb-video-media-production-tpl .gb-app .tlc-gallery.tg-3{column-count:3;}
@media(max-width:760px){
  body.gb-video-media-production-tpl .gb-app .tlc-gallery.tg-3{column-count:2;}
}
@media(max-width:480px){
  body.gb-video-media-production-tpl .gb-app .tlc-gallery.tg-3{column-count:1;}
}
body.gb-video-media-production-tpl .gb-app .pb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:4px;}
body.gb-video-media-production-tpl .gb-app .pb-card{display:flex;flex-direction:column;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03);transition:transform var(--dur) var(--ease-out),border-color var(--dur);text-decoration:none;}
body.gb-video-media-production-tpl .gb-app .pb-card:hover{transform:translateY(-4px);border-color:rgba(255,24,148,.5);}
body.gb-video-media-production-tpl .gb-app .pb-card .pb-photo{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--gb-navy-800);}
body.gb-video-media-production-tpl .gb-app .pb-card .pb-photo img{width:100%;height:100%;object-fit:cover;object-position:top;}
body.gb-video-media-production-tpl .gb-app .pb-card .pb-meta{padding:18px 20px 20px;}
body.gb-video-media-production-tpl .gb-app .pb-card .pb-meta h3{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:20px;color:#fff;letter-spacing:.01em;margin:0 0 5px;}
body.gb-video-media-production-tpl .gb-app .pb-card .pb-meta p{font-size:13.5px;line-height:1.5;color:var(--fg-on-dark-2);margin:0 0 12px;}
body.gb-video-media-production-tpl .gb-app .tlc-gallery.gal4{column-count:unset;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
body.gb-video-media-production-tpl .gb-app .tlc-gallery.gal4 img{aspect-ratio:4/3;height:auto;object-fit:cover;width:100%;margin:0;border-radius:10px;}
@media(max-width:760px){
  body.gb-video-media-production-tpl .gb-app .tlc-gallery.gal4{grid-template-columns:repeat(2,1fr);}
}
body.gb-video-media-production-tpl .gb-app .spot-row{margin:18px 0 30px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.1);}
body.gb-video-media-production-tpl .gb-app .spot-link{display:inline-flex;align-items:center;gap:10px;font:800 13px/1 var(--font-sans);letter-spacing:.07em;text-transform:uppercase;color:#fff;background:rgba(255,24,148,.14);border:1px solid rgba(255,24,148,.42);padding:13px 22px;border-radius:99px;transition:background .2s var(--ease-out),transform .2s var(--ease-out);}
body.gb-video-media-production-tpl .gb-app .spot-link:hover{background:var(--gb-pink);transform:translateY(-2px);box-shadow:var(--shadow-pink-glow);}
body.gb-video-media-production-tpl .gb-app .spot-link svg{width:16px;height:16px;transition:transform .2s;}
body.gb-video-media-production-tpl .gb-app .spot-link:hover svg{transform:translateX(4px);}
body.gb-video-media-production-tpl .gb-app .video-feature{position:relative;margin-top:42px;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.16);aspect-ratio:16/9;background:#0b1c38;cursor:pointer;box-shadow:0 40px 80px -34px rgba(0,0,0,.7);}
body.gb-video-media-production-tpl .gb-app .video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px;}
body.gb-video-media-production-tpl .gb-app .vcard{position:relative;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.12);aspect-ratio:16/9;background:#0b1c38;cursor:pointer;transition:transform var(--dur) var(--ease-out),border-color var(--dur);}
body.gb-video-media-production-tpl .gb-app .vcard:hover{transform:translateY(-4px);border-color:rgba(255,24,148,.5);}
body.gb-video-media-production-tpl .gb-app .vthumb{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
body.gb-video-media-production-tpl .gb-app .vshade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,18,34,.12),rgba(8,18,34,.58));transition:background .25s;}
body.gb-video-media-production-tpl .gb-app .vcard:hover .vshade, body.gb-video-media-production-tpl .gb-app .video-feature:hover .vshade{background:linear-gradient(180deg,rgba(8,18,34,.04),rgba(8,18,34,.34));}
body.gb-video-media-production-tpl .gb-app .vplay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background:var(--gb-pink);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-pink-glow);transition:transform .2s var(--ease-out);}
body.gb-video-media-production-tpl .gb-app .vcard:hover .vplay, body.gb-video-media-production-tpl .gb-app .video-feature:hover .vplay{transform:translate(-50%,-50%) scale(1.09);}
body.gb-video-media-production-tpl .gb-app .vplay svg{width:24px;height:24px;color:#fff;fill:#fff;margin-left:3px;}
body.gb-video-media-production-tpl .gb-app .video-feature .vplay{width:88px;height:88px;}
body.gb-video-media-production-tpl .gb-app .video-feature .vplay svg{width:36px;height:36px;}
body.gb-video-media-production-tpl .gb-app .vlabel{position:absolute;left:16px;bottom:13px;z-index:2;font:800 12px/1.2 var(--font-sans);letter-spacing:.06em;text-transform:uppercase;color:#fff;text-shadow:0 1px 14px rgba(8,18,34,.75);}
body.gb-video-media-production-tpl .gb-app .video-feature .vlabel{left:24px;bottom:20px;font-size:clamp(15px,1.8vw,20px);}
body.gb-video-media-production-tpl .gb-app .vcard iframe, body.gb-video-media-production-tpl .gb-app .video-feature iframe{position:absolute;inset:0;width:100%;height:100%;border:0;z-index:5;}
body.gb-video-media-production-tpl .gb-app .video-feature:focus-visible, body.gb-video-media-production-tpl .gb-app .vcard:focus-visible{outline:3px solid var(--gb-blue-300);outline-offset:3px;}
@media(max-width:760px){
  body.gb-video-media-production-tpl .gb-app .video-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:520px){
  body.gb-video-media-production-tpl .gb-app .video-grid{grid-template-columns:1fr;}
}
body.gb-video-media-production-tpl .gb-app .vmore{position:relative;overflow:hidden;background:linear-gradient(158deg,#1b3e6e 0%,#0a1a34 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px;padding:26px;text-decoration:none;}
body.gb-video-media-production-tpl .gb-app .vmore::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(79,180,230,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(79,180,230,.13) 1px,transparent 1px);background-size:24px 24px;-webkit-mask-image:radial-gradient(120% 120% at 50% 40%,#000 55%,transparent 100%);mask-image:radial-gradient(120% 120% at 50% 40%,#000 55%,transparent 100%);opacity:.7;}
body.gb-video-media-production-tpl .gb-app .vmore::after{content:"";position:absolute;top:-40%;right:-30%;width:75%;height:120%;background:radial-gradient(circle,rgba(255,24,148,.32),transparent 65%);pointer-events:none;}
body.gb-video-media-production-tpl .gb-app .vmore-play{position:relative;z-index:2;flex:none;width:66px;height:66px;border-radius:50%;background:var(--gb-pink);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-pink-glow);transition:transform .2s var(--ease-out);}
body.gb-video-media-production-tpl .gb-app .vmore-play::before{content:"";position:absolute;inset:-9px;border-radius:50%;border:2px solid rgba(255,24,148,.4);animation:vmorePulse 2s var(--ease-out) infinite;}
@keyframes vmorePulse{0%{transform:scale(1);opacity:.8;}70%{transform:scale(1.35);opacity:0;}100%{opacity:0;}}
@media(prefers-reduced-motion:reduce){
  body.gb-video-media-production-tpl .gb-app .vmore-play::before{animation:none;}
}
body.gb-video-media-production-tpl .gb-app .vmore-play svg{width:26px;height:26px;color:#fff;fill:#fff;margin-left:3px;}
body.gb-video-media-production-tpl .gb-app .vmore:hover .vmore-play{transform:scale(1.08);}
body.gb-video-media-production-tpl .gb-app .vmore-k{position:relative;z-index:2;font:800 10.5px/1 var(--font-sans);letter-spacing:.2em;text-transform:uppercase;color:var(--gb-blue-300);}
body.gb-video-media-production-tpl .gb-app .vmore-h{position:relative;z-index:2;font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:25px;line-height:.96;color:#fff;letter-spacing:.01em;}
body.gb-video-media-production-tpl .gb-app .vmore-pill{position:relative;z-index:2;display:inline-flex;align-items:center;gap:8px;margin-top:2px;background:#fff;color:var(--gb-navy);font:800 12px/1 var(--font-sans);letter-spacing:.06em;text-transform:uppercase;padding:11px 20px;border-radius:99px;transition:transform .2s var(--ease-out),box-shadow .2s var(--ease-out);}
body.gb-video-media-production-tpl .gb-app .vmore-pill svg{width:16px;height:16px;color:#FF0000;fill:#FF0000;}
body.gb-video-media-production-tpl .gb-app .vmore:hover .vmore-pill{transform:translateY(-2px);box-shadow:0 14px 30px -10px rgba(0,0,0,.5);}
body.gb-video-media-production-tpl .gb-app .pb-link{display:inline-flex;align-items:center;gap:7px;font:800 11px/1 var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--gb-pink);}
body.gb-video-media-production-tpl .gb-app .pb-link svg{width:15px;height:15px;transition:transform .2s;}
body.gb-video-media-production-tpl .gb-app .pb-card:hover .pb-link svg{transform:translateX(3px);}
@media(max-width:760px){
  body.gb-video-media-production-tpl .gb-app .pb-grid{grid-template-columns:1fr;}
}
body.gb-video-media-production-tpl .gb-app .ba-fakesite{background:#e9eaec;display:flex;flex-direction:column;}
body.gb-video-media-production-tpl .gb-app .ba-fakesite .fs-bar{display:flex;align-items:center;gap:5px;padding:8px 10px;background:#d4d6da;}
body.gb-video-media-production-tpl .gb-app .ba-fakesite .fs-bar i{width:7px;height:7px;border-radius:50%;background:#b3b6bc;}
body.gb-video-media-production-tpl .gb-app .ba-fakesite .fs-bar span{margin-left:8px;font:600 9px/1 var(--font-sans);letter-spacing:.04em;color:#8b8f97;background:#fff;padding:4px 10px;border-radius:99px;}
body.gb-video-media-production-tpl .gb-app .ba-fakesite .fs-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px;text-align:center;}
body.gb-video-media-production-tpl .gb-app .ba-fakesite .fs-h{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:34px;color:#9aa0a8;letter-spacing:.01em;line-height:1;}
body.gb-video-media-production-tpl .gb-app .ba-fakesite .fs-sub{font:600 14px/1.3 var(--font-sans);color:#aeb3bb;}
body.gb-video-media-production-tpl .gb-app .ba-fakesite .fs-box{margin-top:6px;width:78px;height:34px;border-radius:4px;background:repeating-linear-gradient(45deg,#dcdee2 0 6px,#d3d5da 6px 12px);display:flex;align-items:center;justify-content:center;color:#a5a9b1;border:1px dashed #c2c5cb;}
body.gb-video-media-production-tpl .gb-app .ba-fakesite .fs-box svg{width:18px;height:18px;}
body.gb-video-media-production-tpl .gb-app .cs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px;}
body.gb-video-media-production-tpl .gb-app .cs-card{display:flex;flex-direction:column;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03);transition:transform var(--dur) var(--ease-out),border-color var(--dur);}
body.gb-video-media-production-tpl .gb-app .cs-card:hover{transform:translateY(-4px);border-color:rgba(255,24,148,.5);}
body.gb-video-media-production-tpl .gb-app .cs-shot{position:relative;aspect-ratio:4/3;background:var(--gb-navy-800);}
body.gb-video-media-production-tpl .gb-app .cs-shot .ph{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;text-align:center;padding:18px;background:repeating-linear-gradient(135deg,rgba(255,255,255,.04) 0 14px,transparent 14px 28px),var(--gb-navy-800);}
body.gb-video-media-production-tpl .gb-app .cs-shot .ph .ph-ic{width:34px;height:34px;border-radius:9px;background:rgba(0,146,214,.18);display:flex;align-items:center;justify-content:center;color:var(--gb-blue-300);}
body.gb-video-media-production-tpl .gb-app .cs-shot .ph .ph-ic svg{width:18px;height:18px;}
body.gb-video-media-production-tpl .gb-app .cs-shot .ph .ph-n{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--gb-pink);}
body.gb-video-media-production-tpl .gb-app .cs-meta{padding:18px 20px 20px;}
body.gb-video-media-production-tpl .gb-app .cs-meta .cs-name{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:18px;color:#fff;letter-spacing:.01em;margin:0 0 5px;}
body.gb-video-media-production-tpl .gb-app .cs-meta .cs-what{font-size:13.5px;line-height:1.5;color:var(--fg-on-dark-2);margin:0;}
body.gb-video-media-production-tpl .gb-app .cs-meta .cs-tag{display:inline-block;margin-top:12px;font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--gb-blue-300);}
body.gb-video-media-production-tpl .gb-app .proof-foot{margin-top:30px;font-size:15.5px;line-height:1.6;color:var(--fg-on-dark-2);max-width:80ch;}
body.gb-video-media-production-tpl .gb-app .proof-foot strong{color:#fff;font-weight:700;}
@media(max-width:820px){
  body.gb-video-media-production-tpl .gb-app .cs-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:520px){
  body.gb-video-media-production-tpl .gb-app .cs-grid{grid-template-columns:1fr;}
}
body.gb-video-media-production-tpl .gb-app .btb-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center;}
body.gb-video-media-production-tpl .gb-app .btb-copy .lead{margin-top:18px;max-width:52ch;}
body.gb-video-media-production-tpl .gb-app .btb-list{list-style:none;margin:24px 0 28px;padding:0;display:grid;gap:14px;}
body.gb-video-media-production-tpl .gb-app .btb-list li{display:flex;gap:13px;align-items:flex-start;font-size:15.5px;color:var(--gb-navy);font-weight:500;line-height:1.45;}
body.gb-video-media-production-tpl .gb-app .btb-list .ck{flex:none;width:26px;height:26px;border-radius:50%;background:rgba(255,24,148,.1);color:var(--gb-pink-600);display:flex;align-items:center;justify-content:center;margin-top:1px;}
body.gb-video-media-production-tpl .gb-app .btb-list .ck svg{width:15px;height:15px;}
body.gb-video-media-production-tpl .gb-app .btb-link{display:inline-flex;align-items:center;gap:9px;font-weight:800;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--gb-pink-600);}
body.gb-video-media-production-tpl .gb-app .btb-link svg{width:17px;height:17px;transition:transform .2s;}
body.gb-video-media-production-tpl .gb-app .btb-link:hover svg{transform:translateX(4px);}
body.gb-video-media-production-tpl .gb-app .btb-window{border-radius:16px;overflow:hidden;border:1px solid var(--gb-line);background:#fff;box-shadow:0 40px 80px -34px rgba(14,30,55,.5);}
body.gb-video-media-production-tpl .gb-app .btb-winbar{display:flex;align-items:center;gap:7px;padding:13px 16px;background:var(--gb-navy-900);}
body.gb-video-media-production-tpl .gb-app .btb-winbar i{width:11px;height:11px;border-radius:50%;background:rgba(255,255,255,.3);display:block;}
body.gb-video-media-production-tpl .gb-app .btb-winbar .btb-url{margin-left:12px;font-size:11px;font-weight:600;letter-spacing:.04em;color:rgba(255,255,255,.55);}
body.gb-video-media-production-tpl .gb-app .btb-window .ph{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:30px;aspect-ratio:16/9;color:var(--gb-ink-3);background:repeating-linear-gradient(135deg,rgba(24,53,94,.04) 0 16px,transparent 16px 32px),var(--gb-paper-2);}
body.gb-video-media-production-tpl .gb-app .btb-window .ph .ph-ic{width:46px;height:46px;border-radius:50%;background:rgba(255,24,148,.12);display:flex;align-items:center;justify-content:center;color:var(--gb-pink-600);}
body.gb-video-media-production-tpl .gb-app .btb-window .ph .ph-ic svg{width:24px;height:24px;}
body.gb-video-media-production-tpl .gb-app .btb-window .ph .ph-l{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:17px;color:var(--gb-navy);}
body.gb-video-media-production-tpl .gb-app .btb-window .ph .ph-n{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--gb-pink-600);}
@media(max-width:820px){
  body.gb-video-media-production-tpl .gb-app .btb-grid{grid-template-columns:1fr;gap:34px;}
}
body.gb-video-media-production-tpl .gb-app .studio-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;}
body.gb-video-media-production-tpl .gb-app .studio-copy h2{margin-bottom:18px;}
body.gb-video-media-production-tpl .gb-app .studio-copy .lead{max-width:52ch;}
body.gb-video-media-production-tpl .gb-app .studio-facts{list-style:none;margin:24px 0 28px;padding:0;display:grid;gap:13px;}
body.gb-video-media-production-tpl .gb-app .studio-facts li{display:flex;gap:13px;align-items:flex-start;font-size:15.5px;color:var(--gb-navy);font-weight:500;line-height:1.45;}
body.gb-video-media-production-tpl .gb-app .studio-facts .ck{flex:none;width:26px;height:26px;border-radius:50%;background:rgba(0,146,214,.12);color:var(--gb-blue-700);display:flex;align-items:center;justify-content:center;margin-top:1px;}
body.gb-video-media-production-tpl .gb-app .studio-facts .ck svg{width:15px;height:15px;}
body.gb-video-media-production-tpl .gb-app .studio-addr{font-size:14px;color:var(--fg3);margin:0 0 26px;display:flex;align-items:center;gap:8px;}
body.gb-video-media-production-tpl .gb-app .studio-addr svg{width:16px;height:16px;color:var(--gb-pink-600);}
body.gb-video-media-production-tpl .gb-app .studio-visual{border-radius:16px;overflow:hidden;border:1px solid var(--gb-line);box-shadow:var(--shadow-card);}
body.gb-video-media-production-tpl .gb-app .studio-visual .ph{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:30px;aspect-ratio:4/3;color:var(--gb-ink-3);background:repeating-linear-gradient(135deg,rgba(24,53,94,.04) 0 16px,transparent 16px 32px),var(--gb-paper-2);}
body.gb-video-media-production-tpl .gb-app .studio-visual .ph .ph-ic{width:46px;height:46px;border-radius:12px;background:rgba(0,146,214,.12);display:flex;align-items:center;justify-content:center;color:var(--gb-blue-700);}
body.gb-video-media-production-tpl .gb-app .studio-visual .ph .ph-ic svg{width:24px;height:24px;}
body.gb-video-media-production-tpl .gb-app .studio-visual .ph .ph-l{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:17px;color:var(--gb-navy);}
body.gb-video-media-production-tpl .gb-app .studio-visual .ph .ph-n{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--gb-pink-600);}
@media(max-width:820px){
  body.gb-video-media-production-tpl .gb-app .studio-inner{grid-template-columns:1fr;gap:34px;}
}
body.gb-video-media-production-tpl .gb-app .pod-band{display:flex;align-items:center;gap:28px;flex-wrap:wrap;}
body.gb-video-media-production-tpl .gb-app .pod-ic{flex:none;width:62px;height:62px;border-radius:16px;background:rgba(255,24,148,.16);color:var(--gb-pink);display:flex;align-items:center;justify-content:center;}
body.gb-video-media-production-tpl .gb-app .pod-ic svg{width:30px;height:30px;}
body.gb-video-media-production-tpl .gb-app .pod-copy{flex:1;min-width:280px;}
@media(max-width:680px){
  body.gb-video-media-production-tpl .gb-app .pod-band{gap:18px;}
  body.gb-video-media-production-tpl .gb-app .pod-band .btn{width:100%;}
}
body.gb-video-media-production-tpl .gb-app .rel-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:40px;}
body.gb-video-media-production-tpl .gb-app .rel-link{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff;border:1px solid var(--gb-line);border-radius:14px;padding:22px 24px;box-shadow:var(--shadow-card);transition:transform var(--dur) var(--ease-out),box-shadow var(--dur) var(--ease-out),border-color var(--dur);}
body.gb-video-media-production-tpl .gb-app .rel-link:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-hover);border-color:var(--gb-pink);}
body.gb-video-media-production-tpl .gb-app .rl-t{display:block;font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:19px;color:var(--gb-navy);letter-spacing:.01em;margin-bottom:5px;}
body.gb-video-media-production-tpl .gb-app .rl-d{display:block;font-size:13.5px;line-height:1.45;color:var(--fg2);}
body.gb-video-media-production-tpl .gb-app .rl-ar{flex:none;width:38px;height:38px;border-radius:50%;background:var(--gb-paper);display:flex;align-items:center;justify-content:center;color:var(--gb-pink-600);}
body.gb-video-media-production-tpl .gb-app .rl-ar svg{width:18px;height:18px;}
body.gb-video-media-production-tpl .gb-app .rel-flagship{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:16px;background:var(--gb-navy-900);border-radius:16px;padding:30px 34px;color:#fff;transition:transform var(--dur) var(--ease-out);}
body.gb-video-media-production-tpl .gb-app .rel-flagship:hover{transform:translateY(-3px);}
body.gb-video-media-production-tpl .gb-app .rf-tag{display:block;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--gb-pink);margin-bottom:7px;}
body.gb-video-media-production-tpl .gb-app .rf-t{display:block;font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:clamp(24px,2.6vw,32px);letter-spacing:.01em;margin-bottom:8px;}
body.gb-video-media-production-tpl .gb-app .rf-d{display:block;font-size:14.5px;line-height:1.5;color:var(--fg-on-dark-2);max-width:62ch;}
body.gb-video-media-production-tpl .gb-app .rf-ar{flex:none;width:48px;height:48px;border-radius:50%;background:var(--gb-pink);display:flex;align-items:center;justify-content:center;color:#fff;}
body.gb-video-media-production-tpl .gb-app .rf-ar svg{width:22px;height:22px;}
body.gb-video-media-production-tpl .gb-app .rel-foot{margin-top:26px;font-size:15px;color:var(--fg2);}
body.gb-video-media-production-tpl .gb-app .rel-foot a{color:var(--gb-pink-600);font-weight:700;}
@media(max-width:700px){
  body.gb-video-media-production-tpl .gb-app .rel-grid{grid-template-columns:1fr;}
  body.gb-video-media-production-tpl .gb-app .rel-flagship{flex-direction:column;align-items:flex-start;gap:18px;}
}
body.gb-video-media-production-tpl .gb-app .b-subscribe{background:linear-gradient(120deg,#0E1E36 0%,#15407a 55%,#0a6fb0 100%);}
body.gb-video-media-production-tpl .gb-app .sub-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;}
body.gb-video-media-production-tpl .gb-app .sub-h{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:clamp(24px,2.6vw,34px);color:#fff;margin:0;letter-spacing:.01em;line-height:1.05;}
body.gb-video-media-production-tpl .gb-app .sub-d{margin:10px 0 0;font-size:15px;line-height:1.55;color:rgba(255,255,255,.82);max-width:60ch;}
@media(max-width:620px){
  body.gb-video-media-production-tpl .gb-app .sub-inner .btn{width:100%;}
}
body.gb-video-media-production-tpl .gb-app .b-cta{background:var(--gb-navy-900);text-align:center;overflow:hidden;}
body.gb-video-media-production-tpl .gb-app .b-cta::after{content:"";position:absolute;inset:0;background:radial-gradient(60% 80% at 50% 0,rgba(0,146,214,.28),transparent 70%);pointer-events:none;}
body.gb-video-media-production-tpl .gb-app .b-cta .wrap-narrow{position:relative;z-index:2;}
body.gb-video-media-production-tpl .gb-app .b-cta h2{font-size:clamp(34px,4.6vw,60px);margin:0 auto;max-width:20ch;color:#fff;line-height:1.04;}
body.gb-video-media-production-tpl .gb-app .b-cta .lead{margin:22px auto 30px;max-width:52ch;color:var(--fg-on-dark-2);}
body.gb-video-media-production-tpl .gb-app .cta-actions{display:flex;gap:14px;justify-content:center;align-items:center;flex-wrap:wrap;}
body.gb-video-media-production-tpl .gb-app .cta-tertiary{display:block;margin-top:20px;font-size:14px;font-weight:700;letter-spacing:.04em;color:var(--fg-on-dark-2);}
body.gb-video-media-production-tpl .gb-app .cta-tertiary a{color:var(--gb-pink);border-bottom:1px solid rgba(255,24,148,.5);}
body.gb-video-media-production-tpl .gb-app .cta-tertiary a:hover{color:#fff;border-color:#fff;}
body.gb-video-media-production-tpl .gb-app .reassure{margin-top:18px;font-size:14px;color:var(--fg-on-dark-3);max-width:60ch;margin-left:auto;margin-right:auto;}
body.gb-video-media-production-tpl .gb-app .mobile-cta{display:none;}
@media(max-width:760px){
  body.gb-video-media-production-tpl .gb-app .mobile-cta{display:none !important;}
  body.gb-video-media-production-tpl .gb-app .mobile-cta.hide{opacity:0;transform:translateY(20px);pointer-events:none;}
  body.gb-video-media-production-tpl .gb-app .gbp-reveal{opacity:1!important;transform:none!important;}
  body.gb-video-media-production-tpl .gb-app .build-grid, body.gb-video-media-production-tpl .gb-app .cs-grid{grid-auto-flow:column;grid-auto-columns:78%;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:14px;scrollbar-width:thin;scrollbar-color:var(--gb-pink) transparent;}
  body.gb-video-media-production-tpl .gb-app .build-card, body.gb-video-media-production-tpl .gb-app .cs-card{scroll-snap-align:start;}
  body.gb-video-media-production-tpl .gb-app .shot-grid{grid-auto-flow:column;grid-auto-columns:72%;grid-template-columns:none;grid-auto-rows:230px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:14px;}
  body.gb-video-media-production-tpl .gb-app .shot{scroll-snap-align:start;}
  body.gb-video-media-production-tpl .gb-app .shot.feature, body.gb-video-media-production-tpl .gb-app .shot.tall, body.gb-video-media-production-tpl .gb-app .shot.wide, body.gb-video-media-production-tpl .gb-app .shot.hero, body.gb-video-media-production-tpl .gb-app .shot.band, body.gb-video-media-production-tpl .gb-app .shot.col4{grid-row:auto;grid-column:auto;}
  body.gb-video-media-production-tpl .gb-app .hear-quotes{grid-template-columns:1fr;}
  body.gb-video-media-production-tpl .gb-app .b-cta h2{max-width:none;}
  body.gb-video-media-production-tpl .gb-app .sec{padding:72px 0;}
}
body.gb-video-media-production-tpl .gb-app .b-who .who-grid{grid-template-columns:.82fr 1.18fr;gap:60px;}
body.gb-video-media-production-tpl .gb-app .b-who .who-intro-wrap{position:sticky;top:100px;}
body.gb-video-media-production-tpl .gb-app .who-intro + .who-intro{margin-top:15px;}
body.gb-video-media-production-tpl .gb-app .who-list{counter-reset:who;border-top:1px solid rgba(255,255,255,.16);}
body.gb-video-media-production-tpl .gb-app .who-list li{border-left:none;padding:26px 18px 26px 90px;position:relative;border-bottom:1px solid rgba(255,255,255,.12);transition:background var(--dur);}
body.gb-video-media-production-tpl .gb-app .who-list li:hover{background:rgba(79,180,230,.05);}
body.gb-video-media-production-tpl .gb-app .who-list li::before{counter-increment:who;content:"0" counter(who);position:absolute;left:0;top:24px;font-family:var(--font-display);font-weight:700;font-size:46px;line-height:.9;color:transparent;-webkit-text-stroke:1.5px rgba(79,180,230,.55);transition:-webkit-text-stroke-color var(--dur);}
body.gb-video-media-production-tpl .gb-app .who-list li:hover::before{-webkit-text-stroke-color:var(--gb-pink);}
body.gb-video-media-production-tpl .gb-app .who-list li:last-child:hover{background:rgba(255,24,148,.06);}
body.gb-video-media-production-tpl .gb-app .who-list li:last-child:hover::before{-webkit-text-stroke-color:var(--gb-pink);}
body.gb-video-media-production-tpl .gb-app .who-list li:last-child .who-t::after{content:"Often where the camera goes";display:inline-block;margin-left:12px;vertical-align:middle;font-family:var(--font-sans);font-size:9.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#fff;background:var(--gb-pink);padding:4px 9px;border-radius:999px;}
body.gb-video-media-production-tpl .gb-app .who-t{font-size:21px;}
body.gb-video-media-production-tpl .gb-app .b-problem .cost-list{border-top:2px solid var(--gb-navy);}
body.gb-video-media-production-tpl .gb-app .b-problem .cost-list li{gap:18px;align-items:center;font-weight:600;}
body.gb-video-media-production-tpl .gb-app .b-problem .cost-list .c-mark{width:34px;height:34px;background:var(--gb-navy);color:#fff;}
body.gb-video-media-production-tpl .gb-app .b-problem .cost-list .c-mark svg{width:17px;height:17px;}
body.gb-video-media-production-tpl .gb-app .hear-quotes{gap:24px;}
body.gb-video-media-production-tpl .gb-app .hear-quote{background:#fff;border:1px solid var(--gb-line);border-left:4px solid var(--gb-pink);border-radius:0 12px 12px 0;padding:32px 30px 28px 34px;font-style:normal;font-size:clamp(17px,1.55vw,20px);line-height:1.5;color:var(--gb-navy);position:relative;box-shadow:var(--shadow-card);}
body.gb-video-media-production-tpl .gb-app .hear-quote::before{content:"\201C";position:absolute;top:-14px;left:16px;font-family:var(--font-display);font-size:68px;line-height:1;color:var(--gb-pink);opacity:.22;}
body.gb-video-media-production-tpl .gb-app .prob-kicker{margin-top:48px;padding-top:30px;border-top:2px solid var(--gb-navy);font-size:clamp(26px,3vw,40px);line-height:1.05;}
body.gb-video-media-production-tpl .gb-app .b-whynow .why-intro{max-width:58ch;color:#fff;font-weight:500;}
body.gb-video-media-production-tpl .gb-app .readers-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:32px 0 30px;}
body.gb-video-media-production-tpl .gb-app .reader-card{position:relative;background:#fff;border:1px solid var(--gb-line);border-radius:16px;padding:34px 30px 30px;overflow:hidden;box-shadow:var(--shadow-card);}
body.gb-video-media-production-tpl .gb-app .reader-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gb-pink),var(--gb-blue-500));}
body.gb-video-media-production-tpl .gb-app .reader-ic{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:rgba(255,24,148,.1);color:var(--gb-pink-600);margin-bottom:18px;}
body.gb-video-media-production-tpl .gb-app .reader-ic svg{width:24px;height:24px;}
body.gb-video-media-production-tpl .gb-app .reader-k{display:block;font-size:15px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--gb-pink);margin-bottom:12px;}
body.gb-video-media-production-tpl .gb-app .reader-d{margin:0;font-size:17px;line-height:1.62;color:var(--fg2);}
@media(max-width:700px){
  body.gb-video-media-production-tpl .gb-app .readers-grid{grid-template-columns:1fr;}
}
body.gb-video-media-production-tpl .gb-app .build-grid{counter-reset:bld;}
body.gb-video-media-production-tpl .gb-app .build-card:not(.is-test){padding-top:34px;}
body.gb-video-media-production-tpl .gb-app .build-card:not(.is-test)::after{counter-increment:bld;content:"0" counter(bld);position:absolute;top:18px;right:22px;font-family:var(--font-display);font-weight:700;font-size:30px;line-height:1;color:transparent;-webkit-text-stroke:1.4px var(--gb-pink);}
body.gb-video-media-production-tpl .gb-app .build-card.is-test{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr;gap:26px;align-items:center;padding:30px 34px;}
body.gb-video-media-production-tpl .gb-app .build-card.is-test .b-ic{margin-bottom:0;width:56px;height:56px;}
body.gb-video-media-production-tpl .gb-app .build-card.is-test h3{font-size:clamp(20px,2.2vw,26px);margin-bottom:6px;}
body.gb-video-media-production-tpl .gb-app .timeline .t-dot{box-shadow:0 0 0 6px rgba(255,24,148,.08);}
body.gb-video-media-production-tpl .gb-app .ba-before{border-top:3px solid var(--gb-concrete);}
body.gb-video-media-production-tpl .gb-app .ba-after{border-top:3px solid var(--gb-pink);}
body.gb-video-media-production-tpl .gb-app .shot image-slot::part(ring){display:none;}
@media(max-width:760px){
  body.gb-video-media-production-tpl .gb-app .build-card.is-test{grid-template-columns:1fr;grid-column:auto;}
  body.gb-video-media-production-tpl .gb-app .b-who .who-intro-wrap{position:static;}
}
body.gb-video-media-production-tpl .gb-app main section[id]{scroll-margin-top:calc(var(--gb-header-h) + 64px);}
body.gb-video-media-production-tpl .gb-app #book{scroll-margin-top:calc(var(--gb-header-h) + 64px);}
body.gb-video-media-production-tpl .gb-app .jumpnav{position:sticky;top:var(--gb-header-h);z-index:70;background:rgba(11,24,46,.92);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(79,180,230,.16);box-shadow:0 10px 26px -18px rgba(0,0,0,.7);}
body.gb-video-media-production-tpl .gb-app .jumpnav-inner{max-width:1340px;margin:0 auto;padding:0 24px;height:52px;display:flex;align-items:center;gap:3px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;}
body.gb-video-media-production-tpl .gb-app .jumpnav-inner::-webkit-scrollbar{display:none;}
body.gb-video-media-production-tpl .gb-app .jl{flex:none;text-decoration:none;color:#C7D2E2;font-family:var(--font-sans);font-weight:700;font-size:12px;letter-spacing:.07em;text-transform:uppercase;padding:8px 13px;border-radius:99px;white-space:nowrap;transition:color .18s ease,background .18s ease;}
body.gb-video-media-production-tpl .gb-app .jl:hover{color:#fff;background:rgba(255,255,255,.07);}
body.gb-video-media-production-tpl .gb-app .jl.active{color:#fff;background:rgba(255,24,148,.18);}
body.gb-video-media-production-tpl .gb-app .jl-cta{margin-left:auto;color:#fff;background:var(--gb-pink);box-shadow:0 6px 16px -8px rgba(255,24,148,.7);}
body.gb-video-media-production-tpl .gb-app .jl-cta:hover{background:var(--gb-pink-600);color:#fff;}
body.gb-video-media-production-tpl .gb-app .jl-cta.active{background:var(--gb-pink);color:#fff;}
body.gb-video-media-production-tpl .gb-app .sec-seam{height:2px;border:0;margin:0;background:linear-gradient(90deg,transparent,var(--gb-pink) 30%,var(--gb-blue-500) 70%,transparent);box-shadow:0 0 26px 2px rgba(255,24,148,.30);position:relative;z-index:3;}
body.gb-video-media-production-tpl .gb-app .m-acc-ico{display:none;}
@media(max-width:760px){
  body.gb-video-media-production-tpl .gb-app .sec{padding:52px 0;}
  body.gb-video-media-production-tpl .gb-app .sec-sm{padding:42px 0;}
  body.gb-video-media-production-tpl .gb-app .h2{font-size:clamp(26px,7.2vw,34px);line-height:1.06;}
  body.gb-video-media-production-tpl .gb-app .lead{font-size:16px;}
  body.gb-video-media-production-tpl .gb-app .gbp-reveal{opacity:1 !important;transform:none !important;}
  body.gb-video-media-production-tpl .gb-app .build-card, body.gb-video-media-production-tpl .gb-app .cs-card, body.gb-video-media-production-tpl .gb-app .rel-link, body.gb-video-media-production-tpl .gb-app .pb-card{transform:none !important;}
  body.gb-video-media-production-tpl .gb-app .shot-grid, body.gb-video-media-production-tpl .gb-app .tlc-gallery, body.gb-video-media-production-tpl .gb-app .tlc-gallery.gal4, body.gb-video-media-production-tpl .gb-app .tlc-gallery.tg-3, body.gb-video-media-production-tpl .gb-app .video-grid, body.gb-video-media-production-tpl .gb-app .pb-grid{
        display:flex !important;
        flex-wrap:nowrap !important;
        grid-template-columns:none !important;
        grid-auto-rows:auto !important;
        column-count:auto !important;
        overflow-x:auto;overflow-y:hidden;
        scroll-snap-type:x mandatory;
        gap:14px;
        margin:0;
        padding:0 2px 18px;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:thin;
        scrollbar-color:var(--gb-pink) rgba(148,152,155,.25);
      }
  body.gb-video-media-production-tpl .gb-app .shot-grid::-webkit-scrollbar, body.gb-video-media-production-tpl .gb-app .tlc-gallery::-webkit-scrollbar, body.gb-video-media-production-tpl .gb-app .video-grid::-webkit-scrollbar, body.gb-video-media-production-tpl .gb-app .pb-grid::-webkit-scrollbar{height:5px;}
  body.gb-video-media-production-tpl .gb-app .shot-grid::-webkit-scrollbar-thumb, body.gb-video-media-production-tpl .gb-app .tlc-gallery::-webkit-scrollbar-thumb, body.gb-video-media-production-tpl .gb-app .video-grid::-webkit-scrollbar-thumb, body.gb-video-media-production-tpl .gb-app .pb-grid::-webkit-scrollbar-thumb{background:var(--gb-pink);border-radius:99px;}
  body.gb-video-media-production-tpl .gb-app .shot-grid::-webkit-scrollbar-track, body.gb-video-media-production-tpl .gb-app .tlc-gallery::-webkit-scrollbar-track, body.gb-video-media-production-tpl .gb-app .video-grid::-webkit-scrollbar-track, body.gb-video-media-production-tpl .gb-app .pb-grid::-webkit-scrollbar-track{background:rgba(148,152,155,.22);border-radius:99px;}
  body.gb-video-media-production-tpl .gb-app .shot-grid>.shot, body.gb-video-media-production-tpl .gb-app .tlc-gallery>img, body.gb-video-media-production-tpl .gb-app .video-grid>.vcard, body.gb-video-media-production-tpl .gb-app .pb-grid>.pb-card{
        flex:0 0 84% !important;
        scroll-snap-align:start;
        grid-column:auto !important;grid-row:auto !important;
        margin:0 !important;width:auto;
      }
  body.gb-video-media-production-tpl .gb-app .shot-grid>.shot{height:300px;}
  body.gb-video-media-production-tpl .gb-app .shot-grid>.shot .shot-img{width:100%;height:100%;object-fit:cover;}
  body.gb-video-media-production-tpl .gb-app .tlc-gallery>img{aspect-ratio:4/3;object-fit:cover;height:auto;border-radius:10px;}
  body.gb-video-media-production-tpl .gb-app .video-grid>.vcard, body.gb-video-media-production-tpl .gb-app .video-grid>.vmore{aspect-ratio:16/10;min-height:0;}
  body.gb-video-media-production-tpl .gb-app .pb-grid>.pb-card{flex-basis:78% !important;}
  body.gb-video-media-production-tpl .gb-app .b-build .build-grid{display:block;}
  body.gb-video-media-production-tpl .gb-app .b-build .build-card{margin-bottom:12px;padding:18px 20px;}
  body.gb-video-media-production-tpl .gb-app .b-build .build-card.is-test{margin-bottom:0;}
  body.gb-video-media-production-tpl .gb-app .readers-grid{grid-template-columns:1fr !important;}
  body.gb-video-media-production-tpl .gb-app .m-acc-item .m-acc-body{display:none;margin-top:11px;}
  body.gb-video-media-production-tpl .gb-app .m-acc-item.m-open .m-acc-body{display:block;}
  body.gb-video-media-production-tpl .gb-app .m-acc-head{display:flex !important;align-items:center;justify-content:space-between;gap:14px;margin-bottom:0 !important;cursor:pointer;min-height:30px;}
  body.gb-video-media-production-tpl .gb-app .m-acc-ico{display:flex;flex:none;width:28px;height:28px;border-radius:50%;border:1.5px solid var(--gb-line);align-items:center;justify-content:center;color:var(--gb-navy);font:400 20px/1 var(--font-sans);transition:background .2s,border-color .2s,color .2s;}
  body.gb-video-media-production-tpl .gb-app .deep .m-acc-ico, body.gb-video-media-production-tpl .gb-app .bluewash .m-acc-ico{border-color:rgba(255,255,255,.34);color:#fff;}
  body.gb-video-media-production-tpl .gb-app .m-acc-item.m-open .m-acc-ico{background:var(--gb-pink);border-color:var(--gb-pink);color:#fff;}
  body.gb-video-media-production-tpl .gb-app .who-list li{padding:16px 4px 16px 54px !important;}
  body.gb-video-media-production-tpl .gb-app .b-who .who-grid{grid-template-columns:1fr !important;gap:30px !important;}
  body.gb-video-media-production-tpl .gb-app .who-list li::before{font-size:32px !important;top:15px !important;}
  body.gb-video-media-production-tpl .gb-app .who-list li:last-child .who-t::after{display:none;}
  body.gb-video-media-production-tpl .gb-app .who-t{margin-bottom:0 !important;}
  body.gb-video-media-production-tpl .gb-app .timeline{padding-left:0 !important;}
  body.gb-video-media-production-tpl .gb-app .timeline::before{display:none !important;}
  body.gb-video-media-production-tpl .gb-app .tphase{padding:16px 2px 16px 46px !important;margin:0 !important;}
  body.gb-video-media-production-tpl .gb-app .tphase .tphase-graphic{display:none !important;}
  body.gb-video-media-production-tpl .gb-app .tphase .t-dot{left:0 !important;}
  body.gb-video-media-production-tpl .gb-app .tphase .t-when{margin:0 !important;}
  body.gb-video-media-production-tpl .gb-app .proof-feature{margin-top:0 !important;margin-bottom:26px !important;}
  body.gb-video-media-production-tpl .gb-app .proof-feature .pf-kind{margin-bottom:0 !important;}
  body.gb-video-media-production-tpl .gb-app .pb-card .pb-link{opacity:1;}
}
@media(max-width:760px) and (hover:none){
  body.gb-video-media-production-tpl .gb-app .pb-card .pb-link svg{transform:none;}
}

/* ============================ PAGE TWEAKS (post-export overrides) ============================ */
/* POV section supporting photo (Panda/Sierra pivot door) rendered oversized at full
   column width; cap it so it reads as a supporting image on every breakpoint. */
/* Door photo: full column width (matches the heading above it) on every breakpoint,
   cropped to a square so the tall portrait source doesn't become an over-tall banner. */
body.gb-video-media-production-tpl .gb-app .pov-photo{aspect-ratio:1/1;height:auto;object-fit:cover;width:100%}

/* How It Works timeline on mobile: the export pads the phase text only 46px but the
   numbered dot is 64px at left:0, so the circle overlapped the Plan/Shoot/Deliver
   labels. Shrink the dot and widen the text inset so they clear. */
@media(max-width:760px){
  body.gb-video-media-production-tpl .gb-app .tphase{padding-left:64px !important}
  body.gb-video-media-production-tpl .gb-app .tphase .t-dot{width:44px;height:44px;font-size:19px;top:8px;}
}

/* MOBILE: the carousel rule zeroes the shot-grid top margin, so the Burton shot-credit
   badges sat flush against the photo carousel. Restore breathing room. */
@media(max-width:760px){body.gb-video-media-production-tpl .gb-app .b-build .shot-grid{margin-top:26px !important}}

/* MOBILE: the export sized the hero marquee tiles at 64% of the viewport (~250px) and
   260px tall, which is far too wide/long for a phone strip. Make them narrow portrait
   tiles (~150px) so several scroll past and it reads as a proper marquee. */
@media(max-width:760px){
  body.gb-video-media-production-tpl .gb-app .hstrip-item{flex-basis:150px;height:190px}
  body.gb-video-media-production-tpl .gb-app .hero-marquee{padding-bottom:40px}
}

/* DESKTOP: hero marquee photo-card captions read small against the large tiles; bump them. */
@media(min-width:921px){body.gb-video-media-production-tpl .gb-app .hstrip-item .hs-cap{font-size:19px}}

/* MOBILE: the Quick Answer h2 has a hard <br> that, once the line already wraps on a
   narrow screen, leaves an odd gap. Drop the forced break so it flows as one heading. */
@media(max-width:760px){body.gb-video-media-production-tpl .gb-app .b-answer .h2 br{display:none}}

/* MOBILE: the Video section's featured player sat flush against the thumbnail carousel
   (the carousel rule zeroes its top margin). Add breathing room. */
@media(max-width:760px){body.gb-video-media-production-tpl .gb-app .b-video .video-grid{margin-top:26px !important}}

/* MOBILE: stack the Podcast block — mic icon top-left, copy, then full-width buttons
   (was a horizontal row that floated the icon beside the text). */
@media(max-width:760px){
  body.gb-video-media-production-tpl .gb-app .pod-band{flex-direction:column;align-items:stretch}
  body.gb-video-media-production-tpl .gb-app .pod-ic{align-self:flex-start}
  body.gb-video-media-production-tpl .gb-app .pod-copy{min-width:0}
  body.gb-video-media-production-tpl .gb-app .pod-band .btn{width:100%}
}

