/*
 * Directed Edit Suite
 * Donor-led visual layer for the public HeyGen landing page.
 * This file intentionally sits after the legacy stylesheet so the redesign
 * remains isolated, readable and reversible.
 */

:root {
  --paper: #f3f4f2;
  --paper-bright: #fbfbf8;
  --paper-2: #dde1e5;
  --ink: #0b0d11;
  --muted: #374052;
  --line: rgba(11, 13, 17, 0.16);
  --dark-line: rgba(255, 255, 255, 0.15);
  --blue: #3157f2;
  --blue-hover: #2348dd;
  --blue-wash: #e2e7ff;
  --panel-dark: #12141a;
  --white: #fbfbf9;
  --radius: 14px;
  --container: 1400px;
  --gutter: clamp(22px, 5vw, 72px);
  --section: clamp(78px, 7.4vw, 112px);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-stage: 0 28px 72px rgba(19, 25, 43, 0.18);
}

body[data-design="directed-edit-suite"] {
  color: var(--ink);
  background: var(--paper);
}

body[data-design="directed-edit-suite"] h1,
body[data-design="directed-edit-suite"] h2 {
  max-width: 16ch;
  color: var(--ink);
  font-weight: 720;
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-wrap: balance;
}

body[data-design="directed-edit-suite"] h1 {
  font-size: clamp(54px, 5vw, 78px);
}

body[data-design="directed-edit-suite"] h1 span {
  color: var(--blue);
}

body[data-design="directed-edit-suite"] h2 {
  font-size: clamp(43px, 4.4vw, 66px);
}

body[data-design="directed-edit-suite"] p,
body[data-design="directed-edit-suite"] .section-lede {
  color: var(--muted);
}

body[data-design="directed-edit-suite"] .section-pad {
  padding-block: var(--section);
}

body[data-design="directed-edit-suite"] .section-pad + .section-pad {
  border-top-color: rgba(11, 13, 17, 0.09);
}

/* Navigation and controls */

body[data-design="directed-edit-suite"] .site-header {
  background: rgba(243, 244, 242, 0.92);
  border-bottom-color: rgba(11, 13, 17, 0.1);
  backdrop-filter: blur(18px) saturate(140%);
}

body[data-design="directed-edit-suite"] .header-inner {
  height: 72px;
}

body[data-design="directed-edit-suite"] .main-nav a,
body[data-design="directed-edit-suite"] .login-link {
  font-size: 13px;
  font-weight: 650;
}

body[data-design="directed-edit-suite"] .button {
  min-height: 48px;
  padding-inline: 18px;
  gap: 18px;
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(33, 64, 183, 0.2);
  font-size: 13px;
  font-weight: 700;
}

body[data-design="directed-edit-suite"] .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(33, 64, 183, 0.25);
}

body[data-design="directed-edit-suite"] .button:active {
  transform: translateY(0) scale(0.985);
}

body[data-design="directed-edit-suite"] .button--small {
  min-height: 44px;
  padding-inline: 15px;
  font-size: 12px;
}

body[data-design="directed-edit-suite"] .button--quiet {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: none;
}

body[data-design="directed-edit-suite"] .button--quiet:hover {
  background: var(--blue);
  border-color: var(--blue);
}

/* Hero: offer and actual work surface share the first viewport. */

body[data-design="directed-edit-suite"] .hero {
  padding-block: clamp(48px, 5vw, 68px) 54px;
  background: radial-gradient(circle at 68% 8%, rgba(49, 87, 242, 0.07), transparent 28%), var(--paper);
}

body[data-design="directed-edit-suite"] .hero-grid {
  grid-template-columns: minmax(420px, 0.82fr) minmax(650px, 1.18fr);
  align-items: center;
  gap: clamp(44px, 5vw, 78px);
}

body[data-design="directed-edit-suite"] .hero-copy {
  padding-block-end: 10px;
}

body[data-design="directed-edit-suite"] .hero-copy h1 {
  max-width: 9ch;
}

