@charset "UTF-8";
:root {
  color-scheme:dark;
  --bg:#101012;
  --panel:#18171a;
  --text:#f6f1eb;
  --muted:#bdb6b2;
  --gold:#e7b987;
  --pink:#ef87bb;
  --line:#353034;
  --width:1240px
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:24px
}
body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.65
}
a {
  color:inherit;
  text-underline-offset:5px
}
a:hover {
  color:var(--gold)
}
a:focus-visible {
  outline:3px solid var(--pink);
  outline-offset:6px
}
img {
  display:block;
  max-width:100%;
  height:auto
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  line-height:1.1;
  text-wrap:balance
}
h1 {
  font-size:clamp(2.8rem,6vw,5.6rem);
  letter-spacing:-.055em
}
h2 {
  font-size:clamp(2rem,3.8vw,3.5rem);
  letter-spacing:-.045em
}
h3 {
  font-size:1.3rem;
  letter-spacing:-.02em
}
.wrap {
  width:min(var(--width),calc(100% - 40px));
  margin-inline:auto
}
.skip {
  position:absolute;
  left:20px;
  top:-100px;
  z-index:5;
  background:var(--gold);
  color:#111;
  padding:12px
}
.skip:focus {
  top:12px
}
.header {
  border-bottom:1px solid var(--line)
}
.header-inner {
  padding-block:24px;
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  align-items:center;
  justify-content:space-between
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:1.3rem;
  font-weight:800;
  letter-spacing:-.055em;
  text-decoration:none
}
.brand img {
  width:32px;
  height:32px
}
.brand span span {
  font-weight:400;
  color:var(--gold)
}
nav ul {
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:14px 24px
}
nav a {
  text-decoration:none;
  font-size:.85rem;
  color:var(--muted);
  padding-block:8px;
  display:inline-block
}
nav a[aria-current=page] {
  color:var(--gold);
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:12px
}
.eyebrow {
  text-transform:uppercase;
  letter-spacing:.19em;
  font-weight:600;
  font-size:.68rem;
  color:var(--gold)
}
.hero {
  padding-block:56px 32px;
  display:grid;
  gap:36px;
  align-items:center
}
.hero h1 {
  margin-top:22px
}
.hero h1 span {
  color:var(--gold);
  display:block
}
.hero .intro {
  max-width:470px;
  margin-top:26px
}
.intro {
  font-size:1.02rem;
  color:var(--muted);
  line-height:1.85
}
.actions {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px
}
.button {
  display:inline-flex;
  gap:24px;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.08em;
  min-height:50px;
  padding:14px 20px;
  background:var(--gold);
  color:#171215;
  border:1px solid var(--gold)
}
.button:hover {
  background:#f3ceaa;
  color:#171215
}
.button.secondary {
  background:transparent;
  color:var(--text);
  border-color:#5e5146
}
.button.secondary:hover {
  border-color:var(--gold);
  color:var(--gold)
}
.hero-art {
  position:relative
}
.hero-art img {
  width:100%;
  aspect-ratio:1
}
.art-caption {
  font-size:.65rem;
  letter-spacing:.16em;
  color:var(--muted);
  text-align:center;
  text-transform:uppercase;
  margin-top:-12px
}
.values {
  border-block:1px solid var(--line);
  padding:20px 0;
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  font-size:.7rem;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:var(--muted)
}
.values strong {
  font-weight:400;
  color:var(--gold)
}
.section {
  padding-block:70px
}
.identity {
  display:grid;
  gap:28px
}
.identity h2 {
  font-size:clamp(1.8rem,3.2vw,2.8rem);
  max-width:730px
}
.identity h2 span {
  color:var(--gold)
}
.identity p {
  color:var(--muted);
  max-width:520px
}
.section-top {
  display:flex;
  flex-wrap:wrap;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:32px
}
.section-top h2 {
  margin-top:12px
}
.text-link {
  font-size:.8rem;
  color:var(--gold)
}
.catalog-section {
  border-block:1px solid var(--line);
  background:#141315
}
.cards {
  display:grid;
  gap:24px
}
.cover {
  aspect-ratio:1.45;
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid #4c3b34;
  background:radial-gradient(ellipse at 70% 30%,#78503b,transparent 65%),#211919
}
.cover:before {
  content:"";
  width:66%;
  aspect-ratio:1;
  border:1px solid #d29a6880;
  border-radius:50%;
  background:repeating-radial-gradient(circle,transparent 0 7px,#d29a6820 8px 9px);
  box-shadow:0 0 60px #b0754233
}
.cover:after {
  content:"CL";
  position:absolute;
  font-family:Georgia,serif;
  font-size:2.8rem;
  font-style:italic;
  color:#f1cdaa
}
.card:nth-child(3n+2) .cover {
  background:radial-gradient(ellipse at 20% 30%,#77364f,transparent 65%),#24151e;
  border-color:#5b3446
}
.card:nth-child(3n) .cover {
  background:radial-gradient(ellipse at 80% 80%,#526260,transparent 65%),#182222;
  border-color:#384947
}
.cover-label {
  position:absolute;
  bottom:14px;
  left:18px;
  font-size:.58rem;
  letter-spacing:.18em;
  color:#f6e4d4
}
.card-meta {
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding-top:19px;
  color:var(--gold);
  font-size:.65rem;
  letter-spacing:.08em
}
.card h3 {
  margin-top:10px
}
.pending {
  color:var(--muted);
  font-size:.8rem;
  margin-top:10px
}
.section-note {
  color:var(--muted);
  font-size:.83rem;
  margin-top:28px
}
.manifesto {
  display:grid;
  gap:30px
}
.manifesto .prose {
  max-width:670px
}
.prose p+p {
  margin-top:22px
}
.prose {
  color:var(--muted);
  font-size:1.04rem;
  line-height:1.9
}
.signature {
  color:var(--gold)
}
.closing {
  padding:38px 0;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:20px;
  align-items:center
}
.closing p {
  font-size:clamp(1.5rem,3vw,2.4rem);
  line-height:1.3;
  letter-spacing:-.035em
}
.closing p span {
  color:var(--gold)
}
footer {
  border-top:1px solid var(--line);
  padding-block:30px;
  color:var(--muted);
  font-size:.75rem
}
.footer-inner {
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:18px
}
.page-heading {
  padding-block:60px 40px;
  max-width:880px
}
.page-heading h1 {
  margin-block:18px 24px;
  font-size:clamp(2.7rem,5.5vw,4.7rem)
}
.page-body {
  padding-bottom:80px
}
.notice {
  border-left:2px solid var(--gold);
  padding:16px 22px;
  background:var(--panel);
  color:var(--muted);
  margin-bottom:30px;
  max-width:800px
}
.reading {
  max-width:760px
}
.reading h2 {
  font-size:1.6rem;
  margin:36px 0 18px
}
.topics {
  display:grid;
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  padding:0;
  list-style:none
}
.topics li {
  background:var(--bg)
}
.topics a {
  padding:24px;
  display:flex;
  gap:20px;
  justify-content:space-between;
  text-decoration:none
}
.topics span {
  color:var(--gold)
}
.topic-detail {
  padding-block:32px;
  border-bottom:1px solid var(--line)
}
.topic-detail h2 {
  font-size:1.5rem;
  margin-bottom:12px
}
.topic-detail p {
  color:var(--muted)
}
@media(min-width:640px) {
  .cards {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .topics {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .wrap {
    width:min(var(--width),calc(100% - 72px))
  }
}
@media(min-width:1000px) {
  .hero {
    grid-template-columns:1.05fr 1fr;
    padding-block:45px 42px;
    gap:30px
  }
  .hero-art {
    margin-right:-12px
  }
  .hero h1 {
    font-size:clamp(4rem,5.7vw,5.6rem)
  }
  .cards {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .identity {
    grid-template-columns:1.3fr 1fr;
    gap:80px;
    align-items:center
  }
  .manifesto {
    grid-template-columns:.8fr 1.2fr;
    gap:90px
  }
  .section {
    padding-block:88px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
}
.card .song-title {
  font-size:1.3rem;
  margin-top:10px;
  letter-spacing:-.02em
}

/* Editorial identity: local imagery, system typography, no script dependencies. */
:root {
  --bg: #100d12;
  --panel: #1b151e;
  --text: #f8f0e5;
  --muted: #c7bbc4;
  --gold: #edbf7e;
  --pink: #e1a8e0;
  --line: #3e303e;
  --violet: #352239;
  --serif: Georgia, 'Times New Roman', serif;
  --shadow: 0 20px 50px #00000030;
  --radius: 5px;
}
body { background: radial-gradient(ellipse at 100% 15%, #28192b55, transparent 45%), var(--bg); }
::selection { color: var(--bg); background: var(--gold); }
h1, h2 { font-weight: 400; font-family: var(--serif); letter-spacing: -.045em; }
h2 em, .hero h1 span, .closing em { color: var(--gold); font-weight: 400; }
.header { background: #100d12; }
.header-inner { padding-block: 20px; }
.brand { letter-spacing: -.045em; font-size: 1.4rem; }
nav a { font-size: .88rem; min-height: 44px; }
.eyebrow { font-size: .7rem; letter-spacing: .17em; line-height: 1.7; }
.button { border-radius: 3px; font-size: .73rem; min-height: 52px; padding: 15px 23px; box-shadow: 0 5px 24px #00000025; }
.button.secondary { background: #17121cdd; border-color: #8d7080; }
.text-link { font-size: .9rem; display: inline-block; padding-block: 8px; }
.hero { position: relative; isolation: isolate; margin-top: 24px; padding: 0; gap: 0; border: 1px solid var(--line); border-radius: var(--radius); background: #19111c; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; padding: 38px 25px 30px; }
.hero h1 { font-size: clamp(3.35rem, 7vw, 6.5rem); line-height: .99; margin-top: 24px; }
.hero h1 span { font-style: italic; }
.hero .intro { font-size: 1rem; max-width: 455px; color: #e4d8dd; }
.hero-art { margin: 0; position: relative; }
.hero-art img { width: 100%; height: 300px; object-fit: cover; object-position: 70% center; aspect-ratio: auto; }
.art-caption { position: absolute; bottom: 20px; left: 20px; right: 20px; margin: 0; font-size: .65rem; color: #fff3de; text-shadow: 0 2px 6px #000; }
.values { border-top: 0; padding-block: 25px; font-size: .66rem; gap: 12px; }
.values strong { letter-spacing: .22em; }
.identity { position: relative; }
.identity h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1.2; }
.identity h2 span { font-style: italic; }
.identity p { border-left: 1px solid #8b6341; padding-left: 24px; line-height: 1.9; }
.section { padding-block: 68px; }
.catalog-section { background: radial-gradient(ellipse at 10% 20%, #432d273d, transparent 60%), #18131b; }
.section-top h2 { line-height: 1.15; }
.cards { gap: 24px; }
.card { background: linear-gradient(150deg, #241b27, #17121b); border: 1px solid var(--line); border-radius: var(--radius); padding: 12px 12px 24px; box-shadow: var(--shadow); min-width: 0; }
.cover { border: 0; aspect-ratio: 1.22; border-radius: 2px; background: radial-gradient(ellipse at 75% 20%, #9a6946, transparent 75%), #291b1f; }
.cover:before { width: 72%; background: repeating-radial-gradient(circle, #160e1680 0 5px, #f5c28430 6px 7px); box-shadow: 12px 18px 35px #0007; }
.cover:after { font-size: 3.5rem; }
.card:nth-child(3n+2) .cover { background: radial-gradient(ellipse at 20% 30%, #7c507f, transparent 75%), #2b192e; }
.card:nth-child(3n) .cover { background: radial-gradient(ellipse at 75% 70%, #8d7160, transparent 75%), #282029; }
.card-meta, .card h3, .card .song-title, .card .pending { margin-inline: 10px; }
.card-meta { flex-wrap: wrap; gap: 5px 10px; font-size: .62rem; }
.card h3, .card .song-title { font-family: var(--serif); font-weight: 400; font-size: 1.55rem; line-height: 1.25; }
.pending { font-size: .85rem; }
.section-note { max-width: 730px; }
.manifesto { gap: 36px; }
.manifesto h2 { margin-top: 17px; line-height: 1.15; }
.manifesto-image { margin-top: 32px; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; border: 1px solid var(--line); border-radius: var(--radius); }
.manifesto .prose { padding-top: 5px; font-size: 1rem; }
.manifesto .prose p:first-child { font-family: var(--serif); color: var(--text); font-size: 1.65rem; line-height: 1.4; }
.signature { padding-top: 22px; border-top: 1px solid var(--line); font-family: var(--serif); font-style: italic; font-size: 1.35rem; }
.explore-section { background: #19131d; border-block: 1px solid var(--line); }
.explore-grid { display: grid; gap: 28px; }
.explore-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #141017; box-shadow: var(--shadow); }
.explore-card > img { width: 100%; aspect-ratio: 1.9; object-fit: cover; }
.explore-copy { padding: 27px; }
.explore-copy h3 { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; margin-top: 14px; }
.explore-copy > p:not(.eyebrow) { color: var(--muted); margin-top: 16px; max-width: 450px; }
.explore-copy .text-link { margin-top: 14px; }
.closing { display: flex; flex-direction: column; align-items: center; text-align: center; border: 1px solid var(--line); border-radius: var(--radius); margin-block: 65px; padding: 55px 24px; gap: 20px; background: radial-gradient(ellipse at 50% 100%, #68452b40, transparent 65%), linear-gradient(120deg, #211729, #141015); }
.closing > .eyebrow { font-family: Arial, sans-serif; font-size: .7rem; letter-spacing: .15em; color: var(--gold); }
.closing h2 { max-width: 830px; line-height: 1.18; }
.closing .actions { justify-content: center; margin-top: 8px; }
footer { background: #0c0a0e; padding-block: 32px; }
.footer-inner { align-items: center; }
.footer-inner a { padding-block: 10px; }
.page-heading { padding-block: 58px 42px; }
.page-heading h1 { line-height: 1.07; }
.page-heading-visual { max-width: none; display: grid; gap: 30px; align-items: center; }
.page-heading-image { width: 100%; aspect-ratio: 1.7; object-fit: cover; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.page-heading-copy .intro { max-width: 620px; }
.page-body { padding-bottom: 85px; }
.notice { background: linear-gradient(90deg, #35243880, #1a151d); border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; font-size: .93rem; padding: 22px 25px; max-width: 880px; }
.reading { padding-top: 8px; }
.reading h2 { font-size: 1.85rem; }
.topics { gap: 12px; background: transparent; border: 0; }
.topics li { border: 1px solid var(--line); background: linear-gradient(130deg, #281c2d, #18131c); border-radius: var(--radius); }
.topics a { height: 100%; align-items: center; font-family: var(--serif); font-size: 1.3rem; color: var(--text); }
.topics a:hover { color: var(--gold); }
.topic-detail { scroll-margin-top: 30px; }
.topic-detail:target { border-color: var(--gold); }
@media (prefers-reduced-motion: no-preference) {
  a, .card { transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease; }
  .button:hover { box-shadow: 0 7px 28px #d5a16120; }
  .card:hover { border-color: #856075; box-shadow: 0 24px 48px #0005; }
}
@media (min-width: 640px) {
  .explore-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-copy { padding: 45px; }
}
@media (min-width: 1000px) {
  .hero { display: block; min-height: 660px; }
  .hero-copy { padding: 72px 50px 80px; width: 65%; }
  .hero-art { position: absolute; inset: 0; z-index: -1; }
  .hero-art img { width: 100%; height: 100%; object-position: center; }
  .hero-art:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #100b12f5 0%, #100b12e0 29%, #100b1275 58%, #100b1210 100%); }
  .art-caption { left: auto; right: 28px; z-index: 1; text-align: right; }
  .hero .actions { max-width: 570px; }
  .section { padding-block: 95px; }
  .manifesto { grid-template-columns: 1fr 1.1fr; gap: 85px; align-items: start; }
  .manifesto .prose { padding-top: 40px; }
  .page-heading-visual { grid-template-columns: 1.2fr .8fr; gap: 60px; padding-block: 65px; }
  .page-heading-image { aspect-ratio: 1.25; }
  .closing { padding-block: 80px; margin-block: 90px; }
}

/* Shared song cards: decorative artwork, real catalog links, static availability. */
.song-card {
  --song-accent: var(--gold);
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  scroll-margin-top: 24px;
  border-radius: 8px;
}
.song-card:nth-child(3n+2) { --song-accent: var(--pink); }
.song-card:nth-child(3n) { --song-accent: #dfc4a8; }
.song-card .cover { aspect-ratio: 1.65; border-radius: 0; border-bottom: 1px solid var(--line); }
.song-card .cover::before { width: 60%; }
.song-card .cover::after { font-size: 2.8rem; }
.cover-number { position: absolute; top: 16px; left: 20px; color: #fff0df; font: italic 1.65rem var(--serif); }
.song-card .cover-label { font-size: .57rem; color: #fff0df; text-shadow: 0 1px 4px #000; }
.song-body { display: flex; flex-direction: column; flex: 1; padding: 25px; }
.song-kicker { color: var(--muted); font-size: .62rem; letter-spacing: .14em; line-height: 1.8; }
.song-kicker span { color: var(--song-accent); margin-inline: 7px; }
.song-card .song-title { margin: 12px 0 14px; font-size: clamp(1.65rem, 2.2vw, 2rem); line-height: 1.16; letter-spacing: -.025em; text-wrap: balance; }
.song-theme { color: var(--song-accent); font-size: .8rem; margin: 0 0 26px; }
.song-footer { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.song-status { display: flex; align-items: center; gap: 8px; color: var(--song-accent); font-size: .76rem; font-weight: 600; letter-spacing: .025em; }
.song-status > span { width: 6px; height: 6px; border: 1px solid currentColor; border-radius: 50%; flex-shrink: 0; }
.song-release-note { margin-top: 9px; font-size: .75rem; color: var(--muted); line-height: 1.6; }
.song-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; margin-top: 12px; padding: 10px 13px; border: 1px solid #715b48; border-radius: 3px; color: var(--text); background: #eab97b0a; font-size: .8rem; font-weight: 600; text-decoration: none; }
.song-link > span { color: var(--song-accent); font-size: 1.15rem; }
.song-link:hover { background: #edbf7e; color: #19111c; border-color: #edbf7e; }
.song-link:hover > span { color: inherit; }
.song-card:focus-within, .song-card:target { border-color: var(--song-accent); box-shadow: 0 0 0 1px var(--song-accent), var(--shadow); }
@media (hover: hover) {
  .song-card:hover { border-color: var(--song-accent); box-shadow: 0 18px 40px #0006; }
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .song-card { transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
  .song-card:hover { transform: translateY(-4px); }
}

/* Interior introductions share the home’s editorial rhythm and existing artwork. */
.editorial-heading {
  position: relative;
  margin-block: 28px 44px;
  padding: 28px;
  gap: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: radial-gradient(ellipse at 0 0, #70472b30, transparent 65%), linear-gradient(125deg, #211726, #151117);
  box-shadow: var(--shadow);
}
.editorial-heading .page-heading-copy { min-width: 0; }
.editorial-heading h1 { font-size: clamp(2.6rem, 4.5vw, 4.8rem); line-height: 1.07; text-wrap: balance; }
.editorial-heading h1 em { color: var(--gold); font-weight: 400; }
.editorial-heading .intro { font-size: 1rem; line-height: 1.8; max-width: 520px; }
.editorial-heading .actions { gap: 12px 22px; align-items: center; }
.page-visual { margin: 0; min-width: 0; padding: 9px; border: 1px solid #73576b; border-radius: var(--radius); background: #100d1266; }
.page-visual .page-heading-image { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 2px; box-shadow: none; }
.page-visual figcaption { color: var(--muted); padding: 15px 8px 7px; font-size: .65rem; line-height: 1.6; letter-spacing: .1em; text-transform: uppercase; }
.editorial-reading { max-width: 880px; padding: clamp(24px, 4vw, 48px); border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(140deg, #241a29, #17121b); box-shadow: var(--shadow); }
.editorial-reading .eyebrow { color: var(--gold); margin-top: 0; font-size: .7rem; }
.editorial-reading h2 { margin-top: 18px; font-size: clamp(1.9rem, 3vw, 2.65rem); }
#catalogo, #temas, #historia, #recursos { scroll-margin-top: 24px; }
@media (min-width: 1000px) {
  .editorial-heading { grid-template-columns: 1fr 1fr; padding: 48px; gap: 45px; margin-block: 36px 56px; }
  .page-visual .page-heading-image { aspect-ratio: 16 / 9; }
  .page-canciones .page-visual .page-heading-image { aspect-ratio: 3 / 2; }
}
@media (max-width: 399px) {
  .editorial-heading { padding: 22px; }
  .editorial-heading h1 { font-size: 2.35rem; }
}

/* Definitive local artwork: preserve faces, landscape and readable HTML copy. */
.hero-art img { height: auto; aspect-ratio: 16 / 9; object-position: right center; }
.page-canciones .page-visual .page-heading-image { aspect-ratio: 3 / 2; }
.closing {
  align-items: flex-start;
  text-align: left;
  background-image: linear-gradient(90deg, #100b12f5 0%, #100b12dc 38%, #100b1270 65%, #100b1220 100%), url('/assets/img/cta-final.webp');
  background-size: cover;
  background-position: center, right center;
  padding-inline: clamp(24px, 5vw, 70px);
}
.closing h2 { max-width: 650px; width: 65%; }
.closing .actions { justify-content: flex-start; max-width: 65%; }
@media (min-width: 1000px) {
  .hero-art img { height: 100%; aspect-ratio: auto; object-position: right center; }
  .hero-art:after { background: linear-gradient(90deg, #100b12f5 0%, #100b12dc 30%, #100b1270 57%, #100b1200 78%); }
}
@media (max-width: 639px) {
  .closing { background-image: linear-gradient(90deg, #100b12ee, #100b12b8), url('/assets/img/cta-final.webp'); }
  .closing h2 { width: 100%; }
  .closing .actions { max-width: 100%; }
}

/* Keep the hero's intrinsic text width within very narrow screens. */
@media (max-width: 340px) {
  .hero { grid-template-columns: minmax(0, 1fr); }
  .hero-copy { min-width: 0; padding-inline: 18px; }
  .hero h1 { font-size: 3rem; }
  .hero .button { width: 100%; padding-inline: 16px; gap: 12px; }
}

/* Published-song variant; pending cards keep their existing presentation. */
.song-card-published .song-thumbnail { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; border-bottom: 1px solid var(--line); }
.song-card-published .song-theme { margin-bottom: 16px; }
.song-message { color: var(--text); font-family: var(--serif); font-size: 1.35rem; line-height: 1.3; }
.song-description { margin-block: 12px 24px; color: var(--muted); font-size: .85rem; line-height: 1.75; }
.song-availability { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 14px; }
.song-card-published .song-status > span { background: currentColor; }
.song-duration { color: var(--muted); font-size: .73rem; }
.song-duration time { color: var(--text); font-variant-numeric: tabular-nums; }
.song-card-published .song-link { background: var(--gold); border-color: var(--gold); color: var(--bg); }
.song-card-published .song-link > span { color: inherit; }
.song-card-published .song-link:hover { background: #f3ceaa; border-color: #f3ceaa; }
.song-project-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 8px; color: var(--gold); font-size: .7rem; letter-spacing: .04em; text-underline-offset: 4px; }
