/* Goldenhour — recreated for Vercel
   Fonts: Goudy Bookletter 1911 (display), DM Mono (body) — via Google Fonts */

:root {
  --bg: #0d0d0d;
  --fg: #f7f7f7;
  --fg-25: rgba(247, 247, 247, 0.22);
  --fg-40: rgba(247, 247, 247, 0.40);
  --fg-60: rgba(247, 247, 247, 0.65);
  --radius: 14px;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: "DM Mono", ui-monospace, SFMono-Regular, monospace;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 1.5;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

/* Background image — fixed full-bleed with dark gradient toward the bottom */
.bg-wrap {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
header.banner, main, footer.contentinfo { position: relative; z-index: 1; }
.bg-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.bg-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(13, 13, 13, 0) 0%,
    rgba(13, 13, 13, 0) 40%,
    rgba(13, 13, 13, 0.55) 75%,
    rgba(13, 13, 13, 0.95) 100%
  );
  pointer-events: none;
}

/* Header / banner */
header.banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  z-index: 20;
}
header.banner .logo {
  font-family: "Goudy Bookletter 1911", "Goudy Old Style", Georgia, serif;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #fff;
}
header.banner nav {
  display: flex;
  gap: 28px;
}
header.banner nav a {
  font-family: "Goudy Bookletter 1911", "Goudy Old Style", Georgia, serif;
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
  transition: opacity 0.15s ease;
}
header.banner nav a:hover { opacity: 1; }
header.banner nav a.active { font-style: italic; }

@media (max-width: 640px) {
  header.banner { padding: 14px 18px; }
  header.banner nav { gap: 16px; }
  header.banner nav a { font-size: 14px; }
}

/* Main layouts */
main {
  flex: 1;
  padding: 80px 24px 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body.home main {
  padding-bottom: 24px;
}
main.center {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 96px 24px 60px;
}

/* Home cards — horizontal scroll row */
.card-row {
  display: flex;
  flex-direction: row;
  gap: 14px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 6px 4px;
  margin: 0 -4px;
}
.card-row::-webkit-scrollbar { display: none; }

.card {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: clamp(280px, 32vw, 380px);
  background: var(--fg-25);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: var(--radius);
  padding: 6px;
  transition: background 0.15s ease, transform 0.15s ease;
}
.card:hover { background: var(--fg-40); }
.card img.thumb {
  width: 110px;
  height: 110px;
  border-radius: 10px;
  object-fit: cover;
  flex: 0 0 110px;
}
.card .meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6px 8px 6px 4px;
  min-width: 0;
}
.card .meta h5 {
  margin: 0;
  font-family: "DM Mono", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--fg);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card .view {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--fg);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  opacity: 0.95;
}
.card .view svg { width: 14px; height: 14px; }

/* Music index — vertical list with big artwork */
.music-list {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.music-list .card {
  width: 100%;
  padding: 10px;
  gap: 16px;
}
.music-list .card img.thumb {
  width: 140px;
  height: 140px;
  flex: 0 0 140px;
}
.music-list .card .meta h5 { font-size: 16px; }

/* Single release page */
.release {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
  padding-top: 24px;
}
.release img.cover {
  width: min(360px, 80vw);
  height: min(360px, 80vw);
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.5);
}
.release h1 {
  font-family: "Goudy Bookletter 1911", serif;
  font-size: clamp(28px, 4.4vw, 44px);
  font-weight: 400;
  margin: 0;
  line-height: 1.15;
}
.release .release-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.85;
}
.listen {
  width: 100%;
  max-width: 460px;
}
.listen h2 {
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 12px 0;
  text-align: left;
}
.listen ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.listen li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--fg-25);
  border-radius: 12px;
  padding: 14px 18px;
  transition: background 0.15s ease;
  font-size: 14px;
}
.listen li a:hover { background: var(--fg-40); }
.listen li a::after {
  content: "→";
  opacity: 0.8;
}

