:root {
  --sky: #11a5e8;
  --sky-deep: #0878c8;
  --navy: #10295d;
  --ink: #182344;
  --cream: #fff5df;
  --paper: #fffdf6;
  --pink: #e61d73;
  --green: #40aa35;
  --blue: #147bc2;
  --yellow: #f6bd22;
  --orange: #ef7b19;
  --purple: #713aa7;
  --shadow: 0 18px 45px rgba(13, 35, 82, 0.18);
}

/* Poster-inspired visual refresh */
body {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 218, 48, 0.4) 0 52px, transparent 56px),
    radial-gradient(circle at 90% 16%, rgba(255, 255, 255, 0.78) 0 48px, transparent 52px),
    linear-gradient(180deg, #17a7df 0%, #6ecbf0 32%, #fff4d8 32%, #fff7df 100%);
}

.site-header {
  background: rgba(255, 247, 214, 0.94);
  border-bottom: 5px solid #15346f;
}

.brand {
  font-size: 1.15rem;
}

.brand-mark {
  background: #e91d73;
  box-shadow: 0 7px 0 #a40f4b;
}

.nav-links a {
  padding: 8px 2px;
  color: #15346f;
}

.nav-cta,
.button-primary {
  background: #e91d73;
  box-shadow: 0 6px 0 #a40f4b;
}

.poster-hero {
  position: relative;
  padding: 34px 18px 58px;
  overflow: hidden;
}

.poster-hero::before,
.poster-hero::after {
  position: absolute;
  z-index: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 8rem;
  font-weight: 900;
  content: "✦";
}

.poster-hero::before {
  top: 72px;
  left: 5vw;
  color: rgba(255, 218, 48, 0.76);
}

.poster-hero::after {
  right: 7vw;
  bottom: 64px;
  color: rgba(233, 29, 115, 0.38);
}

.poster-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 560px) minmax(280px, 420px);
  gap: 30px;
  align-items: center;
  justify-content: center;
  max-width: 1120px;
  margin: 0 auto;
}

.interactive-poster {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #fff7df;
  border: 9px solid white;
  border-radius: 18px;
  box-shadow: 0 24px 0 #15346f, 0 34px 74px rgba(16, 41, 93, 0.28);
  transform: rotate(-1deg);
}

.interactive-poster img {
  display: block;
  width: 100%;
  height: auto;
}

.interactive-poster figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.poster-hotspot {
  position: absolute;
  display: block;
  border-radius: 14px;
  transition: background 160ms ease, box-shadow 160ms ease;
}

.poster-hotspot:hover,
.poster-hotspot:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 0 0 4px rgba(255, 218, 48, 0.9);
}

.hotspot-title {
  top: 2%;
  left: 13%;
  width: 74%;
  height: 31%;
}

.hotspot-play {
  top: 34%;
  left: 5%;
  width: 34%;
  height: 28%;
}

.hotspot-birthday {
  top: 61%;
  right: 6%;
  width: 39%;
  height: 17%;
}

.hotspot-fire {
  top: 64%;
  left: 25%;
  width: 36%;
  height: 15%;
}

.hotspot-icons {
  top: 80%;
  left: 5%;
  width: 90%;
  height: 9%;
}

.hotspot-contact {
  right: 7%;
  bottom: 2%;
  left: 7%;
  height: 8%;
}

.poster-hero-panel {
  padding: 32px;
  background: #fff7df;
  border: 6px solid white;
  border-radius: 18px;
  box-shadow: 0 14px 0 #e91d73, var(--shadow);
}

.poster-hero-panel .wood-sign {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 12px 18px;
  color: #15346f;
  background: #d99a43;
  border: 4px solid #8a5522;
  border-radius: 8px;
  box-shadow: inset 0 0 0 3px rgba(255, 222, 158, 0.45);
  text-transform: uppercase;
}

.poster-hero-panel h1 {
  display: block;
  margin: 0 0 16px;
  padding: 0;
  color: #e91d73;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: clamp(3rem, 7vw, 5.7rem);
  line-height: 0.92;
  text-shadow: 4px 4px 0 white, 7px 7px 0 #1b8bd1;
}

.poster-hero-panel p {
  margin: 0 0 22px;
  color: #15346f;
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1.55;
}

.quick-contact {
  margin-top: -18px;
  background: #15346f;
  border: 5px solid white;
  box-shadow: 0 13px 0 #e91d73, var(--shadow);
}

.quick-contact a {
  background: #fff7df;
  color: #111111;
}

.quick-contact strong,
.quick-contact span {
  color: #111111;
}

.contact-line {
  color: #111111;
  background: #fff7df;
  border: 4px solid white;
  box-shadow: var(--shadow);
}

.contact-line:nth-child(2) {
  background: #fff7df;
}

.contact-line strong,
.contact-line span {
  color: #111111;
}

.section,
.poster-section,
.split-section,
.contact-section,
.social-section {
  border: 5px solid white;
  border-radius: 18px;
}

.section-heading h2,
.poster-copy h2,
.feature-card h2,
.contact-copy h2,
.social-section h2 {
  color: #15346f;
  text-shadow: 2px 2px 0 rgba(255, 218, 48, 0.5);
}

.attraction,
.feature-card,
.contact-panel,
.poster-copy {
  border: 4px solid white;
}

