:root {
  --bg: #07111a;
  --bg-deep: #04080d;
  --surface: rgba(255, 255, 255, 0.08);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --surface-border: rgba(255, 255, 255, 0.14);
  --text: #f3eee6;
  --muted: #c7c0b4;
  --accent: #f0b84a;
  --accent-soft: #ffd98b;
  --shadow: rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Space Grotesk", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(240, 184, 74, 0.14), transparent 35%),
    radial-gradient(circle at 85% 12%, rgba(180, 76, 44, 0.18), transparent 28%),
    radial-gradient(circle at 75% 88%, rgba(96, 126, 195, 0.14), transparent 28%),
    linear-gradient(160deg, var(--bg) 0%, var(--bg-deep) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.25;
  pointer-events: none;
}

.page-shell {
  position: relative;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.25rem 0 3rem;
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  align-items: center;
  margin-bottom: 2rem;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.85rem 1.2rem;
  border: 1px solid var(--surface-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  text-decoration: none;
  font-size: 0.88rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
}

.top-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.top-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 2.6rem;
  align-items: center;
}

.hero-copy {
  padding: 1rem 0;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.045em;
}

h1 {
  margin: 0;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(4rem, 9vw, 7.2rem);
  line-height: 0.9;
  text-wrap: balance;
}

.lede {
  max-width: 34rem;
  margin: 1.35rem 0 0;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.7;
}

.supporting-copy {
  max-width: 33rem;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.85;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.primary-cta,
.secondary-cta,
.button-stack a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.primary-cta {
  color: #1c1308;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-soft) 100%);
  box-shadow: 0 18px 40px rgba(240, 184, 74, 0.24);
}

.secondary-cta {
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--surface-border);
}

.micro-list {
  margin: 1.7rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.8;
}

.micro-list li + li {
  margin-top: 0.35rem;
}

.artwork-cluster {
  position: relative;
  min-height: 38rem;
}

.art-card {
  position: absolute;
  padding: 1rem;
  border: 1px solid var(--surface-border);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  box-shadow: 0 24px 70px var(--shadow);
  backdrop-filter: blur(8px);
}

.art-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.art-card figcaption {
  padding-top: 0.85rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.art-card-primary {
  inset: 0 auto auto 0;
  width: min(100%, 450px);
  transform: rotate(-2deg);
}

.art-card-secondary {
  right: 0;
  bottom: 1.2rem;
  width: min(72%, 300px);
  transform: rotate(5deg);
}

.release-banner {
  margin-top: 2.7rem;
  padding: 1.5rem;
  border: 1px solid var(--surface-border);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
}

.release-banner h2 {
  margin: 0.3rem 0 0;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 0.96;
}

.release-banner p:last-child {
  max-width: 42rem;
  color: var(--muted);
  line-height: 1.8;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}

.link-panel {
  padding: 1.35rem;
  border: 1px solid var(--surface-border);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.05);
}

.panel-label {
  margin: 0;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 700;
}

.link-panel h3 {
  margin: 0.6rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
  line-height: 1;
}

.link-panel p {
  color: var(--muted);
  line-height: 1.8;
}

.button-stack {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.button-stack a {
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 980px) {
  .hero-layout,
  .link-grid {
    grid-template-columns: 1fr;
  }

  .artwork-cluster {
    min-height: 0;
    display: grid;
    gap: 1rem;
  }

  .art-card {
    position: relative;
    width: 100%;
    inset: auto;
    transform: none;
  }

  .art-card-secondary {
    width: min(100%, 420px);
    justify-self: end;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 1.1rem, 1180px);
  }

  .topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .brand-mark,
  .primary-cta,
  .secondary-cta,
  .button-stack a {
    width: 100%;
  }

  .top-links {
    justify-content: space-between;
  }
}
