@font-face {
  font-family: "Outfit";
  src: local("Outfit");
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #f4f1ea;
  --card: #fbf9f4;
  --ink: #1c1a17;
  --muted: #6b6459;
  --line: #d9d5c9;
  --mint: #00c88a;
  --mint-pale: #e0f5eb;
  --pink: #ff5c9d;
  --sun: #ffc93c;
  --shadow: 5px 5px 0 var(--ink);
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid #087963;
  outline-offset: 5px;
}
::selection {
  background: var(--mint);
  color: #1c1a17;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
button {
  border: 0;
}
em {
  font-style: normal;
}
p {
  line-height: 1.65;
}
.wrap {
  max-width: 1260px;
  margin-inline: auto;
  width: calc(100% - 112px);
}
.skip {
  position: fixed;
  top: -100px;
  left: 12px;
  z-index: 100;
  padding: 16px;
  background: white;
  color: #111;
}
.skip:focus {
  top: 10px;
}
.review-bar {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 54px;
  padding: 8px 26px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  background: #1c1a17;
  color: #f4f1ea;
  border-bottom: 1px solid #4f514a;
  font-size: 12px;
}
.review-label {
  font-weight: 800;
  letter-spacing: 1px;
  white-space: nowrap;
}
.review-label span {
  font-size: 9px;
  color: #c2beb4;
  margin-left: 5px;
}
.review-bar nav {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.review-bar nav a {
  padding: 9px 15px;
  border: 1px solid #55574f;
  border-radius: 6px;
  white-space: nowrap;
}
.review-bar nav a[aria-current="page"] {
  background: #d0f2df;
  border-color: #d0f2df;
  color: #1c1a17;
}
.review-bar a:focus-visible,
.review-bar button:focus-visible {
  outline-color: #00e2a0;
}
.review-note {
  background: none;
  color: #e0dfd8;
  font-size: 11px;
  padding: 8px;
}
.site-header {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -1px;
}
.brand small {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}
.brand-symbol {
  position: relative;
  width: 31px;
  height: 33px;
  font-size: 36px;
  line-height: 22px;
  letter-spacing: -7px;
}
.brand-symbol span {
  font-size: 22px;
  position: absolute;
  top: -3px;
  left: 17px;
}
.brand-divider {
  width: 1px;
  height: 23px;
  background: var(--line);
  margin-inline: 10px;
}
.site-header nav {
  display: flex;
  gap: 30px;
  font-size: 13px;
}
.site-header nav a {
  padding-block: 12px;
}
.site-header nav a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.text-button,
.inline-button {
  background: none;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 600;
}
.inline-button {
  text-decoration: underline;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 52px;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  border: 1.5px solid var(--ink);
  border-radius: 9px;
  transition:
    transform 0.18s,
    box-shadow 0.18s;
}
.button:hover {
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow);
}
.primary {
  color: #1c1a17;
  background: #00c88a;
  box-shadow: 3px 3px 0 #1c1a17;
}
.secondary {
  background: transparent;
}
.light {
  background: #f4f1ea;
  color: #1c1a17;
  border-color: #f4f1ea;
}
.quiet-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
  padding-block: 14px;
  text-decoration: underline;
  text-underline-offset: 5px;
  white-space: nowrap;
}
.eyebrow,
.chapter {
  font-size: 10px;
  line-height: 1.65;
  font-weight: 750;
  letter-spacing: 1.7px;
}
.eyebrow {
  margin-bottom: 20px;
}
.hero {
  padding-block: 56px 90px;
}
.hero-copy,
.mentor-stage {
  min-width: 0;
}
.hero h1 {
  font-size: clamp(56px, 5.8vw, 86px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -5px;
}
.hero h1 em {
  color: #007d5a;
}
.hero-description {
  max-width: 450px;
  font-size: 16px;
  color: var(--muted);
  margin-top: 28px;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 32px;
}
.hero-fine {
  font-size: 10px;
  color: var(--muted);
  margin-top: 20px;
}
.mentor-hero {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 64px;
  min-height: 705px;
}
.mentor-stage {
  position: relative;
  padding-top: 14px;
}
.mentor-stage::before {
  content: "";
  position: absolute;
  width: 103%;
  height: 88%;
  top: 13%;
  left: -1%;
  border-radius: 42% 42% 35% 35%;
  background: #dceadf;
  transform: rotate(-5deg);
  z-index: -1;
}
.sticker {
  position: absolute;
  right: -12px;
  top: -38px;
  font-size: 12px;
  background: var(--sun);
  color: #1c1a17;
  border: 1px solid #1c1a17;
  padding: 12px 18px;
  border-radius: 3px;
  transform: rotate(7deg);
  line-height: 1.4;
  z-index: 2;
  box-shadow: 3px 3px 0 #1c1a17;
}
.tiny-annotation {
  display: block;
  color: #587668;
  text-align: right;
  margin-top: 22px;
  font-size: 12px;
  transform: rotate(-3deg);
}
.demo-area {
  min-width: 0;
}
.orbit-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 8px;
  letter-spacing: 1.1px;
  font-weight: 700;
  margin-bottom: 14px;
}
.status-dot {
  width: 6px;
  height: 6px;
  background: #008663;
  border-radius: 50%;
  display: inline-block;
}
.demo-window {
  background: #fbf9f4;
  color: #1c1a17;
  border: 1.5px solid #1c1a17;
  border-radius: 18px;
  box-shadow: 7px 7px 0 #1c1a17;
  padding: 0 18px;
  overflow: hidden;
  text-align: left;
}
.demo-header {
  display: flex;
  gap: 9px;
  align-items: center;
  border-bottom: 1px dashed #cec7b9;
  min-height: 81px;
}
.demo-header strong {
  display: block;
  font-size: 21px;
  letter-spacing: -0.7px;
}
.demo-header strong small {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-left: 10px;
}
.demo-header div > span {
  font-size: 10px;
  color: #6b6459;
}
.window-dots {
  margin-left: auto;
  letter-spacing: 2px;
}
.demo-context {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-block: 15px;
  font-size: 8px;
  color: #567367;
}
.demo-context b {
  margin-inline: 6px;
}
.demo-content {
  min-height: 293px;
}
.audio-clip {
  border: 1px solid #d6cfc2;
  background: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 12px;
  gap: 10px;
}
.audio-clip > div {
  flex: 1;
  min-width: 0;
}
.audio-clip strong {
  font-size: 9px;
  display: block;
}
.audio-clip small {
  font-size: 7px;
  color: #6b6459;
}
.play-symbol {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #1c1a17;
  background: #e0f5eb;
  font-size: 10px;
  display: grid;
  place-items: center;
}
.wave {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 27px;
  width: 100%;
  overflow: hidden;
}
.wave i {
  display: block;
  min-width: 2px;
  width: 3px;
  flex: 1;
  height: var(--height);
  background: #218d6a;
  border-radius: 2px;
}
.user-bubble {
  font-size: 12px;
  padding: 13px 16px;
  border: 1px solid #e1d5af;
  background: #fff0c5;
  border-radius: 11px 11px 2px 11px;
  margin: 18px 0 18px 38px;
  line-height: 1.6;
}
.assistant-turn {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding-right: 5px;
}
.speaker {
  display: block;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.6px;
  color: #696456;
  margin-bottom: 8px;
}
.assistant-turn h3 {
  font-size: 13px;
  letter-spacing: -0.15px;
  margin-bottom: 7px;
}
.assistant-turn p {
  font-size: 11px;
  line-height: 1.65;
  min-height: 55px;
}
.advice-note {
  font-size: 9px;
  line-height: 1.5;
  color: #22664e;
  padding: 9px 11px;
  margin-block: 12px 16px;
  border-left: 2px solid #00a675;
  background: #eaf4ec;
}
.demo-composer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #bdbdb4;
  background: white;
  border-radius: 10px;
  padding: 11px;
  font-size: 9px;
  color: #75736a;
}
.send-icon {
  background: #00c88a;
  color: #1c1a17;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  font-size: 17px;
}
.demo-foot {
  display: flex;
  justify-content: space-between;
  padding-block: 12px 15px;
  font-size: 8px;
  color: #666557;
}
.demo-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 23px;
}
.demo-controls > div {
  display: flex;
  gap: 4px;
}
.demo-controls button {
  padding: 6px 8px;
  background: transparent;
  border-radius: 5px;
  font-size: 9px;
  border: 1px solid transparent;
}
.demo-controls button[aria-pressed="true"] {
  background: #d5e9dc;
  color: #1c1a17;
  border-color: #a0b9a5;
}
.demo-controls .pause-button {
  border-color: #8f968a;
}
.demo-disclaimer {
  color: var(--muted);
  font-size: 8px;
  margin-top: 8px;
  text-align: center;
}
.principles {
  border-block: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-block: 27px;
}
.principles > div {
  position: relative;
  padding-left: 34px;
}
.principles > div > span {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 10px;
  color: #007d5a;
}
.principles strong {
  font-size: 14px;
}
.principles p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}
.section {
  padding-block: 90px 30px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 38px;
}
h2 {
  font-size: clamp(33px, 3.5vw, 48px);
  letter-spacing: -2px;
  line-height: 1.1;
  font-weight: 800;
}
.section-heading > p {
  color: var(--muted);
  font-size: 13px;
  max-width: 310px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.feature-card {
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 27px;
  display: flex;
  flex-direction: column;
}
.feature-card .eyebrow {
  font-size: 8px;
  letter-spacing: 1px;
  margin-top: 26px;
  margin-bottom: 13px;
}
.feature-icon {
  font-size: 35px;
  line-height: 1;
}
.feature-card h3 {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.feature-card > p:not(.eyebrow) {
  font-size: 12px;
  color: #514f47;
  margin-bottom: 25px;
}
.art-card {
  background: #eee5f5;
}
.mix-card {
  background: #dfede4;
}
.tools-card {
  background: #f1e8d1;
}
.prompt-chip {
  margin-top: auto;
  font-size: 10px;
  border-top: 1px solid #b8b9ac;
  padding-top: 15px;
  line-height: 1.6;
}
.voice-strip {
  display: flex;
  align-items: center;
  gap: 20px;
  border-block: 1px dashed var(--line);
  margin-top: 35px;
  padding-block: 23px;
}
.voice-strip strong {
  font-size: 15px;
}
.voice-strip p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
  max-width: 700px;
}
.voice-strip > a {
  margin-left: auto;
}
.screens-section {
  padding-bottom: 90px;
}
.screens-grid {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 40px;
  align-items: start;
}
.screens-grid figure {
  min-width: 0;
}
.alpha-screen .image-button {
  max-height: 478px;
  overflow: hidden;
  background: #e0f5eb;
}
.image-button {
  border: 1px solid #d3d3c8;
  border-radius: 13px;
  width: 100%;
  display: block;
  background: #f4f1ea;
  padding: 9px;
  transition: transform 0.18s;
  cursor: zoom-in;
}
.image-button:hover {
  transform: translateY(-4px);
}
.image-button img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
figcaption {
  padding: 16px 2px;
  display: grid;
  gap: 6px;
}
figcaption b {
  font-size: 12px;
}
figcaption span {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.6;
}
.screen-note {
  margin-top: 10px;
  display: flex;
  gap: 16px;
  padding: 19px;
  border: 1px dashed var(--line);
  border-radius: 12px;
}
.screen-note > span {
  color: #00866b;
  font-size: 28px;
}
.screen-note p {
  font-size: 12px;
  color: var(--muted);
}
.screen-note strong {
  color: var(--ink);
}
.horizon {
  background: #233a33;
  color: #f4f1ea;
  padding-block: 56px;
  position: relative;
  overflow: hidden;
}
.horizon::after {
  content: "β";
  position: absolute;
  font-family: Georgia, serif;
  font-size: 620px;
  top: -140px;
  right: -20px;
  color: #ffffff04;
  pointer-events: none;
}
.horizon-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.label-pill {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid currentColor;
  border-radius: 30px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.horizon .label-pill {
  color: #baefd3;
}
.horizon .chapter {
  font-size: 9px;
  color: #c0cfc6;
}
.horizon-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-block: 42px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.horizon h2 {
  font-size: clamp(44px, 5.2vw, 70px);
  line-height: 1.03;
  letter-spacing: -3px;
}
.horizon h2 em {
  color: #a4e4bf;
}
.horizon-copy > div > p:not(.horizon-lead) {
  color: #c0cfc6;
  font-size: 13px;
  max-width: 400px;
}
.horizon-lead {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.6px;
  margin-bottom: 16px;
  line-height: 1.3;
}
.horizon-copy .button {
  margin-top: 26px;
}
.roadmap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  border-top: 1px solid #567565;
  padding-top: 28px;
}
.roadmap article > span {
  font-size: 8px;
  color: #a4e4bf;
  letter-spacing: 1.1px;
}
.roadmap article h3 {
  font-size: 17px;
  margin: 11px 0;
}
.roadmap article p {
  font-size: 12px;
  color: #c0cfc6;
}
.horizon-fine {
  color: #bdcdbf;
  font-size: 10px;
  margin-top: 30px;
}
.access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.access-card {
  padding: 32px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
}
.access-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}
.platform {
  font-size: 31px;
  line-height: 1;
}
.access-card h3 {
  font-size: 29px;
  letter-spacing: -1px;
  margin-bottom: 12px;
}
.access-card > p {
  font-size: 15px;
  color: var(--muted);
}
.access-card ul {
  padding: 0;
  list-style: none;
  margin: 25px 0;
  font-size: 12px;
}
.access-card li {
  position: relative;
  padding-left: 21px;
  margin-block: 12px;
  line-height: 1.6;
}
.access-card li::before {
  content: "✓";
  color: #007d5a;
  position: absolute;
  left: 0;
}
.limits {
  background: var(--paper);
  border-radius: 8px;
  padding: 16px;
  margin-top: auto;
  margin-bottom: 24px;
  font-size: 11px;
}
.limits p {
  margin-top: 8px;
  color: var(--muted);
}
.access-card .button {
  font-size: 12px;
  min-height: 54px;
}
.access-fine {
  font-size: 10px;
  color: var(--muted);
  margin-top: 18px;
}
.community {
  margin-block: 85px 0;
  border-block: 1px solid var(--line);
  padding-block: 50px;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 60px;
  align-items: center;
}
.community h2 {
  font-size: 35px;
}
.community h2 em {
  color: #007d5a;
}
.community p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  max-width: 530px;
  margin-block: 20px 25px;
}
.community small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 12px;
}
.community-art {
  position: relative;
  min-height: 230px;
  display: grid;
  place-items: center;
}
.community-bubble {
  position: absolute;
  top: -3px;
  left: -6px;
  padding: 14px 19px;
  background: #eee5f5;
  color: #1c1a17;
  border: 1px solid #1c1a17;
  border-radius: 13px 13px 0 13px;
  font-size: 12px;
  transform: rotate(-6deg);
  box-shadow: 3px 3px 0 #1c1a17;
}
.community-bubble.second {
  top: auto;
  bottom: 0;
  left: auto;
  right: -10px;
  background: #d7f1df;
  transform: rotate(4deg);
}
.community-spark {
  position: absolute;
  right: -10px;
  top: 25px;
  font-size: 65px;
  color: #00a370;
}
.closing {
  padding-block: 90px;
  text-align: center;
}
.closing h2 {
  font-size: clamp(43px, 5.8vw, 78px);
  letter-spacing: -3px;
  margin-bottom: 30px;
}
.closing h2 em {
  color: #007d5a;
}
.closing > p:last-child {
  font-size: 11px;
  color: var(--muted);
  margin-top: 14px;
}
.faq {
  padding-bottom: 80px;
  max-width: 900px;
}
.faq h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}
.faq details p {
  font-size: 13px;
  color: var(--muted);
  padding: 15px 22px 0;
}
.site-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
  padding-block: 32px;
  border-top: 1px solid var(--line);
}
.site-footer > span {
  font-size: 11px;
  color: var(--muted);
}
.site-footer p {
  width: 100%;
  font-size: 9px;
  color: var(--muted);
}

