/* SFV MEDIA LTD — Broadcast Studio motif */

*::before, *::after, * { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #121018;
  color: #EFEDF6;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

/* ---------- REVEAL ---------- */
.reveal { opacity: 0; visibility: hidden; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease; }
.reveal.visible { opacity: 1; visibility: visible; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; visibility: visible; transform: none; transition: none; }
}
.no-js .reveal { opacity: 1; visibility: visible; transform: none; }

/* ============ CURTAIN HEAD ============ */
.curtain-head {
  position: relative;
  background: #0C0A12;
  padding: 40px 0 54px;
  overflow: hidden;
}
.curtain-inner { max-width: 1220px; margin: 0 auto; padding: 0 24px; }

.arch-banner {
  position: relative;
  display: flex;
  justify-content: center;
}
.drape-left, .drape-right {
  position: relative;
  background: #0C0A12;
  display: flex;
  align-items: center;
  z-index: 1;
}
.drape-left { padding: 10px 30px 10px 0; }
.drape-right { padding: 10px 0 10px 30px; }
.drape-nav { display: flex; gap: 34px; list-style: none; margin: 0; padding: 0; }
.drape-nav a {
  color: #A9A4BC;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.drape-nav a:hover { color: #EFEDF6; }

.valance {
  position: relative;
  width: 60%;
  text-align: center;
  border-top: 6px solid #8B6FC9;
  background: #8B6FC9;
  clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%);
  padding: 46px 40px 60px;
}
.brand-brand {
  margin: 0;
  font-size: 24px;
  letter-spacing: 0.3em;
  color: #EFEDF6;
  text-transform: uppercase;
  font-family: Verdana, Tahoma, sans-serif;
}
.valance .trim-line {
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  background: #5FB4C9;
}

