:root {
  --bg: #07070c;
  --surface: #12121a;
  --red: #e30613;
  --red-hot: #ff1744;
  --ink: #ffffff;
  --muted: #c4c4d0;
  --line: rgba(255, 255, 255, 0.1);
  --font-brand: 'Jost', 'Montserrat', sans-serif;
  --font-body: 'Outfit', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; color-scheme: dark; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  min-height: 100vh;
  line-height: 1.55;
  overflow-x: hidden;
}

.bg-grid {
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(229, 57, 53, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(229, 57, 53, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 75%);
}

.bg-glow {
  position: fixed;
  inset: -20% auto auto 40%;
  width: 60vw;
  height: 50vh;
  z-index: -1;
  background: radial-gradient(circle, rgba(229, 57, 53, 0.22), transparent 65%);
  filter: blur(40px);
  pointer-events: none;
}

.mk-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.25rem;
  background: rgba(7, 7, 12, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.mk-logo {
  display: none;
}

.logo-glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.95rem 0.4rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.mk-brand:hover .logo-glass {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.75);
}

.logo-word {
  font-family: var(--font-brand);
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.16em;
  line-height: 1;
  color: var(--red);
  text-transform: uppercase;
  white-space: nowrap;
}

.mk-logo-sm {
  display: none;
}

.mk-footer .logo-glass {
  margin: 0 auto 0.85rem;
}

.mk-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}

.mk-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.mk-links a:hover { color: #fff; }

.mk-cta {
  background: var(--red) !important;
  color: #fff !important;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 600 !important;
}

.mk-hero {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3.5rem 1.25rem 2rem;
  text-align: center;
}

.mk-eyebrow {
  font-family: var(--font-brand);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.mk-title {
  font-family: var(--font-brand);
  font-weight: 800;
  font-size: clamp(2.2rem, 6vw, 3.6rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: 1rem;
}

.mk-title span {
  color: var(--red);
  background: linear-gradient(120deg, #ff5252, #e53935);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .mk-title span {
    -webkit-text-fill-color: unset;
    color: var(--red);
    background: none;
  }
}

.mk-lead {
  max-width: 620px;
  margin: 0 auto 1.5rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.mk-hero-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.4rem;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: linear-gradient(135deg, var(--red), #b71c1c);
  color: #fff;
  box-shadow: 0 12px 28px rgba(229, 57, 53, 0.35);
}

.btn-ghost {
  border: 1px solid var(--line);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.mk-dp-wrap {
  max-width: 420px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  animation: rise 0.8s ease both;
}

.mk-dp { width: 100%; display: block; }

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

.mk-strip {
  max-width: 1100px;
  margin: 1.5rem auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.mk-strip > div {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
  text-align: center;
}

.mk-strip strong {
  display: block;
  font-family: var(--font-brand);
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.mk-strip span {
  color: var(--muted);
  font-size: 0.8rem;
}

.mk-gallery {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 3rem;
}

.mk-section-head {
  text-align: center;
  margin-bottom: 1.75rem;
}

.mk-section-head h2 {
  font-family: var(--font-brand);
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 800;
  margin-bottom: 0.4rem;
}

.mk-section-head p { color: var(--muted); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

.poster-card {
  appearance: none;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  color: inherit;
  padding: 0;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  animation: rise 0.6s ease both;
  animation-delay: var(--delay, 0s);
}

.poster-card:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(229, 57, 53, 0.5);
  box-shadow: 0 18px 40px rgba(229, 57, 53, 0.18);
}

.poster-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  background: #111;
}

.poster-card span {
  display: block;
  padding: 0.7rem 0.85rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
}

.mk-social {
  text-align: center;
  padding: 1rem 1.25rem 3rem;
}

.mk-social h2 {
  font-family: var(--font-brand);
  margin-bottom: 1rem;
}

.social-row {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.social-row a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.1rem;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease;
}

.social-row a:hover {
  background: rgba(229, 57, 53, 0.2);
  transform: translateY(-2px);
}

.social-row i { color: var(--red); font-size: 1.15rem; }

.mk-footer {
  border-top: 1px solid var(--line);
  padding: 2rem 1.25rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
}

.mk-footer a { color: #fff; text-decoration: none; }
.mk-footer .copy { margin-top: 0.5rem; font-size: 0.8rem; opacity: 0.7; }

.mk-footer-links {
  margin: 0.75rem 0 1rem;
  font-size: 0.9rem;
}

.mk-footer-links a {
  color: var(--muted);
  margin: 0 0.15rem;
}

.mk-footer-links a:hover {
  color: #fff;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.lightbox[hidden] { display: none; }

.lightbox img {
  max-width: min(920px, 100%);
  max-height: 90vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

.lb-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}

@media (max-width: 800px) {
  .mk-strip { grid-template-columns: repeat(2, 1fr); }
  .mk-links a:not(.mk-cta) { display: none; }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 0.65rem; }
}
