@charset "UTF-8";
/*! Generated by Dart Sass — edit scss/, not this file */
/* ===== Global ===== */
html {
  font-size: 130%;
  scroll-behavior: smooth;
}

@media (max-width: 700px) {
  html {
    font-size: 120%;
  }
}
.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;
}

/* ===== Locale dropdown ===== */
.locale-dropdown {
  position: relative;
  margin-left: 1rem;
  display: flex;
  align-items: center;
}

.locale-dropdown-toggle {
  display: inline-flex;
  background: none;
  border: none;
  color: rgba(242, 237, 230, 0.65);
  cursor: pointer;
  padding: 0.12rem 0.5rem;
  align-items: center;
  gap: 0.25rem;
  min-width: 44px;
  min-height: 44px;
  justify-content: center;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s;
}

.locale-dropdown-toggle:hover {
  color: var(--gold-light, #d4b48a);
}

.locale-dropdown-toggle svg {
  width: 1.35rem;
  height: 0.9rem;
  display: block;
}

.locale-chevron {
  font-size: 0.55rem;
  opacity: 0.7;
  line-height: 1;
}

.locale-dropdown-panel {
  list-style: none;
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  flex-direction: column;
  gap: 0.4rem;
  background: transparent;
  border: none;
  border-radius: 4px;
  padding: 0.5rem;
  z-index: 200;
}

.locale-dropdown-panel.is-open {
  display: flex;
}

.locale-dropdown-panel a {
  color: rgba(242, 237, 230, 0.65);
  text-decoration: none;
  padding: 0.4rem 0.6rem;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 44px;
  min-height: 44px;
  font-family: "Cinzel", serif;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  transition: color 0.2s;
}

.locale-dropdown-panel a svg {
  width: 1.35rem;
  height: 0.9rem;
  display: block;
}

.locale-dropdown-panel a:hover {
  color: var(--gold-light, #d4b48a);
}

.locale-dropdown-panel a.is-active {
  color: var(--gold, #b8976a);
  opacity: 0.9;
}

/* Nav-locale-items hidden on desktop, visible only in mobile burger */
.nav-locale-sep, .nav-locale-item, .nav-locale-parent {
  display: none;
}

/* ===== Hamburger button ===== */
.nav-hamburger {
  display: none;
  background: none;
  border: none;
  color: var(--parchment, #f2ede6);
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  opacity: 0.85;
  -webkit-appearance: none;
  appearance: none;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.nav-hamburger:hover {
  opacity: 1;
}

/* ===== Hamburger mode (≤ 1060 px) ===== */
@media (max-width: 1060px) {
  .nav-hamburger {
    display: inline-flex;
  }
  .locale-dropdown {
    display: none;
  }
  .nav-links {
    display: none !important;
    position: absolute !important;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(13, 11, 9, 0.82);
    border-bottom: 1px solid rgba(184, 151, 106, 0.15);
    padding: 0.75rem 1.5rem 1rem;
    flex-direction: column;
    gap: 0;
    z-index: 150;
  }
  .nav-links.is-open {
    display: flex !important;
  }
  .nav-links li {
    width: 100%;
  }
  .nav-links a {
    display: block;
    padding: 0.7rem 0;
    min-height: 44px;
    border-bottom: 1px solid rgba(184, 151, 106, 0.08);
    font-family: "Cinzel", serif;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    color: var(--parchment, #f2ede6);
    text-decoration: none;
    opacity: 1;
  }
  .nav-links > li:last-child > a {
    border-bottom: none;
  }
  .nav-links a:hover {
    opacity: 1;
    color: var(--gold-light, #d4b48a);
  }
  .nav-locale-parent {
    display: block;
  }
  .nav-locale-toggle {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.7rem 0;
    min-height: 44px;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(184, 151, 106, 0.08);
    font-family: "Cinzel", serif;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    color: var(--parchment, #f2ede6);
    cursor: pointer;
    text-align: left;
    -webkit-appearance: none;
    appearance: none;
  }
  .nav-locale-toggle svg {
    width: 1.35rem;
    height: 0.9rem;
    flex-shrink: 0;
  }
  .nav-locale-toggle .locale-chevron {
    margin-left: auto;
    font-size: 0.55rem;
    opacity: 0.7;
  }
  .nav-locale-toggle:hover {
    color: var(--gold-light, #d4b48a);
  }
  .nav-locale-submenu {
    display: none;
    flex-direction: column;
    list-style: none;
    padding-left: 1.2rem;
  }
  .nav-locale-parent.is-open .nav-locale-submenu {
    display: flex;
  }
  .nav-locale-parent.is-open .nav-locale-toggle {
    color: var(--gold-light, #d4b48a);
  }
  .nav-locale-item {
    display: block;
  }
  .nav-locale-item span,
  .nav-locale-item a {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem 0;
    min-height: 44px;
    font-family: "Cinzel", serif;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    color: var(--parchment, #f2ede6);
    text-decoration: none;
    border-bottom: 1px solid rgba(184, 151, 106, 0.06);
  }
  .nav-locale-item:last-child span,
  .nav-locale-item:last-child a {
    border-bottom: none;
  }
  .nav-locale-item svg {
    width: 1.35rem;
    height: 0.9rem;
    flex-shrink: 0;
  }
  .nav-locale-item.is-active span {
    opacity: 0.45;
    cursor: default;
  }
  .nav-locale-item a:hover {
    color: var(--gold-light, #d4b48a);
  }
}
:where(body) *, :where(body) *::before, :where(body) *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --parchment: #f2ede6;
  --gold: #b8976a;
  --gold-light: #d4b48a;
  --deep: #0d0b09;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  padding: 0.5rem 1rem;
  background: var(--parchment, #f2ede6);
  color: var(--ink, #0d0b09);
  font-family: "Cinzel", serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  z-index: 1000;
  transition: top 0.1s;
}

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

:focus-visible {
  outline: 2px solid var(--gold, #b8956a);
  outline-offset: 3px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===== Shared body base ===== */
:is(body.page-index, body.page-alonso, body.page-thom, body.page-legal, body.page-privacy, body.page-contact, body.page-newsletter, body.page-404) {
  background: var(--deep);
  color: var(--parchment);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.7;
  overflow-x: hidden;
}

/* ===== Shared hero (site-hero) ===== */
.site-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}

.site-hero .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  filter: brightness(0.75) saturate(0.9);
}

.site-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(13, 11, 9, 0.15) 0%, rgba(13, 11, 9, 0.05) 40%, rgba(13, 11, 9, 0.6) 80%, rgb(13, 11, 9) 100%);
}

.site-hero nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  z-index: 10;
}

.site-hero .hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 5;
}

.site-hero .page-label {
  font-family: "Cinzel", serif;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  color: var(--gold);
}

.site-hero h1 {
  font-family: "Cinzel", serif;
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--parchment);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.8);
}

@media (max-width: 520px) {
  .site-hero .hero-content {
    padding: 1.5rem 1.5rem 2rem;
  }
}
/* ===== Fixed background (utility pages) ===== */
.page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
}

.page-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  filter: brightness(0.5) saturate(0.85);
}

.page-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 11, 9, 0.35);
}

@media (max-width: 768px) {
  .page-bg {
    display: none;
  }
  :is(body.page-legal, body.page-privacy, body.page-contact, body.page-newsletter)::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: url("/images/banner_label.jpg");
    background-size: cover;
    background-position: center 30%;
    z-index: 0;
    pointer-events: none;
  }
  :is(body.page-legal, body.page-privacy, body.page-contact, body.page-newsletter)::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(13, 11, 9, 0.65);
    z-index: 0;
    pointer-events: none;
  }
  :is(body.page-legal, body.page-privacy, body.page-contact, body.page-newsletter) nav,
  :is(body.page-legal, body.page-privacy, body.page-contact, body.page-newsletter) main,
  :is(body.page-legal, body.page-privacy, body.page-contact, body.page-newsletter) footer {
    position: relative;
    z-index: 1;
  }
}
/* ===== Shared nav styles ===== */
.nav-logo {
  width: 112px;
  height: 112px;
  display: block;
  border-radius: 50%;
  opacity: 0.92;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.6));
}

.nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}

.nav-links a {
  font-family: "Cinzel", serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--parchment);
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s, color 0.2s;
}

.nav-links a:hover {
  opacity: 1;
  color: var(--gold-light);
}

@media (max-width: 720px) {
  .nav-logo {
    width: 78px;
    height: 78px;
  }
}
/* ===== Shared footer styles ===== */
footer {
  border-top: 1px solid rgba(184, 151, 106, 0.15);
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  opacity: 0.5;
}

.footer-copy {
  font-family: "Cinzel", serif;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  color: rgba(242, 237, 230, 0.25);
  align-self: center;
  line-height: 1;
}

.footer-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  align-self: center;
}

.footer-links a {
  font-family: "Cinzel", serif;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  color: rgba(242, 237, 230, 0.3);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--gold);
}

@media (max-width: 768px) {
  footer {
    padding: 1.5rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
  }
}
/* ===== Artist pages (shared) ===== */
body.page-artist nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  z-index: 100;
  background: transparent;
  backdrop-filter: none;
}

body.page-artist nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(to bottom, rgba(13, 11, 9, 0.72) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

body.page-artist nav > * {
  position: relative;
  z-index: 1;
}

body.page-artist .nav-logo {
  width: 112px;
  height: 112px;
  display: block;
  border-radius: 50%;
  opacity: 0.9;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
}

body.page-artist .nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  align-items: center;
}