.poster-frame {
  background: #fff7df;
  box-shadow: 0 16px 0 #15346f, var(--shadow);
}

.footer {
  background: #15346f;
  border-top: 6px solid #e91d73;
}

@media (max-width: 980px) {
  .poster-hero-shell {
    grid-template-columns: minmax(0, 640px);
  }

  .interactive-poster {
    transform: none;
  }
}

@media (max-width: 640px) {
  .poster-hero {
    padding: 18px 10px 36px;
  }

  .poster-hero-panel {
    padding: 24px 18px;
  }

  .poster-hero-panel h1 {
    font-size: 3.2rem;
  }

  .interactive-poster {
    border-width: 5px;
    border-radius: 12px;
    box-shadow: 0 12px 0 #15346f, 0 22px 44px rgba(16, 41, 93, 0.24);
  }
}

.reservations-page {
  display: grid;
  gap: 18px;
}

.reservation-hero,
.admin-head,
.calendar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.notice {
  margin: 0;
  padding: 14px 18px;
  border-radius: 16px;
  border: 4px solid #fff;
  font-weight: 800;
}

.notice.success {
  background: #d9ffd7;
  color: #1d651d;
}

.notice.error {
  background: #ffe1e1;
  color: #9b1721;
}

.reservation-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.reservation-form label,
.options-box {
  display: grid;
  gap: 7px;
  color: #15346f;
  font-weight: 900;
}

.reservation-form input,
.reservation-form select,
.reservation-form textarea {
  width: 100%;
  min-height: 46px;
  border: 3px solid rgba(16, 41, 93, 0.18);
  border-radius: 14px;
  padding: 10px 12px;
  background: #fffdf6;
  color: #182344;
  font: inherit;
}

.reservation-form .wide,
.options-box {
  grid-column: 1 / -1;
}

.compact-form {
  grid-template-columns: 1fr 1fr auto;
  align-items: end;
}

.options-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 14px;
  border: 3px dashed rgba(16, 41, 93, 0.24);
  border-radius: 16px;
}

.options-box legend {
  padding: 0 8px;
  color: #15346f;
}

.options-box label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.options-box input {
  width: auto;
  min-height: auto;
}

.calendar-card {
  overflow: hidden;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.calendar-weekdays {
  margin: 16px 0 8px;
  color: #15346f;
  text-align: center;
}

.calendar-day {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  border: 3px solid rgba(16, 41, 93, 0.13);
  border-radius: 16px;
  background: #eaffea;
  color: #15346f;
}

.calendar-day strong {
  font-size: 1.1rem;
}

.calendar-day span {
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 4px 9px;
  background: #40aa35;
  color: #fff;
  font-weight: 900;
  font-size: 0.82rem;
}

.calendar-day small {
  color: #7b153f;
  font-weight: 900;
}

.calendar-day.busy-day {
  background: #ffe7ef;
  border-color: rgba(230, 29, 115, 0.36);
}

.calendar-day.busy-day span {
  background: #e61d73;
}

.calendar-day.muted-day {
  opacity: 0.46;
}

.reservation-list {
  display: grid;
  gap: 12px;
}

.reservation-item {
  padding: 16px;
  border: 3px solid rgba(16, 41, 93, 0.14);
  border-radius: 18px;
  background: #fffdf6;
}

.reservation-item h3 {
  margin: 0 0 8px;
  color: #15346f;
}

.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  background: #fffdf6;
}

.admin-table th,
.admin-table td {
  padding: 10px;
  border-bottom: 2px solid rgba(16, 41, 93, 0.12);
  text-align: left;
}

