:root {
  --yellow: #ffde00;
  --yellow-soft: #ffe95e;
  --black: #050505;
  --panel: #111111;
  --panel-2: #191919;
  --white: #ffffff;
  --muted: #b9b9b9;
  --orange: #ff7500;
  --max: 1180px;
  --radius: 22px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Montserrat", sans-serif;
  background: var(--black);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5,5,5,.9);
  border-bottom: 1px solid rgba(255,222,0,.35);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(var(--max), calc(100% - 40px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand img { width: clamp(145px, 18vw, 230px); max-height: 64px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { text-decoration: none; font-size: .9rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.main-nav a:not(.nav-cta):hover { color: var(--yellow); }
.nav-cta { background: var(--yellow); color: #000; padding: 11px 18px; border-radius: 999px; }

.hero {
  min-height: min(760px, 78vh);
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("img/newlge.jpg") center/cover no-repeat;
  transform: scale(1.02);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.58) 52%, rgba(0,0,0,.28) 100%),
    linear-gradient(0deg, rgba(0,0,0,.70), transparent 48%);
}
.hero-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 100px 0;
}
.eyebrow {
  color: var(--yellow);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.hero h1 {
  max-width: 900px;
  font-size: clamp(3.2rem, 7vw, 7.2rem);
  line-height: .92;
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-weight: 900;
}
.hero h1 span { color: var(--yellow); font-family: "Creepster", cursive; font-weight: 400; letter-spacing: 0; }
.hero-copy { max-width: 650px; margin-top: 26px; font-size: clamp(1rem, 2vw, 1.25rem); color: #ececec; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .035em;
  transition: transform .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--yellow); color: #000; }
.btn-primary:hover { background: var(--yellow-soft); }
.btn-secondary { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.35); color: #fff; }
.btn-secondary:hover { background: rgba(255,255,255,.14); }

.quick-info { background: var(--yellow); color: #000; }
.quick-info-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.quick-info-inner > * { min-width: 0; padding: 24px 28px; text-decoration: none; border-right: 1px solid rgba(0,0,0,.22); }
.quick-info-inner > *:last-child { border-right: 0; }
.quick-info span { display: block; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; opacity: .65; }
.quick-info strong { display: block; font-size: clamp(.9rem, 1.7vw, 1.05rem); overflow-wrap: anywhere; }

.section { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 100px 0; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading h2, .visit-details > h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card {
  min-height: 560px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--panel) var(--card-image) center/cover no-repeat;
  border: 1px solid rgba(255,255,255,.10);
  isolation: isolate;
}
.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,.06) 30%, rgba(0,0,0,.92) 100%);
}
.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: inherit;
  transition: transform .45s ease;
}
.product-card:hover::after { transform: scale(1.045); }
.card-content { position: absolute; inset: auto 28px 28px; }
.card-content p { color: var(--yellow); font-size: .76rem; text-transform: uppercase; font-weight: 900; letter-spacing: .12em; }
.card-content h3 { font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: .95; text-transform: uppercase; }

.halloween-banner {
  min-height: 430px;
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 60px 20px;
  background:
    linear-gradient(rgba(0,0,0,.36), rgba(0,0,0,.72)),
    url("https://partymania.co.uk/Images/halloweentopred4.jpg") center/cover no-repeat;
  border-block: 4px solid var(--orange);
}
.halloween-content { max-width: 800px; }
.halloween-content p { font-family: "Creepster", cursive; color: var(--orange); font-size: clamp(2.3rem, 5vw, 4.5rem); line-height: 1; }
.halloween-content h2 { margin-top: 12px; font-size: clamp(1.5rem, 3vw, 2.8rem); line-height: 1.1; }

.visit-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.shop-photo-wrap { position: relative; }
.shop-photo { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius); border: 1px solid rgba(255,255,255,.12); }
.photo-badge { position: absolute; left: 24px; bottom: 24px; background: var(--yellow); color: #000; padding: 12px 18px; border-radius: 999px; font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.address { margin: 24px 0 30px; color: #d9d9d9; font-size: 1.08rem; }
.hours-card { background: var(--panel); border: 1px solid rgba(255,255,255,.09); border-radius: 18px; padding: 26px; }
.hours-card h3 { color: var(--yellow); margin-bottom: 15px; text-transform: uppercase; }
.opening-hours-list { list-style: none; }
.opening-hours-list li { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.opening-hours-list li:last-child { border-bottom: 0; }
.opening-hours-list strong { text-align: right; }
.visit-actions { margin-top: 26px; display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--yellow); }
.text-link img { width: 24px; }

.site-footer { background: #000; border-top: 1px solid #262626; }
.footer-inner, .footer-bottom { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.footer-inner { padding: 54px 0; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-logo { width: 190px; margin-bottom: 10px; }
.footer-inner p { color: var(--muted); }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.footer-contact a { text-decoration: none; font-weight: 800; }
.footer-contact a:hover { color: var(--yellow); }
.footer-bottom { padding: 22px 0 34px; border-top: 1px solid #202020; display: flex; justify-content: space-between; gap: 20px; color: #777; font-size: .78rem; }
.footer-bottom a { color: #999; }

@media (max-width: 900px) {
  .main-nav a:not(.nav-cta) { display: none; }
  .quick-info-inner { grid-template-columns: 1fr; }
  .quick-info-inner > * { border-right: 0; border-bottom: 1px solid rgba(0,0,0,.2); padding-inline: 0; }
  .quick-info-inner > *:last-child { border-bottom: 0; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 470px; }
  .visit-grid { grid-template-columns: 1fr; gap: 42px; }
  .shop-photo { aspect-ratio: 16/11; }
}

@media (max-width: 600px) {
  .header-inner { width: min(100% - 28px, var(--max)); min-height: 72px; }
  .brand img { width: 140px; }
  .nav-cta { padding: 9px 13px; font-size: .76rem !important; }
  .hero { min-height: 650px; }
  .hero-inner { width: min(100% - 28px, var(--max)); padding: 80px 0; }
  .hero h1 { font-size: clamp(3rem, 15vw, 5.3rem); }
  .hero-actions .btn { width: 100%; }
  .quick-info-inner, .section, .footer-inner, .footer-bottom { width: min(100% - 28px, var(--max)); }
  .section { padding: 72px 0; }
  .product-card { min-height: 420px; }
  .card-content { inset: auto 22px 22px; }
  .halloween-banner { min-height: 360px; background-attachment: scroll; }
  .shop-photo { aspect-ratio: 4/5; }
  .opening-hours-list li { font-size: .88rem; }
  .footer-inner, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-contact { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