body.page-artist .nav-links a {
  font-family: "Cinzel", serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  color: var(--parchment);
  text-decoration: none;
  opacity: 0.75;
  transition: opacity 0.2s, color 0.2s;
}

body.page-artist .nav-links a:hover {
  opacity: 1;
  color: var(--gold-light);
}

body.page-artist .nav-links .back {
  opacity: 0.5;
  font-size: 0.62rem;
}

body.page-artist .nav-links .back:hover {
  opacity: 0.8;
}

body.page-artist .hero {
  position: relative;
  width: 100%;
  height: 65vh;
  min-height: 420px;
  max-height: 680px;
  overflow: hidden;
}

body.page-artist .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-artist .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(13, 11, 9, 0.08) 0%, rgba(13, 11, 9, 0) 35%, rgba(13, 11, 9, 0.45) 75%, rgb(13, 11, 9) 100%);
}

@keyframes fadeUpCentered {
  from {
    opacity: 0;
    transform: translateY(calc(-50% + 14px));
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
body.page-artist .hero-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 2rem;
  opacity: 0;
  animation: fadeUpCentered 1.6s ease 0.3s forwards;
}

body.page-artist .hero-genre {
  font-family: "Cinzel", serif;
  font-size: 0.68rem;
  letter-spacing: 0.35em;
  color: var(--parchment);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
  margin-bottom: 0.75rem;
}

body.page-artist .hero-name {
  font-family: "Cinzel", serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--parchment);
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.8);
  line-height: 1.1;
}

body.page-artist .bio-section {
  max-width: 1000px;
  margin: -100px auto 0;
  padding: 5rem 2rem;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 4rem;
  align-items: start;
  overflow: visible;
}

body.page-artist .portrait-wrap {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  z-index: 5;
  overflow: visible;
}

body.page-artist .portrait {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(184, 151, 106, 0.3);
}

body.page-artist .spotify-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Cinzel", serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  color: var(--gold);
  text-decoration: none;
  border: 1px solid rgba(184, 151, 106, 0.3);
  padding: 0.6rem 1.2rem;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

body.page-artist .spotify-btn:hover {
  border-color: var(--gold);
  background: rgba(184, 151, 106, 0.08);
  color: var(--gold-light);
}

body.page-artist .bio-text p {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 300;
  line-height: 1.9;
  color: rgba(242, 237, 230, 0.88);
  margin-bottom: 1.5rem;
}

body.page-artist .bio-text p:last-child {
  margin-bottom: 0;
}

body.page-artist .bio-text em {
  font-style: italic;
  color: var(--gold-light);
}

body.page-artist .divider {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 2rem;
}

body.page-artist .divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}

body.page-artist .divider-glyph {
  color: var(--gold);
  font-size: 1rem;
  opacity: 0.6;
}

body.page-artist .divider-tight {
  margin: 1rem auto 0;
}

body.page-artist .releases-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 2rem 3rem;
}

body.page-artist .section-label {
  font-family: "Cinzel", serif;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  color: var(--gold);
  display: block;
  text-align: center;
  margin-bottom: 3rem;
}

body.page-artist .section-label-spaced {
  margin-bottom: 2rem;
  display: block;
}

body.page-artist .release-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  cursor: default;
  width: 400px;
  max-width: 400px;
  max-height: 400px;
  margin: 0 auto;
}

