:root {
  --obsidian: #0a090b;
  --obsidian-2: #141218;
  --charcoal: #3a363c;
  --ruby: #9b1d3a;
  --ruby-hot: #c41e3a;
  --violet: #6b3a7a;
  --petal: #b48cc4;
  --gold: #c9a227;
  --gold-soft: #e4d5a5;
  --paper: #f4efe6;
  --muted: #b9b3bc;
  --glass: rgba(20, 16, 22, 0.72);
  --floral: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cpath fill='none' stroke='%236b3a7a' stroke-opacity='0.22' d='M90 20c6 28 28 48 58 52-30 6-52 30-58 58-6-28-28-52-58-58 30-4 52-24 58-52z'/%3E%3Ccircle cx='90' cy='90' r='6' fill='%239b1d3a' fill-opacity='0.18'/%3E%3C/svg%3E");
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--paper);
  background-color: var(--obsidian);
  background-image: var(--floral), radial-gradient(1200px 600px at 80% -10%, rgba(107, 58, 122, 0.28), transparent 55%),
    radial-gradient(900px 500px at 0% 100%, rgba(155, 29, 58, 0.18), transparent 50%);
  background-attachment: fixed;
  min-height: 100vh;
}

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

a {
  color: var(--gold-soft);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--gold);
  color: var(--obsidian);
  padding: 0.5rem 0.8rem;
  z-index: 20;
}

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

.site-header {
  border-bottom: 1px solid rgba(201, 162, 39, 0.28);
  background: linear-gradient(180deg, rgba(10, 9, 11, 0.94), rgba(10, 9, 11, 0.7));
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
}

.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.9rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--paper);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.brand-mark {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--gold-soft), var(--ruby) 45%, var(--obsidian) 70%);
  box-shadow: 0 0 12px rgba(201, 162, 39, 0.45);
}

.nav-toggle {
  display: none;
  font-family: inherit;
  font-size: 1rem;
  color: var(--paper);
  background: transparent;
  border: 1px solid rgba(201, 162, 39, 0.4);
  padding: 0.35rem 0.7rem;
  cursor: pointer;
}

.site-nav ul {
  display: flex;
  gap: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  color: var(--paper);
  text-decoration: none;
}

.site-nav a[aria-current="page"],
.site-nav a:hover {
  color: var(--gold);
}

.masthead {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 0;
  max-width: 1180px;
  margin: 1.5rem auto 0;
  border: 1px solid rgba(201, 162, 39, 0.22);
  background: var(--glass);
  box-shadow: inset 0 0 40px rgba(107, 58, 122, 0.18);
}

.masthead-photo {
  margin: 0;
  position: relative;
}

.masthead-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 32rem;
  filter: saturate(0.75) contrast(1.08);
}

.masthead-photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.6rem 1rem;
  font-size: 0.95rem;
  font-style: italic;
  background: linear-gradient(transparent, rgba(10, 9, 11, 0.85));
}

.masthead-copy {
  padding: 2.4rem 2.2rem 2.6rem;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: var(--petal);
  margin: 0 0 0.6rem;
}

.issue-line {
  margin: 0 0 1rem;
  color: var(--gold);
  font-style: italic;
}

h1,
h2,
h3 {
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  margin: 0 0 1.2rem;
}

.lead-quote {
  margin: 0 0 1.4rem;
  padding-left: 1rem;
  border-left: 2px solid var(--ruby);
  font-size: 1.35rem;
  font-style: italic;
  color: var(--gold-soft);
}

.masthead-meta {
  color: var(--muted);
}

.text-link {
  font-style: italic;
}

.band {
  max-width: 1180px;
  margin: 0 auto;
  padding: 3.4rem 1.4rem;
}

.band-intro h2 {
  margin: 0;
  font-size: 2.1rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-top: 1.6rem;
}

.price-line {
  color: var(--gold);
  font-style: italic;
}

.glass-frame,
.glass-card,
.glass-form,
.contact-aside,
.offer-row,
.post-tease,
.voice,
.edition-list li {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.04), transparent 40%),
    rgba(18, 16, 20, 0.78);
  border: 1px solid rgba(180, 140, 196, 0.18);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  position: relative;
}

.glass-frame::after,
.glass-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: var(--floral);
  opacity: 0.35;
  mix-blend-mode: screen;
}

.glass-frame img,
.glass-card img,
.offer-row img,
.post-tease img,
.team-grid img,
.hero-figure img {
  width: 100%;
  object-fit: cover;
}

.glass-frame img {
  min-height: 18rem;
}

.card-grid,
.team-grid,
.voice-grid {
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 0;
  display: grid;
  gap: 1.3rem;
}

.card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.glass-card {
  overflow: hidden;
  padding-bottom: 1.2rem;
}

.glass-card img {
  height: 11rem;
}

.glass-card h3,
.glass-card p,
.glass-card .kicker {
  padding: 0 1.1rem;
}

.glass-card h3 {
  margin: 0.2rem 0 0.5rem;
}