/* Studio: a dark control room frames the unchanged, light MILO interface. */
body[data-concept="studio"] {
  --paper: #171f1e;
  --card: #1e2826;
  --ink: #f2f1e8;
  --muted: #b4c2bb;
  --line: #3c4b45;
  color: var(--ink);
  background: var(--paper);
}
[data-concept="studio"] .site-header {
  border-bottom: 1px solid var(--line);
}
[data-concept="studio"] .brand-symbol {
  color: #00df9c;
}
.studio-hero {
  padding-top: 43px;
  padding-bottom: 55px;
}
.studio-hero .hero-copy {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  column-gap: 55px;
}
.studio-hero .eyebrow {
  grid-column: 1 / -1;
  color: #88d2b3;
}
.studio-hero h1 {
  font-size: clamp(50px, 5.2vw, 76px);
  letter-spacing: -3px;
  grid-row: span 3;
}
.studio-hero h1 em {
  color: #86e7bc;
}
.studio-hero .hero-description {
  margin-top: 0;
  font-size: 14px;
}
.studio-hero .hero-actions {
  margin-top: 22px;
  gap: 10px;
}
.studio-hero .hero-fine {
  margin-top: 10px;
}
.studio-stage {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  margin-top: 38px;
  border: 1px solid #4c5b53;
  border-radius: 16px;
  padding: 45px 35px;
  background: radial-gradient(ellipse at 70% 50%, #415446, #202a25 70%);
}
.studio-stage .demo-area {
  position: relative;
  z-index: 2;
  width: 490px;
  max-width: 100%;
  margin-left: auto;
}
.studio-stage .orbit-label {
  color: #c8e3d4;
}
.studio-stage .status-dot {
  background: #86e7bc;
}
.studio-stage .demo-disclaimer {
  color: #cfdbd2;
}
.studio-stage .demo-controls {
  color: #d2e3d5;
}
.session-art {
  width: 100%;
  padding: 22px;
  background: #151e1a;
  border: 1px solid #486253;
  border-radius: 8px;
  position: absolute;
  left: 25px;
  right: 25px;
  width: calc(100% - 50px);
  color: #cfdbd2;
  transform: perspective(1300px) rotateY(7deg);
}
.session-top,
.session-bottom {
  display: flex;
  justify-content: space-between;
  font:
    9px "Consolas",
    monospace;
  letter-spacing: 1px;
  gap: 15px;
  padding-block: 10px 20px;
}
.session-bottom {
  padding-block: 20px 0;
  font-size: 8px;
}
.track {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 6px solid #151e1a;
  background: #25362d;
  min-height: 65px;
}
.track > span {
  padding-left: 14px;
  width: 118px;
  font:
    10px "Consolas",
    monospace;
  color: var(--track);
}
.track > div {
  flex: 1;
  background: #334438;
  padding: 7px 10px;
}
.track .wave {
  height: 41px;
}
.track .wave i {
  background: var(--track);
  opacity: 0.75;
}
.track small {
  width: 100px;
  font-size: 10px;
  padding-right: 14px;
}
[data-concept="studio"] .principles > div > span,
[data-concept="studio"] .community h2 em,
[data-concept="studio"] .closing h2 em {
  color: #86e7bc;
}
[data-concept="studio"] .feature-card {
  background: #202e27;
}
[data-concept="studio"] .feature-card > p:not(.eyebrow) {
  color: #c0cdc5;
}
[data-concept="studio"] .feature-icon {
  color: #91deba;
}
[data-concept="studio"] .horizon {
  background: #d4e9db;
  color: #172a21;
}
[data-concept="studio"] .horizon .label-pill,
[data-concept="studio"] .horizon h2 em,
[data-concept="studio"] .horizon .chapter,
[data-concept="studio"] .roadmap article > span {
  color: #18664e;
}
[data-concept="studio"] .horizon-copy > div > p:not(.horizon-lead),
[data-concept="studio"] .roadmap article p,
[data-concept="studio"] .horizon-fine {
  color: #405d4e;
}
[data-concept="studio"] .horizon .light {
  background: #1c1a17;
  color: #f4f1ea;
}
[data-concept="studio"] .access-card li::before {
  color: #8edabb;
}

/* Manifeste: an editorial, high-contrast composition, not a color swap. */
body[data-concept="manifeste"] {
  --paper: #f3f0e6;
  --card: #faf8f1;
  --line: #c9c4b5;
  background: var(--paper);
}
[data-concept="manifeste"] .site-header {
  border-bottom: 1px solid var(--ink);
}
[data-concept="manifeste"] .primary {
  background: #ff91b7;
}
.manifesto-hero {
  padding-block: 52px 58px;
}
.manifesto-heading {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 25px;
}
.manifesto-heading .hero-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 50px;
}
.manifesto-heading .hero-copy > .eyebrow,
.manifesto-heading h1 {
  grid-column: 1 / -1;
}
.manifesto-heading h1 {
  font-size: clamp(50px, 6.6vw, 97px);
  letter-spacing: -5px;
  line-height: 1;
}
.manifesto-heading h1 em {
  color: #1c1a17;
  text-decoration: underline;
  text-decoration-color: #ff78a8;
  text-decoration-thickness: 13px;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
}
.manifesto-heading .hero-description {
  font-size: 14px;
}
.manifesto-heading .hero-actions {
  gap: 8px;
  align-content: start;
}
.manifesto-heading .hero-fine {
  grid-column: 1 / -1;
}
.signature {
  align-self: start;
  margin-top: 23px;
  padding: 22px 15px 8px;
  border: 1px solid #1c1a17;
  text-align: center;
  transform: rotate(6deg);
  background: #e0f5eb;
  box-shadow: 4px 4px 0 #1c1a17;
}
.signature > span {
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.45;
}
.signature > .milo {
  margin: 10px auto 0;
}
.manifesto-stage {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: center;
  padding: 45px;
  background: #e8b1c1;
  border: 1px solid #1c1a17;
  border-radius: 2px;
  margin-top: 36px;
}
.manifesto-caption h2 {
  font-family: Georgia, serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -1.5px;
  line-height: 1.18;
  margin-top: 30px;
}
.manifesto-caption h2 em {
  font-style: italic;
}
.manifesto-caption p {
  font-size: 13px;
  margin-top: 24px;
}
.scribble-arrow {
  display: inline-block;
  font-size: 90px;
  line-height: 1.1;
  margin-top: 20px;
  transform: rotate(15deg);
}
.manifesto-stage .demo-area {
  max-width: 510px;
  width: 100%;
  justify-self: end;
}
.manifesto-stage .demo-disclaimer {
  color: #5f404a;
}
[data-concept="manifeste"] .horizon {
  background: #1c1a17;
  margin-top: 65px;
}
[data-concept="manifeste"] .horizon h2 em {
  color: #ff91b7;
}
[data-concept="manifeste"] .horizon .label-pill {
  color: #ffb0cb;
}
[data-concept="manifeste"] .feature-card {
  border-radius: 2px;
  border: 1px solid #1c1a17;
  box-shadow: 3px 3px 0 #1c1a17;
}
[data-concept="manifeste"] .community h2 em,
[data-concept="manifeste"] .closing h2 em {
  color: #9a3358;
}
[data-concept="manifeste"] .community-art::before {
  content: "";
  position: absolute;
  width: 225px;
  height: 220px;
  background: #e8b1c1;
  border-radius: 50%;
  z-index: -1;
}

