@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root {
  --bg: oklch(0.985 0.004 260);
  --ink: oklch(0.23 0.012 260);
  --muted: oklch(0.46 0.016 260);
  --blue: oklch(0.49 0.19 265);
  --light-blue: oklch(0.87 0.06 265);
  --line: oklch(0.87 0.008 260);
  --dark: oklch(0.2 0.012 260);
  --soft: oklch(0.955 0.008 260);
  font-family: Manrope, system-ui, sans-serif;
  scroll-behavior: smooth;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button,
a {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.055em;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.wrap {
  width: min(1200px, calc(100% - 80px));
  margin-inline: auto;
}
section[id] {
  scroll-margin-top: 100px;
}
.skip {
  position: absolute;
  top: -100px;
  left: 20px;
  padding: 12px;
  background: var(--bg);
  z-index: 50;
}
.skip:focus {
  top: 10px;
}
.site-header {
  width: min(1360px, calc(100% - 64px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  gap: 24px;
}
.brand {
  font-size: 30px;
  letter-spacing: -0.075em;
  font-weight: 800;
  display: flex;
  gap: 8px;
  align-items: center;
}
.brand-point {
  color: var(--blue);
  margin-left: -8px;
}
.brand-icon {
  background: var(--blue);
  color: var(--bg);
  font-size: 24px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  letter-spacing: 0;
}
.site-header nav {
  display: flex;
  gap: 34px;
  font-size: 15px;
  font-weight: 600;
}
.site-header nav a:hover,
.quiet-link:hover {
  color: var(--blue);
}
.button {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: var(--bg);
  min-height: 54px;
  padding: 13px 23px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.5;
  transition: background 0.2s;
}
.button:hover {
  background: oklch(0.4 0.17 265);
}
.button-small {
  font-size: 14px;
  min-height: 44px;
  padding: 10px 16px;
  gap: 15px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding-block: 60px 85px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.12em;
  color: var(--blue);
  margin-bottom: 24px;
}
h1 {
  font-size: clamp(54px, 6vw, 88px);
  font-weight: 750;
  line-height: 1.02;
}
h1 > span {
  color: var(--blue);
}
.lead {
  font-size: 20px;
  color: var(--muted);
  max-width: 390px;
  line-height: 1.6;
  margin-top: 28px;
}
.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
.quiet-link {
  font-size: 15px;
  font-weight: 650;
}
.hero-note {
  font-size: 13px;
  color: var(--muted);
  margin-top: 24px;
}
.hero-editor {
  background: var(--dark);
  border: 1px solid oklch(0.32 0.012 260);
  border-radius: 14px;
  box-shadow: 0 28px 60px oklch(0.3 0.03 260/0.14);
  color: var(--bg);
  transform: rotate(2deg);
}
.editor-top {
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
  font-size: 12px;
  color: oklch(0.83 0.009 260);
  border-bottom: 1px solid oklch(0.35 0.01 260);
}
.editor-top i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--light-blue);
  border-radius: 50%;
  margin-right: 8px;
}
.editor-content {
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 20px;
  align-items: start;
}
.preview-photo {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.preview-photo > img {
  aspect-ratio: 9/14;
  object-fit: cover;
  object-position: center 30%;
}
.hero-caption {
  position: absolute;
  bottom: 14%;
  left: 5%;
  right: 5%;
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  color: oklch(0.99 0.003 260);
  text-shadow: 0 2px 5px oklch(0.15 0.01 260);
}
mark {
  background: var(--blue);
  color: var(--bg);
  padding: 2px 5px;
}
.photo-label {
  position: absolute;
  bottom: 7px;
  left: 8px;
  font-size: 10px;
  color: oklch(0.99 0.003 260);
  background: oklch(0.2 0.01 260/0.85);
  padding: 2px 5px;
}
.mini-inspector {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 12px;
  color: oklch(0.76 0.008 260);
}
.inspector-title {
  color: var(--bg);
  font-weight: 700;
  margin: 3px 0 6px;
}
.mini-inspector strong {
  font-size: 15px;
  font-weight: 600;
  color: var(--bg);
}
.mini-selected {
  border: 1px solid oklch(0.58 0.08 265);
  background: oklch(0.3 0.04 265);
  padding: 9px 7px;
  color: oklch(0.93 0.01 265);
  border-radius: 5px;
}
.mini-caption {
  background: oklch(0.15 0.006 260);
  font-size: 17px;
  padding: 18px 8px;
  text-align: center;
  font-weight: 750;
  color: var(--bg);
  border-radius: 4px;
}
.mini-caption b {
  color: oklch(0.8 0.1 260);
}
.editor-bottom {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px 20px;
  border-top: 1px solid oklch(0.35 0.01 260);
  font-size: 12px;
}
.timeline-track {
  display: flex;
  gap: 4px;
  flex: 1;
}
.timeline-track span {
  padding: 8px 10px;
  background: oklch(0.39 0.08 265);
  border-radius: 3px;
  flex: 1;
  text-align: center;
}
.timeline-track span:nth-child(2) {
  background: oklch(0.52 0.14 265);
}
.audience {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.audience > span {
  color: var(--muted);
}
.audience p {
  font-weight: 650;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.audience i {
  font-style: normal;
  color: var(--muted);
}
.product-section {
  padding-block: 105px;
}
.section-intro {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 50px;
}
h2 {
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 700;
}
.section-intro > p {
  max-width: 390px;
  color: var(--muted);
  font-size: 18px;
}
.feature-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
}
.feature-heading {
  display: flex;
  gap: 15px;
  align-items: center;
}
.step {
  display: inline-block;
  font-size: 14px;
  color: var(--blue);
  font-weight: 700;
  letter-spacing: 0;
}
.feature-layout h3 {
  font-size: 26px;
  line-height: 1.2;
}
.feature-layout p {
  color: var(--muted);
  margin-top: 16px;
  max-width: 460px;
}
.library-demo {
  margin-top: 30px;
  background: var(--soft);
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 14px;
}
.folder {
  font-weight: 700;
}
.library-demo > div:nth-child(2) {
  display: flex;
  gap: 8px;
  margin: 18px 0;
}
.library-demo > div:nth-child(2) > span {
  padding: 4px 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px;
}
.asset-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}
.asset-row strong {
  font-weight: 600;
  flex: 1;
}
.asset-row > span {
  color: var(--muted);
  font-size: 12px;
}
.feature-stack {
  display: grid;
  gap: 35px;
}
.feature-stack article + article {
  border-top: 1px solid var(--line);
  padding-top: 30px;
}
.feature-stack .step {
  margin-bottom: 12px;
}
.demo-section {
  background: var(--dark);
  color: var(--bg);
  padding: 85px 0;
}
.demo-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: center;
}
.demo-copy .eyebrow {
  color: var(--light-blue);
}
.demo-copy > p:not(.eyebrow) {
  max-width: 450px;
  color: oklch(0.78 0.012 260);
  margin-top: 24px;
}
.composition-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}
.composition-options button {
  border: 1px solid oklch(0.45 0.012 260);
  background: transparent;
  color: var(--bg);
  padding: 10px 18px;
  border-radius: 7px;
  font-size: 15px;
}
.composition-options button[aria-pressed='true'] {
  background: var(--bg);
  color: var(--ink);
  border-color: var(--bg);
}
.demo-copy small {
  display: block;
  max-width: 400px;
  color: oklch(0.72 0.012 260);
  font-size: 13px;
  margin-top: 20px;
}
.demo-description {
  min-height: 56px;
}
.demo-portrait {
  position: relative;
  aspect-ratio: 9/14;
  width: 285px;
  justify-self: center;
  border-radius: 8px;
  overflow: hidden;
  background: oklch(0.3 0.05 265);
}
.demo-portrait > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}
.demo-broll {
  display: none;
  position: absolute;
  inset: 50% 0 0;
  background: oklch(0.45 0.16 265);
  padding: 20px;
  color: var(--bg);
}
.demo-broll > span {
  font-size: 10px;
  letter-spacing: 0.1em;
}
.demo-broll > strong {
  display: block;
  font-size: 29px;
  letter-spacing: -0.045em;
  line-height: 1.2;
  margin-top: 20px;
}
.demo-caption {
  position: absolute;
  bottom: 12%;
  left: 10px;
  right: 10px;
  text-align: center;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
  text-shadow: 0 1px 4px oklch(0.15 0.01 260);
}
.demo-portrait[data-composition-preview='split'] > img {
  height: 50%;
  object-position: 50% 30%;
}
.demo-portrait[data-composition-preview='split'] .demo-broll {
  display: block;
}
.demo-portrait[data-composition-preview='voice'] > img {
  display: none;
}
.demo-portrait[data-composition-preview='voice'] .demo-broll {
  display: block;
  inset: 0;
  padding-top: 40px;
}
.captions-section {
  padding-block: 105px;
}
.caption-showcase {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 35px;
}
.caption-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 300px;
  background: var(--dark);
  color: var(--bg);
  padding: 22px;
  border-radius: 10px;
}
.caption-stage-label {
  color: oklch(0.74 0.01 260);
  font-size: 11px;
  letter-spacing: 0.12em;
}
.caption-stage small {
  color: oklch(0.74 0.01 260);
  font-size: 12px;
}
.caption-example {
  font-size: clamp(25px, 3vw, 39px);
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
}
.caption-example em {
  font-style: normal;
}
.caption-example[data-style='karaoke'] em {
  color: oklch(0.8 0.1 260);
}
.caption-example[data-style='clean'] {
  font-weight: 400;
}
.caption-example[data-style='highlight'] {
  color: oklch(0.9 0.17 95);
}
.caption-example[data-style='block'] {
  background: var(--blue);
  padding: 8px 12px;
}
.caption-picker {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.caption-picker button {
  background: transparent;
  border: 1px solid var(--line);
  padding: 7px;
  border-radius: 7px;
  color: var(--ink);
  font-size: 14px;
}
.caption-picker button[aria-pressed='true'] {
  border-color: var(--blue);
  box-shadow: inset 0 0 0 1px var(--blue);
}
.sample {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--dark);
  color: var(--bg);
  font-weight: 800;
  font-size: 17px;
  min-height: 85px;
  margin-bottom: 7px;
  border-radius: 3px;
}
.sample.clean {
  font-weight: 400;
}
.sample.highlight {
  color: oklch(0.9 0.17 95);
}
.sample.karaoke em {
  font-style: normal;
  color: oklch(0.8 0.1 260);
  margin-left: 4px;
}
.sample.block b {
  background: var(--blue);
  padding: 3px;
}
.section-footnote {
  font-size: 13px;
  color: var(--muted);
  max-width: 760px;
  margin-top: 22px;
}
.workflow {
  padding-bottom: 100px;
}
.workflow ol {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin: 45px 0 0;
}
.workflow li {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.workflow li > span {
  font-size: 14px;
  color: var(--blue);
  font-weight: 700;
}
.workflow h3 {
  font-size: 25px;
  margin: 24px 0 12px;
}
.workflow p {
  color: var(--muted);
  font-size: 16px;
}
.difference-section {
  padding-block: 20px 105px;
}
.difference-table > div {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px;
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
.difference-table > div:last-child {
  border-bottom: 1px solid var(--line);
}
.difference-table span {
  color: var(--muted);
}
.difference-table strong {
  font-size: 18px;
  font-weight: 550;
}
.access-section {
  padding: 80px 0;
  background: var(--soft);
}
.access-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 90px;
  align-items: center;
}
.access-layout > div > p {
  max-width: 430px;
  margin-top: 24px;
  color: var(--muted);
}
.access-offer {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg);
}
.access-status {
  font-size: 13px;
  display: inline-block;
  padding: 4px 9px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--muted);
}
.access-offer h3 {
  font-size: 28px;
  margin-top: 25px;
}
.access-offer p {
  font-size: 16px;
  margin: 18px 0 24px;
}
.access-offer small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin-top: 17px;
}
.faq {
  padding-block: 100px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 70px;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.faq details:first-child {
  padding-top: 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 650;
  font-size: 17px;
  padding-right: 15px;
}
.faq details p {
  color: var(--muted);
  font-size: 16px;
  margin-top: 16px;
  max-width: 570px;
}
.final-cta {
  background: var(--blue);
  color: var(--bg);
  padding: 60px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.final-cta .button {
  background: var(--bg);
  color: var(--blue);
  flex-shrink: 0;
}
.site-footer {
  padding-block: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.site-footer > span,
.site-footer > a:last-child {
  font-size: 13px;
  color: var(--muted);
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .hero {
    gap: 25px;
  }
  .editor-content {
    grid-template-columns: minmax(0, 1fr) 95px;
    padding: 15px;
    gap: 12px;
  }
  .mini-inspector {
    font-size: 11px;
  }
  .section-intro {
    gap: 30px;
  }
  .feature-layout,
  .access-layout {
    gap: 35px;
  }
  .demo-layout {
    gap: 35px;
  }
  .caption-showcase {
    grid-template-columns: 1fr 1fr;
  }
  .caption-picker {
    gap: 8px;
  }
  .sample {
    font-size: 14px;
  }
  .final-cta {
    padding: 40px;
  }
  .site-header nav {
    gap: 20px;
  }
  .difference-table > div {
    grid-template-columns: 150px 1fr;
  }
}
@media (max-width: 700px) {
  .site-header {
    height: 80px;
    width: calc(100% - 36px);
    gap: 12px;
  }
  .site-header nav {
    display: none;
  }
  .site-header .button {
    font-size: 12px;
    gap: 9px;
    padding: 10px;
  }
  .brand {
    font-size: 27px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 40px 0 55px;
    gap: 45px;
  }
  .hero-copy {
    max-width: 500px;
  }
  h1 {
    font-size: clamp(50px, 12vw, 72px);
  }
  .lead {
    font-size: 18px;
  }
  .eyebrow {
    font-size: 11px;
  }
  .hero-editor {
    max-width: 430px;
    justify-self: center;
    width: calc(100% - 12px);
    transform: rotate(1deg);
  }
  .hero-caption {
    font-size: 24px;
  }
  .editor-content {
    grid-template-columns: minmax(0, 1fr) 105px;
  }
  .audience {
    display: block;
    padding: 23px 0;
  }
  .audience p {
    margin-top: 9px;
    gap: 8px 12px;
    font-size: 13px;
  }
  .section-intro,
  .feature-layout,
  .demo-layout,
  .caption-showcase,
  .access-layout,
  .faq {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .section-intro {
    margin-bottom: 30px;
  }
  .section-intro > p {
    font-size: 17px;
  }
  .product-section,
  .captions-section {
    padding-block: 65px;
  }
  .feature-stack {
    gap: 28px;
    margin-top: 10px;
  }
  .feature-stack article {
    border-top: 1px solid var(--line);
    padding-top: 25px;
  }
  .demo-section {
    padding: 60px 0;
  }
  .demo-portrait {
    width: 250px;
    margin-top: 15px;
  }
  .caption-stage {
    min-height: 220px;
  }
  .caption-picker .sample {
    min-height: 65px;
    font-size: 17px;
  }
  .workflow {
    padding-bottom: 65px;
  }
  .workflow ol {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 30px;
  }
  .difference-section {
    padding-bottom: 65px;
  }
  .difference-table > div {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 18px 0;
  }
  .difference-table strong {
    font-size: 17px;
  }
  .difference-table span {
    font-size: 14px;
  }
  .access-section {
    padding: 55px 0;
  }
  .access-offer {
    padding: 24px;
  }
  .faq {
    padding-block: 65px;
  }
  .faq > div {
    margin-top: 10px;
  }
  .final-cta {
    padding: 30px 25px;
    display: block;
  }
  .final-cta h2 {
    font-size: 34px;
  }
  .final-cta .button {
    margin-top: 26px;
    font-size: 14px;
  }
  .site-footer {
    flex-wrap: wrap;
    padding-block: 30px;
  }
  .site-footer > span {
    order: 3;
    flex-basis: 100%;
  }
  .hero-actions {
    gap: 20px;
  }
  .library-demo {
    padding: 18px;
  }
  .asset-row {
    gap: 8px;
    font-size: 13px;
  }
  .composition-options button {
    padding: 10px 12px;
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}
