/* Miniatur Wunderland money landing — visual 1:1 of miniatur-wunderland.com */
:root {
  --navy: #012d48;
  --navy-2: #0d2c47;
  --navy-deep: #002d47;
  --blue: #1d5d90;
  --blue-mid: #216ba5;
  --blue-soft: #88bccf;
  --mint: #c2ddde;
  --mint-2: #e3f7f7;
  --sky: #dce5eb;
  --ice: #f0f4f7;
  --green: #60b356;
  --green-soft: #b0d9ab;
  --red: #b91429;
  --muted: #838e98;
  --line: #c8d5df;
  --white: #fff;
  --text: #012d48;
  --font-display: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Roboto", Helvetica, Arial, sans-serif;
  --radius: 10px;
  --container: 1140px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--blue-mid); }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.2; margin: 0; }
p { margin: 0 0 1em; }
button, input, select { font: inherit; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .container { padding: 0 24px; }
}

/* ---------- Header ---------- */
.Header {
  position: relative;
  background: var(--white);
  z-index: 40;
}

.Header__Nav {
  background: var(--white);
  position: relative;
  z-index: 120;
}
@media (min-width: 992px) {
  .Header__Nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}

.HeaderNav {
  padding: 10px 0 0;
}
@media (min-width: 992px) {
  .HeaderNav { padding: 0; min-height: 200px; }
}
.HeaderNav__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
}
@media (min-width: 992px) {
  .HeaderNav__bar {
    align-items: flex-start;
    min-height: 0;
    padding-top: 18px;
  }
}
.HeaderNav__Logo {
  display: block;
  width: 85px;
  flex-shrink: 0;
  position: relative;
  z-index: 110;
}
@media (min-width: 992px) {
  .HeaderNav__Logo {
    width: 125px;
    margin-top: 21px;
  }
}
@media (min-width: 1300px) {
  .HeaderNav__Logo { width: 143px; }
}
.HeaderNav__Logo img { width: 100%; height: auto; }

.HeaderNav__TicketButton { display: none; }
@media (min-width: 992px) {
  .HeaderNav__TicketButton {
    display: block;
    margin-top: 64px;
    flex-shrink: 0;
  }
}
@media (min-width: 1300px) {
  .HeaderNav__TicketButton { margin-top: 80px; }
}

.Cta {
  background: var(--navy);
  color: var(--white) !important;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding: 13px 22px;
  transition: background 160ms ease;
  border: none;
  cursor: pointer;
}
.Cta:hover { background: var(--green); color: var(--white) !important; }
.Cta--icon-ticket::after {
  content: "";
  width: 28px; height: 26px;
  background: url("/assets/img/icons/ticket.svg") center / contain no-repeat;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}

.PrimNav {
  display: none;
  gap: 8px 28px;
  flex-wrap: wrap;
  margin-top: 28px;
  padding-bottom: 18px;
}
@media (min-width: 992px) {
  .PrimNav { display: flex; }
}
.PrimNav__Label {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.3;
}
.PrimNav__Label span {
  display: block;
  font-weight: 700;
}
.PrimNav__Label:hover { color: var(--blue-mid); }

.HeaderNav__mobile {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 992px) { .HeaderNav__mobile { display: none; } }
.HeaderNav__burger {
  width: 44px; height: 44px;
  border: 0; background: transparent;
  display: inline-flex; flex-direction: column;
  justify-content: center; gap: 5px;
  cursor: pointer; padding: 10px;
}
.HeaderNav__burger span {
  display: block; height: 2px; background: var(--navy); border-radius: 1px;
}

.PrimNav__mobileOnly { display: none; margin-top: 8px; }
.PrimNav.is-open .PrimNav__mobileOnly { display: block; }
.PrimNav.is-open {
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  padding: 8px 0 20px;
}

/* ---------- Hero Stage (Monaco) ---------- */
.Header__Stage {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .Header__Stage { margin-top: 0; }
}
.Stage__Item {
  position: relative;
  height: 420px;
  background: #000 center / cover no-repeat;
  overflow: hidden;
}
@media (min-width: 768px) {
  .Stage__Item { height: 560px; }
}
@media (min-width: 992px) {
  .Stage__Item { height: 700px; }
}
.Stage__ItemCover {
  position: absolute;
  inset: 0;
  background-position: 50%;
  background-size: cover;
}
.Stage__Overlay {
  position: absolute;
  left: 50%;
  bottom: 28%;
  transform: translateX(-50%);
  width: 100%;
  padding: 25px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 20px rgba(0,0,0,.25);
  z-index: 2;
}
@media (min-width: 768px) {
  .Stage__Overlay { bottom: 16%; width: 60%; }
}
@media (min-width: 992px) {
  .Stage__Overlay { width: 40%; }
}
.Stage__Headline {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
  color: #fff;
}
@media (min-width: 768px) {
  .Stage__Headline { font-size: 40px; line-height: 44px; }
}
.Stage__Cta { margin-top: 30px; }
.Cta--icon-arrow::after {
  content: "";
  width: 18px; height: 14px;
  background: url("/assets/img/icons/arrow.svg") center / contain no-repeat;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}

