/* Talent Star Mark — Producción audiovisual */
.production-page {
  --production-max: 1420px;
  --production-panel: linear-gradient(145deg, rgba(255,255,255,.058), rgba(255,255,255,.015));
  --production-panel-strong: linear-gradient(145deg, color-mix(in srgb, var(--gold) 8%, rgba(255,255,255,.06)), rgba(255,255,255,.015));
  --production-radius: 26px;
  --production-gold-soft: color-mix(in srgb, var(--gold) 10%, transparent);
  --production-cyan-soft: color-mix(in srgb, var(--accent) 10%, transparent);
  --production-violet-soft: color-mix(in srgb, var(--violet) 10%, transparent);
  overflow-x: clip;
}
.production-page main { overflow: clip; }
.production-page .page-header { max-width: min(1480px, calc(100% - 30px)); }
.production-page .page-nav { gap: clamp(.58rem, 1.15vw, 1.15rem); }
.production-page .page-nav a { white-space: nowrap; font-size: clamp(.68rem, .82vw, .79rem); }
.production-page .page-header.is-scrolled { --header-height: 58px; }
.production-page.has-selection-open .whatsapp-fab,
.production-page.has-modal-open .whatsapp-fab,
.production-page.has-brief-focus .whatsapp-fab { opacity: 0; pointer-events: none; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.production-space {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 8%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 30%),
    radial-gradient(circle at 8% 46%, color-mix(in srgb, var(--violet) 10%, transparent), transparent 32%),
    linear-gradient(180deg, var(--bg), var(--bg-deep));
}
.production-space::before,
.production-space::after {
  position: absolute;
  inset: -10%;
  content: "";
  background-image:
    radial-gradient(circle at 11% 17%, rgba(255,255,255,.65) 0 .7px, transparent 1.2px),
    radial-gradient(circle at 42% 9%, color-mix(in srgb, var(--gold-bright) 78%, white) 0 .85px, transparent 1.35px),
    radial-gradient(circle at 72% 30%, rgba(255,255,255,.5) 0 .7px, transparent 1.2px),
    radial-gradient(circle at 22% 68%, color-mix(in srgb, var(--accent) 78%, white) 0 .8px, transparent 1.3px),
    radial-gradient(circle at 91% 79%, rgba(255,255,255,.44) 0 .65px, transparent 1.15px);
  background-size: 180px 166px, 250px 228px, 320px 286px, 380px 350px, 470px 430px;
  opacity: .38;
}
.production-space::after { opacity: .12; filter: blur(1px); transform: rotate(8deg) scale(1.08); }
body[data-motion="on"] .production-space::before { animation: production-stars 34s linear infinite alternate; }
@keyframes production-stars { to { transform: translate3d(-22px, 18px, 0); } }

.production-entry {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  place-items: center;
  pointer-events: none;
  background: radial-gradient(circle at 50% 45%, color-mix(in srgb, var(--gold) 10%, transparent), transparent 28%), #01030a;
  opacity: 1;
  transition: opacity .58s ease, visibility .58s step-end;
}
.production-entry span {
  position: absolute;
  width: min(80vw, 820px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
  box-shadow: 0 0 24px color-mix(in srgb, var(--gold) 38%, transparent);
  transform: scaleX(.08);
}
.production-entry span:nth-child(2) { width: min(64vw, 620px); background: linear-gradient(90deg, transparent, var(--accent), transparent); transform: rotate(11deg) scaleX(.08); }
.production-entry span:nth-child(3) { width: min(48vw, 460px); background: linear-gradient(90deg, transparent, var(--violet), transparent); transform: rotate(-14deg) scaleX(.08); }
.production-page.is-ready .production-entry { opacity: 0; visibility: hidden; }
body[data-motion="on"] .production-entry span { animation: production-entry .62s cubic-bezier(.22,.8,.2,1) both; }
body[data-motion="on"] .production-entry span:nth-child(2) { animation-delay: .04s; }
body[data-motion="on"] .production-entry span:nth-child(3) { animation-delay: .08s; }
@keyframes production-entry { to { transform: scaleX(1); opacity: .05; } }

.production-container { width: min(var(--production-max), calc(100% - 44px)); margin-inline: auto; }
.production-section {
  position: relative;
  padding: clamp(72px, 8vw, 118px) 0;
  border-top: 1px solid rgba(255,255,255,.075);
  content-visibility: auto;
  contain-intrinsic-size: auto 880px;
}
.production-section__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, .58fr);
  align-items: end;
  gap: clamp(24px, 5vw, 84px);
  margin-bottom: clamp(34px, 5vw, 64px);
}
.production-section__heading h2,
.production-preproduction__copy h2,
.production-closing h2 {
  max-width: 980px;
  margin: .55rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 5.2vw, 5.7rem);
  line-height: .94;
  letter-spacing: -.055em;
}
.production-section__heading > p,
.production-preproduction__copy > p,
.production-closing p { margin: 0; color: var(--muted); line-height: 1.72; }
.production-section .eyebrow,
.production-hero .eyebrow { margin: 0; color: var(--gold-bright); font-size: .72rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }

