:root { --void: #050506; --cream: #f3ead8; --gold: #c9a227; --muted: #e4d3b4; --ink: #1a1404; }
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { min-height: 100%; background: var(--void); color: var(--cream); }
body { font-family: Manrope, system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
#back, #scrim { position: fixed; inset: 0; }
#back { z-index: 0; overflow: hidden; background: var(--void); }
#back video, #back .slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background-size: cover; background-position: center; }
#back .slide { opacity: 0; transition: opacity 1.2s ease; }
#back .slide.on { opacity: 1; }
#scrim { z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.72)); }
#sound { position: fixed; top: 1rem; right: 1rem; z-index: 5; border: 1px solid var(--gold); color: var(--gold); border-radius: 999px; padding: .45rem .8rem; letter-spacing: .12em; text-transform: uppercase; font-size: .72rem; }
#app { position: relative; z-index: 2; width: 100%; }
.front { width: min(920px, calc(100% - 1.5rem)); margin: 0 auto; min-height: 100dvh; padding: 4.2rem 0 2.2rem; display: flex; flex-direction: column; align-items: center; text-align: center; }
.brand, .label { font-size: .74rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
h1, .title { font-family: Oswald, sans-serif; font-weight: 600; font-size: clamp(3.2rem, 10vw, 6.4rem); line-height: 1.35; letter-spacing: .01em; text-transform: uppercase; margin: .35rem 0 .85rem; max-width: 100%; }
.when, .place, .age, .names, .value, .price { text-shadow: 0 2px 16px rgba(0,0,0,.8); }
.when { font-family: Oswald, sans-serif; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); font-size: clamp(1.05rem, 2vw, 1.35rem); }
.hours { margin: .35rem 0 .15rem; color: var(--gold); font-family: Oswald, sans-serif; letter-spacing: .04em; font-size: clamp(1rem, 2.2vw, 1.25rem); text-shadow: 0 2px 16px rgba(0,0,0,.8); }
.hours span { display: block; margin-top: .15rem; color: #f4efe4; font-family: Manrope, sans-serif; letter-spacing: 0; font-size: .95rem; }
.book-link { display: inline-block; margin: .55rem 0 .2rem; border: 1px solid var(--gold); background: var(--gold); color: var(--ink); border-radius: 999px; padding: .65rem 1.2rem; letter-spacing: .14em; text-transform: uppercase; font-family: Oswald, sans-serif; }
#house { position: fixed; inset: 0; z-index: 40; background: #14110e; display: grid; grid-template-rows: auto 1fr; }
#house[hidden] { display: none; }
#house-close { justify-self: end; margin: .55rem .7rem; border: 1px solid var(--gold); color: var(--gold); background: #14110e; border-radius: 999px; padding: .4rem .9rem; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
#house-frame { width: 100%; height: 100%; border: 0; background: #14110e; }
.place { color: var(--muted); margin-top: .2rem; }
.age { margin: .45rem 0 .9rem; letter-spacing: .16em; text-transform: uppercase; font-size: .78rem; }
.rail { width: min(820px, 100%); display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: .35rem; align-items: center; }
.rail:not(:has(.arrow)) { grid-template-columns: minmax(0, 1fr); }
.cards { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .55rem; margin: .4rem 0 .85rem; }
.card { min-height: 180px; display: flex; flex-direction: column; background: linear-gradient(#2a2418, #0c0c0e); }
.photo { flex: 1; min-height: 140px; background-size: cover; background-position: center; display: block; }
.bar { min-height: 2rem; background: var(--gold); color: var(--ink); font-family: Oswald, sans-serif; letter-spacing: .06em; text-transform: uppercase; display: grid; place-items: center; padding: .2rem; }
.arrow { width: 2.2rem; height: 2.2rem; border: 1px solid var(--gold); color: var(--gold); border-radius: 999px; }
.crew { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: .6rem 0; }
.bar-staff { margin: .35rem 0 .2rem; }
.social { margin-top: 1.1rem; }
.social-row { display: flex; flex-wrap: wrap; gap: .45rem; justify-content: center; margin-top: .35rem; }
.social-row a { color: #14120c; background: var(--gold); text-decoration: none; border-radius: 999px; padding: .35rem .75rem; font-size: .82rem; font-weight: 600; }
.price { font-family: Oswald, sans-serif; font-size: 1.4rem; margin: .4rem 0; }
.actions { display: flex; gap: .6rem; margin: .6rem 0 1rem; }
.cta { border: 1px solid var(--gold); border-radius: 999px; padding: .7rem 1.4rem; letter-spacing: .14em; text-transform: uppercase; }
.cta:not(.ghost) { background: var(--gold); color: var(--ink); }
.blik { margin-top: .4rem; }
.papers { display: flex; gap: .6rem; margin-top: 1rem; }
.papers button, .paper button { letter-spacing: .08em; text-transform: uppercase; color: var(--gold); }
.paper { width: min(62ch, calc(100% - 1.6rem)); margin: 0 auto; min-height: 100dvh; padding: 4.5rem 0 3rem; text-align: left; }
.prose { white-space: pre-wrap; line-height: 1.55; margin-top: .8rem; }
.gate {
  width: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.25rem;
  padding: max(1.25rem, 4vh) 1.25rem;
}
.gate > .logo { display: block; }
.gate-card {
  width: min(34rem, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}
.gate-card h1 {
  font-size: clamp(1.8rem, 7vw, 3.2rem);
  line-height: 1.08;
  margin: 0;
  text-wrap: balance;
}
.gate-card .kicker {
  color: var(--cream);
  font-family: Oswald, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: clamp(1rem, 2.8vw, 1.25rem);
  max-width: 22ch;
}
.gate-card p {
  color: var(--muted);
  line-height: 1.5;
  max-width: 34ch;
  font-size: clamp(0.95rem, 2.6vw, 1.05rem);
  text-transform: none;
  letter-spacing: 0;
}
.gate-card strong { color: var(--cream); font-weight: 600; }
.gate-actions { display: flex; flex-direction: column; align-items: center; gap: 0.65rem; width: min(22rem, 100%); }
.gate-card button { width: 100%; border: 1px solid var(--gold); border-radius: 999px; padding: .75rem 1.2rem; letter-spacing: .06em; text-transform: uppercase; }
#age-yes { background: var(--gold); color: var(--ink); }
.logo { width: min(240px, 58vw); height: auto; filter: drop-shadow(0 24px 48px rgba(0,0,0,.55)); animation: breathe 1.6s ease-in-out infinite; }
.logo.small { width: min(120px, 32vw); animation: none; }
@keyframes breathe { 0%, 100% { transform: translateY(0); opacity: .92; } 50% { transform: translateY(-6px); opacity: 1; } }
@media (max-width: 720px) {
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .crew { grid-template-columns: 1fr; }
  h1, .title { font-size: clamp(2.5rem, 12vw, 3.8rem); }
}
@media (prefers-reduced-motion: reduce) {
  .logo, #back .slide { animation: none; transition: none; }
}