body[data-design="directed-edit-suite"] .hero-copy .lede {
  max-width: 500px;
  margin-block-start: 26px;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.52;
}

body[data-design="directed-edit-suite"] .hero-copy .action-row {
  margin-block-start: 28px;
}

body[data-design="directed-edit-suite"] .studio--hero {
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-stage);
}

body[data-design="directed-edit-suite"] .studio-topbar,
body[data-design="directed-edit-suite"] .render-line {
  background: #0c0e13;
}

body[data-design="directed-edit-suite"] .proof-strip {
  margin-block-start: 42px;
  padding: 24px 0 0;
  grid-template-columns: minmax(190px, 0.8fr) minmax(0, 3.2fr);
  gap: clamp(26px, 4vw, 58px);
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

body[data-design="directed-edit-suite"] .proof-strip > p {
  min-height: 46px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
}

body[data-design="directed-edit-suite"] .proof-strip > p::before {
  width: 28px;
  height: 2px;
}

body[data-design="directed-edit-suite"] .proof-logos > span {
  min-height: 46px;
  border: 0;
  opacity: 0.55;
}

/* Video Agent: one wide production desk, no repeated card composition. */

body[data-design="directed-edit-suite"] .agent {
  background: #e6e8e6;
}

body[data-design="directed-edit-suite"] .agent-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 44px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-design="directed-edit-suite"] .agent-intro {
  min-height: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(360px, 1.05fr) auto;
  align-items: end;
  gap: clamp(30px, 5vw, 72px);
  color: var(--ink);
  border: 0;
  background: transparent;
}

body[data-design="directed-edit-suite"] .agent-intro h2 {
  max-width: 12ch;
  color: var(--ink);
  font-size: clamp(44px, 4.4vw, 64px);
}

body[data-design="directed-edit-suite"] .agent-intro > p {
  max-width: 52ch;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

body[data-design="directed-edit-suite"] .agent-intro .button {
  margin: 0;
}

body[data-design="directed-edit-suite"] .agent-workspace {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow-stage);
}

body[data-design="directed-edit-suite"] .agent-prompt {
  grid-template-columns: 130px minmax(0, 1fr);
  padding: 28px 34px;
}

body[data-design="directed-edit-suite"] .agent-production {
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
}

/* Avatar: an editorial portrait with a purposeful overlap. */

body[data-design="directed-edit-suite"] .avatar {
  background: #dfe4ee;
}

body[data-design="directed-edit-suite"] .avatar-grid {
  position: relative;
  min-height: 670px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: 0;
}

body[data-design="directed-edit-suite"] .avatar-stage {
  grid-column: 4 / -1;
  grid-row: 1;
  border: 0;
  box-shadow: var(--shadow-stage);
}

body[data-design="directed-edit-suite"] .avatar-stage img {
  height: 590px;
  object-position: 44% center;
}

body[data-design="directed-edit-suite"] .avatar-copy {
  z-index: 2;
  grid-column: 1 / 6;
  grid-row: 1;
  margin-block-end: 52px;
  padding: clamp(38px, 4vw, 56px);
  border-radius: var(--radius);
  background: var(--paper-bright);
  box-shadow: 0 26px 68px rgba(24, 31, 48, 0.17);
}

body[data-design="directed-edit-suite"] .avatar-copy h2 {
  max-width: 11ch;
  font-size: clamp(43px, 4.1vw, 60px);
}

body[data-design="directed-edit-suite"] .avatar-copy .section-lede {
  max-width: 42ch;
}

body[data-design="directed-edit-suite"] .feature-list {
  margin-block-start: 34px;
}

body[data-design="directed-edit-suite"] .feature-list span {
  color: var(--ink);
  font-size: 12px;
  line-height: 1.35;
}

body[data-design="directed-edit-suite"] .director-bar {
  min-height: 58px;
}

body[data-design="directed-edit-suite"] .director-labels {
  padding-block-end: 12px;
  color: #d7ddfa;
}