/* ============ PREMIERE SPLIT HERO ============ */
.premiere-split {
  position: relative;
  background: #121018;
  padding: 84px 0 96px;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
.premiere-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 48px;
  align-items: center;
  width: 100%;
}
.premiere-left { flex: 0 0 55%; }
.manifest-line {
  display: block;
  margin: 0;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: 0.01em;
  font-family: Verdana, Tahoma, sans-serif;
  font-weight: 700;
}
.manifest-line .signal { color: #8B6FC9; }
.manifest-sub { margin: 26px 0 0; font-size: 18px; color: #A9A4BC; max-width: 620px; }
.cta-row { margin-top: 34px; display: flex; gap: 16px; flex-wrap: wrap; }
.btn {
  display: inline-block;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 28px;
  border-radius: 3px;
  border: 2px solid transparent;
}
.btn-solid { background: #8B6FC9; color: #EFEDF6; }
.btn-solid:hover { background: #9C82D6; }
.btn-cyan { border-color: #5FB4C9; color: #5FB4C9; }
.btn-cyan:hover { background: #5FB4C9; color: #121018; }

.premiere-right { flex: 0 0 45%; position: relative; }
.triptych { position: relative; display: flex; flex-direction: column; gap: 14px; }
.screen {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
}
.screen.outer {
  background: #0C0A12;
  border: 1px solid #2A2538;
  display: flex;
  align-items: center;
  justify-content: center;
}
.screen.outer .reel-num { color: #A9A4BC; font-size: 13px; letter-spacing: 0.3em; font-family: Verdana, Tahoma, sans-serif; }
.screen.middle {
  background: #1B1826;
  border: 1px solid #2A2538;
}
.wave-scene {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.w-form { width: 40%; height: 46%; background: #8B6FC9; border-radius: 3px; }
.w-cyan { width: 22%; height: 62%; background: #5FB4C9; border-radius: 3px; }
.w-gas { width: 24%; height: 30%; border: 3px solid #5FB4C9; border-radius: 3px; }
.perf-strip {
  position: absolute;
  right: -18px;
  top: 0;
  bottom: 0;
  width: 14px;
  background: #0C0A12;
  border-left: 1px solid #2A2538;
}
.perf-strip::after {
  content: "";
  position: absolute;
  inset: 2px 4px;
  background: repeating-linear-gradient(to bottom, #5FB4C9 0, #5FB4C9 7px, #121018 7px, #121018 17px);
}

/* ============ STUDIO STORY ============ */
.studio-story { background: #0C0A12; padding: 84px 0; border-top: 1px solid #2A2538; border-bottom: 1px solid #2A2538; }
.story-col { max-width: 820px; }
.section-h2.intro { font-size: 22px; font-weight: 400; color: #A9A4BC; line-height: 1.6; font-family: Georgia, serif; margin-bottom: 26px; }
.story-par { color: #A9A4BC; font-size: 18px; margin: 0 0 20px; }
.process-title { margin-top: 70px; }

/* ============ CONTACT SHEET ============ */
.contactsheet {
  position: relative;
  background: #121018;
  padding: 96px 0;
}
.section-title {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 13px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #5FB4C9;
}
.section-h2 {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 36px;
  color: #EFEDF6;
  margin: 10px 0 12px;
}
.section-lead { color: #A9A4BC; max-width: 720px; margin: 0 0 44px; font-size: 18px; }
.wrap { max-width: 1220px; margin: 0 auto; padding: 0 24px; }

.frame-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #1B1826;
  box-shadow: 0 0 0 1px #2A2538;
}
.frame {
  padding: 30px 28px;
  border-right: 1px solid #2A2538;
  border-bottom: 1px solid #2A2538;
  background: #1B1826;
  position: relative;
}
.frame:nth-child(4n) { border-right: none; }
.frame-number {
  font-family: Verdana, Tahoma, sans-serif;
  color: #A9A4BC;
  font-size: 12px;
  letter-spacing: 0.2em;
}
.frame-name {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 19px;
  color: #EFEDF6;
  margin: 14px 0 0;
  font-weight: 700;
}
.frame-block {
  width: 100%;
  height: 26px;
  margin-top: 20px;
  border-radius: 2px;
}
.color-violet { background: #8B6FC9; }
.color-cyan { background: #5FB4C9; }
.color-gold { background: #C9A24B; }
.frame.featured {
  grid-column: span 2;
  background: #0C0A12;
  border: none;
  box-shadow: none;
  outline: none;
}
.frame-desc { color: #A9A4BC; font-size: 15px; margin-top: 8px; max-width: 400px; }

.slate-strip {
  margin-top: 40px;
  background: #1B1826;
  box-shadow: 0 0 0 1px #2A2538;
  border-left: 12px solid #8B6FC9;
  padding: 34px 36px;
  display: flex;
  gap: 52px;
  flex-wrap: wrap;
  align-items: center;
}
.slate-field { min-width: 150px; }
.slate-label {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #A9A4BC;
}
.slate-value {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #EFEDF6;
  margin-top: 6px;
}
.slate-value .cyan { color: #5FB4C9; }

/* ============ ON AIR STRIP ============ */
.onair {
  background: #8B6FC9;
  padding: 52px 0;
  position: relative;
}
.onair-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.lamp-block {
  display: inline-block;
  background: #121018;
  color: #8B6FC9;
  font-family: Verdana, Tahoma, sans-serif;
  font-weight: 800;
  letter-spacing: 0.28em;
  padding: 16px 22px;
  font-size: 15px;
  white-space: nowrap;
  border-radius: 3px;
}
.onair-text { font-family: Georgia, serif; font-size: 19px; color: #EFEDF6; margin: 0; }
.onair-text strong { color: #121018; }

/* ============ END REEL CREDITS ============ */
.endcredits {
  position: relative;
  background: #0C0A12;
  padding: 80px 0 0;
  overflow: hidden;
}
.credits-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.credits-line {
  font-family: Verdana, Tahoma, sans-serif;
  color: #EFEDF6;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
}
.credits-company { font-size: 15px; font-weight: 700; }
.credits-contact { color: #C9A24B; font-size: 14px; letter-spacing: 0.14em; margin-top: 14px; }
.credits-address { color: #A9A4BC; font-size: 15px; margin-top: 14px; letter-spacing: 0.04em; text-transform: none; }
.credits-links {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.credits-links a { color: #5FB4C9; font-size: 14px; letter-spacing: 0.06em; }
.credits-links a:hover { color: #EFEDF6; }
.perf-band {
  height: 26px;
  margin-top: 54px;
  background: repeating-linear-gradient(90deg, #5FB4C9 0, #5FB4C9 9px, #0C0A12 9px, #0C0A12 22px);
}
.copyright {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #A9A4BC;
  font-size: 13px;
  padding: 22px 20px;
  letter-spacing: 0.05em;
}
.end-mark {
  position: absolute;
  bottom: -120px;
  right: -40px;
  color: #1B1826;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 220px;
  font-weight: 800;
  line-height: 1;
  visibility: hidden;
  user-select: none;
}

/* ============ HERO DETAIL BAND for secondary pages ============ */
.page-title-strip {
  position: relative;
  background: #121018;
  padding: 60px 0;
  border-bottom: 1px solid #2A2538;
}
.page-title-strip h1 {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 44px;
  color: #EFEDF6;
  font-weight: 700;
  margin: 0;
}
.page-title-strip p { color: #A9A4BC; max-width: 680px; margin-top: 12px; font-size: 18px; }

/* ============ SERVICES PAGE ============ */
.services-panels { background: #121018; padding: 84px 0; }
.service-panel {
  display: flex;
  gap: 34px;
  padding: 34px 0;
  border-bottom: 1px solid #2A2538;
  align-items: flex-start;
}
.service-panel:last-child { border-bottom: none; }
.srv-idx {
  flex: 0 0 120px;
  font-family: Verdana, Tahoma, sans-serif;
  color: #A9A4BC;
  letter-spacing: 0.2em;
  font-size: 13px;
}
.srv-body { flex: 1; }
.srv-body h3 {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 25px;
  color: #8B6FC9;
  font-weight: 700;
  margin: 0 0 12px;
}
.srv-body p { color: #A9A4BC; margin: 0 0 12px; }
.srv-chip {
  display: inline-block;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #EFEDF6;
  background: #1B1826;
  border: 1px solid #2A2538;
  padding: 6px 14px;
  border-radius: 3px;
  margin: 0 8px 8px 0;
}
.process-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.process-list li {
  background: #1B1826;
  box-shadow: 0 0 0 1px #2A2538;
  padding: 26px;
}
.process-step {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #5FB4C9;
  text-transform: uppercase;
}
.process-list h4 { font-family: Verdana, Tahoma, sans-serif; font-size: 18px; color: #EFEDF6; margin: 10px 0 6px; }
.process-list p { color: #A9A4BC; margin: 0; font-size: 15px; }

/* ============ CONTACT PAGE ============ */
.contact-layout { background: #121018; padding: 84px 0; }
.contact-grid { display: flex; gap: 60px; flex-wrap: wrap; }
.contact-form-col { flex: 1 1 480px; }
.contact-side { flex: 0 1 360px; position: relative; }
.contact-form-col h2, .contact-side h2 { font-family: Verdana, Tahoma, sans-serif; color: #EFEDF6; font-size: 24px; margin: 0 0 22px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-family: Verdana, Tahoma, sans-serif; font-size: 13px; color: #A9A4BC; margin-bottom: 6px; letter-spacing: 0.06em; }
.field input, .field textarea {
  width: 100%;
  background: #1B1826;
  border: 1px solid #2A2538;
  color: #EFEDF6;
  font-family: Georgia, serif;
  font-size: 16px;
  padding: 13px;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: #8B6FC9; }
.form-status { font-family: Verdana, Tahoma, sans-serif; font-size: 14px; margin-top: 14px; color: #5FB4C9; min-height: 22px; }
.info-card {
  background: #1B1826;
  box-shadow: 0 0 0 1px #2A2538;
  border-left: 10px solid #C9A24B;
  padding: 26px;
  margin-bottom: 24px;
}
.info-card h3 { font-family: Verdana, Tahoma, sans-serif; font-size: 17px; color: #EFEDF6; margin: 0 0 8px; text-transform: uppercase; letter-spacing: 0.06em; }
.info-card p { color: #A9A4BC; margin: 0; font-size: 16px; }
.answer-list { list-style: none; margin: 0; padding: 0; }
.answer-item { background: #1B1826; box-shadow: 0 0 0 1px #2A2538; margin-bottom: 14px; padding: 20px 22px; }
.answer-q { font-family: Verdana, Tahoma, sans-serif; font-weight: 700; color: #8B6FC9; font-size: 16px; cursor: pointer; }
.answer-a { color: #A9A4BC; margin: 12px 0 0; display: none; }
.answer-item.open .answer-a { display: block; }

/* ============ FOOTER shared (used on all pages) ============ */

@media (max-width: 900px) {
  .arch-banner { flex-direction: column; gap: 12px; }
  .drape-left, .drape-right { padding: 0; justify-content: center; width: 100%; }
  .valance { width: 100%; }
  .premiere-wrap { flex-direction: column; }
  .premiere-left, .premiere-right { flex: 1 1 100%; }
  .manifest-line { font-size: 38px; }
  .frame-grid { grid-template-columns: repeat(2, 1fr); }
  .frame.featured { grid-column: span 1; }
  .frame:nth-child(2n) { border-right: none; }
  .frame:nth-child(4n) { border-right: none; }
  .onair-inner { flex-direction: column; align-items: flex-start; }
  .service-panel { flex-direction: column; gap: 10px; }
  .process-list { grid-template-columns: 1fr; }
  .drape-nav { gap: 20px; flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 560px) {
  .frame-grid { grid-template-columns: 1fr; }
  .frame { border-right: none; }
  .credits-links { gap: 16px; }
}
