:root {
  --black: #050204;
  --plum-950: #10040f;
  --plum-900: #190719;
  --plum-800: #2b102e;
  --plum-700: #3a1233;
  --wine: #4a102c;
  --rose: #b01872;
  --gold: #d8a64b;
  --gold-soft: #f2d68f;
  --cream: #fff2cf;
  --muted: #d7bf8a;
  --line: rgba(216, 166, 75, 0.35);
  --shadow: rgba(0, 0, 0, 0.55);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  background:
    radial-gradient(circle at top left, rgba(176, 24, 114, 0.22), transparent 30rem),
    radial-gradient(circle at top right, rgba(216, 166, 75, 0.12), transparent 26rem),
    linear-gradient(180deg, var(--black), var(--plum-950) 45%, var(--black));
  color: var(--cream);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 1.25rem;
  padding: 0.7rem clamp(1rem, 4vw, 3.5rem);
  background: rgba(5, 2, 4, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: var(--gold-soft);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid var(--gold);
}

.nav {
  display: flex;
  gap: clamp(1rem, 4vw, 3.5rem);
  justify-content: center;
}

.social-links {
  display: flex;
  gap: clamp(0.9rem, 2vw, 1.6rem);
  justify-self: end;
}

.nav a,
.social-link {
  color: var(--gold-soft);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.nav a:hover,
.social-link:hover {
  color: #fff7df;
  text-shadow: 0 0 14px rgba(242, 214, 143, 0.8);
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 24px 70px var(--shadow);
}

.hero img {
  display: block;
  width: 100%;
  height: auto;
}

.intro-section,
.books-section,
.contact-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5rem) clamp(1rem, 4vw, 2rem);
}

.intro-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(58, 18, 51, 0.82), rgba(16, 4, 15, 0.88)),
    radial-gradient(circle at top right, rgba(216, 166, 75, 0.16), transparent 24rem);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
}

.intro-logo img {
  width: min(240px, 100%);
  border-radius: 24px;
  border: 1px solid var(--gold);
  box-shadow: 0 0 32px rgba(216, 166, 75, 0.22);
}

.eyebrow {
  margin: 0 0 0.65rem;
  color: var(--gold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1, h2, h3 {
  margin: 0;
  color: var(--gold-soft);
  font-weight: 500;
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.3rem, 6vw, 4.4rem);
}

h2 {
  font-size: clamp(2rem, 5vw, 3.3rem);
}

h3 {
  font-size: clamp(1.5rem, 4vw, 2rem);
}

p {
  line-height: 1.72;
}

.intro-copy p:not(.eyebrow),
.contact-section p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.12rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0.75rem 1.3rem;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(216, 166, 75, 0.95), rgba(139, 73, 25, 0.95));
  color: #1b0717;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 700;
  box-shadow: 0 0 22px rgba(216, 166, 75, 0.22);
}

.button.ghost {
  background: transparent;
  color: var(--gold-soft);
}

.section-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.project-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1.4rem;
  align-items: stretch;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(43, 16, 46, 0.86), rgba(9, 2, 9, 0.92));
  box-shadow: 0 18px 56px rgba(0,0,0,0.35);
}

.project-art {
  min-height: 220px;
  border-radius: 18px;
  border: 1px solid rgba(216, 166, 75, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  box-shadow: inset 0 0 44px rgba(0,0,0,0.55), 0 0 26px rgba(216, 166, 75, 0.12);
}

.project-art span {
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.35rem;
  line-height: 1.08;
  text-shadow: 0 0 18px rgba(216,166,75,0.55);
}

.making-room {
  background:
    radial-gradient(circle at center, rgba(216, 166, 75, 0.22), transparent 45%),
    linear-gradient(150deg, #0c0704, #381014 55%, #0a0304);
}

.missing-pieces {
  background:
    radial-gradient(circle at center, rgba(176, 24, 114, 0.38), transparent 45%),
    linear-gradient(150deg, #09030b, #2b102e 55%, #080208);
}

.project-copy {
  padding: 0.35rem 0.3rem 0.3rem 0;
}

.status {
  color: var(--gold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  margin: 0 0 0.7rem;
}

.series-label {
  color: var(--gold-soft);
  font-style: italic;
  margin: 0.4rem 0 0.8rem;
}

.project-copy p:not(.status):not(.series-label) {
  color: var(--muted);
  margin-bottom: 1rem;
}

.text-link {
  color: var(--gold-soft);
  text-decoration: none;
  border-bottom: 1px solid rgba(242, 214, 143, 0.55);
}

.text-link:hover {
  color: #fff7df;
}

.series-intro {
  max-width: 680px;
  margin: 0 auto 0.9rem;
}

.series-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.series-card {
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(43, 16, 46, 0.86), rgba(9, 2, 9, 0.92));
  box-shadow: 0 18px 56px rgba(0,0,0,0.35);
}

.book-number {
  color: var(--rose);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  margin: 0 0 0.5rem;
}

.series-card h3 {
  margin-bottom: 0.6rem;
}

.series-card p:not(.book-number):not(.status) {
  color: var(--muted);
}

.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.excerpt-section {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5rem) clamp(1rem, 4vw, 2rem);
}

.excerpt-card {
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(58, 18, 51, 0.82), rgba(16, 4, 15, 0.88)),
    radial-gradient(circle at top right, rgba(216, 166, 75, 0.16), transparent 24rem);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
}

.excerpt-card p {
  color: var(--muted);
  margin: 0 0 1rem;
}

.excerpt-card p:last-of-type {
  margin-bottom: 0;
}

.excerpt-line {
  margin-top: 1.4rem !important;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  color: var(--gold-soft) !important;
  font-size: 1.2rem;
  text-align: center;
}

.quote-section {
  margin: 1rem auto 0;
  padding: 2.6rem 1rem;
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(16, 4, 15, 0.62);
}

.quote-section p {
  margin: 0;
  color: var(--gold-soft);
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-style: italic;
}

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.footer {
  padding: 1.5rem;
  color: rgba(242, 214, 143, 0.68);
  text-align: center;
  border-top: 1px solid var(--line);
}

@media (max-width: 880px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .social-link {
    justify-self: center;
  }

  .nav {
    flex-wrap: wrap;
  }

  .intro-card,
  .project-grid,
  .series-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .intro-logo {
    text-align: center;
  }

  .project-card {
    grid-template-columns: 1fr;
  }

  .project-art {
    min-height: 180px;
  }

  .contact-section {
    display: grid;
  }
}

@media (max-width: 560px) {
  .brand span {
    display: none;
  }

  .hero img {
    min-height: 260px;
    object-fit: cover;
    object-position: center;
  }

  .intro-section,
  .books-section,
  .contact-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