/* Translation: the interface is the graphic, not another card. */

body[data-design="directed-edit-suite"] .translation {
  background: var(--paper-bright);
}

body[data-design="directed-edit-suite"] .translation-heading {
  max-width: 900px;
}

body[data-design="directed-edit-suite"] .translation-heading h2 {
  max-width: 14ch;
}

body[data-design="directed-edit-suite"] .translation-heading .section-lede {
  max-width: 58ch;
  margin-block-start: 20px;
  font-size: 17px;
}

body[data-design="directed-edit-suite"] .translate-console {
  margin-block-start: 42px;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

body[data-design="directed-edit-suite"] .language-tabs {
  padding: 16px 2px;
}

body[data-design="directed-edit-suite"] .wave-row {
  margin-block: 0;
  padding: 26px 22px;
  background: var(--blue-wash);
  border-radius: 0;
}

body[data-design="directed-edit-suite"] .phonemes {
  padding-block: 14px 22px;
}

body[data-design="directed-edit-suite"] .translation-lines {
  margin-block-start: 0;
}

body[data-design="directed-edit-suite"] .translation-lines > div {
  min-height: 62px;
}

body[data-design="directed-edit-suite"] .console-action {
  margin-block: 24px;
}

/* Scenarios: deliberate triptych with one leading image. */

body[data-design="directed-edit-suite"] .teams {
  padding-block-end: var(--section);
  background: #e8eae8;
}

body[data-design="directed-edit-suite"] .section-heading--wide {
  max-width: 880px;
}

body[data-design="directed-edit-suite"] .section-heading--wide h2 {
  max-width: 12ch;
}

body[data-design="directed-edit-suite"] .usecases {
  grid-template-columns: minmax(0, 1.38fr) minmax(290px, 0.62fr);
  grid-template-rows: repeat(2, minmax(260px, 1fr));
  gap: 14px;
  margin-block-start: 44px;
}

body[data-design="directed-edit-suite"] .usecase {
  min-height: 0;
  border: 0;
  border-radius: var(--radius);
}

body[data-design="directed-edit-suite"] .usecase:first-child {
  grid-row: 1 / 3;
  min-height: 640px;
}

body[data-design="directed-edit-suite"] .usecase:nth-child(2),
body[data-design="directed-edit-suite"] .usecase:nth-child(3) {
  min-height: 312px;
}

body[data-design="directed-edit-suite"] .usecase:first-child b {
  font-size: clamp(34px, 3.2vw, 46px);
}

/* Publishing: a cinematic editing surface with asymmetrical lead-in. */

body[data-design="directed-edit-suite"] .publish {
  background: var(--paper);
}

body[data-design="directed-edit-suite"] .publish-copy {
  margin-inline-start: clamp(48px, 9vw, 132px);
}

body[data-design="directed-edit-suite"] .publish-copy h2 {
  max-width: 11ch;
}

body[data-design="directed-edit-suite"] .publish-workspace {
  width: min(92%, 1140px);
  margin-inline: auto 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-stage);
}

/* Governance: a compact evidence ledger. */

body[data-design="directed-edit-suite"] .trust {
  background: #e6e8e6;
}

body[data-design="directed-edit-suite"] .trust-grid {
  grid-template-columns: minmax(310px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(52px, 7vw, 104px);
}

body[data-design="directed-edit-suite"] .trust-head {
  position: sticky;
  inset-block-start: 104px;
}

body[data-design="directed-edit-suite"] .trust-head h2 {
  max-width: 10ch;
}

body[data-design="directed-edit-suite"] .enterprise {
  margin-block: 34px 26px;
}

body[data-design="directed-edit-suite"] .trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 36px;
  margin: 0;
  border-top: 1px solid var(--line);
}

body[data-design="directed-edit-suite"] .trust-list > div {
  min-height: 170px;
  padding-block: 30px;
  border-top: 0;
  border-bottom: 1px solid var(--line);
}