/* ---------- Skip the queue ---------- */
.Header__Ticketing {
  margin-top: -80px;
  position: relative;
  z-index: 110;
  padding-bottom: 8px;
}
.QuickTicketSelection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  padding: 20px;
}
@media (min-width: 992px) {
  .QuickTicketSelection {
    flex-direction: row;
    align-items: center;
    height: 150px;
    padding: 0 24px;
  }
}
@media (min-width: 1300px) {
  .QuickTicketSelection { padding-left: 40px; padding-right: 40px; }
}
.QuickTicketSelection__Label {
  color: #002d47;
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1.1875;
  text-align: center;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .QuickTicketSelection__Label {
    font-size: 36px;
    line-height: 1.22222;
    margin-right: 20px;
    width: 30%;
    text-align: left;
  }
}
.QuickTicketSelection__Controls {
  flex: 1;
  display: flex;
  justify-content: center;
}
.BookTickets {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 420px;
}
@media (min-width: 768px) {
  .BookTickets {
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    max-width: none;
    gap: 18px;
  }
}
.BookTickets__field {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 260px;
}
@media (min-width: 768px) {
  .BookTickets__field { align-items: flex-start; }
}
.BookTickets__label {
  color: var(--navy);
  font-size: 15px;
  font-weight: 500;
}
.BookTickets__date {
  appearance: none;
  width: 100%;
  border: 2px solid #012d48;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 700;
  line-height: 46px;
  height: 50px;
  padding: 0 40px 0 15px;
  color: #012d48;
  background: #fff url("/assets/img/icons/chevron.svg") right 14px center / 14px no-repeat;
  cursor: pointer;
}
.BookTickets__go {
  white-space: nowrap;
}

/* ---------- Crowd notice ---------- */
.Notice {
  background: var(--white);
  padding: 36px 0 8px;
}
.Notice p {
  max-width: 920px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--navy);
  margin: 0;
}

/* ---------- Peaks band ---------- */
.Peaks {
  position: relative;
  background: linear-gradient(180deg, var(--ice) 0%, #e8f2f4 55%, var(--mint-2) 100%);
  padding: 48px 0 80px;
  overflow: hidden;
}
.Peaks::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 90px;
  background: url("/assets/img/peaks.svg") center bottom / 100% 100% no-repeat;
  pointer-events: none;
}
.SectionHeadline {
  margin-bottom: 28px;
}
.SectionHeadline__Headline {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 600;
  color: var(--navy);
}
@media (min-width: 992px) {
  .SectionHeadline__Headline { font-size: 36px; }
}

.IntroGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 768px) {
  .IntroGrid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1100px) {
  .IntroGrid { grid-template-columns: repeat(4, 1fr); }
}
.IntroCard {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.IntroCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(1,45,72,.14);
}
.IntroCard__img {
  aspect-ratio: 16/10;
  background: #c3dde7 center / cover no-repeat;
}
.IntroCard__body { padding: 18px 18px 22px; }
.IntroCard__body h3 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
}
.IntroCard__body p {
  font-size: 15px;
  color: var(--muted);
  margin: 0 0 12px;
  line-height: 1.5;
}
.IntroCard__more {
  color: var(--blue-mid);
  font-weight: 500;
  font-size: 15px;
}

/* ---------- Facts ---------- */
.Facts {
  padding: 56px 0 40px;
  background: var(--white);
}
.Facts__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 20px;
}
@media (min-width: 768px) {
  .Facts__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1100px) {
  .Facts__grid { grid-template-columns: repeat(4, 1fr); }
}
.Fact {
  text-align: center;
  padding: 8px 10px;
}
.Fact__icon {
  width: 72px; height: 72px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: linear-gradient(145deg, #bad9f1, #c2ddde);
  display: flex; align-items: center; justify-content: center;
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
}
.Fact strong {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
}
.Fact span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 15px;
}

/* ---------- News (dark blue) ---------- */
.News {
  background: var(--navy);
  color: var(--white);
  padding: 56px 0 64px;
}
.News .SectionHeadline__Headline { color: var(--white); }
.News__grid {
  display: grid;
  gap: 22px;
}
@media (min-width: 768px) {
  .News__grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1100px) {
  .News__grid { grid-template-columns: repeat(4, 1fr); }
}
.NewsCard__img {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #0a3a55 center / cover no-repeat;
  margin-bottom: 12px;
}
.NewsCard__meta {
  font-size: 13px;
  opacity: .75;
  margin-bottom: 6px;
}
.NewsCard h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.NewsCard p {
  font-size: 15px;
  opacity: .85;
  margin: 0;
  line-height: 1.5;
}

