.junior-landing-page {
  --font-sans: "Poppins", sans-serif;
  --landing-bg: #0e1328;
  --landing-panel: #21142e;
  --landing-deep: #4d2c53;
  --landing-white: #ffffff;
  --landing-pink: #d94d9d;
  --landing-violet: #8f60a8;
  --landing-turquoise: #5cc8dc;
  --landing-yellow: #dbe57f;
  --landing-orange: #ef8054;
  background: var(--landing-bg);
  font-family: "Poppins", sans-serif;
}

.junior-landing-page main {
  overflow: hidden;
}

.junior-landing-page main h1,
.junior-landing-page main h2,
.junior-landing-page main h3 {
  font-family: "NeueMetanaNext", "Metana", sans-serif !important;
  font-weight: 600 !important;
}

.junior-landing-page main :where(p, span, a, label, input, textarea, select, button, time, strong) {
  font-family: "Poppins", sans-serif !important;
}

.junior-landing-page .menu a:first-child {
  color: rgba(255, 255, 255, 0.82);
}

.junior-landing-page .menu a[aria-current="page"] {
  color: var(--landing-orange);
}

.landing-shell {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
}

.landing-eyebrow {
  margin: 0;
  color: var(--landing-yellow);
  font-size: 12px;
  font-weight: 700 !important;
  letter-spacing: 2.4px;
  line-height: 1.3;
  text-transform: uppercase;
}

.landing-hero {
  min-height: min(780px, calc(100svh - 92px));
  background: var(--landing-bg) url("images/HEROLANDING.png") center / cover no-repeat;
}

.open-day-intro {
  padding: 110px 0 104px;
  position: relative;
  background:
    radial-gradient(circle at 78% 10%, rgba(217, 77, 157, 0.24), transparent 24%),
    linear-gradient(145deg, #21142e, #15101c 70%);
}

.open-day-facts-section {
  padding: 80px 0 96px;
  position: relative;
  background:
    radial-gradient(circle at 50% 100%, rgba(92, 200, 220, 0.12), transparent 34%),
    #0e1328;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.open-day-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.7fr);
  align-items: center;
  gap: 64px;
}

.open-day-title-wrap h2,
.experience-copy h2,
.shopper-copy h2 {
  font-family: "JuniorDisplay", "NeueMetanaNext", var(--font-sans);
  font-weight: 600 !important;
  text-transform: uppercase;
}

.open-day-title-wrap h2 {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--landing-white);
  font-size: clamp(46px, 6vw, 84px);
  letter-spacing: -2px;
  line-height: 0.95;
}

.open-day-art {
  padding: 16px;
  position: relative;
  background: #fce7ef;
  box-shadow:
    18px 18px 0 rgba(92, 200, 220, 0.18),
    0 28px 70px rgba(0, 0, 0, 0.30);
  transform: rotate(2deg);
}

.open-day-art::before {
  content: "";
  width: 76px;
  height: 24px;
  position: absolute;
  top: -12px;
  left: 50%;
  background: rgba(219, 229, 127, 0.88);
  transform: translateX(-50%) rotate(-3deg);
}

.open-day-art img {
  width: 100%;
  display: block;
}

.landing-button {
  width: fit-content;
  min-height: 56px;
  margin-top: 42px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--landing-deep);
  font-size: 13px;
  font-weight: 800 !important;
  letter-spacing: 1.5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.landing-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}

.landing-button-primary {
  background: var(--landing-yellow);
}

.landing-button-primary:hover {
  background: var(--landing-pink);
  color: var(--landing-white);
}

.landing-button-secondary {
  background: var(--landing-turquoise);
}

.landing-button-secondary:hover {
  background: var(--landing-yellow);
}

.open-day-facts {
  margin-top: 0;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr 1.08fr 1.12fr;
  gap: 18px;
}

.open-day-fact {
  min-height: 220px;
  padding: 26px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  color: var(--landing-deep);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.22);
}

.open-day-fact::after {
  content: "";
  width: 96px;
  height: 96px;
  position: absolute;
  right: -34px;
  bottom: -34px;
  border: 2px solid rgba(21, 16, 28, 0.20);
  transform: rotate(20deg);
}

