:root {
  --night: #080605;
  --wood: #160d09;
  --wood-light: #24130d;
  --parchment: #efe0bd;
  --muted: #bfae8d;
  --copper: #b56c2c;
  --gold: #dfaa55;
  --ember: #ed5a20;
  --line: rgba(215, 152, 72, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  background: var(--night);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--parchment);
  font-family: Georgia, "Times New Roman", serif;
  background:
    radial-gradient(circle at 50% 14%, rgba(166, 52, 13, 0.2), transparent 24rem),
    linear-gradient(rgba(8, 6, 5, 0.78), rgba(8, 6, 5, 0.96)),
    repeating-linear-gradient(91deg, #100907 0, #170d09 8%, #0d0806 16%, #1b0f0a 25%);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.38;
  background-image:
    linear-gradient(90deg, transparent 49.7%, rgba(255, 255, 255, 0.025) 50%, transparent 50.3%),
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.025) 0 1px, transparent 1.5px);
  background-size: 11rem 100%, 6px 6px;
  pointer-events: none;
}

.page-shell {
  width: min(100% - 32px, 680px);
  margin-inline: auto;
  padding: 32px 0 36px;
}

.hero {
  text-align: center;
}

.crest-wrap {
  position: relative;
  width: min(88vw, 390px);
  margin: -8px auto 18px;
}

.fire-glow {
  position: absolute;
  inset: 25% 24% 19%;
  border-radius: 50%;
  background: rgba(235, 74, 16, 0.38);
  filter: blur(40px);
  animation: hearth-glow 4.2s ease-in-out infinite;
}

.crest {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid rgba(205, 133, 55, 0.58);
  border-radius: 50%;
  background: #000;
  box-shadow:
    0 0 0 5px rgba(66, 35, 17, 0.62),
    0 0 0 6px rgba(219, 151, 67, 0.2),
    0 18px 30px rgba(0, 0, 0, 0.72);
  clip-path: circle(50% at 50% 50%);
}

.eyebrow {
  margin: 0 0 9px;
  color: var(--gold);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.69rem;
  font-weight: 650;
  letter-spacing: 0.18em;
  line-height: 1.6;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  margin-inline: 0.35rem;
  color: var(--ember);
}

h1 {
  margin: 0;
  color: #f4ddb0;
  font-size: clamp(2.15rem, 8vw, 3.7rem);
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1;
  text-shadow: 0 2px 0 #4d240c, 0 6px 16px rgba(0, 0, 0, 0.88);
}

.intro {
  max-width: 520px;
  margin: 17px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 3.4vw, 1.14rem);
  font-style: italic;
  line-height: 1.6;
}

.music-links {
  display: grid;
  gap: 13px;
  margin-top: 31px;
}

.music-link {
  --brand: var(--gold);
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr 30px;
  align-items: center;
  min-height: 78px;
  padding: 11px 16px;
  overflow: hidden;
  color: var(--parchment);
  text-align: left;
  text-decoration: none;
  border: 1px solid rgba(218, 159, 76, 0.32);
  border-radius: 5px;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.035), transparent 44%),
    linear-gradient(180deg, rgba(43, 24, 15, 0.98), rgba(19, 11, 8, 0.98));
  box-shadow:
    inset 0 1px rgba(255, 235, 190, 0.06),
    inset 0 -2px 5px rgba(0, 0, 0, 0.38),
    0 8px 22px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.music-link::before {
  position: absolute;
  inset: 7px;
  content: "";
  border: 1px solid rgba(214, 151, 71, 0.12);
  border-radius: 2px;
  pointer-events: none;
}

.music-link::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  content: "";
  background: var(--brand);
  box-shadow: 0 0 16px var(--brand);
  opacity: 0.82;
}

.music-link:hover {
  z-index: 1;
  border-color: color-mix(in srgb, var(--brand) 60%, var(--gold));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38), 0 0 28px color-mix(in srgb, var(--brand) 12%, transparent);
  transform: translateY(-3px);
}

.music-link:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.spotify { --brand: #1ed760; }
.youtube { --brand: #ff3948; }
.apple { --brand: #fc6d81; }

.service-icon {
  display: grid;
  width: 38px;
  height: 38px;
  color: var(--brand);
  place-items: center;
}

.service-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.link-copy {
  display: grid;
  gap: 1px;
}

.link-kicker {
  color: #9e8b71;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.link-copy strong {
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.arrow {
  color: var(--gold);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 1.2rem;
  text-align: center;
  transition: transform 180ms ease;
}

.music-link:hover .arrow {
  transform: translate(2px, -2px);
}

.about {
  margin-top: 40px;
  padding: 28px clamp(20px, 5vw, 42px) 30px;
  text-align: center;
  border-block: 1px solid var(--line);
  background: linear-gradient(90deg, transparent, rgba(75, 39, 19, 0.16), transparent);
}

.ornament {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  width: min(100%, 300px);
  margin: -36px auto 18px;
  color: var(--copper);
}

.ornament span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--copper));
}

.ornament span:last-child {
  background: linear-gradient(90deg, var(--copper), transparent);
}

.ornament b {
  font-size: 0.72rem;
}

h2 {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 1.32rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about p {
  margin: 0 0 15px;
  color: #c4b393;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.92rem;
  line-height: 1.72;
}

.about .invitation {
  margin: 20px 0 0;
  color: #ead3a6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-style: italic;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 28px;
  color: #6f5d46;
  text-align: center;
}

footer p {
  margin: 0;
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.embers {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.embers i {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ff7b32;
  box-shadow: 0 0 8px #ff4d12;
  opacity: 0;
  animation: ember-rise 9s linear infinite;
}

.embers i:nth-child(2) { left: 18%; animation-delay: -2s; animation-duration: 12s; }
.embers i:nth-child(3) { left: 29%; animation-delay: -6s; animation-duration: 10s; }
.embers i:nth-child(4) { left: 42%; animation-delay: -4s; animation-duration: 13s; }
.embers i:nth-child(5) { left: 61%; animation-delay: -7s; animation-duration: 11s; }
.embers i:nth-child(6) { left: 73%; animation-delay: -3s; animation-duration: 14s; }
.embers i:nth-child(7) { left: 84%; animation-delay: -8s; animation-duration: 12s; }
.embers i:nth-child(8) { left: 93%; animation-delay: -5s; animation-duration: 15s; }

@keyframes hearth-glow {
  0%, 100% { opacity: 0.55; transform: scale(0.96); }
  50% { opacity: 0.9; transform: scale(1.05); }
}

@keyframes ember-rise {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(0.6); }
  10% { opacity: 0.75; }
  75% { opacity: 0.22; }
  100% { opacity: 0; transform: translate3d(30px, -90vh, 0) scale(1.2); }
}

@media (max-width: 480px) {
  .page-shell {
    width: min(100% - 24px, 680px);
    padding-top: 20px;
  }

  .crest-wrap {
    margin-top: -16px;
    margin-bottom: 16px;
  }

  .eyebrow {
    font-size: 0.59rem;
    letter-spacing: 0.12em;
  }

  .music-link {
    grid-template-columns: 44px 1fr 26px;
    min-height: 74px;
    padding-inline: 13px;
  }

  .about {
    padding-inline: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
