:root {
  --ink:#111;
  --muted:#62605c;
  --line:#ddd9d4;
  --paper:#fff;
  --soft:#f3f2f0;
  --orange:#ff6e1d;
  --orange-dark:#bd3f11;
  --peach:#fff7ed;
  --radius:20px;
  --ease:cubic-bezier(.23,1,.32,1)
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.45
}
.shell {
  width:min(1240px,calc(100% - 64px));
  margin-inline:auto
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit;
  color:inherit
}
.site-header {
  height:72px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  border-bottom:1px solid var(--line);
  position:relative;
  z-index:2
}
.brand {
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:700
}
.brand img {
  width:18px;
  height:24px
}
.site-header nav {
  display:flex;
  gap:32px;
  font-size:14px
}
.header-actions {
  justify-self:end;
  display:flex;
  align-items:center;
  gap:18px
}
.text-link {
  font-size:14px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:13px 22px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:700;
  white-space:nowrap;
  cursor:pointer
}
.button-dark {
  background:var(--ink);
  color:#fff
}
.button-light {
  background:#fff;
  border-color:var(--line)
}
.button-orange {
  background:var(--orange);
  color:#111
}
.hero {
  min-height:750px;
  display:grid;
  grid-template-columns:1.06fr .94fr;
  align-items:center;
  gap:32px;
  padding-block:48px 72px
}
.hero-copy {
  position:relative;
  z-index:1
}
.eyebrow {
  margin:0 0 28px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase
}
.hero h1 {
  font-family:"Arial Narrow",Arial,sans-serif;
  font-stretch:condensed;
  font-size:clamp(58px,4.45vw,64px);
  line-height:.94;
  letter-spacing:-.055em;
  margin:0 0 28px;
  max-width:680px
}
.lead {
  font-size:20px;
  line-height:1.45;
  max-width:460px;
  color:var(--muted);
  margin:0 0 34px
}
.actions {
  display:flex;
  gap:12px
}
.play {
  font-size:11px
}
.hero-art {
  height:590px;
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:var(--soft)
}
.hero-art>img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:56% center
}
.now-playing {
  position:absolute;
  left:28px;
  right:28px;
  bottom:24px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) 150px;
  align-items:center;
  gap:14px;
  padding:13px 16px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.75);
  border-radius:16px
}
.round-play,.track button,.voice-sample button {
  border:0;
  border-radius:50%;
  background:var(--ink);
  color:#fff;
  width:40px;
  height:40px
}
.now-playing strong,.now-playing span {
  display:block
}
.now-playing strong {
  font-size:14px
}
.now-playing span {
  font-size:12px;
  color:var(--muted);
  margin-top:3px
}
.mini-wave,.file-wave {
  height:28px;
  background:repeating-linear-gradient(90deg,var(--ink) 0 2px,transparent 2px 6px);
  mask:linear-gradient(180deg,transparent 5%,#000 30% 70%,transparent 95%);
  opacity:.55
}
.capability-rail {
  display:grid;
  grid-template-columns:1.1fr 1fr 1.3fr 1fr;
  gap:14px;
  padding-bottom:110px
}
.capability {
  min-height:210px;
  border-radius:var(--radius);
  background:var(--soft);
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  position:relative;
  overflow:hidden
}
.capability span {
  font-size:13px;
  color:var(--muted)
}
.capability strong {
  font-size:25px;
  line-height:1.05;
  max-width:190px
}
.capability i {
  font-style:normal;
  font-size:13px
}
.capability.feature-orange {
  background:var(--peach)
}
.capability.feature-orange:after {
  content:"";
  width:150px;
  height:150px;
  border:32px solid var(--orange);
  border-radius:50%;
  position:absolute;
  right:-52px;
  bottom:-64px
}
.capability.dark {
  background:#161616;
  color:#fff
}
.capability.dark span {
  color:#aaa
}
.caption-lines {
  display:grid;
  gap:8px
}
.caption-lines b {
  height:8px;
  border-radius:8px;
  background:#d4d1cd
}
.caption-lines b:nth-child(2) {
  width:74%;
  background:var(--orange)
}
.studio {
  padding-block:100px 120px
}
.section-heading h2,.music-copy h2,.voice-copy h2,.transcript-copy h2,.dubbing-head h2,.editor-top h2,.benefits h2,.faq h2,.info-copy h2 {
  font-family:"Arial Narrow",Arial,sans-serif;
  font-size:54px;
  line-height:1;
  letter-spacing:-.045em;
  margin:0
}
.section-heading p,.music-copy>p,.voice-copy>p,.transcript-copy>p,.dubbing-head p,.editor-top p,.faq>div>p,.info-copy p {
  color:var(--muted);
  max-width:560px;
  font-size:18px
}
.narrow {
  max-width:670px
}
.omnibox {
  margin-top:42px;
  border:1px solid var(--line);
  border-radius:28px;
  padding:12px;
  box-shadow:0 34px 90px rgba(56,36,21,.1)
}
.mode-tabs {
  display:flex;
  gap:4px;
  padding:4px;
  background:var(--soft);
  border-radius:16px;
  width:max-content
}
.mode-tabs button {
  border:0;
  background:transparent;
  border-radius:12px;
  padding:10px 15px;
  font-size:13px
}
.mode-tabs .active {
  background:#fff;
  box-shadow:0 3px 10px rgba(0,0,0,.08)
}
.prompt-area {
  min-height:230px;
  padding:32px 24px 18px;
  display:flex;
  flex-direction:column;
  justify-content:space-between
}
.prompt-area>p {
  font-size:26px;
  line-height:1.35;
  max-width:970px;
  margin:0
}
.prompt-meta,.sound-presets {
  display:flex;
  gap:8px
}
.prompt-meta span,.sound-presets span {
  padding:7px 11px;
  border:1px solid var(--line);
  border-radius:999px;
  font-size:12px;
  color:var(--muted)
}
.generate-row {
  border-top:1px solid var(--line);
  padding:14px 8px 2px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.music-showcase {
  display:grid;
  grid-template-columns:4fr 8fr;
  gap:60px;
  align-items:center;
  padding-block:110px
}
.music-copy p {
  max-width:380px
}
.arrow-link {
  display:inline-flex;
  gap:14px;
  align-items:center;
  font-weight:700;
  border-bottom:1px solid var(--ink);
  padding-bottom:5px;
  margin-top:18px
}
.music-visual {
  height:600px;
  position:relative;
  border-radius:28px;
  overflow:hidden;
  background:var(--soft)
}
.music-visual img {
  width:100%;
  height:100%;
  object-fit:cover
}
.song-structure {
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  display:grid;
  grid-template-columns:1fr 1.5fr 2fr .8fr;
  gap:3px;
  background:#fff;
  padding:8px;
  border-radius:15px
}
.song-structure span {
  padding:12px 10px;
  border-radius:9px;
  font-size:12px
}
.intro {
  background:#eee
}
.verse {
  background:#ffe8d3
}
.chorus {
  background:#ffb47e
}
.outro {
  background:#333;
  color:#fff
}
.track-gallery {
  padding-block:100px 130px
}
.tracks {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:42px
}
.track {
  height:360px;
  border-radius:var(--radius);
  padding:20px;
  display:flex;
  flex-direction:column;
  justify-content:space-between
}
.track strong,.track span {
  display:block
}
.track span {
  font-size:13px;
  margin-top:5px;
  color:rgba(0,0,0,.6)
}
.track.coral {
  background:#f5b5a7
}
.track.graphite {
  background:#262626;
  color:#fff
}
.track.graphite span {
  color:#aaa
}
.track.sand {
  background:#e8ded0
}
.track.orange {
  background:var(--orange)
}
.how {
  padding-block:110px
}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:44px
}
.steps article {
  min-height:420px;
  border-top:1px solid var(--ink);
  padding-top:18px;
  display:flex;
  flex-direction:column
}
.steps span {
  font-weight:700
}
.steps p {
  color:var(--muted);
  max-width:310px
}
.step-mark {
  margin-top:auto;
  height:210px;
  border-radius:20px;
  background:var(--soft);
  position:relative;
  overflow:hidden
}
.input-mark:after {
  content:"";
  position:absolute;
  inset:38px;
  border:2px solid var(--orange);
  border-radius:16px;
  box-shadow:18px 18px 0 #f8c8a5
}
.control-mark:before,.control-mark:after {
  content:"";
  position:absolute;
  left:50px;
  right:50px;
  height:14px;
  border-radius:12px;
  background:#ddd;
  box-shadow:0 45px 0 #ddd,0 90px 0 #ddd
}
.control-mark:before {
  top:44px
}
.control-mark:after {
  top:44px;
  width:44%;
  background:var(--orange);
  box-shadow:90px 45px 0 #222,35px 90px 0 #aaa
}
.output-mark:after {
  content:"✓";
  display:grid;
  place-items:center;
  position:absolute;
  width:100px;
  height:100px;
  border-radius:50%;
  background:var(--ink);
  color:#fff;
  font-size:44px;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%)
}
.editor {
  padding-block:110px
}
.editor-top {
  display:flex;
  align-items:end;
  justify-content:space-between
}
.editor-top p {
  margin-bottom:0
}
.timeline {
  height:540px;
  margin-top:44px;
  background:#161616;
  color:#fff;
  border-radius:28px;
  padding:26px;
  position:relative;
  overflow:hidden
}
.timeline-head {
  display:flex;
  justify-content:space-between;
  color:#888;
  font-size:12px;
  border-bottom:1px solid #333;
  padding-bottom:14px
}
.lane {
  height:92px;
  border-bottom:1px solid #333;
  display:grid;
  grid-template-columns:100px 1fr;
  align-items:center;
  gap:22px
}
.lane b {
  font-size:12px;
  color:#aaa
}
.lane i {
  height:44px;
  border-radius:8px;
  background:repeating-linear-gradient(90deg,#ff6e1d 0 2px,transparent 2px 7px),rgba(255,110,29,.13)
}
.lane.drums i {
  background:repeating-linear-gradient(90deg,#fff 0 6px,transparent 6px 18px),rgba(255,255,255,.08)
}
.lane.bass i {
  background:linear-gradient(90deg,#7a3396,#f5b5a7)
}
.lane.strings i {
  background:repeating-linear-gradient(90deg,#aaa 0 1px,transparent 1px 4px),rgba(255,255,255,.08)
}
.selection {
  position:absolute;
  left:46%;
  top:80px;
  bottom:28px;
  width:22%;
  border:1px solid var(--orange);
  background:rgba(255,110,29,.08);
  border-radius:12px
}
.selection span {
  position:absolute;
  top:-35px;
  left:0;
  background:var(--orange);
  color:#111;
  padding:6px 10px;
  border-radius:8px;
  font-size:11px
}
.voice-feature,.transcription {
  display:grid;
  grid-template-columns:7fr 5fr;
  gap:64px;
  align-items:center;
  padding-block:120px
}
.voice-art {
  height:590px;
  border-radius:28px;
  overflow:hidden;
  background:#bbb
}
.voice-art img {
  width:100%;
  height:100%;
  object-fit:cover
}
.voice-copy>p {
  max-width:430px
}
.voice-sample {
  margin:34px 0 22px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:22px 0;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:15px;
  align-items:center
}
.voice-sample p {
  margin:0;
  font-size:17px
}
.voice-sample mark {
  background:#ffd6b8;
  padding:2px 3px
}
.transcription {
  grid-template-columns:4fr 7fr
}
.transcript-copy {
  padding-right:35px
}
.transcript-copy .button {
  margin-top:24px
}
.transcript-panel {
  border:1px solid var(--line);
  border-radius:28px;
  padding:18px 24px;
  box-shadow:0 28px 70px rgba(0,0,0,.08)
}
.audio-file {
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:14px;
  align-items:center;
  background:var(--soft);
  padding:12px;
  border-radius:15px;
  margin-bottom:14px
}
.audio-file button {
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:var(--ink);
  color:#fff
}
.utterance {
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:12px;
  border-top:1px solid var(--line);
  padding:17px 4px
}
.utterance p {
  margin:0
}
.utterance b {
  display:block;
  font-size:12px;
  margin-bottom:4px
}
.utterance time {
  font-size:11px;
  color:var(--muted)
}
.avatar {
  width:34px;
  height:34px;
  border-radius:12px;
  background:#f4b183
}
.avatar.a2 {
  background:#aaa
}
.dubbing {
  padding-block:120px
}
.dubbing-head {
  display:flex;
  align-items:end;
  justify-content:space-between
}
.dubbing-head h2 {
  max-width:660px
}
.dubbing-stage {
  margin-top:46px;
  border-radius:28px;
  overflow:hidden;
  background:var(--soft);
  position:relative;
  height:660px
}
.dubbing-stage img {
  width:100%;
  height:100%;
  object-fit:cover
}
.language-bar {
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(18px);
  border-radius:16px;
  padding:8px;
  display:flex;
  align-items:center;
  gap:6px
}
.language-bar span,.language-bar button {
  border:0;
  background:transparent;
  padding:9px 13px;
  border-radius:10px;
  font-size:12px
}
.language-bar .active {
  background:#171717;
  color:#fff
}
.language-bar button {
  margin-left:auto;
  border:1px solid var(--line)
}
.use-cases {
  padding-block:110px
}
.use-grid {
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  gap:16px;
  margin-top:42px
}
.use-grid article {
  min-height:490px;
  border-radius:var(--radius);
  background:var(--soft);
  padding:20px;
  display:flex;
  flex-direction:column
}
.use-grid h3 {
  font-size:25px;
  margin:auto 0 6px
}
.use-grid p {
  color:var(--muted);
  margin:0
}
.visual-poster {
  height:320px;
  border-radius:16px;
  background:linear-gradient(145deg,#d8b7a1,#2a2522);
  display:grid;
  place-items:center
}
.visual-poster span {
  display:grid;
  place-items:center;
  width:62px;
  height:62px;
  border-radius:50%;
  background:#fff
}
.rings {
  height:300px;
  background:repeating-radial-gradient(circle at 50% 50%,transparent 0 16px,#111 17px 19px,transparent 20px 34px);
  border-radius:16px
}
.game-bars {
  height:300px;
  border-radius:16px;
  background:repeating-linear-gradient(90deg,#ff6e1d 0 12px,#111 12px 17px,#f9b778 17px 29px,#fff 29px 34px)
}
.benefits {
  padding-block:120px
}
.benefits h2 {
  max-width:680px
}
.benefit-list {
  margin-top:46px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:36px
}
.benefit-list article {
  border-top:1px solid var(--ink);
  padding-top:18px
}
.benefit-list strong {
  font-size:20px
}
.benefit-list p {
  color:var(--muted)
}
.info {
  display:grid;
  grid-template-columns:7fr 5fr;
  gap:48px;
  align-items:center;
  padding-block:130px;
  border-top:1px solid var(--line)
}
.big-word {
  font-family:"Arial Narrow",Arial,sans-serif;
  font-size:190px;
  letter-spacing:-.09em;
  line-height:.8;
  color:var(--orange)
}
.info-copy p {
  font-size:17px
}
.faq {
  padding-block:130px;
  display:grid;
  grid-template-columns:4fr 7fr;
  gap:80px
}
.faq-list details {
  border-top:1px solid var(--line);
  padding:20px 0
}
.faq-list details:last-child {
  border-bottom:1px solid var(--line)
}
.faq-list summary {
  list-style:none;
  display:flex;
  justify-content:space-between;
  font-size:18px;
  font-weight:700;
  cursor:pointer
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list details p {
  max-width:650px;
  color:var(--muted);
  margin-bottom:0
}
.final-cta {
  height:650px;
  position:relative;
  overflow:hidden;
  background:var(--peach);
  display:flex;
  align-items:center
}
.final-flow {
  position:absolute;
  inset:0
}
.final-flow img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:70% center;
  opacity:.8
}
.final-content {
  position:relative;
  z-index:1
}
.final-content h2 {
  font-family:"Arial Narrow",Arial,sans-serif;
  font-size:70px;
  line-height:.95;
  letter-spacing:-.05em;
  margin:0
}
.final-content p {
  font-size:20px;
  color:var(--muted);
  margin:22px 0 28px
}
.site-footer {
  min-height:350px;
  padding-block:68px 30px;
  display:grid;
  grid-template-columns:2fr repeat(3,1fr);
  gap:55px;
  border-top:1px solid var(--line);
  position:relative
}
.site-footer>div {
  display:flex;
  flex-direction:column;
  gap:12px
}
.site-footer>div>a {
  font-size:14px;
  color:var(--muted)
}
.footer-brand img {
  width:18px;
  height:24px
}
.footer-brand p {
  color:var(--muted);
  max-width:240px
}
.copyright {
  position:absolute;
  left:0;
  right:0;
  bottom:18px;
  border-top:1px solid var(--line);
  padding-top:18px;
  color:var(--muted);
  font-size:12px
}
@media(max-width:900px) {
  .shell {
    width:min(100% - 32px,1240px)
  }
  .site-header {
    grid-template-columns:1fr auto
  }
  .site-header nav,.text-link {
    display:none
  }
  .hero,.music-showcase,.voice-feature,.transcription,.info,.faq {
    grid-template-columns:1fr
  }
  .hero {
    padding-top:36px
  }
  .hero h1 {
    font-size:52px
  }
  .hero-art {
    height:430px
  }
  .capability-rail,.tracks,.steps,.use-grid,.benefit-list {
    grid-template-columns:1fr 1fr
  }
  .music-copy {
    max-width:620px
  }
  .dubbing-head,.editor-top {
    align-items:start;
    gap:24px;
    flex-direction:column
  }
  .big-word {
    font-size:120px
  }
  .site-footer {
    grid-template-columns:1fr 1fr
  }
}
@media(max-width:600px) {
  .site-header {
    height:64px
  }
  .header-actions .button {
    padding:10px 14px;
    font-size:12px
  }
  .hero h1,.section-heading h2,.music-copy h2,.voice-copy h2,.transcript-copy h2,.dubbing-head h2,.editor-top h2,.benefits h2,.faq h2,.info-copy h2 {
    font-size:42px
  }
  .hero {
    grid-template-columns:1fr;
    min-height:auto
  }
  .hero-art {
    height:360px
  }
  .now-playing {
    grid-template-columns:auto 1fr;
    left:12px;
    right:12px
  }
  .mini-wave {
    display:none
  }
  .capability-rail,.tracks,.steps,.use-grid,.benefit-list {
    grid-template-columns:1fr
  }
  .mode-tabs {
    max-width:100%;
    overflow:auto
  }
  .prompt-area>p {
    font-size:20px
  }
  .generate-row {
    align-items:flex-end;
    gap:12px
  }
  .sound-presets {
    flex-wrap:wrap
  }
  .music-showcase,.studio,.track-gallery,.how,.editor,.voice-feature,.transcription,.dubbing,.use-cases,.benefits,.info,.faq {
    padding-block:72px
  }
  .music-visual,.voice-art {
    height:390px
  }
  .tracks .track {
    height:270px
  }
  .timeline {
    height:470px;
    padding:18px
  }
  .lane {
    grid-template-columns:70px 1fr
  }
  .dubbing-stage {
    height:430px
  }
  .language-bar {
    overflow:auto
  }
  .language-bar button {
    display:none
  }
  .big-word {
    font-size:90px
  }
  .final-cta {
    height:560px
  }
  .final-content h2 {
    font-size:48px
  }
  .site-footer {
    grid-template-columns:1fr;
    gap:34px;
    padding-bottom:80px
  }
}
