@charset "UTF-8";
/* Shared with the V2 native Light.xaml and Typography.xaml. */
@font-face {
  font-family: "Noto Sans SC";
  src: url("/assets/noto-sans-sc.a11f99f1bf915e1b.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  color-scheme: light;
  --bg: #f3f2ef;
  --surface: #fcfbf8;
  --ink: #292724;
  --muted: #68635e;
  --line: #e3dfd9;
  --orange: #e79a52;
  --orange-soft: #f7e1cd;
  --orange-ink: #8c431c;
  --inset: #eeece7;
  --radius: 24px;
  --shadow-card: 0 2px 5px #29272405, 0 12px 28px -14px #51371e25;
  --shadow-raised: 0 4px 8px #29272408, 0 22px 42px -18px #51371e38;
  --ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);
  --font: "Noto Sans SC", "Segoe UI", "Microsoft YaHei", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 16px/1.85 var(--font);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
}
button,
summary {
  cursor: pointer;
}
img,
svg {
  display: block;
  max-width: 100%;
}
svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
p {
  color: var(--muted);
  text-wrap: pretty;
}
ul,
ol {
  padding-left: 1.5em;
}
a,
button,
summary,
input {
  outline-offset: 5px;
}
:focus-visible {
  outline: 3px solid #a85425;
}
[hidden] {
  display: none !important;
}
.shell {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 100;
  transform: translateY(-170%);
  background: var(--ink);
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
}
.skip-link:focus {
  transform: none;
}
.eyebrow {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: var(--muted);
  display: flex;
  gap: 12px;
  align-items: center;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(250, 249, 246, 0.84);
  border-bottom: 1px solid #ffffffa6;
  backdrop-filter: blur(18px);
  transition: box-shadow 220ms ease-out, background-color 220ms ease-out;
}
.site-header.is-scrolled {
  background: rgba(252, 251, 248, 0.94);
  box-shadow: 0 1px #2927240a, 0 12px 35px -20px #51371e35;
}
.header-inner {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.6px;
  white-space: nowrap;
}
.brand img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px -4px #ad811c65;
}
.brand-version {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0;
  background: #eae7e1;
  color: #68635e;
  border: 1px solid #d8d3ca;
  border-radius: 5px;
  padding: 1px 5px;
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 500;
}
.primary-nav > a {
  padding-block: 10px;
}
.primary-nav > a:hover,
.primary-nav > a[aria-current] {
  color: var(--orange-ink);
}
.primary-nav > a[aria-current] {
  box-shadow: inset 0 -2px var(--orange);
}
.primary-nav > .button-store {
  padding: 10px 18px;
  border: 1px solid #39342f;
  border-radius: 10px;
  background: var(--ink);
  color: var(--surface);
  box-shadow: 0 3px 6px #29272415, 0 7px 15px -8px #29272490;
  display: flex;
  gap: 18px;
  align-items: center;
  margin-left: 8px;
  transition: background-color 150ms ease-out, box-shadow 150ms ease-out, scale 150ms ease-out;
}
.primary-nav > .button-store:hover {
  background: #474039;
  color: white;
  box-shadow: 0 4px 8px #29272420, 0 10px 22px -10px #292724a0;
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  align-items: center;
  gap: 8px;
  padding: 10px;
}
.button-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  min-height: 50px;
  padding: 11px 21px;
  border: 1px solid #c6772d55;
  border-radius: 10px;
  background: linear-gradient(180deg, #f0ac68, var(--orange));
  box-shadow: inset 0 1px #ffffff65, 0 2px 4px #a55b1c16, 0 9px 20px -9px #ba6b29a6;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  transition:
    background-color 150ms ease-out,
    box-shadow 150ms ease-out,
    transform 150ms ease-out,
    scale 150ms ease-out;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 1px #ffffff90, 0 4px 8px #a55b1c20, 0 15px 26px -10px #ba6b2980;
}
.button:active,
.button-store:active {
  scale: 0.96;
}
.button-secondary {
  background: #fcfbf8cc;
  box-shadow: inset 0 1px white, 0 2px 5px #29272405, 0 7px 16px -12px #29272445;
  border-color: #cdc7bd;
}
.button-secondary:hover {
  background: var(--surface);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}
