:root {
  color-scheme: light;
  --ink: #192421;
  --muted: #57635f;
  --paper: #fbfcfa;
  --line: #d7dfda;
  --green: #345b48;
  --salmon: #a7533e;
  --dark: #101916;
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 5px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--salmon); outline-offset: 5px; border-radius: 2px; }
p { margin: 0 0 1em; }
h1, h2, h3 { line-height: 1.13; margin: 0 0 24px; font-weight: 650; }
h2 { font-size: 44px; }
h3 { font-size: 23px; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 10; padding: 12px; background: white; color: black; }
.skip-link:focus { top: 12px; }
.site-header { background: var(--dark); color: #f2f6f1; border-bottom: 1px solid #2b3932; }
.nav-wrap { max-width: 1328px; margin: auto; padding: 20px 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 82px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 24px; font-weight: 650; white-space: nowrap; }
.brand img { border-radius: 8px; flex: 0 0 34px; }
nav { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
nav a { font-size: 14px; text-decoration: none; padding: 4px 0; }
nav a:hover, nav a[aria-current="page"] { text-decoration: underline; }
.hero { position: relative; min-height: 620px; padding: 300px 32px 94px; text-align: center; color: #f4f7f1; background: #07120e url('/assets/musicx-icon-dark.png') center -10px / 350px no-repeat; }
.hero-copy { position: relative; max-width: 740px; margin: auto; }
.eyebrow { font-size: 12px; font-weight: 700; text-transform: uppercase; margin-bottom: 22px; color: var(--green); }
.hero .eyebrow { color: #b7d2bd; margin-bottom: 6px; }
.hero h1 { font-size: 104px; line-height: 1; margin-bottom: 18px; }
.hero-description { font-size: 22px; color: #d6dfd7; margin: 0 auto 28px; max-width: 560px; }
.actions { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 48px; padding: 12px 23px; border-radius: 5px; text-decoration: none; font-size: 14px; font-weight: 600; }
.button-light { color: #17221c; background: #e4f0dc; border: 1px solid #e4f0dc; }
.button:hover { background: white; }
.text-link { text-decoration: none; font-size: 14px; padding: 12px 0; }
.text-link span { margin-left: 12px; }
.hero-bottom { position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 48px; display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid #2d3931; color: #b6c5ba; font-size: 12px; }
.preview-label::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; margin: 0 8px 1px 0; background: #cf8870; }
.section { max-width: 1328px; padding: 88px 64px; margin: 0 auto; }
.section-heading { max-width: 700px; }
.section-heading > p:not(.eyebrow) { max-width: 600px; color: var(--muted); font-size: 18px; }
.feature-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px; }
.feature-grid article { border-top: 1px solid var(--line); padding-top: 22px; }
.feature-number { font-size: 12px; color: var(--salmon); display: block; margin-bottom: 28px; }
.feature-grid h3 { font-size: 22px; margin-bottom: 14px; }
.feature-grid p { color: var(--muted); font-size: 16px; }
.listening-band { background: #ecefec; border-block: 1px solid var(--line); }
.listening-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.detail-list { margin: 32px 0; }
.detail-list > div { padding-block: 20px; border-top: 1px solid #cbd4cd; }
.detail-list dt { font-size: 17px; font-weight: 650; margin-bottom: 6px; }
.detail-list dd { margin: 0; font-size: 15px; color: var(--muted); }
.listening-copy .small, .small { font-size: 12px; color: var(--muted); }
.source-list { margin: 44px 0 26px; border-bottom: 1px solid var(--line); }
.source-list > div { padding: 25px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 40px minmax(150px,1fr) minmax(0,1.5fr); gap: 20px; align-items: baseline; }
.source-list span { color: var(--salmon); font-size: 12px; }
.source-list h3 { margin: 0; font-size: 23px; }
.source-list p { color: var(--muted); margin: 0; }
.inline-link { color: var(--green); font-size: 15px; font-weight: 600; }
.inline-link span { display: inline-block; margin-left: 12px; }
.privacy-band { background: #e7eee3; }
.privacy-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 70px; }
.privacy-layout h2 { font-size: 36px; }
.privacy-layout > div p { font-size: 18px; color: #445447; }
.availability { display: grid; grid-template-columns: 1.25fr 1fr; gap: 100px; align-items: center; }
.platform-list { margin: 0; }
.platform-list > div { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 23px 0; }
.platform-list dt { font-size: 17px; font-weight: 600; }
.platform-list dd { margin: 0; font-size: 14px; color: var(--muted); }
.site-footer { background: var(--dark); color: #d7e0d9; }
.footer-inner { max-width: 1328px; margin: auto; padding: 40px 48px; display: flex; flex-wrap: wrap; align-items: center; gap: 24px 40px; }
.footer-inner p { font-size: 13px; color: #acbab0; margin: 0; }
.footer-inner nav { margin-left: auto; }
.footer-inner small { width: 100%; font-size: 11px; color: #acbab0; }
.page-heading { border-bottom: 1px solid var(--line); background: #edf2ea; }
.page-heading .section { padding-block: 64px; }
.page-heading h1 { font-size: 58px; }
.page-heading .lead { font-size: 20px; max-width: 690px; color: var(--muted); }
.document { max-width: 980px; padding: 56px 48px 88px; margin: auto; }
.document h2 { font-size: 27px; margin: 42px 0 16px; }
.document h3 { font-size: 21px; margin: 24px 0 14px; }
.document p, .document li { font-size: 16px; }
.document ul { padding-left: 24px; margin-bottom: 24px; }
.document li + li { margin-top: 12px; }
.document a:not(.button) { color: var(--green); overflow-wrap: anywhere; }
.document section:first-child h2 { margin-top: 0; }
.document .meta { color: var(--muted); font-size: 13px; margin-bottom: 28px; }
.note { border-left: 3px solid var(--salmon); padding: 12px 0 12px 22px; margin: 28px 0; }
.note p:last-child { margin-bottom: 0; }
.faq { margin: 26px 0 48px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq summary { cursor: pointer; font-size: 18px; font-weight: 600; padding-right: 18px; }
.faq details p { margin: 18px 0 0; padding-right: 20px; color: var(--muted); }
.page-links { display: flex; flex-wrap: wrap; gap: 14px 28px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.source-table { width: 100%; border-collapse: collapse; margin: 28px 0; font-size: 15px; }
.source-table th, .source-table td { text-align: left; vertical-align: top; padding: 16px 12px; border-bottom: 1px solid var(--line); }
.source-table th { background: #edf2ea; font-size: 13px; }
.table-wrap { overflow-x: auto; }
.contact-address { font-size: 23px; }
@media (max-width: 900px) {
  .section { padding: 64px 32px; }
  h2 { font-size: 36px; }
  .nav-wrap { padding-inline: 28px; }
  .availability { gap: 50px; }
  .feature-grid { gap: 25px; }
  .privacy-layout { gap: 35px; }
  .privacy-layout h2 { font-size: 32px; }
}
@media (max-width: 640px) {
  .nav-wrap { flex-wrap: wrap; justify-content: center; padding: 14px 20px 16px; gap: 10px; }
  .nav-wrap .brand { font-size: 22px; }
  .nav-wrap nav { width: 100%; justify-content: center; gap: 24px; }
  nav a { font-size: 12px; }
  .hero { min-height: 530px; padding: 190px 20px 84px; background-size: 220px; background-position: center -10px; }
  .hero h1 { font-size: 64px; }
  .hero-description { font-size: 17px; max-width: 300px; margin-bottom: 20px; }
  .hero .eyebrow { font-size: 10px; }
  .actions { gap: 10px 20px; }
  .hero-bottom { padding: 16px 20px; font-size: 10px; text-align: left; }
  .hero-bottom > :first-child { max-width: 180px; }
  .preview-label { white-space: nowrap; align-self: center; }
  .section { padding: 56px 24px; }
  h2 { font-size: 31px; }
  .section-heading > p:not(.eyebrow) { font-size: 16px; }
  .feature-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 34px; }
  .feature-number { margin-bottom: 14px; }
  .feature-grid article { padding-top: 18px; }
  .listening-copy h2 br { display: none; }
  .listening-copy > p:not(.eyebrow) { font-size: 16px; }
  .listening-copy .small { font-size: 12px; }
  .source-list > div { grid-template-columns: 24px minmax(0,1fr); gap: 8px 12px; padding: 22px 0; }
  .source-list p { grid-column: 2; font-size: 14px; }
  .source-list h3 { font-size: 21px; }
  .privacy-layout, .availability { grid-template-columns: 1fr; gap: 22px; }
  .privacy-layout .eyebrow { margin-bottom: 0; }
  .privacy-layout .eyebrow br { display: none; }
  .privacy-layout h2 { font-size: 30px; }
  .privacy-layout > div p { font-size: 16px; }
  .footer-inner { padding: 34px 24px; gap: 15px 30px; }
  .footer-inner nav { width: 100%; margin-left: 0; gap: 24px; }
  .page-heading .section { padding-block: 44px; }
  .page-heading h1 { font-size: 40px; }
  .page-heading .lead { font-size: 18px; }
  .document { padding: 36px 24px 60px; }
  .document h2 { font-size: 24px; }
  .document p, .document li { font-size: 15px; }
  .source-table th, .source-table td { padding: 12px 8px; font-size: 13px; }
  .contact-address { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
