:root {
  --studio-navy: #061a3b;
  --studio-navy-2: #0a294f;
  --studio-navy-3: #123a66;
  --studio-red: #e50922;
  --studio-red-dark: #be061b;
  --studio-ink: #0b1629;
  --studio-muted: #657185;
  --studio-line: #dfe4eb;
  --studio-soft: #f6f8fb;
}

.studio-page {
  background:
    radial-gradient(circle at 88% 9%, rgba(16, 63, 115, .06), transparent 31rem),
    #fff;
  color: var(--studio-ink);
}

.studio-page .main-nav { gap: 15px; font-size: .82rem; }
.studio-page .main-nav a.active { position: relative; }
.studio-page .main-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  height: 4px;
  background: var(--studio-red);
}

.studio-main { padding-top: 22px; padding-bottom: 76px; }

.studio-hero {
  display: grid;
  grid-template-columns: minmax(320px, .88fr) minmax(470px, 1.22fr) minmax(280px, .72fr);
  gap: 14px;
  align-items: stretch;
}

.studio-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 18px 4px 18px 0;
}

.studio-kicker,
.section-kicker {
  margin: 0 0 2px;
  color: var(--studio-navy);
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.studio-hero-copy h1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font: 800 clamp(3.2rem, 6.4vw, 6rem)/.9 "Libre Franklin", Inter, sans-serif;
  color: var(--studio-red);
  letter-spacing: -.065em;
  text-transform: uppercase;
}

.title-play {
  width: clamp(44px, 5vw, 64px);
  height: clamp(44px, 5vw, 64px);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--studio-red);
  color: #fff;
  font-size: clamp(.92rem, 1.5vw, 1.25rem);
  letter-spacing: 0;
  box-shadow: 0 10px 24px rgba(229, 9, 34, .26);
}

.studio-hero-copy h2 {
  margin: 14px 0 8px;
  font-size: clamp(1.18rem, 2vw, 1.65rem);
  line-height: 1.25;
}

.studio-hero-copy > p {
  max-width: 510px;
  margin: 0;
  color: var(--studio-muted);
  font-size: .88rem;
  line-height: 1.67;
}

.studio-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
}

.studio-benefits article {
  min-height: 108px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 9px;
  border: 1px solid #e3e7ed;
  border-radius: 5px;
  background: #fff;
  padding: 12px 8px;
  text-align: center;
  box-shadow: 0 5px 14px rgba(8, 25, 50, .045);
}

.studio-benefits strong { font-size: .67rem; line-height: 1.4; }

.benefit-icon {
  width: 34px;
  height: 31px;
  position: relative;
  display: block;
  color: var(--studio-red);
}

.camera-icon { border: 2px solid currentColor; border-radius: 5px; }
.camera-icon::before { content: ""; position: absolute; width: 8px; height: 8px; left: 11px; top: 9px; border: 2px solid currentColor; border-radius: 50%; }
.camera-icon::after { content: ""; position: absolute; right: -9px; top: 7px; border-left: 8px solid currentColor; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }

.team-icon::before,
.team-icon::after { content: ""; position: absolute; border: 2px solid currentColor; border-radius: 50%; }
.team-icon::before { width: 11px; height: 11px; left: 10px; top: 0; box-shadow: -12px 7px 0 -2px #fff, -12px 7px 0 0 currentColor, 12px 7px 0 -2px #fff, 12px 7px 0 0 currentColor; }
.team-icon::after { width: 25px; height: 14px; left: 3px; bottom: 0; border-bottom: 0; border-radius: 18px 18px 0 0; }

.clapper-icon { border: 2px solid currentColor; border-radius: 3px; margin-top: 6px; }
.clapper-icon::before { content: ""; position: absolute; left: -2px; right: -2px; top: -8px; height: 8px; background: repeating-linear-gradient(-45deg, currentColor 0 5px, transparent 5px 10px); border: 1px solid currentColor; transform: rotate(-5deg); transform-origin: left bottom; }
.clapper-icon::after { content: "▶"; position: absolute; inset: 0; display: grid; place-items: center; font-size: .66rem; }

.bulb-icon { width: 25px; height: 25px; margin-top: 1px; border: 2px solid currentColor; border-radius: 50%; }
.bulb-icon::before { content: ""; position: absolute; width: 9px; height: 5px; left: 6px; bottom: -8px; border: 2px solid currentColor; border-top: 0; }
.bulb-icon::after { content: ""; position: absolute; inset: -8px; background: repeating-conic-gradient(from 0deg, currentColor 0 4deg, transparent 4deg 45deg); mask: radial-gradient(circle, transparent 0 18px, #000 19px 21px, transparent 22px); }

.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.primary-cta,
.secondary-cta,
.rental-primary,
.rental-secondary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 4px;
  padding: 0 20px;
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
}
.primary-cta,
.rental-primary { border: 1px solid var(--studio-red); background: var(--studio-red); color: #fff; }
.secondary-cta { border: 1px solid #8e9aab; background: #fff; color: var(--studio-ink); }
.primary-cta:hover,
.rental-primary:hover { background: var(--studio-red-dark); }
.secondary-cta:hover { border-color: var(--studio-red); color: var(--studio-red); }

.studio-showcase {
  min-height: 465px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #040812;
  box-shadow: 0 14px 34px rgba(4, 14, 34, .2);
}

.studio-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 8%, rgba(255,255,255,.13), transparent 23%),
    linear-gradient(180deg, #111622 0%, #070a10 63%, #11131a 64%, #05070b 100%);
  transition: opacity .34s ease, transform .34s ease, filter .34s ease;
}

.studio-scene.scene-podcast {
  background:
    radial-gradient(circle at 50% 34%, rgba(161, 24, 45, .25), transparent 30%),
    linear-gradient(180deg, #18161b, #08080d 62%, #030407);
}

.studio-scene.scene-editing {
  background:
    radial-gradient(circle at 65% 30%, rgba(29, 108, 177, .3), transparent 30%),
    linear-gradient(180deg, #111a27, #050a12 64%, #030509);
}

.ceiling-light { position: absolute; top: -18px; width: 85px; height: 38px; border-radius: 50%; background: #fff; filter: blur(2px); box-shadow: 0 24px 44px rgba(255,255,255,.23); }
.light-one { left: 18%; }.light-two { left: 47%; }.light-three { right: 16%; }

.studio-wall { position: absolute; top: 0; bottom: 31%; width: 25%; background: repeating-linear-gradient(90deg, #151922 0 5px, #0b0e14 5px 12px); }
.wall-left { left: 0; clip-path: polygon(0 0, 100% 14%, 86% 100%, 0 100%); }
.wall-right { right: 0; clip-path: polygon(0 14%, 100% 0, 100% 100%, 14% 100%); }

.stage-screen {
  position: absolute;
  left: 28%;
  right: 28%;
  top: 22%;
  height: 30%;
  display: grid;
  place-items: center;
  align-content: center;
  border: 7px solid #12151c;
  background: radial-gradient(circle, #102d52, #07162e 72%);
  box-shadow: 0 0 0 3px #4c0914, 0 0 30px rgba(229,9,34,.28);
  color: #fff;
  text-align: center;
}
.stage-screen span { font-size: clamp(.9rem, 1.7vw, 1.35rem); font-weight: 800; }
.stage-screen b { background: var(--studio-red); padding: 2px 5px; }
.stage-screen small { margin-top: 5px; color: #ff3048; font-weight: 800; }

.studio-table { position: absolute; width: 31%; height: 8%; left: 34.5%; top: 58%; border-radius: 5px 5px 15px 15px; background: linear-gradient(#222731, #080a0f); box-shadow: 0 16px 18px rgba(0,0,0,.55); }
.studio-table::before { content: ""; position: absolute; width: 8%; height: 100%; left: 18%; top: 100%; background: #0b0d12; box-shadow: 145px 0 #0b0d12; }
.studio-chair { position: absolute; width: 8%; height: 12%; top: 55%; border: 2px solid #262b36; border-radius: 50% 50% 10px 10px; background: #080a0f; }
.chair-one { left: 39%; }.chair-two { right: 39%; }

.studio-camera { position: absolute; width: 12%; height: 12%; top: 42%; border-radius: 4px; background: #11151e; box-shadow: inset 0 0 0 2px #2b303a; }
.studio-camera::before { content: ""; position: absolute; width: 28%; height: 46%; left: 14%; top: 26%; border-radius: 50%; background: radial-gradient(circle, #3c5f7f 0 18%, #05070b 19% 63%, #1b202b 64%); }
.studio-camera::after { content: ""; position: absolute; width: 6%; height: 170%; left: 48%; top: 90%; background: #242a35; transform: rotate(6deg); box-shadow: -31px 67px 0 -9px #242a35, 31px 67px 0 -9px #242a35; }
.camera-left { left: 8%; transform: rotate(4deg); }.camera-right { right: 8%; transform: rotate(-4deg); }
.studio-camera i { position: absolute; right: -28%; top: 22%; border-left: 28px solid #171c25; border-top: 14px solid transparent; border-bottom: 14px solid transparent; }
.camera-right i { left: -28%; right: auto; border-left: 0; border-right: 28px solid #171c25; }

.floor-lines { position: absolute; inset: 65% 0 0; background: repeating-linear-gradient(105deg, transparent 0 46px, rgba(255,255,255,.035) 47px 49px); transform: perspective(280px) rotateX(54deg) scale(1.6); transform-origin: top; }
.illustration-note { position: absolute; right: 10px; bottom: 9px; color: rgba(255,255,255,.35); font-size: .52rem; font-weight: 800; letter-spacing: .08em; }

.scene-podcast .studio-wall { background: repeating-linear-gradient(45deg, #17141a 0 8px, #0a090d 8px 16px); }
.scene-podcast .stage-screen { left: 31%; right: 31%; top: 18%; height: 26%; border-radius: 50%; border-width: 3px; background: radial-gradient(circle, #4d0d1b, #11060a 70%); box-shadow: 0 0 0 12px rgba(229,9,34,.08), 0 0 40px rgba(229,9,34,.3); }
.scene-podcast .studio-table { width: 43%; left: 28.5%; top: 57%; border-radius: 50%; }
.scene-podcast .studio-camera { transform: scale(.75); top: 37%; }

.scene-editing .stage-screen { left: 20%; right: 20%; top: 18%; height: 34%; background: linear-gradient(90deg, #0c2748 0 33%, #102b4c 33% 66%, #07192e 66%); box-shadow: 0 0 0 3px #0e4d79, 0 0 30px rgba(33,130,200,.25); }
.scene-editing .stage-screen::before { content: ""; position: absolute; inset: 14% 5%; background: repeating-linear-gradient(0deg, rgba(255,255,255,.12) 0 1px, transparent 1px 18px), repeating-linear-gradient(90deg, rgba(229,9,34,.75) 0 12px, #28a2d7 12px 20px, transparent 20px 34px); opacity: .55; }
.scene-editing .studio-table { width: 58%; left: 21%; top: 58%; }
.scene-editing .studio-camera { display: none; }

.slide-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  width: 34px;
  height: 42px;
  border: 0;
  border-radius: 4px;
  background: rgba(255,255,255,.88);
  color: var(--studio-navy);
  font-size: 1.6rem;
  transform: translateY(-50%);
}
.slide-prev { left: 10px; }.slide-next { right: 10px; }
.slide-dots { position: absolute; z-index: 9; left: 50%; bottom: 15px; display: flex; gap: 7px; transform: translateX(-50%); }
.slide-dot { width: 8px; height: 8px; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); padding: 0; }
.slide-dot.active { width: 24px; border-radius: 999px; background: var(--studio-red); }

.rental-card {
  min-width: 0;
  border-radius: 6px;
  background:
    radial-gradient(circle at 100% 0, rgba(50, 112, 174, .38), transparent 14rem),
    linear-gradient(145deg, #0b294f, #061a3b 72%);
  padding: 24px 21px;
  color: #fff;
  box-shadow: 0 12px 30px rgba(4,18,42,.16);
}
.rental-label { color: #ff4b60; font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.rental-card h2 { margin: 8px 0 8px; font-size: 1.35rem; }
.rental-card > p { margin: 0; color: rgba(255,255,255,.75); font-size: .78rem; line-height: 1.6; }
.rental-card ul { list-style: none; padding: 0; margin: 20px 0; display: grid; gap: 12px; }
.rental-card li { position: relative; padding-left: 25px; color: rgba(255,255,255,.88); font-size: .75rem; }
.rental-card li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: var(--studio-red); color: #fff; font-size: .58rem; font-weight: 800; }
.rental-primary,
.rental-secondary { width: 100%; }
.rental-secondary { margin-top: 9px; border: 1px solid rgba(255,255,255,.55); background: transparent; color: #fff; }
.rental-secondary:hover { border-color: #fff; background: rgba(255,255,255,.07); }

.studio-layout { display: grid; grid-template-columns: minmax(0, 2.3fr) minmax(290px, .88fr); gap: 20px; margin-top: 34px; }
.studio-content-column { min-width: 0; }
.module-heading { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 13px; }
.module-heading h2 { margin: 0; font-size: 1rem; text-transform: uppercase; }
.module-heading a { color: var(--studio-red); font-size: .68rem; font-weight: 800; }
.section-kicker { margin-bottom: 4px; color: var(--studio-red); font-size: .61rem; }
.section-kicker.light { color: #ff5368; }

.services-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.service-card { min-width: 0; overflow: hidden; border: 1px solid #e2e7ee; border-radius: 5px; background: #fff; box-shadow: 0 5px 14px rgba(8,26,52,.05); transition: transform .16s ease, box-shadow .16s ease; }
.service-card:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(8,26,52,.1); }
.service-visual,
.dialog-visual { position: relative; isolation: isolate; overflow: hidden; background: var(--studio-navy); }
.service-visual { min-height: 145px; display: grid; place-items: center; }
.service-visual::before,
.dialog-visual::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 68% 28%, rgba(88,146,194,.44), transparent 30%), linear-gradient(145deg, #244e70, #0e263f 55%, #050e1b); }
.service-visual::after,
.dialog-visual::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .42; background: linear-gradient(152deg, transparent 0 51%, rgba(255,255,255,.08) 51.5% 52%, transparent 52.5%), repeating-linear-gradient(90deg, rgba(255,255,255,.03) 0 1px, transparent 1px 38px); }
.service-podcast::before { background: radial-gradient(circle at 50% 42%, rgba(229,9,34,.35), transparent 29%), linear-gradient(145deg, #39202a, #150b11 63%, #050305); }
.service-live::before { background: radial-gradient(circle at 50% 40%, rgba(244,42,58,.42), transparent 28%), linear-gradient(145deg, #4b1821, #18070c 64%, #050204); }
.service-edit::before { background: radial-gradient(circle at 70% 30%, rgba(41,136,199,.4), transparent 29%), linear-gradient(145deg, #274d67, #10283b 58%, #07131e); }
.service-set::before { background: radial-gradient(circle at 33% 35%, rgba(82,183,137,.38), transparent 28%), linear-gradient(145deg, #315c50, #142f2a 58%, #071714); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; color: #fff; font-size: 1.2rem; }
.on-air { border: 2px solid #ff4357; border-radius: 3px; background: rgba(20,0,4,.65); padding: 6px 10px; color: #ff4357; font-size: 1rem; font-weight: 800; box-shadow: 0 0 22px rgba(229,9,34,.4); }
.visual-caption { position: absolute; left: 8px; bottom: 8px; color: rgba(255,255,255,.65); font-size: .5rem; font-weight: 800; letter-spacing: .08em; }
.service-copy { padding: 12px 11px 14px; }
.service-copy h3 { margin: 0; font-size: .83rem; }
.service-copy p { min-height: 4.5em; margin: 7px 0 12px; color: var(--studio-muted); font-size: .67rem; line-height: 1.48; }
.service-copy button { border: 0; background: transparent; color: var(--studio-red); padding: 0; font-size: .64rem; font-weight: 800; }

.why-studio {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 28px;
  border-radius: 6px;
  background:
    radial-gradient(circle at 100% 0, rgba(44,108,170,.38), transparent 17rem),
    linear-gradient(145deg, #0b294f, #061a3b 75%);
  padding: 24px;
  color: #fff;
}
.why-studio h2 { margin: 0; font-size: 1rem; text-transform: uppercase; }
.why-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.why-grid article { display: grid; justify-items: center; gap: 9px; color: rgba(255,255,255,.82); text-align: center; }
.why-grid article > span { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; font-size: 1.15rem; }
.why-grid strong { font-size: .67rem; line-height: 1.4; }
.why-contact { display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(255,255,255,.15); padding-top: 18px; }
.why-contact strong { font-size: .9rem; }
.why-contact p { margin: 4px 0 0; color: rgba(255,255,255,.64); font-size: .7rem; }
.why-contact button { min-height: 40px; border: 0; border-radius: 4px; background: #fff; color: var(--studio-navy); padding: 0 17px; font-size: .67rem; font-weight: 800; text-transform: uppercase; }

.studio-sidebar { display: grid; gap: 18px; align-content: start; }
.latest-productions,
.studio-newsletter,
.quick-contact { border: 1px solid #e3e7ed; border-radius: 5px; background: #fff; padding: 17px; }
.latest-productions .module-heading h2 { max-width: 210px; font-size: .82rem; }
.production-list { display: grid; }
.production-list > button { width: 100%; display: grid; grid-template-columns: 92px 1fr; gap: 11px; align-items: center; border: 0; border-top: 1px solid var(--studio-line); background: transparent; padding: 11px 0; color: var(--studio-ink); text-align: left; }
.production-list > button:first-child { border-top: 0; }
.production-list > button:hover strong { color: var(--studio-red); }
.production-thumb,
.production-player { position: relative; isolation: isolate; overflow: hidden; background: var(--studio-navy); }
.production-thumb { width: 92px; aspect-ratio: 16/9; display: block; border-radius: 4px; }
.production-thumb::before,
.production-player::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 65% 34%, rgba(59,137,193,.45), transparent 30%), linear-gradient(145deg, #315f7d, #133752 58%, #07162b); }
.thumb-economy::before { background: radial-gradient(circle at 62% 34%, rgba(224,163,54,.42), transparent 29%), linear-gradient(145deg, #64593d, #302918 58%, #151006); }
.thumb-green::before { background: radial-gradient(circle at 43% 43%, rgba(68,168,111,.42), transparent 30%), linear-gradient(145deg, #456e58, #203d31 58%, #0a1d16); }
.production-thumb i { position: absolute; left: 50%; top: 50%; width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.78); border-radius: 50%; background: rgba(3,13,30,.52); color: #fff; font-size: .55rem; font-style: normal; transform: translate(-50%,-50%); }
.production-thumb time { position: absolute; right: 3px; bottom: 3px; border-radius: 2px; background: rgba(0,0,0,.75); padding: 2px 4px; color: #fff; font-size: .53rem; }
.production-list strong { display: block; font-size: .72rem; line-height: 1.36; }
.production-list small { display: block; margin-top: 5px; color: var(--studio-muted); font-size: .6rem; }

.studio-newsletter { background: var(--studio-soft); }
.newsletter-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--studio-navy); color: #fff; }
.studio-newsletter h2,
.quick-contact h2 { margin: 14px 0 0; font-size: .83rem; text-transform: uppercase; }
.studio-newsletter > p,
.quick-contact p { color: var(--studio-muted); font-size: .73rem; line-height: 1.58; }
.studio-newsletter-form { display: grid; grid-template-columns: 1fr auto; margin-top: 14px; }
.studio-newsletter-form input { min-width: 0; height: 42px; border: 1px solid #d5dce5; border-right: 0; border-radius: 4px 0 0 4px; padding: 0 11px; font: inherit; }
.studio-newsletter-form button { border: 0; border-radius: 0 4px 4px 0; background: var(--studio-red); color: #fff; padding: 0 15px; font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.studio-newsletter small { display: block; margin-top: 12px; color: #7c8797; font-size: .59rem; line-height: 1.45; }
.form-status { min-height: 1.2em; margin-bottom: 0 !important; color: #0d6c3d !important; font-weight: 700; }
.quick-contact { border-top: 3px solid var(--studio-red); }
.quick-contact h2 { margin-top: 0; }
.quick-contact button { width: 100%; min-height: 40px; border: 0; border-radius: 4px; background: var(--studio-navy); color: #fff; font-size: .67rem; font-weight: 800; text-transform: uppercase; }

.studio-dialog,
.quote-dialog,
.production-dialog { width: min(850px, calc(100% - 28px)); max-height: calc(100dvh - 30px); border: 0; border-radius: 8px; background: #fff; padding: 0; box-shadow: 0 28px 90px rgba(0,0,0,.44); }
.studio-dialog::backdrop,
.quote-dialog::backdrop,
.production-dialog::backdrop { background: rgba(2,8,20,.82); backdrop-filter: blur(4px); }
.studio-dialog-shell { display: grid; grid-template-columns: minmax(260px,.86fr) 1.14fr; position: relative; }
.dialog-close { position: absolute; z-index: 10; right: 12px; top: 12px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(0,0,0,.62); color: #fff; font-size: 1.5rem; }
.dialog-visual { min-height: 430px; display: grid; place-items: center; color: #fff; font-size: 2.4rem; }
.dialog-copy { display: flex; flex-direction: column; justify-content: center; padding: 28px; }
.dialog-copy > span { color: var(--studio-red); font-size: .62rem; font-weight: 800; letter-spacing: .07em; }
.dialog-copy h2 { margin: 8px 0 10px; font-size: 2rem; line-height: 1.12; }
.dialog-copy > p { margin: 0; color: var(--studio-muted); line-height: 1.6; }
.dialog-copy ul { margin: 17px 0 22px; padding-left: 19px; color: #4b586c; font-size: .78rem; line-height: 1.7; }
.dialog-copy > button { align-self: start; min-height: 42px; border: 0; border-radius: 4px; background: var(--studio-red); color: #fff; padding: 0 16px; font-size: .68rem; font-weight: 800; text-transform: uppercase; }

.quote-dialog { width: min(760px, calc(100% - 28px)); }
.quote-dialog-shell { position: relative; }
.dark-close { background: rgba(255,255,255,.13); }
.quote-dialog-head { background: linear-gradient(145deg, #0b294f, #061a3b 72%); padding: 25px 28px; color: #fff; }
.quote-dialog-head > span { color: #ff5368; font-size: .61rem; font-weight: 800; letter-spacing: .08em; }
.quote-dialog-head h2 { margin: 7px 0 7px; font-size: 1.7rem; }
.quote-dialog-head p { margin: 0; color: rgba(255,255,255,.68); font-size: .78rem; line-height: 1.5; }
.quote-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; padding: 22px 28px 26px; }
.quote-form label { display: grid; gap: 6px; color: #4c586b; font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.quote-form input,
.quote-form select,
.quote-form textarea { width: 100%; border: 1px solid #cfd6df; border-radius: 4px; background: #fff; padding: 10px; color: var(--studio-ink); font: inherit; text-transform: none; }
.quote-form input,
.quote-form select { height: 42px; }
.quote-form textarea { resize: vertical; }
.full-field { grid-column: 1 / -1; }
.consent { grid-template-columns: auto 1fr !important; align-items: start; text-transform: none !important; font-weight: 500 !important; }
.consent input { width: 16px; height: 16px; margin-top: 1px; }
.quote-submit { min-height: 44px; border: 0; border-radius: 4px; background: var(--studio-red); color: #fff; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.quote-status { min-height: 1.2em; margin: 0; color: #0d6c3d; font-size: .75rem; font-weight: 700; }

.production-dialog { width: min(900px, calc(100% - 28px)); }
.production-dialog-shell { position: relative; }
.production-player { min-height: 480px; display: grid; place-items: center; }
.production-player > button { width: 80px; height: 80px; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; background: rgba(4,16,36,.44); color: #fff; font-size: 1.5rem; }
.production-player > button:hover { background: var(--studio-red); border-color: var(--studio-red); }
.production-progress { position: absolute; inset: auto 15px 15px; display: grid; grid-template-columns: auto auto 1fr auto; gap: 9px; align-items: center; border-radius: 5px; background: rgba(1,7,18,.9); padding: 11px 12px; color: #fff; font-size: .68rem; }
.production-progress[hidden] { display: none; }
.production-progress button { border: 0; background: transparent; color: #fff; }
.production-progress input { width: 100%; height: 4px; appearance: none; border-radius: 999px; background: linear-gradient(90deg, var(--studio-red) 0 var(--production-progress,0%), rgba(255,255,255,.27) var(--production-progress,0%) 100%); }
.production-progress input::-webkit-slider-thumb { width: 12px; height: 12px; appearance: none; border: 2px solid #fff; border-radius: 50%; background: var(--studio-red); }
.production-dialog-copy { padding: 20px 24px 24px; }
.production-dialog-copy > span { color: var(--studio-red); font-size: .63rem; font-weight: 800; }
.production-dialog-copy h2 { margin: 7px 0 8px; font-size: 1.65rem; }
.production-dialog-copy p { margin: 0; color: var(--studio-muted); }

@media (max-width: 1240px) {
  .studio-page .main-nav a.active::after { display: none; }
  .studio-hero { grid-template-columns: minmax(300px,.85fr) minmax(440px,1.15fr); }
  .rental-card { grid-column: 1 / -1; display: grid; grid-template-columns: 1.15fr 1.6fr auto; gap: 18px; align-items: center; }
  .rental-card > p { grid-column: 1; }
  .rental-card ul { grid-column: 2; grid-row: 1 / span 3; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0; }
  .rental-primary, .rental-secondary { grid-column: 3; min-width: 180px; }
  .rental-primary { align-self: end; }
  .rental-secondary { margin: 0; align-self: start; }
  .services-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 980px) {
  .studio-hero { grid-template-columns: 1fr; }
  .studio-hero-copy { padding-right: 0; }
  .studio-showcase { min-height: 430px; }
  .rental-card { grid-column: auto; grid-template-columns: 1fr; }
  .rental-card > p, .rental-card ul, .rental-primary, .rental-secondary { grid-column: auto; grid-row: auto; }
  .rental-card ul { grid-template-columns: repeat(2,minmax(0,1fr)); margin: 16px 0; }
  .studio-layout { grid-template-columns: 1fr; }
  .studio-sidebar { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .quick-contact { grid-column: 1 / -1; }
  .why-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 820px) {
  .studio-main { padding-top: 14px; padding-bottom: 90px; }
  .studio-benefits { grid-template-columns: repeat(4,minmax(85px,1fr)); overflow-x: auto; padding-bottom: 6px; }
  .studio-benefits article { min-width: 100px; }
  .studio-showcase { min-height: 390px; }
  .services-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .studio-sidebar { grid-template-columns: 1fr; }
  .quick-contact { grid-column: auto; }
  .studio-dialog-shell { grid-template-columns: 1fr; }
  .dialog-visual { min-height: 250px; }
  .production-player { min-height: 370px; }
}

@media (max-width: 560px) {
  .studio-kicker { font-size: .72rem; }
  .studio-hero-copy h1 { font-size: 3.35rem; }
  .studio-hero-copy h2 { font-size: 1.12rem; }
  .studio-hero-copy > p { font-size: .8rem; }
  .studio-benefits { margin-top: 18px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .primary-cta, .secondary-cta { padding-inline: 10px; }
  .studio-showcase { min-height: 330px; }
  .stage-screen { left: 24%; right: 24%; }
  .studio-camera { width: 15%; }
  .studio-camera::after { height: 145%; box-shadow: -22px 48px 0 -8px #242a35, 22px 48px 0 -8px #242a35; }
  .rental-card { padding: 20px 17px; }
  .rental-card ul { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: 128px 1fr; }
  .service-visual { min-height: 126px; }
  .service-copy { align-content: center; }
  .service-copy p { min-height: 0; }
  .why-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .why-contact { align-items: flex-start; flex-direction: column; }
  .why-contact button { width: 100%; }
  .studio-newsletter-form { grid-template-columns: 1fr; gap: 8px; }
  .studio-newsletter-form input, .studio-newsletter-form button { min-height: 42px; border: 1px solid #d5dce5; border-radius: 4px; }
  .quote-form { grid-template-columns: 1fr; padding: 18px; }
  .quote-form .full-field { grid-column: auto; }
  .quote-dialog-head { padding: 22px 18px; }
  .production-player { min-height: 270px; }
  .production-dialog-copy h2 { font-size: 1.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  .studio-scene,
  .service-card { transition: none; }
}