.text-link:hover {
  color: var(--orange-ink);
}
.version-pill {
  padding: 3px 9px;
  border: 1px solid #dbc1a9;
  background: var(--orange-soft);
  color: var(--orange-ink);
  border-radius: 5px;
  letter-spacing: 0.02em;
}
.home-hero {
  position: relative;
  isolation: isolate;
  padding: 76px 0 0;
  overflow: hidden;
  background: radial-gradient(ellipse at 85% 20%, #f7dcba8c, transparent 55%), linear-gradient(180deg, #fbfaf7, var(--bg));
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(#9772460b 1px, transparent 1px), linear-gradient(90deg, #9772460b 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 72% 32%, black, transparent 75%);
}
.home-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 490px;
  height: 490px;
  border: 1px solid #dca87230;
  box-shadow: 0 0 0 50px #ebc8a00e, 0 0 0 100px #ebc8a00b;
  border-radius: 50%;
  top: 45px;
  right: -100px;
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  align-items: center;
  gap: 64px;
}
.hero-copy {
  padding-bottom: 22px;
}
.hero-copy h1 {
  font-size: clamp(38px, 3.9vw, 57px);
  line-height: 1.4;
  margin-top: 25px;
  letter-spacing: -0.055em;
  white-space: nowrap;
}
.accent-word {
  position: relative;
  z-index: 0;
}
.accent-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 13px;
  background: var(--orange);
  z-index: -1;
  border-radius: 2px;
  transform: rotate(-1deg);
  opacity: 0.75;
}
.hero-lead {
  font-size: 17px;
  line-height: 1.95;
  margin: 22px 0 28px;
}
.availability {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  margin-top: 18px;
}
.availability svg {
  width: 14px;
  height: 14px;
}
.hero-bottom {
  display: flex;
  gap: 50px;
  margin-top: 70px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
  position: relative;
}
.hero-bottom span + span:before {
  content: "+";
  margin-right: 50px;
  color: #8d867e;
}
.studio-demo {
  position: relative;
  background: var(--surface);
  border: 1px solid #ffffff;
  border-radius: var(--radius);
  box-shadow: 0 0 0 1px #6643220d, 0 5px 10px -5px #5c391c1f, 0 28px 55px -24px #79481f66, 0 65px 100px -60px #79481f60;
  transform: rotate(-1.2deg);
  transition: transform 350ms var(--ease-out), box-shadow 350ms var(--ease-out);
  overflow: hidden;
}
.studio-heading {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  gap: 12px;
  background: linear-gradient(180deg, #fff, #f9f7f2);
}
.studio-heading > span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}
.studio-heading svg {
  width: 20px;
  height: 20px;
  color: #746d65;
}
.studio-heading small {
  font-size: 12px;
  color: #746d65;
}
.demo-tabs {
  margin: 18px 22px 0;
  display: flex;
  gap: 5px;
  padding: 4px;
  background: var(--inset);
  border-radius: 11px;
  box-shadow: inset 0 1px 3px #2927240b;
}
.demo-tabs button {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 9px 5px;
  font-size: 13px;
  border-radius: 7px;
  white-space: nowrap;
  transition: background-color 150ms ease-out, box-shadow 150ms ease-out, color 150ms ease-out;
}
.demo-tabs button[aria-selected="true"] {
  background: var(--orange-soft);
  font-weight: 500;
  color: var(--orange-ink);
  box-shadow: 0 1px 3px #6d411a14, 0 4px 8px -5px #8c431c50, inset 0 1px #ffffffa0;
}
.demo-panel {
  padding: 26px 25px 0;
  min-height: 337px;
}
.demo-heading {
  display: flex;
  align-items: center;
  gap: 13px;
}
.demo-number {
  color: var(--orange-ink);
  font-size: 13px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.demo-heading h2 {
  font-size: 24px;
}
.demo-panel > p {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 12px;
  min-height: 54px;
}
.timeline {
  position: relative;
  overflow: hidden;
  margin-top: 23px;
  padding: 14px 14px 11px;
  border: 1px solid #e3dfd9;
  border-radius: 12px;
  background: linear-gradient(135deg, #f7f5ef, #f0eee8);
  box-shadow: inset 0 1px 4px #51371e0b, 0 1px #ffffff;
}
.timeline::after {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 35px auto 10px 0;
  width: 22%;
  background: linear-gradient(90deg, transparent, #edab7030);
  border-right: 1px solid #dc944d80;
  opacity: 0;
}
.timeline-ruler {
  display: flex;
  justify-content: space-between;
  margin-left: 36px;
  color: #746d65;
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d7d0c8;
}
.timeline-row {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 10px;
}
.track-label {
  color: #746d65;
  font-size: 12px;
  min-width: 25px;
}
.track-clips {
  display: flex;
  gap: 5px;
  flex: 1;
}
.track-clips span {
  background: #e7edf1;
  border: 1px solid #cfdce4;
  flex: 1;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  padding: 7px 4px;
  border-radius: 5px;
  color: #4d6981;
  box-shadow: 0 2px 4px #344b5908, inset 0 1px #ffffff90;
}
.track-1 span {
  background: #faf0e7;
  border-color: #dbc1a9;
  color: var(--orange-ink);
}
.timeline-baseline {
  height: 20px;
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0 0 35px;
}
.timeline-baseline i {
  width: 3px;
  height: var(--bar);
  background: #b6a389;
  border-radius: 2px;
}
.wave-0 { --bar: 20%; }
.wave-1 { --bar: 45%; }
.wave-2 { --bar: 65%; }
.wave-3 { --bar: 30%; }
.wave-4 { --bar: 80%; }
.wave-5 { --bar: 55%; }
.wave-6 { --bar: 40%; }
.wave-7 { --bar: 75%; }
.wave-8 { --bar: 35%; }
.wave-9 { --bar: 60%; }
.wave-10 { --bar: 85%; }
.demo-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-top: 20px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  gap: 10px;
  color: #746d65;
}
.demo-footer a {
  font-weight: 500;
  color: var(--ink);
  font-size: 12px;
}
.workflow-section {
  padding: 105px 0 100px;
}
.section-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 46px;
}
.section-intro h2,
.feedback-copy h2,
.pricing-teaser h2,
.home-faq h2 {
  font-size: 36px;
  margin-top: 14px;
  line-height: 1.5;
}
.section-intro > p {
  font-size: 15px;
  max-width: 440px;
}
.production-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0;
  list-style: none;
  gap: 16px;
  margin: 0 0 30px;
}
.production-flow li {
  padding: 23px 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  background: linear-gradient(145deg, #fffdf9, #f7f4ef);
  box-shadow: var(--shadow-card);
  transition: transform 180ms ease-out, box-shadow 180ms ease-out;
}
.flow-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
  margin-bottom: 18px;
}
.flow-icon svg {
  width: 40px;
  height: 40px;
  padding: 8px;
  color: var(--orange-ink);
  border-radius: 12px;
  background: var(--orange-soft);
  box-shadow: inset 0 1px #ffffff90, 0 3px 6px #8c431c0c;
}
.flow-icon > span {
  font-size: 12px;
  color: #746d65;
}
.production-flow h3 {
  font-size: 17px;
}
.production-flow p {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 10px;
}
.focus-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #eeebe5, #f3f0ea);
  border-block: 1px solid var(--line);
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.feature-story {
  padding: 36px;
  background: var(--surface);
  border: 1px solid #ffffffb3;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  transition: transform 180ms ease-out, box-shadow 180ms ease-out;
}
.feature-story-wide {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 70px;
  align-items: center;
  padding: 48px;
}
.icon-tile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: linear-gradient(145deg, #fff8ee, #f4dcc1);
  color: var(--orange-ink);
  box-shadow: inset 0 1px white, 0 4px 8px -3px #8c431c28;
  border-radius: 11px;
  margin-bottom: 18px;
}
.feature-story h3 {
  font-size: 26px;
  line-height: 1.55;
  margin-bottom: 14px;
}
.feature-story p {
  font-size: 15px;
  line-height: 1.9;
  max-width: 480px;
}
.feature-story .text-link {
  margin-top: 23px;
}
.review-diagram {
  background: linear-gradient(145deg, #fffefa, #f3eee5);
  border-radius: 16px;
  padding: 24px 26px;
  border: 1px solid var(--line);
  box-shadow: 0 4px 8px -5px #48352020, 0 20px 40px -24px #48352050;
  transform: rotate(1.5deg);
}
.diagram-label {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #746d65;
}
.review-diagram > div {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.review-diagram > div > span {
  font-size: 12px;
  color: #746d65;
}
.review-diagram strong {
  font-size: 15px;
  font-weight: 500;
}
.review-diagram small {
  font-size: 12px;
  color: var(--muted);
}
.review-diagram > p {
  font-size: 12px;
  padding-top: 20px;
  color: var(--orange-ink);
}
.feedback-section {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 100px;
  align-items: center;
  padding: 112px 0;
}
.feedback-symbol {
  position: relative;
  max-width: 310px;
  height: 270px;
  margin: auto;
  width: 100%;
  border: 1px solid #d4cec5;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, #fff9eb 5%, #edcba638 50%, transparent 72%);
  box-shadow: 0 0 0 24px #dfc5a40e, 0 0 0 48px #dfc5a409;
}
.feedback-symbol::before {
  content: "";
  position: absolute;
  inset: 15%;
  border: 1px dashed #cfa67860;
  border-radius: inherit;
}
.feedback-symbol > svg {
  width: 115px;
  height: 115px;
  color: #b4ada3;
  stroke-width: 0.8;
}
.feedback-symbol span {
  position: absolute;
  border: 1px solid #d4cec5;
  background: var(--surface);
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 14px;
  box-shadow: var(--shadow-card);
}
.feedback-symbol span:nth-of-type(1) {
  top: -17px;
  left: 32px;
}
.feedback-symbol span:nth-of-type(2) {
  top: 95px;
  right: -28px;
  background: var(--orange-soft);
  border-color: #dbc1a9;
  color: var(--orange-ink);
}
.feedback-symbol span:nth-of-type(3) {
  bottom: 0;
  left: 3px;
}
.subtle-tag {
  display: inline-flex;
  font-size: 12px;
  border: 1px solid #cfc7bc;
  padding: 4px 10px;
  border-radius: 5px;
  color: var(--muted);
}
.feedback-copy > p {
  margin: 22px 0;
  font-size: 15px;
  line-height: 2;
}
.home-pricing {
  background: #eae7e1;
  border-block: 1px solid var(--line);
}
.pricing-teaser {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  padding: 65px 0;
}
.pricing-teaser h2 {
  font-size: 29px;
}
.pricing-teaser > div > p {
  font-size: 14px;
  margin-top: 18px;
  line-height: 1.95;
}
.pricing-teaser-detail {
  border-left: 1px solid #cbc4b9;
  padding-left: 60px;
}
.pricing-teaser-detail > span {
  font-size: 13px;
  color: var(--muted);
}
.pricing-teaser-detail > p {
  font-size: 62px !important;
  color: var(--ink);
  line-height: 1.4 !important;
  margin-top: 3px !important;
  letter-spacing: -0.04em;
  font-weight: 500;
}
.pricing-teaser-detail > p small {
  font-size: 30px;
  margin-right: 6px;
}
.pricing-teaser-detail > p span {
  font-size: 14px;
  color: var(--muted);
  letter-spacing: 0;
  font-weight: 400;
}
.pricing-teaser-detail > .button {
  display: flex;
  max-width: 260px;
  margin-top: 25px;
  font-size: 14px;
}
.home-faq {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  gap: 100px;
  padding: 100px 0;
}
.home-faq h2 {
  margin-bottom: 25px;
}
.faq-list {
  border-top: 1px solid #d0c8bd;
}
.faq-list details {
  border-bottom: 1px solid #d0c8bd;
}
.faq-list summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 16px;
  font-weight: 500;
  padding: 21px 0;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #746d65;
  transition: transform 0.15s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details > p {
  padding: 0 35px 25px 0;
  font-size: 15px;
  line-height: 1.95;
}
.closing-cta {
  border: 1px solid #ffffffb3;
  border-radius: 28px;
  padding: 48px;
  margin-bottom: 64px;
  background: radial-gradient(ellipse at 100% 50%, #f0ceaa9e, transparent 65%), #fcfaf5;
  box-shadow: var(--shadow-raised);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.closing-cta h2 {
  font-size: 28px;
  margin: 12px 0;
}
.closing-cta p:not(.eyebrow) {
  font-size: 14px;
}
.site-footer {
  background: #eae7e1;
  border-top: 1px solid var(--line);
}
.footer-main {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 35px;
  padding: 64px 0 55px;
}
.footer-intro p {
  font-size: 13px;
  margin-top: 18px;
  line-height: 2;
}
.footer-main h2 {
  font-size: 13px;
  letter-spacing: 0;
  margin: 6px 0 18px;
}
.footer-main > div:not(:first-child) > a {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin: 8px 0;
}
.footer-main a:hover {
  color: var(--orange-ink);
}
.footer-bottom {
  border-top: 1px solid #d3cbbf;
  padding: 22px 0 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 12px;
}
.footer-bottom > p {
  color: inherit;
}
.mobile-break {
  display: none;
}
.breadcrumbs {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 13px;
  margin-top: 27px;
  color: var(--muted);
}
.breadcrumbs > a:hover {
  color: var(--orange-ink);
}
.inner-hero {
  padding: 54px 0 62px;
}
.inner-hero h1 {
  font-size: 46px;
  margin: 18px 0;
}
.inner-hero > p:not(.eyebrow) {
  font-size: 18px;
  max-width: 850px;
  line-height: 1.9;
}
.article-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 70px;
  padding-bottom: 100px;
}
.article-toc nav {
  position: sticky;
  top: 114px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-left: 1px solid var(--line);
  padding-left: 20px;
}
.article-toc nav > span {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 13px;
  color: #746d65;
}
.article-toc nav > a {
  font-size: 13px;
  padding: 7px 0;
  color: var(--muted);
  line-height: 1.7;
}
.article-toc nav > a:hover {
  color: var(--orange-ink);
}
.article-body {
  min-width: 0;
}
.content-section {
  padding: 38px 0 45px;
  border-top: 1px solid #d6cec3;
}
.content-section:first-child {
  padding-top: 28px;
}
.content-section > h2 {
  font-size: 26px;
  margin-bottom: 22px;
}
.content-section > p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 15px;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}
.content-card {
  display: block;
  border: 1px solid #e8e2d8;
  border-radius: 16px;
  background: var(--surface);
  padding: 23px;
  box-shadow: var(--shadow-card);
  transition:
    border-color 0.2s,
    transform 0.15s,
    box-shadow 0.15s;
}
.content-card:hover {
  border-color: #b8aa99;
  transform: translateY(-2px);
  box-shadow: var(--shadow-raised);
}
.content-card h3 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 17px;
  letter-spacing: -0.01em;
}
.content-card h3 > span {
  color: #746d65;
}
.content-card p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.85;
}
.step-list {
  counter-reset: steps;
  list-style: none;
  padding: 0;
  margin: 18px 0;
}
.step-list li {
  counter-increment: steps;
  display: flex;
  gap: 18px;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.9;
}
.step-list li:before {
  content: counter(steps, decimal-leading-zero);
  font-size: 12px;
  color: var(--orange-ink);
  min-width: 25px;
  font-weight: 500;
}
.bullet-list {
  padding-left: 21px;
  color: var(--muted);
  line-height: 2;
}
.bullet-list li {
  padding: 4px 0;
}
.bullet-list li::marker {
  color: #9c8c7a;
}
.facts {
  margin: 20px 0;
  border-top: 1px solid var(--line);
}
.facts > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 25px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.facts dt {
  color: #746d65;
}
.facts dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.content-notice {
  border-left: 3px solid var(--orange);
  padding: 14px 18px;
  background: #faf0e7;
  font-size: 14px !important;
  color: #715132;
  margin: 22px 0;
}
.table-scroll {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
  background: var(--surface);
}
th,
td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  min-width: 125px;
}
thead {
  background: var(--inset);
  color: var(--muted);
}
th {
  font-weight: 500;
}
.release-panel {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 34px;
  background: linear-gradient(125deg, #fffdf9, #f5eadb);
  box-shadow: var(--shadow-raised);
  display: flex;
  gap: 24px;
}
.release-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--inset);
}
.release-panel h3 {
  font-size: 23px;
  margin: 17px 0;
}
.release-panel p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 18px;
}
.release-note {
  font-size: 13px !important;
  color: #7a654e;
}
.company-contact {
  padding: 25px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
.company-contact a {
  color: #4d6981;
}
.company-contact span {
  color: var(--muted);
  font-size: 13px;
}
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 25px 0;
}
.plan {
  padding: 24px 20px;
  border: 1px solid #d6cec3;
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
}
.plan-label {
  font-size: 15px;
  font-weight: 500;
}
.plan-price {
  font-size: 43px;
  letter-spacing: -0.05em;
  color: var(--ink);
  line-height: 1.4;
  margin-top: 22px;
}
.plan-price small {
  font-size: 23px;
  margin-right: 3px;
}
.plan-price span {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0;
  white-space: nowrap;
}
.plan ul {
  padding: 15px 0;
  list-style: none;
  font-size: 13px;
  color: var(--muted);
  line-height: 2.3;
  border-bottom: 1px solid var(--line);
}
.plan-status {
  font-size: 12px;
  color: #746d65;
}
.addon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 22px 0;
}
.addon-grid > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px;
  border: 1px solid var(--line);
  padding: 18px 20px;
  border-radius: 14px;
  background: var(--surface);
  font-size: 15px;
}
.addon-grid strong {
  font-weight: 500;
}
.addon-grid small {
  grid-column: 1/-1;
  color: var(--muted);
  font-size: 12px;
}
.help-search {
  margin-top: 30px;
  max-width: 570px;
}
.help-search label {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 8px;
}
.help-search input {
  width: 100%;
  height: 54px;
  border: 1px solid #aaa298;
  background: var(--surface);
  border-radius: 10px;
  padding: 0 17px;
  color: var(--ink);
}
.help-search input::placeholder {
  color: #746d65;
}
.help-search > p {
  font-size: 12px;
  margin-top: 8px;
  min-height: 22px;
}
.search-empty {
  padding: 24px;
  background: var(--surface);
  border-radius: 12px;
  font-size: 15px;
}
.legal-layout .article-body {
  max-width: 850px;
}
.error-content {
  padding: 100px 0 140px;
}
.error-content h1 {
  font-size: 54px;
  line-height: 1.5;
  margin: 20px 0;
}
.error-content p {
  margin-bottom: 24px;
}

