/* Mercy & Co — Praise Without Limits */
:root {
  --cream: #fbf7f1;
  --cream-deep: #f3ebe0;
  --paper: #fffdf9;
  --ink: #2c2621;
  --ink-soft: #5a5148;
  --blush: #e8b4b0;
  --blush-deep: #c98984;
  --sage: #9db89a;
  --sage-deep: #6f8f6c;
  --gold: #b8956a;
  --gold-soft: #d4b896;
  --shadow: 0 18px 50px rgba(44, 38, 33, 0.08);
  --radius: 22px;
  --max: 1080px;
  --font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --font-sans: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.6;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(232, 180, 176, 0.28), transparent 60%),
    radial-gradient(900px 500px at 100% 0%, rgba(157, 184, 154, 0.22), transparent 55%),
    linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%);
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--ink);
  color: white;
  padding: 0.75rem 1rem;
  z-index: 1000;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(251, 247, 241, 0.82);
  border-bottom: 1px solid rgba(184, 149, 106, 0.18);
}

.nav {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.9rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  text-decoration: none;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  color: var(--ink);
}

.brand span {
  color: var(--gold);
}

.nav-links {
  display: flex;
  gap: 0.35rem 1rem;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
}

.nav-links a {
  text-decoration: none;
  color: var(--ink-soft);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.5rem 1.25rem 1.5rem;
}

.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) + 6px);
  box-shadow: var(--shadow);
  background: var(--paper);
  border: 1px solid rgba(184, 149, 106, 0.2);
}

.hero-media {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Banner image already contains the wordmark + tagline */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hero-media {
  border-radius: inherit;
}

.lede {
  max-width: 38rem;
  margin: 1.5rem auto 0;
  text-align: center;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.75rem 1.25rem;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.section-head h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 600;
}

.section-head p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.release {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 1.25rem;
  align-items: stretch;
  background: var(--paper);
  border: 1px solid rgba(184, 149, 106, 0.18);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.release-art {
  position: relative;
  min-height: 260px;
  background: var(--cream-deep);
}

.release-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.release-body {
  padding: 1.5rem 1.5rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-deep);
  font-weight: 700;
}

.release-body h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  line-height: 1.15;
}

.release-meta {
  margin: 0.45rem 0 0;
  color: var(--ink-soft);
}

.lyric {
  margin: 1rem 0 0;
  padding: 0.9rem 1rem;
  border-left: 3px solid var(--blush);
  background: rgba(243, 235, 224, 0.55);
  border-radius: 0 12px 12px 0;
  color: var(--ink-soft);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.02rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  font: inherit;
  font-weight: 650;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:focus-visible {
  outline: 3px solid rgba(184, 149, 106, 0.45);
  outline-offset: 2px;
}

.btn-primary {
  background: linear-gradient(135deg, #3a322c, #2c2621);
  color: #fffaf4;
  box-shadow: 0 10px 24px rgba(44, 38, 33, 0.18);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #4a4038, #332c26);
}

.btn-secondary {
  background: rgba(157, 184, 154, 0.22);
  color: var(--ink);
  border: 1px solid rgba(111, 143, 108, 0.35);
}

.btn-secondary:hover {
  background: rgba(157, 184, 154, 0.34);
}

.btn-ghost {
  background: transparent;
  color: var(--ink-soft);
  border: 1px solid rgba(44, 38, 33, 0.12);
}

.socials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.social-card {
  text-decoration: none;
  background: var(--paper);
  border: 1px solid rgba(184, 149, 106, 0.16);
  border-radius: 18px;
  padding: 1.15rem 1rem;
  box-shadow: var(--shadow);
  transition: transform 0.15s ease, border-color 0.15s ease;
}

.social-card:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 137, 132, 0.45);
}

.social-card strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

.social-card span {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.about {
  background: var(--paper);
  border: 1px solid rgba(184, 149, 106, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.6rem 1.5rem;
}

.about p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  max-width: 48rem;
}

.about p + p {
  margin-top: 0.9rem;
}

.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2rem 1.25rem 2.75rem;
  color: var(--ink-soft);
  text-align: center;
  font-size: 0.92rem;
}

.site-footer .wordmark {
  font-family: var(--font-serif);
  color: var(--ink);
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

.site-footer .tiny {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--gold);
  margin-bottom: 0.85rem;
}

@media (max-width: 820px) {
  .release {
    grid-template-columns: 1fr;
  }

  .release-art {
    min-height: 220px;
    aspect-ratio: 16 / 9;
  }

  .socials {
    grid-template-columns: 1fr;
  }

  .hero-media {
    aspect-ratio: 16 / 9;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .social-card {
    transition: none;
  }
}