/* All directions share explicit DAW status, separate from standalone web access. */
.compatibility {
  padding-block: 75px;
}
.daw-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.daw-card {
  padding: 25px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--card);
}
.daw-card.deployed {
  border: 2px solid #00825e;
  background: #e0f5eb;
  color: #1c1a17;
}
.daw-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
}
.daw-icon svg {
  width: 100%;
  height: 100%;
}
.daw-card h3 {
  font-size: 18px;
  margin-bottom: 14px;
}
.daw-status {
  display: inline-block;
  font-size: 11px;
  font-weight: 750;
  border-radius: 30px;
  padding: 6px 11px;
  border: 1px solid var(--line);
}
.deployed .daw-status {
  background: #006447;
  border-color: #006447;
  color: #fff;
}
.daw-card p {
  font-size: 11px;
  margin-top: 14px;
  opacity: 0.8;
}
.daw-clarification {
  display: flex;
  align-items: center;
  gap: 22px;
  border-block: 1px solid var(--line);
  padding: 23px 0;
  margin-top: 25px;
}
.daw-clarification > span {
  font-size: 34px;
}
.daw-clarification p {
  flex: 1;
  font-size: 13px;
}
.daw-clarification strong {
  display: block;
}
.daw-fine {
  font-size: 10px;
  color: var(--muted);
  margin-top: 14px;
  max-width: 900px;
}
.ownership {
  padding-block: 50px 85px;
}
.ownership h2,
.learning-path h2,
.signal-proof h2 {
  font-size: clamp(32px, 3.4vw, 49px);
  line-height: 1.12;
  letter-spacing: -2px;
}
.ownership h2 em,
.learning-path h2 em {
  color: #007d5a;
}
.ownership-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px;
  margin-top: 38px;
}
.ownership-cards article {
  border-top: 2px solid var(--ink);
  padding-top: 20px;
}
.ownership-cards article > span {
  font-size: 34px;
}
.ownership-cards h3 {
  font-size: 19px;
  margin: 15px 0 12px;
}
.ownership-cards p {
  font-size: 14px;
  color: var(--muted);
}

