/* ---------- Reset & base ---------- */
* { margin:0; padding:0; box-sizing:border-box; }
html,body { height:100%; }
body {
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background:#121212;
  color:#e9e9e9;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;
}

.topbar {
  position:fixed;
  top:0; left:0; right:0;
  height:70px;
  background:rgba(15,15,15,0.88);
  display:flex;
  align-items:center;
  z-index:1000;
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

.nav-content {
  width:92%;
  max-width:1200px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.brand-wrap {
  display:flex;
  align-items:center;
  gap:12px;
}
.logo {
  height:44px;
  width:auto;
  display:block;
  object-fit:contain;
}
.brand {
  font-family: 'Orbitron', sans-serif;
  font-weight:700;
  letter-spacing:2px;
  color:#e6e6e6;
  font-size:1.15rem;
}

.nav-links {
  display:flex;
  align-items:center;
  gap:8px;
}
.nav-links a {
  color:#dcdcdc;
  text-decoration:none;
  margin:0 10px;
  font-weight:600;
  transition:color .18s ease, transform .18s ease;
}
.nav-links a:hover {
  color:#fff;
  transform:translateY(-2px);
}

.site-offset { height:70px; }

.hero {
  position:relative;
  height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding-top:70px; /* ensure content sits under topbar nicely */
}

#bg-video {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
  filter: brightness(0.6) contrast(1.05);
  transition:filter .4s ease;
}

.unmute-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 40;
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.06);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.95rem;
  cursor: pointer;
  display: none;
}

.header-content {
  position:relative;
  z-index:10;
  width:100%;
  max-width:1200px;
  margin:0 4%;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:18px;
  color:#fff;
}

.hero-banner {
  width:45%;
  max-width:520px;
  height:auto;
  display:block;
  margin-bottom:6px;
}

.hero-quote {
  font-family: 'VT323', monospace;
  font-size:1.9rem;
  font-weight:400;
  margin:0 0 6px 0;
  color:#f2f2f2;
  text-shadow: 0 4px 22px rgba(250,250,250,0.35);
}

.wishlist {
  font-family: 'Jersey 10', sans-serif;
  font-size: 2.4rem;
  font-weight:400;
  font-style: italic;
  margin-top: 6px;
  color:#f2f2f2;
  text-shadow: 0 4px 22px rgba(250,250,250,0.35);
}

.header-buttons {
  display:flex;
  gap:12px;
  align-items:center;
  margin-top:6px;
  margin-left: .8rem;
}

.hero-link { text-decoration:none; }
.button_a {
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 18px;
  background:#1f1f1f;
  color:#fff;
  border-radius:10px;
  border:1px solid rgba(255,255,255,0.03);
  cursor:pointer;
  transition: transform .18s ease, background .18s ease;
  font-weight:600;
}
.button_a .btn-icon {
  width:20px;
  height:20px;
  object-fit:contain;
  display:inline-block;
}

.button_a:hover { transform:translateY(-3px); }

.about-section {
  padding:4rem 6%;
  max-width:1200px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:2.5rem;
}

.about-block {
  display:flex;
  gap:2rem;
  align-items:center;
  justify-content:space-between;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  padding:1.5rem;
  border-radius:12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.45);
}

.about-text { flex:1; min-width:260px; padding:1rem; }
.about-text h2 { font-size:1.6rem; margin-bottom:10px; color:#fff; }
.about-text p { color:#cfcfcf; line-height:1.6; }

.about-image { flex:1; min-width:260px; display:flex; align-items:center; justify-content:center; padding:1rem; }
.about-image img {
  width:100%;
  max-width:520px;
  display:block;
  border-radius:10px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.6);
  transform-origin:center;
}

.alt-1 { flex-direction:row; }
.alt-2 { flex-direction:row-reverse; }
.alt-3 { flex-direction:row; }

.vcr-flicker {
  animation: vcrFlicker .8s steps(6, end) 1;
  filter: contrast(1.1) saturate(.9);
}
@keyframes vcrFlicker {
  0% { opacity:1; transform:translateY(0); }
  10% { opacity:.85; transform:translateY(-1px); }
  25% { opacity:.6; transform:translateY(0); }
  40% { opacity:.9; transform:translateY(1px); }
  60% { opacity:.7; transform:translateY(-2px); }
  80% { opacity:1; transform:translateY(0); }
  100%{ opacity:1; transform:translateY(0); }
}

.confirmed-section {
  padding:3rem 6%;
  max-width:1200px;
  margin:2rem auto;
  background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.01));
  border-radius:12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.45);
}
.confirmed-grid {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:1rem;
  margin-top:1rem;
}
.confirmed-item {
  padding:1rem;
  background: rgba(0,0,0,0.3);
  border-radius:10px;
  color:#e6e6e6;
  min-height:110px;
  max-width: 70vw;
}
.confirmed-item h3 { margin-bottom:8px; font-size:1.05rem; }