body.page-artist .release-card a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body.page-artist .release-cover {
  display: block;
  width: 400px;
  height: 400px;
  object-fit: cover;
  object-position: center center;
  border: 1px solid rgba(184, 151, 106, 0.15);
  filter: sepia(0.1) brightness(0.9);
  transition: filter 0.3s, border-color 0.3s;
}

body.page-artist .release-card a:hover .release-cover {
  filter: sepia(0) brightness(1);
  border-color: rgba(184, 151, 106, 0.4);
}

body.page-artist .release-title {
  font-family: "Cinzel", serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--parchment);
  line-height: 1.4;
}

body.page-artist .release-type {
  font-family: "Cinzel", serif;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  opacity: 0.7;
  margin-top: 0.1rem;
}

body.page-artist .album-section {
  margin: 4rem auto;
  max-width: 1000px;
  padding: 0 2rem 6rem;
}

body.page-artist .album-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  align-items: center;
  border: 1px solid rgba(184, 151, 106, 0.2);
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

body.page-artist .album-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.page-artist .album-cover {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(184, 151, 106, 0.2);
}

body.page-artist .album-info {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

body.page-artist .album-badge {
  font-family: "Cinzel", serif;
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  color: var(--gold);
  opacity: 0.8;
}

body.page-artist .album-title {
  font-family: "Cinzel", serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--parchment);
}

body.page-artist .album-desc {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(242, 237, 230, 0.7);
  line-height: 1.85;
  font-style: italic;
}

body.page-artist footer {
  border-top: 1px solid rgba(184, 151, 106, 0.15);
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

body.page-artist .footer-logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  opacity: 0.5;
}

body.page-artist .footer-copy {
  font-family: "Cinzel", serif;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  color: rgba(242, 237, 230, 0.45);
  align-self: center;
  line-height: 1;
}

body.page-artist .footer-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  align-self: center;
}

body.page-artist .footer-links a {
  font-family: "Cinzel", serif;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  color: rgba(242, 237, 230, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}

body.page-artist .footer-links a:hover {
  color: var(--gold);
}

body.page-artist .artist-social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

body.page-artist .social-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(242, 237, 230, 0.8);
  background: rgba(242, 237, 230, 0.06);
  border: 1px solid rgba(184, 151, 106, 0.35);
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

body.page-artist .social-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

body.page-artist .social-icon:hover {
  transform: translateY(-1px);
  color: var(--gold-light);
  border-color: var(--gold);
  background: rgba(184, 151, 106, 0.12);
}

body.page-artist .social-icon.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

body.page-artist .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;
}