/* Atelier: an intention notebook, then a guided experiment. */
body[data-concept="atelier"] {
  --paper: #f9f4df;
  --card: #fffdf3;
  background: var(--paper);
}
.atelier-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
}
.atelier-hero h1 {
  font-size: clamp(50px, 5.7vw, 82px);
}
.atelier-hero .hero-description {
  max-width: 570px;
}
.intention-note {
  padding: 30px;
  background: #ffdf75;
  border: 1px solid #1c1a17;
  box-shadow: 7px 7px 0 #1c1a17;
  transform: rotate(3deg);
}
.intention-note > p {
  font-size: 35px;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -1px;
  padding: 10px 0 25px;
}
.intention-note p em {
  text-decoration: underline;
  text-decoration-color: #a85232;
  text-underline-offset: 6px;
}
.hand-note {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 15px;
}
.atelier-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 65px;
  align-items: center;
  margin-top: 70px;
  padding: 45px;
  border: 1px solid #d9ceb5;
  border-radius: 22px;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 31px,
      #d9ceb550 32px
    ),
    #fffcf2;
}
.learning-path .label-pill {
  font-size: 9px;
  margin-bottom: 22px;
  background: #e0f5eb;
}
.learning-path ol {
  padding: 0;
  list-style: none;
  counter-reset: learn;
  margin: 30px 0 0;
}
.learning-path li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 5px 12px;
  padding: 12px 0;
  counter-increment: learn;
}
.learning-path li::before {
  content: "0" counter(learn);
  grid-row: span 2;
  font-size: 12px;
  padding-top: 4px;
  color: #826348;
}
.learning-path li b {
  font-size: 17px;
}
.learning-path li span {
  font-size: 12px;
  color: #6b6459;
}