.open-day-fact span {
  font-size: 12px;
  font-weight: 800 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.open-day-fact strong {
  position: relative;
  z-index: 1;
  font-size: clamp(19px, 1.8vw, 25px);
  font-weight: 700 !important;
  line-height: 1.15;
}

.fact-when { background: var(--landing-yellow); }
.fact-where { background: var(--landing-turquoise); }
.fact-what { background: var(--landing-orange); }
.fact-who { background: #9bd8b5; }

.open-day-program {
  padding: 120px 0 128px;
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(143, 96, 168, 0.28), transparent 31%),
    linear-gradient(180deg, #11162d 0%, #0e1328 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.open-day-program::before {
  content: "";
  width: 240px;
  height: 240px;
  position: absolute;
  top: 70px;
  right: -80px;
  border: 1px solid rgba(219, 229, 127, 0.16);
  transform: rotate(18deg);
  pointer-events: none;
}

.program-shell {
  width: min(900px, calc(100% - 80px));
  margin: 0 auto;
}

.program-heading {
  margin-bottom: 76px;
  text-align: center;
}

.program-heading .landing-eyebrow {
  color: var(--landing-turquoise);
}

.program-heading h2 {
  margin: 18px 0 22px;
  color: var(--landing-white);
  font-family: "JuniorDisplay", "NeueMetanaNext", var(--font-sans);
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 600 !important;
  letter-spacing: -2.5px;
  line-height: 0.95;
  text-transform: uppercase;
}

.program-time {
  width: fit-content;
  margin: 0 auto;
  padding: 13px 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  font-weight: 500 !important;
  border: 1px solid rgba(219, 229, 127, 0.34);
  background: rgba(219, 229, 127, 0.07);
}

.program-time strong {
  color: var(--landing-yellow);
  font-weight: 700 !important;
}

.program-timeline {
  position: relative;
}

.program-timeline::before {
  content: "";
  width: 2px;
  position: absolute;
  top: 13px;
  bottom: 13px;
  left: 154px;
  background: linear-gradient(
    to bottom,
    var(--landing-turquoise),
    var(--landing-pink) 48%,
    var(--landing-yellow)
  );
  box-shadow: 0 0 20px rgba(92, 200, 220, 0.35);
}

.program-item {
  min-height: 160px;
  position: relative;
  display: grid;
  grid-template-columns: 126px 56px minmax(0, 1fr);
  align-items: start;
}

.program-item + .program-item {
  margin-top: 24px;
}

.program-hour {
  padding-top: 25px;
  text-align: right;
}

.program-hour time {
  color: var(--landing-white);
  font-family: "JuniorDisplay", "NeueMetanaNext", var(--font-sans);
  font-size: 25px;
  font-weight: 600 !important;
  letter-spacing: -0.5px;
}

.program-marker {
  width: 18px;
  height: 18px;
  margin: 31px auto 0;
  position: relative;
  z-index: 1;
  background: var(--landing-turquoise);
  border: 4px solid #11162d;
  box-shadow:
    0 0 0 2px var(--landing-turquoise),
    0 0 24px rgba(92, 200, 220, 0.60);
  transform: rotate(45deg);
}

.program-item:nth-child(2) .program-marker,
.program-item:nth-child(4) .program-marker {
  background: var(--landing-pink);
  box-shadow:
    0 0 0 2px var(--landing-pink),
    0 0 24px rgba(217, 77, 157, 0.56);
}

.program-item-break .program-marker {
  background: var(--landing-orange);
  box-shadow:
    0 0 0 2px var(--landing-orange),
    0 0 24px rgba(239, 128, 84, 0.54);
}

.program-item-party .program-marker {
  background: var(--landing-yellow);
  box-shadow:
    0 0 0 2px var(--landing-yellow),
    0 0 24px rgba(219, 229, 127, 0.58);
}

.program-content {
  min-height: 144px;
  padding: 26px 30px;
  position: relative;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 5px solid var(--landing-turquoise);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.program-item:nth-child(2) .program-content,
.program-item:nth-child(4) .program-content {
  border-left-color: var(--landing-pink);
}

.program-item-break .program-content {
  border-left-color: var(--landing-orange);
}

.program-item-party .program-content {
  border-left-color: var(--landing-yellow);
}

.program-item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.program-item h3 {
  margin: 0;
  color: var(--landing-white);
  font-family: "JuniorDisplay", "NeueMetanaNext", var(--font-sans);
  font-size: clamp(21px, 2.3vw, 30px);
  font-weight: 600 !important;
  line-height: 1;
  text-transform: uppercase;
}

.program-item-head span {
  flex: 0 0 auto;
  padding: 7px 9px;
  color: var(--landing-deep);
  background: var(--landing-yellow);
  font-size: 10px;
  font-weight: 800 !important;
  letter-spacing: 1.1px;
  line-height: 1;
  text-transform: uppercase;
}

.program-content p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.55;
}

.program-content p + p {
  margin-top: 9px;
}

.parents-note {
  margin: 72px 0 0 182px;
  padding: 30px 34px;
  position: relative;
  background: var(--landing-yellow);
  color: var(--landing-deep);
  box-shadow: 14px 14px 0 rgba(217, 77, 157, 0.36);
}

.parents-note::before {
  content: "";
  width: 72px;
  height: 22px;
  position: absolute;
  top: -11px;
  right: 36px;
  background: rgba(92, 200, 220, 0.86);
  transform: rotate(3deg);
}

.parents-note-label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.parents-note p {
  margin: 0;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 600 !important;
  line-height: 1.45;
}

.open-day-experience {
  padding: 120px 0;
  background:
    radial-gradient(circle at 13% 16%, rgba(92, 200, 220, 0.16), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(217, 77, 157, 0.18), transparent 28%),
    var(--landing-bg);
}

.experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
  align-items: center;
  gap: 76px;
}

.experience-copy h2 {
  max-width: 740px;
  margin: 22px 0 0;
  color: var(--landing-white);
  font-size: clamp(36px, 4.8vw, 66px);
  letter-spacing: -1.8px;
  line-height: 1.03;
}

.booking-requirements {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.booking-requirements span {
  min-height: 40px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  color: var(--landing-white);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(92, 200, 220, 0.42);
  font-size: 11px;
  font-weight: 700 !important;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.booking-requirements span:last-child {
  border-color: rgba(217, 77, 157, 0.48);
}

.limited-places {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.limited-places span {
  min-height: 48px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  color: var(--landing-white);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(219, 229, 127, 0.52);
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 700 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.limited-places strong {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--landing-deep);
  background: var(--landing-yellow);
  font-family: "JuniorDisplay", "NeueMetanaNext", var(--font-sans);
  font-size: 29px;
  font-weight: 600 !important;
  box-shadow: 8px 8px 0 rgba(217, 77, 157, 0.40);
  transform: rotate(-4deg);
}

.shopper-card {
  padding: 34px;
  position: relative;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 8px solid var(--landing-pink);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

.shopper-copy h2 {
  margin: 14px 0 26px;
  color: var(--landing-white);
  font-size: clamp(24px, 2.8vw, 37px);
  letter-spacing: -0.8px;
  line-height: 1.08;
}

.shopper-image-wrap {
  height: 500px;
  padding: 16px;
  overflow: hidden;
  background: #f6f6f4;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.shopper-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.shopper-card .landing-button {
  width: 100%;
  margin-top: 22px;
}

.booking-section {
  padding: 124px 0 132px;
  scroll-margin-top: 90px;
  background:
    radial-gradient(circle at 8% 20%, rgba(92, 200, 220, 0.18), transparent 26%),
    radial-gradient(circle at 92% 82%, rgba(217, 77, 157, 0.20), transparent 30%),
    linear-gradient(145deg, #21142e 0%, #11162d 54%, #0e1328 100%);
  border-top: 4px solid rgba(219, 229, 127, 0.70);
}

.booking-heading {
  width: min(820px, 100%);
  margin: 0 auto 68px;
  text-align: center;
}

.booking-heading h2 {
  margin: 18px 0 24px;
  color: var(--landing-white);
  font-family: "JuniorDisplay", "NeueMetanaNext", var(--font-sans);
  font-size: clamp(48px, 6.5vw, 82px);
  font-weight: 600 !important;
  letter-spacing: -2.2px;
  line-height: 0.96;
  text-transform: uppercase;
}

.booking-heading > p:last-child {
  width: min(680px, 100%);
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.55;
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 860px);
  justify-content: center;
  align-items: start;
}

.booking-form {
  padding: 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 6px solid var(--landing-turquoise);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
}

.booking-form label {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 9px;
}

.booking-form label > span,
.booking-date legend {
  color: var(--landing-white);
  font-size: 12px;
  font-weight: 700 !important;
  letter-spacing: 0.9px;
  line-height: 1.35;
  text-transform: uppercase;
}

.booking-form label > span small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 9px;
  letter-spacing: 0.8px;
}

.booking-form input:not([type="radio"]):not([type="checkbox"]),
.booking-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 15px;
  color: var(--landing-white);
  background: rgba(9, 13, 30, 0.70);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  outline: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.booking-form textarea {
  min-height: 132px;
  resize: vertical;
}

.booking-form input:not([type="radio"]):not([type="checkbox"]):focus,
.booking-form textarea:focus {
  background: rgba(9, 13, 30, 0.90);
  border-color: var(--landing-turquoise);
  box-shadow: 0 0 0 3px rgba(92, 200, 220, 0.14);
}

.booking-field-full,
.booking-date,
.booking-form .vc-form-message,
.booking-form .vc-hp-field {
  grid-column: 1 / -1;
}

.booking-date {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.booking-date legend {
  margin-bottom: 12px;
}

.booking-date-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.booking-date-options label {
  position: relative;
  display: block;
  cursor: pointer;
}

.booking-date-options input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
}

.booking-date-options label > span {
  min-height: 78px;
  padding: 18px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  color: var(--landing-white);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.20);
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.booking-date-options label > span strong {
  font-family: "JuniorDisplay", "NeueMetanaNext", var(--font-sans);
  font-size: 30px;
  font-weight: 600 !important;
}

.booking-date-options input:checked + span {
  color: var(--landing-deep);
  background: var(--landing-yellow);
  border-color: var(--landing-yellow);
  transform: translateY(-2px);
}

.booking-date-options input:focus-visible + span {
  outline: 3px solid var(--landing-turquoise);
  outline-offset: 3px;
}

.booking-privacy {
  padding: 18px;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 13px !important;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.booking-privacy input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--landing-yellow);
}

.booking-privacy > span {
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.55 !important;
  text-transform: none !important;
}

.booking-privacy a {
  margin-top: 6px;
  display: block;
  width: fit-content;
  color: var(--landing-yellow);
  font-weight: 700 !important;
  text-underline-offset: 4px;
}

.booking-submit {
  min-height: 60px;
  padding: 0 24px;
  color: var(--landing-deep);
  background: var(--landing-yellow);
  border: 0;
  border-radius: 0;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 800 !important;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.booking-submit:hover {
  color: var(--landing-white);
  background: var(--landing-pink);
  transform: translateY(-2px);
}

.booking-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.booking-gift {
  padding: 30px;
  position: sticky;
  top: 116px;
  background: #fce7ef;
  color: var(--landing-deep);
  border-top: 8px solid var(--landing-pink);
  box-shadow:
    14px 14px 0 rgba(92, 200, 220, 0.18),
    0 30px 80px rgba(0, 0, 0, 0.32);
}

.booking-gift-kicker {
  color: #9b2b70;
  font-size: 11px;
  font-weight: 800 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.booking-gift h3 {
  margin: 14px 0 24px;
  font-family: "JuniorDisplay", "NeueMetanaNext", var(--font-sans);
  font-size: clamp(23px, 2.4vw, 33px);
  font-weight: 600 !important;
  letter-spacing: -0.6px;
  line-height: 1.08;
  text-transform: uppercase;
}

.booking-gift-image {
  height: 310px;
  overflow: hidden;
  background: #ffffff;
}

.booking-gift-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.booking-gift p {
  margin: 18px 0 0;
  color: rgba(21, 16, 28, 0.68);
  font-size: 11px;
  font-weight: 700 !important;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.booking-form .vc-form-message {
  margin: 0;
  padding: 20px;
  border-radius: 0;
  font-family: var(--font-sans);
  font-size: 15px;
}

.booking-form .vc-form-message.ok {
  color: var(--landing-deep);
  background: var(--landing-yellow);
  border: 1px solid var(--landing-yellow);
}

.booking-form .vc-form-message.err {
  color: var(--landing-white);
  background: rgba(168, 35, 76, 0.42);
  border: 1px solid rgba(255, 127, 156, 0.66);
}

.booking-form .vc-form-message strong {
  display: block;
  margin-bottom: 5px;
  font-family: "JuniorDisplay", "NeueMetanaNext", var(--font-sans);
  font-size: 21px;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.booking-form .vc-form-message span {
  display: block;
  font-weight: 500 !important;
}

@media (max-width: 1024px) {
  .landing-shell {
    width: min(100% - 48px, 860px);
  }

  .landing-hero {
    min-height: 680px;
  }

  .open-day-heading,
  .experience-grid {
    grid-template-columns: 1fr;
  }

  .open-day-heading {
    gap: 48px;
  }

  .open-day-art {
    width: min(100%, 620px);
  }

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

  .experience-grid {
    gap: 70px;
  }

  .program-shell {
    width: min(100% - 48px, 820px);
  }

  .shopper-card {
    width: min(100%, 620px);
  }

  .booking-layout {
    grid-template-columns: 1fr;
  }

  .booking-gift {
    width: min(100%, 620px);
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  .landing-shell {
    width: calc(100% - 36px);
  }

  .landing-hero {
    min-height: 560px;
    background-image: url("images/hero mobile landingpage.png");
    background-position: center;
  }

  .open-day-intro,
  .open-day-facts-section,
  .open-day-program,
  .open-day-experience,
  .booking-section {
    padding: 82px 0;
  }

  .program-shell {
    width: calc(100% - 36px);
  }

  .program-heading {
    margin-bottom: 54px;
  }

  .program-heading h2 {
    font-size: 46px;
  }

  .program-time {
    font-size: 15px;
  }

  .program-timeline::before {
    left: 9px;
  }

  .program-item {
    min-height: 0;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 16px;
  }

  .program-item + .program-item {
    margin-top: 22px;
  }

  .program-hour {
    grid-column: 2;
    padding: 0 0 8px;
    text-align: left;
  }

  .program-hour time {
    font-size: 22px;
  }

  .program-marker {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 15px;
    height: 15px;
    margin: 6px auto 0;
  }

  .program-content {
    grid-column: 2;
    min-height: 0;
    padding: 23px 20px;
  }

  .program-item-head {
    flex-direction: column;
    gap: 12px;
  }

  .program-item h3 {
    font-size: 22px;
  }

  .program-content p {
    font-size: 15px;
  }

  .parents-note {
    margin: 54px 0 0 36px;
    padding: 27px 24px;
  }

  .open-day-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .open-day-title-wrap h2 {
    font-size: 43px;
  }

  .open-day-facts {
    margin-top: 58px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .open-day-fact {
    min-height: 174px;
  }

  .landing-button {
    width: 100%;
  }

  .experience-copy h2 {
    font-size: 36px;
  }

  .limited-places {
    align-items: flex-start;
    flex-direction: column;
  }

  .shopper-card {
    padding: 22px;
  }

  .shopper-image-wrap {
    height: 410px;
    padding: 10px;
  }

  .booking-heading {
    margin-bottom: 48px;
  }

  .booking-heading h2 {
    font-size: 43px;
  }

  .booking-heading > p:last-child {
    font-size: 16px;
  }

  .booking-form {
    padding: 25px 20px;
    grid-template-columns: 1fr;
  }

  .booking-form > label,
  .booking-field-full,
  .booking-date,
  .booking-form .vc-form-message {
    grid-column: 1;
  }

  .booking-date-options {
    grid-template-columns: 1fr;
  }

  .booking-gift {
    padding: 24px;
  }

  .booking-gift-image {
    height: 350px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-button {
    transition: none;
  }
}

/* OPEN DAY 2026 — art direction: paper, collage, marker and dusty purple */
.junior-landing-page {
  --landing-bg: #f6f3ef;
  --landing-panel: #584a5e;
  --landing-deep: #4d2c53;
  --landing-white: #fffdf9;
  --landing-pink: #df438f;
  --landing-violet: #6b486f;
  --landing-turquoise: #358ac7;
  --landing-yellow: #f2df43;
  --landing-orange: #df438f;
  color: var(--landing-deep);
  background: var(--landing-white);
}

.junior-landing-page .site-header {
  background: rgba(75, 61, 81, 0.97);
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.junior-landing-page .menu a[aria-current="page"] {
  color: #ff62ad;
}

.landing-eyebrow {
  color: var(--landing-pink);
  font-weight: 800 !important;
}

.landing-button {
  color: var(--landing-white);
  background: var(--landing-deep);
  border: 0;
  box-shadow: 8px 8px 0 var(--landing-pink);
}

.landing-button:hover {
  color: var(--landing-white);
  background: var(--landing-turquoise);
  box-shadow: 4px 4px 0 var(--landing-deep);
}

.landing-button-primary,
.landing-button-secondary {
  color: var(--landing-white);
  background: var(--landing-deep);
}

.open-day-intro {
  padding-top: 128px;
  padding-bottom: 126px;
  color: var(--landing-deep);
  background-color: var(--landing-white);
  background-image:
    linear-gradient(rgba(53, 138, 199, 0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 138, 199, 0.035) 1px, transparent 1px);
  background-size: 100% 44px, 44px 100%;
}

.open-day-intro::before {
  content: "";
  width: 330px;
  height: 330px;
  position: absolute;
  top: 28px;
  right: -120px;
  background: var(--landing-pink);
  opacity: 0.08;
  border-radius: 50%;
}

.open-day-intro::after {
  content: "";
  height: 32px;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 2;
  background: var(--landing-panel);
  clip-path: polygon(0 72%, 4% 42%, 9% 76%, 15% 34%, 22% 67%, 30% 28%, 38% 73%, 46% 36%, 55% 70%, 64% 31%, 73% 72%, 83% 38%, 91% 68%, 100% 32%, 100% 100%, 0 100%);
}

.open-day-title-wrap h2,
.experience-copy h2,
.shopper-copy h2,
.program-heading h2,
.booking-heading h2,
.program-item h3,
.booking-gift h3 {
  font-family: var(--font-sans);
  font-weight: 800 !important;
}

.open-day-title-wrap h2 {
  color: var(--landing-deep);
  letter-spacing: -3.5px;
}

.open-day-art {
  padding: 0;
  background: #fce8f0;
  border: 4px solid var(--landing-deep);
  box-shadow:
    15px 15px 0 var(--landing-turquoise),
    29px 29px 0 rgba(75, 61, 81, 0.16);
  transform: rotate(1.8deg);
}

.open-day-art::before {
  width: 96px;
  height: 27px;
  top: -16px;
  background: rgba(242, 223, 67, 0.88);
}

.open-day-facts-section {
  padding-top: 104px;
  padding-bottom: 112px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.075) 0 1px, transparent 1.5px) 0 0 / 11px 11px,
    var(--landing-panel);
  border: 0;
}

.open-day-facts {
  gap: 22px;
}

.open-day-fact {
  min-height: 238px;
  color: var(--landing-deep);
  background: var(--landing-white);
  border: 3px solid var(--landing-deep);
  box-shadow: 10px 10px 0 rgba(43, 31, 47, 0.52);
}

.open-day-fact:nth-child(odd) {
  transform: rotate(-1deg);
}

.open-day-fact:nth-child(even) {
  transform: translateY(12px) rotate(1deg);
}

.open-day-fact::before {
  content: "";
  width: 54px;
  height: 9px;
  position: absolute;
  top: 20px;
  right: 19px;
  background: var(--card-accent, var(--landing-pink));
  transform: rotate(-8deg);
}

.open-day-fact::after {
  width: 72px;
  height: 72px;
  right: -24px;
  bottom: -24px;
  border: 6px solid var(--card-accent, var(--landing-pink));
  border-radius: 50%;
  opacity: 0.34;
}

.open-day-fact span {
  color: var(--card-accent, var(--landing-pink));
  font-size: clamp(17px, 1.5vw, 21px);
  letter-spacing: 1.5px;
  font-weight: 800 !important;
}

.open-day-fact strong {
  font-weight: 800 !important;
}

.fact-when { --card-accent: var(--landing-pink); }
.fact-where { --card-accent: var(--landing-turquoise); }
.fact-what { --card-accent: #784d7d; }
.fact-who { --card-accent: #d098b7; }

.open-day-experience {
  padding-top: 132px;
  padding-bottom: 132px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(223, 67, 143, 0.13), transparent 30%),
    var(--landing-panel);
}

.open-day-experience .landing-shell {
  width: min(1320px, calc(100% - 80px));
  position: relative;
  z-index: 2;
}

.experience-copy {
  max-width: 72%;
}

.experience-pirate {
  width: min(49vw, 780px);
  height: auto;
  position: absolute;
  right: -7%;
  bottom: -3%;
  z-index: 1;
  display: block;
  pointer-events: none;
}

.experience-copy .landing-eyebrow {
  width: fit-content;
  padding-bottom: 8px;
  color: #ff7cbd;
  border-bottom: 7px solid rgba(223, 67, 143, 0.28);
}

.experience-copy h2 {
  max-width: none;
  color: var(--landing-white);
  font-size: clamp(48px, 6.2vw, 90px);
  letter-spacing: -3.4px;
  line-height: 0.98;
}

.experience-description {
  max-width: 1080px;
  margin: 42px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 500;
  line-height: 1.6;
}

.experience-reminder {
  width: fit-content;
  max-width: 100%;
  margin: 32px 0 0;
  padding: 14px 18px;
  color: var(--landing-white);
  background: rgba(255, 255, 255, 0.08);
  border-left: 6px solid var(--landing-pink);
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 800 !important;
  line-height: 1.4;
}

@media (max-width: 760px) {
  .open-day-experience {
    padding-bottom: 0;
  }

  .shopper-section {
    padding-bottom: 0;
  }

  .booking-section {
    margin-top: -55px;
    padding-top: 20px;
  }

  .experience-copy {
    max-width: none;
  }

  .experience-pirate {
    width: 125%;
    max-width: 600px;
    position: relative;
    left: 50%;
    right: auto;
    bottom: auto;
    margin: 34px 0 0;
    transform: translateX(-50%);
  }
}

.booking-requirements span,
.limited-places span {
  color: var(--landing-deep);
  background: transparent;
  border: 3px solid var(--landing-deep);
  font-weight: 800 !important;
}

.booking-requirements span:first-child {
  box-shadow: 5px 5px 0 var(--landing-turquoise);
}

.booking-requirements span:last-child,
.limited-places span {
  border-color: var(--landing-deep);
  box-shadow: 5px 5px 0 var(--landing-pink);
}

.limited-places strong {
  color: var(--landing-white);
  background: var(--landing-deep);
  box-shadow: 8px 8px 0 var(--landing-pink);
}

.shopper-card {
  padding: 28px;
  background: var(--landing-panel);
  border: 0;
  border-top: 0;
  box-shadow:
    14px 14px 0 var(--landing-pink),
    28px 28px 0 rgba(53, 138, 199, 0.23);
  transform: rotate(0.8deg);
}

.shopper-copy .landing-eyebrow {
  color: #ff73b7;
}

.shopper-copy h2 {
  color: var(--landing-white);
}

.shopper-image-wrap {
  background: var(--landing-white);
  border: 0;
}

.shopper-card .landing-button {
  color: var(--landing-deep);
  background: var(--landing-white);
  box-shadow: 7px 7px 0 var(--landing-turquoise);
}

.shopper-section {
  padding: 96px 0 104px;
  position: relative;
  overflow: hidden;
  background: var(--landing-panel);
}

.shopper-section::before {
  content: none;
}

.shopper-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 28px;
}

.shopper-section-copy .landing-eyebrow {
  color: #ff78ba;
}

.shopper-section-copy h2 {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--landing-white);
  font-family: var(--font-sans);
  font-size: clamp(43px, 4.8vw, 66px);
  font-weight: 800 !important;
  letter-spacing: -2.8px;
  line-height: 0.98;
  text-transform: uppercase;
}

.shopper-section-copy .shopper-hurry {
  width: min(300px, 68%);
  height: auto;
  display: block;
  margin: 30px 0 0;
}

.shopper-section-copy .landing-button {
  color: var(--landing-deep);
  background: var(--landing-white);
  box-shadow: 8px 8px 0 var(--landing-turquoise);
}

.shopper-section-copy .limited-places {
  margin-top: 34px;
}

.shopper-section-copy .limited-places span {
  color: var(--landing-white);
  border-color: var(--landing-white);
  box-shadow: 5px 5px 0 var(--landing-pink);
}

.shopper-section-copy .limited-places strong {
  color: var(--landing-deep);
  background: var(--landing-white);
  box-shadow: 7px 7px 0 var(--landing-turquoise);
}

.shopper-section-copy .landing-button:hover {
  color: var(--landing-white);
  background: var(--landing-pink);
  box-shadow: 4px 4px 0 var(--landing-turquoise);
}

.shopper-section-image {
  height: 700px;
  padding: 0;
  position: relative;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: translateX(42px);
}

.shopper-section-image::before {
  content: none;
}

.shopper-section-image img {
  height: auto;
  display: block;
  object-fit: contain;
}

.shopper-section-image .shopper-star {
  width: 80%;
  position: absolute;
  top: 4%;
  left: 8%;
  z-index: 0;
  opacity: 0.34;
  transform: rotate(-6deg);
}

.shopper-section-image .shopper-bag {
  position: absolute;
  z-index: 1;
  filter: drop-shadow(0 24px 20px rgba(28, 20, 31, 0.25));
}

.shopper-section-image .shopper-bag-front {
  width: 70.2%;
  top: -8%;
  left: -8%;
  transform: rotate(5deg);
  filter: none;
}

.shopper-section-image .shopper-bag-back {
  width: 47%;
  top: 19%;
  right: -3%;
  transform: rotate(-16deg);
}

.open-day-program {
  padding-top: 136px;
  padding-bottom: 140px;
  color: var(--landing-deep);
  background-color: #e6e0e5;
  background-image: none;
  border: 0;
}

.open-day-program::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("images/retino home.png") center / cover no-repeat;
  opacity: 0.5;
  pointer-events: none;
}

.open-day-program .program-shell {
  position: relative;
  z-index: 1;
}

.open-day-program::before {
  width: 260px;
  height: 76px;
  top: 78px;
  right: -42px;
  background: var(--landing-pink);
  border: 0;
  opacity: 0.12;
  z-index: 1;
  transform: rotate(-8deg);
}

.program-heading h2 {
  color: var(--landing-deep);
  letter-spacing: -3px;
}

.program-time {
  color: var(--landing-deep);
  background: var(--landing-white);
  border: 3px solid var(--landing-deep);
  box-shadow: 6px 6px 0 var(--landing-pink);
}

.program-time strong {
  color: var(--landing-pink);
}

.program-timeline::before {
  background: var(--landing-pink);
  box-shadow: none;
}

.program-hour time {
  color: var(--landing-deep);
  font-family: var(--font-sans);
  font-weight: 800 !important;
}

.program-marker,
.program-item:nth-child(2) .program-marker,
.program-item:nth-child(4) .program-marker,
.program-item-break .program-marker,
.program-item-party .program-marker {
  background: var(--landing-pink);
  border-color: var(--landing-white);
  box-shadow: 0 0 0 3px var(--landing-deep);
}

.program-content,
.program-item:nth-child(2) .program-content,
.program-item:nth-child(4) .program-content,
.program-item-break .program-content,
.program-item-party .program-content {
  color: var(--landing-deep);
  background: rgba(255, 253, 249, 0.92);
  border: 3px solid var(--landing-deep);
  border-left: 10px solid var(--landing-pink);
  box-shadow: 8px 8px 0 rgba(75, 61, 81, 0.17);
}

.program-item:nth-child(even) .program-content {
  border-left-color: var(--landing-turquoise);
}

.program-item h3 {
  color: var(--landing-deep);
}

.program-item-head span {
  color: var(--landing-white);
  background: var(--landing-deep);
}

.program-content p {
  color: rgba(75, 61, 81, 0.82);
}

.parents-note {
  color: var(--landing-white);
  background: var(--landing-panel);
  border: 0;
  box-shadow: 12px 12px 0 var(--landing-pink);
  transform: rotate(-0.6deg);
}

.parents-note::before {
  background: rgba(242, 223, 67, 0.86);
}

.booking-section {
  padding-top: 136px;
  padding-bottom: 144px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.075) 0 1px, transparent 1.5px) 0 0 / 10px 10px,
    var(--landing-panel);
  border-top: 0;
}

.booking-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("images/retino random.png") center / cover no-repeat;
  opacity: 0.2;
  pointer-events: none;
}

.booking-section > .landing-shell {
  position: relative;
  z-index: 1;
}

.booking-heading h2,
.booking-heading > p:last-child {
  color: var(--landing-white);
}

.booking-heading .landing-eyebrow {
  color: #ff75b8;
}

.booking-form {
  color: var(--landing-deep);
  background: var(--landing-white);
  border: 0;
  border-left: 0;
  box-shadow:
    13px 13px 0 var(--landing-pink),
    25px 25px 0 rgba(53, 138, 199, 0.25);
}

.booking-form label > span,
.booking-date legend {
  color: var(--landing-deep);
  font-weight: 800 !important;
}

.booking-form label > span small {
  color: rgba(75, 61, 81, 0.62);
}

.booking-form input:not([type="radio"]):not([type="checkbox"]),
.booking-form textarea {
  color: var(--landing-deep);
  background: #ffffff;
  border: 2px solid rgba(75, 61, 81, 0.42);
}

.booking-form input:not([type="radio"]):not([type="checkbox"]):focus,
.booking-form textarea:focus {
  color: var(--landing-deep);
  background: #ffffff;
  border-color: var(--landing-turquoise);
  box-shadow: 4px 4px 0 rgba(53, 138, 199, 0.22);
}

.booking-date-options label > span {
  color: var(--landing-deep);
  background: #ffffff;
  border: 3px solid var(--landing-deep);
}

.booking-date-options input:checked + span {
  color: var(--landing-white);
  background: var(--landing-pink);
  border-color: var(--landing-deep);
  box-shadow: 5px 5px 0 var(--landing-deep);
}

.booking-privacy {
  background: rgba(75, 61, 81, 0.07);
  border: 2px solid rgba(75, 61, 81, 0.24);
}

.booking-privacy a {
  color: var(--landing-pink);
}

.booking-submit {
  color: var(--landing-white);
  background: var(--landing-deep);
  box-shadow: 8px 8px 0 var(--landing-pink);
}

.booking-submit:hover {
  color: var(--landing-white);
  background: var(--landing-turquoise);
}

.booking-gift {
  color: var(--landing-deep);
  background: var(--landing-white);
  border-top: 8px solid var(--landing-pink);
  box-shadow:
    12px 12px 0 var(--landing-turquoise),
    24px 24px 0 rgba(31, 22, 34, 0.25);
  transform: rotate(1deg);
}

.booking-gift-kicker {
  color: var(--landing-pink);
}

.booking-gift p {
  color: rgba(75, 61, 81, 0.74);
}

.booking-form .vc-form-message.ok {
  color: var(--landing-white);
  background: var(--landing-deep);
  border: 0;
  box-shadow: 6px 6px 0 var(--landing-turquoise);
}

.junior-explore {
  padding: 94px 0 102px;
  color: var(--landing-deep);
  background: var(--landing-white);
  border-top: 1px solid rgba(75, 61, 81, 0.14);
}

.junior-explore-inner {
  padding: 48px 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 54px;
  position: relative;
  background:
    linear-gradient(rgba(53, 138, 199, 0.09) 1px, transparent 1px),
    #fbfaf7;
  background-size: 100% 38px;
  border: 3px solid var(--landing-deep);
  box-shadow: 12px 12px 0 rgba(223, 67, 143, 0.28);
}

.junior-explore-inner::before {
  content: "";
  width: 88px;
  height: 25px;
  position: absolute;
  top: -14px;
  right: 13%;
  background: rgba(242, 223, 67, 0.90);
  transform: rotate(2deg);
}

.junior-explore-copy h2 {
  margin: 13px 0 18px;
  color: var(--landing-deep);
  font-family: var(--font-sans);
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 800 !important;
  letter-spacing: -2px;
  line-height: 1;
  text-transform: uppercase;
}

.junior-explore-copy > p:not(.landing-eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(75, 61, 81, 0.82);
  font-size: 17px;
  line-height: 1.55;
}

.junior-explore-copy .junior-explore-reassurance {
  width: fit-content;
  margin-top: 13px !important;
  color: var(--landing-deep) !important;
  font-weight: 700 !important;
  box-shadow: inset 0 -8px 0 rgba(223, 67, 143, 0.22);
}

.junior-explore-button {
  min-height: 56px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--landing-deep);
  background: transparent;
  border: 3px solid var(--landing-deep);
  font-size: 12px;
  font-weight: 800 !important;
  letter-spacing: 1.2px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.junior-explore-button:hover {
  color: var(--landing-white);
  background: var(--landing-deep);
  box-shadow: 6px 6px 0 var(--landing-turquoise);
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .shopper-section-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .shopper-section-copy {
    max-width: 820px;
  }

  .shopper-section-image {
    width: min(100%, 620px);
    height: 620px;
    margin: 0 auto;
    transform: none;
  }
}

@media (max-width: 640px) {
  .open-day-intro,
  .open-day-facts-section,
  .open-day-experience,
  .shopper-section,
  .open-day-program,
  .booking-section,
  .junior-explore {
    padding-top: 86px;
    padding-bottom: 90px;
  }

  .open-day-experience {
    padding-bottom: 0;
  }

  .open-day-art {
    border-width: 3px;
    box-shadow: 8px 8px 0 var(--landing-turquoise);
  }

  .open-day-fact,
  .open-day-fact:nth-child(odd),
  .open-day-fact:nth-child(even) {
    min-height: 188px;
    transform: none;
  }

  .shopper-card,
  .booking-gift {
    transform: none;
  }

  .open-day-experience .landing-shell {
    width: calc(100% - 36px);
  }

  .experience-copy h2 {
    font-size: 40px;
    letter-spacing: -1.8px;
  }

  .shopper-section-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .shopper-section-copy {
    display: contents;
  }

  .shopper-section-copy .landing-eyebrow {
    order: 1;
    margin-bottom: 16px;
  }

  .shopper-section-copy h2 {
    order: 2;
    margin-top: 0;
    font-size: 38px;
    letter-spacing: -1.6px;
  }

  .shopper-section-image {
    order: 3;
    height: 520px;
    margin-top: 54px;
    padding: 0;
    transform: none;
    box-shadow: none;
  }

  .shopper-section-copy .shopper-hurry {
    order: 4;
    width: min(250px, 68vw);
    margin: -42px auto 12px;
  }

  .shopper-section-copy .limited-places {
    order: 5;
    width: max-content;
    max-width: 100%;
    margin: 20px auto 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }

  .shopper-section-copy .limited-places strong {
    box-shadow: 7px 7px 0 var(--landing-pink);
  }

  .shopper-section-copy .landing-button {
    order: 6;
    width: min(100%, 360px);
    margin: 18px auto 0;
  }

  .program-content {
    border-left-width: 7px;
  }

  .booking-form {
    box-shadow: 8px 8px 0 var(--landing-pink);
  }

  .junior-explore-inner {
    padding: 36px 24px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .junior-explore-copy h2 {
    font-size: 36px;
  }

  .junior-explore-copy > p:not(.landing-eyebrow) {
    font-size: 15px;
  }

  .junior-explore-button {
    width: 100%;
    white-space: normal;
  }
}

/* Collage immediately below the hero */
.open-day-collage {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.collage-stage {
  width: min(1280px, calc(100% - 60px));
  min-height: 440px;
  margin: 0 auto;
  padding: 68px 0 110px;
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0, 1.38fr) minmax(0, 1fr);
  align-items: center;
  gap: 26px;
}

.collage-stage.collage-stage-single {
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.collage-title-image {
  width: min(780px, 72vw);
  height: auto;
  display: block;
}

.collage-stage::before,
.collage-stage::after {
  content: none;
}

.collage-smile {
  width: 230px;
  height: auto;
  justify-self: center;
  display: block;
  transform: translate(-22px, -16px) rotate(-8deg);
}

.collage-title-paper {
  padding: 12px 18px;
  position: relative;
  z-index: 1;
  background: transparent;
  box-shadow: none;
  transform: rotate(0.4deg);
}

.collage-title-paper::before {
  content: none;
}

.collage-title-paper h2 {
  margin: 0;
  color: #4d2c53;
  font-size: clamp(68px, 7.8vw, 108px);
  letter-spacing: -4.2px;
  line-height: 0.94;
  text-align: center;
  text-transform: uppercase;
}

.collage-open-day {
  min-width: 0;
  position: relative;
  z-index: 2;
  transform: translate(-52px, -12px) scale(0.93) rotate(1.5deg);
  transform-origin: left center;
}

.collage-open-day > img:first-child {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

.collage-sbarbaglio {
  height: auto;
  position: absolute;
  z-index: 3;
  display: block;
  pointer-events: none;
}

.collage-sbarbaglio-left {
  width: 112px;
  top: 38px;
  left: -70px;
}

.collage-sbarbaglio-right {
  width: 134px;
  top: 34px;
  right: -92px;
}

.collage-facts-wrap {
  min-height: 430px;
  margin-top: -335px;
  padding: 439px 40px 82px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: transparent;
}

.collage-facts-wrap::before {
  content: none;
}

.collage-paper {
  width: 100%;
  height: calc(100% + 210px);
  position: absolute;
  top: -210px;
  right: 0;
  left: 0;
  z-index: 0;
  display: block;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}

.collage-facts {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
}

.collage-fact {
  min-width: 0;
  display: grid;
  grid-template-rows: 142px auto;
  row-gap: 20px;
  align-items: end;
  justify-items: center;
  position: relative;
}

.collage-fact > img {
  max-width: 100%;
  max-height: 134px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.collage-fact-when > img { width: 238px; }
.collage-fact-where > img { width: 198px; }
.collage-fact-what > img { width: 170px; }
.collage-fact-who > img { width: 200px; }

.collage-fact-copy {
  min-height: 142px;
  width: 100%;
  padding: 10px 4px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #4d2c53;
  background: transparent;
  line-height: 1.2;
  text-align: center;
  box-shadow: none;
}

.collage-fact-copy strong,
.collage-fact-copy span,
.collage-fact-copy a {
  font-family: "Poppins", sans-serif;
  font-size: clamp(17px, 1.4vw, 21px);
  font-weight: 800 !important;
  line-height: 1.2;
}

.collage-fact-copy span,
.collage-fact-copy a {
  margin-top: 8px;
  color: #4d2c53;
}

.collage-fact-copy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.collage-fact:nth-child(n) .collage-fact-copy {
  transform: none;
}

.collage-cta {
  min-height: 72px;
  padding-right: 40px;
  padding-left: 40px;
  margin: 66px auto 0;
  position: relative;
  z-index: 1;
  display: flex;
  font-size: 15px;
}

@media (max-width: 900px) {
  .collage-stage {
    width: min(100% - 48px, 720px);
    min-height: 0;
    padding: 72px 0 116px;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 28px 18px;
  }

  .collage-smile {
    grid-row: 1;
    grid-column: 1;
    width: 168px;
  }

  .collage-title-paper {
    grid-row: 1;
    grid-column: 2;
  }

  .collage-open-day {
    width: min(100%, 520px);
    grid-row: 2;
    grid-column: 1 / -1;
    justify-self: center;
    transform: translate(-18px, -8px) scale(0.86) rotate(1deg);
  }

  .collage-sbarbaglio-left {
    top: 38px;
    left: -78px;
    width: 84px;
  }

  .collage-sbarbaglio-right {
    top: 44%;
    right: -52px;
    width: 98px;
  }

  .collage-facts {
    max-width: 680px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 34px;
  }
}

@media (max-width: 560px) {
  .collage-stage.collage-stage-single {
    min-height: 270px;
  }

  .collage-title-image {
    width: 92%;
  }

  .collage-stage {
    width: calc(100% - 32px);
    padding: 20px 0 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .collage-stage::before {
    right: -16px;
    transform: scale(0.72) rotate(-57deg);
  }

  .collage-stage::after {
    display: none;
  }

  .collage-sbarbaglio-left {
    display: none;
  }

  .collage-sbarbaglio-right {
    display: none;
  }

  .collage-smile {
    display: none;
  }

  .collage-title-paper {
    width: 100%;
    margin-top: 0;
    padding: 25px 18px 21px;
    align-self: center;
  }

  .collage-title-paper h2 {
    font-size: clamp(46px, 13.5vw, 62px);
    letter-spacing: -2px;
  }

  .collage-open-day {
    width: 100%;
    transform: scale(0.83) rotate(1deg);
    transform-origin: center;
  }

  .collage-facts-wrap {
    margin-top: -350px;
    padding: 390px 22px 76px;
  }

  .collage-facts-wrap::before {
    height: 66px;
    top: -64px;
  }

  .collage-facts {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .collage-fact {
    grid-template-columns: minmax(130px, 0.75fr) minmax(0, 1.25fr);
    grid-template-rows: auto;
    align-items: center;
    gap: 18px;
    row-gap: 18px;
  }

  .collage-fact > img {
    max-height: 110px;
  }

  .collage-fact-copy,
  .collage-fact:nth-child(n) .collage-fact-copy {
    min-height: 92px;
    transform: none;
  }

  .collage-fact-copy strong,
  .collage-fact-copy span,
  .collage-fact-copy a {
    font-size: 17px;
  }

  .collage-cta {
    margin-top: 52px;
  }
}

/* The animated bags belong exclusively to the Open Day landing page. */
.shopper-section-image {
  perspective: 1100px;
}

.shopper-section-image.is-motion-ready .shopper-bag {
  opacity: 0;
  filter: blur(12px) drop-shadow(0 12px 18px rgba(28, 20, 31, 0.18));
  will-change: transform, opacity, filter;
}

.shopper-section-image.is-motion-ready .shopper-bag-front {
  transform: translate3d(-16vw, 18vh, -520px) rotate(-19deg) scale(0.48);
}

.shopper-section-image.is-motion-ready .shopper-bag-back {
  transform: translate3d(16vw, 14vh, -560px) rotate(21deg) scale(0.44);
}

.shopper-section-image.is-motion-ready.is-visible .shopper-bag-front {
  animation: shopperBagComeForwardLeft 1.55s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.shopper-section-image.is-motion-ready.is-visible .shopper-bag-back {
  animation: shopperBagComeForwardRight 1.62s 0.12s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes shopperBagComeForwardLeft {
  0% {
    opacity: 0;
    filter: blur(12px) drop-shadow(0 12px 18px rgba(28, 20, 31, 0.18));
    transform: translate3d(-16vw, 18vh, -520px) rotate(-19deg) scale(0.48);
  }
  54% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(12px, -20px, 34px) rotate(8deg) scale(1.055);
  }
  66% { transform: translate3d(-9px, 5px, 0) rotate(3deg) scale(0.988); }
  75% { transform: translate3d(7px, -3px, 0) rotate(6.5deg) scale(1.012); }
  84% { transform: translate3d(-4px, 2px, 0) rotate(4.2deg) scale(0.996); }
  92% { transform: translate3d(2px, -1px, 0) rotate(5.4deg) scale(1.003); }
  100% {
    opacity: 1;
    filter: none;
    transform: translate3d(0, 0, 0) rotate(5deg) scale(1);
  }
}

@keyframes shopperBagComeForwardRight {
  0% {
    opacity: 0;
    filter: blur(12px) drop-shadow(0 12px 18px rgba(28, 20, 31, 0.18));
    transform: translate3d(16vw, 14vh, -560px) rotate(21deg) scale(0.44);
  }
  54% {
    opacity: 1;
    filter: blur(0) drop-shadow(0 30px 28px rgba(28, 20, 31, 0.3));
    transform: translate3d(-12px, -16px, 38px) rotate(-19deg) scale(1.05);
  }
  66% { transform: translate3d(9px, 8px, 0) rotate(-14deg) scale(0.986); }
  75% { transform: translate3d(-7px, 0, 0) rotate(-17.5deg) scale(1.012); }
  84% { transform: translate3d(4px, 4px, 0) rotate(-15.2deg) scale(0.996); }
  92% { transform: translate3d(-2px, 2px, 0) rotate(-16.5deg) scale(1.003); }
  100% {
    opacity: 1;
    filter: drop-shadow(0 24px 20px rgba(28, 20, 31, 0.25));
    transform: translate3d(0, 0, 0) rotate(-16deg) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .shopper-section-image.is-motion-ready .shopper-bag,
  .shopper-section-image.is-motion-ready.is-visible .shopper-bag {
    opacity: 1;
    animation: none;
  }

  .shopper-section-image.is-motion-ready .shopper-bag-front {
    filter: none;
    transform: rotate(5deg);
  }

  .shopper-section-image.is-motion-ready .shopper-bag-back {
    filter: drop-shadow(0 24px 20px rgba(28, 20, 31, 0.25));
    transform: rotate(-16deg);
  }
}
