:root {
  color-scheme: dark;
  --ink: #071423;
  --ink-2: #0a1b2e;
  --panel: #0e2135;
  --line: #294056;
  --cream: #f5e5d0;
  --muted: #aeb9c5;
  --coral: #ff6248;
  --coral-bright: #ff795d;
  --mint: #72dfba;
  --blue: #74aefc;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--ink);
  color: #f8f6f2;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 75% 8%, #132f4b 0, var(--ink) 32rem); }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .7rem 1rem; background: var(--coral); border-radius: .4rem; }
.skip-link:focus { top: 1rem; }
.site-header, main > section, footer { width: min(1440px, calc(100% - 5rem)); margin-inline: auto; }
.site-header { min-height: 82px; display: flex; align-items: center; gap: 2.4rem; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font: 700 1.45rem/1 Georgia, serif; color: var(--cream); white-space: nowrap; }
.brand img { object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
.site-header nav a, footer nav a { color: var(--muted); text-decoration: none; font-size: .95rem; }
.site-header nav a:hover, .site-header nav a:focus-visible, footer nav a:hover, footer nav a:focus-visible { color: white; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .8rem 1.3rem; border: 1px solid #ff8a73; border-radius: .5rem; background: linear-gradient(135deg, var(--coral), var(--coral-bright)); color: white; font-weight: 750; text-decoration: none; box-shadow: 0 16px 40px #ff5f4833; }
.button:hover, .button:focus-visible { filter: brightness(1.08); transform: translateY(-1px); }
.button-small { min-height: 42px; padding: .6rem 1rem; font-size: .9rem; }
.hero { min-height: 620px; display: grid; grid-template-columns: minmax(360px, .85fr) minmax(520px, 1.15fr); align-items: center; gap: clamp(3rem, 7vw, 8rem); padding-block: 5.5rem 4.5rem; }
.eyebrow { margin: 0 0 .8rem; color: var(--coral-bright); text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 800; }
h1, h2 { margin: 0; color: var(--cream); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { font-size: clamp(4rem, 6.5vw, 7.2rem); line-height: .92; }
h1 em { color: var(--coral-bright); font-weight: 500; }
.hero-lede { max-width: 42rem; margin: 2rem 0 1.7rem; color: #c7d0d9; font-size: clamp(1.05rem, 1.4vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.text-link { color: var(--cream); text-underline-offset: .3em; }
.availability { min-height: 1.4rem; margin-top: 1.5rem; color: var(--muted); font-size: .85rem; }
.product-frame { overflow: hidden; border: 1px solid #3b5063; border-radius: 1rem; background: #081626; box-shadow: 0 40px 90px #0008; }
.window-bar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 16px; border-bottom: 1px solid var(--line); }
.window-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--coral); }
.window-bar i:nth-child(2) { background: #e6b853; }
.window-bar i:nth-child(3) { background: var(--mint); }
.product-shell { min-height: 420px; display: grid; grid-template-columns: 150px 1fr; }
.product-shell aside { display: flex; flex-direction: column; gap: 1.35rem; padding: 2rem 1.4rem; border-right: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.product-shell aside strong { color: white; }
.product-shell aside small { margin-top: auto; color: var(--mint); }
.product-shell aside small b { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--mint); }
.library-preview { padding: 1.7rem; }
.preview-heading { display: flex; align-items: end; justify-content: space-between; padding-bottom: 1rem; }
.preview-heading small { color: var(--coral-bright); font-size: .55rem; letter-spacing: .16em; }
.preview-heading h2 { font: 500 1.9rem/1.15 Georgia, serif; }
.preview-heading > span { color: var(--muted); font-size: .78rem; }
.song-row { min-height: 52px; display: grid; grid-template-columns: 1fr 100px 72px; align-items: center; gap: 1rem; border-top: 1px solid #1d3448; color: #dce3e9; font-size: .82rem; }
.song-row i { display: block; height: 14px; opacity: .45; background: repeating-linear-gradient(90deg, #d8c9b5 0 1px, transparent 1px 4px); }
.song-row b { color: var(--mint); font-size: .7rem; font-weight: 650; text-align: right; }
.song-row.active b { color: var(--coral-bright); }
.preview-progress { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .72rem; }
.preview-progress > div { height: 9px; margin: .7rem 0 .55rem; overflow: hidden; border-radius: 1rem; background: #1d3042; }
.preview-progress > div i { display: block; height: 100%; background: linear-gradient(90deg, var(--coral), var(--mint)); }
.preview-progress > div i.meter-68 { width: 68%; }
.preview-progress small { color: var(--muted); }
.steps { border-block: 1px solid var(--line); padding-block: 5rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-heading h2, .privacy-band h2 { font-size: clamp(2.4rem, 4.5vw, 4.8rem); line-height: 1; }
.steps ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 1.1rem; padding: .5rem clamp(1.5rem, 3vw, 3.5rem); border-left: 1px solid var(--line); }
.steps li:first-child { padding-left: 0; border-left: 0; }
.steps li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral-bright); font: 500 1.3rem Georgia, serif; }
h3 { margin: 0 0 .6rem; color: var(--cream); font: 500 1.55rem Georgia, serif; }
.steps li p, .details dd, .faq p { margin: 0; color: var(--muted); line-height: 1.6; }
.privacy-band { display: grid; grid-template-columns: 94px .8fr 1.2fr; align-items: center; gap: 2.3rem; padding-block: 4rem; border-bottom: 1px solid var(--line); }
.shield { width: 78px; height: 86px; display: grid; place-items: center; border: 4px solid var(--mint); border-radius: 42% 42% 50% 50%; color: var(--mint); font-size: 2rem; }
.privacy-band .eyebrow { color: var(--mint); }
.privacy-band h2 { color: var(--mint); }
.privacy-band > p { color: var(--muted); line-height: 1.7; }
.downloads { padding-block: 5rem; }
.downloads-heading > p { color: var(--muted); font-size: .85rem; }
.download-tray { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: .8rem; overflow: hidden; background: #091a2b; }
.download-tray article { min-width: 0; padding: 1.7rem 1.2rem; border-left: 1px solid var(--line); }
.download-tray article:first-child { border-left: 0; }
.platform-mark { min-height: 40px; margin-bottom: .8rem; color: var(--cream); font: 500 2rem/1 Georgia, serif; }
.word-mark { display: inline-grid; place-items: center; padding: .3rem; border: 1px solid var(--cream); border-radius: .45rem; font: 700 .8rem/1 sans-serif; }
.download-tray h3 { font-size: 1.35rem; }
.download-tray p { min-height: 2.6rem; margin: 0 0 1rem; color: var(--muted); font-size: .8rem; }
.download-tray a { min-height: 42px; display: flex; align-items: center; justify-content: center; padding: .6rem; border: 1px solid #496177; border-radius: .4rem; color: var(--cream); text-align: center; text-decoration: none; font-size: .78rem; font-weight: 700; }
.download-tray a.ready { border-color: var(--coral); background: var(--coral); color: white; }
.download-tray a[aria-disabled="true"] { cursor: not-allowed; color: #758493; background: #0b1826; }
.download-tray small { display: block; min-height: 2rem; margin-top: .7rem; color: #7f91a2; font-size: .65rem; line-height: 1.4; }
.release-note { max-width: 75rem; margin: 1.2rem 0 0; color: var(--muted); font-size: .8rem; line-height: 1.6; }
.details { padding-block: 5rem; border-top: 1px solid var(--line); }
.details dl { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; border-block: 1px solid var(--line); }
.details dl > div { padding: 2rem; border-left: 1px solid var(--line); }
.details dl > div:first-child { padding-left: 0; border-left: 0; }
.details dt { margin-bottom: .8rem; color: var(--cream); font: 500 1.35rem Georgia, serif; }
.details dd { margin: 0; }
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; padding-block: 5rem; border-top: 1px solid var(--line); }
.faq .section-heading { display: block; }
.faq details { grid-column: 2; padding: 1.2rem 0; border-top: 1px solid var(--line); }
.faq details:nth-of-type(1) { margin-top: -8rem; }
.faq summary { cursor: pointer; color: var(--cream); font-size: 1.05rem; font-weight: 700; }
.faq details p { margin-top: .9rem; }
footer { min-height: 120px; display: flex; align-items: center; gap: 2rem; border-top: 1px solid var(--line); color: var(--muted); }
footer p { margin: 0 auto; font-size: .8rem; }
footer nav { display: flex; gap: 1.4rem; }
.footer-brand { font-size: 1.05rem; }
.legal-page { width: min(820px, calc(100% - 3rem)); margin: 0 auto; padding: 5rem 0 8rem; }
.legal-page h1 { margin-bottom: 1rem; font-size: clamp(3.2rem, 8vw, 6rem); }
.legal-page h2 { margin: 2.5rem 0 .8rem; font-size: 2rem; }
.legal-page p, .legal-page li { color: var(--muted); line-height: 1.7; }
.legal-back { display: inline-block; margin-bottom: 3rem; color: var(--coral-bright); }

@media (max-width: 1050px) {
  .site-header, main > section, footer { width: min(100% - 2.5rem, 920px); }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .product-frame { width: 100%; }
  .steps ol, .details dl { grid-template-columns: repeat(2, 1fr); }
  .steps li:nth-child(3), .details dl > div:nth-child(3) { margin-top: 2rem; border-left: 0; padding-left: 0; }
  .privacy-band { grid-template-columns: 86px 1fr; }
  .privacy-band > p { grid-column: 2; }
  .download-tray { grid-template-columns: repeat(2, 1fr); }
  .download-tray article:nth-child(odd) { border-left: 0; }
  .download-tray article { border-top: 1px solid var(--line); }
  .download-tray article:nth-child(-n+2) { border-top: 0; }
}

@media (max-width: 650px) {
  .site-header, main > section, footer { width: min(100% - 1.5rem, 600px); }
  .site-header { min-height: 68px; }
  .site-header .button { display: none; }
  .brand { font-size: 1.2rem; }
  h1 { font-size: clamp(3.4rem, 18vw, 5.4rem); }
  .hero { min-height: 0; gap: 3rem; padding-block: 3.5rem; }
  .product-shell { grid-template-columns: 1fr; }
  .product-shell aside { display: none; }
  .library-preview { padding: 1rem; }
  .song-row { grid-template-columns: 1fr 65px 58px; gap: .5rem; }
  .steps ol, .details dl { grid-template-columns: 1fr; }
  .steps li, .steps li:first-child, .steps li:nth-child(3), .details dl > div, .details dl > div:first-child, .details dl > div:nth-child(3) { margin: 0; padding: 1.6rem 0; border: 0; border-top: 1px solid var(--line); }
  .privacy-band { grid-template-columns: 64px 1fr; gap: 1.2rem; }
  .shield { width: 56px; height: 62px; font-size: 1.4rem; }
  .section-heading { display: block; }
  .download-tray { grid-template-columns: 1fr; }
  .download-tray article, .download-tray article:nth-child(odd), .download-tray article:nth-child(-n+2) { border: 0; border-top: 1px solid var(--line); }
  .download-tray article:first-child { border-top: 0; }
  .faq { display: block; }
  .faq details, .faq details:nth-of-type(1) { margin: 0; }
  footer { min-height: 180px; flex-direction: column; justify-content: center; gap: 1rem; text-align: center; }
  footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}