@media (max-width: 720px) {
  body.page-artist .bio-section {
    grid-template-columns: 1fr;
    text-align: center;
  }
  body.page-artist .portrait-wrap {
    margin: 0 auto;
    position: static;
  }
  body.page-artist .nav-logo {
    width: 78px;
    height: 78px;
  }
  body.page-artist .album-card {
    grid-template-columns: 1fr;
  }
  body.page-artist .artist-social {
    margin-top: 0.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 700px) {
  body.page-artist .bio-section {
    margin-top: -220px;
    padding-top: 1rem;
    overflow: visible;
  }
  body.page-artist .portrait-wrap {
    position: relative;
    z-index: 5;
    overflow: visible;
  }
  body.page-artist .portrait {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 520px) {
  body.page-artist .release-card,
  body.page-artist .release-cover {
    width: 100%;
    max-width: 400px;
  }
  body.page-artist .release-cover {
    height: auto;
    aspect-ratio: 1/1;
  }
  body.page-artist .album-card {
    padding: 1.5rem;
    gap: 1.5rem;
  }
  body.page-artist footer {
    padding: 1.5rem;
  }
}
/* ===== Alonso Quijano ===== */
body.page-alonso .hero-img {
  object-position: center 35%;
  filter: brightness(0.82) saturate(1.02);
}

body.page-alonso .portrait {
  filter: sepia(0.15) brightness(0.95);
}

body.page-alonso .album-card {
  background: rgba(74, 46, 26, 0.1);
}

body.page-alonso .album-card::before {
  background: linear-gradient(135deg, rgba(139, 105, 20, 0.08), transparent);
}

body.page-alonso .album-title {
  line-height: 1.3;
}

body.page-alonso .release-wrap {
  max-width: 400px;
  margin: 0 auto;
}

/* ===== Thom Skerry ===== */
body.page-thom {
  --teal: #2a4a4f;
  --teal-light: #3d6b72;
  --mist: rgba(242,237,230,0.07);
}

body.page-thom .hero-img {
  object-position: center 40%;
  filter: brightness(0.86) saturate(0.95);
}

body.page-thom .portrait {
  filter: sepia(0.1) brightness(0.95);
}

body.page-thom .divider-glyph {
  font-family: "Cinzel", serif;
  letter-spacing: 0.1em;
}

body.page-thom .album-card {
  background: rgba(42, 74, 79, 0.08);
}

body.page-thom .album-card::before {
  background: linear-gradient(135deg, rgba(42, 74, 79, 0.12), transparent);
}

body.page-thom .album-cover {
  filter: sepia(0.15) brightness(0.9);
}

body.page-thom .album-title {
  line-height: 1.2;
}

body.page-thom .releases-grid {
  display: grid;
  grid-template-columns: repeat(2, 400px);
  gap: 2rem;
  justify-content: center;
}

body.page-thom .tracklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.5rem;
}

body.page-thom .tracklist li {
  font-family: "Cinzel", serif;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: rgba(242, 237, 230, 0.45);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

body.page-thom .tracklist li.done {
  color: rgba(242, 237, 230, 0.65);
}

body.page-thom .track-num {
  color: var(--gold);
  opacity: 0.5;
  min-width: 1.2rem;
}

@media (max-width: 720px) {
  body.page-thom .album-cover {
    max-width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 1060px) {
  body.page-thom .releases-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  body.page-artist .release-card,
  body.page-artist .release-cover {
    width: 100%;
    max-width: 400px;
  }
  body.page-artist .release-cover {
    height: auto;
    aspect-ratio: 1/1;
  }
}
/* ===== Index (index.php) ===== */
body.page-index {
  --ink: #1a1612;
}

/* hero container handled by _hero.scss (.site-hero); override: was .hero */
body.page-index .hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  gap: 1.5rem;
}

body.page-index .hero-quote {
  font-family: "IM Fell English", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.3rem, 3vw, 2rem);
  color: var(--parchment);
  letter-spacing: 0.02em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.8);
  max-width: 700px;
  line-height: 1.5;
  opacity: 0;
  animation: fadeUp 1.8s ease 0.3s forwards;
}

body.page-index .hero-quote cite {
  font-family: "Cinzel", serif;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0.25em;
  color: var(--gold);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.9);
  opacity: 0;
  animation: fadeUp 1.8s ease 0.8s forwards;
}

body.page-index .hero-cta {
  position: absolute;
  bottom: 2rem;
  right: 3rem;
  font-family: "Cinzel", serif;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  color: var(--parchment);
  text-decoration: none;
  border-bottom: 1px solid rgba(242, 237, 230, 0.4);
  padding-bottom: 2px;
  opacity: 0.7;
  transition: opacity 0.2s, border-color 0.2s, color 0.2s;
  z-index: 5;
}

body.page-index .hero-cta:hover {
  opacity: 1;
  border-color: var(--gold);
  color: var(--gold);
}

@media (max-width: 520px) {
  body.page-index .hero-cta {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
body.page-index .intro {
  max-width: 780px;
  margin: 0 auto;
  padding: 6rem 2rem 5rem;
  text-align: center;
}

body.page-index .intro p {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 300;
  color: var(--parchment);
  line-height: 1.85;
  opacity: 0;
  animation: fadeUp 1.4s ease 0.2s forwards;
}

body.page-index .intro em {
  font-style: italic;
  color: var(--gold-light);
}

body.page-index .divider {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 2rem;
}

body.page-index .divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}

body.page-index .divider-moon {
  color: var(--gold);
  font-size: 1.2rem;
  opacity: 0.7;
}

body.page-index .artists-section {
  padding: 5rem 2rem 8rem;
  max-width: 1100px;
  margin: 0 auto;
}

body.page-index .section-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

body.page-index .section-label {
  font-family: "Cinzel", serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  color: var(--gold);
  display: block;
  margin-bottom: 0.5rem;
}

body.page-index .section-intro {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 300;
  color: rgba(242, 237, 230, 0.75);
  max-width: 680px;
  margin: 1.5rem auto 4rem;
  line-height: 1.8;
  text-align: center;
}

body.page-index .artists-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

@media (max-width: 700px) {
  body.page-index .artists-grid {
    grid-template-columns: 1fr;
  }
  body.page-index .intro {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}
body.page-index .artist-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  padding: 2.5rem 2rem;
  border: 1px solid rgba(184, 151, 106, 0.15);
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.4s, background 0.4s;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

body.page-index .artist-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(184, 151, 106, 0.04), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}

body.page-index .artist-card:hover {
  border-color: rgba(184, 151, 106, 0.35);
}

body.page-index .artist-card:hover::before {
  opacity: 1;
}

body.page-index .artist-portrait {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(184, 151, 106, 0.3);
  filter: sepia(0.15) brightness(0.95);
  transition: filter 0.4s;
}

body.page-index .artist-card:hover .artist-portrait {
  filter: sepia(0.05) brightness(1.02);
}

body.page-index .artist-name {
  font-family: "Cinzel", serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--parchment);
  margin-bottom: 0.1rem;
}