.glass-card h3 a {
  color: var(--paper);
  text-decoration: none;
}

.btn {
  position: relative;
  isolation: isolate;
  display: inline-block;
  font-family: inherit;
  font-size: 1.05rem;
  padding: 0.65rem 1.3rem;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-radius: 40% 60% 50% 50%;
  z-index: -1;
  opacity: 0;
  transform: scale(0.2);
  transition: transform 0.55s ease, opacity 0.55s ease;
}

.btn::before {
  background: radial-gradient(circle at 30% 30%, rgba(228, 213, 165, 0.9), rgba(155, 29, 58, 0.85) 42%, transparent 68%);
}

.btn::after {
  background: radial-gradient(circle at 70% 70%, rgba(180, 140, 196, 0.8), rgba(107, 58, 122, 0.5) 40%, transparent 70%);
  transition-delay: 0.06s;
}

.btn:hover,
.btn:focus-visible {
  color: var(--obsidian);
  border-color: var(--petal);
}

.btn:hover::before,
.btn:hover::after,
.btn:focus-visible::before,
.btn:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

.btn-ruby {
  border-color: var(--ruby-hot);
}

.btn-gold {
  border-color: var(--gold);
}

.btn-ghost {
  border-color: rgba(244, 239, 230, 0.35);
}

.voices {
  background: linear-gradient(90deg, transparent, rgba(155, 29, 58, 0.12), transparent);
}

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

.voice {
  padding: 1.4rem 1.5rem;
}

.voice blockquote {
  margin: 0 0 0.8rem;
  font-size: 1.35rem;
  font-style: italic;
}

.voice figcaption {
  color: var(--muted);
  font-size: 1rem;
}

.team-grid {
  grid-template-columns: repeat(3, 1fr);
}

.team-grid li {
  text-align: center;
}

.team-grid img {
  height: 16rem;
  object-fit: cover;
  border: 1px solid rgba(201, 162, 39, 0.25);
  filter: contrast(1.05) saturate(0.85);
}

.site-footer {
  border-top: 1px solid rgba(201, 162, 39, 0.25);
  padding: 2.4rem 1.4rem 1.4rem;
  background: rgba(10, 9, 11, 0.86);
}

.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 0.8fr 0.8fr;
  gap: 1.5rem;
}

.footer-brand {
  font-size: 1.4rem;
  margin-top: 0;
}

.footer-label {
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

address {
  font-style: normal;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-copy {
  max-width: 1180px;
  margin: 2rem auto 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.page-shell {
  max-width: 760px;
  margin: 0 auto;
  padding: 2.6rem 1.4rem 4rem;
}

.page-wide {
  max-width: 960px;
}

.hero-figure {
  margin: 0 0 1.8rem;
  overflow: hidden;
}

.hero-figure img {
  max-height: 22rem;
}

.offer-list,
.post-list,
.edition-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.2rem;
}

.offer-row,
.post-tease {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.2rem;
  overflow: hidden;
}

.offer-row img,
.post-tease img {
  height: 100%;
  min-height: 10rem;
  object-fit: cover;
}

.offer-row > div,
.post-tease > div {
  padding: 1rem 1.1rem 1.1rem 0;
}

.edition-list li {
  padding: 1.1rem 1.2rem;
}

.edition-meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.98rem;
}

.status {
  color: var(--gold);
}

.cta-row {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  flex-wrap: wrap;
}

.contact-layout,
.page-shell.contact-layout {
  max-width: 1000px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr;
  gap: 1.5rem;
}

.glass-form,
.contact-aside {
  padding: 1.4rem;
}

.field {
  margin-bottom: 1rem;
}

.field label {
  display: block;
  margin-bottom: 0.3rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  font-family: inherit;
  font-size: 1.05rem;
  padding: 0.5rem 0.6rem;
  color: var(--paper);
  background: rgba(10, 9, 11, 0.7);
  border: 1px solid rgba(201, 162, 39, 0.3);
}

.field-error,
.island-error,
.form-status.is-error {
  color: #f0b7c2;
  font-size: 0.98rem;
}

.form-status.is-ok {
  color: var(--gold-soft);
}

.legal h2 {
  margin-top: 1.8rem;
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  max-width: 420px;
  margin-left: auto;
  padding: 1.1rem 1.2rem;
  background: rgba(12, 10, 14, 0.94);
  border: 1px solid rgba(201, 162, 39, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45), inset 0 0 30px rgba(107, 58, 122, 0.2);
  z-index: 30;
}

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

.error-page {
  text-align: center;
  padding-top: 5rem;
}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    display: none;
    position: absolute;
    right: 1rem;
    top: 3.6rem;
    background: var(--obsidian-2);
    border: 1px solid rgba(201, 162, 39, 0.3);
    padding: 0.8rem 1.1rem;
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    gap: 0.6rem;
  }

  .masthead,
  .split,
  .card-grid,
  .team-grid,
  .voice-grid,
  .footer-grid,
  .offer-row,
  .post-tease,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .masthead-photo img {
    min-height: 16rem;
  }
}