/* Motion stays decorative. Content is visible without JavaScript, and every
   animated surface has a static state plus a user/system pause path. */
.motion-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 0 8px 9px;
  min-height: 40px;
  flex-shrink: 0;
  background: transparent;
  border: 0;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}
.motion-toggle::before {
  content: "";
  width: 8px;
  height: 9px;
  border-inline: 2px solid currentColor;
}
.motion-toggle[aria-pressed="true"]::before {
  border: 0;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.motion-toggle:disabled { cursor: default; }
.motion-toggle:hover:not(:disabled) { color: var(--orange-ink); }
.studio-heading { gap: 9px; }
.studio-heading > span { flex: 1; }
.studio-heading small { font-size: 11px; white-space: nowrap; }
.button svg { width: 18px; height: 18px; }
.button-store { gap: 10px; }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * {
    animation: hero-enter 650ms var(--ease-out) both;
  }
  .hero-copy h1 { animation-delay: 70ms; }
  .hero-copy .hero-lead { animation-delay: 140ms; }
  .hero-copy .button-row { animation-delay: 210ms; }
  .hero-copy .availability { animation-delay: 280ms; }
  .accent-line { animation: underline-enter 700ms 220ms var(--ease-out) both; transform-origin: left; }
  .studio-demo.is-in-view .timeline::after {
    animation: timeline-sweep 4.5s 600ms linear infinite;
  }
  .studio-demo.is-in-view .timeline-baseline i:nth-child(3n) {
    animation: waveform 1.2s ease-in-out infinite alternate;
  }
  .timeline-baseline i:nth-child(6n) { animation-delay: -0.65s !important; }
  .timeline-baseline i:nth-child(9n) { animation-delay: -0.25s !important; }
  .reveal-ready.is-revealed {
    animation: section-enter 700ms var(--ease-out) both;
  }
  .production-flow.is-revealed > li {
    animation: section-enter 550ms var(--ease-out) both;
  }
  .production-flow.is-revealed > li:nth-child(2) { animation-delay: 60ms; }
  .production-flow.is-revealed > li:nth-child(3) { animation-delay: 120ms; }
  .production-flow.is-revealed > li:nth-child(4) { animation-delay: 180ms; }
  .production-flow.is-revealed > li:nth-child(5) { animation-delay: 240ms; }
}
@keyframes hero-enter {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes section-enter {
  from { opacity: 0.35; translate: 0 24px; }
  to { opacity: 1; translate: 0 0; }
}
@keyframes underline-enter {
  from { transform: scaleX(0) rotate(-1deg); }
  to { transform: scaleX(1) rotate(-1deg); }
}
@keyframes timeline-sweep {
  0% { transform: translateX(-100%); opacity: 0; }
  12%, 78% { opacity: 1; }
  96%, 100% { transform: translateX(455%); opacity: 0; }
}
@keyframes waveform {
  from { transform: scaleY(0.35); }
  to { transform: scaleY(1.2); }
}
.motion-paused *,
.motion-paused *::before,
.motion-paused *::after {
  animation: none !important;
}
.motion-paused .timeline::after { opacity: 0; }
@media (hover: hover) and (pointer: fine) {
  .studio-demo:hover { transform: rotate(0) translateY(-4px); }
  .production-flow li:hover,
  .feature-story:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-raised);
  }
  .text-link .arrow { transition: transform 150ms ease-out; }
  .text-link:hover .arrow { transform: translate(2px, -2px); }
}
@media (min-width: 1550px) {
  .home-hero {
    padding-top: 105px;
  }
  .hero-grid {
    gap: 85px;
  }
  .hero-copy h1 {
    font-size: 59px;
  }
}
@media (max-width: 1150px) {
  .shell {
    width: calc(100% - 64px);
  }
  .primary-nav {
    gap: 21px;
  }
  .hero-grid {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .hero-copy h1 {
    font-size: 42px;
  }
  .hero-lead {
    font-size: 15px;
  }
  .hero-copy .button {
    font-size: 13px;
    padding-inline: 15px;
    gap: 12px;
  }
  .demo-panel {
    padding-inline: 19px;
  }
  .studio-heading {
    padding-inline: 19px;
  }
  .demo-tabs {
    margin-inline: 17px;
  }
  .demo-heading h2 {
    font-size: 22px;
  }
  .hero-bottom {
    gap: 28px;
  }
  .hero-bottom span + span:before {
    margin-right: 28px;
  }
  .feature-story-wide {
    gap: 40px;
    padding: 36px;
  }
  .feedback-section {
    gap: 65px;
  }
  .article-layout {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 40px;
  }
  .plan {
    padding-inline: 15px;
  }
  .plan-price {
    font-size: 36px;
  }
  .review-diagram {
    padding-inline: 20px;
  }
}
@media (max-width: 900px) {
  .home-hero {
    padding-top: 50px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .hero-copy {
    padding: 0;
    text-align: center;
  }
  .hero-copy .eyebrow,
  .hero-copy .button-row,
  .availability {
    justify-content: center;
  }
  .hero-copy h1 {
    font-size: 52px;
  }
  .hero-lead {
    font-size: 17px;
  }
  .hero-copy .button {
    font-size: 15px;
    padding-inline: 21px;
  }
  .studio-demo {
    width: min(570px, 100%);
    margin: auto;
    transform: none;
  }
  .demo-panel {
    min-height: 345px;
  }
  .hero-bottom {
    justify-content: center;
    margin-top: 42px;
    gap: 20px;
    font-size: 12px;
  }
  .hero-bottom span + span:before {
    margin-right: 20px;
  }
  .primary-nav {
    gap: 16px;
    font-size: 13px;
  }
  .primary-nav > .button-store {
    padding: 8px 10px;
    gap: 8px;
    margin-left: 0;
  }
  .brand {
    font-size: 21px;
  }
  .brand img {
    width: 34px;
    height: 34px;
  }
  .workflow-section {
    padding-block: 75px;
  }
  .section-intro h2,
  .feedback-copy h2 {
    font-size: 31px;
  }
  .production-flow {
    gap: 10px;
  }
  .production-flow li { padding: 18px 12px; }
  .production-flow h3 {
    font-size: 15px;
  }
  .production-flow p {
    font-size: 13px;
  }
  .feature-story-wide {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .review-diagram > div {
    grid-template-columns: 20px 1fr;
    gap: 4px;
  }
  .review-diagram small {
    grid-column: 2;
  }
  .feature-story h3 {
    font-size: 23px;
  }
  .feedback-section {
    padding-block: 85px;
    gap: 60px;
  }
  .feedback-symbol {
    height: 220px;
    max-width: 240px;
  }
  .feedback-symbol > svg {
    width: 95px;
    height: 95px;
  }
  .feedback-symbol span:nth-of-type(2) {
    top: 75px;
    right: -25px;
  }
  .pricing-teaser {
    gap: 30px;
  }
  .pricing-teaser-detail {
    padding-left: 30px;
  }
  .pricing-teaser h2 {
    font-size: 25px;
  }
  .home-faq {
    gap: 50px;
    padding-block: 75px;
  }
  .footer-main {
    gap: 25px;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
  .article-layout {
    gap: 30px;
    grid-template-columns: 150px minmax(0, 1fr);
  }
  .plans-grid {
    grid-template-columns: 1fr;
  }
  .plan {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    padding: 22px;
  }
  .plan-price {
    margin: 0;
    grid-column: 1;
    grid-row: 2;
  }
  .plan ul {
    grid-column: 2;
    grid-row: 1/4;
    margin: 0;
    border: 0;
    padding: 0;
  }
  .plan-status {
    margin-top: 8px;
  }
  .card-grid {
    grid-template-columns: 1fr;
  }
  .release-panel {
    padding: 25px;
    gap: 18px;
  }
  .release-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 90px;
  }
  .shell {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 72px;
    gap: 15px;
  }
  .menu-toggle {
    display: flex;
  }
  .primary-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    background: var(--bg);
    border-bottom: 1px solid #cdc4b9;
    box-shadow: 0 15px 30px -12px #392d1d2e;
    padding: 15px 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .primary-nav.is-open {
    display: flex;
  }
  .primary-nav > a {
    padding: 12px 8px;
    font-size: 15px;
  }
  .primary-nav > .button-store {
    margin-top: 10px;
    padding: 12px;
  }
  .primary-nav > a[aria-current] {
    box-shadow: none;
    font-weight: 600;
  }
  .brand-version {
    font-size: 12px;
  }
  .home-hero {
    padding-top: 39px;
  }
  .eyebrow {
    font-size: 12px;
    gap: 8px;
  }
  .hero-copy h1 {
    font-size: clamp(29px, 7.3vw, 46px);
    margin-top: 22px;
    line-height: 1.5;
    letter-spacing: -0.065em;
  }
  .hero-lead {
    font-size: 14px;
    margin-block: 19px 24px;
  }
  .hero-copy .button {
    font-size: 13px;
    min-height: 47px;
    padding: 10px 15px;
    gap: 12px;
  }
  .hero-copy .button-store { min-width: min(260px, 100%); }
  .hero-copy .button-row { gap: 13px; }
  .availability {
    font-size: 12px;
    margin-top: 16px;
  }
  .accent-line {
    bottom: 2px;
    height: 10px;
  }
  .studio-heading {
    padding: 13px 16px;
  }
  .studio-heading > span {
    font-size: 13px;
    gap: 6px;
  }
  .demo-tabs {
    margin-top: 15px;
  }
  .demo-tabs button {
    font-size: 12px;
    min-height: 40px;
  }
  .demo-panel {
    padding: 23px 18px 0;
    min-height: 351px;
  }
  .demo-panel > p {
    font-size: 14px;
  }
  .demo-heading h2 {
    font-size: 23px;
  }
  .timeline {
    padding-inline: 10px;
  }
  .track-clips span {
    font-size: 12px;
    padding-inline: 2px;
  }
  .timeline-ruler {
    font-size: 12px;
  }
  .demo-footer {
    font-size: 12px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .demo-footer a {
    font-size: 12px;
  }
  .hero-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 23px 5px;
    text-align: center;
    font-size: 12px;
  }
  .hero-bottom span + span:before {
    content: none;
  }
  .workflow-section {
    padding-block: 60px;
  }
  .section-intro {
    display: block;
    margin-bottom: 30px;
  }
  .section-intro h2,
  .feedback-copy h2,
  .home-faq h2 {
    font-size: 29px;
    margin-top: 10px;
  }
  .section-intro > p {
    margin-top: 20px;
    font-size: 14px;
  }
  .section-intro > .text-link {
    margin-top: 20px;
    font-size: 14px;
  }
  .production-flow {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 22px;
  }
  .production-flow li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 0 16px;
    padding: 21px;
    border: 1px solid #ffffff;
  }
  .flow-icon {
    grid-row: 1/3;
    border: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 8px;
    margin: 0;
  }
  .flow-icon svg {
    width: 40px;
    height: 40px;
  }
  .flow-icon > span {
    font-size: 12px;
  }
  .production-flow h3 {
    font-size: 17px;
  }
  .production-flow p {
    font-size: 14px;
    margin-top: 7px;
  }
  .focus-section {
    padding-block: 56px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .feature-story-wide {
    grid-column: auto;
    display: block;
    padding: 26px;
  }
  .feature-story {
    padding: 26px;
  }
  .feature-story h3 {
    font-size: 23px;
  }
  .feature-story p {
    font-size: 14px;
  }
  .feature-story .text-link {
    font-size: 14px;
    margin-top: 18px;
  }
  .review-diagram {
    margin-top: 27px;
    padding: 20px;
  }
  .review-diagram > div {
    grid-template-columns: 20px 1fr auto;
    gap: 9px;
    padding: 16px 0;
  }
  .review-diagram small {
    grid-column: auto;
    font-size: 12px;
  }
  .review-diagram strong {
    font-size: 14px;
  }
  .feedback-section {
    display: flex;
    flex-direction: column-reverse;
    gap: 48px;
    padding-block: 64px;
  }
  .feedback-copy > p {
    font-size: 14px;
  }
  .feedback-symbol {
    height: 210px;
    max-width: 270px;
  }
  .feedback-symbol span {
    font-size: 14px;
    padding: 10px 20px;
  }
  .feedback-symbol span:nth-of-type(2) {
    right: -10px;
  }
  .pricing-teaser {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 48px;
  }
  .pricing-teaser h2 {
    font-size: 25px;
  }
  .pricing-teaser > div > p {
    font-size: 14px;
  }
  .pricing-teaser-detail {
    border-left: 0;
    border-top: 1px solid #cbc4b9;
    padding: 25px 0 0;
  }
  .pricing-teaser-detail > p {
    font-size: 56px !important;
  }
  .pricing-teaser-detail > .button {
    margin-top: 20px;
    max-width: none;
  }
  .home-faq {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 60px;
  }
  .home-faq h2 {
    margin-bottom: 15px;
  }
  .home-faq .text-link {
    font-size: 14px;
  }
  .faq-list summary {
    font-size: 15px;
    padding: 20px 0;
    gap: 15px;
  }
  .faq-list details > p {
    font-size: 14px;
    padding-right: 10px;
  }
  .closing-cta {
    display: block;
    padding: 32px 24px;
    margin-bottom: 42px;
  }
  .closing-cta h2 {
    font-size: 25px;
  }
  .closing-cta > .button {
    margin-top: 23px;
    font-size: 14px;
    width: 100%;
  }
  .closing-cta p:not(.eyebrow) {
    font-size: 14px;
  }
  .mobile-break {
    display: block;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
    padding: 40px 0;
  }
  .footer-intro {
    grid-column: 1/-1;
  }
  .footer-intro p {
    font-size: 13px;
  }
  .footer-main h2 {
    margin-bottom: 13px;
  }
  .footer-main > div:not(:first-child) > a {
    font-size: 14px;
  }
  .footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 9px;
    font-size: 12px;
  }
  .breadcrumbs {
    font-size: 12px;
    margin-top: 20px;
  }
  .inner-hero {
    padding: 35px 0;
  }
  .inner-hero h1 {
    font-size: 32px;
    line-height: 1.5;
    margin: 13px 0;
  }
  .inner-hero > p:not(.eyebrow) {
    font-size: 15px;
  }
  .article-layout {
    display: block;
    padding-bottom: 50px;
  }
  .article-toc {
    margin-bottom: 30px;
  }
  .article-toc nav {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    border: 0;
    gap: 7px;
  }
  .article-toc nav > span {
    display: none;
  }
  .article-toc nav > a {
    font-size: 12px;
    border: 1px solid #d8d0c5;
    border-radius: 5px;
    padding: 6px 10px;
  }
  .content-section {
    padding-block: 29px 32px;
  }
  .content-section > h2 {
    font-size: 23px;
    margin-bottom: 17px;
  }
  .content-section > p {
    font-size: 15px;
  }
  .content-card {
    padding: 21px;
  }
  .content-card h3 {
    font-size: 16px;
  }
  .content-card p {
    font-size: 14px;
  }
  .step-list li {
    font-size: 14px;
  }
  .bullet-list {
    font-size: 14px;
  }
  .facts > div {
    grid-template-columns: 90px 1fr;
    gap: 20px;
    font-size: 14px;
  }
  .release-panel {
    display: block;
    padding: 23px;
  }
  .release-icon {
    margin-bottom: 18px;
  }
  .release-panel h3 {
    font-size: 20px;
  }
  .release-panel p {
    font-size: 14px;
  }
  .release-note {
    font-size: 13px !important;
  }
  .release-panel .button {
    font-size: 14px;
  }
  .addon-grid {
    grid-template-columns: 1fr;
  }
  .plan {
    padding: 20px;
    gap: 0 15px;
  }
  .plan ul {
    font-size: 13px;
  }
  .plan-price {
    font-size: 38px;
  }
  .plan-label {
    font-size: 14px;
  }
  .help-search {
    margin-top: 23px;
  }
  .help-search label {
    font-size: 13px;
  }
  .error-content {
    padding-block: 70px 90px;
  }
  .error-content h1 {
    font-size: 39px;
  }
}
@media (max-width: 370px) {
  .shell {
    width: calc(100% - 28px);
  }
  .demo-panel {
    padding-inline: 12px;
  }
  .demo-tabs {
    margin-inline: 12px;
  }
  .track-clips {
    gap: 3px;
  }
  .review-diagram > div {
    grid-template-columns: 20px 1fr;
  }
  .review-diagram small {
    grid-column: 2;
  }
  .hero-copy .eyebrow {
    font-size: 11px;
  }
  .desktop-break {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
  .button:hover,
  .content-card:hover,
  .production-flow li:hover,
  .feature-story:hover,
  .studio-demo:hover {
    transform: none;
  }
  .button:active,
  .button-store:active { scale: 1; }
}
@media (forced-colors: active) {
  .accent-line,
  .timeline-baseline {
    display: none;
  }
  .button,
  .content-card,
  .demo-tabs button[aria-selected="true"],
  .subtle-tag {
    border: 1px solid ButtonText;
  }
  .studio-demo {
    box-shadow: none;
  }
  .primary-nav > a[aria-current] {
    outline: 1px solid LinkText;
  }
}
@media print {
  .site-header,
  .site-footer,
  .closing-cta,
  .article-toc,
  .button-row,
  .skip-link {
    display: none;
  }
  .shell {
    width: 100%;
  }
  .article-layout {
    display: block;
  }
  .content-section {
    break-inside: avoid;
  }
  body {
    background: white;
    color: black;
  }
  .content-card {
    break-inside: avoid;
  }
  .inner-hero {
    padding-block: 20px;
  }
}