/* ---------- Worlds / Impressions ---------- */
.Worlds {
  padding: 56px 0 64px;
  background: var(--ice);
}
.Worlds__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .Worlds__grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 992px) {
  .Worlds__grid { grid-template-columns: repeat(3, 1fr); }
}
.WorldCard {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #89a8bb center / cover no-repeat;
  box-shadow: 0 0 18px rgba(0,0,0,.12);
}
.WorldCard::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(1,45,72,.78) 100%);
}
.WorldCard span {
  position: absolute;
  left: 16px; right: 16px; bottom: 16px;
  z-index: 1;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
}

/* ---------- Admission strip ---------- */
.Admit {
  padding: 56px 0;
  background: var(--white);
}
.Admit__box {
  display: grid;
  gap: 28px;
  align-items: center;
}
@media (min-width: 900px) {
  .Admit__box { grid-template-columns: 1.1fr .9fr; }
}
.Admit__box h2 {
  font-size: 32px;
  margin-bottom: 12px;
}
.Admit__box > div > p {
  color: var(--muted);
  font-size: 17px;
  max-width: 480px;
}
.PriceTable {
  background: var(--ice);
  border-radius: var(--radius);
  padding: 8px 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,.06);
}
.PriceTable__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 22px;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
}
.PriceTable__row:last-child { border-bottom: 0; }
.PriceTable__row strong {
  font-family: var(--font-display);
  white-space: nowrap;
}
.Admit__cta { margin-top: 22px; }

/* ---------- Find us ---------- */
.Find {
  padding: 48px 0 64px;
  background: linear-gradient(180deg, #e8f2f4, var(--mint));
}
.Find__card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 28px 32px;
  box-shadow: 0 0 20px rgba(0,0,0,.08);
  max-width: 640px;
}
.Find__card h2 { margin-bottom: 10px; font-size: 28px; }
.Find__card p { color: var(--muted); }
.Find__card address {
  font-style: normal;
  margin: 16px 0 20px;
  line-height: 1.6;
}

/* ---------- Footer ---------- */
.Footer {
  background: var(--navy);
  color: var(--white);
  padding: 48px 0 28px;
}
.Footer a { color: rgba(255,255,255,.88); }
.Footer a:hover { color: var(--white); }
.Footer__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 900px) {
  .Footer__grid { grid-template-columns: repeat(4, 1fr); }
}
.Footer h4 {
  font-size: 15px;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 14px;
  opacity: .7;
  font-weight: 700;
}
.Footer li { margin-bottom: 8px; font-size: 15px; }
.Footer__bottom {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.15);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  font-size: 13px;
  opacity: .7;
}

/* ---------- Legal / FAQ pages ---------- */
.Page {
  padding: 40px 0 72px;
  background: var(--ice);
  min-height: 50vh;
}
.Page__card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px 28px;
  box-shadow: 0 0 20px rgba(0,0,0,.06);
  max-width: 820px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .Page__card { padding: 48px 52px; }
}
.Page__card h1 {
  font-size: 34px;
  margin-bottom: 18px;
}
.Page__card h2 {
  font-size: 22px;
  margin: 28px 0 10px;
}
.Page__card p, .Page__card li {
  color: #45657c;
  font-size: 16px;
}
.Page__card ul { list-style: disc; padding-left: 1.2em; margin-bottom: 1em; }
.Page__card li { margin-bottom: 6px; }

/* ---------- Success ---------- */
.ok-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 64px 24px 88px;
  text-align: center;
}
.ok-check {
  width: 88px; height: 88px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: var(--green);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 36px rgba(96,179,86,.35);
  animation: pop 400ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.ok-check svg { width: 46px; height: 46px; color: #fff; }
@keyframes pop { from { transform: scale(.4); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.ok-eyebrow {
  font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--muted); font-weight: 700; margin-bottom: 12px;
}
.ok-h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  margin: 0 0 14px;
}
.ok-lead {
  font-size: 17px; color: #45657c; line-height: 1.6;
  max-width: 540px; margin: 0 auto 24px;
}
.ok-ref {
  display: inline-block;
  padding: 10px 18px;
  background: var(--ice);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px; letter-spacing: .05em;
  font-weight: 600; margin-bottom: 32px;
}
.ok-ref .lbl { color: var(--muted); font-weight: 400; margin-right: 8px; font-family: var(--font-body); letter-spacing: 0; }
.ok-timeline {
  text-align: left;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  margin: 0 auto 28px;
  max-width: 520px;
}
.ok-timeline h3 { font-size: 18px; margin: 0 0 16px; }
.ok-timeline ol { list-style: none; padding: 0; margin: 0; }
.ok-timeline li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  margin-bottom: 14px;
  color: #45657c;
  font-size: 15px;
}
.ok-timeline .n {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700;
}
.ok-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