/* Signal: a campaign reveal; the roadmap stays explicitly prospective. */
body[data-concept="signal"] {
  --paper: #101714;
  --card: #18241e;
  --ink: #f4f1ea;
  --muted: #b5c8bc;
  --line: #394c40;
  background: var(--paper);
  color: var(--ink);
}
[data-concept="signal"] .site-header {
  border-bottom: 1px solid var(--line);
}
.signal-hero {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 30px;
}
.signal-status {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  letter-spacing: 2px;
  color: #bee5ce;
  margin-bottom: 32px;
}
.signal-hero .hero-copy > .eyebrow {
  display: none;
}
.signal-hero h1 {
  font-size: clamp(60px, 7.7vw, 111px);
  letter-spacing: -6px;
}
.signal-hero h1 em {
  color: #aaffbf;
}
.signal-hero .hero-description {
  margin-inline: auto;
  max-width: 710px;
}
.signal-hero .hero-actions {
  justify-content: center;
}
.signal-visual {
  position: relative;
  display: grid;
  place-items: center;
  height: 300px;
  margin: 30px auto 0;
  overflow: hidden;
  background: radial-gradient(ellipse, #aaffbf22, transparent 64%);
}
.signal-orbit {
  position: absolute;
  width: 380px;
  height: 160px;
  border: 1px solid #aaffbf44;
  border-radius: 50%;
  transform: rotate(-25deg);
}
.second-orbit {
  transform: rotate(25deg);
}
.signal-core {
  z-index: 1;
  display: grid;
  place-items: center;
  width: 95px;
  height: 95px;
  border: 1px solid #aaffbf;
  background: #14251d;
  border-radius: 26px;
  color: #aaffbf;
  font-size: 65px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0 70px #aaffbf33;
}
.signal-core > span {
  position: absolute;
  margin-left: 40px;
  margin-top: -45px;
  font-size: 24px;
}
.signal-visual > .wave {
  position: absolute;
  width: 90%;
  height: 90px;
  opacity: 0.35;
  color: #aaffbf;
}
.signal-caption {
  position: absolute;
  bottom: 8px;
  font-size: 9px;
  letter-spacing: 2px;
  color: #b5c8bc;
}
.signal-next {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  margin-top: 20px;
  padding-top: 20px;
  font-size: 11px;
  letter-spacing: 1px;
  color: #aaffbf;
}
.signal-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 65px;
  align-items: center;
  padding-block: 45px 90px;
}
.signal-proof h2 em {
  color: #aaffbf;
}
.signal-proof > div > p:not(.eyebrow) {
  font-size: 15px;
  color: var(--muted);
  margin-block: 25px;
}
[data-concept="signal"] .demo-disclaimer,
[data-concept="signal"] .demo-controls {
  color: #b5c8bc;
}
.signal-horizon {
  background: #aaffbf;
  color: #14251d;
}
.signal-horizon h2 em {
  color: #245c3a;
}
.signal-horizon .label-pill {
  border-color: #4e7d5a;
  color: #14251d;
}
.reveal-heading {
  position: relative;
  padding-block: 20px 30px;
}
.reveal-heading h2 {
  position: relative;
  max-width: 850px;
}
.reveal-heading > p {
  position: relative;
  max-width: 700px;
  margin-block: 25px;
}
.chapter-number {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 280px;
  line-height: 1;
  font-weight: 850;
  color: #14251d0c;
  pointer-events: none;
}
.signal-horizon .light {
  background: #14251d;
  color: #effff2;
  border-color: #14251d;
  box-shadow: 4px 4px 0 #4e7d5a;
}
.signal-horizon .horizon-fine {
  color: #315b41;
  max-width: 800px;
  margin-block: 25px;
}
.beta-reveal {
  padding: 30px;
  border: 1px solid #4e7d5a;
  border-radius: 16px;
  margin-top: 15px;
}
.beta-reveal .roadmap {
  margin-block: 20px 0;
}
.beta-reveal .roadmap article {
  border-color: #4e7d5a;
}
.beta-reveal .roadmap article > span,
.beta-reveal .roadmap p {
  color: #315b41;
}

/* Signature balances a warm welcome with the studio frame and manifesto. */
.synthesis-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 45px;
  align-items: center;
}
.synthesis-hero h1 {
  font-size: clamp(52px, 5.2vw, 75px);
  letter-spacing: -4px;
}
.signature-stage {
  min-width: 0;
  padding: 30px 25px 22px;
  border-radius: 23px;
  border: 1px solid #1c1a17;
  background: #1b2c24;
  color: #eef5ee;
  box-shadow: 7px 7px 0 #1c1a17;
}
.signature-stage-top {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.signature-stage .orbit-label {
  color: #c2ddcf;
  font-size: 8px;
}
.signature-stage .demo-disclaimer,
.signature-stage .demo-controls {
  color: #c2ddcf;
}
.signature-tools {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
  padding-top: 18px;
  border-top: 1px solid #526c5e;
  font-size: 8px;
  letter-spacing: 0.7px;
  color: #bee5ce;
}
.signature-ribbon {
  grid-column: 1 / -1;
  padding: 28px 32px;
  background: #e0f5eb;
  border: 1px solid #1c1a17;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.signature-ribbon strong {
  font-size: 23px;
  letter-spacing: -0.8px;
}
.signature-ribbon span {
  font-size: 12px;
}

dialog {
  width: min(580px, calc(100% - 32px));
  max-height: calc(100dvh - 50px);
  padding: 30px;
  border: 1.5px solid #1c1a17;
  border-radius: 16px;
  background: #ffffff;
  color: #1c1a17;
  box-shadow: 8px 8px 0 #1c1a17;
  overflow: auto;
}
dialog::backdrop {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
}
dialog.wide {
  width: min(1000px, calc(100% - 32px));
}
.dialog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.dialog-top .eyebrow {
  margin: 0;
  font-size: 8px;
}
.close-button {
  background: #ebe8df;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 16px;
  flex-shrink: 0;
}
dialog h2 {
  font-size: 32px;
  letter-spacing: -1.1px;
}
dialog h3 {
  margin-top: 20px;
}
dialog p {
  font-size: 13px;
  margin-block: 16px;
}
dialog .dialog-intro {
  color: #625e54;
  font-size: 14px;
}
.prototype-notice {
  border: 1px dashed #a0926c;
  border-radius: 8px;
  padding: 13px;
  font-size: 12px;
  line-height: 1.6;
  color: #60553f;
  background: #f9efd9;
  margin-block: 18px;
}
dialog form {
  display: grid;
  gap: 10px;
  margin-block: 24px;
}
dialog label {
  font-size: 12px;
  font-weight: 650;
}
dialog input:not([type="checkbox"]) {
  width: 100%;
  border: 1px solid #a6b3a6;
  padding: 13px;
  border-radius: 7px;
  background: white;
  color: #1c1a17;
  margin-bottom: 10px;
}
.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-weight: 400;
  line-height: 1.6;
  margin-block: 3px 14px;
}
.checkbox input {
  accent-color: #00875f;
  margin-top: 4px;
}
dialog .small-print {
  font-size: 10px;
  color: #6b6459;
  overflow-wrap: anywhere;
}
.google-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1.5px solid #1c1a17;
  border-radius: 8px;
  background: white;
  color: #1c1a17;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease;
}
.google-button:hover {
  background: #f7f6f2;
  transform: translateY(-1px);
}
.google-button .google-icon,
.google-button svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 4px 0 0;
  color: #6b6459;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.auth-divider::before,