.production-hero {
  min-height: 780px;
  padding: calc(var(--header-height) + 74px) 0 clamp(72px, 8vw, 106px);
  overflow: hidden;
}
.production-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--gold) 35%, transparent), color-mix(in srgb, var(--accent) 32%, transparent), transparent);
}
.production-hero__inner { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: center; gap: clamp(38px, 6vw, 100px); }
.production-breadcrumb { grid-column: 1 / -1; align-self: start; }
.production-breadcrumb ol { display: flex; flex-wrap: wrap; gap: .48rem; margin: 0; padding: 0; color: var(--muted); list-style: none; font-size: .72rem; }
.production-breadcrumb li + li::before { margin-right: .48rem; color: color-mix(in srgb, var(--gold) 60%, transparent); content: "›"; }
.production-breadcrumb a:hover { color: var(--gold-bright); }
.production-hero__copy { position: relative; z-index: 2; min-width: 0; }
.production-hero__copy h1 { max-width: 850px; margin: .65rem 0 1.3rem; font-family: var(--font-display); font-size: clamp(3.35rem, 6.35vw, 7.2rem); line-height: .88; letter-spacing: -.066em; text-wrap: balance; }
.production-hero__lead { max-width: 760px; margin: 0; color: var(--text); font-size: clamp(1.05rem, 1.55vw, 1.42rem); line-height: 1.5; }
.production-hero__support { max-width: 720px; margin: 1rem 0 0; color: var(--muted); line-height: 1.7; }
.production-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.production-hero .primary-button,
.production-hero .secondary-button { min-height: 52px; }
.text-link,
.text-button { display: inline-flex; align-items: center; gap: .45rem; min-height: 44px; padding: .5rem .2rem; border: 0; color: var(--gold-bright); background: transparent; font: inherit; font-size: .78rem; font-weight: 760; text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--gold) 35%, transparent); text-underline-offset: 4px; cursor: pointer; }
.text-link:hover,
.text-button:hover { text-decoration-color: var(--gold); }
.production-disclaimer { display: flex; align-items: flex-start; gap: .7rem; max-width: 760px; margin: 26px 0 0; padding: 13px 15px; border: 1px solid color-mix(in srgb, var(--gold) 24%, var(--line)); border-radius: 15px; color: var(--muted); background: rgba(0,0,0,.22); font-size: .72rem; line-height: 1.55; }
.production-disclaimer svg { flex: 0 0 20px; width: 20px; height: 20px; fill: none; stroke: var(--gold); stroke-width: 1.6; }