@media (max-width: 760px) {
  .reservation-hero,
  .admin-head,
  .calendar-top {
    align-items: stretch;
    flex-direction: column;
  }

  .reservation-form,
  .compact-form {
    grid-template-columns: 1fr;
  }

  .calendar-grid {
    gap: 5px;
  }

  .calendar-card {
    padding: 14px;
  }

  .calendar-weekdays {
    display: none;
  }

  .calendar-card > .calendar-grid:not(.calendar-weekdays) {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .calendar-day {
    min-height: auto;
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    gap: 6px 12px;
    padding: 11px 12px;
    border-radius: 14px;
    font-size: 0.92rem;
  }

  .calendar-day.muted-day {
    display: none;
  }

  .calendar-day strong {
    font-size: 1.05rem;
  }

  .calendar-day span {
    width: max-content;
    padding: 3px 6px;
    font-size: 0.78rem;
  }

  .calendar-day small {
    grid-column: 2;
  }
}

/* Full-poster website layout */
.poster-page .site-header {
  display: none;
}

.poster-page main {
  overflow: hidden;
}

.poster-page .poster-hero {
  min-height: 100vh;
  padding: 18px 14px 36px;
  background:
    linear-gradient(rgba(26, 169, 223, 0.18), rgba(255, 241, 207, 0.72)),
    url("assets/plakat-wariatkowo.jpg") center top / min(100vw, 760px) auto no-repeat,
    radial-gradient(circle at 10% 8%, #ffdb33 0 42px, transparent 44px),
    radial-gradient(circle at 86% 10%, rgba(255, 255, 255, 0.9) 0 44px, transparent 46px),
    linear-gradient(180deg, #1aa9df 0%, #4ec3ec 45%, #fff1cf 45%, #fff1cf 100%);
}

.poster-page .poster-hero-shell {
  display: flex;
  justify-content: center;
  max-width: none;
}

.poster-page .interactive-poster {
  width: auto;
  max-width: 94vw;
  height: calc(100vh - 54px);
  border: 10px solid white;
  border-radius: 20px;
  box-shadow: 0 18px 0 #15346f, 0 30px 70px rgba(16, 41, 93, 0.35);
  transform: none;
}

.poster-page .interactive-poster img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.poster-menu {
  position: absolute;
  right: 4.8%;
  bottom: 12.7%;
  left: 4.8%;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.poster-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 6px;
  color: white;
  background: #15346f;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 7px;
  box-shadow: 0 4px 0 #e91d73;
  font-size: clamp(0.64rem, 1.25vw, 0.84rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.poster-menu a:nth-child(1) { background: #e91d73; box-shadow: 0 4px 0 #a40f4b; }
.poster-menu a:nth-child(2) { background: #e45b18; box-shadow: 0 4px 0 #a5390e; }
.poster-menu a:nth-child(3) { background: #f0b323; color: #15346f; box-shadow: 0 4px 0 #b98300; }
.poster-menu a:nth-child(4) { background: #1684c7; box-shadow: 0 4px 0 #0d5790; }
.poster-menu a:nth-child(5) { background: #42a832; box-shadow: 0 4px 0 #26751c; }

.poster-page .poster-hotspot {
  z-index: 4;
}

.poster-page .poster-hotspot:hover,
.poster-page .poster-hotspot:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 4px rgba(255, 218, 48, 0.95);
}

.poster-page .hotspot-title {
  top: 1.6%;
  left: 8%;
  width: 84%;
  height: 34%;
}

.poster-page .hotspot-play {
  top: 36%;
  left: 4%;
  width: 37%;
  height: 27%;
}

.poster-page .hotspot-birthday {
  top: 60.4%;
  right: 5.5%;
  width: 39%;
  height: 18%;
}

.poster-page .hotspot-fire {
  top: 64%;
  left: 24%;
  width: 37%;
  height: 15%;
}

.poster-page .hotspot-icons {
  top: 80%;
  left: 4%;
  width: 92%;
  height: 9%;
}

.poster-page .hotspot-contact {
  right: 7%;
  bottom: 9.5%;
  left: 7%;
  height: 7.2%;
}

.poster-page .quick-contact {
  margin: 24px auto 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.poster-page .quick-contact a {
  border: 0;
}

.poster-page .quick-contact a[href^="mailto"] span {
  font-size: clamp(0.88rem, 1.35vw, 1.08rem);
  line-height: 1.2;
  word-break: break-word;
}

.home-contact-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  max-width: 760px;
  margin: 22px auto 0;
  padding: 0 14px;
}

.home-contact-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  color: #111111;
  background: #fff7df;
  border-radius: 8px;
  box-shadow: 0 5px 0 #15346f;
  font-weight: 900;
  overflow-wrap: anywhere;
  text-align: center;
}

.poster-page .poster-section {
  margin-top: 46px;
}

@media (min-width: 1180px) {
  .poster-page .interactive-poster {
    width: auto;
    max-width: 94vw;
  }
}

@media (max-width: 640px) {
  .poster-page .poster-hero {
    min-height: auto;
    padding: 8px 4px 20px;
    background:
      linear-gradient(rgba(26, 169, 223, 0.08), rgba(255, 241, 207, 0.72)),
      url("assets/plakat-wariatkowo.jpg") center 8px / 100vw auto no-repeat,
      linear-gradient(180deg, #1aa9df 0%, #4ec3ec 45%, #fff1cf 45%, #fff1cf 100%);
  }

  .poster-page .interactive-poster {
    width: min(100%, 430px);
    margin: 0 auto;
    height: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .poster-page .interactive-poster img {
    width: 100%;
    height: auto;
  }

  .poster-menu {
    right: 3%;
    bottom: 12.3%;
    left: 3%;
    gap: 3px;
  }

  .poster-menu a {
    min-height: 24px;
    padding: 4px 2px;
    border-width: 1px;
    border-radius: 5px;
    box-shadow: 0 3px 0 rgba(16, 41, 93, 0.5);
    font-size: clamp(0.46rem, 2.4vw, 0.6rem);
  }

  .poster-page .quick-contact {
    grid-template-columns: 1fr;
    margin-top: 12px;
    padding: 0 12px;
  }

  .home-contact-strip {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 14px;
  }

  .home-contact-strip a {
    min-height: 38px;
    font-size: 0.92rem;
  }
}

.subpage-main {
  padding: 52px 18px 70px;
}

.subpage-card {
  max-width: 1120px;
  margin: 0 auto;
}

.subpage h1 {
  margin: 0 0 18px;
  color: #15346f;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.02;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #e9f8ff 0%, #fff8e7 54%, #f4ffe9 100%);
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 12px 18px;
  background: rgba(255, 253, 246, 0.92);
  box-shadow: 0 8px 24px rgba(18, 45, 92, 0.1);
  backdrop-filter: blur(12px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: white;
  background: var(--pink);
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 7px 0 #b91458;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #263a72;
  font-size: 0.96rem;
  font-weight: 800;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 3px;
  background: var(--yellow);
  border-radius: 99px;
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.nav-cta,
.button-primary {
  color: white;
  background: var(--pink);
  box-shadow: 0 6px 0 #b91458;
}

.button-secondary {
  color: var(--navy);
  background: var(--yellow);
  box-shadow: 0 6px 0 #d28d00;
}

.button-secondary.dark {
  color: white;
  background: var(--navy);
  box-shadow: 0 6px 0 #091738;
}

.poster-button {
  margin-top: 10px;
}

.hero {
  position: relative;
  min-height: 720px;
  padding: 72px 18px 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 12%, rgba(255, 255, 255, 0.95) 0 52px, transparent 54px),
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.88) 0 72px, transparent 74px),
    linear-gradient(180deg, var(--sky) 0%, #46c4ee 55%, #93d858 56%, #53ad36 100%);
}

.hero::after {
  position: absolute;
  right: -6vw;
  bottom: -54px;
  left: -6vw;
  height: 145px;
  background:
    radial-gradient(circle at 12% 52%, #62b536 0 42px, transparent 43px),
    radial-gradient(circle at 90% 48%, #46a332 0 58px, transparent 59px),
    #67bd39;
  border-radius: 50% 50% 0 0 / 80% 80% 0 0;
  content: "";
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 38px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto;
}

.wood-sign {
  display: inline-block;
  margin: 0 0 26px;
  padding: 14px 30px;
  color: #12285b;
  background:
    linear-gradient(90deg, rgba(111, 66, 22, 0.12), transparent 22%, rgba(111, 66, 22, 0.12) 50%, transparent 78%),
    #f3c985;
  border: 4px solid #e4ad5f;
  border-radius: 8px;
  box-shadow: 0 8px 0 rgba(112, 67, 23, 0.2);
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  max-width: 640px;
  margin-bottom: 18px;
  padding: 18px 24px 16px;
  color: white;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 28px;
  font-size: clamp(2.4rem, 6.1vw, 4.6rem);
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 5px 0 rgba(12, 29, 68, 0.1);
}

h1 span:nth-child(1),
h1 span:nth-child(7) {
  color: var(--pink);
}

h1 span:nth-child(2),
h1 span:nth-child(8) {
  color: var(--green);
}

h1 span:nth-child(3),
h1 span:nth-child(9) {
  color: var(--blue);
}

h1 span:nth-child(4),
h1 span:nth-child(10) {
  color: var(--orange);
}

h1 span:nth-child(5) {
  color: var(--purple);
}

h1 span:nth-child(6) {
  color: var(--yellow);
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 28px;
  color: white;
  font-size: clamp(1.24rem, 2vw, 1.72rem);
  font-weight: 900;
  line-height: 1.28;
  text-shadow: 0 3px 0 rgba(15, 38, 75, 0.2);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cloud {
  position: absolute;
  z-index: 1;
  width: 180px;
  height: 58px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  filter: drop-shadow(0 6px 0 rgba(255, 255, 255, 0.26));
}

.cloud::before,
.cloud::after {
  position: absolute;
  background: inherit;
  border-radius: 50%;
  content: "";
}

.cloud::before {
  bottom: 12px;
  left: 28px;
  width: 74px;
  height: 74px;
}

.cloud::after {
  right: 26px;
  bottom: 8px;
  width: 92px;
  height: 92px;
}

.cloud-one {
  top: 130px;
  right: 12vw;
}

.cloud-two {
  top: 235px;
  left: 14vw;
  opacity: 0.72;
  transform: scale(0.78);
}

.sun {
  position: absolute;
  top: 78px;
  left: 7vw;
  width: 104px;
  height: 104px;
  background: #ffd943;
  border: 7px solid #ffe97a;
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(255, 223, 72, 0.16);
}

.sun span,
.sun span::before {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.sun span {
  top: 34px;
  left: 29px;
  width: 10px;
  height: 10px;
  background: #182344;
  box-shadow: 34px 0 0 #182344;
}

.sun span::before {
  top: 24px;
  left: 7px;
  width: 46px;
  height: 22px;
  border-bottom: 6px solid #182344;
}

.playground-scene {
  position: relative;
  min-height: 455px;
}

.tower,
.bridge,
.slide,
.swing,
.grass {
  position: absolute;
}

.tower {
  bottom: 92px;
  width: 150px;
  height: 245px;
}

.tower-left {
  left: 10px;
}

.tower-right {
  right: 38px;
  width: 180px;
  height: 285px;
}

.roof {
  position: absolute;
  top: 0;
  left: 8px;
  width: 0;
  height: 0;
  border-right: 68px solid transparent;
  border-bottom: 64px solid #f44135;
  border-left: 68px solid transparent;
}

.tower-right .roof {
  border-right-width: 84px;
  border-bottom-color: #ffd22c;
  border-left-width: 84px;
}

.deck {
  position: absolute;
  top: 60px;
  left: 22px;
  width: 106px;
  height: 108px;
  background: linear-gradient(90deg, #29a94d 0 36%, #1875c1 36% 70%, #ffd33a 70%);
  border: 8px solid #744323;
  border-radius: 8px;
}

.tower-right .deck {
  left: 22px;
  width: 136px;
  height: 132px;
  background: linear-gradient(90deg, #29a94d 0 46%, #1875c1 46%);
}

.legs {
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 24px;
  height: 110px;
  border-right: 10px solid #744323;
  border-left: 10px solid #744323;
}

.bridge {
  bottom: 250px;
  left: 140px;
  width: 230px;
  height: 48px;
  border-top: 8px solid #7c4a25;
  border-bottom: 8px solid #7c4a25;
  border-radius: 0 0 60px 60px;
}

.bridge::after {
  position: absolute;
  inset: 6px 0;
  background: repeating-linear-gradient(90deg, transparent 0 20px, #f7cf7a 20px 26px);
  content: "";
}

.slide {
  bottom: 86px;
  width: 210px;
  height: 42px;
  border-radius: 999px;
}

.slide-yellow {
  left: -6px;
  background: #ffd12b;
  transform: rotate(-29deg);
  transform-origin: right center;
}

.slide-pink {
  right: 8px;
  bottom: 78px;
  width: 180px;
  background: #f24e83;
  transform: rotate(-45deg);
  transform-origin: left center;
}

.swing {
  right: 230px;
  bottom: 92px;
  width: 120px;
  height: 160px;
  border-top: 8px solid #f2cf63;
}

.swing::before,
.swing::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background: #794624;
  content: "";
}

.swing::before {
  left: 12px;
  transform: skewX(-12deg);
}

.swing::after {
  right: 12px;
  transform: skewX(12deg);
}

.swing span {
  position: absolute;
  right: 38px;
  bottom: 30px;
  left: 38px;
  height: 12px;
  background: #1875c1;
  border-radius: 12px;
}

.grass {
  right: 0;
  bottom: 58px;
  left: 0;
  height: 52px;
  background: linear-gradient(180deg, #7bd74a, #44a633);
  border-radius: 50% 50% 0 0;
}

.quick-contact {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: -42px auto 0;
  padding: 0 18px;
}

.quick-contact a {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 22px 24px;
  color: white;
  background: var(--navy);
  border: 5px solid white;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quick-contact strong {
  color: var(--yellow);
  text-transform: uppercase;
}

.quick-contact span {
  overflow-wrap: anywhere;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 900;
}

.poster-section {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: 34px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 86px 18px 34px;
}

.poster-copy p:not(.eyebrow) {
  color: #3a4b72;
  font-size: 1.14rem;
  line-height: 1.65;
}

.poster-frame {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 420px;
  margin: 0;
  padding: 14px;
  background: white;
  border: 6px solid var(--yellow);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.poster-frame img {
  display: block;
  width: 100%;
  max-height: 760px;
  object-fit: contain;
  background:
    linear-gradient(135deg, rgba(17, 165, 232, 0.12), rgba(246, 189, 34, 0.18)),
    #fffdf6;
  border-radius: 6px;
}

.poster-frame img[hidden] {
  display: none;
}

.poster-frame.poster-missing::before {
  display: grid;
  min-height: 360px;
  place-items: center;
  padding: 28px;
  color: var(--navy);
  background:
    linear-gradient(135deg, rgba(17, 165, 232, 0.12), rgba(246, 189, 34, 0.18)),
    #fffdf6;
  border: 3px dashed rgba(16, 41, 93, 0.22);
  border-radius: 6px;
  content: "Dodaj plik: assets/plakat-wariatkowo.jpg";
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 900;
  text-align: center;
}

.poster-frame figcaption {
  margin-top: 12px;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 900;
  text-align: center;
}

.gallery-hero {
  padding: 88px 18px 42px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 217, 67, 0.36) 0 70px, transparent 72px),
    linear-gradient(180deg, #e9f8ff 0%, #fffdf6 100%);
}

.gallery-title {
  display: block;
  max-width: 860px;
  margin: 0 auto 16px;
  padding: 0;
  color: var(--navy);
  background: transparent;
  border-radius: 0;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 1.02;
  text-align: center;
  text-shadow: none;
  text-transform: none;
}

.gallery-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 18px 96px;
}

.gallery-group + .gallery-group {
  margin-top: 52px;
}

.gallery-group-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 18px;
}

.gallery-group-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.gallery-group-heading span {
  flex: 0 0 auto;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff7df;
  color: var(--navy);
  font-weight: 900;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.gallery-item,
.gallery-empty {
  margin: 0;
  padding: 14px;
  background: white;
  border: 5px solid #ffffff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.gallery-open {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: zoom-in;
  font: inherit;
}

.gallery-item img,
.gallery-item video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #eef8ff;
  border-radius: 6px;
}

.gallery-item video {
  object-fit: cover;
}

.video-placeholder {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 28px 18px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 218, 48, 0.95) 0 42px, transparent 45px),
    radial-gradient(circle at 82% 24%, rgba(233, 29, 115, 0.72) 0 56px, transparent 60px),
    linear-gradient(135deg, #15346f 0%, #18a7df 58%, #5cc84f 100%);
  border-radius: 6px;
  text-align: center;
}

.video-placeholder::before {
  position: absolute;
  inset: 14px;
  border: 3px dashed rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  content: "";
}

.video-placeholder-title,
.video-placeholder-note {
  position: relative;
  z-index: 1;
}

.video-placeholder-title {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 900;
}

.video-placeholder-note {
  max-width: 180px;
  font-size: 0.88rem;
  font-weight: 800;
}

.gallery-item figcaption {
  margin-top: 10px;
  color: var(--navy);
  font-weight: 900;
}

.gallery-video-item {
  border-color: #f6bd22;
  box-shadow: 0 16px 0 rgba(16, 41, 93, 0.12), var(--shadow);
}

.gallery-video-item .gallery-open::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 41, 93, 0.05), rgba(16, 41, 93, 0.42));
  pointer-events: none;
}

.video-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 7px 11px;
  border-radius: 999px;
  background: #e91d73;
  color: white;
  font-weight: 900;
  line-height: 1;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  border: 4px solid white;
  border-radius: 999px;
  background: rgba(16, 41, 93, 0.78);
  color: white;
  font-size: 1.7rem;
  font-weight: 900;
  text-indent: 4px;
  box-shadow: 0 10px 24px rgba(16, 41, 93, 0.25);
}

.lightbox[hidden] {
  display: none;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 22px;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 18, 45, 0.78);
  border: 0;
  cursor: zoom-out;
}

.lightbox-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  width: min(1100px, 100%);
  max-height: calc(100vh - 44px);
  padding: 14px;
  background: white;
  border: 5px solid var(--yellow);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.lightbox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: white;
  background: var(--pink);
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 5px 0 #b91458;
  cursor: pointer;
  font: inherit;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}

.lightbox-media {
  display: grid;
  min-height: 180px;
  place-items: center;
}

.lightbox-media img,
.lightbox-media video {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 160px);
  object-fit: contain;
  border-radius: 6px;
}

.lightbox-caption {
  margin: 0;
  color: var(--navy);
  font-weight: 900;
  text-align: center;
}

body.lightbox-open {
  overflow: hidden;
}

.gallery-empty {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(26px, 5vw, 48px);
  text-align: center;
}

.gallery-empty h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.gallery-empty p {
  margin-bottom: 0;
  color: #3a4b72;
  font-size: 1.12rem;
  line-height: 1.6;
}

.section,
.split-section,
.contact-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 86px 18px;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--pink);
  font-size: 0.95rem;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
}

.section-heading p:not(.eyebrow),
.contact-copy p {
  color: #3a4b72;
  font-size: 1.14rem;
  line-height: 1.65;
}

.attractions-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.attraction {
  min-width: 0;
  padding: 24px 18px;
  color: white;
  border: 5px solid white;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.attraction h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.1;
}

.attraction p {
  margin-bottom: 0;
  line-height: 1.45;
}

.pink {
  background: var(--pink);
}

.green {
  background: var(--green);
}

.blue {
  background: var(--blue);
}

.orange {
  background: var(--orange);
}

.purple {
  background: var(--purple);
}

.icon {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.18);
  border: 4px solid white;
  border-radius: 50%;
}

.slide-icon::before,
.climb-icon::before,
.swing-icon::before,
.jump-icon::before,
.relax-icon::before {
  position: absolute;
  content: "";
}

.slide-icon::before {
  top: 19px;
  left: 20px;
  width: 34px;
  height: 23px;
  border-bottom: 7px solid white;
  border-left: 7px solid white;
  transform: skewX(-25deg);
}

.climb-icon::before {
  inset: 17px;
  background:
    linear-gradient(90deg, white 3px, transparent 4px),
    linear-gradient(0deg, white 3px, transparent 4px);
  background-size: 13px 13px;
}

.swing-icon::before {
  inset: 14px 19px 20px;
  border-top: 5px solid white;
  border-right: 4px solid white;
  border-left: 4px solid white;
}

.jump-icon::before {
  top: 15px;
  left: 28px;
  width: 13px;
  height: 13px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 20px 0 9px transparent;
}

.jump-icon::after {
  position: absolute;
  top: 33px;
  left: 19px;
  width: 32px;
  height: 24px;
  border-top: 6px solid white;
  border-right: 6px solid white;
  transform: rotate(-28deg);
  content: "";
}

.relax-icon::before {
  right: 14px;
  bottom: 18px;
  left: 14px;
  height: 10px;
  background: white;
  border-radius: 10px;
  box-shadow: 9px -18px 0 -2px white;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.76fr);
  gap: 34px;
  align-items: center;
}

.split-section.reverse {
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.04fr);
}

.feature-card,
.contact-panel {
  padding: clamp(26px, 4vw, 44px);
  background: var(--paper);
  border: 6px solid white;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding-left: 22px;
  color: #34466f;
  font-size: 1.08rem;
  line-height: 1.5;
}

.feature-card li::marker {
  color: var(--pink);
}

.fire-card li::marker {
  color: var(--orange);
}

.feature-visual {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border: 6px solid white;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.birthday-visual {
  background:
    radial-gradient(circle at 20% 82%, rgba(230, 29, 115, 0.16) 0 48px, transparent 49px),
    linear-gradient(180deg, #8ddaf7, #fef2c8);
}

.balloons span {
  position: absolute;
  bottom: 120px;
  width: 72px;
  height: 92px;
  border-radius: 48% 48% 46% 46%;
}

.balloons span:nth-child(1) {
  left: 60px;
  background: var(--pink);
}

.balloons span:nth-child(2) {
  left: 122px;
  bottom: 155px;
  background: var(--green);
}

.balloons span:nth-child(3) {
  left: 190px;
  background: var(--blue);
}

.balloons span::after {
  position: absolute;
  top: 90px;
  left: 35px;
  width: 2px;
  height: 112px;
  background: rgba(24, 35, 68, 0.3);
  content: "";
}

.cake {
  position: absolute;
  right: 50px;
  bottom: 70px;
  width: 220px;
  height: 100px;
  background: linear-gradient(180deg, #ff79a3 0 42%, #ffd76a 42%);
  border: 7px solid white;
  border-radius: 16px 16px 26px 26px;
}

.cake i {
  position: absolute;
  top: -58px;
  width: 12px;
  height: 44px;
  background: #6b42a5;
  border-radius: 10px;
}

.cake i:nth-child(1) {
  left: 58px;
}

.cake i:nth-child(2) {
  left: 104px;
}

.cake i:nth-child(3) {
  left: 150px;
}

.cake i::before {
  position: absolute;
  top: -17px;
  left: -4px;
  width: 20px;
  height: 22px;
  background: #ffcc2d;
  border-radius: 50% 50% 45% 45%;
  content: "";
}

.bonfire-visual {
  background:
    radial-gradient(circle at 50% 74%, rgba(255, 182, 48, 0.3), transparent 34%),
    linear-gradient(180deg, #fff4d6, #b9e777);
}

.logs {
  position: absolute;
  right: 72px;
  bottom: 82px;
  width: 250px;
  height: 42px;
  background: #8b4c20;
  border: 6px solid #653411;
  border-radius: 999px;
  transform: rotate(13deg);
}

.logs::before {
  position: absolute;
  inset: -6px;
  background: #a45c28;
  border: 6px solid #653411;
  border-radius: 999px;
  content: "";
  transform: rotate(-28deg);
}

.flame {
  position: absolute;
  bottom: 116px;
  left: 50%;
  border-radius: 52% 48% 50% 50%;
  transform: translateX(-50%) rotate(45deg);
}

.flame-one {
  width: 150px;
  height: 150px;
  background: #f05a22;
}

.flame-two {
  width: 112px;
  height: 112px;
  background: #ffb127;
}

.flame-three {
  width: 72px;
  height: 72px;
  background: #ffe35a;
}

.group-section {
  max-width: none;
  background: #10295d;
}

.group-section .section-heading {
  color: white;
}

.group-section h2,
.group-section .section-heading p {
  color: white;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.steps div {
  display: grid;
  min-height: 140px;
  place-items: center;
  padding: 20px;
  color: var(--navy);
  background: white;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 9px 0 rgba(255, 210, 44, 0.8);
}

.steps strong {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: white;
  background: var(--pink);
  border-radius: 50%;
  font-size: 1.4rem;
}

.steps span {
  font-weight: 900;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 34px;
  align-items: start;
}

.contact-line {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
  padding: 18px;
  color: white;
  background: var(--blue);
  border-radius: 8px;
}

.contact-line:nth-child(2) {
  background: var(--green);
}

.contact-line strong {
  overflow-wrap: anywhere;
  font-size: clamp(1.08rem, 1.8vw, 1.45rem);
}

.social-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto 72px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.9);
  border: 4px solid white;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.social-section h2 {
  margin: 6px 0 10px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.social-section p {
  max-width: 620px;
  margin: 0;
  font-size: 1.08rem;
}

.social-links,
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.social-link,
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 18px;
  color: white;
  border-radius: 8px;
  font-weight: 900;
  text-align: center;
}

.social-link span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  font-size: 1.15rem;
  font-weight: 900;
}

.social-facebook,
.footer-social a:first-child {
  background: #1877f2;
  box-shadow: 0 6px 0 #0f55af;
}

.social-instagram,
.footer-social a:last-child {
  background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af 78%, #515bd4);
  box-shadow: 0 6px 0 #6b2a8f;
}

form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

label {
  display: grid;
  gap: 7px;
  color: #273d70;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: white;
  border: 3px solid #dce8ff;
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus,
a:focus-visible,
button:focus-visible {
  outline: 4px solid rgba(246, 189, 34, 0.58);
  outline-offset: 3px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 22px;
  padding: 26px 18px;
  color: white;
  background: var(--purple);
  font-weight: 900;
  text-align: center;
}

.footer p {
  margin: 0;
}

.footer a {
  color: #ffe35a;
}

.footer-location {
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-social a {
  color: white;
}

.footer-admin {
  width: 100%;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  font-weight: 800;
}

@media (max-width: 980px) {
  .nav {
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .hero-inner,
  .poster-section,
  .split-section,
  .split-section.reverse,
  .contact-section,
  .social-section {
    grid-template-columns: 1fr;
  }

  .playground-scene {
    min-height: 370px;
  }

  .attractions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
  }

  .nav {
    align-items: stretch;
  }

  .brand,
  .nav-cta {
    width: 100%;
    justify-content: center;
  }

  .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    text-align: center;
  }

  .nav-links a {
    padding: 10px;
    background: #eef8ff;
    border-radius: 8px;
  }

  h1 {
    justify-content: center;
    padding: 14px 12px;
    border-radius: 18px;
  }

  .hero-lead {
    font-size: 1.14rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .quick-contact,
  .attractions-grid,
  .gallery-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .section,
  .poster-section,
  .gallery-section,
  .split-section,
  .contact-section,
  .social-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .poster-frame {
    min-height: 260px;
    padding: 9px;
  }

  .playground-scene {
    min-height: 310px;
    transform: scale(0.78);
    transform-origin: top center;
  }

  .feature-visual {
    min-height: 300px;
  }

  .cake {
    right: 22px;
    width: 180px;
  }

  .balloons span:nth-child(1) {
    left: 28px;
  }

  .balloons span:nth-child(2) {
    left: 86px;
  }

  .balloons span:nth-child(3) {
    left: 146px;
  }
}

/* Final poster theme overrides */
body {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 218, 48, 0.4) 0 52px, transparent 56px),
    radial-gradient(circle at 90% 16%, rgba(255, 255, 255, 0.78) 0 48px, transparent 52px),
    linear-gradient(180deg, #17a7df 0%, #6ecbf0 32%, #fff4d8 32%, #fff7df 100%);
}

.site-header {
  background: rgba(255, 247, 214, 0.94);
  border-bottom: 5px solid #15346f;
}

.nav-links a {
  color: #15346f;
}

.poster-hero {
  position: relative;
  padding: 34px 18px 58px;
  overflow: hidden;
}

.poster-hero::before,
.poster-hero::after {
  position: absolute;
  z-index: 0;
  font-size: 8rem;
  font-weight: 900;
  content: "✦";
}

.poster-hero::before {
  top: 72px;
  left: 5vw;
  color: rgba(255, 218, 48, 0.76);
}

.poster-hero::after {
  right: 7vw;
  bottom: 64px;
  color: rgba(233, 29, 115, 0.38);
}

.poster-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 560px) minmax(280px, 420px);
  gap: 30px;
  align-items: center;
  justify-content: center;
  max-width: 1120px;
  margin: 0 auto;
}

.interactive-poster {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #fff7df;
  border: 9px solid white;
  border-radius: 18px;
  box-shadow: 0 24px 0 #15346f, 0 34px 74px rgba(16, 41, 93, 0.28);
  transform: rotate(-1deg);
}

.interactive-poster img {
  display: block;
  width: 100%;
  height: auto;
}

.interactive-poster figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.poster-hotspot {
  position: absolute;
  display: block;
  border-radius: 14px;
  transition: background 160ms ease, box-shadow 160ms ease;
}

.poster-hotspot:hover,
.poster-hotspot:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 0 0 4px rgba(255, 218, 48, 0.9);
}

.hotspot-title { top: 2%; left: 13%; width: 74%; height: 31%; }
.hotspot-play { top: 34%; left: 5%; width: 34%; height: 28%; }
.hotspot-birthday { top: 61%; right: 6%; width: 39%; height: 17%; }
.hotspot-fire { top: 64%; left: 25%; width: 36%; height: 15%; }
.hotspot-icons { top: 80%; left: 5%; width: 90%; height: 9%; }
.hotspot-contact { right: 7%; bottom: 2%; left: 7%; height: 8%; }

.poster-hero-panel {
  padding: 32px;
  background: #fff7df;
  border: 6px solid white;
  border-radius: 18px;
  box-shadow: 0 14px 0 #e91d73, var(--shadow);
}

.poster-hero-panel .wood-sign {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 12px 18px;
  color: #15346f;
  background: #d99a43;
  border: 4px solid #8a5522;
  border-radius: 8px;
  box-shadow: inset 0 0 0 3px rgba(255, 222, 158, 0.45);
  text-transform: uppercase;
}

.poster-hero-panel h1 {
  display: block;
  margin: 0 0 16px;
  padding: 0;
  color: #e91d73;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: clamp(3rem, 7vw, 5.7rem);
  line-height: 0.92;
  text-shadow: 4px 4px 0 white, 7px 7px 0 #1b8bd1;
}

.poster-hero-panel p {
  margin: 0 0 22px;
  color: #15346f;
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1.55;
}

.quick-contact {
  margin-top: -18px;
  background: #15346f;
  border: 5px solid white;
  box-shadow: 0 13px 0 #e91d73, var(--shadow);
}

.quick-contact a {
  background: #fff7df;
  border-color: transparent;
}

.section,
.poster-section,
.split-section,
.contact-section,
.social-section {
  border: 0;
  border-radius: 18px;
}

.section-heading h2,
.poster-copy h2,
.feature-card h2,
.contact-copy h2,
.social-section h2 {
  color: #15346f;
  text-shadow: 2px 2px 0 rgba(255, 218, 48, 0.5);
}

.attraction,
.feature-card,
.contact-panel,
.poster-copy {
  border-color: transparent;
}

.poster-frame {
  background: #fff7df;
  box-shadow: 0 16px 0 #15346f, var(--shadow);
}

.footer {
  background: #15346f;
  border-top: 6px solid #e91d73;
}

@media (max-width: 980px) {
  .poster-hero-shell {
    grid-template-columns: minmax(0, 640px);
  }

  .interactive-poster {
    transform: none;
  }
}

@media (max-width: 640px) {
  .poster-hero {
    padding: 18px 10px 36px;
  }

  .poster-hero-panel {
    padding: 24px 18px;
  }

  .poster-hero-panel h1 {
    font-size: 3.2rem;
  }

  .interactive-poster {
    border-width: 5px;
    border-radius: 12px;
    box-shadow: 0 12px 0 #15346f, 0 22px 44px rgba(16, 41, 93, 0.24);
  }
}
