/* css/folly.css
   GhostAI Labs — Production Studio (AI Music + Foley) page styles
   Designed for members/folly.php (your “Studio Dashboard” build)
   Keeps global css/styles.css intact.
*/

/* --- Header kicker --- */
.studio-kicker{
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
  color: rgba(255,255,255,0.82);
  margin-bottom: 12px;
}

/* --- Page panel tweak (optional) --- */
.studio-panel{
  padding: 22px;
}

/* --- Top dashboard grid --- */
.studio-top{
  display: grid;
  grid-template-columns: 1.35fr .95fr;
  gap: 16px;
  align-items: start;
}

@media (max-width: 991.98px){
  .studio-top{ grid-template-columns: 1fr; }
  .studio-panel{ padding: 18px; }
}

/* --- Title block --- */
.studio-titleblock{
  min-width: 0;
}

.studio-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}

.studio-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: .76rem;
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  white-space: nowrap;
}

.studio-badge-hot{
  border-color: rgba(255,193,7,0.45);
  background: rgba(255,193,7,0.12);
  color: rgba(255,240,200,0.95);
}

.studio-h2{
  color: #fff;
  font-weight: 900;
  font-size: 1.65rem;
  margin: 0 0 10px 0;
}

.studio-p{
  color: rgba(255,255,255,0.80);
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0 0 14px 0;
}

/* CTA row */
.studio-cta-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

.studio-btn{
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 800;
}

/* --- Status grid on right --- */
.studio-statusgrid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.status-card{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.30);
  padding: 14px;
}

.status-k{
  color: rgba(255,255,255,0.72);
  font-weight: 800;
  font-size: .85rem;
  letter-spacing: .02em;
}

.status-v{
  color: rgba(255,255,255,0.96);
  font-weight: 900;
  font-size: 1.15rem;
  margin-top: 4px;
}

.status-s{
  color: rgba(255,255,255,0.74);
  margin-top: 6px;
  line-height: 1.4;
  font-size: .95rem;
}

/* WIP strip */
.wip-strip{
  border-radius: 16px;
  border: 1px solid rgba(0,123,255,0.28);
  background: rgba(0,123,255,0.10);
  padding: 12px 14px;
}

.wip-strip-title{
  font-weight: 900;
  color: rgba(220,240,255,0.95);
}

.wip-strip-sub{
  margin-top: 4px;
  color: rgba(220,240,255,0.80);
  line-height: 1.4;
}

/* --- Demo grid --- */
.demo-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

@media (max-width: 991.98px){
  .demo-grid{ grid-template-columns: 1fr; }
}

.demo-tile{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.30);
  padding: 14px;
  overflow: hidden;
}

.demo-meta{
  margin-bottom: 10px;
}

.demo-name{
  color: rgba(255,255,255,0.95);
  font-weight: 900;
  font-size: 1.05rem;
}

.demo-sub{
  color: rgba(255,255,255,0.70);
  font-size: .92rem;
  margin-top: 4px;
}

/* YouTube responsive frame */
.yt-frame{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.45);
}

.yt-frame iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Demo actions */
.demo-actions{
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* --- Pipeline grid --- */
.pipe-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 991.98px){
  .pipe-grid{ grid-template-columns: 1fr; }
}

.pipe-card{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.30);
  padding: 14px;
}

.pipe-step{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: rgba(255,255,255,0.95);
  border: 1px solid rgba(0,123,255,0.35);
  background: rgba(0,123,255,0.14);
  flex: 0 0 auto;
}

.pipe-title{
  font-weight: 900;
  color: rgba(255,255,255,0.95);
  font-size: 1.02rem;
}

.pipe-sub{
  margin-top: 4px;
  color: rgba(255,255,255,0.74);
  line-height: 1.45;
  font-size: .95rem;
}

/* --- Feature blocks --- */
.feature-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media (max-width: 991.98px){
  .feature-grid{ grid-template-columns: 1fr; }
}

.feature-card{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.30);
  padding: 14px;
}

.feature-title{
  font-weight: 900;
  color: rgba(255,255,255,0.95);
}

.feature-sub{
  margin-top: 6px;
  color: rgba(255,255,255,0.74);
  line-height: 1.45;
}

/* --- Roadmap --- */
.roadmap{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.road-row{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.30);
  padding: 14px;
}

.road-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-top: 6px;
  flex: 0 0 auto;
}

.road-live{
  background: #28a745;
  box-shadow: 0 0 12px rgba(40,167,69,0.35);
}

.road-wip{
  background: #ffc107;
  box-shadow: 0 0 12px rgba(255,193,7,0.25);
}

.road-title{
  font-weight: 900;
  color: rgba(255,255,255,0.95);
}

.road-sub{
  margin-top: 4px;
  color: rgba(255,255,255,0.74);
  line-height: 1.45;
  font-size: .95rem;
}

.studio-note{
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.72);
  font-size: .95rem;
}

/* --- Small polish --- */
.panel .section-title{
  display: flex;
  align-items: center;
  gap: 10px;
}

.panel .section-title::after{
  content: "";
  display: block;
  height: 1px;
  flex: 1;
  background: rgba(255,255,255,0.10);
  margin-top: 2px;
}