.production-hero__visual { position: relative; min-height: 610px; transform: translate3d(0,0,0); }
.camera-viewfinder { position: absolute; inset: 1% 4% 4% 0; z-index: 8; border: 1px solid color-mix(in srgb, var(--gold) 34%, transparent); border-radius: 32px; pointer-events: none; box-shadow: inset 0 0 80px rgba(0,0,0,.3), 0 0 50px color-mix(in srgb, var(--accent) 6%, transparent); }
.camera-viewfinder > i { position: absolute; width: 48px; height: 48px; border-color: var(--gold-bright); border-style: solid; opacity: .82; }
.camera-viewfinder > i:nth-child(1) { top: 18px; left: 18px; border-width: 2px 0 0 2px; }
.camera-viewfinder > i:nth-child(2) { top: 18px; right: 18px; border-width: 2px 2px 0 0; }
.camera-viewfinder > i:nth-child(3) { bottom: 18px; left: 18px; border-width: 0 0 2px 2px; }
.camera-viewfinder > i:nth-child(4) { right: 18px; bottom: 18px; border-width: 0 2px 2px 0; }
.viewfinder-rec { position: absolute; top: 26px; left: 82px; color: #ff8c9c; font-size: .64rem; font-weight: 800; letter-spacing: .16em; }
.viewfinder-rec::before { display: inline-block; width: 7px; height: 7px; margin-right: .4rem; border-radius: 50%; background: currentColor; content: ""; }
.viewfinder-time { position: absolute; top: 26px; right: 82px; color: var(--muted); font: 700 .62rem/1 var(--font-display); letter-spacing: .1em; }
.production-frame { position: absolute; overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 23px; background: #03050d; box-shadow: 0 28px 70px rgba(0,0,0,.4), 0 0 36px color-mix(in srgb, var(--accent) 8%, transparent); }
.production-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 52%, rgba(1,3,10,.78)); }
.production-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.04); }
.production-frame--main { inset: 7% 8% 10% 18%; z-index: 3; }
.production-frame--model { top: 9%; left: 1%; z-index: 4; width: 28%; height: 40%; transform: rotate(-3.5deg); }
.production-frame--actor { right: 0; bottom: 7%; z-index: 5; width: 30%; height: 42%; transform: rotate(3deg); }
.production-frame--singer { right: 4%; top: 7%; z-index: 2; width: 25%; height: 35%; transform: rotate(2deg); }
.production-clapper { position: absolute; bottom: 7%; left: 6%; z-index: 9; display: grid; width: 130px; height: 92px; padding: 12px; border: 1px solid var(--gold); border-radius: 14px; background: rgba(1,3,10,.9); box-shadow: 0 0 28px color-mix(in srgb, var(--gold) 16%, transparent); transform: rotate(-6deg); }
.production-clapper span { height: 19px; background: repeating-linear-gradient(135deg, var(--gold) 0 15px, #0a0d16 15px 30px); transform-origin: left bottom; }
.production-clapper strong { align-self: end; font-size: .62rem; letter-spacing: .14em; }
.production-timeline { position: absolute; right: 6%; bottom: 2%; z-index: 10; display: flex; align-items: center; width: 56%; height: 34px; border: 1px solid rgba(255,255,255,.15); border-radius: 9px; background: rgba(2,4,12,.88); }
.production-timeline span { position: absolute; left: 8%; right: 8%; height: 2px; background: linear-gradient(90deg, var(--gold), var(--accent), var(--violet)); }
.production-timeline i { position: relative; z-index: 1; width: 8px; height: 8px; margin-left: 16%; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 12px currentColor; }
.production-phase-label { position: absolute; z-index: 10; padding: .4rem .55rem; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; color: var(--gold-bright); background: rgba(3,6,16,.84); font: 800 .55rem/1 var(--font-display); letter-spacing: .15em; }
.production-phase-label--one { top: 3%; left: 34%; }
.production-phase-label--two { right: 14%; top: 43%; color: var(--accent); }
.production-phase-label--three { left: 20%; bottom: 2%; color: #d6c4ff; }
body[data-motion="on"] .production-frame--model { animation: production-float-a 7s ease-in-out infinite alternate; }
body[data-motion="on"] .production-frame--actor { animation: production-float-b 8s ease-in-out infinite alternate; }
body[data-motion="on"] .production-frame--singer { animation: production-float-c 6.6s ease-in-out infinite alternate; }
body[data-motion="on"] .production-timeline span { animation: production-line 5.2s ease-in-out infinite alternate; }
@keyframes production-float-a { to { transform: translate3d(0,-7px,0) rotate(-2.8deg); } }
@keyframes production-float-b { to { transform: translate3d(0,7px,0) rotate(2.3deg); } }
@keyframes production-float-c { to { transform: translate3d(-5px,5px,0) rotate(1.3deg); } }
@keyframes production-line { from { filter: saturate(.8); opacity: .55; } to { filter: saturate(1.3); opacity: 1; } }

.production-type-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.production-type-card { position: relative; display: grid; min-height: 315px; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: var(--production-panel); box-shadow: inset 0 1px rgba(255,255,255,.04); transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease; }
.production-type-card::after { position: absolute; right: -34px; bottom: -34px; width: 120px; height: 120px; border-radius: 50%; content: ""; background: radial-gradient(circle, color-mix(in srgb, var(--gold) 12%, transparent), transparent 68%); }
.production-type-card:hover,
.production-type-card:focus-within { transform: translateY(-6px); border-color: color-mix(in srgb, var(--gold) 46%, var(--line)); background: var(--production-panel-strong); box-shadow: 0 24px 64px rgba(0,0,0,.3), 0 0 28px color-mix(in srgb, var(--gold) 7%, transparent); }
.production-type-card__icon { display: grid; place-items: center; width: 76px; height: 76px; margin-bottom: 34px; border: 1px solid color-mix(in srgb, var(--gold) 38%, var(--line)); border-radius: 20px; color: var(--gold-bright); background: var(--production-gold-soft); }
.production-type-card__icon svg { width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.production-type-card h3 { margin: 0 0 .65rem; font-family: var(--font-display); font-size: 1.28rem; line-height: 1.08; }
.production-type-card p { margin: 0 0 1.2rem; color: var(--muted); font-size: .76rem; line-height: 1.62; }
.production-type-card button { align-self: end; justify-self: start; min-height: 44px; padding: .65rem .85rem; border: 1px solid color-mix(in srgb, var(--gold) 30%, var(--line)); border-radius: 999px; color: var(--gold-bright); background: transparent; font: inherit; font-size: .72rem; font-weight: 760; cursor: pointer; }
.production-type-card button:hover { background: var(--production-gold-soft); }
.production-type-card.is-selected { border-color: var(--gold); background: var(--production-panel-strong); }

.production-process { background: linear-gradient(180deg, transparent, rgba(255,255,255,.012), transparent); }
.production-process__timeline { position: relative; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.production-process__timeline::before { position: absolute; top: 35px; left: 6%; right: 6%; height: 1px; content: ""; background: linear-gradient(90deg, transparent, var(--gold), var(--accent), var(--violet), transparent); opacity: .48; }
.production-process__timeline li { position: relative; display: grid; align-content: start; gap: 18px; min-width: 0; }
.production-process__timeline li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 70px; height: 70px; border: 1px solid color-mix(in srgb, var(--gold) 48%, var(--line)); border-radius: 50%; color: var(--gold-bright); background: #050815; box-shadow: 0 0 26px color-mix(in srgb, var(--gold) 10%, transparent); font: 800 .74rem/1 var(--font-display); letter-spacing: .14em; }
.production-process__timeline h3 { margin: 0 0 .55rem; font-size: 1rem; }
.production-process__timeline p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.62; }
.production-note { max-width: 850px; margin: 34px 0 0; padding: 13px 15px; border-left: 2px solid var(--gold); color: var(--muted); background: rgba(255,255,255,.018); font-size: .76rem; line-height: 1.6; }
.production-note--strong { max-width: none; border: 1px solid color-mix(in srgb, var(--gold) 34%, var(--line)); border-left-width: 1px; border-radius: 15px; color: var(--text); }

.production-preproduction { background: radial-gradient(circle at 78% 28%, color-mix(in srgb, var(--violet) 7%, transparent), transparent 30%); }
.production-preproduction__layout { display: grid; grid-template-columns: minmax(0,.72fr) minmax(520px,1.28fr); align-items: center; gap: clamp(42px,7vw,100px); }
.production-preproduction__copy h2 { font-size: clamp(2.7rem,5.5vw,5.8rem); }
.production-preproduction__copy > p:last-child { margin-top: 1.2rem; }
.production-preproduction__board { position: relative; min-height: 560px; padding: 56px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); box-shadow: 0 34px 86px rgba(0,0,0,.28); }
.production-preproduction__board ul { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.production-preproduction__board li { padding: .7rem .85rem; border: 1px solid color-mix(in srgb, var(--gold) 24%, var(--line)); border-radius: 999px; color: var(--text); background: rgba(3,6,16,.82); font-size: .72rem; }
.production-preproduction__board svg { position: absolute; right: 20px; bottom: 14px; width: min(82%, 640px); height: auto; fill: none; stroke: color-mix(in srgb, var(--text) 20%, transparent); stroke-width: 1.2; }
.production-preproduction__board svg .accent { stroke: var(--accent); }
.production-preproduction__board svg .gold { stroke: var(--gold); }
.production-preproduction__board svg .violet { stroke: var(--violet); }

.production-talent-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.production-talent-card { position: relative; display: grid; min-height: 280px; padding: 23px; border: 1px solid var(--line); border-radius: 22px; background: var(--production-panel); transition: transform .24s ease, border-color .24s ease, background .24s ease; }
.production-talent-card:hover,
.production-talent-card:focus-within { transform: translateY(-5px); border-color: color-mix(in srgb, var(--accent) 44%, var(--line)); background: linear-gradient(145deg, color-mix(in srgb, var(--accent) 7%, rgba(255,255,255,.045)), rgba(255,255,255,.014)); }
.production-talent-card__icon { display: grid; place-items: center; width: 66px; height: 66px; margin-bottom: 28px; border: 1px solid color-mix(in srgb, var(--accent) 34%, var(--line)); border-radius: 18px; color: var(--accent); background: var(--production-cyan-soft); }
.production-talent-card__icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.production-talent-card h3 { margin: 0 0 .5rem; font-size: 1.08rem; }
.production-talent-card p { margin: 0 0 1.1rem; color: var(--muted); font-size: .74rem; line-height: 1.58; }
.production-talent-card__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.production-talent-card__actions a,
.production-talent-card__actions button { min-height: 42px; padding: .58rem .7rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--text); font: inherit; font-size: .68rem; font-weight: 720; cursor: pointer; }
.production-talent-card__actions button { color: var(--gold-bright); border-color: color-mix(in srgb, var(--gold) 30%, var(--line)); }
.production-talent-card__actions a:hover,
.production-talent-card__actions button:hover { background: rgba(255,255,255,.05); }
.production-talent-card.is-selected { border-color: var(--gold); box-shadow: 0 0 26px color-mix(in srgb, var(--gold) 7%, transparent); }

.production-scope { background: linear-gradient(180deg, transparent, rgba(255,255,255,.012), transparent); }
.production-scope-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.production-scope-grid article { position: relative; min-height: 420px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: var(--production-panel); }
.production-scope-grid article > span { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 28px; border: 1px solid color-mix(in srgb, var(--gold) 38%, var(--line)); border-radius: 50%; color: var(--gold-bright); font: 800 .64rem/1 var(--font-display); letter-spacing: .12em; }
.production-scope-grid h3 { margin: 0 0 1rem; font-family: var(--font-display); font-size: 1.35rem; }
.production-scope-grid ul { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.production-scope-grid li { position: relative; padding-left: 1rem; color: var(--muted); font-size: .74rem; line-height: 1.42; }
.production-scope-grid li::before { position: absolute; top: .56em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); content: ""; box-shadow: 0 0 8px color-mix(in srgb, var(--gold) 42%, transparent); }

.production-brief { background: radial-gradient(circle at 88% 28%, color-mix(in srgb, var(--accent) 8%, transparent), transparent 28%); contain-intrinsic-size: auto 2100px; }
.production-brief__layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,400px); align-items: start; gap: clamp(24px,4vw,52px); }
.production-form-column { min-width: 0; }
.production-progress { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; margin: 0 0 14px; padding: 0; list-style: none; }
.production-progress li { position: relative; display: grid; gap: 5px; min-width: 0; min-height: 62px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 15px; color: var(--muted); background: rgba(255,255,255,.018); }
.production-progress li::after { position: absolute; top: 50%; right: -8px; z-index: 2; width: 15px; height: 1px; content: ""; background: var(--line); }
.production-progress li:last-child::after { display: none; }
.production-progress li[aria-current="step"] { border-color: color-mix(in srgb, var(--gold) 52%, var(--line)); color: var(--text); background: var(--production-gold-soft); }
.production-progress li.is-complete { border-color: color-mix(in srgb, var(--accent) 38%, var(--line)); color: var(--text); }
.production-progress strong { color: var(--gold-bright); font-size: .68rem; letter-spacing: .14em; }
.production-progress span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .7rem; font-weight: 760; }
.production-draft-row { display: flex; justify-content: flex-end; align-items: center; gap: 12px; margin-bottom: 12px; }
.production-draft-status { min-height: 1.25em; margin: 0; color: var(--muted); font-size: .72rem; text-align: right; }
.production-save-draft { min-height: 44px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--text); background: rgba(8,12,26,.72); font: inherit; font-size: .76rem; cursor: pointer; }
.production-save-draft:hover { border-color: var(--gold); background: var(--production-gold-soft); }
.production-form { min-width: 0; border: 1px solid var(--line); border-radius: 26px; background: var(--production-panel); box-shadow: 0 28px 76px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.055); }
.production-step { padding: clamp(22px,3.2vw,40px); }
.production-step[hidden] { display: none !important; }
.no-js .production-step[hidden] { display: block !important; border-top: 1px solid var(--line); }
.production-step__header { display: grid; gap: .45rem; margin-bottom: 26px; }
.production-step__header h3 { margin: 0; font-family: var(--font-display); font-size: clamp(2rem,4vw,3.65rem); line-height: .94; letter-spacing: -.047em; }
.production-step__header > p:last-child { max-width: 740px; margin: 0; color: var(--muted); line-height: 1.65; }
.production-error-summary { margin: 0 0 22px; padding: 15px 17px; border: 1px solid color-mix(in srgb, #ff7187 55%, transparent); border-radius: 14px; color: #ffd9df; background: rgba(90,8,25,.22); }
.production-error-summary:focus { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
.production-error-summary h4 { margin: 0 0 .45rem; font-size: .87rem; }
.production-error-summary p { margin: 0 0 .5rem; font-size: .75rem; }
.production-error-summary ul { margin: 0; padding-left: 1.2rem; font-size: .75rem; }
.production-error-summary a { text-decoration: underline; text-underline-offset: 2px; }
.production-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.production-grid--top-gap { margin-top: 28px; }
.production-field { display: grid; align-content: start; gap: 7px; min-width: 0; }
.production-field--full { grid-column: 1 / -1; }
.production-field label { color: var(--text); font-size: .79rem; font-weight: 740; }
.production-field__hint { margin: -2px 0 0; color: var(--muted); font-size: .67rem; line-height: 1.42; }
.production-field input,
.production-field select,
.production-field textarea,
.production-summary__editor,
.production-mobile-summary textarea { width: 100%; min-height: 50px; padding: .76rem .88rem; border: 1px solid var(--line); border-radius: 13px; color: var(--text); background: rgba(1,3,10,.72); outline: 0; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.production-field textarea { min-height: 112px; resize: vertical; }
.production-field input:hover,
.production-field select:hover,
.production-field textarea:hover,
.production-summary__editor:hover { border-color: color-mix(in srgb, var(--gold) 34%, var(--line)); }
.production-field input:focus,
.production-field select:focus,
.production-field textarea:focus,
.production-summary__editor:focus,
.production-mobile-summary textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px color-mix(in srgb, var(--gold) 15%, transparent); }
.production-field [aria-invalid="true"],
.production-privacy input[aria-invalid="true"] + .production-check__box { border-color: #ff7187; box-shadow: 0 0 0 3px rgba(255,113,135,.12); }
.production-error { min-height: 1em; margin: 0; color: #ffb6c2; font-size: .68rem; }
.required-text { display: inline-flex; margin-left: .35rem; color: #ffc6cf; font-size: .62rem; font-weight: 650; letter-spacing: .02em; text-transform: none; }
.production-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.production-fieldset + .production-fieldset,
.production-fieldset + .production-grid,
.production-grid + .production-fieldset { margin-top: 30px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.08); }
.production-fieldset legend { width: 100%; margin: 0 0 16px; padding: 0; color: var(--gold-bright); font-size: .78rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.production-choice-grid { display: grid; gap: 10px; }
.production-choice-grid--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.production-choice { position: relative; display: flex; align-items: center; gap: .75rem; min-height: 68px; padding: 15px; border: 1px solid var(--line); border-radius: 17px; background: rgba(0,0,0,.2); cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.production-choice:hover { border-color: color-mix(in srgb, var(--gold) 38%, var(--line)); }
.production-choice:has(input:checked) { border-color: var(--gold); background: var(--production-gold-soft); }
.production-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.production-choice__mark { flex: 0 0 20px; display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid color-mix(in srgb, var(--gold) 48%, var(--line)); border-radius: 50%; }
.production-choice input:checked + .production-choice__mark::after { width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px color-mix(in srgb, var(--gold) 50%, transparent); content: ""; }
.production-choice input:focus-visible + .production-choice__mark { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
.production-choice strong { font-size: .8rem; }
.production-check-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.production-check-grid--categories { grid-template-columns: repeat(3,minmax(0,1fr)); }
.production-check { position: relative; display: flex; align-items: center; gap: .65rem; min-height: 54px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(0,0,0,.2); cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.production-check:has(input:checked) { border-color: var(--gold); background: var(--production-gold-soft); }
.production-check input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.production-check > span { flex: 0 0 19px; display: grid; place-items: center; width: 19px; height: 19px; border: 1px solid color-mix(in srgb, var(--gold) 48%, var(--line)); border-radius: 5px; }
.production-check input:checked + span::after { width: 9px; height: 5px; border-bottom: 2px solid var(--gold-bright); border-left: 2px solid var(--gold-bright); content: ""; transform: translateY(-1px) rotate(-45deg); }
.production-check input:focus-visible + span { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
.production-check strong { font-size: .7rem; line-height: 1.3; }
.production-selection-context { margin-top: 28px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(0,0,0,.2); }
.production-selection-context__head { display: flex; justify-content: space-between; gap: 18px; align-items: start; margin-bottom: 13px; }
.production-selection-context__head h4 { margin: 0 0 .25rem; font-size: .92rem; }
.production-selection-context__head p { margin: 0; color: var(--muted); font-size: .71rem; }
.production-selection-context__head > span { display: grid; place-items: center; min-width: 38px; height: 38px; border: 1px solid color-mix(in srgb, var(--gold) 38%, var(--line)); border-radius: 50%; color: var(--gold-bright); background: var(--production-gold-soft); font-weight: 800; }
.production-selection-empty { margin: 0 0 12px; color: var(--muted); font-size: .72rem; }
.production-selected-profiles { display: grid; gap: 9px; margin: 0 0 13px; padding: 0; list-style: none; }
.production-selected-profile { display: grid; grid-template-columns: 50px 1fr auto auto; align-items: center; gap: 10px; padding: 9px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.018); }
.production-selected-profile img { width: 50px; height: 58px; border-radius: 10px; object-fit: cover; background: rgba(255,255,255,.04); }
.production-selected-profile strong { display: block; font-size: .8rem; }
.production-selected-profile span { color: var(--muted); font-size: .66rem; }
.production-selected-profile button { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 .55rem; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: transparent; cursor: pointer; font: inherit; font-size: .68rem; }
.production-privacy { position: relative; display: flex; align-items: flex-start; gap: .75rem; margin-top: 28px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: rgba(0,0,0,.2); cursor: pointer; }
.production-privacy input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.production-check__box { flex: 0 0 20px; display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid color-mix(in srgb, var(--gold) 48%, var(--line)); border-radius: 5px; }
.production-privacy input:checked + .production-check__box::after { width: 10px; height: 6px; border-bottom: 2px solid var(--gold-bright); border-left: 2px solid var(--gold-bright); content: ""; transform: translateY(-1px) rotate(-45deg); }
.production-privacy input:focus-visible + .production-check__box { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
.production-privacy > span:last-child { color: var(--muted); font-size: .72rem; line-height: 1.5; }
.production-privacy strong { color: var(--text); }
.production-privacy a { color: var(--gold-bright); text-decoration: underline; text-underline-offset: 3px; }
.production-step__actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); }
.production-step__actions .primary-button,
.production-step__actions .secondary-button { min-height: 48px; }
.production-send-notice { margin: 18px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.production-mobile-summary { display: none; margin-top: 26px; }
.production-mobile-summary label { display: block; margin-bottom: 8px; font-size: .78rem; font-weight: 740; }
.production-summary { position: sticky; top: calc(var(--header-height) + 28px); min-width: 0; padding: 25px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(8,11,25,.96), rgba(3,5,14,.93)); box-shadow: 0 30px 80px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.04); }
.production-summary h3 { margin: .55rem 0 .7rem; font-family: var(--font-display); font-size: 1.75rem; line-height: 1; letter-spacing: -.035em; }
.production-summary > p:not(.eyebrow) { margin: 0 0 1rem; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.production-summary__editor { min-height: 510px; resize: vertical; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .67rem; line-height: 1.55; }
.production-summary__actions { display: grid; gap: 9px; margin-top: 14px; }
.production-summary__actions .primary-button,
.production-summary__actions .secondary-button { justify-content: center; min-height: 46px; text-align: center; }
.production-summary__feedback { min-height: 1.2em; margin: 10px 0 0; color: var(--gold-bright); font-size: .7rem; }

.production-deliverables { background: radial-gradient(circle at 12% 20%, color-mix(in srgb, var(--gold) 6%, transparent), transparent 28%); }
.production-deliverables__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.production-deliverables__grid li { position: relative; min-height: 110px; padding: 20px 18px 18px 48px; border: 1px solid var(--line); border-radius: 18px; background: var(--production-panel); font-size: .77rem; line-height: 1.45; }
.production-deliverables__grid li::before { position: absolute; top: 20px; left: 18px; width: 18px; height: 18px; border: 1px solid var(--gold); border-radius: 50%; content: ""; box-shadow: inset 0 0 0 5px rgba(237,196,93,.08), 0 0 14px color-mix(in srgb, var(--gold) 16%, transparent); }

.production-projects__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.production-project-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--production-panel); }
.production-project-card__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #050815; }
.production-project-card__media img { width: 100%; height: 100%; object-fit: cover; }
.production-project-card__media button { position: absolute; inset: 0; display: grid; place-items: center; border: 0; color: var(--text); background: linear-gradient(180deg, transparent, rgba(1,3,10,.55)); cursor: pointer; }
.production-project-card__media button span { display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid var(--gold); border-radius: 50%; background: rgba(1,3,10,.8); }
.production-project-card__body { padding: 20px; }
.production-project-card h3 { margin: 0 0 .5rem; }
.production-project-card p { margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.55; }

.production-faq__layout { display: grid; grid-template-columns: minmax(260px,.55fr) minmax(0,1.15fr); align-items: start; gap: clamp(38px,7vw,110px); }
.production-faq__layout > div:first-child h2 { margin: .55rem 0 1rem; font-family: var(--font-display); font-size: clamp(2.5rem,5vw,5.4rem); line-height: .94; letter-spacing: -.052em; }
.production-faq__layout > div:first-child > p:last-child { color: var(--muted); line-height: 1.68; }
.production-accordion { border-top: 1px solid var(--line); }
.production-accordion article { border-bottom: 1px solid var(--line); }
.production-accordion h3 { margin: 0; }
.production-accordion button { display: grid; grid-template-columns: 1fr 26px; align-items: center; width: 100%; min-height: 72px; padding: 17px 0; border: 0; color: var(--text); background: transparent; text-align: left; font: inherit; font-size: .9rem; font-weight: 760; cursor: pointer; }
.production-accordion button i { position: relative; width: 24px; height: 24px; border: 1px solid color-mix(in srgb, var(--gold) 34%, var(--line)); border-radius: 50%; }
.production-accordion button i::before,
.production-accordion button i::after { position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; content: ""; background: var(--gold); transform: translate(-50%,-50%); }
.production-accordion button i::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s ease; }
.production-accordion button[aria-expanded="true"] i::after { transform: translate(-50%,-50%) rotate(0); }
.production-accordion [role="region"] { padding: 0 42px 22px 0; }
.production-accordion [role="region"] p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.68; }

.production-closing { padding-bottom: clamp(90px,10vw,148px); }
.production-closing__inner { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.52fr); align-items: center; gap: clamp(36px,7vw,100px); padding: clamp(34px,6vw,76px); overflow: hidden; border: 1px solid color-mix(in srgb, var(--gold) 28%, var(--line)); border-radius: 32px; background: radial-gradient(circle at 86% 36%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 28%), var(--production-panel-strong); box-shadow: 0 35px 90px rgba(0,0,0,.32); }
.production-closing__inner::before { position: absolute; inset: 0; pointer-events: none; content: ""; background: linear-gradient(135deg, color-mix(in srgb, var(--gold) 5%, transparent), transparent 38%); }
.production-closing__inner > div { position: relative; z-index: 1; }
.production-closing h2 { max-width: 880px; }
.production-closing p:not(.eyebrow) { max-width: 720px; margin-top: 1.2rem; }
.production-closing__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.production-closing__links { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 20px; }
.production-closing__links a { min-height: 42px; color: var(--gold-bright); font-size: .72rem; text-decoration: underline; text-underline-offset: 4px; }
.production-closing svg { position: relative; z-index: 1; width: 100%; max-height: 420px; fill: none; stroke: color-mix(in srgb, var(--text) 32%, transparent); stroke-width: 1.2; }
.production-closing svg .gold { stroke: var(--gold); }
.production-closing svg .accent { stroke: var(--accent); }
.production-closing svg .violet { stroke: var(--violet); }

.production-quickview,
.production-video-dialog { width: min(920px, calc(100% - 30px)); max-width: none; max-height: calc(100vh - 30px); padding: 0; border: 1px solid var(--line); border-radius: 26px; color: var(--text); background: #050815; box-shadow: 0 40px 120px rgba(0,0,0,.72); }
.production-quickview::backdrop,
.production-video-dialog::backdrop { background: rgba(0,1,7,.82); backdrop-filter: blur(12px); }
.production-quickview__panel { position: relative; display: grid; grid-template-columns: minmax(280px,.75fr) 1fr; gap: 30px; padding: 28px; }
.production-quickview__panel > img { width: 100%; height: 430px; border-radius: 20px; object-fit: cover; background: rgba(255,255,255,.04); }
.production-quickview__panel h2 { margin: .5rem 0; font-family: var(--font-display); font-size: clamp(2.2rem,4vw,4rem); line-height: .95; }
.production-quickview__panel p { color: var(--muted); }
.production-quickview__close { position: absolute; top: 14px; right: 14px; z-index: 2; }
.production-video-dialog__panel { position: relative; padding: 28px; }
.production-video-dialog__panel > button { position: absolute; top: 14px; right: 14px; }
.production-video-dialog h2 { margin: 0 60px 18px 0; }
.production-video-dialog video { display: block; width: 100%; max-height: 72vh; border-radius: 16px; background: #000; }
.production-video-dialog [data-transcript] { margin-top: 18px; color: var(--muted); font-size: .78rem; line-height: 1.65; }

.production-status { position: fixed; right: 22px; bottom: 88px; z-index: 180; max-width: min(360px, calc(100% - 44px)); padding: 12px 15px; border: 1px solid color-mix(in srgb, var(--gold) 34%, var(--line)); border-radius: 14px; color: var(--text); background: rgba(5,8,18,.96); box-shadow: 0 20px 50px rgba(0,0,0,.4); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease; }
.production-status.is-visible { opacity: 1; transform: none; }

.production-section:not(.production-brief) { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s cubic-bezier(.16,1,.3,1); }
.production-section.is-visible { opacity: 1; transform: none; }
.production-brief { opacity: 1; transform: none; }

body[data-motion="off"] *,
body.is-paused * { animation-play-state: paused !important; }
body[data-motion="off"] .production-section,
body[data-motion="off"] .production-frame,
body[data-motion="off"] .production-timeline span { opacity: 1; transform: none; transition: none; animation: none; }

@media (max-width: 1240px) {
  .production-page .page-nav { display: none; }
  .production-page .mobile-menu-toggle { display: inline-grid; }
  .production-hero__inner { grid-template-columns: minmax(0,.95fr) minmax(410px,1.05fr); gap: 38px; }
  .production-type-grid,
  .production-talent-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .production-process__timeline { grid-template-columns: repeat(5,minmax(170px,1fr)); overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x proximity; }
  .production-process__timeline li { scroll-snap-align: start; }
  .production-scope-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 980px) {
  .production-container { width: min(100% - 32px, var(--production-max)); }
  .production-hero { min-height: 0; }
  .production-hero__inner { grid-template-columns: 1fr; }
  .production-breadcrumb { grid-row: 1; }
  .production-hero__copy { grid-row: 2; }
  .production-hero__visual { grid-row: 3; min-height: 620px; max-width: 760px; width: 100%; margin-inline: auto; }
  .production-section__heading { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .production-preproduction__layout { grid-template-columns: 1fr; }
  .production-preproduction__board { min-height: 500px; }
  .production-type-grid,
  .production-talent-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .production-brief__layout { grid-template-columns: 1fr; }
  .production-summary { position: static; }
  .production-summary__editor { min-height: 360px; }
  .production-faq__layout { grid-template-columns: 1fr; }
  .production-closing__inner { grid-template-columns: 1fr; }
  .production-closing svg { max-width: 520px; margin-inline: auto; }
  .production-deliverables__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  .production-container { width: min(100% - 24px, var(--production-max)); }
  .production-page .page-header { width: calc(100% - 18px); }
  .production-page .selection-trigger__label,
  .production-page .header-cta { display: none; }
  .production-hero { padding-top: calc(var(--header-height) + 56px); }
  .production-hero__copy h1 { font-size: clamp(3rem,14vw,5.25rem); }
  .production-hero__actions { align-items: stretch; }
  .production-hero__actions .primary-button,
  .production-hero__actions .secondary-button { flex: 1 1 210px; justify-content: center; }
  .production-hero__visual { min-height: 500px; }
  .production-frame--main { inset: 7% 5% 11% 14%; }
  .production-frame--model { width: 30%; height: 36%; }
  .production-frame--actor { width: 31%; height: 37%; }
  .production-frame--singer { width: 27%; height: 31%; }
  .production-clapper { width: 106px; height: 78px; }
  .production-timeline { width: 64%; }
  .production-section { padding: 68px 0; }
  .production-section__heading h2,
  .production-preproduction__copy h2,
  .production-closing h2 { font-size: clamp(2.4rem,12vw,4.35rem); }
  .production-type-grid,
  .production-talent-grid,
  .production-scope-grid,
  .production-deliverables__grid,
  .production-projects__grid { grid-template-columns: 1fr; }
  .production-type-card { min-height: 270px; }
  .production-preproduction__board { min-height: 470px; padding: 28px; }
  .production-preproduction__board svg { width: 95%; opacity: .72; }
  .production-progress { grid-template-columns: repeat(4, minmax(52px, 1fr)); }
  .production-progress li { min-height: 54px; padding: 9px 8px; }
  .production-progress span { display: none; }
  .production-grid { grid-template-columns: 1fr; }
  .production-field--full { grid-column: auto; }
  .production-choice-grid--three,
  .production-check-grid,
  .production-check-grid--categories { grid-template-columns: 1fr; }
  .production-step { padding: 22px 16px; }
  .production-step__actions { position: sticky; bottom: max(8px, env(safe-area-inset-bottom)); z-index: 6; margin-inline: -8px; padding: 12px 8px; border: 1px solid var(--line); border-radius: 16px; background: rgba(4,7,17,.94); backdrop-filter: blur(15px); }
  .production-step__actions .primary-button,
  .production-step__actions .secondary-button { flex: 1; justify-content: center; }
  .production-mobile-summary { display: block; }
  .production-summary { display: none; }
  .production-selected-profile { grid-template-columns: 46px 1fr auto; }
  .production-selected-profile button[data-quick-view-id] { display: none; }
  .production-faq__layout > div:first-child h2 { font-size: clamp(2.45rem,12vw,4.4rem); }
  .production-closing__inner { padding: 30px 20px; }
  .production-closing__actions { display: grid; }
  .production-closing__actions a { justify-content: center; }
  .production-quickview__panel { grid-template-columns: 1fr; padding: 18px; }
  .production-quickview__panel > img { height: min(48vh, 430px); }
  .production-video-dialog__panel { padding: 18px; }
  .production-status { right: 12px; bottom: calc(82px + env(safe-area-inset-bottom)); max-width: calc(100% - 24px); }
  .whatsapp-fab { bottom: calc(16px + env(safe-area-inset-bottom)); }
}

@media (max-width: 430px) {
  .production-hero__visual { min-height: 430px; }
  .camera-viewfinder { inset: 2% 0 4%; }
  .production-frame--main { inset: 8% 4% 13% 12%; }
  .production-frame--model { left: 0; width: 31%; height: 34%; }
  .production-frame--actor { right: 0; width: 32%; height: 35%; }
  .production-frame--singer { right: 2%; width: 27%; height: 29%; }
  .production-clapper { bottom: 8%; left: 1%; transform: scale(.86) rotate(-6deg); transform-origin: left bottom; }
  .production-timeline { right: 2%; width: 67%; }
  .production-phase-label--one { left: 27%; }
  .production-preproduction__board { min-height: 520px; }
  .production-process__timeline { grid-template-columns: repeat(5,minmax(250px,1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .production-entry { display: none; }
  .production-section,
  .production-frame,
  .production-timeline span,
  .production-type-card,
  .production-talent-card { opacity: 1 !important; transform: none !important; transition-duration: .01ms !important; animation: none !important; }
}
.selection-dialog__continue.is-disabled,
#continueSelection.is-disabled {
  opacity: .48;
  cursor: not-allowed;
}


/* TSM UX 2026 — formulario sin panel de resumen visible */
.production-brief__layout { grid-template-columns:minmax(0,1fr); width:min(100%,1120px); margin-inline:auto; }
.production-summary[hidden], .production-mobile-summary { display:none !important; }
.production-next-step { margin-top:26px; padding:20px 22px; border:1px solid color-mix(in srgb,var(--gold) 28%,var(--line)); border-radius:18px; background:linear-gradient(135deg,color-mix(in srgb,var(--gold) 8%,transparent),rgba(8,12,28,.62)); }
.production-next-step h4 { margin:.35rem 0 .45rem; font-family:var(--font-display); font-size:clamp(1.25rem,2.2vw,1.65rem); letter-spacing:-.025em; }
.production-next-step > p:last-child { margin:0; color:var(--muted); line-height:1.65; }
.production-step__actions--send > a { min-height:48px; justify-content:center; }
@media (max-width:760px) {
  .production-step__actions--send > a, .production-step__actions--send > button { flex:1; min-height:50px; }
}