/* Info page */
.info {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}
.info img {
  width: min(280px, 60vw);
  height: min(280px, 60vw);
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
.info article {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.92;
  max-width: 520px;
}
.info article a { text-decoration: underline; text-underline-offset: 4px; }

/* Empty state (videos, tour) */
.empty {
  margin: 0 auto;
  font-family: "Goudy Bookletter 1911", serif;
  font-style: italic;
  font-size: 20px;
  opacity: 0.75;
}

/* Page heading for sub-pages */
.page-title {
  text-align: center;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 400;
  margin: 0 0 32px 0;
}

/* Footer */
footer.contentinfo {
  padding: 28px 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  z-index: 5;
  position: relative;
}
footer.contentinfo nav.social {
  display: flex;
  gap: 18px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.85;
}
footer.contentinfo nav.social a:hover { opacity: 1; text-decoration: underline; }
footer.contentinfo .subscribe {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 8px 14px;
  border: 1px solid var(--fg-40);
  border-radius: 999px;
  transition: background 0.15s ease;
}
footer.contentinfo .subscribe:hover { background: var(--fg-25); }
footer.contentinfo .made-with {
  font-size: 10px;
  opacity: 0.55;
  letter-spacing: 0.5px;
}

/* Hide footer where it would conflict with the home cards */
body.home footer.contentinfo {
  display: none;
}

/* Subscribe modal (simple) */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: 20px;
}
.modal-backdrop.open { display: flex; }
.modal {
  background: #161616;
  border: 1px solid var(--fg-25);
  border-radius: 18px;
  padding: 28px 26px;
  max-width: 420px;
  width: 100%;
  text-align: center;
  position: relative;
}
.modal h3 {
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 8px 0;
}
.modal p { font-size: 13px; opacity: 0.85; margin: 0 0 18px 0; }
.modal button.close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 18px;
  line-height: 1;
  opacity: 0.55;
  padding: 4px 6px;
}
.modal button.close:hover { opacity: 1; }

/* Inline Mailchimp signup form (used in modal, release pages, smart links) */
.signup-form {
  display: flex;
  gap: 8px;
  flex-direction: column;
  margin: 0;
}
.signup-form input[type=email] {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--fg-25);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--fg);
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.signup-form input[type=email]:focus {
  border-color: var(--fg-60);
  background: rgba(255,255,255,0.10);
}
.signup-form input[type=email]::placeholder { color: var(--fg-60); opacity: 0.7; }
.signup-form button[type=submit] {
  background: var(--fg);
  color: var(--bg);
  border-radius: 10px;
  padding: 12px 18px;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.signup-form button[type=submit]:hover { opacity: 0.88; }
.signup-form .mc-hidden { position: absolute; left: -5000px; aria-hidden: true; }
.signup-fineprint {
  font-size: 11px;
  opacity: 0.55;
  margin-top: 10px;
  text-align: center;
}

/* Release-page signup CTA */
.signup-section {
  max-width: 520px;
  margin: 56px auto 0;
  text-align: center;
  padding: 28px 24px;
  background: rgba(247,247,247,0.06);
  border: 1px solid var(--fg-25);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}
.signup-section h3 {
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 8px;
}
.signup-section p {
  font-size: 13px;
  opacity: 0.85;
  margin: 0 0 16px;
}

/* Smart-link (/listen) layout */
.smartlink {
  max-width: 460px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.smartlink img.cover {
  width: min(280px, 70vw);
  height: min(280px, 70vw);
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.5);
}
.smartlink h1 {
  font-family: "Goudy Bookletter 1911", serif;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 400;
  margin: 0;
  line-height: 1.1;
}
.smartlink .sub {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0.7;
  margin: 0;
}
.smartlink .platforms {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.smartlink .platforms a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--fg-25);
  border-radius: 10px;
  padding: 13px 18px;
  font-size: 14px;
  transition: background 0.15s ease;
}
.smartlink .platforms a:hover { background: var(--fg-40); }
.smartlink .platforms a::after { content: "→"; opacity: 0.7; }
.smartlink .or {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.55;
  margin: 4px 0;
}
.smartlink .signup-form { width: 100%; }

@media (max-width: 640px) {
  .card { width: 80vw; }
  .card img.thumb { width: 92px; height: 92px; flex-basis: 92px; }
  .music-list .card { padding: 8px; gap: 12px; }
  .music-list .card img.thumb { width: 100px; height: 100px; flex-basis: 100px; }
  main { padding: 70px 16px 200px; }
  footer.contentinfo { padding: 12px 16px 14px; }
}