body[data-design="directed-edit-suite"] .trust-list small {
  color: var(--muted);
  line-height: 1.5;
}

/* Human proof: one image, one statement, no testimonial card grid. */

body[data-design="directed-edit-suite"] .testimonial {
  background: var(--paper-bright);
}

body[data-design="directed-edit-suite"] .testimonial-grid {
  position: relative;
  min-height: 620px;
  display: block;
}

body[data-design="directed-edit-suite"] .testimonial-image {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: var(--radius);
}

body[data-design="directed-edit-suite"] .quote {
  position: absolute;
  z-index: 2;
  inset: auto auto 42px 42px;
  width: min(500px, calc(100% - 84px));
  padding: clamp(30px, 3.2vw, 46px);
  border-radius: var(--radius);
  background: rgba(251, 251, 248, 0.96);
  box-shadow: 0 24px 60px rgba(24, 31, 48, 0.17);
}

body[data-design="directed-edit-suite"] .quote blockquote {
  max-width: 12ch;
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(34px, 3.5vw, 50px);
  line-height: 1.04;
}

/* FAQ: editorial index with answers closed by default. */

body[data-design="directed-edit-suite"] .faq {
  background: #e8eae8;
}

body[data-design="directed-edit-suite"] .faq .container {
  width: min(calc(100% - var(--gutter) * 2), 1180px);
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  align-items: start;
  gap: clamp(50px, 8vw, 120px);
}

body[data-design="directed-edit-suite"] .faq-head {
  position: sticky;
  inset-block-start: 104px;
  margin: 0;
}

body[data-design="directed-edit-suite"] .faq-head h2 {
  max-width: 10ch;
}

body[data-design="directed-edit-suite"] .faq-list {
  border-top: 1px solid var(--line);
}

body[data-design="directed-edit-suite"] .faq-list details {
  border-bottom: 1px solid var(--line);
}

body[data-design="directed-edit-suite"] .faq-list summary {
  min-height: 78px;
  padding-block: 18px;
  color: var(--ink);
  font-size: 17px;
}

body[data-design="directed-edit-suite"] .faq-answer > p {
  max-width: 62ch;
  padding: 0 48px 24px 0;
  color: var(--muted);
}

/* Final render dock: one compact close rather than another oversized hero. */

body[data-design="directed-edit-suite"] .final-cta {
  padding-block: clamp(66px, 6vw, 88px);
  background: var(--paper);
}

body[data-design="directed-edit-suite"] .final-grid {
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1.38fr);
  gap: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--panel-dark);
  box-shadow: var(--shadow-stage);
}