body.page-index .artist-genre {
  font-family: "Cinzel", serif;
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  color: var(--gold);
  text-transform: uppercase;
}

body.page-index .artist-bio {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(242, 237, 230, 0.7);
  line-height: 1.8;
  font-style: italic;
}

body.page-index .artist-link {
  font-family: "Cinzel", serif;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 151, 106, 0.3);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}

body.page-index .artist-link:hover {
  color: var(--gold-light);
  border-color: var(--gold-light);
}

/* footer overrides — index uses different logo size / opacity / padding */
body.page-index footer {
  padding: 2.5rem 3rem;
}

body.page-index .footer-logo {
  width: 44px;
  height: 44px;
  opacity: 0.6;
}

body.page-index .footer-copy {
  font-size: 0.6rem;
}

body.page-index .footer-links a {
  font-size: 0.6rem;
}

/* ===== Legal & Privacy & Contact — utility page layout ===== */
:is(body.page-legal, body.page-privacy, body.page-contact, body.page-newsletter) {
  position: relative;
  min-height: 100vh;
}

:is(body.page-legal, body.page-privacy, body.page-contact, body.page-newsletter) nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
}

:is(body.page-legal, body.page-privacy, body.page-contact) .content {
  max-width: 680px;
  margin: 0 auto;
  padding: 8rem 2rem 3rem;
}

:is(body.page-legal, body.page-privacy, body.page-contact) .page-label {
  font-family: "Cinzel", serif;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  color: var(--gold);
  display: block;
  margin-bottom: 2rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
}

:is(body.page-legal, body.page-privacy, body.page-contact) h1 {
  font-family: "Cinzel", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--parchment);
  margin-bottom: 3rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.9), 0 1px 6px rgba(0, 0, 0, 0.7);
}

:is(body.page-legal, body.page-privacy, body.page-contact) h2 {
  font-family: "Cinzel", serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin: 2.5rem 0 1rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

:is(body.page-legal, body.page-privacy, body.page-contact) p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(242, 237, 230, 0.8);
  line-height: 1.85;
  margin-bottom: 1rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

:is(body.page-legal, body.page-privacy, body.page-contact) a {
  color: var(--gold);
  text-decoration: none;
}

:is(body.page-legal, body.page-privacy, body.page-contact) a:hover {
  color: var(--gold-light);
}

:is(body.page-legal, body.page-privacy, body.page-contact) .divider {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(184, 151, 106, 0.3), transparent);
  margin: 3rem 0;
}

body.page-privacy .last-updated {
  font-size: 0.85rem;
  color: rgba(242, 237, 230, 0.4);
}

/* ===== Contact ===== */
body.page-contact .contact-intro {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(242, 237, 230, 0.7);
  line-height: 1.85;
  margin-bottom: 2.5rem;
}

body.page-contact .contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

body.page-contact .form-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

body.page-contact .form-field label {
  font-family: "Cinzel", serif;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  color: var(--gold);
  text-transform: uppercase;
}

body.page-contact .form-field input,
body.page-contact .form-field select,
body.page-contact .form-field textarea {
  font-family: "IM Fell English", Georgia, serif;
  font-size: 1rem;
  color: var(--parchment);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(184, 151, 106, 0.35);
  border-radius: 2px;
  padding: 0.65rem 0.9rem;
  outline: none;
  transition: border-color 0.2s;
  resize: vertical;
}