.personnel-section {
  padding:4rem 6%;
  max-width:1200px;
  margin:2rem auto;
  background:#2b2b2b;
  border-radius:12px;
  box-shadow: 0 6px 30px rgba(0,0,0,0.45);
  color:#ddd;
  text-align:center;
}

.carousel-grid {
  margin-top:1.5rem;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:1.25rem;
  align-items:stretch;
  transition:opacity .5s ease;
  position:relative;
}

.card {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.06));
  border-radius:12px;
  padding:1.25rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.45);
  opacity:1;
  min-height:240px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  transition: opacity .6s ease, transform .6s ease;
}
.card img {
  width:110px;
  height:110px;
  border-radius:50%;
  object-fit:cover;
  border:3px solid rgba(255,255,255,0.04);
}

.carousel-controls {
  margin-top:1rem;
  display:flex;
  gap:12px;
  justify-content:center;
}
.carousel-controls button {
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,0.06);
  padding:10px 14px;
  border-radius:8px;
  cursor:pointer;
  font-size:1.15rem;
  transition:transform .15s ease;
}
.carousel-controls button:hover { transform:translateY(-3px); }

.carousel-fade-out { opacity:0.18; pointer-events:none; transform:translateY(6px); }



.sthanks-section {
  padding:4rem 6%;
  max-width:1200px;
  margin:2rem auto;
  background:#2b2b2b;
  border-radius:12px;
  box-shadow: 0 6px 30px rgba(0,0,0,0.45);
  color:#ddd;
  text-align:center;
}

.scarousel-grid {
  margin-top:1.5rem;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:1.25rem;
  align-items:stretch;
  transition:opacity .5s ease;
  position:relative;
}

.scard {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.06));
  border-radius:12px;
  padding:1.25rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.45);
  opacity:1;
  min-height:240px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  transition: opacity .6s ease, transform .6s ease;
}
.scard img {
  width:110px;
  height:110px;
  border-radius:50%;
  object-fit:cover;
  border:3px solid rgba(255,255,255,0.04);
}

.scarousel-controls {
  margin-top:1rem;
  display:flex;
  gap:12px;
  justify-content:center;
}
.scarousel-controls button {
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,0.06);
  padding:10px 14px;
  border-radius:8px;
  cursor:pointer;
  font-size:1.15rem;
  transition:transform .15s ease;
}
.scarousel-controls button:hover { transform:translateY(-3px); }

.scarousel-fade-out { opacity:0.18; pointer-events:none; transform:translateY(6px); }



.faq {
  padding:2rem 6%;
  max-width:1200px;
  margin:2rem auto;
  background:#6c6c6c;
  color:#141414;
  border-radius:10px;
}

.collapsible {
  width:100%;
  text-align:left;
  background:#000;
  color:#fff;
  cursor:pointer;
  padding:1rem;
  font-size:1.25rem;
  border:none;
  font-family: "Jersey 10", sans-serif;
}

.content {
  overflow:hidden;
  max-height:0;
  transition: max-height .38s ease, padding .28s ease;
  background:#19191a;
  color:#cfcfcf;
}

.content p {
  margin-top: .5rem;
  margin-bottom: .5rem;
  text-align:center;
}

.section-light {
  background-color: #222;
  display: grid;
  place-items: center;
}