body[data-design="directed-edit-suite"] .final-copy {
  max-width: none;
  padding: clamp(42px, 4.6vw, 68px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: var(--white);
  background: var(--blue);
}

body[data-design="directed-edit-suite"] .final-copy h2 {
  max-width: 9ch;
  color: var(--white);
  font-size: clamp(42px, 4vw, 58px);
}

body[data-design="directed-edit-suite"] .final-copy .section-lede {
  max-width: 32ch;
  color: #f3f5ff;
}

body[data-design="directed-edit-suite"] .final-copy .button {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
  box-shadow: 0 12px 28px rgba(15, 25, 72, 0.22);
}

body[data-design="directed-edit-suite"] .final-studio {
  min-height: 510px;
  border-radius: 0;
  box-shadow: none;
}

body[data-design="directed-edit-suite"] .site-footer {
  background: #0b0c10;
}

body[data-design="directed-edit-suite"] .site-footer p {
  color: #aeb7cc;
}

body[data-design="directed-edit-suite"] .script-panel p,
body[data-design="directed-edit-suite"] .agent-prompt p,
body[data-design="directed-edit-suite"] .agent-script > p,
body[data-design="directed-edit-suite"] .final-sidebar p {
  color: #d8def2;
}

/* One authored movement: work surfaces reveal with a controlled mask. */

@media (prefers-reduced-motion: no-preference) {
  body[data-design="directed-edit-suite"] .studio--hero.reveal,
  body[data-design="directed-edit-suite"] .agent-workspace.reveal,
  body[data-design="directed-edit-suite"] .publish-workspace.reveal,
  body[data-design="directed-edit-suite"] .final-studio.reveal {
    clip-path: inset(0 0 9% 0 round var(--radius));
    transform: translateY(22px);
    opacity: 0.72;
    transition:
      clip-path 0.9s var(--ease),
      transform 0.8s var(--ease),
      opacity 0.65s var(--ease);
  }

  body[data-design="directed-edit-suite"] .studio--hero.reveal.is-visible,
  body[data-design="directed-edit-suite"] .agent-workspace.reveal.is-visible,
  body[data-design="directed-edit-suite"] .publish-workspace.reveal.is-visible,
  body[data-design="directed-edit-suite"] .final-studio.reveal.is-visible {
    clip-path: inset(0 0 0 0 round var(--radius));
    transform: none;
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  body[data-design="directed-edit-suite"] .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-design="directed-edit-suite"] .hero-copy {
    max-width: 780px;
  }

  body[data-design="directed-edit-suite"] .hero-copy h1 {
    max-width: 11ch;
  }

  body[data-design="directed-edit-suite"] .agent-intro {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  body[data-design="directed-edit-suite"] .agent-intro .button {
    grid-column: 1 / -1;
  }

  body[data-design="directed-edit-suite"] .avatar-grid {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  body[data-design="directed-edit-suite"] .avatar-copy,
  body[data-design="directed-edit-suite"] .avatar-stage {
    grid-column: 1;
    grid-row: auto;
  }

  body[data-design="directed-edit-suite"] .avatar-copy {
    width: min(100%, 780px);
    margin: 0;
  }

  body[data-design="directed-edit-suite"] .trust-grid {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  }
}

@media (max-width: 900px) {
  body[data-design="directed-edit-suite"] .agent-intro,
  body[data-design="directed-edit-suite"] .trust-grid,
  body[data-design="directed-edit-suite"] .faq .container,
  body[data-design="directed-edit-suite"] .final-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-design="directed-edit-suite"] .agent-intro {
    align-items: start;
  }

  body[data-design="directed-edit-suite"] .agent-intro .button {
    grid-column: auto;
  }

  body[data-design="directed-edit-suite"] .trust-head,
  body[data-design="directed-edit-suite"] .faq-head {
    position: static;
  }

  body[data-design="directed-edit-suite"] .faq .container {
    gap: 32px;
  }

  body[data-design="directed-edit-suite"] .faq-head h2 {
    max-width: 14ch;
  }

  body[data-design="directed-edit-suite"] .final-copy {
    padding: 40px;
  }
}

@media (max-width: 760px) {
  :root {
    --gutter: 18px;
    --section: 62px;
    --radius: 12px;
  }

  body[data-design="directed-edit-suite"] .header-inner {
    height: 64px;
  }

  body[data-design="directed-edit-suite"] h1 {
    font-size: clamp(39px, 11.2vw, 48px);
    line-height: 0.99;
  }

  body[data-design="directed-edit-suite"] h2,
  body[data-design="directed-edit-suite"] .agent-intro h2,
  body[data-design="directed-edit-suite"] .avatar-copy h2,
  body[data-design="directed-edit-suite"] .final-copy h2 {
    font-size: clamp(32px, 9.2vw, 40px);
    line-height: 1.02;
  }

  body[data-design="directed-edit-suite"] .button,
  body[data-design="directed-edit-suite"] .button--small {
    width: max-content;
    min-height: 44px;
    padding-inline: 14px;
    gap: 12px;
    font-size: 12px;
  }

  body[data-design="directed-edit-suite"] .hero {
    padding-block: 34px 46px;
  }

  body[data-design="directed-edit-suite"] .hero-grid {
    gap: 34px;
  }

  body[data-design="directed-edit-suite"] .hero-copy .lede {
    margin-block-start: 20px;
    font-size: 16px;
  }

  body[data-design="directed-edit-suite"] .proof-strip {
    margin-block-start: 34px;
    padding-block-start: 18px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body[data-design="directed-edit-suite"] .proof-strip > p {
    min-height: 0;
  }

  body[data-design="directed-edit-suite"] .proof-logos {
    gap: 8px 16px;
  }

  body[data-design="directed-edit-suite"] .agent-layout {
    gap: 30px;
  }

  body[data-design="directed-edit-suite"] .agent-intro {
    gap: 20px;
  }

  body[data-design="directed-edit-suite"] .agent-intro > p {
    font-size: 16px;
  }

  body[data-design="directed-edit-suite"] .agent-prompt {
    grid-template-columns: 1fr;
    padding: 20px 18px;
  }

  body[data-design="directed-edit-suite"] .agent-production {
    grid-template-columns: 1fr;
  }

  body[data-design="directed-edit-suite"] .avatar-copy {
    padding: 28px;
  }

  body[data-design="directed-edit-suite"] .avatar-stage img {
    height: auto;
    aspect-ratio: 16 / 10;
    object-position: center;
  }

  body[data-design="directed-edit-suite"] .feature-list {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-block-start: 28px;
  }

  body[data-design="directed-edit-suite"] .translate-console {
    margin-block-start: 28px;
  }

  body[data-design="directed-edit-suite"] .language-tabs {
    overflow-x: auto;
  }

  body[data-design="directed-edit-suite"] .wave-row {
    padding-inline: 12px;
  }

  body[data-design="directed-edit-suite"] .usecases {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    gap: 12px;
  }

  body[data-design="directed-edit-suite"] .usecase:first-child,
  body[data-design="directed-edit-suite"] .usecase:nth-child(2),
  body[data-design="directed-edit-suite"] .usecase:nth-child(3) {
    grid-row: auto;
    min-height: 340px;
  }

  body[data-design="directed-edit-suite"] .publish-copy {
    margin-inline-start: 0;
  }

  body[data-design="directed-edit-suite"] .publish-workspace {
    width: 100%;
  }

  body[data-design="directed-edit-suite"] .trust-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body[data-design="directed-edit-suite"] .trust-list > div {
    min-height: 0;
  }

  body[data-design="directed-edit-suite"] .testimonial-grid {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  body[data-design="directed-edit-suite"] .testimonial-image {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  body[data-design="directed-edit-suite"] .quote {
    position: static;
    order: 2;
    width: 100%;
    padding: 28px;
    box-shadow: none;
  }

  body[data-design="directed-edit-suite"] .quote blockquote {
    max-width: 13ch;
    font-size: clamp(29px, 8.2vw, 36px);
  }

  body[data-design="directed-edit-suite"] .faq-list summary {
    min-height: 66px;
    font-size: 16px;
  }

  body[data-design="directed-edit-suite"] .faq-answer > p {
    padding-inline-end: 34px;
    font-size: 15px;
  }

  body[data-design="directed-edit-suite"] .final-copy {
    padding: 30px;
    border-radius: var(--radius) var(--radius) 0 0;
  }

  body[data-design="directed-edit-suite"] .final-studio {
    min-height: 0;
  }
}

@media (max-width: 390px) {
  body[data-design="directed-edit-suite"] .wordmark {
    width: 100px;
  }

  body[data-design="directed-edit-suite"] .button--small span {
    font-size: 0;
  }

  body[data-design="directed-edit-suite"] .button--small span::after {
    content: "Начать";
    font-size: 12px;
  }

  body[data-design="directed-edit-suite"] .header-actions {
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-design="directed-edit-suite"] .studio--hero.reveal,
  body[data-design="directed-edit-suite"] .agent-workspace.reveal,
  body[data-design="directed-edit-suite"] .publish-workspace.reveal,
  body[data-design="directed-edit-suite"] .final-studio.reveal {
    opacity: 1;
    transform: none;
    clip-path: none;
    transition: none;
  }
}