body.page-contact .form-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23b8976a'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2.2rem;
  cursor: pointer;
}

body.page-contact .form-field select option {
  background: #1a1612;
  color: var(--parchment);
}

body.page-contact .form-field input:focus,
body.page-contact .form-field select:focus,
body.page-contact .form-field textarea:focus {
  border-color: rgba(184, 151, 106, 0.75);
}

body.page-contact .form-field input::placeholder,
body.page-contact .form-field textarea::placeholder {
  color: rgba(242, 237, 230, 0.25);
}

body.page-contact .contact-privacy {
  font-size: 0.8rem;
  color: rgba(242, 237, 230, 0.4);
  line-height: 1.6;
  margin-top: -0.5rem;
}

body.page-contact .contact-privacy a {
  color: var(--gold);
  text-decoration: none;
}

body.page-contact .contact-privacy a:hover {
  color: var(--gold-light);
}

body.page-contact .contact-submit {
  font-family: "Cinzel", serif;
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  color: var(--parchment);
  background: transparent;
  border: 1px solid rgba(184, 151, 106, 0.5);
  padding: 0.85rem 2.5rem;
  cursor: pointer;
  align-self: flex-start;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

body.page-contact .contact-submit:hover {
  border-color: var(--gold);
  color: var(--gold-light);
  background: rgba(184, 151, 106, 0.06);
}

body.page-contact .contact-success {
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body.page-contact .contact-success h2 {
  font-family: "Cinzel", serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--gold);
}

body.page-contact .contact-success p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(242, 237, 230, 0.8);
  line-height: 1.85;
}

body.page-contact .contact-success a {
  font-family: "Cinzel", serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-decoration: none;
  transition: color 0.2s;
}

body.page-contact .contact-success a:hover {
  color: var(--gold-light);
}

body.page-contact .contact-error {
  font-size: 0.9rem;
  color: rgba(220, 160, 100, 0.9);
  background: rgba(220, 100, 50, 0.07);
  border: 1px solid rgba(220, 100, 50, 0.2);
  border-radius: 2px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

/* ===== 404 ===== */
body.page-404 .hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

body.page-404 .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  filter: brightness(0.6) saturate(0.85);
}

body.page-404 .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(13, 11, 9, 0.5) 0%, rgba(13, 11, 9, 0.3) 40%, rgba(13, 11, 9, 0.7) 100%);
}

body.page-404 nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  z-index: 10;
}

body.page-404 .nav-logo {
  width: 112px;
  height: 112px;
  display: block;
  border-radius: 50%;
  opacity: 0.92;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.6));
}

body.page-404 .nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}

body.page-404 .nav-links a {
  font-family: "Cinzel", serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--parchment);
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s, color 0.2s;
}

body.page-404 .nav-links a:hover {
  opacity: 1;
  color: var(--gold-light);
}

body.page-404 main {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

body.page-404 .hero-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

body.page-404 .not-found-code {
  font-family: "Cinzel", serif;
  font-size: clamp(5rem, 15vw, 9rem);
  font-weight: 400;
  letter-spacing: 0.2em;
  color: var(--parchment);
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.8);
  line-height: 1;
}

body.page-404 .not-found-sub {
  font-family: "IM Fell English", Georgia, serif;
  font-style: italic;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  color: rgba(242, 237, 230, 0.7);
  letter-spacing: 0.04em;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
}

