@font-face {
  font-family: "Cinzel";
  src: url("https://fonts.gstatic.com/s/cinzel/v23/8vIJ7ww63mVu7gt79mT-7A.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Playfair Display";
  src: url("https://fonts.gstatic.com/s/playfairdisplay/v30/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYhCw.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
}

body {
  margin: 0;
  height: 100vh;
  display: grid;
  place-items: center;
  background: #000;
  color: #f5e9c8;
  text-align: center;
  overflow: hidden;
}

.background {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at center,
    rgba(255,190,80,0.18),
    rgba(0,0,0,0.95) 70%);
  z-index: 0;
}

.content {
  position: relative;
  z-index: 2;
  padding: 2rem;
}

.tagline {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
}
.blur { font-style: italic; }

.title {
  font-family: "Cinzel", serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 4.6rem;
  background: linear-gradient(90deg,#b38b2e,#e3c878,#fff2c2,#e3c878,#b38b2e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 1rem 0;
}

.reel {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.coming {
  font-family: "Cinzel", serif;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  margin-top: 1.5rem;
}

@media (max-width: 600px) {
  .title { font-size: 2.6rem; }
  .reel { width: 34px; height: 34px; }
}
