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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #141324;
  color: #f3f1ff;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 6vw;
  background-color: rgba(10, 9, 20, 0.98);
  border-bottom: 1px solid rgba(219, 210, 255, 0.12);
  backdrop-filter: blur(10px);
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}



.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-main {
  font-family: "Cinzel", "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.9rem;
}

.logo-sub {
  font-size: 0.7rem;
  opacity: 0.75;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.main-nav a {
  position: relative;
  padding-bottom: 0.25rem;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #b9b3ff;
  transition: width 0.2s ease-out;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  width: 100%;
}

.nav-cta {
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  border: 1px solid #b9b3ff;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: linear-gradient(135deg, rgba(185, 179, 255, 0.14), rgba(185, 179, 255, 0.02));
}

.nav-cta:hover {
  background: rgba(185, 179, 255, 0.2);
}

main {
  min-height: 100vh;
}

.section {
  padding: 4.5rem 6vw;
}

.section-alt {
  background: radial-gradient(circle at top, rgba(185, 179, 255, 0.09), transparent 60%);
}

.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-header h2 {
  font-family: "Cinzel", "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 1rem;
  margin: 0 0 0.75rem;
}

.section-underline {
  width: 80px;
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, #b9b3ff, transparent);
}

.section-intro {
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  color: #d3cfff;
  font-size: 0.98rem;
}

.hero {
  padding: 6rem 6vw 5rem;
  background: radial-gradient(circle at top, #26234a 0, #141324 55%);
}

.hero-content {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  opacity: 0.8;
}

.hero h1 {
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  margin: 1rem 0;
}

.hero-text {
  max-width: 34rem;
  margin: 0.5rem auto 2rem;
  color: #d6d2ff;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  cursor: pointer;
}

.primary-btn {
  background: linear-gradient(135deg, #b9b3ff, #e0d7ff);
  color: #17152a;
  border-color: #b9b3ff;
}

.primary-btn:hover {
  filter: brightness(1.05);
}

.secondary-btn {
  background: transparent;
  border-color: rgba(185, 179, 255, 0.7);
  color: #e4e1ff;
}

.secondary-btn:hover {
  background: rgba(185, 179, 255, 0.1);
}

.coming-next {
  background: #141324;
}

.coming-next-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 3rem;
  align-items: center;
}

.book-card {
  position: relative;
  width: min(260px, 80%);
  margin: 0 auto;
  height: 360px;
  transform-style: preserve-3d;
  transform: rotateY(-14deg) rotateX(8deg);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(185, 179, 255, 0.15);
}

.book-spine {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 26px;
  background: linear-gradient(180deg, #1e1b35, #090814);
}

.book-face {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 18px;
  background: radial-gradient(circle at top, #26234a, #0b0a16);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 1.6rem;
}

.placeholder-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  color: #cbbfff;
  margin-bottom: 1rem;
}

.placeholder-title {
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 1.6rem;
  margin: 0 0 0.5rem;
}

.placeholder-subtitle {
  font-size: 0.85rem;
  opacity: 0.85;
}

.coming-next-copy .series-label {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.75rem;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}

.coming-next-copy h3 {
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 1.4rem;
  margin-top: 0;
}

.coming-next-copy .lead {
  font-size: 0.98rem;
  color: #ddd8ff;
  margin-bottom: 1rem;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}

.about-text p + p {
  margin-top: 0.8rem;
}

.about-highlight {
  display: flex;
  justify-content: center;
}

.about-block {
  border-radius: 12px;
  padding: 1.6rem 1.8rem;
  border: 1px solid rgba(185, 179, 255, 0.3);
  background: radial-gradient(circle at top left, rgba(185, 179, 255, 0.16), rgba(20, 19, 36, 0.9));
  max-width: 18rem;
}

.about-block h3 {
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 1rem;
  margin-top: 0;
}

.about-block ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
}

.about-block li {
  margin-bottom: 0.4rem;
  position: relative;
  padding-left: 1.2rem;
}

.about-block li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.15rem;
  font-size: 0.7rem;
  color: #cbbfff;
}

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

.world-card {
  padding: 1.6rem 1.7rem;
  border-radius: 14px;
  border: 1px solid rgba(185, 179, 255, 0.25);
  background: radial-gradient(circle at top, rgba(185, 179, 255, 0.13), rgba(12, 10, 24, 0.95));
  font-size: 0.96rem;
}

.world-card h3 {
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 1rem;
  margin-top: 0;
}

.world-card .tagline {
  margin-top: 0.8rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #c1b8ff;
}

.worlds-extra {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 2rem;
  margin-top: 2.75rem;
  font-size: 0.95rem;
}

.worlds-column .subhead {
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 0.9rem;
}

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

.timeline-list li {
  margin-bottom: 0.7rem;
}

.timeline-list strong {
  color: #e0d7ff;
}

.worlds-extra .small-print {
  font-size: 0.82rem;
  color: #d3cfff;
  margin-top: 0.7rem;
}

.newsletter {
  padding-block: 5rem;
}

.newsletter-inner {
  max-width: 38rem;
  margin: 0 auto;
}

.newsletter-form {
  margin-top: 1.5rem;
}

.newsletter-form label {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 0.4rem;
}

.newsletter-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.newsletter-controls input {
  flex: 1 1 200px;
}

.newsletter-controls .primary-btn {
  flex: 0 0 auto;
}

.small-print {
  margin-top: 0.7rem;
  font-size: 0.8rem;
  color: #d3cfff;
}

.shop-inner {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.shop-inner p + p {
  margin-top: 0.9rem;
}

.shop-inner .primary-btn {
  margin-top: 1.4rem;
}

input,
textarea {
  width: 100%;
  padding: 0.6rem 0.75rem;
  border-radius: 6px;
  border: 1px solid rgba(185, 179, 255, 0.4);
  background-color: rgba(8, 7, 18, 0.9);
  color: #f3f1ff;
  font-family: inherit;
  font-size: 0.95rem;
}

input:focus-visible,
textarea:focus-visible {
  outline: 1px solid #e0d7ff;
  border-color: #e0d7ff;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 2.5rem;
  align-items: start;
}

.contact-text p + p {
  margin-top: 0.8rem;
}

.social-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.9rem;
}

.social-list a {
  border-bottom: 1px solid rgba(185, 179, 255, 0.4);
  padding-bottom: 0.1rem;
}

.contact-form .form-row + .form-row {
  margin-top: 0.9rem;
}

.site-footer {
  border-top: 1px solid rgba(185, 179, 255, 0.18);
  padding: 1.5rem 6vw 2rem;
  background-color: #0b0a16;
  font-size: 0.8rem;
  color: #c6c1f0;
}

.footer-inner {
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
}

.footer-meta {
  margin-top: 0.3rem;
  opacity: 0.8;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .main-nav {
    display: none;
  }

  .site-header {
    padding-inline: 5vw;
  }

  .coming-next-grid,
  .about-grid,
  .card-grid,
  .contact-grid,
  .worlds-extra {
    grid-template-columns: minmax(0, 1fr);
  }

  .book-card {
    margin-bottom: 1.5rem;
  }

  .section {
    padding-inline: 5vw;
  }

  .card-grid {
    gap: 1.5rem;
  }
}

@media (max-width: 600px) {
  .hero {
    padding-top: 5rem;
  }

  .section {
    padding-block: 3.5rem;
  }

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

  .nav-cta {
    display: none;
  }
}


.placeholder-author {
  margin-top: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  opacity: 0.85;
}


.worlds-extra.single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 52rem;
  margin-inline: auto;
}

.logo-area { gap: 0; }