body.page-404 .not-found-back {
  font-family: "Cinzel", serif;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-decoration: none;
  transition: color 0.2s;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

body.page-404 .not-found-back:hover {
  color: var(--gold-light);
}

body.page-404 .not-found-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

body.page-404 .not-found-wait {
  font-family: "Cinzel", serif;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  background: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

body.page-404 .not-found-wait:hover {
  color: var(--gold-light);
}

body.page-404 .not-found-gag {
  font-family: "IM Fell English", Georgia, serif;
  font-style: italic;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  color: rgba(242, 237, 230, 0.75);
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.9);
  letter-spacing: 0.04em;
}

@media (max-width: 520px) {
  body.page-404 .nav-logo {
    width: 78px;
    height: 78px;
  }
  body.page-404 footer {
    padding: 1.5rem;
  }
}
@media (max-width: 700px) {
  body.page-404 .not-found-wait {
    padding: 0.75rem 1rem;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  body.page-404 .not-found-back {
    padding: 0.75rem 1rem;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}
/* ===== 404 footer ===== */
body.page-404 footer {
  border-top: 1px solid rgba(184, 151, 106, 0.15);
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

body.page-404 .footer-logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  opacity: 0.5;
}

body.page-404 .footer-copy {
  font-family: "Cinzel", serif;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  color: rgba(242, 237, 230, 0.45);
}

body.page-404 .footer-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}

body.page-404 .footer-links a {
  font-family: "Cinzel", serif;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  color: rgba(242, 237, 230, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}

body.page-404 .footer-links a:hover {
  color: var(--gold);
}

/* ===== Newsletter signup / confirm / unsubscribe pages ===== */
body.page-newsletter .content {
  max-width: 680px;
  margin: 0 auto;
  padding: 8rem 2rem 3rem;
}

body.page-newsletter h1 {
  font-family: "Cinzel", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--parchment);
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.9), 0 1px 6px rgba(0, 0, 0, 0.7);
}

body.page-newsletter p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(242, 237, 230, 0.8);
  line-height: 1.85;
  margin-bottom: 1rem;
}

body.page-newsletter a {
  color: var(--gold);
  text-decoration: none;
  font-family: "Cinzel", serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  transition: color 0.2s;
}

body.page-newsletter a:hover {
  color: var(--gold-light);
}

body.page-newsletter .page-label {
  font-family: "Cinzel", serif;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  color: var(--gold);
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

body.page-newsletter .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  max-width: 480px;
}

body.page-newsletter .newsletter-field {
  display: flex;
  gap: 0;
}

body.page-newsletter .newsletter-field input[type=email] {
  flex: 1;
  font-family: "IM Fell English", Georgia, serif;
  font-size: 1rem;
  color: var(--parchment);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(184, 151, 106, 0.35);
  border-right: none;
  border-radius: 2px 0 0 2px;
  padding: 0.65rem 0.9rem;
  outline: none;
  transition: border-color 0.2s;
  min-width: 0;
}

body.page-newsletter .newsletter-field input[type=email]::placeholder {
  color: rgba(242, 237, 230, 0.25);
}

body.page-newsletter .newsletter-field input[type=email]:focus {
  border-color: rgba(184, 151, 106, 0.75);
}

body.page-newsletter .newsletter-field button {
  font-family: "Cinzel", serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  color: var(--parchment);
  background: transparent;
  border: 1px solid rgba(184, 151, 106, 0.5);
  border-radius: 0 2px 2px 0;
  padding: 0.65rem 1.4rem;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

body.page-newsletter .newsletter-field button:hover {
  border-color: var(--gold);
  color: var(--gold-light);
  background: rgba(184, 151, 106, 0.06);
}

body.page-newsletter .newsletter-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  text-align: left;
  font-size: 0.78rem;
  color: rgba(242, 237, 230, 0.45);
  line-height: 1.6;
  cursor: pointer;
}

body.page-newsletter .newsletter-consent input[type=checkbox] {
  margin-top: 0.2rem;
  accent-color: var(--gold);
  flex-shrink: 0;
}

body.page-newsletter .newsletter-consent a {
  color: var(--gold);
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}

body.page-newsletter .newsletter-consent a:hover {
  color: var(--gold-light);
}

body.page-newsletter .newsletter-success {
  font-size: 1rem;
  color: var(--gold);
  background: rgba(184, 151, 106, 0.07);
  border: 1px solid rgba(184, 151, 106, 0.25);
  border-radius: 2px;
  padding: 1rem 1.2rem;
  line-height: 1.6;
  margin-top: 1.5rem;
}

body.page-newsletter .newsletter-error {
  font-size: 0.9rem;
  color: rgba(220, 160, 100, 0.9);
  background: rgba(220, 100, 50, 0.07);
  border: 1px solid rgba(220, 100, 50, 0.2);
  border-radius: 2px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

@media (max-width: 520px) {
  body.page-newsletter .newsletter-field {
    flex-direction: column;
  }
  body.page-newsletter .newsletter-field input[type=email] {
    border-right: 1px solid rgba(184, 151, 106, 0.35);
    border-bottom: none;
    border-radius: 2px 2px 0 0;
  }
  body.page-newsletter .newsletter-field button {
    border-radius: 0 0 2px 2px;
    padding: 0.65rem 1rem;
  }
}
