/* Studio and Insights refinements — August 2026 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.studio-followup[hidden],
.studio-composer[hidden] { display: none; }

.studio-hero {
  padding-top: clamp(70px, 9vw, 112px);
  padding-bottom: clamp(62px, 7vw, 92px);
}

.studio-hero .hero-grid {
  grid-template-columns: minmax(0, 780px);
  justify-content: start;
  align-items: start;
}

.studio-hero h1 {
  max-width: 760px;
  margin: 20px 0 18px;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(38px, 4.6vw, 60px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.052em;
}

.studio-hero .hero-copy { font-size: 17px; }
.studio-planner-section .section-top { margin-bottom: 34px; }

.studio-planner-section .section-top h2 {
  max-width: 760px;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.studio-planner-section .studio-layout {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  margin-top: 0;
}

.studio-planner-section .studio-card { min-height: 0; }
.studio-planner-section .messages {
  min-height: 310px;
  max-height: 680px;
}
.message p { margin: 0; }

.studio-planner-section .composer-actions { justify-content: flex-end; }

.opportunity-label {
  margin-top: 18px;
  color: var(--green);
  font: 500 10px "DM Mono";
  letter-spacing: .12em;
  text-transform: uppercase;
}

.studio-followup {
  display: grid;
  gap: 9px;
  padding: 18px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.studio-followup > label { font-size: 12px; font-weight: 700; }
.studio-followup > div { display: grid; grid-template-columns: 1fr auto; gap: 9px; }

.studio-followup input {
  min-width: 0;
  border: 1px solid var(--line);
  padding: 12px;
  background: #fff;
  color: var(--ink);
  outline: none;
}

.studio-followup input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(40,120,198,.11);
}

.generated-brief {
  display: grid;
  gap: 9px;
  margin: 14px 0 !important;
  padding: 0 !important;
  list-style: none;
}

.generated-brief li {
  display: grid;
  gap: 3px;
  margin: 0 !important;
  padding: 10px 12px;
  background: rgba(255,255,255,.62);
  border-left: 2px solid var(--orange);
}

.generated-brief strong { font-size: 12px; }
.generated-brief span { color: var(--muted); font-size: 12px; }
.brief-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 16px; }

.pilot-card {
  margin-top: 15px;
  padding: 14px 15px;
  border: 1px solid rgba(14,92,101,.22);
  background: rgba(230,243,237,.75);
}

.pilot-card > span {
  display: block;
  margin-bottom: 7px;
  color: var(--green);
  font: 500 10px "DM Mono";
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pilot-card p,
.delivery-path {
  color: var(--ink-2);
  font-size: 12px;
  line-height: 1.6;
}

.delivery-path { margin-top: 14px !important; }

.studio-capabilities {
  padding: 28px;
  background: linear-gradient(155deg, #102f46, #0e5c65 58%, #17745d);
}

.studio-capabilities h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.capability-list {
  display: grid;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.2);
}

.capability-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 9px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: #f3f8f8;
  font-size: 12px;
  line-height: 1.45;
}

.capability-list span {
  color: #ffbd82;
  font: 10px "DM Mono";
  letter-spacing: .06em;
}

.insights-hero {
  min-height: 158px;
  padding: 52px clamp(24px,9vw,140px);
}

.insights-hero::after { display: none; }
.insights-hero-inner { max-width: 1240px; margin: auto; }
.insights-hero + .section { padding-top: clamp(54px, 7vw, 84px); }
.dispatch-capture { display: flex; justify-content: center; }
.dispatch-capture .capture-card { width: min(100%, 660px); }

[data-theme="dark"] .studio-followup { background: #102d42; }
[data-theme="dark"] .studio-followup input { color: #e8f3f6; }
[data-theme="dark"] .generated-brief li { background: rgba(7,29,43,.5); }
[data-theme="dark"] .pilot-card { background: rgba(19,79,74,.35); }

@media (max-width: 940px) {
  .studio-planner-section .studio-layout { grid-template-columns: 1fr; }
  .studio-capabilities { min-height: 0; }
}

@media (max-width: 620px) {
  .studio-hero { padding: 58px 22px; }
  .studio-hero h1 { font-size: 40px; line-height: 1.08; }
  .studio-planner-section .section-top h2 { font-size: 30px; line-height: 1.12; }
  .studio-planner-section .messages { min-height: 270px; max-height: 560px; }
  .studio-followup > div { grid-template-columns: 1fr; }
  .insights-hero { min-height: 116px; padding: 38px 22px; }
}
