@charset "UTF-8";
:root {
  color-scheme: light;
  --wine: #6b1020;
  --ruby: #8f1429;
  --gold: #c79a45;
  --ivory: #fff9f3;
  --blush: #f8ecea;
  --ink: #2c2021;
  --muted: #746065;
  --line: #e5d6d2;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--ivory); color: var(--ink); font: 1rem/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: default; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 400; }
::selection { background: #eacdd0; color: var(--wine); }
:focus-visible { outline: 3px solid var(--ruby); outline-offset: 5px; }
[hidden] { display: none !important; }
.wrap { width: min(1120px, calc(100% - 3rem)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10; left: 1rem; top: -6rem; background: var(--wine); color: white; padding: .75rem 1.25rem; }
.skip-link:focus { top: 1rem; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 106px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: block; width: 254px; flex-shrink: 0; padding-block: .5rem; }
.nav { display: flex; align-items: center; gap: 2.25rem; font-size: .875rem; }
.nav a { min-height: 44px; display: inline-flex; align-items: center; gap: .6rem; }
.nav a:hover, .nav a[aria-current='page'] { color: var(--wine); }
.nav a[aria-current='page'] { text-decoration: underline; text-underline-offset: 7px; }
.nav .nav-search { padding: .55rem 1rem; border: 1px solid var(--line); border-radius: 4px; }
.icon { width: 20px; height: 20px; flex-shrink: 0; display: inline-block; vertical-align: middle; }
.intro { text-align: center; padding: 3.25rem 0 2.75rem; }
.intro h1 { font: 400 clamp(1.75rem, 3vw, 2.6rem)/1.2 var(--serif); color: var(--wine); margin-bottom: .8rem; }
.intro p { max-width: 590px; margin-inline: auto; color: var(--muted); line-height: 1.7; }
.eyebrow { font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; line-height: 1.6; }
.feature { background: var(--blush); border: 1px solid var(--line); display: grid; grid-template-columns: .94fr 1.06fr; padding: 2rem; gap: 3.5rem; align-items: center; border-radius: 6px; }
.feature-visual { min-width: 0; }
.artwork { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 3px; }
.sleeve { aspect-ratio: 1; position: relative; padding: 10%; background: var(--wine); color: var(--ivory); display: flex; flex-direction: column; justify-content: space-between; gap: 1rem; overflow: hidden; border-radius: 3px; }
.sleeve::before { content: ''; position: absolute; inset: 6%; border: 1px solid #c79a454d; pointer-events: none; }
.sleeve-brand { font-size: .6em; letter-spacing: .14em; text-transform: uppercase; max-width: 80%; line-height: 1.7; }
.sleeve-title { position: relative; font-family: var(--serif); font-size: 2em; line-height: 1.1; font-weight: 400; text-wrap: balance; }
.sleeve-detail { display: flex; justify-content: space-between; align-items: center; }
.sleeve-rule { width: 30%; height: 1px; background: var(--gold); }
.sleeve-heart { width: 20px; height: 20px; color: var(--gold); }
.tone-1 { background: #eacfc9; color: #601b28; }
.tone-1::before, .tone-3::before { border-color: #ad7f6d80; }
.tone-2 { background: #5c3c44; }
.tone-3 { background: #eee2d0; color: #59302c; }
.tone-4 { background: #3d3934; }
.tone-5 { background: #865453; }
.feature .sleeve { font-size: 1.55rem; box-shadow: 0 12px 30px #6b102014; }
.feature-copy { padding-right: 1rem; }
.feature-copy .eyebrow { color: var(--wine); display: flex; align-items: center; gap: .6rem; }
.feature-copy .eyebrow::before { content: ''; width: 20px; height: 1px; background: var(--gold); }
.feature h2 { color: var(--wine); font: 400 clamp(2.3rem, 4.6vw, 3.9rem)/1.05 var(--serif); letter-spacing: -.025em; margin: .9rem 0 1.2rem; text-wrap: balance; }
.feature-copy p { color: var(--muted); max-width: 390px; }
.actions { display: flex; flex-direction: column; gap: .65rem; margin-top: 1.65rem; max-width: 380px; }
.button { min-height: 50px; padding: .85rem 1.35rem; border: 1px solid transparent; border-radius: 4px; background: var(--wine); color: var(--ivory); display: inline-flex; align-items: center; justify-content: center; gap: .75rem; font-size: .875rem; font-weight: 600; line-height: 1.4; text-align: center; transition: background .15s, border-color .15s; }
.button:hover { background: var(--ruby); }
.button .arrow { margin-left: auto; }
.button-outline { background: transparent; border-color: #b28c90; color: var(--wine); }
.button-outline:hover { background: #f0dfdc; }
.platform-link { justify-content: flex-start; }
.platform-link .icon { width: 21px; height: 21px; }
.find-banner { margin-top: 2.5rem; padding: 2rem 2.4rem; border-block: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.find-heading { display: flex; gap: 1.5rem; align-items: center; }
.find-symbol { width: 44px; height: 44px; color: var(--wine); flex-shrink: 0; }
.find-banner h2 { font: 400 1.7rem/1.25 var(--serif); }
.find-banner p { color: var(--muted); margin-top: .2rem; }
.find-banner .button { min-width: 180px; }
.section { padding-block: 4rem; }
.section-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.8rem; }
.section-header h2 { color: var(--wine); }
.text-link { display: inline-flex; gap: .6rem; align-items: center; min-height: 44px; font-size: .875rem; color: var(--wine); text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #ba9499; }
.text-link:hover { text-decoration-color: var(--wine); }
.song-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem 1.75rem; }
.song-card { min-width: 0; }
.song-card > a { display: block; }
.song-card .sleeve { font-size: 1.12rem; }
.song-card h3 { font: 400 1.45rem/1.3 var(--serif); margin: 1rem 0 .2rem; }
.song-card p { color: var(--muted); font-size: .875rem; margin-top: .5rem; }
.song-card .text-link { font-size: .8125rem; }
.song-card a:hover .sleeve { filter: brightness(1.035); }
.song-card a:hover h3 { color: var(--wine); }
.catalog-end { text-align: center; margin-top: 2.5rem; }
.follow { border-top: 1px solid var(--line); text-align: center; padding: 2.8rem 0 3.3rem; }
.follow .eyebrow { color: var(--wine); }
.social-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 1.4rem; }
.social-link { min-height: 48px; padding: .6rem 1.2rem; display: inline-flex; align-items: center; gap: .6rem; border: 1px solid var(--line); border-radius: 4px; font-size: .875rem; }
.social-link:hover { background: var(--blush); border-color: #bd989c; }
.site-footer { color: var(--ivory); background: #4d111e; text-align: center; padding: 2.5rem 1.5rem 2rem; }
.footer-name { font: 400 1.6rem/1.3 var(--serif); }
.footer-line { color: #ebd4d6; font-size: .875rem; margin-top: .5rem; }
.copyright { font-size: .75rem; margin-top: 1.5rem; color: #cfb5b9; }
.page-heading { padding: 3.2rem 0 2.5rem; max-width: 720px; }
.page-heading .eyebrow { color: var(--wine); margin-bottom: .8rem; }
.page-heading h1 { font: 400 clamp(2.25rem, 5vw, 3.7rem)/1.15 var(--serif); color: var(--wine); text-wrap: balance; }
.page-heading p { margin-top: 1rem; color: var(--muted); }
.catalog { padding-bottom: 4rem; }
.search-form { margin: 1.75rem 0 0; }
.search-label { display: block; font-size: .875rem; font-weight: 600; margin-bottom: .5rem; }
.search-box { display: flex; align-items: center; border: 1px solid #b48c93; border-radius: 4px; padding-left: 1rem; background: white; gap: .75rem; }
.search-box:focus-within { outline: 2px solid var(--wine); outline-offset: 2px; }
.search-box > .icon { color: var(--wine); }
.search-input { width: 100%; min-width: 0; border: 0; padding: 1rem 0; background: transparent; color: var(--ink); outline: none; font-size: 1rem; }
.search-input::placeholder { color: var(--muted); opacity: 1; }
.search-input::-webkit-search-cancel-button { display: none; }
.search-input:focus-visible { outline: 0; }
.clear-search { min-height: 48px; min-width: 48px; border: 0; background: transparent; color: var(--wine); display: inline-flex; align-items: center; justify-content: center; }
.search-help { font-size: .875rem; }
.results-summary { font-size: .875rem; color: var(--muted); margin-bottom: 1.3rem; }
.empty-state { padding: 3rem 1.5rem; background: var(--blush); border: 1px solid var(--line); text-align: center; border-radius: 4px; }
.empty-state h2 { font: 400 1.8rem/1.3 var(--serif); color: var(--wine); }
.empty-state p { margin: .8rem 0 1.3rem; color: var(--muted); }
.back-link { margin: 1.75rem 0; }
.detail { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 4rem; align-items: center; padding-bottom: 3rem; }
.detail .sleeve { font-size: 1.7rem; }
.detail h1 { font: 400 clamp(2.4rem, 4.5vw, 3.75rem)/1.1 var(--serif); letter-spacing: -.025em; color: var(--wine); text-wrap: balance; }
.artist { margin-top: 1rem; color: var(--muted); }
.song-description { margin-top: 1.25rem; }
.song-hook { font: italic 1.3rem/1.5 var(--serif); margin: 1.5rem 0; color: var(--wine); }
.related { border-top: 1px solid var(--line); }
.error-page { padding: 5rem 0; max-width: 620px; }
.error-page h1 { font: 400 3rem/1.2 var(--serif); color: var(--wine); }
.error-page p { margin: 1rem 0 2rem; }
.artist-shortcuts { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .5rem; margin-top: 1rem; }
.artist-shortcut { min-height: 44px; padding: .45rem .6rem; display: inline-flex; align-items: center; gap: .4rem; color: var(--wine); border: 1px solid var(--line); border-radius: 4px; font-size: .875rem; }
.artist-shortcut .icon { width: 18px; height: 18px; }
.artist-shortcut:hover { background: var(--blush); border-color: #bd989c; }
.listen-shell { width: min(500px, calc(100% - 2.5rem)); margin-inline: auto; padding-top: 1.1rem; }
.listen-intro { text-align: center; }
.listen-intro .brand { width: min(280px, 100%); margin-inline: auto; padding: 0; }
.listen-intro p { max-width: 300px; margin: .6rem auto 0; color: var(--muted); line-height: 1.5; }
.listen-shell .actions { max-width: none; }
.listen-primary { margin-top: 1.25rem; }
.listen-primary .button { min-height: 56px; font-size: 1rem; }
.listen-secondary { margin-top: .75rem; }
.listen-secondary .button { min-height: 48px; }
.listen-socials { margin-top: 1.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line); text-align: center; }
.listen-socials .eyebrow { color: var(--wine); }
.listen-socials .social-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; margin-top: .65rem; }
.listen-socials .social-link { min-height: 44px; justify-content: center; padding: .5rem .75rem; }
.listen-finder { display: block; border-block: 1px solid var(--line); padding: 1rem 0; margin-top: 1.3rem; }
.listen-finder > span { display: block; color: var(--muted); font-size: .875rem; }
.listen-finder strong { display: flex; align-items: center; justify-content: space-between; gap: .5rem; color: var(--wine); font-size: 1rem; font-weight: 600; margin-top: .25rem; }
.listen-finder:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.listen-featured { margin-top: 1.2rem; padding: 1rem; border: 1px solid var(--line); border-radius: 4px; background: var(--blush); }
.listen-featured > a { display: grid; grid-template-columns: 76px minmax(0, 1fr); align-items: center; gap: 1rem; }
.listen-featured .eyebrow { color: var(--wine); font-size: .75rem; letter-spacing: .1em; }
.listen-featured h2 { margin-top: .25rem; font: 400 1.4rem/1.2 var(--serif); color: var(--wine); }
.listen-featured .text-link { font-size: .875rem; min-height: 36px; }
.compact-cover .sleeve { font-size: .4rem; justify-content: center; gap: 0; }
.compact-cover .sleeve-brand, .compact-cover .sleeve-detail { display: none; }
.listen-explore { text-align: center; margin-top: 1rem; }
.listen-footer { width: min(500px, calc(100% - 2.5rem)); margin-inline: auto; text-align: center; color: var(--muted); font-size: .75rem; padding: .65rem 0 1.5rem; }
@media (min-width: 1200px) { .feature .sleeve { min-height: 405px; } }
@media (max-width: 760px) {
  .header-inner { min-height: 90px; gap: 1rem; }
  .brand { width: 220px; }
  .nav { gap: 1rem; }
  .feature { gap: 2rem; padding: 1.5rem; }
  .feature .sleeve { font-size: 1.15rem; }
  .feature-copy { padding-right: 0; }
  .feature h2 { font-size: 2.5rem; }
  .find-banner { padding: 1.6rem 0; }
  .find-symbol { display: none; }
  .find-banner h2 { font-size: 1.45rem; }
  .song-grid { gap: 2rem 1.25rem; }
  .song-card .sleeve { font-size: .85rem; }
  .song-card h3 { font-size: 1.25rem; }
  .detail { gap: 2rem; }
  .detail .sleeve { font-size: 1.2rem; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 2.5rem); }
  .header-inner { min-height: auto; flex-direction: column; gap: .2rem; padding: .7rem 0 .45rem; }
  .brand { width: 234px; padding: 0; }
  .nav { gap: 2rem; justify-content: center; width: 100%; }
  .nav .nav-search { border: 0; padding: 0; }
  .nav a { font-size: .875rem; }
  .intro { padding: 1.5rem 0; }
  .intro h1 { font-size: 1.6rem; }
  .intro p { font-size: 1rem; line-height: 1.6; }
  .feature { display: grid; grid-template-columns: minmax(72px, .65fr) minmax(0, 1.35fr); gap: .7rem 1rem; padding: 1.25rem; }
  .feature-visual { width: 100%; grid-column: 1; grid-row: 1 / 3; align-self: center; }
  .feature .sleeve { font-size: .48rem; justify-content: center; gap: 0; }
  .feature .sleeve-brand, .feature .sleeve-detail { display: none; }
  .feature-copy { display: contents; }
  .feature-copy .eyebrow { grid-column: 2; align-self: end; font-size: .75rem; gap: .4rem; }
  .feature-copy .eyebrow::before { width: 12px; }
  .feature h2 { grid-column: 2; font-size: 2rem; margin: 0; align-self: start; }
  .feature-copy p { grid-column: 1 / -1; font-size: 1rem; margin-top: .4rem; }
  .actions { max-width: none; margin-top: 1.25rem; }
  .feature .actions { grid-column: 1 / -1; margin-top: .4rem; }
  .find-banner { margin-top: 1.75rem; align-items: stretch; flex-direction: column; gap: 1.25rem; padding: 1.75rem 0; }
  .find-banner h2 { font-size: 1.7rem; }
  .find-banner .button { width: 100%; }
  .section { padding-block: 2.5rem; }
  .section-header { margin-bottom: 1.2rem; }
  .section-header .text-link { font-size: .8125rem; }
  .eyebrow { letter-spacing: .12em; }
  .song-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.75rem 1rem; }
  .song-card .sleeve { font-size: .71rem; padding: 12%; gap: 0; justify-content: center; }
  .song-card .sleeve-brand { display: none; }
  .song-card .sleeve-title { font-size: 1.7em; }
  .song-card .sleeve-detail { position: absolute; bottom: 10%; left: 12%; right: 12%; }
  .song-card .sleeve-heart { width: 13px; height: 13px; }
  .song-card h3 { font-size: 1.18rem; margin-top: .75rem; }
  .song-card .text-link { font-size: .875rem; }
  .follow { padding: 2.25rem 0; }
  .footer-name { font-size: 1.5rem; }
  .page-heading { padding: 2.2rem 0 1.75rem; }
  .page-heading h1 { font-size: 2.6rem; }
  .search-box { gap: .5rem; padding-left: .65rem; }
  .search-input { font-size: 1rem; }
  .search-box > .icon { width: 18px; }
  .catalog { padding-bottom: 2.75rem; }
  .detail { grid-template-columns: 110px minmax(0, 1fr); gap: 1rem; align-items: start; padding-bottom: 2.5rem; }
  .detail-visual { width: 100%; }
  .detail-copy { display: contents; }
  .detail .sleeve { font-size: .54rem; justify-content: center; gap: 0; }
  .detail .sleeve-brand, .detail .sleeve-detail { display: none; }
  .detail-heading { grid-column: 2; }
  .detail h1 { font-size: 2rem; }
  .detail .artist { font-size: .875rem; margin-top: .6rem; }
  .detail .actions, .detail .song-description, .detail .song-hook { grid-column: 1 / -1; margin-top: .25rem; }
  .back-link { margin-block: 1.3rem; }
  .related .song-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related .song-card:last-child { display: none; }
}
@media (max-width: 22rem) {
  .brand { max-width: 100%; }
  .nav { gap: 1rem; flex-wrap: wrap; }
  .song-grid, .related .song-grid { grid-template-columns: 1fr; }
  .song-card .sleeve { font-size: 1.1rem; }
  .feature { display: block; }
  .feature-visual { width: 100px; margin-bottom: 1rem; }
  .feature-copy { display: block; }
  .feature h2 { margin-block: .5rem 1rem; }
  .feature .actions { margin-top: 1rem; }
  .section-header { flex-wrap: wrap; }
  .detail { grid-template-columns: 84px minmax(0, 1fr); gap: .75rem; }
  .detail h1 { font-size: 1.65rem; }
  .detail .sleeve { font-size: .43rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
