.studio-body {
  background: #0f140e;
  min-height: 100vh;
}
.studio-hero {
  padding: clamp(2rem, 6vw, 4rem) clamp(1rem, 4vw, 3rem) 2rem;
  max-width: 820px;
  margin: 0 auto;
}
.studio-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 6vw, 3.4rem);
  margin: 0.4rem 0 0.75rem;
  line-height: 1.1;
}
.studio-hero .lead {
  font-size: 1.15rem;
  color: rgba(243, 239, 230, 0.82);
  max-width: 36ch;
  line-height: 1.45;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.hero-actions input {
  flex: 1;
  min-width: 180px;
  background: #1c2418;
  border: 1px solid rgba(243, 239, 230, 0.14);
  color: #f3efe6;
  padding: 0.65rem 0.75rem;
  font: inherit;
}
button.big {
  padding: 0.65rem 1.1rem;
  font-size: 1rem;
}
.studio-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}
.studio-main h2 {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e8a87c;
}
.room-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.room-card {
  display: block;
  padding: 1rem;
  border: 1px solid rgba(243, 239, 230, 0.14);
  background: #1c2418;
  color: inherit;
  text-decoration: none;
  border-radius: 4px;
}
.room-card:hover { border-color: #c45c26; }
.room-card strong { display: block; margin-bottom: 0.35rem; }
.studio-foot {
  margin-top: 2rem;
  font-size: 0.85rem;
  color: rgba(243, 239, 230, 0.45);
}
.studio-foot a { color: #e8a87c; }

.room-top {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(243, 239, 230, 0.14);
}
.room-top a { color: #e8a87c; text-decoration: none; }
.room-layout {
  display: grid;
  grid-template-columns: minmax(260px, 380px) 1fr;
  gap: 1rem;
  padding: 1rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .room-layout { grid-template-columns: 1fr; }
}
.stage { display: flex; flex-direction: column; align-items: center; gap: 0.6rem; }
.phone.tall {
  width: min(100%, 300px);
  aspect-ratio: 9/16;
}
.phone video, .phone canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.phone canvas.hidden { display: none; }
.tools {
  background: #1c2418;
  border: 1px solid rgba(243, 239, 230, 0.14);
  padding: 1rem;
  border-radius: 4px;
}
.tools h2 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e8a87c;
  margin: 1rem 0 0.5rem;
}
.tools h2:first-child { margin-top: 0; }
.tools label.file { display: grid; gap: 0.25rem; font-size: 0.85rem; color: rgba(243,239,230,0.6); margin-top: 0.5rem; }
.trim-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.85rem;
  width: min(100%, 300px);
}
.trim-row input[type="number"] { width: 4.5rem; }
.word-box {
  max-height: 160px;
  overflow: auto;
  font-size: 0.8rem;
  margin-top: 0.4rem;
  display: grid;
  gap: 0.2rem;
}
#status { min-height: 1.2em; margin-top: 0.5rem; }