.auth-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #d7d1c4;
}
.form-error {
  color: #8d2b2b;
  background: #fdecec;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 12px;
}
.auth-switch {
  margin: 0;
  font-size: 12px;
}
.auth-switch .text-button {
  display: inline;
  width: auto;
  padding: 0;
  border: 0;
  background: none;
  color: #00875f;
  font-weight: 700;
}
dialog .button {
  border-color: #1c1a17;
}
dialog .secondary {
  color: #1c1a17;
}
.portal-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 25px;
}
.portal-options article {
  background: #e6eee4;
  padding: 16px;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
}
.portal-options .eyebrow {
  font-size: 8px;
  margin: 0;
}
.portal-options h3 {
  margin-top: 12px;
}
.portal-options p {
  font-size: 12px;
}
.portal-options .button {
  padding: 12px;
  font-size: 11px;
  margin-top: auto;
}
.success-symbol {
  background: #def5e6;
  border: 1px solid #008462;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 28px;
  display: grid;
  place-items: center;
  margin-top: 25px;
}
.expanded-screen {
  display: block;
  max-width: 100%;
  max-height: 70vh;
  margin: auto;
  object-fit: contain;
}
dialog dt {
  font-size: 11px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 18px;
  color: #006e51;
}
dialog dd {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

@media (min-width: 1600px) {
  .mentor-hero {
    gap: 95px;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .review-label span {
    display: none;
  }
  .mentor-hero {
    gap: 38px;
  }
  .hero h1 {
    font-size: 65px;
    letter-spacing: -3.5px;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero .button {
    font-size: 12px;
    padding-inline: 16px;
  }
  .studio-hero h1 {
    font-size: 57px;
  }
  .manifesto-heading h1 {
    font-size: 66px;
  }
  .manifesto-heading {
    grid-template-columns: 1fr 140px;
  }
  .manifesto-heading .hero-copy {
    gap: 0 25px;
  }
  .manifesto-stage {
    gap: 35px;
    padding: 30px;
  }
  .feature-card {
    padding: 22px;
  }
  .site-header nav {
    gap: 20px;
  }
  .demo-content {
    min-height: 318px;
  }
}
@media (max-width: 850px) {
  .wrap {
    width: calc(100% - 44px);
  }
  .review-bar {
    padding: 8px 12px;
    gap: 10px;
  }
  .review-label {
    display: none;
  }
  .review-bar nav {
    flex: 1;
  }
  .review-bar nav a {
    padding: 8px 12px;
  }
  .site-header {
    height: 84px;
    gap: 12px;
  }
  .site-header nav {
    display: none;
  }
  .hero {
    padding-top: 35px;
  }
  .mentor-hero {
    grid-template-columns: 1fr;
    gap: 75px;
  }
  .hero-description {
    max-width: 570px;
  }
  .hero h1 {
    font-size: 77px;
    letter-spacing: -4px;
  }
  .mentor-stage {
    max-width: 560px;
    width: 100%;
    margin: auto;
  }
  .mentor-stage::before {
    width: 100%;
    left: 0;
    transform: none;
  }
  .hero-actions {
    gap: 20px;
  }
  .principles {
    gap: 18px;
  }
  .principles > div {
    padding-left: 0;
  }
  .principles > div > span {
    position: static;
    display: block;
    margin-bottom: 8px;
  }
  .section {
    padding-top: 60px;
  }
  .section-heading {
    gap: 30px;
  }
  .section-heading > p {
    max-width: 210px;
    font-size: 12px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    column-gap: 30px;
  }
  .feature-card .feature-icon {
    grid-column: 1;
  }
  .feature-card .eyebrow {
    grid-column: 1;
    margin-top: 15px;
  }
  .feature-card h3 {
    grid-column: 1;
  }
  .feature-card > p:not(.eyebrow) {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
    margin: 0;
  }
  .prompt-chip {
    grid-column: 1 / -1;
  }
  .voice-strip {
    flex-wrap: wrap;
    gap: 14px;
  }
  .voice-strip > div {
    flex: 1;
  }
  .voice-strip > a {
    margin: 0;
  }
  .screens-grid {
    gap: 22px;
  }
  .horizon-copy {
    gap: 35px;
  }
  .horizon h2 {
    font-size: 48px;
  }
  .horizon .chapter {
    display: none;
  }
  .roadmap {
    gap: 25px;
  }
  .access-card {
    padding: 22px;
  }
  .access-card .label-pill {
    font-size: 7px;
  }
  .community {
    gap: 30px;
    grid-template-columns: 1.5fr 1fr;
  }
  .community h2 {
    font-size: 30px;
  }
  .community-bubble {
    font-size: 9px;
    padding: 9px;
  }
  .studio-hero .hero-copy {
    grid-template-columns: 1fr;
  }
  .studio-hero h1 {
    grid-row: auto;
    font-size: 60px;
  }
  .studio-hero .hero-description {
    margin-top: 25px;
  }
  .studio-stage {
    padding: 50px 20px 20px;
  }
  .session-art {
    left: 10px;
    width: calc(100% - 20px);
  }
  .manifesto-heading {
    grid-template-columns: 1fr;
  }
  .manifesto-heading h1 {
    font-size: 65px;
  }
  .signature {
    display: none;
  }
  .manifesto-stage {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .manifesto-caption h2 {
    margin-top: 15px;
  }
  .manifesto-caption p {
    margin-top: 15px;
  }
  .manifesto-caption .scribble-arrow {
    display: none;
  }
  .manifesto-stage .demo-area {
    justify-self: center;
  }
}
@media (max-width: 560px) {
  :root {
    scroll-padding-top: 96px;
  }
  .wrap {
    width: calc(100% - 36px);
  }
  .review-bar {
    flex-wrap: wrap;
    gap: 3px;
    padding-block: 7px;
  }
  .review-bar nav {
    justify-content: center;
    flex-basis: 100%;
    gap: 6px;
  }
  .review-bar nav a {
    font-size: 10px;
    padding: 8px 9px;
    flex: 1;
    text-align: center;
  }
  .review-note {
    margin: auto;
    font-size: 9px;
    padding: 5px;
  }
  .brand {
    font-size: 21px;
    gap: 7px;
  }
  .brand small {
    font-size: 10px;
  }
  .brand-divider {
    margin-inline: 3px;
  }
  .site-header {
    height: 78px;
  }
  .site-header > .text-button {
    font-size: 10px;
  }
  .brand-symbol {
    display: none;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.1px;
    max-width: 285px;
  }
  .hero h1 {
    font-size: clamp(50px, 16vw, 63px);
    letter-spacing: -3.5px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    margin-top: 25px;
  }
  .hero-actions .button {
    min-height: 53px;
    font-size: 13px;
  }
  .hero-actions .quiet-link {
    justify-content: center;
    font-size: 12px;
  }
  .hero-fine {
    font-size: 9px;
    margin-top: 10px;
  }
  .mentor-hero {
    gap: 74px;
    padding-bottom: 45px;
  }
  .sticker {
    right: 4px;
    top: -35px;
    font-size: 10px;
    padding: 9px 12px;
  }
  .orbit-label {
    font-size: 6px;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
  }
  .demo-window {
    padding-inline: 12px;
    box-shadow: 4px 4px 0 #1c1a17;
  }
  .demo-header {
    min-height: 72px;
    gap: 3px;
  }
  .demo-header strong {
    font-size: 18px;
  }
  .demo-header div > span {
    font-size: 8px;
  }
  .demo-header .milo {
    width: 43px !important;
    height: 43px !important;
  }
  .demo-header strong small {
    margin-left: 4px;
    font-size: 7px;
  }
  .window-dots {
    font-size: 10px;
  }
  .demo-context {
    font-size: 6px;
    gap: 5px;
  }
  .demo-content {
    min-height: 333px;
  }
  .audio-clip {
    padding: 8px;
    gap: 8px;
  }
  .audio-clip strong {
    font-size: 8px;
  }
  .audio-clip small {
    display: none;
  }
  .user-bubble {
    font-size: 11px;
    margin-left: 20px;
    padding: 10px 12px;
  }
  .assistant-turn {
    gap: 5px;
    grid-template-columns: 27px 1fr;
  }
  .assistant-turn .milo {
    width: 27px !important;
    height: 27px !important;
  }
  .assistant-turn h3 {
    font-size: 12px;
  }
  .assistant-turn p {
    font-size: 10px;
    min-height: 66px;
  }
  .speaker {
    font-size: 7px;
  }
  .advice-note {
    font-size: 8px;
  }
  .demo-composer {
    font-size: 8px;
  }
  .demo-foot {
    font-size: 7px;
  }
  .demo-controls {
    gap: 3px;
  }
  .demo-controls > div {
    gap: 0;
  }
  .demo-controls button {
    font-size: 8px;
    padding: 6px;
  }
  .demo-disclaimer {
    font-size: 7px;
  }
  .tiny-annotation {
    font-size: 10px;
    margin-top: 16px;
  }
  .principles {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .principles > div {
    padding-left: 31px;
  }
  .principles > div > span {
    position: absolute;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 28px;
  }
  .section-heading > p {
    max-width: 320px;
  }
  h2 {
    font-size: 33px;
    letter-spacing: -1.5px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
    margin-bottom: 15px;
  }
  .feature-card {
    display: flex;
    padding: 24px;
  }
  .feature-card .eyebrow {
    margin-top: 20px;
  }
  .feature-card h3 {
    font-size: 27px;
  }
  .feature-card > p:not(.eyebrow) {
    margin-bottom: 22px;
  }
  .voice-strip p {
    font-size: 11px;
  }
  .voice-strip strong {
    font-size: 13px;
  }
  .voice-strip > a {
    font-size: 11px;
  }
  .screens-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .alpha-screen .image-button {
    max-height: 420px;
  }
  .screens-section {
    padding-bottom: 50px;
  }
  .horizon {
    padding-block: 34px;
  }
  .horizon .label-pill {
    font-size: 6px;
    padding: 8px;
  }
  .horizon-copy {
    grid-template-columns: 1fr;
    padding-block: 28px;
  }
  .horizon h2 {
    font-size: 51px;
    letter-spacing: -2px;
  }
  .horizon-lead {
    font-size: 23px;
  }
  .roadmap {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .roadmap article {
    border-bottom: 1px solid #ffffff20;
    padding-bottom: 20px;
  }
  .roadmap article:last-child {
    border: 0;
    padding: 0;
  }
  .access-grid {
    grid-template-columns: 1fr;
  }
  .access-card {
    padding: 24px;
  }
  .access-card .label-pill {
    font-size: 6px;
  }
  .access-card .button {
    font-size: 11px;
    padding-inline: 10px;
  }
  .community {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
  .community h2 {
    font-size: 29px;
  }
  .community-art {
    max-width: 290px;
    width: 100%;
    margin: auto;
  }
  .community-bubble {
    font-size: 11px;
  }
  .community-spark {
    right: 0;
  }
  .community-bubble.second {
    right: 0;
  }
  .closing {
    padding-block: 60px;
  }
  .closing h2 {
    font-size: 45px;
    letter-spacing: -2px;
  }
  .faq {
    padding-bottom: 50px;
  }
  .faq h2 {
    font-size: 27px;
  }
  .faq summary {
    font-size: 12px;
  }
  .faq details p {
    font-size: 12px;
    padding-inline: 0;
  }
  .site-footer {
    gap: 16px;
  }
  .site-footer > span {
    font-size: 10px;
  }
  .site-footer .text-button {
    font-size: 10px;
  }
  .studio-hero h1 {
    font-size: 45px;
    letter-spacing: -2px;
  }
  .studio-stage {
    margin-inline: -7px;
    padding: 78px 9px 18px;
    border-radius: 9px;
    min-height: 0;
  }
  .studio-stage .demo-area {
    width: 100%;
  }
  .session-art {
    top: 9px;
    transform: none;
    padding: 10px;
    height: 180px;
    overflow: hidden;
  }
  .session-top {
    font-size: 6px;
    gap: 8px;
  }
  .session-top > span:last-child {
    display: none;
  }
  .track {
    min-height: 30px;
    gap: 5px;
    border-bottom-width: 3px;
  }
  .track > span {
    width: 57px;
    font-size: 7px;
    padding-left: 3px;
  }
  .track .wave {
    height: 20px;
  }
  .track small {
    display: none;
  }
  .studio-stage .orbit-label {
    position: relative;
    background: #1c2822;
    border-radius: 4px;
    padding: 7px 4px;
    width: fit-content;
    margin-inline: auto;
    font-size: 5px;
  }
  .manifesto-heading .hero-copy {
    display: block;
  }
  .manifesto-heading h1 {
    font-size: clamp(38px, 10.7vw, 57px);
    letter-spacing: -2.5px;
  }
  .manifesto-heading h1 em {
    text-decoration-thickness: 7px;
  }
  .manifesto-stage {
    padding: 25px 10px 18px;
    gap: 30px;
  }
  .manifesto-caption {
    padding: 0 10px;
  }
  .manifesto-caption h2 {
    font-size: 33px;
  }
  .manifesto-caption .chapter {
    font-size: 7px;
  }
  .manifesto-stage .orbit-label {
    font-size: 5px;
  }
  .manifesto-stage .demo-header div > span {
    font-size: 7px;
  }
  .manifesto-stage .demo-content {
    min-height: 350px;
  }
  .manifesto-stage .demo-controls button {
    font-size: 7px;
    padding: 5px;
  }
  [data-concept="manifeste"] .horizon {
    margin-top: 40px;
  }
  dialog {
    padding: 22px;
  }
  dialog h2 {
    font-size: 28px;
  }
  .portal-options {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1150px) {
  .review-bar {
    gap: 10px;
    padding-inline: 16px;
  }
  .review-bar nav a {
    padding-inline: 10px;
  }
  .review-label {
    display: none;
  }
  .atelier-heading {
    gap: 45px;
  }
  .atelier-stage {
    padding: 28px;
    gap: 30px;
  }
  .synthesis-hero {
    gap: 30px;
  }
  .signature-stage {
    padding-inline: 18px;
  }
  .synthesis-hero h1 {
    font-size: 60px;
  }
  .signal-proof {
    gap: 35px;
  }
}
@media (max-width: 850px) {
  :root {
    scroll-padding-top: 120px;
  }
  .review-bar nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .review-bar nav a {
    text-align: center;
  }
  .compatibility {
    padding-block: 50px;
  }
  .daw-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .daw-clarification {
    flex-wrap: wrap;
    gap: 12px;
  }
  .daw-clarification > .quiet-link {
    margin-left: 46px;
  }
  .atelier-heading {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.65fr);
    gap: 25px;
  }
  .atelier-hero h1 {
    font-size: 57px;
  }
  .intention-note {
    padding: 20px;
    transform: none;
  }
  .intention-note > p {
    font-size: 29px;
  }
  .atelier-stage {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .learning-path ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }
  .learning-path li {
    display: block;
  }
  .learning-path li::before,
  .learning-path li b,
  .learning-path li span {
    display: block;
  }
  .learning-path li b {
    margin-block: 5px;
  }
  .ownership-cards {
    gap: 22px;
  }
  .signal-hero h1 {
    font-size: 77px;
    letter-spacing: -4px;
  }
  .signal-proof,
  .synthesis-hero {
    grid-template-columns: 1fr;
  }
  .signal-proof {
    gap: 35px;
  }
  .signal-proof > div > p {
    max-width: 600px;
  }
  .signature-ribbon {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .signature-stage {
    padding: 30px;
  }
}
@media (max-width: 560px) {
  :root {
    scroll-padding-top: 133px;
  }
  .review-bar nav a {
    padding-inline: 4px;
  }
  .daw-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .daw-card {
    padding: 20px 12px;
  }
  .daw-card.deployed {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 20px;
    align-items: center;
  }
  .deployed .daw-icon {
    grid-row: span 3;
    margin-bottom: 0;
  }
  .deployed h3 {
    margin-bottom: 7px;
  }
  .deployed .daw-status {
    justify-self: start;
  }
  .deployed p {
    margin-top: 9px;
  }
  .daw-clarification > span {
    display: none;
  }
  .daw-clarification p {
    flex-basis: 100%;
  }
  .daw-clarification > .quiet-link {
    margin-left: 0;
  }
  .ownership {
    padding-block: 25px 45px;
  }
  .ownership-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .atelier-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .atelier-hero h1,
  .synthesis-hero h1 {
    font-size: clamp(43px, 12.8vw, 62px);
    letter-spacing: -2.5px;
  }
  .intention-note {
    box-shadow: 4px 4px 0 #1c1a17;
  }
  .intention-note > p {
    font-size: 32px;
    padding-bottom: 20px;
  }
  .atelier-stage {
    padding: 18px 10px;
    margin-top: 30px;
    border-radius: 14px;
  }
  .learning-path {
    padding: 10px;
  }
  .learning-path .label-pill {
    white-space: normal;
    line-height: 1.6;
    font-size: 8px;
  }
  .learning-path ol {
    grid-template-columns: 1fr;
    gap: 5px;
    margin-top: 20px;
  }
  .learning-path li {
    padding-block: 5px;
  }
  .atelier-stage .demo-header {
    padding-inline: 10px;
  }
  .atelier-stage .demo-content {
    padding-inline: 10px;
  }
  .atelier-stage .demo-composer {
    margin-inline: 10px;
  }
  .signal-status {
    font-size: 8px;
    letter-spacing: 1px;
    text-align: left;
  }
  .signal-hero h1 {
    font-size: clamp(38px, 10.3vw, 58px);
    letter-spacing: -2px;
  }
  .signal-hero .hero-description {
    font-size: 14px;
  }
  .signal-visual {
    height: 240px;
  }
  .signal-caption {
    font-size: 7px;
    letter-spacing: 0.9px;
  }
  .signal-next {
    font-size: 8px;
    letter-spacing: 0.5px;
    text-align: left;
    gap: 15px;
  }
  .signal-proof {
    padding-block: 20px 50px;
  }
  .chapter-number {
    font-size: 130px;
  }
  .beta-reveal {
    padding: 20px;
  }
  .signature-stage {
    padding: 22px 10px;
    box-shadow: 4px 4px 0 #1c1a17;
  }
  .signature-stage-top {
    font-size: 7px;
    letter-spacing: 0.6px;
  }
  .signature-stage .orbit-label {
    font-size: 7px;
  }
  .signature-stage .demo-header {
    padding-inline: 10px;
  }
  .signature-stage .demo-content {
    padding-inline: 10px;
  }
  .signature-stage .demo-composer {
    margin-inline: 10px;
  }
  .signature-tools {
    font-size: 7px;
    gap: 8px;
  }
  .signature-ribbon {
    padding: 22px;
  }
  .signature-ribbon strong {
    font-size: 20px;
  }
}