.section-light h2 {
  font-family: 'Jersey 10', sans-serif;
  text-align: center;
  margin-bottom: 2rem;
}

.trailer iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.buffer { height: 2rem; background: transparent; }
.dev { padding:2.5rem 6%; max-width:1200px; margin:2rem auto; }
footer { padding:2rem 6%; text-align:center; color:#bfbfbf; background:#0b0b0b; }

@media (max-width:900px) {
  .hero-banner { width:70%; }
  .header-content { align-items:center; text-align:center; }
  .header-buttons { justify-content:center; flex-wrap:wrap; }
  .about-block { flex-direction:column; }
  .carousel-grid { grid-template-columns:1fr; }
  .scarousel-grid { grid-template-columns:1fr; }

  .brand { display:none; }
  .nav-links { display:flex; gap:6px; flex-wrap:wrap; justify-content:flex-end; }
  .unmute-btn { top:80px; right:18px; } /* avoid overlap with hidden nav */
  .confirmed-grid { grid-template-columns: repeat(1, 1fr); }
  .confirmed-item { min-height:auto; }
  .w-arrow { display:none; }
  .wishlist { display: none; }
}

    /* submit.page here */

.submit-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 3rem 2rem;
  background: rgb(20, 20, 20);
}

.submit-grid form {
  background: black;
  border-radius: 16px;
  padding: 3rem;
  max-width: 600px;
  width: 100%;
}

.submit-grid label {
  display: block;
  font-family: "Jersey 10", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.4rem;
  color: whitesmoke;
}

.submit-grid h1 {
  display: block;
  align-self: center;
  font-family: "Jersey 10", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: white;
}

.submit-grid input,
.submit-grid select,
.submit-grid textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  transition: border 0.3s ease, box-shadow 0.3s ease;
  background: rgb(20, 20, 20);
  color: white;
}

.submit-grid input:focus,
.submit-grid select:focus,
.submit-grid textarea:focus {
  border-color: #6675ff;
  box-shadow: 0 0 0 3px rgba(102, 117, 255, 0.2);
  outline: none;
}

.submit-grid input[type="submit"] {
  background: #333;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: transform 0.3s ease;
}

.submit-grid input[type="submit"]:hover {
  transform: translateY(-3px);
}

/* ty.page here */

.ty-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 3rem 2rem;
  background: rgb(20, 20, 20);
}

.ty-grid div {
  background: black;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 3rem;
  max-width: 600px;
  width: 100%;
  text-align: center;
}

.ty-grid div h1 {
    font-family: "Jersey 10", sans-serif;
}

/* confirmed stuff page here */

.section-dark {
  display: grid;
  background-color: #111;
  place-items: center;
}

.section-dark h1,
.section-light h1 {
  font-family: 'VT323', monospace;
  font-size: 3rem;
  font-weight:400;
  margin:4rem 0 2rem 0;
  color:#f2f2f2;
  text-align: center;
}
.section-dark h4,
.section-light h4 {
  font-size: 2rem;
  color: white;
  font-family: 'Jersey 10', sans-serif;
  font-style: italic;
}

.section-dark h5,
.section-light h5 {
  font-size: 1.35rem;
  color: white;
}

.section-dark div[class="confirmed-item"],
.section-light div[class="confirmed-item"] {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

section[id="cdesc"] p {
  font-size: 1rem;
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-style: italic; 
  text-align: center;
  margin-bottom: 2rem;
}

.section-dark div[class="confirmed-item"] {
  background-color: #222 
}

section[id="templates"] img,
.section-dark div[class="confirmed-item"] img,
.section-light div[class="confirmed-item"] img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 8px;
  max-width: 35%;
}

.copy-btn {
  background: #1f1f1f;
  color: #fff;
  border-radius: 8px;
  border: 5px solid rgba(255,255,255,0.03);
  padding: 8px 12px;
  cursor: pointer;
  font-weight: 600;
  transition: transform .18s ease, background .18s ease;
}

.copy-btn:hover { transform:translateY(-3px); }

.copy-btn:focus { border: 5px solid rgb(0, 150, 205); }

